#ajax-modal .modal-header button.close > span {
    display: none;
}

#ajax-modal .modal-header button.close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}
#ajax-modal .modal-header button.close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
#ajax-modal .modal-header button.close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
}
#ajax-modal .modal-header button.close:disabled, #ajax-modal .modal-header button.close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
}
.fsize25 {
    font-size: 25px;
}
label.error {
    color:#FF0000;
}
.error-message {
    color:#FF0000;
}

.custom-card-company{
    cursor: pointer;
}

.custom-card-company-parent:hover { opacity: 1;}

.dz-preview .dz-details {
    overflow: hidden;
}

.dz-preview .dz-details:hover .dz-filename {
    display: none;
}

.dz-preview .dz-details .dz-filename {
    display: block;
}

.dz-error-message{
    display: none;
}

#assessmentOverviewChart {
    height: 200px;
}
#recommendationsChart {
    height: 180px;
}
#ownersProspectsChart {
    height: 180px;
}

.disabled-anchor {
    pointer-events: none !important;
    color: gray !important;
    text-decoration: none !important;
    cursor: default !important;
}

.grey-anchor {
    color: gray !important;
}
.elemhidden {
    display:none;
}
.cursorpointer {
    cursor:pointer;
}

/* Hide the increment and decrement arrows for number input */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}
span.error {
    color:#FF0000;
}
.user-block .dropdown-menu {
    z-index: 9999;
}
.btn-blank {
    border: none;
    background: unset;
}
#ajax-modal {
    z-index: 9999;
}
.elemdisabled {
    opacity: 0.6;
    pointer-events: none;
}
.custom-tab.nav-tabs .nav-link > span.tab-budge {
    margin-right: -5px;
}
.advisors-nav-tabs {
    border-bottom: unset;
}

ul.custommenuClass>li {
    display: inline-block;
    padding: 0px 7px;
    position: relative;
}

ul.custommenuClass>li>a {
    position: relative;
}

ul.custommenuClass>li>a.active::after {
    height: 2px;
    position: absolute;
    left: 0px;
    right: 0px;
    background-color: #6ac180;
    margin-bottom: -12px;
    content: "";
    bottom: 0px;
}

ul.custommenuClass {
    border-bottom: #f0f0f0 solid 1px;
    padding-bottom: 10px;
}

ul.custommenuClass>li:first-child {
    padding-left: 0px;
}

ul.custommenuClass>li a {
    color: #717170;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

ul.custommenuClass>li a:hover {
    color: #6ac180;
}

ul.custommenuClass>li>a.active {
    color: #6ac180;
    font-weight: bold;
}

.custom-border-top {
    margin-top: -2px;
}

ul.custommenuClass>li.more>a .fa {
    color: yellow;
}

ul.custommenuClass>li.hidden {
    display: none;
}

ul.custommenuClass>li {
    position: relative;
}

ul.custommenuClass>li a .fa {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

ul.custommenuClass>li a+ul {
    display: none;
    z-index: 22;
    position: absolute;
    top: 100%;
    margin-top: 0px !important;
    right: -25px;
    min-width: 155px;
    margin-top: 0px;
    background: #6ac180;
    padding: 10px;
    margin-right: 0;
}

ul.custommenuClass>li a+ul::after {
    position: absolute;
    top: -7px;
    right: 28px;
    background: url(../images/arrow-img-top.png) no-repeat;
    content: "";
    width: 25px;
    height: 16px;
}

ul.custommenuClass>li a+ul li {
    margin-top: 1px;
    margin-right: 0px;
    margin-left: 0px;
    list-style: none;
}

ul.custommenuClass>li a+ul li a {
    padding-left: 0px;
    text-align: left;
    white-space: nowrap;
    color: #fff !important;
}

ul.custommenuClass>li a+ul li a:hover {
    padding-left: 0px;
    text-align: left;
    white-space: nowrap;
    color: #fff;
}

ul.custommenuClass>li a+ul li .nav-link:hover {
    background-color: #5fb073;
}

ul.custommenuClass>li a+ul li .nav-link,
ul.custommenuClass>li a+ul li .nav-link.active {
    background-color: #5fb073;
    width: 100%;
    border-radius: 0;
}

ul.custommenuClass>li a+ul li {
    list-style: none;
}

ul.custommenuClass>li:hover ul {
    display: block;
    z-index: 888;
}


.form-control[contenteditable="false"] {
    border: none;
}

.form-control:focus {
    border: 1px solid #D7D7D7;
}

.custom-error {
    display: block;
    color:#FF0000;
    font-size: 1rem;
}


.customSelect2Form .select2-selection__rendered {
    float:left;
}
.customSelect2Form .select2-selection__rendered .select2-selection__choice {
    display: inline-block !important;
    background-color: #F0F0F0 !important;
    color: #717170 !important;
    border-radius: 5px !important;
    padding: 0px 3px 0px 7px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    margin-right: 5px !important;
    border:unset !important;
}

/* Move the remove button to the right side */
.customSelect2Form .select2-selection__choice__remove {
    float: right !important;
    margin: 0 7px 3px !important;
    width: 0.30rem !important;
    height: 0.30rem !important;
    margin-top: 0.35rem !important;
}
.customSelect2Form  .select2-selection__choice {
    background-color: #717170 !important;
    color: #fff !important;
}

/* Style for unselected option */
.customSelect2Form  .select2-results__option {
    color: #000 !important;
    background-color: #F0F0F0 !important;
}

/* Style for highlighted option */
.customSelect2Form  .select2-results__option--highlighted {
    color: #fff !important;
    background-color: #717170 !important;
}
.select2-results__option--selected {
    background-color: #717170 !important;
    color: #fff !important;
}

.select2-container.select2-container--bootstrap-5.select2-container--open{
    z-index: 9999 !important;
}
.profileImg {
    height: 50px;
    width: 50px;
    border-radius: 100px;
    background-size: cover;
    background-position: top center;
}
.profileImgRightTop {
    width: 34px;
    height: 34px;
    border-radius: 100px;
    background-size: cover;
    background-position: top center;
}
.profileImg32 {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background-size: cover;
    background-position: top center;
}
.profileImgAdv {
    height: 100px;
    width: 100px;
    border-radius: 100px;
    background-size: cover;
    background-position: top center;
}

.compImgAdv {
    height: 100px;
    width: auto;
}
#load-more a{
    color: #348EFF;
}
#load-more-groups a{
    color: #348EFF;
}
.message-sidebar-users {
    overflow-x: auto;
    max-height: 250px;
    padding-left: 15px;
    padding-right: 15px
}
.new-message-select {
    margin-top: -5px;
    margin-left: 15px;
}

.accordianScroll {
    max-height: 300px; /* Set your desired max height here */
    overflow-y: hidden; /* Hide the scrollbar by default */
}

.accordion-item:hover .accordianScroll {
    overflow-y: auto; /* Show the scrollbar on hover */
}
/* .members_title {
    margin-top: -5px;
} */
.sidebar-groups {
    overflow-x: auto;
    max-height: 250px;
    padding-left: 15px;
    padding-right: 15px
}
/* Style for the parent links */
.message-sidebar.style-3.message-sidebar-users li a {
    position: relative; /* Establish positioning context */
    display: block; /* Make the links block-level elements */
    text-decoration: none; /* Remove underline */
    color: #333; /* Text color */
    padding: 5px;
}
/* Style for the badge */
.message-sidebar.style-3.message-sidebar-users li a .tab-budge {
    margin-left: 5px;
    background-color: #FF0000;
    border-radius: 50%;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    min-width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 2px;
}
.head-search-section.sticky-top {
    z-index: 1019;
}

.companyDocDiv .custom-main-block {
    background-color: transparent !important;
    padding: 0 !important;
}

.companyDocDiv .invalid-feedback{
    display: none;
}
.updatetask{
    cursor: pointer;
}

/* .require-visible + label:before {
    content: '*';
    color: red;
} */
.custom-tab-admin.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0px;
    right: 0px;
    height: 2px;
    background-color: unset !important;
}
.custom-tab-admin li a {
    font-size: 14px !important;
    margin:0 !important;
    padding: 2px 0px !important;
}
.drag-icon-assignment { cursor: pointer;}
.drag-icon-assignment img{width: 15px; margin-right: 5px; opacity: 0.5;}

li.nav-item:hover > a.docInfoCheck, li.nav-item:hover > a.docInfoCheckEl, li.nav-item:hover > a.docInfoCheckExitEl, li.nav-item:hover > a.docOverViewCheck, li.nav-item:hover > a.courseInfoCheck {
    cursor: not-allowed !important;
}

.custom-alert-incomplete-lesson {
    text-decoration: none !important;
}
.custom-aler-lessions {
    background-color: #F6FFF9;
}
.lesson-accordion-header {
    cursor: pointer;
}

/* .customProgressDropdown:hover .dropdown-menu{ display: block; } */

.custom-card-company:not(.active) > .dropdown > .clickProgress {
    cursor: not-allowed !important;
   pointer-events: none !important  ;
}

.custom-table-submissions {
    width: 100%;
}

.custom-table-submissions th, .custom-table-submissions td {
    padding: 10px; /* Adjust the padding as needed */
    word-wrap: break-word; /* Ensures long text will wrap */
    white-space: normal; /* Ensures text wraps normally */
    /*word-break: break-all;*/
}

.custom-table-submissions th {
    text-align: left; /* Align headers to the left */
}
.elemhiddenimportant {
    display:none !important;
}

.progress-tab-link{
    text-decoration: none !important;
    color:#717170 !important;
}

.select2Forms .select2-selection__rendered {
    float:left;
}
.select2Forms .select2-selection__rendered .select2-selection__choice {
    display: inline-block !important;
    background-color: #F0F0F0 !important;
    color: #717170 !important;
    border-radius: 5px !important;
    padding: 0px 3px 0px 7px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    margin-right: 5px !important;
    border:unset !important;
}

/* Move the remove button to the right side */
.select2Forms .select2-selection__choice__remove {
    float: right !important;
    /*margin: 0 7px 3px !important;*/
    margin:7px !important;
    width: 0.30rem !important;
    height: 0.30rem !important;
    /*margin-top: 0.35rem !important;*/
}

.select2Forms .select2-selection__choice__display {
    padding-right: 6px;
    border-right: 1px solid #e1e0e0;
    text-transform: uppercase;
}
.select2Forms  .select2-selection__choice {
    background-color: #717170 !important;
    color: #fff !important;
    margin-bottom:3px !important;
    margin-top: 3px !important;
}

/* Style for unselected option */
.select2Forms  .select2-results__option {
    color: #000 !important;
    background-color: #F0F0F0 !important;
}

/* Style for highlighted option */
.select2Forms  .select2-results__option--highlighted {
    color: #fff !important;
    background-color: #717170 !important;
}
.select2-results__option--selected {
    background-color: #717170 !important;
    color: #fff !important;
}


.average-color{
    color: #717170 !important;
    font-size: 14px !important;
}

th[data-sortable="false"]:before, th[data-sortable="false"]:after {
    display:none !important;
}


.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    display: contents !important;
}


.select2-selection__rendered{
    color: #717170 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    display: contents !important;
}

.select2-results__options{
    color: #717170 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
}

.btn-dropsecond{
    padding: 0;
    font-size: 20px;
    color: #9b9b9a;
}

.dropdownAction{
    text-align: center;
}

.customDate::after{
    content: url(/images/calendar_month.png);
    position: absolute;
    right: 10px;
    bottom: 11px;
}

.customDateWrapper{
    position: relative;
}
.customDateWrapper img{
    position: absolute;
    right: 10px;
    bottom: 11px;
}
.ui-datepicker{
    z-index: 99999 !important;
}
.ui-datepicker-month, .ui-datepicker-year {
    background-image: linear-gradient(to bottom, #fff, #f5f7f9);
    border-color: #cfd7df;
    background-color: #f5f7f9;
    height: 32px;
    min-width: 80px;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0;
    border-radius: 4px;
    font-size: 13px;
}
.ui-datepicker-header {
    border: #D7D7D7 solid 1px;
}
.ui-state-active{
    background-color: #6AC180;
}
.ui-datepicker-title {
    background: #fff;
}
.ui-datepicker-calendar {
    border: #D7D7D7 1px solid;
}
.ui-datepicker-prev:after, .ui-datepicker-next:after {
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
}
.ui-datepicker-month {
    border-radius: 4px 0 0 4px;
}
.ui-datepicker-year {
    border-radius: 0 4px 4px 0;
}
.customDate{
    width: 100% ;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover, .ui-datepicker-prev:hover:after, .ui-datepicker-next:hover:after {
    border-color:#000;
}
.ui-state-default:hover {
    color: #2c2c2c;
    background:#EAEAEA;
}

@media (min-width: 576px) {
    .custom-modal .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}
.dropdown-ellipsis::after {
    display: none !important;
}

.btn-outline-primary-green {
    color: #6AC180 !important;
    border-color: #6AC180   !important;
}

.btn-outline-primary-green:hover {
color: #fff;
background-color: #6AC180;
border-color: #6AC180;
}
.btn-check:focus + .btn-outline-primary-green, .btn-outline-primary-green:focus {
box-shadow: 0 0 0 0.25rem rgba(21, 253, 13, 0.5);
}
.btn-check:checked + .btn-outline-primary-green, .btn-check:active + .btn-outline-primary-green, .btn-outline-primary-green:active, .btn-outline-primary-green.active, .btn-outline-primary-green.dropdown-toggle.show {
color: #fff;
background-color: #6AC180;
border-color: #6AC180;
}
.btn-check:checked + .btn-outline-primary-green:focus, .btn-check:active + .btn-outline-primary-green:focus, .btn-outline-primary-green:active:focus, .btn-outline-primary-green.active:focus, .btn-outline-primary-green.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(21, 253, 13, 0.5);
}
.btn-outline-primary-green:disabled, .btn-outline-primary-green.disabled {
color: #6AC180;
background-color: transparent;
}

.custom-search-filter{
    width: 350px !important;
}
.custom-search .btnSearch { position: absolute; text-indent: 55px; top: 50%; margin-top: -9px; right: 10px; border: none; width: 18px; height: 18px; background: url(../images/search.png) no-repeat;}

.post-content-wrap, .post-content-wrap p, .mce-content-body p{
    color: var(--Text, #717170) !important;
    font-family: "Open Sans" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.post-content-wrap h2, .mce-content-body h2{
    color: var(--Logo-Gray, #393A35) !important;
    font-family: "Open Sans" !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

.post-content-wrap h3, .mce-content-body h3{
    color: var(--Logo-Green, #6AC180) !important;
    font-family: "Open Sans" !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

.post-content-wrap h4, .mce-content-body h4{
    color: var(--Logo-Gray, #393A35) !important;
    font-family: "Open Sans" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

.greentextH3  { color: #6AC180 !important; font-size: 18px !important; font-family: 'Open Sans' , sans-serif !important;}


.swal2-confirm.swal2-styled{
    background-color: #6AC180 !important;
}


.prospectTableDropdown{
    width: 300px !important;
}

.prospectTableDropdown li{
    width: 100% !important;
}

.prospectTableDropdown li a{
    width: 100% !important;
    padding-left: 10px !important;
}


