body {
}

::-webkit-scrollbar {
    height: 7px;
    width: 7px;
}

::-webkit-scrollbar-track {
    background-color: #dee2e6;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #aaa;
    }

.dataTables_scrollHead, .dataTables_scrollHeadInner, .table {
    width: 100% !important;
}

.dataTables_wrapper .dataTables_paginate {
    background: #fff;
    padding: 15px 0;
    display: flex !important;
}

.main-navigation ul .has-menu.open ul li a {
    -webkit-animation-name: hasMenu;
    animation-name: hasMenu;
    font-size: 1rem;
    display: block;
    padding: 13px 30px 13px 55px;
    position: relative;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    font-size: 0.875rem !important;
    color: #949494 !important;
    text-decoration: none;
    background: #fff !important;
    border: 1px solid #d6d6d6 !important;
    margin: 0px 5px !important;
    padding: 0px 10px !important;
    height: 40px !important;
    min-width: 40px !important;
    border-radius: 4px !important;
    line-height: 37px !important;
    text-align: center !important;
    display: block !important;
}

.dataTables_paginate span {
    display: flex !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #949494 !important;
    background-color: #f6f6f6 !important;
    text-decoration: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #949494 !important;
    background-color: #f6f6f6 !important;
    text-decoration: none !important;
    border-color: #2ccb91 !important;
}

.titlebar {
    padding-left: 0px !important;
}

.mt-top {
    margin-top: 10px !important;
}


.btn:after {
    content: "";
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    top: 0px;
    left: 50%;
    height: 100%;
    width: 20%;
    opacity: 0;
}

.btn:after, .btn:focus:after {
    width: 100%;
    left: 0;
    opacity: 1;
}

textarea.form-control {
    min-height: 180px;
}

.colorblue {
    color: blue !important;
    text-decoration: underline !important;
}

.tablepadding {
    padding: 15px;
}

.btnright-align {
    float: right;
}

.textarea-align-right {
    padding-right: 30px;
    resize: none;
}

.sidebar .logo {
    display: block;
    width: 225px;
    height: 35px;
    margin: 30px auto 0;
}

.login-block .forgotPassword-block form {
    text-align: left;
    padding: 15px;
    max-width: 450px !important;
    width: 100%;
    margin: auto;
    position: relative;
}

.leftpadding {
    padding-left: 20px !important;
}

.iti__selected-flag {
    background-color: transparent !important;
}

.iti__selected-dial-code {
    color: #949494;
}

.forgotPassword-block .txtalign {
    text-align: left !important;
    padding: 10px 4px 20px 4px !important;
}

.forgotPassword-block .validation-summary-errors {
    padding-left: 15px !important;
}

.ResetPassword-block .validation-summary-errors {
    padding-left: 15px !important;
}

    .ResetPassword-block .validation-summary-errors ul li {
        width: 370px !important;
        margin-bottom: 10px !important;
    }

.login-block form .form-group {
    margin-bottom: 10px;
}

.enquiry-table-title {
    padding-left: 10px !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

table.dataTable tbody tr {
    background-color: transparent !important;
}

table.dataTable tbody td {
    height: 36px !important;
}

.login-block form .form-control-icon {
    position: relative;
    margin-bottom: 20px;
}

    .login-block form .form-control-icon img {
        width: 20px;
        height: 20px;
        position: absolute;
        left: 10px;
        top: 35%;
        margin-top: -10px;
        z-index: 2;
    }

.forgotPassword-block {
    max-width: 450px !important;
}

.ptext {
    color: #fff;
    font-size: 0.875rem;
    margin: 30px 30px 30px 0px;
    padding-bottom: 0px;
}

.form-group .validation-summary-errors ul {
    list-style: disc !important;
}

.login-block .form-group {
    padding-left: 5px !important;
}

.boxwidth {
    max-width: 450px !important;
}

.login-block form .form-control.input-validation-error::-webkit-input-placeholder {
    color: red !important;
}

.login-block form .form-control.input-validation-error::-moz-placeholder {
    color: red !important;
}

.login-block form .form-control.input-validation-error:-ms-input-placeholder {
    color: red !important;
}

.login-block form .form-control.input-validation-error:-moz-placeholder {
    color: red !important;
}

.modal .modal-content {
    border-radius: 6px;
}

.title {
    padding: 15px 15px;
    margin-bottom: 30px;
}

.validationMsg {
    padding-left: 15px !important;
}

.card {
    border: 0px;
    border-radius: 4px;
    box-shadow: -1px 1px 6px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

/*Datatable
------------------------------------------------------------------------*/
.dataTables_info {
    font-size: 14px;
    color: #949494 !important;
    padding-left: 10px;
}

.dataTables_paginate {
    padding: 15px 0;
}

.dataTables_filter {
    padding-right: 10px;
}

.required:after {
    color: #f55753;
    content: "*";
    font-family: arial;
    font-size: 20px;
    position: absolute;
    right: 30px;
    top: 40px;
}

.pwdrequired:after {
    color: #f55753;
    content: "*";
    font-family: arial;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 17px;
}

.iti {
    width: 100%;
}

#EditAssignmentForm .required:after {
    right: 40px !important;
}

.truncate {
    max-width: 120px;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

#EnquiryReplyData .truncate p {
    max-width: 100%;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

#EnquiryData a {
    cursor: pointer;
}

#Documents a {
    cursor: pointer;
}

#EnquiryReplyData .truncate p {
    padding: 0 !important;
}

#CreateEventForm .duration.required:after {
    right: 20px !important;
}

#UpdateEventForm .duration.required:after {
    right: 20px !important;
}

.img-width {
    height: 24px;
    width: 24px;
}

.field-icon {
    float: right;
    left: -8px;
    margin-left: -25px;
    margin-top: -35px;
    position: relative;
}

.login-block .CreateAccount .form-group {
    margin-bottom: 25px !important;
}

.CreateAccount .iti__selected-dial-code {
    color: white;
}

.CreateAccount .iti__arrow {
    border-top: 4px solid white;
}

.CreateAccount #PhoneNumber {
    padding-left: 0px !important;
}

.pb-5p {
    padding-bottom: 5px !important;
}

.pfont24 {
    color: white;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.ptext-white {
    font-size: 0.875rem;
    color: white;
    padding-bottom: 0;
}

.lblagree {
    color: white !important;
    font-size: 14px;
}

.left-padding {
    padding-left: 5px;
}

.palign {
    text-align: end !important;
    padding-right: 5px !important;
}

.pfont28 {
    color: white;
    font-size: 28px;
    font-weight: bold;
}

.pfont16 {
    color: white;
    font-size: 16px;
}

.pfont13 {
    color: white;
    font-size: 13px;
}

.mt-top {
    margin-top: 10px !important;
}

/*Loading Image
----------------------------------------*/
.loading-image {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(58, 48, 48, 0.12);
    z-index: 1000;
    opacity: .5;
    z-index: 1000000;
}

.loading-imageWhite {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1000;
    opacity: .5;
    z-index: 1000000;
    margin-left: -15px;
}

#loading-image img {
    position: absolute;
    top: 42%;
    left: 46%;
}

.loading {
    background-image: url("../images/loader.gif");
    background-repeat: no-repeat;
    background-position: 30px 41px;
    background-color: #00adef;
    height: 150px;
    overflow: hidden;
    width: 125px;
}

.loadingOverlay {
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    top: 0;
}

.loadingOverlayWhite {
    background: #F5F5F5;
    opacity: .5;
    filter: alpha(opacity=50);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    top: 0;
}

.loadingOverlay img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.loadingOverlayWhite img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.dt-left .text-wrap p {
    padding: 0;
}

.dt-left p {
    padding: 0;
}

@media (max-width: 767px) {
    .login-outer .icon-bg {
        position: fixed;
        left: 0;
        top: 0px;
        transform: rotate(90deg) !important;
    }
    /*.main-content {padding-top:0px;}*/
}

@media (max-width: 767px) {
    .login-block .CreateAccount {
        padding-top: 70px;
    }
}

#AssignmentData a {
    cursor: pointer;
}

/*Register Account
-----------------------------------------------------------------*/
.login-block form .bootstrap-select .filter-option-inner-inner {
    text-align: center;
}

.login-block form .nopadding {
    padding-left: 0px !important;
}

.datepicker1.form-control {
    background: #fff url(../images/ic-date-w.svg) no-repeat right 12px center;
    background-size: 20px 20px;
    padding-left: 10px;
    padding-right: 35px;
}

.custom-control-input:checked ~ .custom-control-label.lblagree::before {
    background-color: #2dceb6;
}

.chkbox-padding {
    padding-left: 8px;
}

.p-style {
    line-height: 1.6rem;
    padding-bottom: 0;
}

.lock-icon {
    width: 20px;
    height: 14px;
}

@media (max-width: 575px) {
    .paginetion li a {
        margin: 0 1px;
    }
}

.program-title {
    font-size: 18px;
    font-weight: 700;
    padding: 15px;
}

.alertpanel .alert-warning {
    color: #e76f51;
    background-color: #fffaeb;
    border-color: #f3ebd3;
    padding: 20px 20px;
    line-height: 1.6rem;
    font-size: 14px;
}

.icon-size {
    font-size: 25px !important;
    vertical-align: middle;
    color: #a7adb4;
}

.lblback {
    padding-left: 0.5rem;
    vertical-align: middle;
    font-size: 16px;
    color: #a7adb4;
}

.color-gray {
    color: #b3b8be;
}

.color-green {
    color: rgba(45,206,147,1);
}

.p-color {
    color: #696f79;
}

.font16 {
    font-size: 16px;
}

.text-bold {
    font-weight: bold;
}

.nomargin {
    margin: 0px !important;
}

.nopadding {
    padding-left: 0px !important;
}

.marginL10 {
    margin-left: 10px;
}

.marginL14 {
    margin-left: 14px;
}

.add-btn-link {
    font-size: 16px;
    color: #2dce8a !important;
}

    .add-btn-link span {
        vertical-align: top;
        font-weight: bold;
    }

.border-color {
    border: 1px solid #e5e5e5;
}

.right-top-heading {
    padding: 2px 10px;
    font-size: 16px;
    text-align: right;
}

.payment-details {
    background-color: #fafafa;
    border-radius: 7px;
}

.hide {
    display: none;
}

.a-pointer {
    cursor: pointer;
}

.program-sediu .icon.duration {
    width: 18px;
    height: 18px;
}

.program-sediu .icon.stipend {
    width: 20px;
    height: 20px;
}

.program-link {
    cursor: pointer;
}


/* Login page setup */

.login-outer .logo-new {
    display: block;
    position: absolute !important;
    z-index: 2;
    left: 2%;
    top: 3%;
    margin-top: 10px !important;
}

.login-outer .icon-bg-new.aos-animate {
    opacity: unset !important;
}

.login-outer .icon-bg-new {
    position: absolute;
    left: 0%;
    top: 0px;
    width: 40%;
    height: 100%;
    /* display: block; */
}

.login-block form .form-control {
    font-size: 15px;
    color: black;
    text-align: center;
    border-radius: 46px;
    height: 46px;
    background-color: white;
    border: 0px;
}


.login-block form .sign-up, .login-block form .sign-up a {
    color: #495057;
    font-size: 0.875rem;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 0px;
}

.login-outer {
    background: #f8f9fa !important;
    background-size: cover;
    overflow: hidden;
}

.login-block form .form-control:focus, .login-block form .uploadFile:focus {
    background-color: white !important
}

.login-block form .btn.btn-primary-new {
    color: white !important;
    background-color: #2cc896 !important;
}

.login-block form .sign-up a:hover, .login-block form .sign-up a:focus {
    color: black;
}

.login-block form .form-control::-webkit-input-placeholder {
    color: #000 !important;
    text-align: left;
}

.new-form {
    margin-left: 55% !important;
}

.login-block form .sign-up .sign-up-head {
    color: black !important;
    font-size: 18pt !important;
}

.login-block form .sign-up .sign-up-head2 {
    color: #9AA1A9 !important;
}

.login-block form .bootstrap-select .btn-light:not(:disabled):not(.disabled):active, .login-block form .bootstrap-select.show > .btn-light.dropdown-toggle {
    background-color: #fff !important;
}

.login-block form .bootstrap-select .filter-option-inner-inner {
    color: #000;
}

/* OTP VERIFICATION */
.otpinput {
    width: 20% !important;
    margin-left: 5% !important;
}
/* registration page */
.login-block form .bootstrap-select .filter-option-inner-inner {
    color: #000 !important;
    text-align: left;
}

.login-block form .bootstrap-select .btn-light:not(:disabled):not(.disabled):active, .login-block form .bootstrap-select.show > .btn-light.dropdown-toggle {
    background-color: #ffffff !important;
}

/* Program List page*/
.cardmargintop {
    margin-top: 5% !important;
}

.programListimg {
    max-width: 10%;
    margin: -1%;
}

.interviewListing {
    width: 18px;
    margin: 0 !important;
}
/*Program details*/
.programdetails > ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

    .programdetails > ul.breadcrumb li {
        display: inline;
        font-size: 14px;
    }

        .programdetails > ul.breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: "/\00a0";
        }

        .programdetails > ul.breadcrumb li a {
            color: #0275d8;
            text-decoration: none;
        }

            .programdetails > ul.breadcrumb li a:hover {
                color: #01447e;
                text-decoration: underline;
            }

/*Common*/
.bgcommon {
    background: #f8f9fa
}
/*Interview List*/
.cardtoptitleprogess {
    color: Orange !important;
    font-weight: bold;
    margin-top: 2% !important;
    margin-bottom: 0% !important;
}

.cardtoptitleComplete {
    color: green !important;
    font-weight: bold;
    margin-top: 2% !important;
    margin-bottom: 0% !important;
}

.cardtoptitleReject {
    font-weight: bold;
    color: red !important;
    margin-top: 2% !important;
    margin-bottom: 0% !important;
}

.progressscore {
    width: 70px;
    height: 70px;
    background: none;
    position: relative;
}

    .progressscore::after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 6px solid #eee;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progressscore > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progressscore .progress-left {
        left: 0;
    }

    .progressscore .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 6px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .progressscore .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progressscore .progress-right {
        right: 0;
    }

        .progressscore .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .progressscore .progress-value {
        position: absolute;
        top: 0;
        left: 0;
    }

.rounded-lg {
    border-radius: 1rem;
}

.interviewProgressMargin {
    margin-top: 2%;
    max-width: 27%;
}

.progressbottom {
    width: 50px;
    height: 50px;
    background: none;
    position: relative;
}

    .progressbottom .progress-right .progress-bar {
        left: -100%;
        border-top-left-radius: 80px;
        border-bottom-left-radius: 80px;
        border-right: 0;
        -webkit-transform-origin: center right;
        transform-origin: center right;
    }

    .progressbottom::after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 6px solid #eee;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progressbottom > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progressbottom .progress-left {
        left: 0;
    }

    .progressbottom .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 6px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .progressbottom .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progressbottom .progress-right {
        right: 0;
    }

    .progressbottom .progress-value {
        position: absolute;
        top: 0;
        left: 0;
    }

.progrssbarbottomtext p {
    padding-top: 4%
}

.paddingnone {
    padding: 0;
}

.btnthemebg {
    color: white;
    border-radius: 10px;
    background: #2a9d8f;
}

.margintop10 {
    margin-top: 10%
}

.margintop5 {
    margin-top: 5%
}

.programdetails > ul.breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "\00a0>\00a0";
}

.programdetails > ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

    .programdetails > ul.breadcrumb li a:hover {
        color: #01447e;
        text-decoration: underline;
    }


/*  Payment Summary */

.clearall {
    position: absolute;
    bottom: 15px;
    color: blue;
}

/*Direct Entry Page*/
.directentry .form-group {
    border: 2px solid gray;
    margin: 10px;
    border-radius: 10px;
}

    .directentry .form-group > label {
        position: absolute;
        top: 2px;
        left: 50px;
        background-color: white;
        text-align: center;
    }

    .directentry .form-group > input {
        border: none;
    }

.directentryQustions input[type="text"], .directentryQustions input[type="number"] {
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
}

.displaynone {
    display: none;
}

.displayblock {
    display: block;
}

.margintop2 {
    margin-top: 2%
}

.margintop1 {
    margin-top: 1%
}

ul.expblock li {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 2.5em;
    margin-left: 18px;
}

    ul.expblock li:after {
        content: "\2022";
        position: absolute;
        left: -20px;
        top: 0;
        font-size: 50px;
        color: #2A9D8F;
    }

    ul.expblock li::before {
        position: absolute;
        left: -12px;
        border-left: 3px solid #e9ecef;
        height: 100%;
        width: 12px;
        content: "";
    }

    ul.expblock li:first-child::before {
        top: 6px;
    }

    ul.expblock li:last-child:before {
        height: 6px;
    }

    ul.expblock li p {
        padding: 0;
    }

/*chat Box*/


/*Theam BG*/
.theambg {
    background: linear-gradient(to right, rgba(45,206,147,1) 0%, rgba(45,206,203,1) 100%);
}

/*Common */

.margin5 {
    margin: 5%;
}

.margin2 {
    margin: 2%
}

.themecolor {
    color: #2ecfa5;
}

@media screen and (min-width: 600px) {
    .margintop5 {
        margin-top: 5%;
    }
}

@media screen and (max-width: 600px) {
    .margintop5 {
        margin-top: 10%;
    }
}

/* Chat */

.chat-screen {
    position: fixed;
    bottom: 68px;
    right: 20px;
    z-index: 99;
    width: 350px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    min-height: 465px;
    max-height: 465px;
}


    .chat-screen.show-chat {
        -moz-transition: bottom 0.5s linear;
        -webkit-transition: bottom 0.5s linear;
        transition: bottom 0.5s linear;
        visibility: visible;
        bottom: 82px;
    }

    .chat-screen .chat-header {
        background-image: linear-gradient(to right, #299b8d 0%, #299b8d 100%);
        border-radius: 10px 10px 0 0;
        padding: 15px;
        display: block;
    }

        .chat-screen .chat-header .chat-header-title {
            display: inline-block;
            width: calc(100% - 50px);
            color: #fff;
            font-size: 14px;
        }

        .chat-screen .chat-header .chat-header-option {
            display: inline-block;
            width: 44px;
            color: #fff;
            font-size: 14px;
            text-align: right;
        }

            .chat-screen .chat-header .chat-header-option .dropdown .dropdown-toggle svg {
                color: #fff;
            }

    .chat-screen .chat-mail {
        padding: 60px 30px 30px 30px;
        display: block;
        min-height: 425px;
    }

        .chat-screen .chat-mail input.form-control {
            border: 1px solid #e1e1e1;
            color: #3b3f5c;
            font-size: 14px;
            padding: 0.55rem 1.25rem;
        }

.large-user-chat-list {
    max-height: 415px;
    overflow: auto;
}

.small-user-chat-list {
    max-height: 355px;
    overflow: auto;
}

.chat-screen .chat-mail input.form-control:focus {
    box-shadow: none; 
}

.chat-screen .chat-mail .select2 .selection .select2-selection .select2-selection__rendered {
    border-radius: 30px;
    border: 1px solid #e1e1e1;
    height: calc(1.28em + 1.28rem + 2px);
    padding: 9px 20px;
    font-size: 14px;
}

.chat-screen .chat-mail .select2.select2-container--open .selection .select2-selection {
    box-shadow: none;
    border-radius: 30px;
}

.chat-screen .chat-mail #chat-request-button {
    background-image: linear-gradient(to right, #299b8d 0%, #299b8d 100%);
    border: none;
    padding: 0.58rem 1.25rem;
    transition: transform 0.5s ease;
}

.chat-screen .chat-mail .form-group {
    margin-bottom: 1.5rem;
}

.chat-screen .chat-body {
    padding: 25px;
    display: inline-block;
    min-height: 365px;
    max-height: 374px;
    background: #fbfbfb;
    width: 100%;
}

    .chat-screen .chat-body .chat-start {
        border: 1px solid #299b8d;
        width: 150px;
        border-radius: 50px;
        padding: 6px 10px;
        font-size: 12px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 15px;
        background: #fff;
    }

    .chat-screen .chat-body .chat-bubble {
        font-size: 12px;
        box-shadow: none;
        display: inline-block;
        clear: both;
        margin-bottom: 10px;
        width: 100%;
        display: flex;
        position: relative; 
    }
    .chat-screen .chat-body .chat-bubble.me-bubble {
        justify-content: flex-end;
    }

        .chat-screen .chat-body .chat-bubble .you {
            color: #fff;
            border-radius: 0 15px 15px 15px;
            align-self: flex-start;
            background-color: #299b8d;
            padding: 10px 15px;
            display: inline-block;
            margin-bottom: 5px;
            position: relative;
            max-width: calc(100% - 10px);
            word-wrap: break-word;
            margin-left:35px;
        }

        .chat-screen .chat-body .chat-bubble .me {
            background-color: #e9ecef;
            color: #212529;
            border-radius: 15px 0px 15px 15px;
            float: right;
            align-self: flex-end;
            display: inline-block;
            margin-bottom: 5px;
            position: relative;
            max-width: calc(100% - 10px);
            padding: 15px 20px;
            word-wrap: break-word;
            margin-right: 35px;
        }

.chat-screen .chat-input {
    width: 100%;
    position: absolute;
    margin-bottom: -5px;
    bottom: 0;
}

    .chat-screen .chat-input input {
        width: 100%;
        background: #ffffff;
        padding: 15px 70px 15px 15px;
        border-radius: 0 0 15px 15px;
        resize: none;
        border-width: 1px 0 0 0;
        border-style: solid;
        border-color: #f8f8f8;
        color: #7a7a7a;
        font-weight: normal;
        font-size: 13px;
        transition: border-color 0.5s ease;
    }

        .chat-screen .chat-input input:focus {
            border-color: #f9dcff;
        }

            .chat-screen .chat-input input:focus + .input-action-icon a svg.feather-send {
                color: #299b8d;
            }

    .chat-screen .chat-input .input-action-icon {
        width: 61px;
        white-space: nowrap;
        position: absolute;
        z-index: 1;
        right: 15px;
        text-align: right;
        bottom: 16px;
    }

    .chat-screen .chat-input .chat-images {
        background-color: white;
        height: auto;
        max-height: 100px;
        overflow-y: auto;
        border-top: 1px solid #21252938;
    }

    .chat-screen .chat-input .input-action-icon a {
        display: inline-block;
        margin-left: 5px;
        cursor: pointer;
    }

        .chat-screen .chat-input .input-action-icon a svg {
            height: 17px;
            width: 17px;
            color: #299b8d;
        }

    .chat-screen .chat-input .input-action-icon label svg {
        height: 17px;
        width: 17px;
        color: #299b8d;
    }

.chat-screen .chat-session-end {
    display: block;
    width: 100%;
    padding: 25px;
}

    .chat-screen .chat-session-end h5 {
        font-size: 17px;
        text-align: center;
        font-weight: bold;
        margin-top: 20px;
    }

    .chat-screen .chat-session-end p {
        font-size: 14px;
        text-align: center;
        margin: 20px 0;
    }

    .chat-screen .chat-session-end .rate-me {
        width: 120px;
        margin: 40px auto;
    }

        .chat-screen .chat-session-end .rate-me .rate-bubble {
            display: inline-block;
            text-align: center;
            width: 50px;
        }

            .chat-screen .chat-session-end .rate-me .rate-bubble span {
                height: 50px;
                width: 50px;
                text-align: center;
                display: block;
                line-height: 46px;
                cursor: pointer;
                transition: transform 0.5s ease;
                margin-bottom: 7px;
            }

                .chat-screen .chat-session-end .rate-me .rate-bubble span:hover {
                    transform: scale(1.1);
                    transition: transform 0.5s ease;
                }

            .chat-screen .chat-session-end .rate-me .rate-bubble.great {
                margin-right: 12px;
                color: #43cc6c;
            }

                .chat-screen .chat-session-end .rate-me .rate-bubble.great span {
                    background: #43cc6c;
                    border-radius: 50px 50px 0 50px;
                }

            .chat-screen .chat-session-end .rate-me .rate-bubble.bad {
                color: #ef4252;
            }

                .chat-screen .chat-session-end .rate-me .rate-bubble.bad span {
                    background: #ef4252;
                    border-radius: 50px 50px 50px 0;
                }

    .chat-screen .chat-session-end .transcript-chat {
        display: block;
        text-align: center;
        margin-top: 80px;
        color: #0768f8;
        text-decoration: underline;
        line-height: 20px;
    }

.chat-screen .powered-by {
    margin-top: 40px;
    text-align: center;
    font-size: 12px;
}

.chat-bot-icon {
    position: fixed;
    bottom: 30px;
    right: 25px;
    height: 50px;
    width: 50px;
    background-image: linear-gradient(to right, #2a9d8f 0%,#2a9d8f 100%);
    z-index: 9999;
    border-radius: 30px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: all 0.5s ease;
}

    .chat-bot-icon img {
        height: 90px;
        width: 90px;
        position: absolute;
        right: -13px;
        top: -33px;
    }

    .chat-bot-icon svg {
        color: #fff;
        -moz-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        transition: transform 0.5s linear;
        position: absolute;
        left: 13px;
        top: 13px;
        opacity: 0;
        z-index: -1;
    }

        .chat-bot-icon svg.animate {
            -moz-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
            opacity: 1;
            z-index: 1;
        }

.hide {
    display: none !important;
}
/*Com*/
.valignmiddle {
    vertical-align: super;
}

.displayflex {
    display: flex
}

.nopaddingbottom {
    padding-bottom: 0;
}

.dropdownzindex {
    z-index: 2;
}

@media screen and (min-width: 1200px) {
    .progressmain {
        width: 50%;
        margin-left: 10%;
        float: right;
        margin-right: 5%;
        margin-top: 1%;
    }
}

@media screen and (max-width: 1200px) and (min-width:761px) {
    .progressmain {
        margin-top: 5%;
    }
}

@media screen and (max-width: 760px) and (min-width:400px) {
    .progressmain {
        margin-top: 5%;
    }
}

.header .search-box .form-control {
    color: #fff !important;
    border: 1px solid !important;
    border-radius: 20px !important;
    background: none !important;
    padding-left: 30px;
}

/* Nav bar */
.header .search-box .form-control {
    color: #fff !important;
    border-radius: 20px !important;
    padding-left: 30px;
    opacity: 1;
    background-color: rgba(233,236,239, 0.3) !important;
    border: none !important;
}

/*Dashboard*/
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.badge-notify {
    background: #2dceb1;
    position: relative;
    top: -110px;
    left: -75px;
    color: white;
}

.blink_me {
    animation: blinker 2s linear infinite;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

/*Document Uplode*/
.DocumentUplodeForm {
    text-align: left;
    padding: 15px;
    max-width: 450px !important;
    width: 100%;
    margin: auto;
    position: relative;
}

upload-block-Document {
    width: 50%;
    position: relative;
    padding-right: 95px;
    border: 1px solid #d6d6d6;
}

.gif-logo {
    background: url('../images/TRU_Tracker.gif') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    background-size: cover;
}


/*Progress bar*/
.app-progress {
    width: 80px;
    height: 80px;
    background: none;
    position: relative;
}

.app-progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 8px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.app-progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.app-progress .progress-left {
    left: 0;
}

.app-progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 8px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.app-progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.app-progress .progress-right {
    right: 0;
}

.app-progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

    .app-progress .progress-value {
        position: absolute;
        top: 0;
        left: 0;
    }

/*------------------------------------------------*/


.progress {
    width: 110px;
    height: 110px;
    background: none;
    position: relative;
}

    .progress::after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 8px solid #eee;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress .progress-left {
        left: 0;
    }

    .progress .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 8px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .progress .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress .progress-right {
        right: 0;
    }

        .progress .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .progress .progress-value {
        position: absolute;
        top: 0;
        left: 0;
    }

.progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 36px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    height: 100%;
    font-weight: 300;
}

    .progress-value div {
        margin-top: 10px;
    }

    .progress-value span {
        font-size: 12px;
        text-transform: uppercase;
    }
/* end progress bar  */

/* Deshbord */
.deshbord-innerdiv-outer {
    margin-right: 0;
    margin-left: auto;
    padding-left: 1%;
    padding-right: 1%;
}

.deshbord-innerdiv {
    width: 100%;
    font-size: 15px;
}

.deshbord-innerdiv-data {
    margin: 0;
    padding: 0;
}

.deshbord-innerdiv-data-left {
    font-size: 50px;
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
}

.deshbord-innerdiv-data-right {
    width: 50%;
    float: right;
    padding-left: calc(50% - 85px);
}

@media screen and (max-width:767px) {
    .deshbord-innerdiv-outer {
        padding-left: 0;
    }
}
/*end Deshbord*/
.login-image-div {
    display: block;
}

@media screen and (max-width: 1050px) {
    .login-image-div {
        display: none;
    }
}

@media (max-width: 1050px) {
    .login-block {
        padding: 0px;
    }

    .new-form {
        margin-right: 0;
        margin-left: auto !important;
        max-width: 80% !important;
    }
}

@media (max-width: 768px) {
    .login-block {
        padding: 0px;
    }

    .new-form {
        margin-right: 0;
        margin-left: auto !important;
        max-width: 90% !important;
    }
}

@media (max-width: 368px) {
    .login-block {
        padding: 0px;
    }

    .new-form {
        margin-left: 0 !important;
        max-width: 100% !important;
    }
}
/*Program*/
.multiselect-container {
    width: 100% !important;
    z-index: 9;
}

.multiselect-native-select .btn-group {
    width: 100% !important;
}

.liProgramDesc li {
    margin: 1%;
}
/*Program*/
#modal-outer-div .show {
    display: block !important;
}

#modal-outer-div .modal-content {
    z-index: 19999 !important;
    margin-top: 18px;
}

/*progress bar & display days*/
.blink {
    animation: blinker 1.2s linear infinite;
    color: orangered !important;
}

.circle {
    width: 38px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    border: none;
    background: #e9ecef4d;
    color: white;
}
/*progress bar & display days*/

/*Notification */
.notify {
    color: red;
    position: relative;
    font-weight: bold;
    top: -12px;
    left: -10px;
    background: white;
    border-radius: 50%;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-right: 250px;
    }

#sidebar-wrapper {
    z-index: 10000;
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 320px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 320px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
        border-top: solid 1px #d7dce1;
        position: relative;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }





            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #000;
                background: #fff;
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #212529;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #000;
                background: none;
            }


/* For Mobile */
@media screen and (max-width: 540px) {
    #wrapper {
        padding-right: 250px;
    }

        #wrapper.toggled {
            padding-right: 0;
        }

    #sidebar-wrapper {
        width: 320px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/* For Tablets */
@media screen and (min-width: 540px) and (max-width: 780px) {
    #wrapper {
        padding-right: 250px;
    }

        #wrapper.toggled {
            padding-right: 0;
        }

    #sidebar-wrapper {
        width: 320px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media(min-width:780px) {
    #wrapper {
        padding-right: 250px;
    }

        #wrapper.toggled {
            padding-right: 0;
        }

    #sidebar-wrapper {
        width: 335px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    .sidebar-nav {
        position: absolute;
        top: 0;
        width: 320px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
}

.docshowimg {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid black;
}

.notificationclose {
    cursor: pointer;
    width: 35px !important;
    height: 35px !important;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    top: 5px;
    left: 5px;
    transition: 0.5s ease-out;
}

    .notificationclose:hover {
        background-color: #dee2e6;
    }

    .notificationclose i {
        font-size: 20px;
        color: #2dce9b;
    }


.closebtn {
    cursor: pointer;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #2dce8a;
    border: none;
    color: white;
    font-size: 17px;
}

    .closebtn:hover {
        opacity: 0.6;
    }
/* Nav active */
.main-navigation .active {
    background: rgba(45,206,147,1);
    color: white !important;
}

/* User Profile */
.profileImage {
    position: relative;
}

    .profileImage .edit {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        /*background-color: rgb(255,255,255);*/
        position: absolute;
        top: 109px;
        left: 104px;
        padding: 4px;
    }

    .profileImage > img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin: 0 auto;
        object-fit: cover;
    }

    .profileImage > .edit > img {
        width: 26px;
        padding: 5px;
        background-color: rgb(255, 255, 255);
        border-radius: 50%;
        box-shadow: 0 -3px 10px 0 #00000033, 0 6px 20px 0 #00000030;
        cursor: pointer;
        object-fit: cover;
    }

    .profileImage > .removeDiv {
        width: 140px
    }

        .profileImage > .removeDiv > a {
            color: #2a9d8f;
            border-bottom: 1px solid #2a9d8f;
            cursor: pointer
        }

/* End User Profile */
.horizontal-tab {
    border-bottom: 1px solid #949494 !important;
}

    .horizontal-tab .active {
        background-color: #2a9d8f !important;
        border-color: #949494 #949494 #2dcd93 #949494 !important;
        color: white !important;
    }

.addprogrambtn {
    float: right !important;
    width: 155px;
    height: 40px;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .addprogrambtn {
        float: left !important;
        margin-right: 0;
    }
}
.adjust-buttons {
    display: flex;
    justify-content: flex-start;
}
@media screen and (min-width: 767px) {
    .adjust-buttons {
        display: flex;
        justify-content: flex-end;
    }
}

.progressTitle {
    margin-top: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.float-md-right-left {
    float: right !important;
}

.docupload-outer hr {
    margin-top: 2px;
}

.show-upload {
    margin-top: 5px
}


.rdio {
    position: relative;
}

    .rdio input[type="radio"] {
        opacity: 0;
    }

    .rdio label {
        padding-left: 10px;
        cursor: pointer;
        margin-bottom: 7px !important;
    }

        .rdio label:before {
            width: 15px;
            height: 15px;
            position: absolute;
            top: 1px;
            left: 0;
            content: '';
            display: inline-block;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            border: 1px solid;
            background: #fff;
        }

    .rdio input[type="radio"] {
        margin: 0px;
    }

        .rdio input[type="radio"]:disabled + label {
            color: #696969;
        }

        .rdio input[type="radio"]:checked + label::after {
            content: '';
            position: absolute;
            top: 4px;
            left: 3px;
            display: inline-block;
            font-size: 11px;
            width: 9px;
            height: 9px;
            background-color: #fbc52d;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
        }

.rdio-default input[type="radio"]:checked + label:before {
    border-color: #2dce8a;
}

.rdio-primary input[type="radio"]:checked + label:before {
    border-color: #2dce8a;
}

.rdio-primary input[type="radio"]:checked + label::after {
    background-color: #2dce8a;
}

.rdio-primary input[type="radio"]:checked:disabled + label::after {
    background-color: #696969;
}

.rdio-primary input[type="radio"]:checked:disabled + label:before {
    border-color: #696969;
}
/*Back button link*/
.backbtn {
    color: #2a9d8f;
    float: right !important;
    padding: 3%;
    font-size: 17px;
}

    .backbtn:hover {
        color: rgba(45,206,147,1);
        text-decoration: underline;
        cursor: pointer;
        opacity: 0.6;
    }
/*Back button link*/

.upload-alert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2ccc92e6;
    border-radius: 3px;
    text-align: center;
    color: white;
    font-size: 16px;
    display: none;
}

@media (max-width: 1199px) {
    .header .nav-icon {
        margin-left: 0px;
        margin-top: 10px;
    }

    .header .logo {
        margin-top: 10px;
        margin-left: 10px;
        float: left;
        display: inline-block;
    }

        .header .logo img {
            width: 75px;
        }
}

.number-icon {
    font-size: 10px;
    width: 18px;
    height: 18px;
    border: 1px solid #606060;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 40px;
    color: #818181;
}

.DEA-icon {
    width: 18px;
    position: absolute;
    left: 40px;
}

.DEA-a {
    color: #b2b2b2;
    font-size: 14px;
}

.DEA-a-complete {
    color: #2b9d8f !important;
}

.appllicant-details-head {
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
}

    .appllicant-details-head thead {
        background: #F5F5F5
    }

.application-process-number-icon {
    padding-top: 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #818181;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    color: #818181;
}

.profile-block .user-img img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.EDU-Education-float-right {
    float: right;
}

@media screen and (max-width: 768px) {

    .EDU-Education-float-right {
        float: left;
    }
}

.add-workexp-link {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.edit-workexp {
    font-size: 12px;
    color: #696F79;
    height: 20px;
    display: flex;
}

.edit-workexp-link {
    margin-top: auto;
    display: inline;
    color: #2a9d8f;
}

.add-workexp-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #2a9d8f !important;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.workexp-title {
    margin: 0;
    padding: 0;
    color: #202223
}

.workexp-employer {
    font-size: 14px;
    color: #696F79
}

.workexp-description {
    margin-top: 8px;
    font-size: 14px;
    color: #696F79
}

.workexp-reasforleav {
    margin-top: 20px;
    color: #202223;
    font-weight: bold;
}

.dashboar-card-width {
    width: 23%;
    min-width: 263px;
    color: #696F79
}

.custom-alert {
    width: 40%;
    left: 50%;
    position: absolute;
    top: 25%;
    cursor: pointer;
}

.admin-application-program-table > .grid-table .table > tbody > tr > td {
    border-bottom: none;
}

.emailIcon {
    border-radius: 50%;
    background-color: lightgray;
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: 17px;
    position: absolute;
    left: 12px;
    top: 10px;
    padding-top: 20px;
}

.dvMsgFullDate {
    display: inline;
}

.dvMsgTime {
    display: none;
}

@media (max-width: 800px) {
    .dvMsgFullDate {
        display: none;
    }

    .dvMsgTime {
        display: inline;
    }
}

.emailIconDetails {
    border-radius: 50%;
    background-color: lightgray;
    height: 50px;
    width: 50px;
    text-align: center;
    margin-left: 11px;
    padding-top: 15px;
}

.Accepted-BG {
    background: #aaa;
}

.show-email-date {
    text-align: right;
}

@media (max-width: 769px) {
    .show-email-date {
        text-align: left;
    }
}


.pagination > li > a {
    background-color: white;
    color: #2a9d8f;
}

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        color: #2a9d8f;
        background-color: #eee;
        border-color: #ddd;
    }

.pagination > .active > a {
    color: white;
    background-color: #2a9d8f !Important;
    border: solid 1px #2a9d8f !Important;
}

    .pagination > .active > a:hover {
        background-color: #2a9d8f !Important;
        border: solid 1px #2a9d8f;
    }

.form-control {
    height: 40px;
    border-radius: 4px;
    border-color: #d6d6d6;
    color: #949494;
    font-size: 0.875rem;
    background-color: #fff;
}

.btn {
    font-size: 1rem;
    height: 40px;
    border-radius: 4px;
    padding-left: 25px;
    padding-right: 25px;
    outline: 0;
    position: relative;
    overflow: hidden;
}

.btn-success {
    color: #fff;
    background-color: #2a9d8f;
    border-color: #2a9d8f;
}

    .btn-success:hover {
        color: #fff;
        background-color: #2a9d8f;
        border-color: #2a9d8f;
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #2a9d8f;
        border-color: #2a9d8f;
    }

.filter-icom {
    height: 15px;
    width: 15px;
    padding-top: 3px;
}

@media (max-width: 900px) {

    .filter-icom {
        display: none;
    }
}

.applicant-filter {
    padding-top: 10px;
}

@media (min-width: 768px) {
    .applicant-filter {
        padding-top: 0px;
    }
}

.bootstrap-select .btn-light, .bootstrap-select .dropdown-toggle {
    border-radius: 4px !important;
}

    .bootstrap-select .btn-light, .bootstrap-select .dropdown-toggle :hover {
        border-radius: 4px !important;
    }

        .bootstrap-select .btn-light:hover, .bootstrap-select .btn-light, .bootstrap-select .dropdown-toggle {
            border-radius: 4px !important;
        }

            .bootstrap-select .btn-light:not(:disabled):not(.disabled).active, .bootstrap-select .btn-light:not(:disabled):not(.disabled):active, .bootstrap-select .show > .btn-light.dropdown-toggle, .bootstrap-select .btn-light:hover, .bootstrap-select .btn-light, .bootstrap-select .dropdown-toggle {
                border-radius: 4px !important;
            }

                .bootstrap-select .dropdown-toggle .filter-option {
                    position: absolute;
                    top: 3px;
                    left: 10px;
                    padding-top: unset;
                    padding-right: inherit;
                    padding-bottom: inherit;
                    padding-left: unset;
                    height: 100%;
                    width: 100%;
                    text-align: left;
                }

.directentry .form-group {
    border: 2px solid gray;
    margin: 10px;
    border-radius: 4px;
}

.login-block form .form-control {
    font-size: 15px;
    color: black;
    text-align: center;
    border-radius: 4px;
    height: 46px;
    background-color: white;
    border: 0px;
    border: 1px solid #adb5bd;
}


.has-float-label {
    display: block;
    position: relative;
}

    .has-float-label label, .has-float-label > span {
        position: absolute;
        left: 0;
        top: 0;
        cursor: text;
        font-size: 100%;
        opacity: 1;
        -webkit-transition: all .2s;
        transition: all .2s;
        top: -.5em;
        left: 0.75rem;
        z-index: 3;
        line-height: 1;
        padding: 0 1px;
        background: #f8f9fa;
    }

        .has-float-label label::after, .has-float-label > span::after {
            content: " ";
            display: block;
            position: absolute;
            background: white;
            height: 2px;
            top: 50%;
            left: -.2em;
            right: -.2em;
            z-index: -1;
        }

    .has-float-label .form-control::-webkit-input-placeholder {
        opacity: 1;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .has-float-label .form-control::-moz-placeholder {
        opacity: 1;
        transition: all .2s;
    }

    .has-float-label .form-control:-ms-input-placeholder {
        opacity: 1;
        transition: all .2s;
    }

    .has-float-label .form-control::placeholder {
        opacity: 1;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus) + * {
        font-size: 150%;
        opacity: .5;
        top: .3em;
    }

    .has-float-label .form-control:-webkit-autofill ~ span {
        position: absolute;
        left: 0;
        top: 0;
        cursor: text;
        font-size: 100%;
        opacity: 1;
        -webkit-transition: all .2s;
        transition: all .2s;
        top: -.5em;
        left: 0.75rem;
        z-index: 3;
        line-height: 1;
        padding: 0 1px;
    }

.input-group .has-float-label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 100%;
    opacity: .5;
    top: 16px;
}

.hide-field-icon {
    float: right;
    /* left: -8px; */
    margin-left: -25px;
    margin-top: -35px;
    position: absolute;
    top: 47px;
    right: 13px;
}

.login-block .btn {
    height: 48px;
}

.login-block form {
    text-align: left;
    padding: 15px;
    width: 100%;
    margin: auto;
    position: relative;
    max-width: 426px !important;
}

.login-outer {
    overflow: auto;
}

    .login-outer .bootstrap-select .dropdown-toggle .filter-option {
        position: absolute;
        top: 6px;
        left: 10px;
        padding-top: unset;
        padding-right: inherit;
        padding-bottom: inherit;
        padding-left: unset;
        height: 100%;
        width: 100%;
        text-align: left;
    }

.datepicker-z {
    z-index: 2 !important;
}

.login-block form .bootstrap-select .filter-option-inner-inner {
    color: #b9b3b9 !important;
    text-align: left;
}

.login-block form .form-control {
    color: #696f79;
}

.phoneNo .has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
    opacity: 0.4;
}


.btn-cancel {
    color: #fff;
    background-color: #dc3545;
    border: none;
}

.rdio-primary input[type="radio"]:checked + label::after {
    background-color: #2a9d8f;
}

.rdio-primary input[type="radio"]:checked + label:before {
    border-color: #2a9d8f;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after, .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #2a9d8f;
}

.iti__country-list {
    z-index: 6;
}

.btn-outline-success {
    color: #2a9d8f;
    border-color: #2a9d8f;
}

    .btn-outline-success:hover {
        color: #2a9d8f;
        background-color: transparent;
        border-color: #2a9d8f;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active {
        color: #2a9d8f;
        background-color: transparent;
        border-color: #2a9d8f;
    }

.color-green {
    color: #2a9d8f;
}


.datepicker table tr td.active.active {
    background: #2a9d8f;
}

.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active {
    background: #2a9d8f;
}

.main-navigation .active {
    background: #2a9d8f;
    color: white !important;
}

.main-navigation ul li.active > a {
    color: #f8f9fa;
}

.ui-widget-header {
    background-color: #2a9d8f !important;
}

.advance-search-wrapper {
    max-width: 400px;
}

    .advance-search-wrapper .advance-search-header {
        background-color: #2a9d8f;
    }

.grid-table .table tr:hover {
    box-shadow: unset;
    background-color: #f4f3f3;
}

.applicant-search-a {
    border-bottom-right-radius: 4px;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    top: 0;
    background-color: #2a9d8f;
    border-top-right-radius: 4px;
    cursor: pointer;
    padding: 10px;
}

.back-button {
    position: absolute;
    right: 27px;
    top: 12px;
    color: #2a9d8f;
    font-size: 17px;
}

.btn:disabled {
    background-color: #696f79 !important;
    cursor: no-drop;
    border-color: #696f79 !important;
}

.upload-block .fileUpload {
    padding-top: 6px;
}

.upload-block .uploadFile {
    padding-right: 14px;
}

.svg-class {
    width: 24px;
}

    .svg-class path {
        stroke: #fff;
    }

.active .svg-class .svg-class-g {
    fill: #fff;
}

.svg-class .svg-class-g {
    fill: #fff;
}
.active .svg-class path {
    stroke: #fff;
}

.main-navigation .active {
    background: unset;
    color: #2a9d8f !important;
}

.main-navigation ul li.active > a {
    color: #2a9d8f;
}



.more-menu {
    width: 100px;
}

/* More Button / Dropdown Menu */

.more-btn,
.more-menu-btn {
    background: none;
    border: 0 none;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    text-align: left;
    outline: none;
    cursor: pointer;
}

.more-dot {
    background-color: #aab8c2;
    margin: 0 auto;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 1px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.more-menu {
    position: absolute;
    top: 100%;
    z-index: 900;
    float: left;
    padding: 10px 0;
    margin-top: 9px;
    background-color: #fff;
    border: 1px solid #ccd8e0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    opacity: 0;
    transform: translate(0, 15px) scale(.95);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}

.more-menu {
    position: absolute;
    top: 17px;
    left: -43px;
    z-index: 900;
    float: left;
    padding: 10px 0;
    margin-top: 9px;
    background-color: #fff;
    border: 1px solid #ccd8e0;
    border-radius: 4px;
    opacity: 0;
    transform: translate(0, 15px) scale(.95);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}

.more-menu-caret {
    position: absolute;
    top: -10px;
    left: 12px;
    width: 18px;
    height: 10px;
    float: left;
    overflow: hidden;
}

.more-menu-caret-outer,
.more-menu-caret-inner {
    position: absolute;
    display: inline-block;
    margin-left: -1px;
    font-size: 0;
    line-height: 1;
}

.more-menu-caret-outer {
    border-bottom: 10px solid #c1d0da;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}

.more-menu-caret-inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.more-menu-items {
    margin: 0;
    list-style: none;
    padding: 0;
}

.more-menu-item {
    display: block;
}

.more-menu-btn {
    min-width: 100%;
    color: #66757f;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 20px;
    position: relative;
    white-space: nowrap;
}

.more-menu-item:hover {
    background-color: #489fe5;
}

    .more-menu-item:hover .more-menu-btn {
        color: #fff;
    }

.more-btn:hover .more-dot,
.show-more-menu .more-dot {
    background-color: #516471;
}

.show-more-menu .more-menu {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    pointer-events: auto;
}

.applicant_list .grid-table .table > thead > tr > th, .applicant_list .grid-table .table > tbody > tr > th, .applicant_list .grid-table .table > tfoot > tr > th, .applicant_list .grid-table .table > thead > tr > td, .applicant_list .grid-table .table > tbody > tr > td, .applicant_list .grid-table .table > tfoot > tr > td {
    padding: 8px 10px;
}

.applicant_list .dropdown-toggle::after {
    display: none;
}

#Recipients {
    height: 40px;
    overflow-y: hidden;
    border-radius: 4px;
}

.custom-select1 {
    height: 40px;
    overflow-y: hidden;
    border-radius: 46px;
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
    background: #2a9d8f;
}

.upload-alert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2a9d8f;
    border-radius: 3px;
    text-align: center;
    color: white;
    font-size: 16px;
    display: none;
}

.closebtn {
    background-color: #2a9d8f
}

.text-success {
    color: #2a9d8f !important;
}

.login-block img {
    width: 100%;
}

.login-image-div img {
    width: 100%;
}

.gif-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999999;
    background-size: cover;
    background: white;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

    .gif-logo img {
        width: 100%; 
    }
 
.login-block form .bootstrap-select .dropdown-option-color {
    color: #696f79 !important;
}

.header .search-box .form-control {
    color: #fff !important;
    border-radius: 4px !important;
    padding-left: 30px;
    opacity: 1;
    background-color: rgba(233,236,239, 0.3) !important;
    border: none !important;
}

.multiselect-selected-text {
    float: left;
}

.custom-select {
    padding-left: 15px
}

.main-navigation ul li a:hover, .main-navigation ul li.active > a {
    color: #2a9d8f;
}

    .main-navigation ul li a:hover .svg-class path, .main-navigation ul li a:hover .svg-class rect {
        stroke: #fff;
    }

/*Interview-Rating Form >> Start*/
.ScoreQues {
    padding-left: 55px;
    padding-top: 18px;
    font-size: 15px;
    line-height: 20px;
}

.ScoreQuesOption {
    width: 30px;
    position: absolute;
    top: 15px;
    left: 10px;
}

textarea.question-list {
    min-height: 80px !important;
    border-radius: 4px !important;
}

.scoreslider label {
    position: absolute;
    width: 20px;
    margin-top: 20px;
    margin-left: -10px;
    text-align: center;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.4em !important;
    background: #2a9d8f;
    border-radius: 50%;
}

.ui-slider-horizontal {
    height: .5em !important;
}

.question-list {
    background: white;
}

    .question-list .list {
        flex: 0 0 20rem;
    }

    .question-list .list__item {
        position: relative;
    }

        .question-list .list__item:hover > .label {
            color: #009688;
        }

            .question-list .list__item:hover > .label::before {
                border: 1px solid #009688;
            }

    .question-list .radio-btn {
        position: absolute;
        opacity: 0;
        visibility: hidden;
    }

        .question-list .radio-btn:checked + .label {
            color: #009688;
        }

            .question-list .radio-btn:checked + .label::before {
                border: 1px solid #009688;
                /*content: "\2713";*/
                background-color: #2a9d8f;
                opacity: 0.2;
            }

    .question-list .label {
        display: flex;
        align-items: center;
        padding: 0.75rem 0;
        color: #264653;
        font-size: 1rem;
        transition: all 0.25s linear;
        font-family: Inter;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
    }

        .question-list .label::before {
            display: inline-block;
            content: "";
            min-height: 1.8rem;
            min-width: 1.8rem;
            margin-right: 0.625rem;
            border: 1px solid #264653;
            border-radius: 50%;
            transition: all 0.25s linear;
            max-height: 1.8rem;
            max-width: 1.8rem;
        }

    .question-list .list-span {
        position: absolute;
        top: 19px;
        left: 11px;
        font-size: 11px;
        line-height: 14px;
        cursor: pointer;
    }

.border-success {
    border-color: #299b8d !important;
}

.texbox-loder {
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.chat-list-unread-message {
    position: absolute;
    top: 18px;
    border-radius: 50%;
    background-color: #2a9c8e;
    right: 13px;
    width: 20px;
    height: 20px;
    padding: 1px 6px;
    font-size: 13px;
    color: white;
}

.chat-boat-unread-message {
    width: 25px !important;
    height: 25px !important;
    position: fixed;
    background: #e24c4b;
    z-index: 10000;
    right: 15px;
    bottom: 62px;
    border-radius: 50px;
    box-shadow: -1px 1px 6px 0px #00000033;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight:bold;
}
.font-inter {
    font-family: 'Inter', sans-serif;
    color: #696F79;
    font-size: 16px;
    line-height: 24px;
}

.alert-warning {
    background: #FFFAEB;
    border: 1px solid #F3EBD3;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    color: #E76F51;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.question-criteria {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    /*text-align: justify;*/
    word-spacing: 1px;
}

.panel-heading {
    background-color: #2a9d8f;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    height: 40px;
    border: none;
    color: #fff;
    padding: 11px;
}

.directentry input:disabled {
    background-color: #fff !important;
    cursor: no-drop;
}

@media screen and (max-width: 640px) {
    .interview-para {
        padding-bottom: 0px !important;
        padding-top: 8px;
    }
}

@media screen and (min-width: 1025px) {
    .interview-para {
        padding-bottom: 0px !important;
        padding-top: 15px;
    }
}

@media screen and (min-width: 641px) and (max-width: 800px) {
    .interview-para {
        padding-bottom: 0px !important;
        padding-top: 12px;
    }
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
    .interview-para {
        padding-bottom: 0px !important;
        padding-top: 15px;
    }
}

.nav-tabs .nav-link {
    border: 1px solid #aaa;
    margin-left: 5px;
    background: #dee2e6;
    font-size: 14px;
    white-space: nowrap;
}

.horizontal-tab {
    border-bottom: 1px solid #aaa !important;
    background: #ffffff;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: wrap;
}

.nav-tabs .nav-item {
    margin-bottom: 5px;
}

.horizontal-tab .active {
    background-color: #2a9d8f !important;
    border-color: #2a9d8f #2a9d8f #2a9d8f #2a9d8f !important;
    color: white !important;
}

.highlight-UnApproved > td {
    color: #17a2b8 !important;
    font-weight: bold !important;
}

.highlight-lineschool > td {
    font-weight: bold !important;
}

.badge-success {
    border: 1px solid #2a9d8f;
    color: #2a9d8f;
}

.interview-score-text {
    font-size: 12px;
    text-align: center;
}

.interview .modal-dialog {
    margin: 10px 230px;
    width: calc(100% - 460px) !important;
}

@media screen and (max-width: 1000px) {
    .interview .modal-dialog {
        margin: 10px 144px;
        width: calc(100% - 288px) !important;
    }
}

@media screen and (max-width: 775px) {
    .interview .modal-dialog {
        margin: 10px 90px;
        width: calc(100% - 180px) !important;
    }
}

@media screen and (max-width: 568px) {
    .interview .modal-dialog {
        margin: 10px 10px;
        width: calc(100% - 20px) !important;
    }
}

.text-capitalized {
    text-transform: capitalize;
}

.active .svg-class rect {
    stroke: #fff;
}


.active .svg-class-work-category path, .main-navigation ul li a:hover .svg-class-work-category path {
    fill: #fff;
}

.active .svg-class-certificate, .main-navigation ul li a:hover .svg-class-certificate {
    fill: #fff;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}


.svg-class-timesheet {
    fill: #fff;
}

.active .svg-class-timesheet {
    fill: #fff;
}

#lnkEventDetails:hover .svg-class-timesheet {
    fill: #fff;
}

.active .svg-class-bookwork path {
    fill: #fff;
}

#Interview:hover .svg-class-bookwork path {
    fill: #2a9d8f;
}
.grid-table .table > thead > tr > th {
    color: #3f3a3a;
    font-weight: bold;
}
.active #history-g path, .main-navigation ul li a:hover .svg-class-history path {
    fill: #2a9d8f;
} 
.main-navigation > ul > li > a .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    background: #2a9d8f;
    padding: 3px;
    border-radius: 4px;
}
.main-navigation > ul > li > ul > li > a .icon > svg {
    padding: 3px;
    background: #2a9d8f;
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

.main-navigation ul .has-menu.open ul li a {
    font-size: 15px !important;
}
.exportsymbol {
    min-width: 42px;
}
@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.failed-payment {
    color: #c73131 !important;
    font-weight: bold !important;
}

.success-payment {
    color: green !important;
    font-weight: bold !important;
}

.changewidth .take-center {
    justify-content: flex-end !important;
}
@media (min-width: 768px) { 
    .changewidth .take-center {
        justify-content: unset !important;
    } 
}

@media (max-width: 992px) {
    .make-btn-with-100 {
        width:100% !important;
    }
}

.applicantinterviewlist-titel-local-city { 
    color: #2a9d8f;
}

@media (min-width: 400px) {
    .applicantinterviewlist-titel-local-city {
        display: inline;
        color: #2a9d8f;
    }
}

.export-link-image {
    width: 24px;
    height: 24px;
    margin-bottom: 3px;
    margin-left: 6px;
}

.export-link-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.program-local-details {
    display: block !important;
}

.program-local-details-sidebar {
    display: none !important;
}

@media (max-width:1199px) {
    .program-local-details{
        display:none !important;
    }

    .program-local-details-sidebar{
        display:block !important;
    }
}

@media (max-width: 767px) {
    .reponsive-logo-header {
        width: 70px !important;
        margin-left: 0px !important;
    }
    .header .reponsive-logo-header img {
        width: 70px;
    }
     
}
@media (max-width:1100px) {

    #breadcrumb-nav {
        display: none !important;
    }
}

.wrap-programDetails {
    display: block;
    margin-left: 50px !important;
    margin-top: 2px;
}

    .wrap-programDetails span {
        display: block;
        word-wrap: break-word;
    }

.program-name {
    color: #FFFFFF !important;
    font-weight: bold;
    margin-left: 15px;
    font-size: 16px;
}

.local-details {
    color: #FFFFFF !important;
    margin-left: 15px;
    font-size: 13px;
}


.wrap-programDetails-sidebar {
    display: block;
    margin-top: 1px;
    padding-left: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 7px;
}

    .wrap-programDetails-sidebar span {
        display: block;
        word-wrap: break-word;
    }

.program-name-sidebar {
    color: #212529 !important;
    font-size: 16px;
    font-weight:bold;
}

.local-details-sidebar {
    color: #212529 !important;
    font-size: 13px;
}

.highlight-red {
    background-color: #e6eccd80 !important;
}

.content-elipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

    .accordion:after {
        content: '\f107'; /* Unicode character for "plus" sign (+) */
        font-size: 25px;
        color: #777;
        float: right;
        margin-left: 5px;
        font-family: 'FontAwesome';
    }

.active-accordian:after {
    content: "\f106"; /* Unicode character for "minus" sign (-) */
    font-family: 'FontAwesome';
}

.accordian-panel {
    padding: 0 1px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/*Bootstrap Tag style*/
.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #212529;
    vertical-align: middle;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    display: block;
    height: 40px;
    border-radius: 4px;
    font-size: 0.875rem;
    max-height: 100px;
    min-height: 40px;
    overflow: auto;
    height: auto;
}

    .bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0 6px;
        margin: 0;
        width: auto;
        max-width: inherit;
    }

    .bootstrap-tagsinput .tag {
        margin-right: 4px;
        color: #212529;
        padding: 6px;
        border-radius: 5px;
        margin-bottom: 4px;
    }

        .bootstrap-tagsinput .tag [data-role="remove"] {
            margin-left: 8px;
            cursor: pointer;
        }

            .bootstrap-tagsinput .tag [data-role="remove"]:after {
                content: "x";
                padding: 0px 2px;
            }

            .bootstrap-tagsinput .tag [data-role="remove"]:hover {
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            }

                .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
                    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                }

.label-info {
    background-color: #e4e4e4;
}
tr.report-title > th {
    background-color: #2a9d8f !important;
    color: black;
    line-height: 1;
    font-size: 20px;
}

.border-bottom-gray {
    border-bottom: 1px solid #dcdce3;
}


.notes-background {
    background-color: #f0f0f1;
}
/*Bootstrap Tag style*/

.font-underline {
    text-decoration: underline;
}

.font-italics {
    font-style: italic;
}

.span-underline {
    border-bottom: 1px solid #696F79;
    padding-bottom: 1px;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #949494;
}

.status-approved {
    font-weight: bold !important;
    color: #2a9d8f !important;
}
.status-closed-failed {
    font-weight: bold !important;
    color: red !important;
}
.no-pointer {
    pointer-events: none;
    cursor: no-drop;
}

.chat-profile-image {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}
.enduser-chat-profile-image {
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute; 
    border-radius: 50%;
    top: 0;
}
    .enduser-chat-profile-image.me-image {
        right: 0;
    }
    .enduser-chat-profile-image.you-image {
        left: 0;
    }

.outgoing_msg .chat-profile-image { 
    margin-left:10px;
}

.form-wrap.form-builder .frmb .field-actions .del-button {
    background-color: #c66865 !important;
    color: #fff !important;
}
.formbuilder-icon-pencil:before {
    content: '\e809';
    color: #fff !important;
}
.form-wrap.form-builder .frmb .field-actions .formbuilder-icon-pencil {
    background: #65aac6 !important;
    color: #fff !important;
}
.form-wrap.form-builder .frmb .field-actions .copy-button {
    background-color: #6fc665 !important;
    color: #fff !important;
}

/*@media print {

    .ReportNameHeaderCls {*/
   /*     background-color: #2a9d8f !important;*/
        /*color: black !important;
        line-height: 1 !important;
        font-size: 20px !important;
        -webkit-print-color-adjust: exact !important;
    }
}*/

.header .form-control:focus {
    box-shadow: none !important;
    height: 40px;
    background: white !important;
    color: black !important
} 

.search-box  {
    fill: white !important;
}
#global-search-clear  {
    color: white;
    display: none;
    position: absolute;
    top: 19px;
    right: 27px;
    font-size: 20px;
}
#m-global-search-clear {
    color: black;
    display: none;
    position: absolute;
    top: 10px;
    right: 9px;
    font-size: 20px;
}
    .search-box:focus-within #global-search-clear {
        color: black
    }
.search-box:focus-within {
    fill: black !important; 
}
.applicant-program-local-list {
    margin-top: 232px;
    height: calc(100% - 194px);
    overflow: auto;
} 
@media (max-width: 992px) {

    .applicant-program-local-list {
        margin-top: 370px;
        height: calc(100% - 194px);
        overflow: auto;
    } 
}