@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&family=Source+Serif+Pro:wght@200;300;400;600;700;900&display=swap');

body, html {
    font-family: 'Source Sans Pro',sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Serif Pro', serif;
    margin-bottom: 10px;
    font-weight: 600;
    color: #231F20;
}

p {
    color: #000;
    margin-bottom: 10px;
    color: #231F20;
    font-weight: 400
}

a {
    text-decoration: none;
    font-family: 'Source Sans Pro',sans-serif;
    color: #0068AC;
}

    a:hover {
        text-decoration: none
    }

button {
    font-family: 'Source Sans Pro',sans-serif
}

ul, li {
    list-style: none;
    padding: 0
}

header {
    box-shadow: 0px 12px 20px #73A2D012;
    background: #fff;
    position: relative;
}

section {
    padding: 50px 0;
}

    section h2 {
        font-weight: 700;
        font-size: 36px;
        line-height: 42px;
    }

.navbar {
    padding: 15px 35px;
}

.nav-item.active .nav-link {
    color: #0068AC !important;
    border-bottom: 2px solid;
    opacity: 1;
}

.nav-item .nav-link {
    color: #231F2065 !important;
}
/*After login header*/
header.after-login {
    box-shadow: 0px 12px 20px #73A2D012;
    background: #00cad1;
    position: relative;
}

.navbar {
    padding: 10px 35px;
}

.after-login .nav-item.active .nav-link {
    color: #fff !important;
    border-bottom: 2px solid;
    opacity: 1;
}

.after-login .nav-item .nav-link {
    color: #ffffff !important;
    font-weight: 400;
}

.after-login .navbar-brand img {
    width: 170px;
}

.after-login .nav-item.dropdown img {
    width: 46px;
    margin-right: 5px;
}

.after-login .nav-item.dropdown a {
    color: #fff !important;
    font-size: 13px;
    transition: 300ms all ease-in-out;
    min-width: 209.5px;
}

.login-bar.show .dropdown-menu .dropdown-item {
    color: #000 !important;
    font-size: 13px;
    min-width: auto;
    padding: 0.25rem 0.5rem;
}

    .login-bar.show .dropdown-menu .dropdown-item img {
        width: 14px;
        margin-right: 10px;
    }

.after-login .nav-item.dropdown.login-bar {
    margin-left: 20px;
}

    .after-login .nav-item.dropdown.login-bar:before {
        content: '';
        background: #fff;
        width: 100%;
        height: 10px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: -10px;
        display: none;
        transition: 300ms all ease-in-out;
    }

    .after-login .nav-item.dropdown.login-bar.show:before {
        display: block
    }

    .after-login .nav-item.dropdown.login-bar.show {
        background: #fff;
        /* min-width: 100%; */
        border-radius: 0;
        /* border-top-left-radius: 5px;
    border-top-right-radius: 5px; */
        transition: 300ms all ease-in-out;
    }

.dropdown-menu.show {
    top: 92%;
    width: 100%;
    padding: 10px;
    border: 0;
    box-shadow: 0px 12px 20px #0068AC29;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .dropdown-menu.show::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 6px;
        top: 0;
        left: 0;
    }

.dropdown-toggle::after {
    position: absolute;
    /* left: 0; */
    top: 22px;
    border: 0;
    right: 25px;
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.after-login .nav-item.dropdown.login-bar.show .dropdown-toggle::after {
    content: "\f077";
    top: 20px;
}

.after-login li i {
    color: #fff
}

.after-login .nav-item.dropdown.login-bar.show .nav-link {
    color: #00cad1 !important;
    transition: 300ms all ease-in-out;
}

.multiselect-container .multiselect-option, .multiselect-container .multiselect-group, .multiselect-container .multiselect-all {
    padding: 0.25rem 0.25rem 0.25rem 1rem;
}

    .multiselect-container .multiselect-option.multiselect-group-option-indented {
        padding-left: 2rem;
    }

.login-register button {
    border-radius: 50px;
    background: #00cad1;
    padding: 5px 9px 9px;
    width: 100px;
    height: 45px;
    font-size: 16px;
    border: 0;
}

.login-register a {
    margin-right: 20px;
    font-size: 16px;
    color: #00cad1;
}

.mini-header img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.row.mini-header .col {
    padding: 0 5px;
}

.mini-header {
    text-align: center;
}

    .mini-header a {
        display: block;
        color: #000;
        font-size: 14px;
    }

.all-case-title {
    background: #F9FBFD;
}

    .all-case-title h1 {
        font-size: 46px;
        font-weight: 700;
    }

    .all-case-title p {
        font-size: 14px;
        margin-top: 15px;
        line-height: 28px;
        color: #2D2926;
    }

.filter-card {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #104B7D29;
    border-radius: 4px;
    width: 100%;
    height: auto;
    padding: 15px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between
}

    .filter-card .btn-group {
        width: 180px;
    }

.dropdown-filter {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 20px;
    border-right: 1px solid #cdcdcd;
}

.filter-card .dropdown.hierarchy-select {
    padding: 0 15px;
}

.filter-card button {
    min-width: 20px;
    text-align: left !important;
    border: none;
    outline: none;
    background: transparent;
    position: relative;
    padding: 0;
    width: 100%;
    color: rgb(45 41 38 / 80%);
    font-size: 16px;
    line-height: 20px;
}

    .filter-card button:focus {
        box-shadow: none
    }

.filter-card .btn-default {
    width: auto;
    text-align: center;
}

.hide-arrow .dropdown-toggle::after {
    display: none;
}
/*.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 100%;
     margin-left: .255em;
     vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    right: 10px;
    top: 10px;
}*/
.category-d .multiselect.dropdown-toggle.custom-select.text-center {
    width: 130px;
}

.type-d .multiselect.dropdown-toggle.custom-select.text-center {
    width: 130px;
}

.legal-d .multiselect.dropdown-toggle.custom-select.text-center {
    width: 250px;
}

.category-d .dropdown-menu.show {
    top: -30px !important;
    left: -30px !important;
}

.type-d .dropdown-menu.show {
    top: -30px !important;
    left: -30px !important;
}

.seemore-pop {
    color: #0068AC !important;
}

.legals-d .dropdown-menu.show {
    top: -30px !important;
    left: -30px !important;
    width: auto;
}

.filter-search .btn {
    background-color: #00cad1;
    color: #fff;
    padding: 5px 10px;
    position: relative;
    right: 0;
    height: 38px;
    width: 38px;
}

.saved-count {
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 12px;
    color: #000;
}

.volunteer-card {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 12px 20px #73A2D012;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    position: relative;
    margin: 15px 0;
}

.volunteer-card {
    background: #FFFFFF;
    box-shadow: 0px 12px 20px #73A2D012;
    border-radius: 4px;
    padding: 25px;
    text-align: center;
    position: relative;
    margin: 15px 0;
}

    .volunteer-card span {
        font-size: 14px;
        height: 20px;
        display: block;
    }

    .volunteer-card h3 {
        font-size: 26px;
        margin: 20px 0;
        /* white-space: nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;
        height: 60px;
    }

    .volunteer-card p {
        margin-bottom: 0;
        height: 60px;
        overflow: hidden;
        font: normal normal normal 14px/20px Source Sans Pro;
        letter-spacing: 0px;
        color: #2D2926;
        margin-top: 0;
    }

.new-tag-day {
    text-align: left;
    color: #adadad;
}
/*.volunteer-card::before{
	position: absolute;
	background-image: url('../images/new-tag-label.svg');
	background-repeat: no-repeat;
	top: -10px;
	left: 10px;
	content: "";
	width: 50px;
	height: 60px;
}*/
.volunteer-card-img {
    background: transparent;
    padding: 10px;
    width: 60%;
    margin: 0 auto;
    height: 80px;
    overflow: hidden;
}

    .volunteer-card-img img {
        width: 100%;
        height: 80px;
        object-fit: contain;
    }

.ca-ti-lo {
    padding: 10px 0;
    align-items: center;
    display: contents;
    padding-right: 10px;
}

    .ca-ti-lo img {
        width: 20px;
        padding-right: 5px;
    }

.civil-immi-count {
    background: #104B7D0A;
    padding: 5px 10px;
    margin: 5px 5px 5px 0;
    font-size: 14px;
    line-height: 20px;
    color: #231F20;
    border-radius: 5px;
    text-align: center;
}

    .civil-immi-count span {
        font-size: 14px
    }

.detail-express-btn {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

    .detail-express-btn a {
        color: #0068AC;
        font-size: 16px;
        display: grid;
        align-content: center;
        font-size: 15px;
    }

    .detail-express-btn button {
        background: #00cad1;
        box-shadow: 0px 4px 16px #104B7D29;
        border-radius: 5px;
        font-size: 15px;
        border: none;
        color: #fff;
        padding: 10px 20px;
        outline: none;
    }

.book-nevig {
    position: absolute;
    top: 15px;
    right: 15px;
}

    .book-nevig img {
        width: 15px;
    }

    .book-nevig a {
        background: #104B7D10;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px;
        border: 0;
    }

.login-popup .modal-header {
    border-bottom: 0;
}

.login-popup .form-group label {
    font-size: 16px;
    position: relative;
}

.email-icon {
    width: 25px;
    position: absolute;
    top: 38px;
    left: 12px;
    z-index: 3;
    opacity: .3;
}

.password-icon {
    width: 25px;
    position: absolute;
    top: 38px;
    left: 11px;
    z-index: 3;
    opacity: .3;
}

.model-footer button, .modal-footer button {
    width: 100%;
    text-decoration: none !important;
    color: #fff !important;
    background: #00cad1;
    box-shadow: 0px 4px 16px #104B7D29;
    border-radius: 5px;
    color: #fff;
    border: none;
    padding: 10px 25px;
    margin: 30px 0;
    text-transform: uppercase;
}

.model-footer a {
    text-transform: uppercase;
}

#EmailSend h5, #exampleModal h5, #ForgotPassword h5, .ppChangeimgp h5 {
    font-family: 'Source Sans Pro',sans-serif;
}
/* #EmailSend .modal-dialog.login-popup, #ForgotPassword .modal-dialog.login-popup, #exampleModal .modal-dialog.login-popup {
	max-width: 390px;
	display: flex;
	align-content: center;
	justify-content: center;
} */
#ForgotPassword .modal-dialog.login-popup button:focus {
    outline: none;
    box-shadow: none;
    position: relative;
}

#EmailSend button.btn {
    background-color: #7AC1421A;
    color: #00cad1 !important;
}

#exampleModal .modal-dialog.login-popup .close:focus {
    outline: none;
}

#ExpresModel .modal-dialog.login-popup {
    max-width: 60%;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 10rem auto;
}

#ExpresCard .modal-dialog.login-popup {
    max-width: 45%;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 10rem auto;
}

#CaseSummery .modal-dialog.login-popup {
    max-width: 60%;
    display: flex;
    align-content: center;
    justify-content: center;
}

#CaseSummery .model-sub-body {
    padding: 1rem;
}

    #CaseSummery .model-sub-body a {
        color: #0068AC;
        padding: 10px;
    }

    #CaseSummery .model-sub-body p {
        font-size: 14px
    }

#CaseSummery .model-footer {
    padding: 1rem;
    text-align: center;
}

    #CaseSummery .model-footer button {
        margin: .5rem
    }

    #CaseSummery .model-footer .not-intrested, #CaseSummery .model-footer .reject-with-conflict {
        background: #AC0000;
        box-shadow: 0px 4px 16px #ac000029;
        border-radius: 5px;
        color: #fff;
        border: none;
        opacity: 1;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        line-height: 22px;
        font-weight: 300;
    }

    #CaseSummery .model-footer .no-conflict {
        background: #00cad1 0% 0% no-repeat padding-box;
        box-shadow: 0px 4px 16px #7AC14229;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        line-height: 22px;
        font-weight: 300;
        border: none;
        border-radius: 5px;
        color: #fff;
    }

        #CaseSummery .model-footer .not-intrested i, #CaseSummery .model-footer .reject-with-conflict i, #CaseSummery .model-footer .no-conflict i {
            font-size: 12px;
            padding-right: 7px;
        }

    #CaseSummery .model-footer a {
        display: block;
        width: 100%;
        text-decoration: none;
        color: #0068AC;
        opacity: 1;
        font-weight: 600;
        font-size: 16px;
    }

#CaseSummery .modal-body {
    background-color: #0068AC0A
}

#ExpresCard .model-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    #ExpresCard .model-footer button {
        width: auto !important;
        margin: 10px 0;
        margin: 10px 0;
        padding: 10px 35px;
    }

    #ExpresCard .model-footer a {
        padding: 20px;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
        color: #0068ac;
    }

#SaveExpresCard .modal-dialog.login-popup {
    max-width: 65%;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 10rem auto;
}

#SaveExpresCard .model-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    #SaveExpresCard .model-footer button {
        width: auto !important;
        margin: 10px 0;
        margin: 10px 0;
        padding: 10px 35px;
    }

    #SaveExpresCard .model-footer a {
        padding: 20px;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
        color: #0068ac;
    }

#ExpresModel .model-footer button {
    width: auto;
    background: #00cad1;
    box-shadow: 0px 4px 16px #104B7D29;
    border-radius: 5px;
    color: #fff;
    padding: 10px 30px;
    margin: 30px 0;
}

#ExpresModel .modal-body a {
    color: #231F20;
    text-decoration: underline;
}

#ExpresModel .model-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    #ExpresModel .model-footer a {
        padding: 30px;
        text-decoration: none;
        color: #0068AC;
        text-transform: uppercase
    }
/* #SeeMoreModel .modal-dialog.login-popup {
	max-width: 70%;	
	margin: 3rem auto;
} */
#ViewCaseSummery .modal-dialog.login-popup {
    max-width: 70%;
    margin: 3rem auto;
}

.view-summry-tag span {
    font-size: 14px !important
}

#ViewCaseSummery .modal-bodyBG {
    background: #0068AC0A;
    padding: 1rem;
}

#ViewCaseSummery .view-summry-bottomtext {
    padding: 1rem;
}

#ViewCaseSummery .model-footer {
    padding: 1rem
}

#ViewCaseSummery .time-let-dashboard {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 12px;
    padding: 15px;
}

    #ViewCaseSummery .time-let-dashboard p {
        color: #000
    }

    #ViewCaseSummery .time-let-dashboard h4 {
        font-weight: 700
    }

.view-summry-bottomtitle {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.view-s-reject {
    padding: 10px;
    background: #AC0000;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
}

.view-s-success {
    padding: 10px;
    background: #00cad1;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
}

    .view-s-reject i, .view-s-success i {
        padding-right: 15px
    }

.decide-later {
    padding: 15px 0;
    color: #00cad1 !important;
    text-decoration: none !important;
    text-align: center;
    display: block;
}


.view-summry-bottomtitle a {
    background: #0068AC0A;
    color: #00cad1 !important;
    text-decoration: none !important;
    padding: 5px !important;
    border-radius: 5px;
    margin: 0 10px;
}

#SeeMoreModel .model-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

    #SeeMoreModel .model-footer a {
        padding: 20px;
        color: #0068AC;
        opacity: 1;
        text-decoration: none;
        font-weight: 500;
    }

    #SeeMoreModel .model-footer button {
        width: auto !important
    }

.ppChangeimgp .modal-body {
    text-align: center;
}

    .ppChangeimgp .modal-body .ppp-text {
        margin-top: 20px;
    }

.ppChangeimgp .modal-footer .ppp-btn {
    background-color: #0068AC;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Source Sans Pro',sans-serif;
    border: 0;
    font-weight: 300;
    padding: 10px 20px;
    width: auto;
}

    .ppChangeimgp .modal-footer a.btn:focus, .ppChangeimgp .modal-footer .ppp-btn:focus {
        outline: 0 !important;
        border: 0 !important;
        box-shadow: unset !important;
    }

.ppChangeimgp .modal-footer a.btn {
    color: #0068AC;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Source Sans Pro',sans-serif;
}

.ppChangeimgp .modal-body p {
    text-align: left;
}

.modal-body .volunteer-card-img {
    margin: 0;
    width: 30%;
    margin-bottom: 30px;
}

.login-button {
    display: block;
    text-align: center;
    background: #00cad1;
    color: #fff;
    font-size: 16px;
    margin: 30px 0;
}

.register-model {
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.login-popup .form-group {
    position: relative
}

    .login-popup .form-group input[type=email] {
        position: relative;
        padding-left: 45px;
        color: #231F20;
    }

    .login-popup .form-group input[type=password] {
        position: relative;
        padding-left: 45px;
        color: #231F20;
    }

.model-footer p {
    font-size: 16px;
}

.model-footer .login-rigester-btn {
    font-size: 16px;
    color: #231F20 !important;
    padding-left: 15px;
    text-decoration: underline !important;
    background: transparent;
    width: auto;
    box-shadow: none;
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

.register-tab {
    border: none;
    justify-content: space-between;
}

    .register-tab .nav-link.active {
        background: #00cad1;
        border-radius: 5px;
        opacity: 1;
        color: #fff !important;
        padding: 10px 30px;
    }

    .register-tab .nav-link {
        background: #A8A8AA;
        border-radius: 5px;
        opacity: 1;
        color: #fff !important;
        padding: 10px 30px;
    }

.next-btn {
    background: #00cad1;
    border-radius: 5px;
    opacity: 1;
    margin: 20px 0;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 38px;
}

.select-icon-btn {
    background: #7AC1421A;
    border-radius: 5px;
    opacity: 1;
    width: 100%;
    margin: 10px 0;
    /*box-shadow: 0px 4px 16px #104B7D29;*/
    text-transform: uppercase;
    color: #00cad1 !important;
    padding: 10px 38px;
}

.nonselect-icon-btn {
    background: #00cad1;
    border-radius: 5px;
    opacity: 1;
    width: 100%;
    margin: 10px 0;
    /*box-shadow: 0px 4px 16px #104B7D29;*/
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 38px;
}

.bar-add-btn {
    background: #00cad1;
    border-radius: 5px;
    opacity: 1;
    border: 0;
    margin: 20px 0;
    color: #fff !important;
    padding: 10px 20px;
}

.back-reg-btn {
    color: #0068AC;
}

.tab-content-area .progress {
    border-radius: 20px;
    margin: 10px 0;
    height: 8px;
}

.tab-content-area .bg-success {
    background-color: #00cad1 !important;
    border-radius: 10px;
}

.regiser-form-tab {
    background: #FFFFFF;
    box-shadow: 0px 12px 20px #73A2D012;
    border-radius: 4px;
    padding: 20px;
}

    .regiser-form-tab p {
        font-size: 16px;
        margin-top: 0px;
    }

    .regiser-form-tab h6 {
        font-size: 16px;
        color: #0068AC;
        font-weight: 600;
        font-family: 'Source Sans Pro',sans-serif;
        margin-bottom: 0;
    }

    .regiser-form-tab span {
        font-size: 16px;
        color: #AC0000;
        margin-bottom: 15px;
        display: inline-block;
    }

.form-group span {
    color: #AC0000;
    margin: 0;
}

.login-info-title {
    display: flex;
    align-content: center;
}

    .login-info-title h4 {
        margin-bottom: 0;
        font-family: 'Source Sans Pro',sans-serif;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .login-info-title svg {
        color: #0068AC;
    }

.form-group .badge-secondary {
    background: #0068AC0A;
    border: 1px solid #0068AC1A;
    padding: 10px;
    margin-right: 10px;
}

.form-group .badge-secondary {
    color: #0068AC !important;
}

    .form-group .badge-secondary a {
        padding-left: 5px;
    }

.usd-doller {
    position: absolute;
    top: 39px;
    left: 14px;
    color: #A8A8AA !important;
}

.bill-rate {
    padding-left: 40px;
}


.volunteer-card-no-longer {
    position: absolute;
    background: rgba(255, 255, 255, .9);
    width: 90%;
    height: 90%;
    top: 30px;
    padding: 30px;
    text-align: center;
}

    .volunteer-card-no-longer h3 {
        font-size: 26px;
        margin-top: 100px;
    }

    .volunteer-card-no-longer a {
        background: #AC0000;
        position: absolute;
        bottom: 30px;
        box-shadow: 0px 4px 16px #104b7d29;
        border-radius: 5px;
        font-size: 15px;
        border: none;
        color: #fff;
        padding: 10px 20px;
        outline: none;
        left: 30%;
    }

/*Clinic details logged in */
.client-deatils-in {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 20px #73A2D014;
    border-radius: 0px 0px 60px 60px;
}

.breadcrum-links a {
    color: #909090;
    font-size: 14px;
    text-decoration: underline;
    text-transform: uppercase;
}

.clinic-publish {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

    .clinic-publish h6 {
        color: #231F20;
        font-size: 14px;
        font-family: 'Source Sans Pro',sans-serif;
        margin: 0;
        opacity: .8;
    }

    .clinic-publish p {
        color: #9d9d9d;
        font-size: 12px;
        margin: 0;
    }

    .clinic-publish img {
        width: 15px;
    }

    .clinic-publish a {
        background: #104B7D10;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px;
    }

.clinic-desc p {
    font-size: 18px;
}

.update-skill {
    display: flex;
    align-content: center;
}

.update-circle {
    width: 16px;
    height: 16px;
    background: #72C6A2;
    border-radius: 30px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.update-skill h5 {
    color: #231F20;
    font-size: 20px;
    font-family: 'Source Sans Pro',sans-serif;
    margin: 0;
    opacity: .8;
    margin-right: 10px;
}

.update-skill span {
    color: #231F20;
    font-size: 14px;
}

.clinic-date {
    background-color: #0068AC10;
    border-radius: 4px;
    padding: 10px;
    margin-top: 20px;
}

    .clinic-date h4 {
        font-size: 16px
    }

    .clinic-date p {
        font-size: 14px;
        position: relative;
        margin-bottom: 5px;
        margin-top: 0
    }

.sign-up-cinic-date a {
    background-color: #00cad1;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
}

.about-organization-cd {
    padding: 0 15px;
}

    .about-organization-cd h6 {
        color: #231F20;
        font-size: 14px;
        font-family: 'Source Sans Pro',sans-serif;
    }

    .about-organization-cd p {
        color: #2D2926;
        font-size: 14px;
        margin: 0;
    }

    .about-organization-cd a {
        color: #2D2926;
        font-size: 14px;
        margin: 0;
        margin-top: 20px;
        display: inline-block;
        padding-right: 30px;
        text-decoration: underline;
    }

.view-all-opportunies {
    text-align: center;
    width: 100%;
}

    .view-all-opportunies a {
        text-transform: uppercase;
        padding: 10px 20px;
        color: #0068AC;
        display: inline-block;
        margin-top: 20px;
        font-size: 16px;
    }

.express-intrest-card {
    background: #FFFFFF;
    box-shadow: 0px 6px 20px #73A2D029;
    border-radius: 4px;
    padding: 15px;
}

.express-intrest-not p {
    color: #979595;
    font-size: 12px;
}

.express-intrest-card img {
    width: 15px
}

.express-intrest-btn a {
    width: 100%;
    background-color: #0068AC;
    border-radius: 5px;
    color: #fff !important;
    display: block;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
}

.lock-express {
    background: #0068AC0A 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 25px;
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.lock-icon {
    font-size: 30px;
    color: #0068AC;
    padding: 20px;
}

.lock-express p {
    margin: 0px;
    padding: 0 20px;
}

.lock-express h6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    padding: 0 20px;
}

.time-let-decide {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 12px;
    padding: 20px;
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: 20px;
}

    .time-let-decide h4 {
        font-family: 'Source Sans Pro',sans-serif;
        font-size: 25px;
        padding-right: 15px;
    }

    .time-let-decide .progress .progress-bar {
        border-radius: 50px
    }

    .time-let-decide .progress {
        width: 100%;
        border-radius: 50px;
        height: 7px;
        margin: 0 auto;
        background-color: #E5E5E5;
    }

    .time-let-decide h4 span {
        font-family: 'Source Sans Pro',sans-serif;
        font-size: 13px;
    }

/*mydashboard-section*/
.mydashboard-section {
    background: #FFFFFF;
    box-shadow: 0px 20px 20px #73A2D018;
    border-radius: 0px 0px 60px 60px;
    padding: 0;
    padding-bottom: 50px;
    margin: 50px 0;
    position: relative;
    z-index: 5;
}

    .mydashboard-section span {
        color: #00cad1;
    }

.this-dashbpard {
    color: #231F20 !important;
}

.mydashboard-section .hour-worked h3 {
    color: #00cad1;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 56px;
    text-align: center;
}

.mydashboard-section h1 {
    font: normal normal bold 46px/57px Source Serif Pro;
}

.mydashboard-section .hour-worked a {
    text-align: center;
    color: #0068ac;
    display: block;
    text-decoration: underline;
    font: normal normal normal 14px/20px Source Sans Pro;
}

.mydashboard-section .hour-worked span {
    font: normal normal 600 28px/40px Source Sans Pro;
    font-family: 'Source Sans Pro', sans-serif;
    color: #979595;
}

.dashboard-tabs {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

    .dashboard-tabs span {
        color: #231F20;
        font: normal normal normal 14px/20px Source Sans Pro;
        background: #104B7D0A;
        padding: 10px;
        margin-left: 10px;
    }

    .dashboard-tabs h6 {
        text-align: left;
        padding-left: 15px;
        font: normal normal 600 14px/20px Source Sans Pro;
        letter-spacing: 0px;
        color: #2D2926;
        margin: 0;
    }

        .dashboard-tabs h6:before {
            position: absolute;
            content: '';
            width: 10px;
            height: 10px;
            top: 5px;
            left: 0;
            border-radius: 10px;
        }

.conflict-check {
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
    padding-top: 15px;
    align-items: center;
}

    .conflict-check h6 {
        position: relative;
    }

        .conflict-check h6:before {
            background: #AC0000;
        }

.pending-acceptance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
    padding-top: 15px;
}

    .pending-acceptance h6 {
        position: relative;
    }

        .pending-acceptance h6:before {
            background: #D5BD0C;
        }

.accepted-case {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
    padding-top: 15px;
}

    .accepted-case h6 {
        position: relative;
    }

        .accepted-case h6:before {
            background: #00cad1;
        }

.case-history {
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
    align-items: center;
    padding-top: 15px;
}

    .case-history h6 {
        position: relative;
    }

        .case-history h6:before {
            background: #00cad1;
        }

.upcoming-shifts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
    padding-top: 15px;
}

    .upcoming-shifts h6 {
        position: relative;
    }

        .upcoming-shifts h6:before {
            background: #72C6A2;
        }

.shift-history {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
    padding-top: 15px;
}

    .shift-history h6 {
        position: relative;
    }

        .shift-history h6:before {
            background: #F9AC84;
        }

.pending-conflict-card .time-let-decide span {
    background: transparent;
    padding: 0
}

.pending-conflict-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #73A2D029;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

button.close span {
    font-size: 35px;
}

.dashboard-items span {
    font: normal normal normal 14px/20px Source Sans Pro;
    letter-spacing: 0px;
    color: #231F20;
    font-size: 15px;
    display: inline-block;
    padding: 5px 10px;
    background: #104B7D0A;
}

.model-invite-other p {
    color: #0068AC;
    margin: 0;
}

.model-invite-other {
    background: #0068AC0A;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-size: 12px;
}

#InviteOthers button {
    width: auto !important;
}

#InviteOthers .model-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    #InviteOthers .model-footer a {
        padding: 20px;
        color: #0068AC;
        opacity: 1;
        text-decoration: none;
        font-weight: 500;
    }

.data-class span {
    display: block;
    font-size: 15px;
    background-color: transparent;
}

.dashboard-pop {
    width: 60%
}

.dashboard-items h5 {
    font-weight: 900;
    text-align: left;
    padding: 0 30px;
    margin: 0;
    letter-spacing: 0px;
    color: #2D2926;
    position: relative;
}

    .dashboard-items h5::before {
        position: absolute;
        content: '';
        left: 0;
        top: 7px;
        width: 16px;
        height: 16px;
        border-radius: 20px;
    }

.pending-conflict-sec {
    display: flex;
}

    .pending-conflict-sec h5 {
        position: relative;
        font: normal normal 600 20px/28px Source Sans Pro;
    }

        .pending-conflict-sec h5::before {
            background: #AC0000;
        }

.time-let-dashboard {
    border-radius: 12px;
    width: fit-content;
    text-align: center;
}

.dashboard-card-text h4 {
    font-weight: Bold;
    font-size: 20px
}

.dashboard-card-text .view-summry {
    color: #0068AC;
    text-decoration: none;
}

    .dashboard-card-text .view-summry img {
        width: 15px;
    }

.dashboard-card-text a {
    display: block;
    color: #000;
    padding: 5px 0;
    text-decoration: underline;
}

.time-let-dashboard p {
    color: #979595;
}

.time-let-dashboard h4 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 25px;
    display: flex;
    padding-right: 15px;
    align-items: baseline;
    justify-content: center;
}

    .time-let-dashboard h4 span {
        background: transparent;
        padding: 0
    }

.time-let-dashboard .progress .progress-bar {
    border-radius: 50px
}

.time-let-dashboard img {
    width: 15px;
    opacity: .5;
}

.time-let-dashboard .progress {
    width: 100%;
    border-radius: 50px;
    height: 7px;
    margin: 0 auto;
    background-color: #E5E5E5;
}

.fa-share {
    background: #00cad1;
    color: #fff;
    padding: 5px;
    font-size: 10px;
    border-radius: 3px;
}

#InviteOthers .dashboard-pop {
    max-width: 45%;
}

#InviteOthers .login-popup .form-group input[type=email] {
    position: relative;
    padding-left: 0;
    padding: .375rem .75rem;
    color: #231F20;
}

#InviteOthers .form-group span {
    color: red;
}

.modal-body span {
    font-size: 13px;
    color: #2D2926;
    padding: 0;
    background: transparent;
}

.seemore-pop {
    padding-right: 15px !important
}

    .seemore-pop img {
        width: 15px
    }

.view-summry.pr-3 img {
    width: 15px
}

.time-let-dashboard h4 span {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 13px;
}

.reject-dashboard {
    color: #AC0000;
    display: inline-block;
    padding: 10px 20px;
}

.noconlict-dashboard {
    color: #00cad1;
    display: inline-block;
    padding: 10px 20px;
}

.pending-acceptance-sec h5 {
    position: relative;
    font: normal normal 600 20px/28px Source Sans Pro;
}

    .pending-acceptance-sec h5::before {
        background: #D5BD0C;
    }

.case-history-sec h5 {
    position: relative;
    font: normal normal 600 20px/28px Source Sans Pro;
}

    .case-history-sec h5::before {
        background: #00cad1;
    }

.accepted-case-sec h5 {
    position: relative;
    font: normal normal 600 20px/28px Source Sans Pro;
}

    .accepted-case-sec h5::before {
        background: #00cad1;
    }

.case-close-btn {
    color: #00cad1 !important;
    display: inline-block;
}

.time-let-dashboard-a i {
    margin-right: 5px
}

.time-let-dashboard-a {
    background-color: #00cad1;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    box-shadow: 0px 4px 16px #104B7D29;
    border-radius: 5px;
}

.pending-acceptance-sec p {
    margin-bottom: 5px;
    margin-left: 20px;
}

.pa-img {
    background: #0068AC0A;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.pending-upcoming-sec h5::before {
    background: #72C6A2;
}

.pending-upcoming-sec {
    display: flex;
}

.pending-shift-sec h5::before {
    background: #F9AC84;
}

.pending-shift-sec {
    display: flex;
    position: relative;
}

.pending-upcoing-card {
    background-color: #0068AC0A;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 15px;
}

    .pending-upcoing-card h6 {
        font-size: 16px;
        font-weight: Bold;
        margin-bottom: 5px;
    }

    .pending-upcoing-card a {
        display: block;
        color: #000;
        font-size: 14px;
        padding: 5px 0;
        text-decoration: underline !important;
    }

.start-upc, .end-upc {
    display: flex;
    align-items: center;
}

    .start-upc p, .end-upc p {
        margin: 0;
        font-size: 13px;
    }


    .start-upc span {
        background-color: transparent;
        font-weight: 600;
        position: relative;
        margin-left: 10px;
    }

        .start-upc span:before {
            position: absolute;
            content: "";
            background-color: #00cad1;
            width: 8px;
            height: 8px;
            border-radius: 10px;
            top: 11px;
            left: -10px;
        }

        .start-upc span:after {
            position: absolute;
            content: "";
            background-color: #00cad1;
            width: 1px;
            height: 35px;
            top: 11px;
            left: -6.5px;
        }

    .end-upc span {
        background-color: transparent;
        font-weight: 600;
        position: relative;
        margin-left: 10px;
    }

        .end-upc span:before {
            position: absolute;
            content: "";
            background-color: #AC0000;
            width: 8px;
            height: 8px;
            border-radius: 10px;
            top: 11px;
            left: -10px;
        }

.pending-upcoing-card .start-end-view {
    background: #00cad1;
    box-shadow: 0px 4px 16px #104B7D29;
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
    text-decoration: none !important;
}

.view-all-dashboard {
    display: block;
    text-align: center;
}

.contact-search .form-inline input {
    min-width: 400px !important;
}

.volunteer-card.contact-card {
    background-color: transparent
}

.help-section h5 {
    text-align: left;
    font-family: 'Source Sans Pro',sans-serif;
    letter-spacing: 0px;
    font-weight: 500;
    color: #2D292680;
    opacity: 1;
}

.help-div {
    padding: 30px 0;
}

    .help-div span {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

    .help-div ul li {
        position: relative;
        color: #0068AC;
    }

    .help-div a {
        position: relative;
        color: #0068AC;
        font-size: 14px;
        line-height: 20px;
    }

        .help-div a:hover {
            text-decoration: underline;
        }

    .help-div embed {
        width: 100%;
        height: 1000px;
    }

    .help-div ul {
        padding-left: 20px;
    }

        .help-div ul li:before {
            content: "\2022";
            color: #0068AC;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

    .help-div p {
        font-size: 14px;
        line-height: 20px;
    }

.email-n-list {
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 12px 20px #73A2D012;
    border-radius: 10px;
    margin-top: 10px;
}

    .email-n-list i {
        padding: 10px
    }

    .email-n-list span {
        color: #2D2926;
        font-size: 12px;
    }

    .email-n-list .badge-danger, .email-n-list .badge-success {
        font-size: 15px;
        background: #fff;
        font-weight: 500
    }

    .email-n-list .badge-success {
        color: #00cad1
    }

    .email-n-list .badge-danger {
        color: #AC0000
    }

.profile-banner {
    background-image: linear-gradient(#0068AC00, #0068AC);
    position: relative;
}

    .profile-banner > img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        mix-blend-mode: multiply;
    }

.profile-banner-text img {
    width: 150px;
}

.profile-banner-text {
    position: absolute;
    width: 100%;
    top: 20%;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1140px;
}

    .profile-banner-text h2 {
        color: #fff;
        margin-bottom: 0;
        padding-left: 20px;
    }

    .profile-banner-text p {
        color: #fff;
        opacity: .6;
        margin-bottom: 0;
        padding-left: 20px;
    }

.profile-tabs-sec {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1140px;
}

.profile-tabs {
    border: 0
}

    .profile-tabs .nav-link {
        color: #fff !important;
    }

        .profile-tabs .nav-link.active {
            color: #0068AC !important;
        }

            .profile-tabs .nav-link.active img {
                filter: none;
            }

        .profile-tabs .nav-link img {
            filter: invert(1) brightness(5);
        }

.Collepse-menu i {
    color: #0068AC
}

.Collepse-menu button {
    background: transparent;
    padding: 0;
    outline: none;
    border: 0
}

.Collepse-menu h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #2D2926;
}

.Collepse-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.userFrom-sec {
    background-color: #F9FBFD;
}

.form-title-sec {
    padding-top: 70px;
    padding-bottom: 30px;
}

    .form-title-sec h2 {
        font-weight: 700
    }

.profile-pic {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    vertical-align: middle;
    text-align: center;
    color: transparent;
    transition: all .3s ease;
    text-decoration: none;
    cursor: pointer;
}

.pp-change span {
    display: inline-block;
    color: #000;
    padding-left: 15px;
    cursor: pointer;
}

#fileToUpload {
    display: none;
    cursor: pointer;
}

.pp-change {
    display: flex;
    align-items: center;
}

.pp-change-icon img {
    width: 16px;
}

.pp-change-icon {
    background: #fff;
    height: 30px;
    position: absolute;
    bottom: -5px;
    right: -5px;
    border: 1px solid #A8A8AA;
    width: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edit-pro-form .card {
    border: 0;
    background: #FFFFFF;
    box-shadow: 0px 12px 20px #73A2D012;
    border-radius: 4px;
    margin-bottom: 30px;
}

.edit-pro-form .card-header {
    background-color: #fff;
    border: 0;
}

.Collepsed-card-sec {
    border-top: 1px solid #adadad;
    padding: 15px
}

.bar-add-btn {
    background: #00cad1;
    border-radius: 5px;
    color: #fff;
}

.add-license label {
    display: block;
    margin-bottom: 10px
}

.add-license span {
    background: #0068AC1A;
    color: #0068AC;
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
}

.add-license i {
    color: #231F20;
    padding-left: 15px
}

.switch {
    position: relative;
    display: inline-block;
    width: 39px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #00cad1;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.change-pas-text {
    font-size: 14px
}

.change-pass-btn {
    background: #00cad1;
    color: #fff;
    margin: 30px 0;
}

.mydashboard-section .breadcrumb {
    padding: 0;
    background: transparent;
}

    .mydashboard-section .breadcrumb li {
        font-size: 14px;
        text-decoration: underline
    }

#piechart {
    position: relative
}

    #piechart:before {
        position: absolute;
        width: 170px;
        height: 170px;
        border-radius: 500px;
        content: "";
        top: 170px;
        left: 325px;
        background: #fff;
        z-index: 1;
    }

.pie-cart {
    background: #F9FBFD 0% 0% no-repeat padding-box;
}

.pie-cart-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 12px 20px #73A2D012;
    border-radius: 4px;
}

.homepage-banner {
    position: relative
}
/*.homepage-banner img{height: 641px; object-fit: cover; width: 100%}*/
.homepage-text {
    background-image: linear-gradient(#0068AC70, #0068AC70);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
}

    .homepage-text h2 {
        position: relative;
        color: #fff;
        font-size: 46px;
        z-index: 0
    }

.filter-card p {
    color: #fff;
    font-size: 16px;
    margin: 40px 0;
    line-height: 20px;
    font-weight: 400;
}

.homepage-text h2:before {
    position: absolute;
    width: 225px;
    height: 5px;
    content: '';
    bottom: 0;
    left: 0;
    z-index: -1;
}

.homepage-btn {
    display: flex;
}

    .homepage-btn .home-register-btn {
        width: 145px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #00cad1;
        color: #fff;
        border-radius: 50px;
        margin-right: 20px
    }

    .homepage-btn .home-learn-btn {
        width: 145px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border: 2px solid #fff;
        color: #fff;
        border-radius: 50px
    }

.filter-card p {
    color: #000 !important;
    margin: 0;
}

.homepage-text .filter-card {
    position: relative;
    margin-top: 7rem;
}

.volunteer-section {
    background-color: #F4F5F7
}

.volunteer-card-part {
    position: relative;
    margin-top: -3rem;
}

.volunteer-section .view-all-home {
    color: #0068AC;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

    .volunteer-section .view-all-home a {
        color: #0068AC;
    }

.email-row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.add-email-card {
    padding: 10px;
    border-top: 5px solid #0068AC;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #104B7D29;
    border-radius: 4px;
    height: 354px;
    overflow: auto;
}

    .add-email-card .sub-check label {
        position: relative
    }

        .add-email-card .sub-check label:before {
            position: absolute;
            content: "";
            top: 9px;
            left: -20px;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #00AEEF;
        }

#AddEmail .modal-dialog {
    max-width: 70%;
    height: auto;
    width: 100%;
}

.add-email-btn .btn {
    background: #00cad1 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 16px #7AC14229;
    border-radius: 5px;
    color: #fff;
}

.AddEmail .modal-footer {
    box-shadow: none;
}

.AddEmail .modal-body {
    padding: 1rem;
}

.AddEmail .modal-footer button {
    background: #00cad1 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 16px #104b7d29;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin: 0;
    width: auto;
}

.AddEmail .modal-footer a {
    color: #0068AC;
}

.AddEmail .modal-footer span {
    color: red;
}

.AddEmail .modal-title {
    font: normal normal 600 18px/25px Source Sans Pro;
    letter-spacing: 0px;
    color: #2D2926;
}

.AddEmail .add-email-card h6 {
    font: normal normal 600 16px/22px Source Sans Pro;
    letter-spacing: 0px;
    color: #2D2926;
}

.AddEmail .add-email-card .sub-check {
    margin-left: 20px;
}

.AddEmail .add-email-card label {
    display: block
}

#CategoryDIV {
    display: none;
}

#myDIV {
    display: none;
}

#TypeDIV {
    display: none
}

#LegalDIV {
    display: none
}

.filter-drop {
    position: absolute;
    left: auto;
    top: auto;
    border-top: 5px solid #0068AC;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #104b7d29;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    z-index: 1;
}

.justice-server-text p {
    width: 100;
    text-align: left
}

.getting-started-counter {
    background: var(---0068ac-secondary-blue-) 0% 0% no-repeat padding-box;
    background: #00cad1 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 60px 0;
}

    .getting-started-counter h2 {
        text-align: center;
        color: #fff;
        font-size: 36px;
        line-height: 42px;
    }

    .getting-started-counter p {
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0px;
        color: #0DD4C0;
        opacity: 1;
        margin-bottom: 0;
    }

.we-believe h2 {
    font-size: 36px;
    line-height: 42px;
}

    .we-believe h2 + p {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        color: rgb(35 31 32 / 65%);
    }

#counter-box span {
    font-size: 30px;
    color: #fff;
    padding-left: 10px;
}

.counter-text h3 {
    font-size: 120px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.counter-text p {
    font-size: 28px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.6;
    text-align: center;
    width: 100%;
}

.we-offer {
    padding: 70px 0;
    text-align: center
}

    .we-offer p {
        margin: 0 auto;
        font-size: 20px;
        line-height: 28px;
        color: rgb(35 31 32 / 65%);
    }

.home-sec p {
    font-size: 20px;
    line-height: 28px;
    color: rgb(35 31 32 / 65%);
}

.get-ready {
    background: #0DD4C0 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
    text-align: center;
    padding: 50px 0;
}

    .get-ready h2, .get-ready p {
        color: #fff;
    }

    .get-ready h2 {
        font-size: 39px;
        line-height: 49px;
    }

    .get-ready a {
        text-align: center;
        font: normal normal normal 20px/28px Source Sans Pro;
        letter-spacing: 0px;
        color: #0DD4C0;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 4px 16px #0068AC29;
        border-radius: 91px;
        width: 176px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

.our-sponsors {
    padding: 70px 0;
    text-align: center
}

    .our-sponsors h6 {
        color: var(---231f20-tb-black-);
        text-align: center;
        font-size: 31px;
        line-height: 45px;
        letter-spacing: 0px;
        color: #231F20;
        opacity: 0.65;
    }

.get-in-touch {
    background: transparent linear-gradient(180deg,#00cad1 0%,#00cad1 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

    .get-in-touch h2 {
        color: var(---ffffff-pure-white-);
        text-align: center;
        font-size: 60px;
        line-height: 75px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        font-weight: bold;
    }

    .get-in-touch p {
        text-align: center;
        font-size: 24px;
        line-height: 35px;
        letter-spacing: 0px;
        font-weight: 300;
        color: #FFFFFF;
        opacity: 1;
    }

    .get-in-touch a {
        border: 2px solid var(---ffffff-pure-white-);
        box-shadow: 0px 4px 16px #0068AC29;
        border: 2px solid #FFFFFF;
        border-radius: 91px;
        font-size: 16px;
        line-height: 22px;
        opacity: 1;
        width: 130px;
        height: 42px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        margin-top: 30px;
    }

.get-ready-banner {
    background-image: url('../images/content_block_12_bg_decoration.svg');
    background-repeat: no-repeat;
    background-position: 70%;
    padding: 60px 0;
}

.our-sponsors-section {
    background-image: url('../images/content_block_13_bg_decoration.svg');
    background-repeat: no-repeat;
    background-position: 70%;
    padding: 60px 0;
}

.color-chnage {
    color: #0068AC;
}

.modal-header {
    padding: 0.5rem;
    margin: 0.5rem;
}

.modal-title {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 18px;
}

footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #104B7D 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 15px;
}

    footer p, footer a {
        color: #fff !important;
        margin: 0;
        font-size: 20px;
        line-height: 28px;
        font-weight: 300;
    }

    footer a {
        margin-left: 15px;
        display: inline-block;
    }

.notification-card {
    background: #FFFFFF;
    box-shadow: 0px 6px 20px #73A2D029;
    border-radius: 4px;
    padding: 15px;
}

.notification-content {
    display: flex;
    border-bottom: 1px solid #EAEAEA;
    padding: 20px 0;
    position: relative;
}

.notification-content-icon {
    position: absolute;
    bottom: 15px;
    left: 50px;
    width: 28px;
    font-size: 13px;
    height: 28px;
    border-radius: 50px;
    background: #CC3333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-category {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #231F20;
    text-transform: uppercase;
    display: block;
    margin-left: 10px;
}

.notification-card-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.notification-past {
    text-align: right;
    font-size: 12px;
    letter-spacing: 0px;
    color: #001F5B;
    opacity: 0.4;
}

.notification-timing {
    color: var(---0068ac-secondary-blue-);
    text-align: left;
    color: #0068AC;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.working-case {
    text-align: left;
    font: normal normal 600 14px/20px Source Sans Pro;
    letter-spacing: 0px;
    color: #979595 !important;
    opacity: 1;
}

.back-to-dash {
    text-align: left;
    text-decoration: underline;
    font: normal normal normal 14px/20px Source Sans Pro;
    letter-spacing: 0px;
    color: #909090;
    text-transform: uppercase;
    opacity: 1;
}

.client-detials span {
    display: block;
    text-align: right;
    font-size: 13px;
    margin-bottom: 0;
}

.client-detials p {
    display: block;
    text-align: left;
    font-size: 13px;
    margin-bottom: 0;
}

.sensitive-information {
    background: #0068AC0A 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 15px;
}

.key-value span {
    display: block;
    line-height: 35px;
}

.keyword-div {
    margin: 20px 0
}

    .keyword-div span {
        background: #104B7D0A;
        border-radius: 8px;
        padding: 5px;
        font-size: 13px;
        display: unset;
    }

.icon-side-text p {
    font-size: 14px
}

.icon-side-text a {
    font-size: 14px;
    color: #2D2926;
    text-decoration: underline;
    margin-right: 40px;
}

.sec-work-case {
    background: #F9FBFD 0% 0% no-repeat padding-box;
    position: relative;
    z-index: 1;
}

    .sec-work-case::before {
        position: absolute;
        content: "";
        top: -110px;
        background: #F9FBFD;
        width: 100%;
        z-index: 0;
        height: 110px;
    }

.workoncase-des .card {
    background: #FFFFFF;
    box-shadow: 0px 12px 20px #73A2D012;
    border-radius: 4px;
    border: none;
    margin: 30px 0;
}

.workoncase-des .card-header {
    background: transparent;
    border: none;
    padding: 20px 20px;
}

    .workoncase-des .card-header h6 {
        font: normal normal bold 20px/25px Source Serif Pro;
        letter-spacing: 0px;
        color: #2D2926;
        margin: 0;
    }

.case-note-card {
    display: flex;
    align-items: center;
}

    .case-note-card span {
        margin-left: 20px
    }

.case-note-card-img {
    background: #0068AC0A 0% 0% no-repeat padding-box;
    width: 80px;
    height: 80px;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.case-not-btn {
    background: #00cad1 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 16px #0068AC29;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
}

    .case-not-btn:hover {
        color: #fff;
    }

.case-team-card {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #1d1d1d;
    padding: 10px 0
}

.case-team-card-2 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c6c6c6;
    padding: 10px 0
}

.case-detials h6 {
    padding-top: 20px;
    font: normal normal 600 16px/22px Source Sans Pro;
    letter-spacing: 0px;
    color: #0068AC;
    text-transform: uppercase;
}

.case-status-card {
    padding: 15px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #73A2D029;
    border-radius: 4px;
    margin-top: 30px;
}

.case-status-card-title {
    display: flex;
    justify-content: space-between
}

    .case-status-card-title span {
        color: #00cad1;
        text-transform: uppercase;
    }

.case-status-card a {
    color: #fff;
    width: 100%;
    display: block;
    background: #AC0000;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    box-shadow: 0px 4px 16px #AC000029;
    border-radius: 5px;
}

.CalendarView {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.calendar-important a {
    color: #fff;
    width: 100%;
    display: block;
    background: #00cad1;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    box-shadow: 0px 4px 16px #AC000029;
    border-radius: 5px;
}

.add-info-provided {
    background: #EDF6E9 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: #00cad1;
    display: block;
    width: 100%;
}

    .add-info-provided.orange-bg {
        background-color: #fff3cd;
        color: rgb(133, 100, 4);
    }

.respon-email-btn .close-email-btn {
    display: inline-block;
}

.respon-email-btn .cancel-email-btn {
    display: none;
}

.tab-side-responsive a {
    padding-right: 15px;
    color: #231F20;
}

.tab-side-responsive i {
    color: #0068AC;
}

.pp-save {
    background: #00cad1;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin-bottom: 50px;
    border-radius: 4px;
}

/* 08-01-2022 */
.filter select {
    background: transparent;
    border: 0;
    font-size: 16px;
    color: #231F20;
}

    .filter select:focus {
        outline: 0;
    }

.book-nevig img.hover-icon {
    display: none;
}

.book-nevig a:hover img.icon {
    display: none;
}

.book-nevig a:hover img.hover-icon {
    display: block;
}

.modal-open .modal, .modal-open {
    padding-right: 0 !important;
}

.modal-header .close:focus {
    outline: none;
}

.share-content p {
    letter-spacing: 0px;
    color: #2D2926;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}

    .share-content p.note {
        color: #979595;
        margin-bottom: 15px;
    }

.share-content label {
    font-size: 16px;
    line-height: 24px;
}

.share-content input::placeholder {
    color: #A8A8AA;
}

.copy-link {
    background: #0068AC0A 0% 0% no-repeat padding-box;
    border-radius: 12px;
    padding: 14px;
    display: flex;
}

    .copy-link input {
        border: 0;
        background: transparent;
        padding: 0;
        width: 76%;
        margin-right: 25px;
        color: #0068AC;
        font-size: 12px;
        line-height: 24px;
    }

    .copy-link button {
        background: transparent;
        border: 0;
        padding: 0;
        font-size: 14px;
        line-height: 20px;
        color: #0068AC;
    }

.sharecase .model-footer a {
    text-transform: uppercase;
}

.sharecase button.btn {
    width: auto;
    margin: 0;
    margin-left: 25px;
    text-transform: uppercase;
}

    .sharecase button.btn.shared {
        background: #7AC1421A;
        color: #00cad1 !important;
    }

.copy-link button.copied {
    color: #00cad1 !important;
}

#deleteNotification .login-popup.modal-lg {
    max-width: 700px;
}

#deleteNotification .login-popup .modal-header {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0;
    margin-bottom: 0;
}

.modal-header .close {
    position: relative;
    top: -7px;
}
/* .modal .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    margin: auto;
} */
.workoncase-des .card-header i {
    font-size: 14px;
    color: #000;
    padding-left: 12px;
}

.workoncase-des .card-header .btn {
    color: #000;
    position: relative;
    z-index: 9;
}

.edit-client-detail {
    height: 420px;
    overflow-y: scroll;
    width: 100%;
    padding: 20px;
}

    .edit-client-detail::-webkit-scrollbar {
        width: 4px;
    }

    .edit-client-detail::-webkit-scrollbar-track {
        border-radius: 10px;
        background: rgb(168 168 170 / 40%);
    }

    .edit-client-detail::-webkit-scrollbar-thumb {
        background: #231F20A6;
        border-radius: 8px;
    }

.edit-detail .modal-footer {
    box-shadow: 0 0 10px #ccc;
    position: relative;
}

.edit-detail .modal-content {
    overflow: hidden;
}

.edit-client-detail .form-check {
    padding-right: 1.25rem;
}

.Sponsors-item {
    background: #FFFFFF;
    box-shadow: 0px 3px 20px #00000014;
    border-radius: 12px;
    padding: 14px 20px;
}

#OurSponsors .owl-stage-outer {
    overflow: inherit;
    padding-left: 20px;
}

    #OurSponsors .owl-stage-outer img {
        width: auto;
        margin: auto;
    }

.owl-carousel .owl-item .work-item img {
    width: 180px;
    margin: 0 auto;
}

.owl-carousel .owl-item .work1-item img {
    width: 186px;
    height: 186px;
    object-fit: cover;
    margin: auto;
}

    .owl-carousel .owl-item .work1-item img.services {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 101px;
        height: auto;
    }

.justice-server-work h2 {
    font-size: 36px;
    line-height: 45px;
    color: #231F20;
    margin-bottom: 16px;
}

.justice-server-work p {
    font-size: 20px;
    line-height: 28px;
    color: #231F20;
    opacity: 0.65;
    font-weight: 600;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.justice-server-work .justice-server-text p {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 25px;
    color: #231F20;
    opacity: 1;
    font-weight: normal;
}

.work-item {
    position: relative;
    padding: 40px;
}

    .work-item:after {
        background: url(../images/circle_border_lawyer.svg);
        background-size: cover;
        background-position: center;
        content: '';
        width: 85%;
        height: 85%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.work1-item {
    position: relative;
}

    .work1-item:after {
        background: url(../images/circle_border_LSO.svg);
        background-size: cover;
        background-position: center;
        content: '';
        width: 84%;
        height: 85%;
        position: absolute;
        top: -5px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.owl-item.active .work-item:after, .owl-item.active .work1-item:after {
    animation-name: spin;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.line1, .line2 {
    background: #cae6da;
    width: 220%;
    height: 2px;
    position: relative;
    z-index: 9;
}

.line1 {
    margin-left: -50px;
}

.line2 {
    margin-left: -31px;
}

    .line1:before, .line1:after, .line2:before, .line2:after {
        content: '';
        position: absolute;
        background: #d9f4ee;
        width: 28px;
        height: 28px;
        border-radius: 28px;
        top: 0;
        bottom: 0;
        margin: auto;
        opacity: 1;
    }

    .line1:before, .line2:before {
        left: -14px;
    }

    .line1:after, .line2:after {
        right: -15px;
    }

.dot {
    background: #72C6A2;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    z-index: 99;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}

.line1 .dot {
    animation-name: transform1;
}

.line2 .dot {
    animation-name: transform2;
}

@keyframes transform1 {
    0% {
        left: -4.5%;
    }

    25% {
        left: 96%;
    }

    50% {
        left: -4.5%;
    }

    75% {
        left: 96%;
    }

    100% {
        left: -4.5%;
    }
}

@keyframes transform2 {
    0% {
        right: -4.6%;
    }

    25% {
        right: 95%;
    }

    50% {
        right: -4.6%;
    }

    75% {
        right: 95%;
    }

    100% {
        right: -4.6%;
    }
}

.justice-server-work .title h3 {
    color: #72C6A2;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    font-weight: 500;
}

.we-believe h6.text-center {
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
}

.form-control {
    color: #231F20;
}

.close {
    font-weight: 400;
}

.workoncase-des .card-header .btncollapse i {
    position: relative;
    z-index: -1;
}

.add-file i {
    color: #0068AC;
}

/* .aks-file-upload-content {
    padding: 0;
    box-shadow: unset;
} */
.drag-area {
    background: #0068AC1A;
    border: 4px dashed #0068AC;
    border-radius: 12px;
    padding: 100px 50px;
    text-align: center;
    margin-bottom: 10px;
}

    .drag-area p {
        color: #231F20;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        margin: 0;
    }

    .drag-area span {
        display: block;
        color: #231F20;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        margin: 6px 0px 12px;
    }

    .drag-area .btn {
        background: #00cad1;
        box-shadow: 0px 4px 16px #104b7d29;
        border-radius: 5px;
        color: #FFF !important;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 22px;
        padding: 10px 20px;
    }
/* header.aks-file-upload-p-header {
    background: #0068AC0A !important;
    border-radius: 5px;
    padding: 10px 20px;
}
.aks-file-upload-preview.aks-no-preview {
    background: #0068AC0A !important;
    margin: 10px 0;
}
.aks-file-upload {
    background: transparent;
    box-shadow: unset;
    border: 0px;
}
span.aks-file-upload-title {
    color: #231F20;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}
span.aks-file-upload-size {
    color: #231F20;
    font-size: 12px;
    line-height: 12px;
} */

.file-list-item p.file-list-title {
    color: #231F20;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}

.file-list-item {
    background: #0068AC0A 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 14px;
}

    .file-list-item .file-name-size p {
        color: #231F20;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .file-list-item .file-name-size span {
        color: #231F20;
        display: block;
        text-align: left;
        font-size: 12px;
        line-height: 16px;
    }

    .file-list-item p.description {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #E0E0E0;
        border-radius: 5px;
        color: #A8A8AA;
        padding: 8px 12px;
        margin: 0;
    }

    .file-list-item i {
        color: #000;
        cursor: pointer;
        background: rgb(16 75 125 / 4%) 0% 0% no-repeat padding-box;
        padding: 8px 9px;
        border-radius: 50px;
    }

.file-list {
    min-height: 200px;
}

.mydashboard-section.lsodashboard h1 {
    font: normal normal bold 46px/57px Source Serif Pro;
}

    .mydashboard-section.lsodashboard h1 span {
        font: normal normal bold 32px/46px Source Serif Pro;
    }

.lsodashboard .mini-header img {
    width: 24px;
    margin-bottom: 6px;
}

.lsodashboard .mini-header .col {
    max-width: fit-content;
}

.lsodashboard .mini-header a.queue {
    position: relative;
}

    .lsodashboard .mini-header a.queue:after {
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        top: 0;
        bottom: 0;
        right: -10px;
        border-radius: 10px;
        background: #ac0000;
        margin: auto;
    }

.case-management .time-let-dashboard-a {
    background-color: #00cad1;
}

.case-filter {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #104b7d29;
    border-radius: 4px;
    margin-top: 20px;
}

    .case-filter .col:first-child, .case-filter .col:nth-child(2) {
        min-width: 220px;
        max-width: max-content;
        position: relative;
    }

        .case-filter .col:first-child:after {
            content: '';
            width: 1px;
            height: 70%;
            background: #ced4da;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

    .case-filter a {
        padding: 10px 23px;
    }

    .case-filter h6 {
        color: #2D2926;
        font-size: 16px;
        line-height: 22px;
        font-family: 'Source Sans Pro',sans-serif;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .case-filter p {
        color: #2D2926;
        opacity: 0.8;
        font-size: 16px;
        line-height: 22px;
        margin: 0;
        text-align: left;
    }

    .case-filter input[type="text"] {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #CED4DA;
        border-radius: 4px;
        font: normal normal normal 16px/22px Source Sans Pro;
        letter-spacing: 0px;
        color: #231F20;
        padding: 10px 14px;
        width: 522px;
        height: 42px;
    }

    .case-filter button {
        background: #00cad1 0% 0% no-repeat padding-box;
        box-shadow: 0px 4px 16px #7ac14229;
        border-radius: 5px;
        color: #fff;
        border: 0;
        padding: 8px 12px;
        height: 42px;
        margin: 0 11px;
    }

.result-cases h5 {
    font: normal normal normal 20px/28px Source Sans Pro;
    letter-spacing: 0px;
    color: #2D2926;
    margin-top: 20px;
}

.result-cases .table {
    box-shadow: 0px 3px 6px #104b7d29;
    border-radius: 4px;
    background: #fff;
}

    .result-cases .table th {
        font: normal normal 600 16px/22px Source Sans Pro;
        letter-spacing: 0px;
        color: #000000;
        text-transform: capitalize;
        vertical-align: middle;
    }

    .result-cases .table td {
        font: normal normal normal 16px/22px Source Sans Pro;
        letter-spacing: 0px;
        color: #231F20;
        vertical-align: middle;
        position: relative;
    }

        .result-cases .table td.published:before {
            position: absolute;
            content: '';
            width: 6px;
            height: 6px;
            top: 0;
            bottom: 0;
            left: 10px;
            border-radius: 10px;
            background: #5AA700;
            margin: auto;
        }

        .result-cases .table td.removed:before {
            position: absolute;
            content: '';
            width: 6px;
            height: 6px;
            top: 0;
            bottom: 0;
            left: 10px;
            border-radius: 10px;
            background: #ac0000;
            margin: auto;
        }

        .result-cases .table td.published, .result-cases .table td.removed {
            padding-left: 22px;
        }

    .result-cases .table a.btn.btn-primary.dropdown-toggle {
        background: rgb(223 230 232 / 40%) 0% 0% no-repeat padding-box;
        border: 0;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        padding: 0;
    }

        .result-cases .table a.btn.btn-primary.dropdown-toggle:after {
            display: none;
        }

        .result-cases .table a.btn.btn-primary.dropdown-toggle:focus {
            outline: 0;
            box-shadow: unset;
        }

    .result-cases .table .dropdown-menu a {
        font: normal normal normal 14px/28px Source Sans Pro;
        letter-spacing: 0px;
        color: #2D3436;
    }

    .result-cases .table ul.dropdown-menu {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 20px #00000014;
        border-radius: 12px;
        left: -85% !important;
        min-width: 125px;
    }

.datefilter i {
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
}

.datefilter {
    min-height: 300px;
}

.datepicker table tr td.active.active {
    background: #00cad1 0% 0% no-repeat padding-box !important;
    border-radius: 30px;
}

.datepicker-dropdown {
    min-width: 235px;
}

    .datepicker-dropdown table {
        width: 100%;
    }

.casenote i {
    color: #0068AC;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline {
    min-height: 250px;
    border-radius: 0 0 0.25rem 0.25rem !important;
}

.ck.ck-toolbar.ck-toolbar_grouping {
    border-color: #ced4da;
    border-radius: 0.25rem 0.25rem 0 0 !important;
}

.case-note-added {
    background: #0068AC0A;
    border-radius: 5px;
    padding: 15px;
}

    .case-note-added h4 {
        font: normal normal normal 14px/24px Source Sans Pro;
        letter-spacing: 0px;
        color: #231F20;
    }

    .case-note-added p {
        font: normal normal 300 14px/20px Source Sans Pro;
        letter-spacing: 0px;
        color: #231F20;
    }

.action .btn {
    background: rgb(16 75 125 / 4%);
    width: 31px;
    height: 31px;
    padding: 0;
    border-radius: 31px;
    margin: 0 7px;
}

.action {
    width: 185px;
    padding-left: 18px;
}

.card-body .file-list p {
    font: normal normal normal 14px/24px Source Sans Pro;
    color: #231F20;
    margin: 0;
}

.card-body .file-list {
    min-height: auto;
}

.workoncase-des .pb-calendar .top-frame > .year-month-frame > .month, .pb-calendar .top-frame > .year-month-frame > .year {
    font: normal normal 600 18px/25px Source Sans Pro;
    letter-spacing: 0px;
    color: #231F20;
    background: transparent;
}

.workoncase-des .pb-calendar .top-frame {
    padding-top: 0;
    margin-bottom: 10px;
}

    .workoncase-des .pb-calendar .top-frame > .year-month-frame {
        font-size: 18px;
        line-height: 25px;
    }

        .workoncase-des .pb-calendar .top-frame > .year-month-frame .year {
            font: normal normal normal 18px/25px Source Sans Pro;
            letter-spacing: 0px;
            color: #231F20;
            background: transparent;
        }

    .workoncase-des .pb-calendar .top-frame > .control-frame > .control-btn {
        vertical-align: unset;
        background: #231F20;
        width: 18px;
        height: 18px;
        border-radius: 18px;
        margin: 0;
        line-height: 15px;
    }

        .workoncase-des .pb-calendar .top-frame > .control-frame > .control-btn > .icon {
            height: 8px;
            filter: invert(1) brightness(100) grayscale(100);
        }

.workoncase-des .pb-calendar > .calendar-head-frame > .row > .col {
    height: auto;
    font: normal normal normal 12px/16px Source Sans Pro;
    letter-spacing: 0px;
    color: #BFBFBF;
}

.workoncase-des .pb-calendar > .calendar-body-frame > .row > .col {
    height: auto;
    font: normal normal normal 12px/16px Source Sans Pro;
    letter-spacing: 0px;
    color: #2E2E2E;
}

.workoncase-des .schedule-dot-list {
    /*display: none;*/
}

.workoncase-des .pb-calendar .top-frame > .control-frame > .control-btn + .control-btn {
    margin-left: 12px;
    background: #979595;
}

span.working-case a {
    color: #AC0000;
    padding: 0 20px;
}

.pb-calendar {
    padding-bottom: 20px;
}

    .pb-calendar:after {
        content: "";
        width: calc(100% + 2.5rem);
        height: 1px;
        background: #EAEAEA;
        position: absolute;
        bottom: 0;
        left: -1.25rem;
    }

.event-list {
    position: relative;
    margin-top: 20px;
}

    .event-list:after, .view-all a:before {
        content: "";
        width: calc(100% + 2.5rem);
        height: 1px;
        background: #EAEAEA;
        position: absolute;
        top: 0;
        left: -1.25rem;
    }

.event-block {
    padding: 10px 0;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.date-title h6 {
    font: normal normal 600 16px/22px Source Sans Pro;
    letter-spacing: 0px;
    color: #2D2926;
    margin: 0;
    padding: 0;
}

.date-title p {
    font: normal normal normal 14px/20px Source Sans Pro;
    letter-spacing: 0px;
    color: #2D2926;
    margin: 0;
}

.event-block .action .btn {
    margin: 0 5px;
}

.date-title {
    position: relative;
    padding-left: 20px;
}

    .date-title:before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: #72C6A2 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 6px #72c6a24d;
        position: absolute;
        left: 0;
        top: 8px;
    }

.event-block.active:before, .event-block:hover:before {
    content: "";
    width: calc(100% + 2.5rem);
    height: 100%;
    background: #0068AC0A;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.25rem;
    margin: auto;
    z-index: -1;
}

.view-all a {
    background: transparent;
    box-shadow: none;
    font: normal normal normal 14px/20px Source Sans Pro;
    letter-spacing: 0px;
    color: #0068AC;
    padding: 20px 0 0;
    position: relative;
    margin: 0;
}

.event-block .action {
    display: none !important;
}

.event-block:hover .action, .event-block.active .action {
    display: flex !important;
}

.case-detials .time {
    text-align: center;
    padding: 5px 0 20px;
}

.case-detials .time-text {
    display: inline-block;
    font: normal normal 300 56px/22px Source Sans Pro;
    letter-spacing: 0px;
    color: #231F20;
    text-align: center;
    vertical-align: top;
}

.case-detials .time-separator {
    display: inline-block;
    font: normal normal 300 56px/2px Source Sans Pro;
    letter-spacing: 0px;
    color: #979595;
    margin-top: 5px;
}

.status p {
    font: normal normal 600 14px/20px Source Sans Pro;
    letter-spacing: 0px;
    color: #2D2926;
    text-align: center;
}

    .status p span {
        color: #AC0000;
    }

.btn-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-list a {
        width: auto;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
    }

        .btn-list a.addhours {
            background: #00cad1;
        }

        .btn-list a img {
            filter: invert(1) brightness(100);
            padding-right: 5px;
        }

    .btn-list span {
        font: normal normal normal 14px/20px Source Sans Pro;
        letter-spacing: 0px;
        color: #A8A8AA;
        text-transform: lowercase;
        padding: 0 15px;
        margin-top: 20px;
    }

.case-detials .result-cases .table {
    box-shadow: unset;
    margin-top: 20px;
}

    .case-detials .result-cases .table th {
        font: normal normal 600 14px/20px Source Sans Pro;
        color: #2D2926;
        padding: 5px 0;
        border: 0;
    }

    .case-detials .result-cases .table td {
        font: normal normal normal 14px/20px Source Sans Pro;
        color: #2D2926;
        padding: 10px 0;
    }

    .case-detials .result-cases .table a {
        background: transparent;
        margin-top: 0;
        box-shadow: unset;
    }

    .case-detials .result-cases .table .dropdown-menu a {
        padding: 0;
        text-align: left;
    }

.addHours .datefilter {
    min-height: 200px;
}

.resources {
    padding: 10px;
    border-top: 1px solid #EAEAEA;
}

    .resources:nth-child(1) {
        border-top: 0;
    }

    .resources .link a {
        background: transparent;
        box-shadow: none;
        color: #0068AC;
        text-align: left;
        padding: 0;
        font: normal normal 600 14px/20px Source Sans Pro;
        margin: 0;
    }

    .resources p {
        font: normal normal normal 14px/20px Source Sans Pro;
        color: #2D2926;
        margin: 0;
    }

.addcase-tab .nav-item {
    width: 32.33%;
    text-align: center;
}

.regiser-form-tab .edit-client-detail {
    overflow-y: unset;
}

.form-group ul li {
    background: #0068AC0A 0% 0% no-repeat padding-box;
    border: 1px solid #0068AC1A;
    border-radius: 4px;
    padding: 4px 8px;
    display: inline-block;
    font: normal normal normal 16px/24px Source Sans Pro;
    color: #0068AC;
    margin-right: 5px;
}

    .form-group ul li a {
        color: #231F20;
        padding-left: 4px;
        font-size: 14px;
    }

.edit-case-details h6 {
    margin-bottom: 0;
}

.edit-case-details span {
    font: normal normal normal 12px/17px Source Sans Pro;
    letter-spacing: 0px;
    color: #9D9D9D;
    padding-bottom: 15px;
    display: block;
}

.case-status-card-title.case-status span, .workoncase-des .card-header.case-status i {
    color: #72C6A2;
}

.case-status-details p {
    font: normal normal normal 14px/20px Source Sans Pro;
}

.case-status-details .d-flex a {
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
    width: auto;
    font: normal normal normal 14px/20px Source Sans Pro;
    letter-spacing: 0px;
    color: #0068AC;
    text-decoration: underline;
    padding-left: 10px;
}

.case-status-details ul.list-unstyled {
    height: 30px;
    width: 100%;
    background: var(---ffffff-pure-white-) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: -5px;
    margin-left: 10px;
}

    .case-status-details ul.list-unstyled li {
        padding: 5px 10px;
        z-index: 2;
        font: normal normal normal 14px/20px Source Sans Pro;
        letter-spacing: 0px;
        color: #231F20;
    }

        .case-status-details ul.list-unstyled li:not(.init) {
            float: left;
            width: 100%;
            display: none;
            background: #fff;
            z-index: 9;
            position: relative;
            border-left: 1px solid #E0E0E0;
            border-right: 1px solid #E0E0E0;
        }

            .case-status-details ul.list-unstyled li:not(.init):last-child {
                border-bottom: 1px solid #E0E0E0;
            }

            .case-status-details ul.list-unstyled li:not(.init):hover, .case-status-details ul.list-unstyled li.selected:not(.init) {
                background: #f0f6fa;
            }

.case-status-details li.init {
    cursor: pointer;
}

.case-status-details ul.list-unstyled span {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #72C6A2 0% 0% no-repeat padding-box;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: -1px;
}

    .case-status-details ul.list-unstyled span.unpublished {
        background: #CD6666 0% 0% no-repeat padding-box;
    }

    .case-status-details ul.list-unstyled span.draft {
        background: #D5BD0C 0% 0% no-repeat padding-box;
    }

.case-status-card .save-status {
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    box-shadow: unset;
    border-radius: 5px;
    background: #00cad1;
    border: 0;
}

    .case-status-card .save-status:focus {
        outline: 0;
    }

.case-status-card a.unpublished-status {
    background: #AC00000F;
    color: #AC0000;
    box-shadow: unset;
}

#publishDate .edit-client-detail, #assignmentType .edit-client-detail, #addTeam .edit-client-detail, #addParty .edit-client-detail {
    overflow: unset;
    height: auto;
}

#publishDate.edit-detail .modal-footer, #assignmentType.edit-detail .modal-footer, #addTeam.edit-detail .modal-footer, #addParty.edit-detail .modal-footer {
    box-shadow: unset;
}

#publishDate .datefilter {
    min-height: auto;
}

.alert-box.success {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: transparent;
    display: none;
    position: fixed;
    bottom: 2vh;
    right: 5vw;
    z-index: 9;
}

    .alert-box.success p {
        color: #3c763d;
        background-color: #D4EDDA;
        border-color: #C3E6CB;
        font: normal normal normal 16px/24px Source Sans Pro;
        letter-spacing: 0px;
        color: #155724;
        padding: 15px 21px;
        position: relative;
        z-index: 99;
        border-radius: 5px;
    }

    .alert-box.success:after {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        background: #000;
        top: 0;
        left: 0;
        opacity: 0.4;
        z-index: -1;
    }

.vol-email {
    background: #9795951A 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 16px 30px;
    margin: 10px 0 30px;
}

    .vol-email label, .vol-email-list label {
        font: normal normal 600 16px/24px Source Sans Pro;
        letter-spacing: 0px;
        color: #231F20;
    }

    .vol-email .btn.ppp-btn {
        background: #A8A8AA 0% 0% no-repeat padding-box;
        border-radius: 5px;
        font: normal normal normal 16px/21px Source Sans Pro;
        color: #FFFFFF;
        padding: 8px 20px;
        margin-left: 10px;
    }

.edit-client-detail .datefilter {
    min-height: auto;
}

.approval-queue.result-cases .table {
    box-shadow: unset;
    border-radius: 0;
    background: #fff;
}

    .approval-queue.result-cases .table th, .approval-queue.result-cases .table td {
        border: 0;
        padding: 9px 18px;
    }

.approval-queue.result-cases {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #104b7d29;
    border-radius: 4px;
}

    .approval-queue.result-cases .nav-tabs {
        background: #9795950F 0% 0% no-repeat padding-box;
        border-radius: 4px 4px 0px 0px;
        padding: 10px 18px 0;
    }

        .approval-queue.result-cases .nav-tabs .nav-link {
            font: normal normal normal 16px/22px Source Sans Pro;
            letter-spacing: 0px;
            color: #000000 !important;
            opacity: 0.65;
        }

            .approval-queue.result-cases .nav-tabs .nav-link.active {
                opacity: 1;
            }

            .approval-queue.result-cases .nav-tabs .nav-link i {
                font-size: 14px;
                padding-right: 5px;
            }

            .approval-queue.result-cases .nav-tabs .nav-link.pending i {
                color: #D5BD0C;
            }

            .approval-queue.result-cases .nav-tabs .nav-link.approved i {
                color: #00cad1;
                font-size: 14px;
            }

            .approval-queue.result-cases .nav-tabs .nav-link.rejected i {
                color: #AC0000;
            }

            .approval-queue.result-cases .nav-tabs .nav-link:hover {
                border-color: transparent;
            }

            .approval-queue.result-cases .nav-tabs .nav-link.active:hover {
                border-color: #dee2e6 #dee2e6 #fff;
            }

    .approval-queue.result-cases .table th {
        font: normal normal 600 12px/17px Source Sans Pro;
        letter-spacing: 0px;
        color: #000;
        text-transform: capitalize;
    }

    .approval-queue.result-cases .table td {
        font: normal normal normal 12px/17px Source Sans Pro;
        letter-spacing: 0px;
        color: #231F20;
        text-transform: capitalize;
    }

        .approval-queue.result-cases .table td.approval-queue.result-cases .table td a {
            color: #0068AC;
        }

    .approval-queue.result-cases .table-striped tbody tr:nth-of-type(odd) {
        background: #F9FBFD;
    }

    .approval-queue.result-cases .table th img {
        width: 9px;
    }

    .approval-queue.result-cases .table tr {
        position: relative;
    }

        .approval-queue.result-cases .table tr:hover td.action-taken {
            visibility: visible;
            opacity: 1;
        }

    .approval-queue.result-cases .table td.action-taken {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 0 18px;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: end;
        background: transparent linear-gradient(270deg, #F9FBFD 15%, #F9FBFD00 20%);
        visibility: hidden;
        opacity: 0;
        transition: all ease-in-out .25s;
    }

.approval-queue .action-taken .btn {
    padding: 6px 8px;
    font: normal normal normal 12px/17px Source Sans Pro;
    color: #FFFFFF;
    border: 0;
    margin: 0 8px;
    text-decoration: none;
}

    .approval-queue .action-taken .btn i {
        padding-right: 5px;
    }

.approval-queue .action-taken .btn-danger {
    background: #AC0000;
}

.approval-queue .action-taken .btn-success {
    background: #00cad1;
}

.no-pending a {
    font: italic normal normal 12px/17px Source Sans Pro;
    letter-spacing: 0px;
    color: #AC0000;
    text-decoration: underline;
}

.case-status-details.approval-queue .btn {
    padding: 12px 15px;
    font-size: 16px;
}

.volunteer-profile.all-case-title h1 {
    font-weight: normal;
    padding-top: 6px;
}

.vol-profile-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 12px 20px #73a2d012;
    border-radius: 4px;
    margin: 30px 0;
    padding: 15px 30px;
}

    .vol-profile-card h2 {
        font: normal normal 600 18px/25px Source Sans Pro;
        letter-spacing: 0px;
        color: #2D2926;
        border-bottom: 1px solid #EAEAEA;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

        .vol-profile-card h2 i {
            color: #0068AC;
            padding-right: 5px;
        }

    .vol-profile-card h3 {
        font: normal normal 600 18px/25px Source Sans Pro;
        color: #104B7D;
        padding-left: 25px;
        margin: 0;
    }

    .vol-profile-card .case-status-details.approval-queue {
        margin-top: 15px;
    }

    .vol-profile-card p, .vol-profile-card .edit-client-detail label {
        font: normal normal normal 14px/20px Source Sans Pro;
        letter-spacing: 0px;
        color: #2D2926;
    }

        .vol-profile-card p span {
            padding-left: 5px;
            display: block;
        }

        .vol-profile-card p a {
            color: #0068AC;
            text-decoration: none;
        }

    .vol-profile-card .form-group ul li {
        padding: 2px 8px;
    }

    .vol-profile-card .edit-client-detail {
        height: auto;
        overflow: unset;
        padding: 0;
    }

        .vol-profile-card .edit-client-detail label {
            line-height: 22px;
        }

.workoncase-des .card-header .case-not-btn {
    color: #fff;
}

    .workoncase-des .card-header .case-not-btn i {
        color: #fff;
        padding-left: 0;
    }

.sidebar {
    top: 0 !important;
}

    .sidebar.fixed {
        position: fixed;
        top: 0 !important;
        right: 13.95%;
        max-width: 380px;
    }

.profile-logo {
    background: #F9FBFD 0% 0% no-repeat padding-box;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    width: 200px;
    height: 80px;
    text-align: center;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.org-logo a {
    font: normal normal normal 16px/22px Source Sans Pro;
    color: #0068AC;
}

.org-info h6 {
    font: normal normal 600 18px/25px Source Sans Pro;
    color: #2D2926;
    margin-bottom: 0;
}

.org-info .btn.case-not-btn {
    background: #00cad1 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 6px 20px;
    box-shadow: none;
}

.add-office {
    background: #9795950F 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 15px 30px;
    margin-bottom: 15px;
}

    .add-office h6 {
        font: normal normal 600 16px/24px Source Sans Pro;
        color: #231F20;
        margin-bottom: 0px;
    }

.org-info .btn.case-not-btn.remove {
    background: #AC0000;
}

.org-logo a#remove-logo {
    color: #AC0000;
}

.filter-card .dropdown-filter:nth-child(4) {
    border: 0;
}

.filter-search {
    width: calc(100% + 170px);
}

    .filter-search .form-inline .form-control {
        width: calc(100% - 47px);
    }

footer img {
    width: 145px;
    margin-right: 15px;
}

.modal-footer a {
    text-transform: uppercase;
}

.email-n-list p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.email-n-list .resposive-email-p p, .email-n-list span {
    font-size: 16px;
    line-height: 22px;
    opacity: 0.8;
}

.model-footer a.reg-now {
    text-transform: none;
    color: #212529;
    text-decoration: underline;
}

.notification-card a:last-child .notification-content {
    border-bottom: 0;
}

.dashboard-items .pb-calendar:after {
    display: none;
}

.homepage-banner p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 25px 0;
}

.we-offer img {
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    width: 130%;
}

.home-sec:nth-child(even) .col-sm-5 {
    padding-left: 70px;
}

.home-sec:nth-child(odd) .col-sm-5 {
    padding-right: 70px;
}

.get-ready p {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 15px;
}

.flex-row .HowWorksCol, .flex-row .HowWorks2Col {
    width: 260px !important;
    max-width: 260px !important;
    height: 260px;
}

.flex-row .HowWorks1Col {
    width: 180px !important;
    max-width: 180px !important;
    height: 180px;
}

.flex-row #HowWorks, .flex-row #HowWorks2 {
    width: 260px;
    height: 260px;
}

.flex-row #HowWorks1 {
    width: 180px;
    height: 180px;
}

.flex-row .work1-item:after {
    width: 90%;
    height: 87%;
    top: -7px;
}

.flex-row .col.line {
    width: 100px !important;
    max-width: 100px !important;
}

.flex-row .line1, .flex-row .line2 {
    width: 114%;
}

.flex-row .line1 {
    margin-left: -6px;
}

.flex-row .line2 {
    margin-left: -8px;
    width: 129%;
}

.modal {
    padding-right: 0 !important;
}

.volunteer-card.Register-LSO p {
    height: auto !important;
    font-size: 15px;
    margin-bottom: 10px;
}

.Register-LSO::before {
    display: none;
}

.card-side-text {
    text-align: left;
}

.Register-LSO span {
    color: #333;
    margin-bottom: 0;
}

.scroll-top {
    position: fixed;
    bottom: 100px;
    right: 100px;
}

.scroll-top-arrow {
    background-color: #0068AC50;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.caseStudy_Popup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    margin: auto;
}

.dashboard-invite {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.filter-card-case .dropdown-filter:nth-child(4) {
    border: 0;
}

.filter-card-case p {
    color: #fff;
    font-size: 16px;
    margin: 40px 0;
    line-height: 20px;
    font-weight: 400;
}

.filter-card-case p {
    color: #000 !important;
    margin: 0;
}

.filter-card-case .btn-group {
    width: 180px;
}

.filter-card-case .dropdown.hierarchy-select {
    padding: 0 15px;
}

.filter-card-case button {
    min-width: 20px;
    text-align: left !important;
    border: none;
    outline: none;
    background: transparent;
    position: relative;
    padding: 0;
    width: 100%;
    color: rgb(45 41 38 / 80%);
    font-size: 16px;
    line-height: 20px;
}

    .filter-card-case button:focus {
        box-shadow: none
    }

.filter-card-case .btn-default {
    width: auto;
    text-align: center;
}

.filter-card-case {
    background: #FFFFFF;
    border-radius: 4px;
    width: 100%;
    height: auto;
    padding: 7px;
    display: flex;
    border: 1px solid #ced4da;
    justify-content: space-between;
}

.btn-primary {
    color: #fff;
    background-color: #00cad1 !important;
    border-color: #00cad1 !important;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #85e7e8 !important;
        border-color: #85e7e8 !important;
    }

.btn-success {
    color: #fff;
    background-color: #00cad1 !important;
    border-color: #00cad1 !important;
}

    .btn-success:hover {
        color: #fff;
        background-color: #85e7e8 !important;
        border-color: #85e7e8 !important;
    }
