#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;
}
.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;
}
.customSelect2Form .select2-container--bootstrap-5 .select2-selection {
    padding: 10px !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: center;
}
.profileImgRightTop {
    width: 34px;
    height: 34px;
    border-radius: 100px;
    background-size: cover;
    background-position: center;
}
.profileImg32 {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background-size: cover;
    background-position: center;
}
#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 {
    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;
}
.select2Forms .select2-container--bootstrap-5 .select2-selection {
    padding: 10px !important;
}
/* Move the remove button to the right side */
.select2Forms .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;
}
.select2Forms  .select2-selection__choice {
    background-color: #717170 !important;
    color: #fff !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;
}

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


.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    height: auto;
}

@media (min-width: 576px) {
    .custom-modal .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}