﻿h1, h2, h3, h4, h5, h6, body {
    font-family: 'Poppins', sans-serif;
}
body {
    font-size: 0.85rem;
    padding: 0 !important;
}

/*.horizontal-navbar .navbar-header, .horizontal-navbar .container-fluid {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 25px !important;
}*/

.topbar-header {
    background-color: #2e3d55;
    z-index:9999;
}
.horizontal-topnav {
    z-index: 9992;
}
.modal-open .modal {
    z-index: 999999;
}
.page-title-box {
    background: #2e3d55;
}

body {
    background-color: #f7f7f7;
}

.page-title-box h3.text-light {
    color: #343535 !important;
    font-weight: 600 !important;
    font-size: 1.5rem;
}

.horizontal-topnav .dropdown:hover .nav-link,
.horizontal-topnav .navbar-nav .dropdown-item:hover, .horizontal-topnav .navbar-nav .dropdown-item:focus {
    color: #343535 !important;
}

.tippy-popper {
    z-index: 1000100 !important;
   
}

@media screen and (max-width: 767px) {
    div .dt-buttons {
        width: auto;
        text-align: center;
        margin-bottom: 0.5em;
        margin-top: 6px;
    }

    li.paginate_button.previous, li.paginate_button.next {
        font-size: 15px;
    }

    .page-title-box .text-right.header-button-group {
        text-align: center !important;
        margin-top: 10px;
        margin-bottom: 20px;
    }
 
}

label {
    font-weight: 400;
    font-size: 13px;
}

.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
}

    .preloader .sk-folding-cube {
        margin: 20px auto;
        width: 60px;
        height: 60px;
        position: absolute;
        left: calc(50% - 30px);
        top: calc(50% - 50px);
        -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
        transform: rotateZ(45deg);
    }

        .preloader .sk-folding-cube .sk-cube {
            float: left;
            width: 50%;
            height: 50%;
            position: relative;
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

            .preloader .sk-folding-cube .sk-cube:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #f7c33f;
                -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
                animation: sk-foldCubeAngle 2.4s infinite linear both;
                -webkit-transform-origin: 100% 100%;
                -ms-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
            }

        .preloader .sk-folding-cube .sk-cube2 {
            -webkit-transform: scale(1.1) rotateZ(90deg);
            -ms-transform: scale(1.1) rotate(90deg);
            transform: scale(1.1) rotateZ(90deg);
        }

        .preloader .sk-folding-cube .sk-cube3 {
            -webkit-transform: scale(1.1) rotateZ(180deg);
            -ms-transform: scale(1.1) rotate(180deg);
            transform: scale(1.1) rotateZ(180deg);
        }

        .preloader .sk-folding-cube .sk-cube4 {
            -webkit-transform: scale(1.1) rotateZ(270deg);
            -ms-transform: scale(1.1) rotate(270deg);
            transform: scale(1.1) rotateZ(270deg);
        }

        .preloader .sk-folding-cube .sk-cube2:before {
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

        .preloader .sk-folding-cube .sk-cube3:before {
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }

        .preloader .sk-folding-cube .sk-cube4:before {
            -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
        }

@-webkit-keyframes sk-foldCubeAngle {

    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {

    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.bg-primary {
    background-color: #2b3e4f !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #465f75 !important;
}
/* LOGIN STYLES */
.login-logo-panel {
    overflow: hidden;
    text-align: center;
}

    .login-logo-panel img {
        max-width: 100%;
        width: 220px;
    }

.auth-page-sidebar {
    background-image: url("../theme/admin_v1/assets/images/auth/e-learning-student-university-concept-.jpg");
}

.auth-pages.animated.fadeIn {
    /*background: url("../images/banner/night-drive.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2b3e4f;
}
    .auth-pages.animated.fadeIn a {
        color: #dcb71e !important;
    }

.overlay.auth-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed !important;
}

.auth-pages .card {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

/* LOGIN STYLES END */

.form-control {
    height: 36px;
    font-size: 0.78rem;
    border-radius: 4px;
}
/*.form-control {
    height: calc(1.2em + 1.125rem + 15px);
    font-size: 0.78rem;
}
.form-control {
    height: calc(2.1em + 15px);
    font-size: 0.78rem;
}*/
.form-label {
    margin-bottom: 3px;
}

.form-group {
    margin-bottom: 1.5rem;
    position: relative;
}

.select2.select2-container .select2-selection--single {
    height: calc(1.2em + 1.120rem + 2px) !important;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.2em + 1.125rem + 2px) !important;
    font-size: 13px;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.2em + 1.125rem + 2px) !important;
    top: -1px;
}

    .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 6px 6px 0 6px;
        margin-left: -10px;
    }

.select2.select2-container--default .select2-selection--single {
    border: 1px solid #e2e7f1;
}

.horizontal-navbar .page-title-box {
    background-color: #eee !important;
}

.horizontal-navbar .topbar-header {
    background-color: #343535;
    padding-right: 0 !important;
}

td.sorting_1, td.sorting_desc, td.sorting_asc {
    background: #fbfdff;
}

.datatable-btns .btn {
    padding: 7px 15px !important;
    background-color: #fff !important;
    background-image: none;
    font-size: 12px;
    border: 1px solid #e2e7f1 !important;
    margin: -7px 5px 0px;
    border-radius: 2px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    color: #505d69;
    height: 37px;
    display: block;
}

.header-button-group .btn {
    min-width: 130px;
    /* -webkit-box-shadow: 1px 5px 6px #000; */
    /* -moz-box-shadow: 1px 5px 6px #000; */
    /* box-shadow: 1px 5px 6px #000; */
    background: #f7c33f;
    color: #333333 !important;
    border: 1px solid #f7c33f;
    transition: all 0.3s ease;
    font-size: 13px;
    font-weight: 500;
}

.header-button-group .btn:hover {
	background: #ecab09;
	color: #111 !important;
}

    .header-button-group .btn.btn-outline-danger {
        color: #d63a52 !important;
        border-color: #d63a52;
        background-color: transparent;
    }
        .header-button-group .btn.btn-outline-danger:hover {
            color: #fff !important;
            background-color: #d63a52;
        }
        .header-button-group .btn.btn-outline-danger:active {
            color: #fff !important;
        }

/*.btn {
    -webkit-transition: .5s all;
    -webkit-transition-delay: .5s;
    -moz-transition: .5s all;
    -moz-transition-delay: .5s;
    -ms-transition: .5s all;
    -ms-transition-delay: .5s;
    -o-transition: .5s all;
    -o-transition-delay: .5s;
    transition: .5s all;
    transition-delay: .5s;
}

    .btn:hover {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }*/

.dataTable-dropMunu li i {
    font-size: 13px;
}

.dropdown-menu.show {
    left: 0 !important;
    padding: 0;
}

div.dataTables_wrapper div.dataTables_length select {
    min-width: 65px;
}

.height100vh {
    /* height: 100vh;*/
}

.modal-title {
    color: #fff !important;
    font-size: 16px;
}

.modal .modal-header {
    background: #2b3e4f !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

/* ******************************** */
.custom-file {
    width: 100%;
    margin-bottom: 0;
    cursor: pointer;
    overflow: hidden;
    z-index: 0;
}

.custom-file-input {
    cursor: pointer;
    z-index:9999;
}

.custom-file .custom-file-label::after {
    color: #fff;
    background-color: #343535;
    border-color: #343535;
    top: -1px;
    z-index: 10;
    height: calc(1.7em + 1rem);
    line-height: 1.7;
    cursor: pointer;
}

div.custom-file label.custom-file-label {
    overflow: visible;
    cursor: pointer;
    z-index: 67;
}

.inner-image-prev-wrapper .custom-pic-img.img-zoom {
    max-width: 100%;
    width: auto;
    height: 100%;
}

.inner-image-prev-wrapper {
    position: absolute;
    width: 100px;
    height: 99%;
    z-index: 99;
    left: auto;
    top: 0px;
    right: 73px;
    text-align: right;
    cursor: pointer;
}

div.custom-file .invalid-tooltip {
    padding: 0.3rem 0;
    margin-top: -4px;
    color: #ff715b;
    background-color: #fff;
}
/* ******************************** */

.modal-right button.close {
    top: 17px;
    color: #fff;
    text-shadow: 0 !important;
    moz-text-shadow: 0 !important;
    webkit-text-shadow: 0 !important;
    font-size: 20px !important;
    text-shadow: none !important;
}

.modal-footer span i {
    margin-right: 8px;
}

.modal-footer span {
    font-size: 12px;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.25rem;
    border-top: 1px solid #dee2e6 !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #f9f9f9;
}

.height100vh {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    outline: 0;
    min-height: 100vh !important;
}

.btn-primary {
    background-color: #2b3e4f;
    border-color: #2b3e4f;
}

.modal-footer button {
    min-width: 95px;
    padding: 6px 30px !important;
}

.page-item.active .page-link {
    background-color: #343535;
    border-color: #343535;
}

.text-primary {
    color: #2b3e4f !important;
}

.logo-lg img {
    width: 130px;
}

.form-control:focus, .custom-select:focus {
    border-color: #2b3e4f;
}

.select2-dropdown {
    border: 1px solid #e2e7f1;
    padding: 10px;
}

.select2-container--default .select2-search--dropdown {
    padding: 10px 0px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.select2-results__option {
    font-size: 13px;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #2b3e4f;
    border-color: #2b3e4f;
}

.nav-bordered li a::after {
    background: #2b3e4f;
}

.modal-footer span.ladda-label {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-transform: uppercase;
}

.btn-primary:hover, .btn-primary.disabled, .btn-primary:disabled {
    background-color: #3b546a;
    border-color: #3b546a;
}

.floating-label .form-control:focus {
    border-color: #2b3e4f;
}

    .floating-label .form-control:focus + label {
        color: #2b3e4f;
    }

.custom-file-input:focus ~ .custom-file-label {
    border-color: #2b3e4f;
}

table.dataTable {
    margin: 1rem 0 !important;
}

.table th, .table td {
    padding: 0.8rem;
    vertical-align: middle;
}

.card {
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.05);
}

.side-nav-title.side-nav-item.menu-title {
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
    background: #eee;
}

/*.form-group .field-validation-error {
    font-size: 12px;
    line-height: 20px;
    display: block;
    position: absolute;
    bottom: -18px;
}*/
.form-group .field-validation-error {
    font-size: 12px;
    line-height: 13px;
    display: block; 
}
.swal2-popup .swal2-styled {
    min-width: 100px;
}

.ladda-spinner {
    left: 15px;
    position: absolute;
    top: 15px;
}

.swal2-modal .swal2-title {
    font-size: 1.0625em;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 20px;
    color: red;
    margin-top: 0px;
    padding: 0 5px;
}

.bg-primary-600 {
    background: #343535;
    color: #fff;
}

.dataTable .btn-group.dropdown .btn.btn-light.dropdown-toggle {
    padding: 0.4rem 0.7rem;
}

div.text-right.header-button-group button.btn i {
    font-size: 12px;
    margin-right: 5px;
}

.page-title-box, .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #343535;
}

.auth-pages .floating-label label {
    top: -10px !important;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    background: #fff;
    color: #2b3e4f;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.custom-control-label {
    cursor: pointer;
}


/* do not group these rules */
input::-webkit-input-placeholder {
    color: #999 !important;
}

input:-moz-placeholder {
    /* FF 4-18 */
    color: #999 !important;
    opacity: 1;
}

input::-moz-placeholder {
    /* FF 19+ */
    color: #999 !important;
    opacity: 1;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #999 !important;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999 !important;
}

input::placeholder {
    /* modern browser */
    color: #999 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}



.field-validation-error span {
    font-size: 12px;
}

.bg-faded {
    background-color: #f7f9fa;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ececec;
    border: 1px solid #ddd;
    cursor: no-drop;
}

.datatable-btns div.dt-buttons.btn-group .buttons-collection.dropdown-toggle span {
    font-size: 13px;
}

.card .card-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2b3e4f;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
}

.modal-right {
    width: 100%;
}

.nav-second-level li > a.active,
.nav-thrid-level li > a.active {
    color: #192633;
    font-weight: 700;
}

.modal-right .modal-content {
    height: 100%;
}

.modal-body {
    /*height: 100%;*/
    background: #fff;
}

.img-sm {
    width: 32px;
    height: 32px;
}

.nav-tabs .nav-link.tabs-required, .nav-tabs .nav-link.tabs-required:hover {
    color: #ff715b !important;
}

/* ***************   USER GUIDE STYLES ******************* */

body img.mfp-img {
    padding: 0px;
}

body .mfp-image-holder .mfp-content {
    padding: 15px;
    background: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

body .mfp-figure:after {
    box-shadow: none;
    background: #fff;
}

body .mfp-wrap {
	z-index: 9999919;
}

body .mfp-bg {
    z-index: 9999919;
}

body .mfp-image-holder .mfp-close,
body .mfp-iframe-holder .mfp-close {
    right: -25px;
    width: 30px;
    top: -25px;
    cursor: pointer !important;
}
/* overlay at start */
body .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
    /* overlay animate in */
    body .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
    }
    /* overlay animate out */
    body .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

/* content at start */
body .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
body .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
body .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.pt-10 {
    padding-top: 10px;
}


.iits-user-guide-popup {
    position: relative;
    background: #FFF;
    padding: 30px 25px 5px !important;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}

.mfp-bg {
    background: rgba(0,0,0,0.3) !important;
}

.intro-step-title.text-center.text-info {
    margin-bottom: 25px;
}

.iits-user-guide-popup.container-md {
    max-width: 1100px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.iits-user-guide-popup ul.nav.nav-tabs.justify-content-center {
    border-bottom: 0 !important;
    background: #fff;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
}

.guide-modal-content-wrap .panel-container.show {
    overflow: hidden;
}

.guide-modal-content-wrap .nav.nav-tabs li {
    background: #2b3e4f;
    border: none;
    width: 100%;
    margin-right: 0;
    border-radius: 0 !important;
    display: flex;
    margin: 0;
}

/*.guide-modal-content-wrap .nav.nav-tabs li.nav-link {
    color: #000 !important;
}*/
.guide-modal-content-wrap .nav-tabs .nav-link::after {
    background-color: #ecf0f5;
    background: none !important;
    border: none !important;
}

.guide-modal-content-wrap .nav-tabs .nav-link.active {
    background: #344c62 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 20px 20px 20px 20px;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-right: 0;
}

.guide-modal-content-wrap .nav-tabs .nav-link {
    padding: 20px 20px 20px 20px;
    /* border-bottom: 1px solid #eee !important; */
    height: 100%;
    justify-content: center;
    flex-direction: column;
    display: flex;
    border-top: 1px solid #eee !important;
    text-align: center !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 0;
    width: 100%;
}

#iits_user_guide.iits-user-guide-popup {
    padding: 0px !important;
    /* height:75vh;*/
}

.carousel-inner-scroll .intro-step-title.text-center.text-info {
    color: #262626 !important;
    font-weight: 600;
}

#iits_user_guide.iits-user-guide-popup .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(0,0,0, 0.5);
    border-radius: 0 !important;
    border: 0 !important;
}

#iits_user_guide.iits-user-guide-popup .carousel-indicators .active {
    background: #2b3e4f !important;
}

.guide-modal-content-wrap .nav.nav-tabs li i {
    font-size: 11px;
    display: block;
    font-style: normal;
    text-align: center;
}


.guide-modal-content-wrap figcaption {
    margin: 5px 0 0 0;
    font-variant: small-caps;
    color: #444;
    text-align: center;
}

.guide-modal-content-wrap figure {
    padding: 0px;
    margin: 0;
    text-align: center;
}

    .guide-modal-content-wrap figure img {
        width: auto;
        max-width: 100%;
    }


.iits-user-guide-popup .guide-modal-content-wrap {
    /* height:70vh;*/
}

.guide-modal-content-wrap .nav.nav-tabs li a:hover {
    background: #344c62 !important;
    border-radius: 0 !important;
    border-left: 0;
    border-right: 0; /*
    border-bottom: 0;*/
}

.guide-modal-content-wrap .nav-tabs a.nav-link:hover {
    color: #fff !important;
}

.guide-modal-content-wrap .carousel-control-next-icon {
    margin-right: -70px;
}

.guide-modal-content-wrap .carousel-control-prev-icon {
    margin-left: -70px;
}

.guide-modal-content-wrap .tab-content > .tab-pane {
    padding: 25px 15px 10px;
    max-height: 90vh !important;
    overflow-y: auto;
}

.guide-modal-content-wrap .nav-tabs .nav-item:last-child .nav-link {
    border-bottom: 0 !important;
}

.guide-modal-content-wrap .nav.nav-tabs li:first-child {
    border-top: 0;
}

    .guide-modal-content-wrap .nav.nav-tabs li:first-child a {
        border: 0 !important;
    }

.user-guide-right-nav-panel.col-md-2 {
    background: #000;
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
}

div#iits_user_guide.iits-user-guide-popup.container-md button.mfp-close {
    width: 25px;
    height: 25px;
    background: #fff;
    line-height: 22px;
    border-radius: 50%;
    opacity: 1;
    border: 2px solid #666;
    right: -10px;
    top: -10px;
    font-size: 20px;
}

#search_item_Indicators {
    height: 100%;
}

.carousel-inner-scroll {
    height: 100%;
}

div#iits_user_guide.iits-user-guide-popup .carousel-control-prev, div#iits_user_guide.iits-user-guide-popup .carousel-control-next {
    display: none !important;
}

.iits-user-guide-link.text-info {
    color: #b6cbf4 !important;
}

.iits-user-guide-popup div.carousel-inner-scroll div.carousel.slide {
    height: 100%;
}

#iits-user-guide-popup-inner .carousel-indicators {
    position: fixed;
    bottom: 70px;
}
/* ***************   END USER GUIDE STYLES ******************* */

div.dt-button-collection.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle, .btn-primary:focus, .btn-primary.focus {
    background-color: #324d66;
    border-color: #324d66;
    color: #fff !important;
}

.panel-tag {
    border-left: 3px solid #2b3e4f;
}

.badge-primary {
    background-color: #2b3e4f;
}

div.bootstrap-duallistbox-container div.btn-group.buttons button.btn {
    padding: 0.3rem 0.75rem 0.2rem;
    line-height: 1.4;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #222;
}

.mw-90 {
    min-width: 90px;
}

button.disabled {
    cursor: no-drop;
}

.btn-md-thin {
    padding: 0.42rem 0.75rem;
    min-width: 100px;
    line-height: 1.4;
}

body .jstree-container-ul {
    margin-left: 88px;
}

.slr-request-view-panel h5.sub-title-h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0.2em;
}

.btn-danger {
    color: #fff;
    background-color: rgb(198, 40, 40);
    border-color: rgb(198, 40, 40);
}

    .btn-danger:hover {
        background-color: rgb(198, 40, 40);
        border-color: rgb(198, 40, 40);
    }

.btn-success {
    background-color: #23bb74;
    border-color: #23bb74;
}

.text-success {
    color: #23bb74 !important;
}

.bdr-faded {
    border: 1px solid #eee;
}

.border-rounded {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.countdowntext {
    width: 100%;
    display: block;
    font-size: 12px;
}

.bdr-dash {
    border: 2px dashed #ddd;
}



.image-center {
    display: block;
    margin: 45px auto;
}

.login-powered-by {
    width: 100%;
    bottom: 0;
}

.login-loading-icon-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    /* justify-content: center; */
    /* display: flex; */
    vertical-align: middle;
    line-height: 100vh;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 0);
}

    .login-loading-icon-wrapper .image-center {
        display: block;
        margin: 45px auto;
    }


.image-center-panel {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin-right: 1rem;
    background: #f9f5f5;
    border-radius: 0;
    text-align: center;
    border: 1px solid #eee;
    position: relative;
    height: 210px;
    padding: 0;
}

    .image-center-panel .img-map-panel {
        width: 100%;
        height: 100%;
        background: #eee;
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        display: flex;
        background-size: 100%;
        background-position: center;
    }

.fs-xxs {
    font-size: 13px;
}



.pswp--zoom-allowed .pswp__img {
    object-fit: contain;
}

.pswp__img {
    object-fit: contain;
}

.board_left {
    border-left: 2px solid;
}

.switchery-switch {
    padding-top: 4px;
}

    .switchery-switch .switchery {
        height: 25px;
    }

        .switchery-switch .switchery > small {
            height: 25px;
            width: 25px;
        }

.note-editor.note-airframe, .note-editor.note-frame {
    border: 1px solid #e2e7f1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*z-index: 991;*/
}

div.note-editor.note-frame.panel.panel-default  ul.note-dropdown-menu.dropdown-menu.dropdown-style.show {
    padding:7px;
}

.btn-primary {
    background-color: #2e3d55;
    border-color: #2e3d55;
}
.horizontal-navbar .footer * {
    color: #fff;
}
.footer { 
    background: #343535; 
}
.font-weight-bold {
    font-weight: 500 !important;
}
.font-weight-600 {
    font-weight: 500 !important;
}
.auth-pages {
    padding: 55px 0 0px 0;
}
.card .card-header {
    padding: 1.25rem 1.25rem 10px;
    background: #fdfdfd;
    border-bottom: 1px solid #f9f9f9;
}
.dataTables_info {
    font-weight: 400;
}
table.dataTable thead .sorting::before, table.dataTable thead .sorting::after, 
table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc::after, 
table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc::after, 
table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_asc_disabled::after, 
table.dataTable thead .sorting_desc_disabled::before, table.dataTable thead .sorting_desc_disabled::after {
    bottom: -2px; 
}
.swal2-popup .swal2-styled.swal2-confirm {
    background: #333333 !important;
    border-color: #333333 !important;
}
.swal2-popup .swal2-styled.swal2-cancel {
    background: #bbb !important;
    border-color: #bbb !important;
}
div.dt-button-info > div, div.dt-button-info h2 {
    color: #333;
}
.card .card-body .form-group label {
    margin-bottom: 0.1rem;
}
table.dataTable tbody > tr.selected td, table.dataTable tbody > tr > .selected td {
    border-color: #ececec;
    background: #eee;
    color: #111;
}
.note-editor .btn-default {
    color: #333;
}
 
.ladda-button[disabled], .ladda-button[disabled]:hover, .ladda-button[data-loading], .ladda-button[data-loading]:hover { 
    padding: 0 !important;
    border: 0;
    border-radius: 4px;
}
.page-title-box .btn-light:not(:disabled):not(.disabled):active,
.page-title-box .btn-light:not(:disabled):not(.disabled).active,
.page-title-box .show > .btn-light.dropdown-toggle {
    color: #fff;
}
table.table.dataTable tbody tr td img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    object-fit: contain;
}
.mfp-container { 
    top: 25px; 
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, 
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
    top: 27px;
}
table.table.dataTable tbody tr td .dtr-details .dtr-data img {
    width: 200px;
    height: auto;
}

.form-control { 
    position: relative;
}

.form-group .iti { 
    width: 100%;
}
.btn.waves-effect.waves-themed {
    min-width: 100px;
}
.btn-sm, .btn-group-sm > .btn {
    line-height: 1.8;
}
.profile-social-btns .btn-facebook {
    background: #3b5998 !important;
    border-color: #3b5998 !important;
}

.profile-social-btns .btn-linkedin {
    background: #0077b5 !important;
    border-color: #0077b5 !important;
}
.profile-social-btns i, .profile-social-btns span {
    color: #fff !important;
    margin-top: 0 !important;
    display: flex; 
    float: left;
}
.profile-social-btns {
    margin-top: 14px !important;
    justify-content: center;
}
table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before{
    left: 0 !important;
    right: auto !important;
}
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
    left: 9px !important;
    right: auto !important;
}

.note-editor .modal button.close {
    position: absolute;
    right: 5px;
    top: auto;
    color: #fff;
}
.inline-edit-link {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    padding: 0;
    background: transparent;
    border: 0;
}
.modal.note-modal .modal-body .checkbox {
    display: none;
}
.note-editor .popover-content i, .note-editor .popover-content button span {
    color: #fff !important;
}
.horizontal-topnav .dropdown-item i {
    margin-right: 5px;
    width: 15px;
}
.datepicker {
    transform: translate(0, 9em) !important;
    animation: unset !important;
}


.char-remaining {
    font-size: 11px;
    text-align: right;
    color: #000;
}

.iti { 
    width: 100%;
}

[class^="avatar-"]  {
    cursor: pointer;
}

.user-documents-panel .bg-light {
    background-color: #fbfbfb !important;
}

.font-weight-500 {
    font-weight:500 !important;
}

.fs-11 {
    font-size:11px !important;
}

.ad-user-heading-wrapper {
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex;    
    border-radius: 5px 5px 0px 0px;
    padding: 10px 0px 10px 0px;
    clip-path: ellipse(100% 55% at 48% 44%);
    -webkit-clip-path: ellipse(100% 55% at 48% 44%);
}
.user-heading-officer {
    background: #42A5F5;
}
.user-heading-advisor {
    background: #26A69A;
}
.user-heading-volunteer {
    background: #FFCA28;
}
.ad-user-heading-wrapper img.avatar-xl {
    border-radius: 50%;
    padding: 3px;
    background: #fff; 
    object-fit: cover;
    object-position: center;
}
.media-body.ad-user-master-headings {
    text-align: center;
}
.ad-user-master-headings h6 {
    font-weight: 500;
    font-size: 13px;
}
div.form-control {
    line-height: 1.5;
    margin: 0;
    padding: 0.5rem 0.75rem;
}
.user-profile-pic-inner {
    position: relative;
    background-size: cover !important;
   /* border-radius: 50%;*/
    border: 3px solid #fff;
    background-position: center center !important;
}
.user-profile-main-details-wrapper .form-label {
    margin-bottom: 0;
    color: #444;
    font-size: 13px;
}
.flex-2-col-wrap .checkbox {
    flex: 0 0 50%;
}
.user-profile-pic-inner span { 
	padding: 3px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 11px;
	border: 2px solid #fff;
	position: absolute;
	bottom: 8px;
	right: -3px;
}




.box-ribbon-wrapper { 
    position: relative; 
}

    .box-ribbon-wrapper .ribbon {
        position: absolute;
        right: -5px;
        top: -5px;
        z-index: 1;
        overflow: hidden;
        width: 90px;
        height: 90px;
        text-align: right;
    }

    .box-ribbon-wrapper .ribbon span {
        font-size: 11px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 30px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 106px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#86F97C 0%, #149F1D 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 14px;
        right: -25px;
    }

        .box-ribbon-wrapper .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #79A70A;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

        .box-ribbon-wrapper .ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #79A70A;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

.cursor-pointer {
    cursor:pointer;
}
.dropdown-menu .dropdown-item {
    border-bottom: 1px solid #eee;
    font-size: 13px;
}
.stemup-tag {
    font-weight: 400;
    margin-right: 0.5rem;
    margin-bottom: 10px;
}
.owl-carousel .owl-item img {
    display: block;
    /* width: 100px; */
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
}
.horizontal-timeline-owl .event-list .event-down-icon::before { 
    display: none;
}
.d-flex.align-item-center {
    align-items: center;
}
#vertical-menu-btn { display:none; }
.side-navbar .metismenu > li > a { 
    font-size: 0.8rem; 
}
.nav-second-level li > a.active, .nav-thrid-level li > a.active { 
    font-weight: 500;
}
.nav-second-level li a, .nav-thrid-level li a {
    padding: 8px 15px; 
    font-size: 0.8rem;
}
.side-nav-item li a i {
    margin-right: 7px;
}
.side-navbar {
    width: 330px;
    display: none;
}
/*.form-control {
    height: auto;
}*/
.form-control {
    height: 36px;
    font-size: 0.78rem;
    border-radius: 4px;
}
.volunteerBadge-panel .owl-carousel h5 {
    font-size: 14px;
}
.volunteerBadge-panel h4 {
    font-size: 15px;
}
.datepicker table tr td.today {
    color: #fff; 
}
.dropdown-item.disabled, .dropdown-item:disabled, #basic-datatable.dataTable .disabled, .dropdown .disabled, .btn.disabled, .dropdown .disabled i {
    color: #d2d2d2 !important;
    pointer-events: all !important;
    background: #f7f7f7;
    position: relative;
    z-index: 9991;
    cursor: no-drop !important;
}

    .dropdown-item.disabled:hover, .dropdown .disabled i:hover, .dropdown-item:disabled:hover, #basic-datatable.dataTable .disabled:hover, .dropdown .disabled:hover, .btn.disabled:hover {
        color: #d2d2d2 !important;
        pointer-events: all !important;
        background: #f7f7f7;
        position: relative;
        z-index: 9999;
        cursor: no-drop !important;
    }
/* ************************************************* */
@media screen and (max-width: 768px) {
    .topbar-header div.navbar-header div.dropdown-menu-right.dropdown-menu.show div.dropdown-divider {
        display: none;
    }
    .show-sidebar .side-navbar {
        display: block;
    }
    .logo-sm img {
        width: 90px;
    }
    .horizontal-navbar .navbar-header {
        padding: 0 10px !important;
    }
    .horizontal-navbar .page-title-box {
        padding-bottom: 50px;
        margin-bottom: 20px;
    }
    
    /*body.horizontal-navbar.show-sidebar .collapse:not(.show) {
        display: block;
    }*/
    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child { 
        padding-left: 0;
    }
    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0.5em;
        display: inline-block;
        width: 100%;
        margin: 0;
    }
    div.card div.card-body.d-flex {
        display:block !important;
    }
    div.card div.card-body.d-flex .col-md-6.border-right {
        border:none !important;
    }
   /* div.card div.card-body.d-flex .col-md-6 {
        padding:0;
    }*/
    /*.dt-dataTables-data.table.dt-responsive.collapsed.dataTable tbody tr td.sorting_1,
    .dt-dataTables-data.table.dt-responsive.collapsed.dataTable thead tr th.sorting_asc { 
        white-space: normal;
    }*/
    .message-wrapper .user-message-wrapper { 
        width: 100%;
    }
    .message-wrapper .message-sidebar {
        transform: none;
    }
    .menu-paddle {
        display:none;
    }
    .col-lg-7.col-xl-8.u-profile-right-panel {
        padding: 0;
    }

    .card .note-toolbar button.btn {
        padding: 1px 15px;
    }

    .card-footer.text-right {
        text-align: center !important;
    }

    .horizontal-timeline .events-content {
        height: auto !important;
    }

    .timeline-navigation#leftNav, .timeline-navigation#rightNav { 
        justify-content: center;
    }

    .horizontal-timeline .timeline-mentor-row .col-lg-6:nth-child(2n+1) {
        border-right: none !important;
    }
    .timeline-navigation#leftNav, .timeline-navigation#rightNav { 
        top: -12px !important;
    }
    .col-md-12.col-lg-6.border-right { 
        border: none !important;
    }
}

.horizontal-timeline .events-content ul {
    padding: 0;
}
.u-skills-wrapper .event-date h5 {
    font-size: 14px;
}
.dashboard-tiles .text-muted {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5) !important;
    letter-spacing: 0.5px;
    line-height: 20px;
    display: block;
    font-weight: 400 !important;
}
.dashboard-tiles h2 {
    font-size: 44px;
    line-height: 1;
}
.wrAnnouncements .Announcement-item h5 {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px 0;
}
.Announcement-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    margin-right: 10px;
}
.wrAnnouncements .Announcement-item i {
    font-size: 10px;
    margin-right: 6px !important;
}
.wrAnnouncements .Announcement-item .col-6:nth-child(1) span,
.wrAnnouncements .Announcement-item .col-md-8 span {
    font-size: 12px;
    color: #a0a0a0;
    font-weight: 400;
}
.modal-body .list-group-item-light {
    font-size: 13px;
    color: #2b3e4f;
}


.custom-badge-task {
    padding: 10px 0 15px 0;
    margin-bottom: 0px;
    border-top: 1px solid #ebebeb;
}
.activity-widget .activity-list:first-child .custom-badge-task {
    border-top: 0px solid #ebebeb;
    padding-top:0;
}
    .custom-badge-task .font-size-13 {
        font-size: 12px !important;
        color: #8b8e8e !important;
        font-weight: 400;
    }
    .custom-badge-task h5 {
        padding-right: 50px;
    }
.custom-badge-task .inline-edit-link {
    right: 0px;
    top: 13px;
}
.custom-badge-task button:nth-child(2) {
    right: 23px;
}
.custom-badge-task .inline-edit-link i {
    font-size:18px !important
}
.activity-widget .activity-list:first-child .custom-badge-task .inline-edit-link {
    top: 3px;
}
/*.custom-badge-success {
    background-color: rgba(67, 211, 158, 0.05);
    border-radius: 5px;
    border: 1px solid rgba(202, 243, 228, 0.5);
}

.custom-badge-info {
    background-color: rgba(37, 194, 227, 0.05);
    border-radius: 5px;
    border: 1px solid rgba(193, 238, 247, 0.5);
}

.custom-badge-danger {
    background-color: rgba(255, 92, 117, 0.05);
    border-radius: 5px;
    border: 1px solid rgba(254, 208, 216, 0.5);
}

.custom-badge-warning {
    background-color: rgba(255, 190, 11, 0.05);
    border-radius: 5px;
    border: 1px solid rgba(254, 234, 179, 0.5);
}*/
.custom-badge-task .p-2 {
    padding: 0.3rem !important;
}

    .custom-badge-task .badge {
        font-size: 9px !important;
    }

.custom-badge-task .font-weight-600 {
    font-weight: 600 !important;
    font-size: 14px;
}



.volunteerScores {
    width: 100%;
}

.volunteerScores td:nth-child(2) {
    text-align: right;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1px;
    color: #8e9198;
}

.volunteerScores progress {
    border-radius: 8px;
    width: 100%;
    height: 8px;
    margin-bottom: 12px;
    border: 0;
}

.volunteerScores progress::-webkit-progress-bar {
    background-color: #efefef;
    border-radius: 8px;
}

.volunteerScores progress::-webkit-progress-value {
    background-color: #fdca27;
    border-radius: 8px;
}

.volunteerScores progress::-moz-progress-bar {
    background-color: #fdca27;
    border-radius: 8px;
}


a.add-new-skill-score {
    margin: 23px 0 0 0;
    padding: 7px !important;
    border-radius: 4px;
    font-size: 13px;
}

.card,
.btn {
    border-radius: 4px;
}


/*.dashtile-left {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 22px 15px;
    margin-right: 15px;
}*/

/* sumith */
.dashtile-left {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px; 
    margin-right: 15px;
    padding: 15px 20px !important;
    min-width: 80px;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* sumith end */

.proj-taskStatus span {
    width: 100%;
    text-align: left;
    padding: 13px 5px 13px 17px !important;
}

.border-style-1 {
    border-left: 3px solid #eee;
    padding-left: 10px;
    margin-bottom: 10px;
}
.img-md {
    width: 60px;
    height: 60px;
}
.pos-r-t-0 {
    top:0;
    right:0;
}
.pos-r-0 {
    right: 0;
}
.pos-r-m-5 {
    right:-5px;
}
.user-message-wrapper .message-input input {
    height: 45px;
}
.profile-social-btns a {
    z-index: 9 !important;
}

.social-share-wrapper {
    display: flex;
    width: 100%; 
    align-items: normal;
    margin: 30px auto;
    justify-content: center;
}
.social-share-items {
    display: flex;
    align-items: center;
    position: relative;
    width: 250px;
    height: 65px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: inset 0 0 0 2px #dbe3ea;
    border-radius: 50px;
    color: #9aa9b5;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    transition: box-shadow 0.2s ease-out;
}
.social-share-items span, .social-share-items div {
	margin: auto;
} 
.social-share-items .social-links {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(62, 130, 251, 0);
	width: 100%;
	height: 100%;
	padding: 0 30px;
	transition: all 0.25s ease;
}

.social-share-items .social-links a {
	margin: auto;
	background: #fff;
	color: #3e82fb;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
	font-size: 15px;
	transform: translate3d(0, 60px, 0);
	transition: all 0.2s;
    text-align: center;
}

/*.social-share-items .social-links a:hover {
    animation: elastic .5s ease-out forwards 0s;
}*/
.social-share-items:hover .social-links > a {
	animation: elastic 0.5s ease-out forwards 0s;
}
.social-share-items .social-links a:hover {
    background: #89b3fd;
    color: #fff;
}
.social-share-items .social-links a:nth-child(2) {
    animation-delay: 0.05s;
}

.social-share-items .social-links a:nth-child(3) {
    animation-delay: 0.1s;
}

.social-share-items .social-links a:nth-child(4) {
    animation-delay: 0.15s;
}

.social-share-items .social-links a:nth-child(5) {
    animation-delay: 0.2s;
}

.social-share-items:hover .social-links {
    background: #3e82fb;
}

@keyframes elastic {
    0% {
        transform: translate3d(0,60px,0);
    }

    40% {
        transform: translate3d(0,-5px,0);
    }

    70% {
        transform: translate3d(0,5px,0);
    }

    100% {
        transform: translate3d(0,0,0);
    }
}
#opportunityList-grid .card:hover,
#mentorProgramList-grid .card:hover,
.mentor-item-wrapper .card:hover {
    box-shadow: 3px 5px 9px rgba(204, 204, 204, 0.75);
}
#opportunityList-grid .card,
#mentorProgramList-grid .card,
.mentor-item-wrapper .card {
    transition: all 0.3s ease;
    background-color: #ffffff;
    border: 1px solid #e2e7f1;
}
    #opportunityList-grid .card-footer,
    #mentorProgramList-grid .card-footer,
    .mentor-item-wrapper .card .card-footer {
        padding: 12px !important;
        border: 0 !important;
        border-radius: 0 0 4px 4px !important;
    }
    #opportunityList-grid .card-footer .fs-11 {
        font-weight: 500;
    }
    #opportunityList-grid .card-footer .badge {
        font-weight: 500;
        padding: 4px 10px !important;
        background-color: #e2e7f1;
        color: #343535;
    }
#opportunityList-grid .media img {
    height: 80px;
    width: 80px;
    object-fit: contain;
    object-position: center;
}
.btn-download {
    background: #25c2e3;
}
#mentorProgramList-grid .card .card-header,
.mentor-item-wrapper .card .card-header {
    padding: 10px 5px 10px 20px;
    border-radius: 4px 4px 0 0;
}
    #mentorProgramList-grid .card .card-header h5,
    .mentor-item-wrapper .card .card-header h5{
        padding: 0;
        margin: 0 !important;
        font-size: 16px;
    }
#mentorProgramList-grid .card-footer,
.mentor-item-wrapper .card .card-footer {
    padding: 0 10px 10px !important;
    background-color: transparent;
    border: 0 !important;
}
.mentor-item-wrapper .card-footer .btn {
    border-radius: 3px !important;
    width: 100%;
    padding: 5px 10px !important;
    display: block;
    font-size: 13px;
}
.mentor-item-wrapper .card-footer .btn i {
    font-size: 12px;
}
#mentorProgramList-grid .card-footer .btn {
    border-radius: 3px !important;
    width: 100%;
    background-color: transparent;
    color: #23bb74;
    border-color: #23bb74;
    padding: 6px 10px;
}
#mentorProgramList-grid .card:hover .card-footer .btn {
    background-color: #23bb74;
    color: #fff;
    border-color: #23bb74;
}
#mentorProgramList-grid .card .media span {
    font-size: 13px;
    display: block;
}
#mentorProgramList-grid .btn.disabled,
#mentorProgramList-grid .card:hover .btn.disabled {
    color: #343535 !important;
    background: #dfdfdf;
    opacity: 1;
    border-color: #dfdfdf;
}
#mentorProgramList-grid .disabled i,
#mentorProgramList-grid .card:hover .disabled i {
    color: #343535 !important;
    opacity: 1;
}
#mentorProgramList-grid .card-footer .btn.selectDiabled,
#mentorProgramList-grid .card:hover .card-footer .btn.selectDiabled {
    background-color: #23bb74 !important;
    color: #fff !important;
    border-color: #23bb74 !important;
}
#mentorProgramList-grid .card .disabled.selectDiabled i,
#mentorProgramList-grid .card:hover .disabled.selectDiabled i {
    color: #fff !important;
}

/* ************************ */
.mentor-item-wrapper .card {
    border: 1px solid #eee;
    margin-bottom: 40px;
    /* padding: 20px; */
    position: relative;
    box-shadow: 0px 4px 8px #eee;
    transition: transform .2s;
}
/*.mentor-item-wrapper .card:hover {
    box-shadow: 3px 5px 9px #ccc;
    transform: scale(1.01);
}
.mentor-item-wrapper .card::before {
        width: 0;
        height: 0;
        border-bottom: 20px solid;
        border-left: 30px solid transparent;
        content: "";
        position: absolute;
        bottom: 2px;
        right: 2px;
    }
.mentor-item-wrapper .card::before {
    border-bottom-color: #e8e8e8;
}
.mentor-item-wrapper .card h5 {
	text-transform: capitalize;
	font-size: 15px;
	min-height: 25px;
}*/
.align-bottom-element {
    margin-top: auto;
}
.mentor-item-details {
    font-size: 13px;
    border-left: 3px solid #f7c33f;
    padding-left: 10px;
}
.Announcement-item a.view-announcement {
    font-size: 11px;
    color: #5d5d6b !important;
    border: 1px solid #5d5d6b;
    padding: 2px 10px !important;
}

.Announcement-item a.view-announcement:hover {
    background: #f0ba31 !important;
    color: #fff !important;
    border: 1px solid #fcbe0b;
}
/* ********************* */

.effect-shadow {
    position: relative;
    box-shadow: 0px 4px 8px #eee;
    transition: transform .2s;
}

.effect-shadow:hover {
    box-shadow: 3px 5px 9px #ccc;
    transform: scale(1.01);
} 

.bottom-triangle::before {
    width: 0;
    height: 0;
    border-bottom: 20px solid;
    border-left: 30px solid transparent;
    content: "";
    position: absolute;
    bottom: 2px;
    right: 2px;
    border-bottom-color: #e3e3e3;
}
.bg-light-2 {
    background: #f9f9f9 !important;
    border: 1px solid #eee;
}
.subtitle-2 {
    font-size: 15px;
    border:;
    position: relative; 
    padding-bottom: 20px;
}
.subtitle-2::before {
	height: 3px;
	background: #ffd52f;
	width: 100px; 
	content: '';
	color: #ffd52f;
	position: absolute;
	top: 23px;
}
/*.reject-volunteer-request, .accept-volunteer-request {
    padding: 4px !important;
    width: 40%;
    font-size: 12px !important;
}*/
.flat-minimal-design {
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
}
.modal-body .flat-minimal-design .card-header {
    background: #fbfbfb;
    padding: 12px 1.25rem 12px;
}

.flat-minimal-design .card-title {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #2b3e4f;
}
.max-avatr-w-300 img {
    max-width: 280px;
    max-height: 150px;
}
.max-avatr-w-300 {
    max-width: 300px;
    margin: 0 auto;
    border-radius: 0;
    clip-path: none;
}
.MentorProgramFeedbacks-wrapper {
    padding-left: 10px;
}
.feeback-list b {
    margin-right: 5px;
    margin-top: 1px;
}
.feeback-list { 
    display:flex;
}
 
.feeback-list p {
    margin-bottom: 10px;
}
.card-header.mentor-program-top-header {
    padding: 10px 1.25rem 10px;
}
.card-header.mentor-program-top-header h5 {
    margin-top: 4px;
    margin-bottom: 0;
}
.mentor-program-top-body .avatar-lg {
    object-fit: cover;
    object-position: center;
}
.swal2-container.swal2-center { 
    z-index: 9999456;
}
.card .card-header-element-right {
    padding: 10px 1.25rem 10px;
    display: flex;
}
.card-header-element-right .card-title {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
 
 .menu-paddle {
    position: fixed;
    width: 3em;
    height: 30px;
    z-index: 9;
}

.menu-left-paddle {
    left: 0;
    display:none;
}

.menu-right-paddle {
    right: 0;
}
.horizontal-topnav .navbar-nav .nav-link {
    padding: 1rem 0.7rem;
}
.menu-paddle {
    position: fixed;
    width: 3em;
    height: 44px;
    z-index: 9;
    border: 0;
    background: #ffd52f;
}
.dtr-details .dtr-data {
    padding-left: 10px;
}
 


.bottom-triangle .btn.btn-success.disabled.btn-sm {
    color: #797070 !important;
}
.ul-styled-padding ul {
    padding-left: 12px;
}

/*.modal-backdrop { 
    z-index: 9999; 
}*/
.modal {
    z-index: 10557;
}
.modal.note-modal .close { 
	color: #fff;
}
.modal.note-modal .modal-header { 
	display: block;
}
.modal.note-modal .modal-footer .text-center {
	display: none;
}
.modal .card .card-header {
    padding: 15px;
    background: #f3f3f3 !important;
    border: 0;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0;
    align-items: center;
}
    .modal .card .card-header h5,
    .modal .card .card-header h3 {
        margin: 0px !important;
        font-size: 16px;
        font-weight: 500;
        color: #343535;
    }
.note-editor.note-frame button.btn {
    padding: .28rem .65rem;
}
.border-style-1 h6 {
    margin: 0 0 2px 0 !important;
    font-size: 13px;
    font-weight: 500;
    color: #343535;
}
.modal .border-style-1 h6 {
    font-size: 12px;
}
.modal .card {
    box-shadow: none;
    padding: 0;
    border: 1px solid #eee;
}


.AssignedMentors .media {
    margin-top: 1rem !important;
    margin-bottom: 0rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1rem !important;
}
    .AssignedMentors .media:nth-child(1) {
        margin-top: 0rem !important;
        border: 0;
        border-top: 0px solid rgba(0, 0, 0, 0.1);
        padding-top: 0.5rem !important;
    }
    .AssignedMentors .media img.rounded-circle {
        object-fit: cover;
    }
    .AssignedMentors .media p {
        font-size:13px;
    }

.card button.btn {
    padding: 8px 25px;
    font-size: 13px;
}

.alert-info {
    color: #136576;
    background-color: #d3edf9;
    border-color: #c6e7f7;
}

.timeline-primary .timeline-item .timeline-icon::after {
    top: 15px;
    height: 2px;
    left: 35px;
}
.timeline-primary .timeline-item.timeline-left .timeline-icon:after {
    right: 35px;
}

.timeline-item.timeline-left .inline-edit-link {
    left: 15px !important;
    top: 13px;
}
.timeline-navigation { 
    top: 12px; 
}
.pos-top-0 {
    top: 0 !important
}

.u-profile-left-panel .inline-edit-link {
    right: 0;
    top: 7px;
}

.half-panel-u-profile .inline-edit-link {
    top: 0;
    right: 8px;
}

.border-heading-style-1 {
    text-align: center;
    position: relative;
}

.border-heading-style-1::before,
.border-heading-style-1::after {
    content: '';
    width: 4rem;
    display: inline-block;
    border-top: .2rem solid #595959;
    margin: 0 1rem;
    transform: translateY(-5px);
}
 

.dropdown-menu {
    padding: 0;
}
.wr-timeline {
    max-width: 1200px;
    margin: auto;
}
.wr-timeline .timeline-heading {
    background-color: #2e3d55;
    border-color: #2e3d55;
    padding: 15px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    text-transform: capitalize;
}
    .wr-timeline .badge-pill {
        border-radius: 4px;
        width: 100%;
        text-align: center;
    }
    .wr-timeline .inline-edit-link {
        top: 55px !important;
        right: 18px;
    }
    .wr-timeline .timeline-item.timeline-left .inline-edit-link {
        left: 18px !important;
    }

@media (max-width: 767px) {
    .wr-timeline .timeline-heading {
        text-align: center;
        max-width: 100%;
        padding: 20px 15px;
    }
    .wr-timeline .timeline-item.timeline-left .inline-edit-link {
        right: 18px !important;
        left: auto !important;
    }
    .timeline-navigation#leftNav, .timeline-navigation#rightNav {
        top: -12px !important;
        justify-content: center;
    }

    .horizontal-timeline .timeline-mentor-row .col-lg-6:nth-child(2n+1) {
        border-right: none;
    }
    .modal .modal-footer {
        justify-content: center;
    }
}

.wrAnnouncements .view-allannouncements {
    font-size: 13px;
    font-weight: 500;
    margin-top: 15px;
}
#careeroppertunity-view-panel ul {
    padding-left: 12px;
}

.horizontal-timeline .events a.selected {
    pointer-events: none;
    font-weight: bold;
    font-size: 18px;
}

.horizontal-timeline .events-content li[data-date], .horizontal-timeline .events-content li[data-horizontal-timeline] {
    padding: 25px 10px;
    background: #fff;
    border-radius: 0px;
    font-size: 11pt;
}

.horizontal-timeline .timeline-mentor-row .col-lg-6:nth-child(2n+1) {
    border-right: 2px dotted #ddd;
}

.timeline-navigation a {
    color: #3051d3;
    opacity: 0.9;
}

.horizontal-timeline .events a::after {
    background-color: #dfdfdf;
}

.horizontal-timeline .media-body h3 {
    font-size: 17px;
}

.horizontal-timeline .media-body h3::before,
.horizontal-timeline .media-body h3::after {
    content: '';
    width: 4rem;
    display: inline-block;
    border-top: .2rem solid #595959;
    margin: 0 1rem;
    transform: translateY(-5px);
}
/*.timeline-navigation .fas.fa-3x.fa-chevron-circle-right.scroll-right.inactive {
    display: none;
}
.timeline-navigation .fas.fa-3x.fa-chevron-circle-left.scroll-left.inactive {
    display: none;
}*/

.horizontal-timeline .filling-line {
    background-color: #617cff;
}

.horizontal-timeline .events a.older-event::after, .horizontal-timeline .events a.selected::after {
    background-color: #617cff;
}

.horizontal-timeline .events {
    background: #dfdfdf;
}

.horizontal-timeline .events-content li[data-date].selected, .horizontal-timeline .events-content li[data-horizontal-timeline].selected {
    list-style: none;
}

@media screen and (max-width: 480px) {
    .message-wrapper {
        display: block !important;
    }

    .message-wrapper .message-sidebar {
        transform: none;
        position: relative !important;
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
    }

    .menu-paddle {
        display: none;
    }

    .horizontal-timeline .media-body h3::before,
    .horizontal-timeline .media-body h3::after {
        display: none;
    }

    /*table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
        position: relative;
        top: auto;
    }*/

    table.dataTable.dtr-inline.collapsed.no-responsive-expand-table > tbody > tr[role="row"] > td:first-child::before,
    table.dataTable.dtr-inline.collapsed.no-responsive-expand-table > tbody > tr[role="row"] > th:first-child::before {
        position: absolute;
        top: 26px;
    }

    .text-right.header-button-group .btn {
        margin-top: 5px;
    }

    .page-title-box [class*="col-"] {
        text-align: center;
    }

    .page-title-box [class*="col-"] .breadcrumb {
        justify-content: center;
        margin-bottom: 0.4rem !important;
    }

    /*.modal-body .card-header.bg-light-2.d-flex {
        display: block !important;
    }
*/
    .mobile-text-center {
        text-align: center !important;
    }

    .horizontal-timeline .media-body h3::before,
    .horizontal-timeline .media-body h3::after {
        content: '';
        width: 1.5rem;
        display: inline-block;
        border-top: .2rem solid #595959;
        margin: 0 1rem;
        transform: translateY(-5px);
    }
    .horizontal-timeline .timeline-mentor-row .col-lg-6:nth-child(2n+1) {
        border-right: none;
    }
    .page-title-box [class*="col-"] .text-right.header-button-group {
        text-align: center !important;
    }
    .horizontal-navbar .page-title-box { 
        margin-bottom: 0px;
    }
    .modal .modal-footer { 
        justify-content: center;
    }
}

.modal-approveReject .reject-volunteer-request,
.modal-approveReject .accept-volunteer-request {
    padding: 8px 10px !important;
    font-size: 14px !important;
    max-width: 100% !important;
    width: calc(100% - 5px) !important;
    margin-bottom:5px;
}
@media (max-width: 575px) {
    .modal-approveReject .reject-volunteer-request,
    .modal-approveReject .accept-volunteer-request {
        width: calc(100% - 0px) !important;
    }
}

.horizontal-timeline .events-content {
    overflow: hidden;
}
.horizontal-timeline .events-wrapper {
    margin:0 10px;
}
.horizontal-timeline .timeline-navigation#rightNav a {
    display: inline-block;
    margin: 1px 0 0 5px;
    font-size: 14px;
    color: #fff;
    background-color: #2e3d55;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    padding-top: 7px;
}
.horizontal-timeline .timeline-navigation#leftNav a {
    display: inline-block;
    margin: 3px 5px 0 0;
    font-size: 14px;
    color: #fff;
    background-color: #2e3d55;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    padding-top: 7px;
}
.timeline-navigation a.inactive {
    background-color: #d3d3d3 !important;
    color: #ffffff !important;
}

.modal-backdrop.show { 
    z-index: 10556;
}

.DashDownload-btn {
    background-color: rgba(252, 190, 11, 0.20);
    color: #4b4b5a;
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid rgba(252, 190, 11, 0.38);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none !important;
    transition: all 0.35s !important;
}

    .DashDownload-btn span {
        width: 35px;
        height: 35px;
        background-color: #253b70;
        margin-right: 10px;
        display: inline-block;
        border-radius: 4px;
        color: #fff;
        padding: 8px 0 0 0;
        text-align: center;
        font-size: 16px;
    }

    .DashDownload-btn span {
        width: 35px;
        height: 35px;
        background-color: #fcbe0b;
        margin-right: 10px;
        display: inline-block;
        border-radius: 4px;
        color: #fff;
        padding: 8px 0 0 0;
        text-align: center;
        font-size: 16px;
    }


.dot {
    height: 10px;
    width: 10px;
    background-color: #ff5c75;
    border-radius: 50%;
    display: inline-block;
}
.select2-search--dropdown:before {
    font-family: 'Font Awesome 5 Free';
    top: 29px;
    left: 25px;
    color: #343535;
}
.select2-search.select2-search--dropdown:not(.select2-search--hide) + .select2-results {
    padding: 0;
}

.dropdown-item {
    white-space: normal !important;
    line-height: 1.2;
}

@media screen and (max-width: 992px) {
    #vertical-menu-btn {
        display: block;
        padding: 0;
    }
    .show-sidebar .side-navbar {
        display: block !important;
    }
}

.btn-confirmation-letter {
    background: #0077b5 !important;
    border-color: #0077b5 !important;
    color: #fff !important;
    margin-top: 0 !important;
    width: 50%;
    left: 50%;
}