.sidebar .widget .widget-post .details a .active{
    color: #EC3C54;
}
.sidebar .widget .widget-post .details a{
    font-size: 17px;
}
.avatars {
    padding-left: 0;
    list-style: none;
    margin: 0
}

.avatars li {
    display: inline-block
}

.avatars li+li {
    margin-left: -.75rem
}

.avatar:hover {
    transform: scale(1.25)
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    transition: all .2s;
    padding-top: 8px!important;
    background:#49648A ;
}
.dropdown-menu.show {
    transform: translate(0, 0);
}
/* .feature-box .feature-box-title{
    font-size: 18px;
} */
sup {
    top: -1.2em;
    left: -1em;
}
.feature-box.f-style-1:before {
    background:#49648A;
}
.feature-box.f-style-3:hover {
    border-color: #49648A;
}
.progress-item .progress-bar {
    background-color: #49648A;
}
.file-upload-profile-picture {  
    width: 30px!important;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.dropdown-panel.show {
    transform: translate(-15px, 12px);
}
.dropdown-panel{
    margin-left: -150px;
    position: absolute;
    padding: 30px;
    border: solid 1px rgba(0, 0, 0, 0.1);
}
.res-nav{
    font-size: 16px;
    font-weight: 500;
    color: black;
}
.serviceBack{
    background-color: #7A9BA9;
}
.accordion.accordion-icon-gradient .accordion-header .accordion-button.accordion-button:not(.collapsed) {
    background: #49648A;
}
.team.team-overlay .team-item {
    .team-avatar:before {
        background: #49648A;
    }
    &:hover .team-avatar:before {
        background: #49648A;
    }
}
.feature-box.f-style-2 .feature-box-title {
    margin-top: 10px;
}
.zoom-in-zoom-out {
    
    animation: zoom-in-zoom-out 20s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}

.bg-coolBlue{
    background: #49648A;
}
/* .sidebar .widget {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 400px;
} */
.feature-box.f-style-3.reportBox{
    padding: 60px;
}
.feature-box.f-style-3.reportBox .feature-box-icon{
    font-size: 80px;
}
.feature-box.f-style-3.reportBox .feature-box-title{
    font-size: 30px;
    margin-top: 15px;
}
.custom-file-button {
	input[type="file"] {
		margin-left: -2px !important;

		&::-webkit-file-upload-button {
			display: none;
		}
		&::file-selector-button {
			display: none;
		}
	}

	&:hover {
		label {
			background-color: #dde0e3;
			cursor: pointer;
		}
	}
}
.navbar-custom {
    background: #00000090;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.jobFS{
    font-weight: 900!important;
    /* font-size: 1rem !important; */
}
.eventDay{
    background: #49648A;
}
.navbar-nav .nav-link {
    line-height: 54px;
}
#homeLogo{
    width: 280px;
}
.innerPageLogo{
    width: 200px;
}
.navbar-dark .navbar-nav .nav-link.customNavbar{
    color: black;
}
.navbar-dark .navbar-nav .nav-link.customNavbar:hover{
    color: #EC3C54;
}

.input-icons i {
    position: absolute;
} 
.icon {
    padding: 15px;
} 
.input-field {
    width: 100%;
    padding-left: 40px;
    margin-bottom: 3px;
}
.tableWidth{
    width: 200px;
}
.modal {
    z-index: 1000000;
}
.navbar-brand{
    margin-right: 0;
}
.supporterImage{
    /* height: 128px; */
    /* text-align: center; */
}