/*common style for whole application*/

@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');
.homemade-apple-regular {
    font-family: "Homemade Apple", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
}

/*site wide Padding */

.no-padding {
    padding: 0 !important;
}

.p-5 {
    padding: 5px;
}

.mr-3 {
    padding-right: 15px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-tb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*site wide margin */


.ql-container {
    min-height: 100px;
}

.no-padding {
    padding: 0;
}

.sticky-bottom {
    position: sticky;
    position: -webkit-sticky;
    bottom: 1px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
    opacity: 0.5;
    height: 100%;
    pointer-events: none;
}

.modal-close-button {
    background: transparent;
    border: transparent;
    color: black;
    cursor: pointer;
    font-size: 28px;
    position: absolute;
    right: 0;
    top: 0;
}

.maintenance-bar {
    width: 100%;
    padding: 15px 0 15px 0;
    color: #333;
    background: #d9edf7;
    position: relative;
    box-sizing: border-box;
    font-size: 13px;
    top: 0;
    left: 0;
    text-align: center;
}

@media screen and (min-width: 1201px) {
    .maintenance-bar {
        padding-right: 200px;
        padding-left: 200px;
    }

    .account-name {
        font-size: 40px;
    }

    .check-in-out {
        font-size: 18px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .maintenance-bar {
        padding-right: 110px;
        padding-left: 110px;
    }
    .account-name {
        font-size: 35px;
    }

    .check-in-out {
        font-size: 18px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .maintenance-bar {
        padding-right: 80px;
        padding-left: 80px;
    }
    .account-name {
        font-size: 30px;
    }

    .check-in-out {
        font-size: 16px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .maintenance-bar {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 480px) {
    .maintenance-bar {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 768px) {
    .logo-account-wrapper {
        flex-direction: row;
    }

    .qr-logo-wrapper {
        width: 33.33%;
        text-align: right;
    }

    .account-info {
        width: 66.7%;
        text-align: left;
        padding-left: 30px;
    }

    .qr-container img {
        max-width: 100%;
    }

    #reg-dates {
        max-width: 23%;
    }
}

@media screen and (max-width: 768px) {
    .logo-account-wrapper {
        flex-direction: column;
    }

    .account-name {
        font-size: 30px;
    }

    .check-in-out {
        font-size: 16px;
    }

    .qr-logo-wrapper {
        width: 66.66%;
        text-align: center;
        padding-bottom: 20px;
    }

    .account-info {
        width: auto;
        text-align: center;
        padding-left: 0;
    }

    .qr-container img {
        max-width: 60%;
    }
}

.maintenance-bar a {
    color: #31708f;
    text-decoration: none;
}

.main-content-new {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
}

.am-content-full {
    padding: 40px;
}

.main-content-activity {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.margin-bottom-zero {
    margin-bottom: 0px !important;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-12 {
    font-size: 12px;
}

.main-content-welcome-pages {
    display: flex;
    justify-content: center;
    align-items: center;
}

#signup-welcome, #signup-select-usertype, #signup-individualtype, #signup-search-name, #signup-orgtype, #signup-register, #signup-claim-profile, .welcome-box-width {
    width: 1040px;
}

.welcome-outer-ring {
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 9px 5px rgba(0, 0, 0, 0.2);
    background: rgb(24, 90, 157);
    background: linear-gradient(6deg, #08ecc0, transparent);
}

.welcome-inner-ring {
    padding: 106px 110px 130px 105px;
    border-radius: 6px;
    background-color: #f9fcfb;
}

.mobile-inner-ring {
    padding: 10px;
    border-radius: 6px;
    background-color: #f9fcfb;
    min-height: 676.95px;
}

.img-client-success-manager {
    border-radius: 6px;
    border: solid 1px #00c5a3;
    max-width: 100%;
}

.manager-name {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #00c5a3;
}

.manager-position {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

.welcome-text {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
    float: left;
    margin-bottom: 15px;
    margin-top: 20px;
}

.welcome-paragraph3-cols span {
    font-size: 16px !important;
}

@media only screen and (min-width: 990px) {
    .welcome-paragraph3 {
        margin: 16px;
        float: left !important;
    }

    .welcome-paragraph3-cols {
        font-size: 15px;
        float: left;
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 990px) {
    .welcome-paragrpah3 {
        align-items: center !important;
        margin-top: 50px !important;
        margin-bottom: 25px !important;
    }

    .welcome-paragraph3-cols {
        align-items: center;
    }

    .d-flex {
       justify-content:center
    }

    #btn-GetStarted {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 480px){
    .welcome-paragrpah3 {
        align-items: center !important;
        margin-top: 40px !important;
        margin-bottom: 20px !important;
    }

    #btn-GetStarted {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .welcome-text {
        margin-top: 5px;
    }
}
    .common-font {
        font-family: Montserrat, sans-serif;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #4a4a4a;
    }

    .btn-proceedfuther {
        width: 250px;
        border-radius: 6px;
        background-color: #00c5a3;
    }

    .btn-common {
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        border-radius: 6px;
        background-color: #00c5a3;
        padding: 15px 54px 16px 72px;
        font-size: 18px;
        width: 390px;
    }

    .btn-common-mobile {
        width: 260px;
        border-radius: 6px;
        background-color: #00c5a3;
    }

    .btn-org-height-width {
        height: 53px;
        width: 219px;
    }

    .btn-org-common {
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        border-radius: 6px;
        background-color: #00c5a3;
        padding: 15px 12px 16px;
        font-size: 18px;
    }

    .parent-instructions {
        font-size: 14px;
    }

    #signup-search-label {
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.56px;
        text-align: center;
        color: #00c5a3;
    }

    #signup-account-search {
        height: 50px;
        margin: 5px 0 0;
        border-radius: 6px;
        border: solid 1px #00ae85;
        background-color: #ffffff;
    }

    #signup-account-search-list {
        z-index: 1000;
        background-color: white;
        border-width: 2px;
        position: absolute;
        width: -webkit-fill-available;
        width: -moz-available;
        width: fill-available;
        margin-right: 30px;
        max-height: 350px;
        overflow-y: auto;
        overflow-x: hidden;
        border: 1px solid #ddd;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    /* Custom scrollbar styling for the search results */
    #signup-account-search-list::-webkit-scrollbar {
        width: 8px;
    }

    #signup-account-search-list::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    #signup-account-search-list::-webkit-scrollbar-thumb {
        background: #00c5a3;
        border-radius: 4px;
    }

    #signup-account-search-list::-webkit-scrollbar-thumb:hover {
        background: #00ae85;
    }

    /* Firefox scrollbar styling */
    #signup-account-search-list {
        scrollbar-width: thin;
        scrollbar-color: #00c5a3 #f1f1f1;
    }

    /* Search list item styling */
    #signup-account-search-list .text-small.padding-10 {
        border-bottom: 1px solid #eee;
        transition: background-color 0.2s ease;
    }

    #signup-account-search-list .text-small.padding-10:last-child {
        border-bottom: none;
        background-color: #ddeae0;
    }

    /* Highlighted state for keyboard navigation */
    #signup-account-search-list .text-small.padding-10.highlighted {
        background-color: #e3f2fd !important;
        border-left: 3px solid #00c5a3;
        padding-left: 7px;
    }

    /* Ensure the search input has proper positioning for the dropdown */
    #signup-account-search {
        position: relative;
    }

    /* Smooth transitions for search results */
    #signup-account-search-list {
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    #signup-account-search-list.hide {
        opacity: 0;
        transform: translateY(-10px);
        pointer-events: none;
    }

    #signup-account-search-list:not(.hide) {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    /* Mobile responsive adjustments for search results */
    @media (max-width: 767px) {
        #signup-account-search-list {
            max-height: 250px;
            margin-right: 15px;
            width: calc(100% - 30px);
        }
    }

    @media (max-width: 480px) {
        #signup-account-search-list {
            max-height: 200px;
        }
    }

    .logo-account-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }

    .qr-logo {
        width: 150px;
        height: 150px;
        display: inline-block;
        vertical-align: middle;
        object-fit: contain;
        max-width: 100%;
    }

    .account-info {
        display: inline-block;
        vertical-align: middle;
    }

    .account-name {
        color: #282828;
        font-weight: 700 !important;
        line-height: 1.2;
    }

    .check-in-out {
        margin-top: 5px;
        line-height: 1.2;
    }

    .qr-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

        .qr-container img {
            height: auto;
            width: auto;
            max-height: 100%;
        }

    .exit-text {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 30px;
    }

        .exit-text a {
            color: #B2B2B4;
        }

    .text-only {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .onboarding-label {
        height: 18px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.56px;
        text-align: center;
        color: #00c5a3;
    }

    .onboarding-input {
        height: 35px;
        border-radius: 6px !important;
        border: solid 1px #00c5a3;
        background-color: #ffffff;
    }

    .onboarding-form-group {
        padding: 12px 8px;
    }

    .m-b-20 {
        margin-bottom: 20px;
    }

    .register-thankyou-1 {
        font-size: 22px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.53px;
        text-align: center;
        color: #4a4a4a;
        margin-bottom: 40px;
    }

    .register-thankyou-2 {
        font-size: 30px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.53px;
        text-align: center;
        color: #4a4a4a;
    }

    .register-continue {
        width: 195px;
        height: 53px;
        border-radius: 6px;
        background-color: #00c5a3;
        margin: 0 auto;
        float: none !important;
        display: block;
        font-size: 18px;
    }

    .process-back {
        margin-top: 10px;
        position: absolute;
    }

    .program-radio {
        float: left;
        padding-right: 10px !important;
    }

    .tip {
        width: 0px;
        height: 0px;
        position: absolute;
        background: transparent;
        border: 10px solid #00c5a3;
    }

    .tip-left {
        top: 10px;
        left: -25px;
        border-top-color: transparent;
        border-left-color: transparent;
        border-bottom-color: transparent;
    }

    .dialogbox .dialogbox-body {
        position: relative;
        max-width: 300px;
        height: auto;
        margin: 20px 10px;
        padding: 5px;
        border: 5px solid #00c5a3;
        border-radius: 6px;
        background-color: #00c5a3;
    }

    .dialogbox-body .message {
        min-height: 30px;
        border-radius: 3px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 1.5px;
        color: #fff;
    }

    .chk-label {
        cursor: pointer;
    }

        .chk-label:before {
            margin-left: 20px;
            margin-right: 10px !important;
        }

    .has-search .form-control {
        padding-left: 2.375rem;
    }

    .has-search .form-control-search {
        position: absolute;
        z-index: 2;
        display: block;
        width: 2.375rem;
        height: 2.375rem;
        line-height: 2.375rem;
        text-align: center;
        pointer-events: none;
        color: #aaa;
        margin-top: 10px;
    }

    .has-search .form-control:focus {
        box-shadow: none;
        border-color: #00c5a3;
    }

    .badge-blue {
        background-color: darkslateblue;
    }

    .btn-upgrade-plan {
        padding: 10px 50px;
        box-shadow: 2px 2px 2px 2px #00ae85;
        background-color: #ffff;
        border-color: #c3eae0;
        color: #00c5a3;
        font-weight: bold;
    }

    .gain-forms-access {
        font-family: Montserrat, sans-serif;
        display: flex;
        align-items: center;
        padding-left: 150px;
        padding-right: 150px;
        gap: 50px
    }

    .has-search .form-control-feedback {
        right: initial;
        left: 0;
        color: #ccc;
    }

    .has-search .form-control {
        padding-right: 12px;
        padding-left: 34px;
        height: 38px !important;
    }

    .filter-header {
        padding-top: 5px;
        font-size: 12px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #4a4a4a;
        cursor: pointer;
    }

    .search-youth {
        float: left;
        font-size: 22px;
        margin-left: 20px;
    }

    .bg-color {
        background-color: #ffffff;
    }

    .btn-search-register {
        padding: 11px 0px;
        border-radius: 6px;
        font-weight: 600;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        word-break: break-word;
        transition: all 0.3s;
        border: none;
    }

    .btn-isyp {
        background: #547bb6;
        color: #FFFFFF !important;
    }

    .footer-extended {
        background: #212a2d
    }

    .profile-badge-updated {
        display: inline-block;
        margin-bottom: 5px;
        font-weight: normal;
        letter-spacing: 0.53px;
        padding: 5px 8px;
    }

    .bg-chocolate {
        background-color: chocolate;
    }

    .bg-crimson {
        background-color: crimson;
    }

    .bg-darkblue {
        background-color: darkblue;
    }

    .bg-darkgreen {
        background-color: darkgreen;
    }

    .text-wrap {
        display: inline;
        overflow-wrap: break-word;
    }

    .dotdark {
        height: 15px;
        width: 15px;
        background-color: #00c5a3;
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px 0 0;
    }

    .dotlight {
        height: 15px;
        width: 15px;
        background-color: #c3eae0;
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px 0 0;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .btn-free-profile {
        border-radius: 6px;
        background-color: #00c5a3;
        padding: 12px 16px;
        font-size: 18px;
    }

    .font-styling-18 {
        font-size: 16px;
        letter-spacing: 0.32px;
    }

    .getting-started-info {
        margin-left: 32px;
        font-size: 16px;
        letter-spacing: 0.28px;
    }

    .mobile-payment-btn {
        font-size: 14px;
        color: #00a38a;
        text-decoration: underline;
    }

    .btn-publish-section {
        background: #FFFFFF !important;
        width: 280px !important;
    }

    .btn-activity-footer {
        box-shadow: 0 0 4px 0px #555555;
        background-color: #c3eae0;
        border-color: #c3eae0;
        padding: 10px 20px;
        width: 180px;
        margin-bottom: 5px;
    }

    .activity-footer-green {
        background-color: #00c5a3;
    }

    .activity-footer-red {
        background-color: #FF7070;
    }

    .btn-underline-text {
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
        text-decoration-line: underline;
        color: #B2B2B4;
    }

        .btn-underline-text:hover,
        .btn-underline-text:focus,
        .btn-underline-text:active {
            color: #B2B2B4;
            text-decoration: none;
        }

    .show-more {
        text-decoration: underline;
        margin-left: 10px;
        color: darkblue;
        font-size: 12px;
        cursor: pointer;
    }

    .distance-lable {
        background-color: white;
        color: black;
        border-radius: 8px;
        font-size: 14px;
        padding: 8px;
        text-align: center;
        font-weight: 600;
        margin-left: 10px;
        float: left;
    }

    /*onboarding flow*/

    .modal-box {
        border-radius: 10px;
        box-shadow: 0 2px 12px 3px rgb(0 0 0 / 30%);
    }

    .modal-box-body {
        margin: 30px 0 38px;
        font-size: 19px;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: center;
        color: #4a4a4a;
        overflow-wrap: break-word;
    }

    .close-icon-position {
        padding: 2px;
        font-size: 28px;
        cursor: pointer !important;
        top: 3px;
        position: absolute;
        right: 5px;
    }

    .view-activity-text {
        text-decoration: underline;
        font-size: 16px;
        letter-spacing: 0.84px;
    }

    .selected-tr {
        background-color: #f0f0f0;
        border-radius: 6px;
    }

    .table-getting-started-options tr td {
        border-top: none !important;
    }

    .close-icon {
        position: fixed;
        right: 3px;
        top: 3px;
    }

    .close-icon-postion-2 {
        padding: 2px;
        font-size: 28px;
        cursor: pointer !important;
    }

    .onboarding-phrase-1 {
        font-size: 22px;
        letter-spacing: 0.53px;
    }

    .popover-setup {
        display: inline-block;
        position: relative;
        border-radius: 50%;
        padding: 28px 20px;
    }

    .popover-menu {
        border-radius: 4px;
        border: 2px solid #49c5b6;
        list-style-type: none;
        margin: 180px 33px;
        min-width: 100%;
        padding: 0px;
        position: absolute;
        top: 100%;
        left: 0;
        box-shadow: 0 2px 3px 0 rgba(63, 63, 68, 0.2);
        transition-property: transform, opacity;
        transition-duration: 200ms;
        transition-timing-function: ease;
        transform: scale(0.9);
        transform-origin: top left;
        display: block;
        opacity: 0;
        z-index: 10000000;
        background: white;
    }

        .popover-menu:after {
            bottom: 101%;
            left: 0.5rem;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #49c5b6;
            border-width: 7px;
        }

    .popover-menu-item {
        white-space: nowrap;
        padding: 10px;
    }

    .popover-active .popover-menu {
        transform: scale(1);
        display: block;
        opacity: 1;
    }

    .popover-dropdown {
        float: left;
        margin: 2px 0 2px 0;
        padding: 2px 12px 0;
        border-radius: 5.7px;
        border: solid 1px #ffad49;
        background-color: #4a4a4a;
        width: 105px;
        height: 35px;
    }

    .full-z-index {
        z-index: 1000001;
    }

    .hidden-overflow {
        overflow: hidden;
    }

    .checkbox-override {
        padding: 0;
    }

        .checkbox-override input[type="checkbox"]:checked + label:before {
            content: "\e6cd" !important;
            color: #00b492 !important;
            border-color: #00b492 !important;
        }

    .reg-login-bar-homepage {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }

    .finish-setup-anchor {
        color: #b3b3b3;
        padding: 8px 22px 9px 14px;
    }

    .cursor-no-drop {
        cursor: no-drop !important;
    }


    .dropdown-label {
        cursor: pointer;
        width: 65px;
        height: 13px;
        margin: 0 8px 5px;
        font-family: Montserrat, sans-serif;
        font-size: 10px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.23px;
        text-align: center;
        color: #dfdfdf;
    }

        .dropdown-label:hover {
            color: #00c5a3 !important;
        }

    .dropdown-menu > li > a {
        color: #b3b3b3;
        cursor: pointer;
    }

    .dropdown-menu > li > .active-item:hover {
        color: #ffffff !important;
    }

    .dropdown-menu > li > a:hover {
        background-color: #434e52;
    }

    .pt-20 {
        padding-top: 20px
    }

    .pb-20 {
        padding-bottom: 20px;
    }

    .contactUsModal {
        background-color: #F7F7F7;
        padding: 45px 75px
    }

    .modalHeader {
        padding-bottom: 30px;
        font-weight: bold;
        text-align: center;
        font-size: 17px;
    }

    .Contactmodaldialog {
        width: 65%;
    }

    .floatNone {
        float: none;
    }

    .btnContactUsSubmit {
        padding: 12px 65px;
        border-radius: 5px;
        margin-bottom: 30px;
    }

    .form-control.danger {
        border: 1px solid #dc3545;
    }

    .FontSizeTextdecoration {
        text-decoration: underline;
        font-size: 16px;
    }

    .surveybtn {
        border-radius: 6px;
        padding: 10px 40px;
    }

    .surveypanelpadding {
        padding: 49px 35px 20px;
    }

    .surveyTable tr th {
        font-weight: bold !important;
    }

    .btnNewSurvey {
        border-radius: 6px;
        color: #00AE85;
        border: 1px solid #00AE85;
        padding: 10px 20px
    }

    .newInput {
        border: 2px solid #D1D1D1;
        box-sizing: border-box;
        border-radius: 10px;
        color: #494949;
    }

    .newDropDown {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent;
        background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
        background-repeat: no-repeat;
        background-position-x: 98%;
        background-position-y: 8px;
    }


    .newCheckbox {
        position: relative;
        width: 1.5em;
        height: 1.5em;
        color: #363839;
        border-radius: 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0;
        cursor: pointer;
        top: 5px;
        left: 5px;
        border: 1px solid #00AE85;
        transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    }

        .newCheckbox::before {
            position: absolute;
            content: "";
            display: block;
            top: 0px;
            left: 6px;
            width: 7px;
            height: 13px;
            border-style: solid;
            border-color: #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
            opacity: 0;
        }

        .newCheckbox:checked {
            color: #fff;
            border-color: #00C5A3;
            background: #00C5A3;
        }

            .newCheckbox:checked::before {
                opacity: 1;
            }

            .newCheckbox:checked ~ label::before {
                -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
                clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            }

    .mainStudentDiv {
        padding: 10px;
        border: 2px solid #D1D1D1;
        border-radius: 5px;
        height: 200px;
        overflow-y: auto;
        font-size: 14px;
        color: #494949
    }

        .mainStudentDiv div:nth-child(even) {
            background: #F2F2F5;
        }

    .selectStudents {
        padding: 10px 50px;
        border-radius: 10px;
    }

        .selectStudents[data-toggle="off"]:after {
            content: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>"); /*here you can add any image url / sign you want for arrow down*/
            position: absolute;
            top: 8px;
        }

        .selectStudents[data-toggle="on"]:after {
            content: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>"); /*here you can add any image url / sign you want for arrow down*/
            position: absolute;
            top: 4px;
            transform: rotate(180deg);
        }

    .btnNewColorSurvey {
        background-color: #00AE85;
        border-radius: 6px;
        color: white;
        padding: 14px 42px;
        font-size: 18px;
    }

    .surveyCheck {
        padding: 12px 83px 12px 19px;
        border: solid 1px #b2b2b4;
        background-color: #ffffff;
        font-family: Montserrat, sans-serif;
        font-size: 18px;
        font-weight: 300;
        color: #282828;
    }

    #resendModal {
        top: 200px
    }

    .linkGreen, .linkGreen:active, .linkGreen:focus, .linkGreen:visited {
        color: #00ae85;
        font-size: 14px;
    }

    .viewSurvey {
        background-color: #f6f6f6;
        padding: 15px 20px;
        margin: 11px 0 15px 1px;
    }

    .viewSurveyHead {
        color: #282828;
        font-size: 16px;
    }

    .viewSurveyAnswer {
        color: #494949;
        font-size: 16px;
        font-weight: 300;
    }

    .iconsViewResults {
        top: 22px;
        position: relative;
        right: -13px;
    }

    .arrowBtns {
        font-size: 28px;
        background-color: white;
        border-radius: 5px;
        box-shadow: 0 4px 13px 0 #dadada;
    }

    .noCursor {
        cursor: not-allowed;
    }

    .filterIcon {
        font-size: 24px;
        color: #494949;
        transform: rotate(90deg);
        display: inline-block;
        position: relative;
        top: 5px;
        font-weight: bold;
    }

    .sortFilterAnchor {
        color: #282828 !important;
        font-size: 15px;
        padding: 3px 20px !important;
    }

    .selectedFilter {
        color: #00ae85 !important;
    }

    .DDLMain .dropdown-menu > li:hover {
        background-color: transparent !important;
    }

    .DDLMain .dropdown-menu > li > a:hover {
        background-color: transparent !important;
    }

    .titleName {
        float: left;
        font-size: 22px;
        margin-right: 15px;
    }

    .playPauseBtn {
        width: 50px;
        height: 50px;
        background-color: #494949;
        border-radius: 25px;
        padding: 14px 19px;
    }

        .playPauseBtn .glyphicon {
            color: #f0f0f0;
            cursor: pointer
        }

    .position-fixed {
        position: fixed !important;
    }


    .border-none {
        border: none !important;
    }

    .bg-color-f0f0 {
        background-color: #F0F0F0;
    }

    .student-register-fn-ln {
        padding: 15px 0px 8px;
        color: #4A4A4A;
    }

    .p-b-0 {
        padding-bottom: 0;
    }

    .p-l-0 {
        padding-left: 0 !important
    }

    .font-size-20 {
        font-size: 20px;
    }

    .font-size-18 {
        font-size: 18px;
    }

    .p-15-25 {
        padding: 15px 25px;
    }

    .long-text-ellipses {
        width: 225px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
    }

    .fixed-height-modal-options {
        max-height: 430px;
        overflow-x: auto;
    }

    .emojionearea-tones-square {
        display: none;
    }

    .selectedBtn {
        background-color: #00AE83 !important;
        color: white !important;
    }

    .dialogBodyMargin {
        margin: 30px 20px 10px !important
    }

    .tipTop {
        position: absolute;
        top: 30px;
    }

    .searchFormBtn {
        height: 39px;
        margin-top: -4px;
        background-color: white;
        color: #00b492;
        width: 100px;
    }

    .searchActivitiesBtn {
        height: 39px;
        background-color: white;
        color: #00b492;
        width: 100px;
    }

    .searchFormInput {
        float: left;
        width: 250px;
        height: 38px;
        margin-right: 10px;
        margin-bottom: 10px
    }

    .fontSize12 {
        font-size: 12px;
    }

    .clearBoth {
        clear: both;
    }

    .fr {
        float: right !important;
    }

    .re-316 {
        /* width: 700px;
        height: 480px;*/
        padding: 6px 6px 6px 6px;
        border-radius: 10px !important;
        box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%) !important;
        background-color: #fff !important;
    }

    .txt-welcome-back {
        font-size: 24px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1px;
        text-align: center;
        color: #000;
        margin-top: 10px;
        margin-bottom: 14px;
    }

    .txt-login-below {
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #494949;
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .short-description {
        flex-grow: 0;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.78px;
        text-align: left;
        color: #4a4a4a;
        margin-bottom: 7px;
        margin-left: 1px;
        /*text-transform: uppercase;*/
    }

    .am-checkbox input[type="checkbox"] + label:before {
        width: 20px !important;
        height: 20px !important;
        font-size: 14px !important;
        border: solid 1px #b2b2b4 !important;
        border-radius: 5px !important;
        margin: 0 15px 0 0 !important;
    }

    .am-checkbox-updated input[type="checkbox"] + label:before {
        width: 20px !important;
        height: 20px !important;
        font-size: 14px !important;
        border: solid 1px #00c5a3 !important;
        border-radius: 0px !important;
        margin: 0 15px 0 0 !important;
    }

    .btn-login-updated {
        width: 225px;
        height: 50px;
        border-radius: 6px;
        margin: 0 auto;
    }

    .btn-close-login-form {
        font-size: 23px;
        font-weight: bolder;
        opacity: 1;
        position: fixed;
        top: 5px;
        right: 5px;
    }

    .rectangle-thought {
        padding: 30px 60px 30px 60px;
        border-radius: 10px;
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(20px);
        border: solid 1px #fff;
        background-color: rgba(114, 114, 114, 0.1);
        width: 640px;
        position: fixed;
        left: 50%;
        bottom: 20px;
        margin: 0 auto;
    }

    .thought-header-1 {
        font-family: Montserrat, sans-serif;
        font-size: 28px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
    }

    .thought-header-2 {
        font-family: Montserrat, sans-serif;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
    }

    .thought-header-3 {
        font-family: Montserrat, sans-serif;
        font-size: 18px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
    }

    .form-login-sign {
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #494949;
        margin-top: 15px;
    }

    .form-login-welcome {
        font-family: Montserrat, sans-serif;
        font-size: 24px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1px;
        color: #000;
    }

    .container-login {
        display: flex;
        height: 100vh;
    }

    .content-sidebar-login {
        /*flex: 0.7;*/
        width: 600px;
        height: 100%;
        overflow: auto;
    }

    .txt-generic-login {
        width: 100%;
        padding-left: 40px;
        border-radius: 6px !important;
    }

    .input-group-email {
        position: absolute;
        left: 12px;
        top: 11px;
        z-index: 9;
    }

    .btn-generic-login {
        padding: 0;
        margin: 0;
        border: medium;
        cursor: text;
        background: transparent !important;
    }

    .input-group-password {
        position: absolute;
        left: 12px;
        top: 11px;
        z-index: 9;
    }

    .btn-reset-pass {
        border-radius: 6px;
        font-family: Montserrat, sans-serif;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.78px;
        text-align: center;
        color: #fff;
    }

    .span-notice-forgot-pass {
        font-family: Montserrat, sans-serif;
        font-weight: 300;
        font-stretch: normal;
        font-style: italic;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #494949;
    }

    .btn-close-login-form {
        right: 20px;
    }

    .error-border {
        border-radius: 5px;
        border: #FF0000 1px solid;
    }

    .reset-pass-completed-msg-1 {
        font-family: Montserrat, sans-serif;
        font-size: 20px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #282828;
        margin-top: 21px;
    }

    .reset-pass-completed-msg-2 {
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #494949;
        margin-top: 15px;
    }

    .txt-clever-connected {
        font-size: 11px;
    }

    .footer-logo-small-screen {
        bottom: 66px;
        margin-right: auto;
        margin-left: auto;
        left: 0px;
        right: 0px;
    }

    .btn-clever-cancel {
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        border-radius: 6px;
        font-size: 18px;
        height: 50px;
        color: #00b492;
        background-color: #fff;
        border-width: 2px;
        width: 200px;
        padding: 12px 16px;
        margin-right: 20px;
    }

    .btn-clever-accept {
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        border-radius: 6px;
        font-size: 18px;
        height: 50px;
        color: #fff;
        background-color: #00b492;
        width: 200px;
        padding: 12px 16px;
    }

    .reset-login-pass {
        padding: 7px;
        line-height: 30px;
        font-weight: 300;
        text-decoration: underline;
    }

    .photo-by-cole-keister {
        position: fixed;
        right: 20px;
        bottom: 20px;
        margin: 0 auto;
        color: #fff;
        font-family: Montserrat, sans-serif;
        font-size: 12px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
    }

    .textCenterImportant {
        text-align: center !important;
    }

    .transparent-bg {
        border: 3px solid white !important;
        background: transparent !important
    }

    .custom-radio-btn-required {
        opacity: 0;
        position: absolute;
        display: inline !important
    }

    .padding-0 {
        padding: 0 !important
    }

    .filter-end-line {
        margin: 18px 0px 10px -15px;
        border: solid 1px #f2f2f5;
    }

    .directory-search-no-result {
        margin-top: 35px;
        text-align: center;
        font-size: 14px;
        margin-bottom: 35px;
        font-weight: bold;
    }

    .display-flex {
        display: flex;
    }

    .directory-sidebar-arrow {
        font-size: 22px;
        position: fixed;
        z-index: 9999;
        cursor: pointer;
        margin-top: -18px;
    }

    .directory-search-input {
        border-radius: 5px;
        padding-right: 32px;
        padding-left: 10px;
    }

    .directory-search-magnyfier-icon {
        top: -3px;
        right: 0;
        left: unset;
    }

    #search-result {
        display: flex;
        flex-wrap: wrap;
    }

    #ProgressBar {
        z-index: 100001;
        text-align: center;
        display: none;
    }

    #notification-contact-us {
        margin-top: 10px;
        display: none;
    }

    #map-view {
        flex: 0.5;
        background: white;
    }

    .modal-isyp-logo {
        width: 200px;
        margin-top: 40px;
    }

    #txtZipCode, input::-webkit-input-placeholder {
        font-size: 10px;
        line-height: 3;
    }

    .filter-body {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #4a4a4a;
    }

    .am-filter-checkbox input[type="checkbox"] + label::before {
        margin: 0px 10px -2px 0px !important;
    }

    .accordion-toggle:after {
        font-family: 'Glyphicons Halflings';
        content: "\2212";
        float: right;
        color: grey;
        margin-right: 15px;
        font-weight: 100 !important;
        font-size: 10px;
        cursor: pointer;
    }

    .accordion-toggle.collapsed:after {
        font-family: 'Glyphicons Halflings';
        content: "\002b";
        float: right;
        color: grey;
        margin-right: 15px;
        font-weight: 100 !important;
        font-size: 10px;
        cursor: pointer;
    }

    .directory-badge {
        font-size: 10px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        margin-right: 1px;
    }

        .directory-badge::first-letter {
            text-transform: capitalize;
        }

    #txtZipCode {
        height: 35px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        padding: 10px;
        z-index: 0;
    }

    #divValidatePostalCode {
        cursor: pointer;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    #directory-panel {
        overflow: hidden;
        margin-right: 0;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    }

    .directory-search-panel-holder {
        margin-bottom: 10px;
        width: 350px;
    }

    .panel-tabs {
        min-height: 100px !important;
        height: 150px;
        padding: 5px 5px !important;
        position: relative;
    }

    .directory-panel-profile-title {
        min-height: 60px;
        height: 60px;
        display: block;
    }

    .directory-panel-account-name {
        margin-top: 5px;
        height: 51px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        visibility: visible;
        overflow-wrap: break-word;
        font-weight: bold;
    }

    .font-style-italic {
        font-style: italic;
    }

    .alert-image-style {
        width: 16px;
        margin-right: 5px;
    }

    .registration-page-icon {
        width: 20px;
        margin-right: 5px;
    }

    .icon-span {
        margin-right: 35px;
        white-space: nowrap;
        font-size: 14px;
    }

    .btn-view-all {
        background-color: #fff !important;
        color: black !important;
        border-radius: 5px !important;
    }

    .flex-open {
        flex: 0.5 !important;
        transition: all .6s ease;
    }

    .flex-close {
        flex: 0 !important;
        transition: all .6s ease;
    }

    .fa-question-circle:before {
        content: "\f059";
    }

    .fa-sliders-up:before {
        content: "\f3f1";
    }

    .directory-header img {
        width: 110px;
    }

    .directory-filter-icon-mobile {
        height: 20px;
        margin-top: -2px;
    }

    .margin-top-0 {
        margin-top: 0 !important
    }

    .font-weight-500 {
        font-weight: 500
    }

    .mobile-filter-window {
        max-width: 100% !important;
        width: 100%;
        padding-top: 0 !important;
    }

    .margin-right-10px {
        margin-right: 10px;
    }

    .checkInOutBox {
        border-radius: 50%;
        outline: none !important;
    }
        .checkInOutBox::before {
            left: 5px;
            border-color: #00C5A3;
        }
        .checkInOutBox:checked {
            background: #fff;
        }
    .checkin-label {
        color: #00C5A3;
    cursor:pointer;
    }
    .checkin-date {
        margin-bottom: auto;
    }
    .cb-pr-3 {
        padding-right: 10px;
    }
.text-dark-imp
{
        color: black !important;
    }
    .font-weight-600 {
        font-weight: 600 !important;
    }

.new-message-container {
    display: flex;
    border-bottom: 1px solid #dddddd;
}

.new-message-btn {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 1rem;
    width: 50%;
}

.new-message-text {
    color: #1F2937;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    width: 50%;
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
}