body {
    font-family: "Poppins", serif;
}

.login-inner {
    max-width: 451px !important;
    position: relative;
    padding-bottom: 86px;
    height: 100%;
    padding-top: 86px;
    display: flex;
    /* min-width: 100%; */
    align-items: center;
}

.login-bg-cover {
    width: 100%;
    height: 100vh;
    min-height: 100%;
}

.login-bg-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-inner .form-control {
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
    color: #1E1E1E;
}

.login-left-cover {
    width: 100%;
}

.login-inner .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: rgba(125, 194, 192, 1);
    outline: 0;
    box-shadow: 0px 0px 4px 0px rgba(125, 194, 192, 0.47) !important;

}

.form-label:has(.login-inner .form-control:focus) {
    color: rgba(30, 30, 30, 1);
    font-weight: 600;
}

.login-left-cover label {
    margin-bottom: 4px;
    color: #787878;
    font-size: 12px;
    font-weight: 600;
}

.h-40 {
    height: 40px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-44 {
    font-size: 44px;
}

.pass-show-hide-btn {
    top: 4px;
}

.lh-52 {
    line-height: 52px;
}

.pass-show-hide-btn {
    position: absolute;
    top: 12px;
    bottom: 0;
    display: table;
    right: 0;
    width: 2rem;
    text-align: left;
    color: #D2D2D2;
}


.overlay-container {
    position: absolute;
    right: 0;
    margin: auto;
    bottom: 15%;
    margin-top: -50%;
}

.overlay {
    background: rgba(0, 0, 0, 0.2);
    color: white;
    padding: 48px !important;
    border-radius: 24px 0px 0px 24px;
    max-width: 570px;
    backdrop-filter: blur(26.2px);

}

.lh-36 {
    line-height: 36px;
}

.footer-text {
    position: absolute;
    bottom: 29px;
    text-align: center;
    width: 100%;
    color: #787878;
    font-size: 12px;
}

.mw-82 {
    min-width: 82px;
}

.logo-cover {
    position: absolute;
    top: 0;
}






.congratulation-modal .modal-content {
    text-align: center;
    border-radius: 10px;
    padding: 20px;
}

.congratulation-modal .modal-header {
    border-bottom: none;
}

.congratulation-modal .modal-body p {
    color: #666;
}

.congratulation-modal .stars {
    color: #F18818;
    font-size: 24px;
}

.congratulation-modal .btn-primary {
    background-color: #007bff;
    border: none;
    padding: 17px 20px;
    border-radius: 8px;
}

.text-orange {
    color: #F18818;
}

.congratulation-modal .modal-dialog {
    max-width: 605px;
}

.mw-233 {
    min-width: 233px;
}

.h-56 {
    height: 56px;
}

.left-panel {
    max-width: 460px;
    margin-top: 146px;
}

.beginning-text {
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 16px;
    color: #000;
}

.beginning-sub-text {
    font-size: 20px;
    line-height: 30px;
    color: #000;

}

.home-section-1 {
    background: url(../images/sec1leftimage.png);
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 665px;
}

.right-panel {
    position: absolute;
    right: 0;
}

.home-section-2 {
    background: url(../images/sec-2bg.png);
    background-repeat: no-repeat;
    padding: 56px;
    background-size: cover;
}

.help-one {
    position: fixed;
    right: 56px;
    z-index: 9;
    bottom: 50px;
    cursor: pointer;
}

.help-hover-cover {
    position: relative;
}

span.how-can-help {

    position: absolute;
    left: -43px;
    background: #fff;
    padding: 10px;
    font-size: 16px;
    border-radius: 16px;
    border: 1px solid #D2D2D2;
    font-weight: 600;
    min-width: 168px;
    text-align: center;
    top: -50px;
}

/* .help-hover-cover:hover span.how-can-help {
    display: block;
} */

.add-on-cover {
    padding: 24px 32px;
    background: rgba(254, 254, 254, .9);
    backdrop-filter: blur(15.699999809265137px);
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 8px;
    width: auto;
    display: flex;
    align-items: center;
    min-width: 292px;
    justify-content: space-between;
}

.home-section-3 {
    padding: 69px 0px;
    background-repeat: no-repeat;
    background-position: right top;
}

.home-section-3 .card-body {
    padding: 20px;
}

.home-section-3 .card {
    margin-bottom: 28px;
    height: calc(100% - 28px);
}

.home-section-3 .card a {
    color: #1F7FFD;
    font-size: 14px;
    font-weight: 600;
}

.loader-btn {
    background: none;
    border: none;
    color: #787878;
    font-size: 14px;
    font-weight: 600;
}

.loader-btn img {
    margin-right: 5px;
}

.footer-bg {
    background: #2B2B2B;
}

.footer-menu {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-menu li {
    padding: 10px 16px;
    display: inline-block;
}

.footer-menu li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

.footer-rights {
    color: #787878;
    font-size: 12px;
}

.header-cover .nav-item {
    font-size: 14px;
    padding: 10px 16px;
}

.header-cover .nav-item.dropdown {
    padding-right: 0;
}

.header-cover .nav-item.dropdown .dropdown-toggle {
    text-transform: capitalize;
    font-weight: 600;
}

.header-cover .navbar-nav .nav-link.active,
.header-cover .navbar-nav .nav-link.show {
    padding: 0;
}

.details-banner {
    height: 510px;
    width: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
}

.details-banner img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.making-left-one {
    width: 38px;
    height: 38px;
}

.making-left-one {
    margin-right: 15px;
}

.John-text {
    color: #2B2B2B;
}

.date-one {
    color: #A5A5A5;
    font-size: 14px;
}

.left-social-icon {
    list-style: none;
    padding-left: 0;
}

.recent-articles {
    font-size: 24px;
    font-weight: 600;
    color: #F18818;
    padding-bottom: 10px;
    line-height: 36px;
    border-bottom: 1px solid #E8E8E8;
}

.social-left {
    min-width: 55px;
}

.repeat-one {
    display: flex;
    align-items: center;
    margin-top: 15px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}

.left-image-repeat {
    margin-right: 15px;
    width: 104px;
    height: 104px;
    min-width: 104px;
    border-radius: 8px;
    overflow: hidden;
}

.left-image-repeat img {
    width: 100%;
    height: 100%;
}

.color-orange {
    color: #F18818;
}

.br-count {
    color: #4B4B4B;
    border: 1px solid #A5A5A5;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    padding: 0px 8px;
    margin-left: 10px;
}

.tab-cover button {
    border: none !important;
}

.tab-cover .nav-tabs .nav-item.show .nav-link,
.tab-cover .nav-tabs .nav-link.active {
    color: #F18818;
    font-weight: 600;
    background: none;
    position: relative;
}

.tab-cover .nav-tabs .nav-link.previous-tab {
    color: #2B2B2B;
}

.tab-cover .nav-tabs .nav-link.active svg path {
    fill: #F18818;

}

.tab-cover .nav-tabs .nav-link.previous-tab svg {
    position: relative;
    display: inline-block
}

.tab-cover .nav-tabs .nav-link.previous-tab svg path {
    fill: #2B2B2B;

}

.tab-cover .nav-tabs .nav-link .tab-green-tick {

    position: absolute;
    top: -4px;
    right: -11px;
    z-index: 9;
    background: #fff;
    display: none;

}

.tab-cover .nav-tabs .nav-link.previous-tab .tab-green-tick {

    display: block;

}

.tab-cover .nav-tabs .nav-link.active::before {
    background: url(../images/after-bg-tab.svg);
    content: '';
    position: absolute;
    height: 50px;
    width: 100px;
    margin: auto;
    bottom: -72px;
    left: 0;
    right: 0;

}

.tab-cover .nav-tabs .nav-link::after {
    border-bottom: 1px solid #D2D2D2;
    content: '';
    position: absolute;
    height: 2px;
    width: 162px;
    margin: auto;
    bottom: 0;
    left: calc(-100% - 24px);
    top: 0;
    margin: auto;

}

.before-not .nav-tabs .nav-link.active::before {
    display: none;
}

.tab-cover .nav-tabs .nav-link.active::after {
    border-bottom: 1px solid #2B2B2B;
}

.tab-cover .nav-link {
    color: #A5A5A5;
    font-weight: normal;
    width: 100%;
    position: relative;
}

.tab-cover .nav-item {
    min-width: 162px;
}

.tab-cover .nav-item:first-child .nav-link::after {
    display: none;
}

.tab-contain-bg iframe {
    width: 777px;
    border-radius: 16px;
}

.max-965 {
    max-width: 965px;
    margin: 0 auto;
}

.max-960 {
    max-width: 960px;
    margin: 0 auto;
}

.tab-contain-bg {
    background: #F5F5F5;
    padding-top: 51px;
}

.end-btn-pad {
    padding: 24px 0px;
    border-top: 1px solid #E8E8E8;
    margin-top: 40px;
}

.next-btn {
    min-width: 106px;
    height: 40px;
}

.next-btn span {
    margin-left: 10px;
}

.select-categories-tab.white-box {
    background: #fff;
    padding: 24px;
    border: 1px solid #E8E8E8;
    border-radius: 16px;
    align-items: center;
}

.select-categories-tab .heading-title {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 600;

}

.select-categories-tab .heading-sub-title {
    font-size: 14px;
    line-height: 21px;
    color: #787878;
}


.select-categories-tab .right button:hover svg path {
    fill: #fff;
}

.white-one:hover svg path {
    fill: #fff;
}

.select-categories-tab .right button {
    min-width: 106px;
}

.padding-32 {
    padding: 32px;
}

.border-e8 {
    border: 1px solid #E8E8E8;
}









.radio-group {
    display: flex;

}

.radio-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8f8f8;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
}

.radio-card input {
    display: none;
}

.custom-radio {
    min-width: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #aaa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.custom-radio::after {
    content: "";
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 50%;
    transition: background 0.3s ease;
}

/* Active State */
.radio-card input:checked+.custom-radio {
    border-color: #F18818;
}

.radio-card input:checked+.custom-radio::after {
    background: #F18818;
}

.radio-card input:checked~span,
.radio-card input:checked {
    color: black;
}

.radio-card.active {
    background: #fff4e5;
    border: 1px solid #F18818;
}






.checkbox-group {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

.checkbox-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8f8f8;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
}

.checkbox-card input {
    display: none;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #aaa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 20px;
}

.custom-checkbox::after {
    content: "";
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 5px;
    display: none;
}

/* Checked State */
.checkbox-card input:checked+.custom-checkbox {
    border-color: #F18818;
    background: #F18818;
}

.checkbox-card input:checked+.custom-checkbox:after {
    display: block;
}

.genres-modal .modal-header {
    box-shadow: 0px 5px 19.3px 0px #0000000F;

}

.genres-modal .modal-body {
    height: 443px;
    overflow-y: auto;
}

.label-text-one {
    padding: 8px 16px;
    background: #DBF1F1;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.label-text-one span {
    margin-left: 10px;
    cursor: pointer;
}

.checkbox-card.active {
    background: #fff4e5;
    border: 1px solid #F18818;
}


.search-container {
    display: flex;
    align-items: center;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 12px;
    width: 300px;

}

.search-icon {
    font-size: 14px;
    color: gray;
    margin-right: 8px;
}

.search-input {
    border: none;
    outline: none;
    font-size: 14px;
    width: 100%;
}

.search-input::placeholder {
    color: gray;
}






.modal {
    --bs-modal-width: 570px;
    --bs-modal-header-padding: 2rem 2rem 1rem 2rem;
    --bs-modal-padding: 1rem 2rem;
}

.modal-content {
    border-radius: 1rem;
}

.modal-footer {
    padding: var(--bs-modal-padding);
}





.market-fit-modal .modal-title {
    font-size: 24px;
    color: #000000;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 8px;
}

.market-fit-modal .modal-header {
    border-bottom: 0;
    align-items: flex-start;
    flex-direction: column;
}

.market-fit-modal .modal-footer {
    border-top: 0;
}

.market-fit-modal p {
    color: #787878;
    font-size: 16px;
}

.progress-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    position: relative;
    flex-direction: row;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #787878;
    font-weight: bold;
    margin-bottom: 5px;
}

.label {
    font-size: 14px;
    color: gray;
}

.step.active .circle {
    background: #F18818;
    color: #fff;
}

.step.active .label {
    font-weight: 600;
    color: #2B2B2B;
}

/* Adding a progress line */
.progress-bar .step::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: lightgray;
    top: 15px;
    z-index: -1;
}

.step:not(:first-child)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: lightgray;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.step.active::before {
    background: #F18818;
}

.max-965-new {
    max-width: 965px;
    margin: 0 auto;
}

.select-producer {
    position: relative;
    border-radius: 16px;
    box-shadow: 0px 5px 25px 2px rgba(0, 0, 0, .1);

    border: none;
    min-height: 368px;
}

.select-producer-min {
    /* min-height: 394px; */
    height: 100%;
    box-shadow: 0px 5px 25px 2px rgba(0, 0, 0, .1);


}

.top-fit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 14px;
    background: #54D05C;
    border-radius: 0px 16px 0px 16px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.profile-info p {
    color: #787878;
}

.profile-info .status {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: normal;
    background: #d6f0d7;
    display: inline-block;
}

.select-producer .semi-profile {
    display: flex;
    align-items: center;
}

.semi-profile img {
    margin-right: 21px;
}

.semi-profile {
    margin-bottom: 21px;
}

.notable-text {
    font-size: 12px;
    color: #A5A5A5;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.notable-work ul {
    padding-left: 25px;
}

.notable-work-min {
    min-height: 115.5px;
}

.producerrecommendationsmodal-scroll .modal-body {
    overflow-y: hidden;
    height: auto;
}

.close-btn {
    color: #D2D2D2;
}

.view-calendar-cover a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.producerrecommendationsmodal-scroll .modal-dialog {
    max-width: 777px;
}

.notable-repeat-modal-section .notable-work .title {
    font-size: 12px;
    color: #F18818;
    font-weight: 600;
    text-transform: uppercase;
}

.notable-repeat-modal-section {
    border-bottom: 1px solid #E8E8E8;
}

.notable-repeat-modal-section li {
    color: #2B2B2B;
    word-break: break-word;
}

.border-bottom-new {
    border-bottom: 1px solid #E8E8E8;
}

.color-semi-black {
    color: #2B2B2B !important;
}

.producerrecommendationsmodal-scroll .modal-header {
    box-shadow: none;
    padding: 0;
}

.producerrecommendationsmodal-scroll .btn-close {
    position: absolute;
    right: 16px !important;
    top: 16px !important;
    z-index: 999;
}

.call-span {
    padding: 6px 21px;
    background: #7DC2C0;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border-radius: 25px;
    text-transform: uppercase;
    margin-left: 10px;
}


.call-header {
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call-header::before,
.call-header::after {
    content: "";
    flex: 1;
    border-bottom: 1px dashed #ccc;
    margin: 0 10px;
}

.card-custom {
    border-radius: 15px;
    padding: 20px;
    background: #fff;
    height: 100%;
    margin-bottom: 24px;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.profile-pic-cover {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 21px;
    overflow: hidden;
    min-width: 80px;
}

.profile-pic-cover.semi {
    width: 46px !important;
    height: 46px !important;
    border-radius: 100%;
    min-width: 46px;

}

.profile-pic-cover img,
.profile-pic-cover.semi {
    width: 100%;
    height: 100%;
}

.padding-top-42 {
    padding-top: 42px;
}

.padding-bottom-42 {
    padding-bottom: 42px;
}

.color-grey {
    color: #A5A5A5 !important;
}

.bottom-border-new {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 24px;
}

.dark-grey {
    color: #787878 !important;
}

.ls-1 {
    letter-spacing: 1px;
}






.steps-for-call .steps-container {
    display: flex;
    gap: 53px;
    align-items: center;
    position: relative;
}

.steps-for-call .step {
    position: relative;
    padding: 16px;
    font-size: 24px;
    font-weight: 600;
    color: #7DC2C0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 149px;
}

/* Style for the step text */
.steps-for-call .step span {
    display: block;
    font-size: 14px;
    color: #2B2B2B;
    font-weight: 600;
}

/* Dashed arrow */
.steps-for-call .step:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -50px;
    top: 50%;
    width: 54px;
    height: 1px;
    border-top: 1px dashed #787878;
}

/* Arrowhead */
.steps-for-call .step:not(:last-child)::before {
    content: "▶";
    position: absolute;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #787878;
    left: inherit;
    width: auto;
    z-index: 1;
    background: none;
    height: inherit;
}

.progress-bar .step.previous .circle {
    background: #54D05C;
    color: #fff;
}



.progress-bar .step:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 27%;
    width: 230px;
    height: 1px;
    border-top: 1px dashed #A5A5A5;
    left: 120px;
}

.progress-bar .step {
    min-width: 192px;
}

.go-social-icon a {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 11px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    min-width: 134px;
    text-align: center;
    display: inline-block;
}

.cancel-btn {
    padding: 11px 16px;
    background: #fff;
    border: none;
}

.profile-cover {
    background: #f5f5f5;
    min-height: calc(100vh - 288px);
}

.semi-black {
    color: #2B2B2B;
}

.setting-btn:hover svg path {
    fill: #fff;
}

.setting-btn:hover svg path {
    fill: #fff;
}

.profile-cover.dropdown-menu.show {
    box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-100) var(--sds-size-depth-100) var(--sds-size-depth-negative-100) var(--sds-color-black-100);
    box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-400) var(--sds-size-depth-800) var(--sds-size-depth-negative-100) var(--sds-color-black-200);
    border: none;
}

.green-dot {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #54D05C;
    display: inline-block;
}

.red-dot {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #ff0000;
    display: inline-block;
}

.color-navy-blue {
    color: #1F7FFD !important;
}

.dark-grey {
    color: #787878;

}

.script-label {
    padding: 8px 16px;
    background-color: #DBF1F1;
    border-radius: 8px;
    color: #2B2B2B;
    margin-top: 6px;
    display: inline-block;
}




.canvas-right-cover {
    width: 1000px !important;
    background: #F5F5F5 !important;
}

.setting-canvas-cover {
    width: 493px !important;
    background: #F5F5F5 !important;
}

.browse-profile-cover {
    width: 172px;
    height: 172px;
    border-radius: 100%;

}

.browse-profile-cover img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.max-500 {
    max-width: 500px;
}

.calendar-input {
    max-width: 318px !important;
    background: url(../images/calender-lock.svg);
    background-repeat: no-repeat;
    background-position: center right 3%;
}

.calendar-icon {
    max-width: 214px !important;
    background: url(../images/date-lock.svg);
    background-repeat: no-repeat;
    background-position: center right 3%;
}

.availab-radio {
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    background: none;
}

.profile-modal .modal-header {
    padding: 32px;
    flex-flow: wrap;

}

.croppie-container .cr-boundary {
    width: 100% !important;
}

.cr-slider-wrap {
    position: absolute;
    width: 100px !important;
    left: 87px;
    bottom: -63px;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    border: 4px dotted #fff !important;
}

.brown-header .nav-link {
    padding: 10px 16px !important;
    border-radius: 8px;
    color: #000 !important;
}

.brown-header .nav-link.active {
    background: #E8E8E8;
}

.brown-header .nav-item {
    padding: 0;
}



.dropdown-toggle.header-user-down::after {
    background: url(../images/CaretDown.svg);
    background-repeat: no-repeat;
    border: none;
    height: 16px;
    width: 16px;
}







/* Customizing the toggle switch */
.setting-canvas-cover .form-check-input,
.custom-switch .form-check-input {
    width: 41px;
    height: 27px;
    margin-top: -8px;
}

/* Green when checked */
.setting-canvas-cover .form-check-input:checked,
.custom-switch .form-check-input:checked {
    background-color: #4CD964 !important;
    /* Matching green color */
    border-color: #4CD964 !important;
}

/* Gray when unchecked */
.setting-canvas-cover .form-check-input,
.custom-switch .form-check-input {
    background-color: #d3d3d3 !important;
    border-color: #d3d3d3 !important;

}

.custom-switch .form-check-input {
    margin: 0;
}

.notable-repeat textarea {
    height: 80px;
    padding: 10px;
    resize: none;
    border: 1px solid #D2D2D2;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;
}










.form-switch .form-check-input {

    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e") !important;
}

.categories-checkbox {
    grid-template-columns: repeat(2, 1fr) !important;
}

.categories-sub-checkbox {
    grid-template-columns: repeat(1, 1fr) !important;
}

.categories-sub-checkbox .checkbox-card {
    padding: 0;
    background: none;
}

.browse-change-pic {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 35px;
    cursor: pointer;
}

.categories-checkbox .checkbox-card.active {
    background: rgba(240, 136, 33, 0.11);
    border: 1px solid rgba(241, 136, 24, 0.5);
}





#zoomSlider {
    width: 141px;
}

#zoomSlider {
    /* background: linear-gradient(to right, #F18818 0%, #ddd 50%, #ddd 50%, #ddd 100%); */
    background: #ddd;
    border: solid 1px #ddd;
    border-radius: 8px;
    height: 7px;
    width: 141px;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

.session-details-cover {
    background: #f5f5f5;
    padding-top: 24px;
    padding-bottom: 46px;
}

.color-78 {
    color: #787878 !important;
}

.color-78 * {
    color: #787878 !important;
}

.new-appointment {
    background: #fef3e8;
    color: #F18818;
    font-size: 12px;
    padding: 2px 11px;
    border-radius: 25px;
}

.reschedule {
    padding: 9.5px 16px;
    background: #F18818;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    border: none;
}

.calendar-d {
    padding: 9.5px 16px;
    border-radius: 8px;
    font-size: 14px;
}

.calendar-d:hover svg path {
    fill: #fff;
}

.meeting-one {
    padding: 9.5px 16px;
}

.projects-included {
    box-shadow: 0 4px 12px rgb(204, 204, 204);
}

.rounded-16 {
    border-radius: 16px;
}

.project-image-cover {
    width: 140px;
    height: 212px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    min-width: 140px;
}

.project-image-cover img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.badge-custom {
    padding: 4px 12px;
    font-size: 12px;
    color: #2B2B2B;
    background: #d0e9d1;
    border-radius: 25px;
}

.newmaterial {
    padding: 4px 12px;
    font-size: 12px;
    color: #2B2B2B;
    background: #e5f1f1;
    border-radius: 25px;
}

.upcoming-sessions {
    background: #f5f5f5;
    padding-top: 24px;
    padding-bottom: 32px;
}

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



.white-btn {
    background-color: #fff;
}

.white-btn:hover {
    color: #fff;
}

.project-span {
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid;
    font-size: 14px;
    color: #2B2B2B;
    border: 1px solid #E8E8E8;
}

.margin-b-4 {
    margin-bottom: 4px;
}

.color-a5 {
    color: #A5A5A5;
}

.project-details-accordian .accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.project-details-accordian .project-border-bottom {
    border-bottom: 1px solid #E8E8E8;
}

.project-details-accordian .accordion-button {
    padding-left: 40px !important;
}

.project-details-accordian .accordion-button::after {
    margin-right: 0;
    position: absolute;
    left: 0;
    background: url(../images/accordian-plus.svg);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}

.project-details-accordian .accordion-button:not(.collapsed)::after {
    background: url(../images/accordian-minus.svg);
    background-repeat: no-repeat;
}

.project-details-accordian .accordion-item {
    border: none;
}

.true-story-span {
    background-color: rgba(48, 182, 57, 0.15);
    padding: 5px 11px;
    color: rgba(84, 208, 92, 1);
    display: inline-block;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 32px;
}

.white-no {
    white-space: nowrap;
}

.project-add-on-cover {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    display: flex;
    justify-content: space-between;
}

.min-h-18 {
    min-height: 18px;
}

.bg-f4 {
    background: #F4F4F4;
}

.feature-image-cover {
    width: 96px;
    height: 138px;
    position: relative;

}

.close-position {
    position: absolute;
    right: -8px;
    top: -8px;
}

.feature-image-cover img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.feature-right-image-cover {
    width: 96px;
    height: 96px;
    margin-right: 12px;
    border-radius: 8px;
    position: relative;
}

.feature-right-image-cover:last-child {
    margin-right: 0px;
}

.feature-right-image-cover img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.mx-minus-4 {
    margin-left: -25px;
    margin-right: -25px;
}


.hide {
    display: none;
}

.sessions-section-new .session-tab .nav-link.active {
    background: transparent !important;
}


.sessions-section {
    background-color: #F5F5F5;
    color: #2B2B2B;
    font-family: "Poppins", sans-serif;
    min-height: calc(100% - 298px);
}

.sessions-section * {
    /* color: #2B2B2B; */
}

.sessions-section .btn-primary {
    color: white;
}

.sessions-section .btn-outline-primary {
    color: #007bff;
}

.sessions-section .btn-outline-primary:hover {
    color: #fff;
}

.btn-primary {
    border-radius: 8px;
}

.fs-24 {
    font-size: 24px;
}

.session-top-bg {
    background-color: rgba(0, 0, 0, .03);
}

.text-link {
    color: #1F7FFD;
}

.text-787878 {
    color: #787878;
}

.text-A5A5A5 {
    color: #A5A5A5;
}

.sessions-profile {
    width: 88px;
    height: 88px;
    border-radius: 100px;
    overflow: hidden;
}

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

.session-border-left {
    border-left: 3px solid #F18818;
    padding-left: 20px;
}

.min-width-192 {
    min-width: 192px;
}

.fs-20 {
    font-size: 20px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12PX;
}

.text-4B4B4B {
    color: #4B4B4B;
}

.text-F18818 {
    color: #F18818;
}

.sessions-table th {
    color: #A5A5A5;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    white-space: nowrap;
}

.sessions-table td {
    color: #2B2B2B;
    font-size: 14px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: none;
}

.sessions-table tr:last-child td {
    border: none;
}

.session-tab .nav-link {
    font-size: 14px;
    color: #A5A5A5;
    font-weight: 600;
}

.session-tab .nav-link.active {
    background-color: #F18818;
}

.session-search-input {
    background: url(../images/session-search.svg);
    background-repeat: no-repeat;
    background-position: 12px center;
    color: #A5A5A5;
    font-size: 14px;
    padding-left: 36px;
    border: 1px solid #D2D2D2;
    border-radius: 8px;
    height: 40px;
    width: 350px;
    margin-left: 0px;
}

.session-dropdown {
    background: none !important;
    border-radius: 8px;
    border: none !important;
}

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

.sessions-menu {
    border: none;
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, .1);
    padding: 12px;
}

.sessions-menu .dropdown-item {
    font-size: 12px;
    color: #2B2B2B;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sessions-menu .dropdown-item span {
    margin-right: 10px;
    width: 21px;
    display: inline-block;
    text-align: center;
}

/* .sessions-menu .dropdown-item.active,
.sessions-menu .dropdown-item:active {
    background: #F18818;
    color: #fff;
}
.sessions-menu .dropdown-item.active svg path,
.sessions-menu .dropdown-item:active svg path{
    fill:#fff;
} */
.session-table-bg-gray td {
    background-color: #F7F7F8;
    border-bottom: none;
}

.session-dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #2B2B2B;
    border-radius: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.session-tags-row td {
    border-top: none;
    padding-top: 0;
}

.session-row-tags {
    padding: 3px 12px;
    background: rgba(84, 208, 92, 0.2);
    font-size: 14px;
    color: #2B2B2B;
    border-radius: 26px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.session-row-tags img {
    margin-right: 5px;
}

.session-add-include-tag {
    background: rgba(84, 208, 92, 0.2);
}

.session-New-Appointment-tag {
    background: rgba(240, 136, 33, 0.2);
}

.session-New-Materials-tag {
    background: rgba(70, 155, 153, 0.15);
}

.pagination .page-item .page-link {
    justify-content: center;
    font-size: 14px;
    color: #4B4B4B;
    border: none;
    width: 36px;
    text-align: center;
    border-radius: 5px;
    height: 33px;
    display: flex;
    align-items: center;
}

.laravel-pagination a,
.laravel-pagination .inline-flex>span span {
    justify-content: center;
    font-size: 14px;
    color: #4B4B4B;
    border: none !important;
    width: 36px;
    text-align: center;
    border-radius: 5px;
    height: 33px;
    align-items: center;
    display: flex;
    margin: 0 2px;
    text-decoration: none;
}

.laravel-pagination .inline-flex {
    display: flex;
}


.laravel-pagination .inline-flex>span span {
    background: #7DC2C0 !important;
    color: #fff !important;
    border-color: #7DC2C0 !important;
}

.laravel-pagination p {
    margin-bottom: 0;
    font-size: 14px;
    color: #4B4B4B;
    font-weight: normal;
}

.pagination .page-item.active .page-link {
    background: #7DC2C0;
    color: #fff;
    border-color: #7DC2C0;
}

.dropdown {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
}





.dropdown .dropdown-list {
    position: absolute;
    overflow: auto;
    z-index: 9;
    top: 43px;
    left: 0;
    width: 100%;
    max-height: 250px;
    padding: 8px;
    display: none;
    border-radius: 7px;
    background: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 0 5px 10px rgb(204, 204, 204);
}

.dropdown .dropdown-list::-webkit-scrollbar {
    width: 7px;
}

.dropdown .dropdown-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 25px;
}

.dropdown .dropdown-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
}

.dropdown .dropdown-list::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}

.dropdown-list .nav-tabs .nav-link {
    font-size: 12px;
    color: #A5A5A5;
    font-weight: 600;
    border: none;
}

.dropdown-list .nav-tabs .nav-link.active {
    color: #1F7FFD;
    border: none;
    border-bottom: 1px solid #1F7FFD;
}

.dropdown-list li {
    display: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.dropdown-list li:hover {
    background-color: #f2f2f2;
}

.not-found {
    cursor: default;
    font-size: 14px;
}

.dropdown-list-icon {
    width: 24px;
}

.session-max-765 {
    max-width: 765px;
    margin: 0 auto;
}

.btn-session {
    height: 40px;
}

.max-w-223 {
    max-width: 223px;
}

.padding-tb-57 {
    padding-top: 57px !important;
    padding-bottom: 57px !important;
}

.border-left-image {
    width: 61px;
    height: 78px;
}

.border-left-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.border-repeatable {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
}

.scroll-height {
    height: calc(100% - 24px);
    overflow: auto;
    overflow-x: hidden;
}

.margin-bottom-4 {
    margin-bottom: 4px;
}

.logline-textarea {
    height: 98px;
    resize: none;
    border-radius: 8px;
    border: 1px solid #D2D2D2;
    width: 100%;
}

.limit-characters {
    color: #A5A5A5;
    font-size: 12px;
}

.bg-alert-color {
    background-color: #f3e9e9;
    border-radius: 8px;
    padding: 8px 24px !important;
}

.tc-textarea textarea {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    height: 176px;
    resize: none;
    width: 100%;
    overflow-y: auto;
    margin-top: 16px;
}

.text-black-new {
    color: #1E1E1E !important;
}

.padding-bottom-81 {
    padding-bottom: 81px !important;
}

.profile-outer {
    width: 80px;
    height: 80px !important;
    border-radius: 100%;
    margin-right: 20px;
    min-width: 80px
}

.profile-outer img {
    width: 100%;
    height: 100% !important;
    border-radius: 100%;
}






















.pass-show-hide {
    position: relative;
    width: 100%;
}

/*.pass-show-hide .form-control {padding-right: 60px;}*/
.pass-show-hide-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    display: table;
    right: 0;
    width: 2rem;
    text-align: left;
}

.pass-show-hide-btn>[class*="eye-"] {
    height: 32px;
    vertical-align: middle;
    display: none;
    width: 100%;
    cursor: pointer;
}

.pass-show-hide-btn>[class*="eye-"] svg {
    display: inline-block;
    vertical-align: middle;
}

.pass-show-hide-btn>[class*="eye-"]:hover {
    color: #3b454f;
}

.pass-show-hide-btn>.active[class*="eye-"] {
    display: table-cell;
}



.a-btn {
    padding-top: 13px;
    padding-bottom: 13px;
}


.help-container-btn {
    position: relative;
}

.help-fixed-btn {
    position: absolute;
    right: 0;
    padding: 10px 15px;
    background: #EDE879;
    border-radius: 24px 0px 0px 24px;
    top: 160%;
}

.help-fixed-btn a {

    color: black !important;
    text-decoration: none;
}

.blog-img {
    height: 240px;

}

.blog-img img {

    height: 100%;
    width: 100%;


}

#resources .card-body .source-content {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-title-truncate {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project_type {
    background: url('../images/CaretDown.svg');
    background-repeat: no-repeat;
    background-position: center right 15px;
}

.unSelectImage {
    position: absolute;
    top: -10px;
    right: -10px;
}

#submitButton:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.doc-project-list {
    display: flex;
    list-style: none;
}

.list-table-tab .tab-text {
    display: none;
}

.list-table-tab .active .tab-text {
    display: block;
    color: #F18818;
    font-size: 12px;
    margin-top: 8px;
}

.tab-cover.list-table-tab .nav-item {
    min-width: 80px;
}

.tab-cover.list-table-tab .nav-tabs .nav-link::after {
    display: none;
}

.list-table-tab {
    display: inline-block;
}

.tab-cover.list-table-tab .nav-tabs .nav-link.previous-tab svg {
    width: 32px;
    height: 32px;
}

.tab-cover.list-table-tab .nav-tabs .nav-link .tab-green-tick {
    top: -4px;
    right: -4px;
    width: 16px;
}

.wrapper {
    min-height: calc(100vh - 226px);

}

.dropdown-toggle::after {
    border: none;
    background: url(../images/CaretDown.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.setting-btn.dropdown-toggle::after {
    border: none;
    background: url(../images/CaretDownblue.svg) !important;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.max-height-765 {
    min-height: 765px;
    align-content: center;
}


.max-w-388 {
    max-width: 388px;
}

.project-list-scroll {
    overflow: auto;
    height: calc(100% - 75px);
    max-height: 790px;
}

.market-fit-modal .modal-header .btn-close {
    position: absolute;
    right: 40px;
    top: 35px;
}

.min-height-350 {
    min-height: 350px !important;
}






.right-one {
    max-width: calc(100% - 64px);
}



.pass-show-hide {
    position: relative;
    width: 100%;
}

/*.pass-show-hide .form-control {padding-right: 60px;}*/
.pass-show-hide-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    display: table;
    right: 0;
    width: 2rem;
    text-align: left;
}

.pass-show-hide-btn>[class*="eye-"] {
    height: 32px;
    vertical-align: middle;
    display: none;
    width: 100%;
    cursor: pointer;
}

.pass-show-hide-btn>[class*="eye-"] svg {
    display: inline-block;
    vertical-align: middle;
}

.pass-show-hide-btn>[class*="eye-"]:hover {
    color: #3b454f;
}

.pass-show-hide-btn>.active[class*="eye-"] {
    display: table-cell;
}

.modal-custom-body {
    overflow: inherit !important;
}

.a-btn {
    padding-top: 13px;
    padding-bottom: 13px;
}

.required-label {
    color: red !important;
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
}

.help-container-btn {
    position: relative;
}

.help-fixed-btn {
    position: absolute;
    right: 0;
    padding: 10px 15px;
    background: #EDE879;
    border-radius: 24px 0px 0px 24px;
    top: 160%;
}

.help-fixed-btn-assign-project {
    top: 40% !important;
}

.help-fixed-btn-summary {
    top: 40% !important;
}

.help-fixed-btn a {

    color: black !important;
    text-decoration: none;
}

.blog-img {
    height: 240px;

}

.blog-img img {

    height: 100%;
    width: 100%;


}

#resources .card-body .source-content {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-title-truncate {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project_type {
    background: url('../images/CaretDown.svg');
    background-repeat: no-repeat;
    background-position: center right 15px;
}

.unSelectImage {
    position: absolute;
    top: -10px;
    right: -10px;
}

#submitButton:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.doc-project-list {
    display: flex;
    list-style: none;
}

.list-table-tab .tab-text {
    display: none;
}

.list-table-tab .active .tab-text {
    display: block;
    color: #F18818;
    font-size: 12px;
    margin-top: 8px;
}

.tab-cover.list-table-tab .nav-item {
    min-width: 80px;
}

.tab-cover.list-table-tab .nav-tabs .nav-link::after {
    display: none;
}

.list-table-tab {
    display: inline-block;
}

.tab-cover.list-table-tab .nav-tabs .nav-link.previous-tab svg {
    width: 32px;
    height: 32px;
}

.tab-cover.list-table-tab .nav-tabs .nav-link .tab-green-tick {
    top: -4px;
    right: -4px;
    width: 16px;
}

.wrapper {
    min-height: calc(100vh - 226px);

}

.max-height-765 {
    min-height: 765px;
    align-content: center;
}


.max-w-388 {
    max-width: 388px;
}


.btn-to-anchor {
    border: none;
    background: none;
    text-align: left;
}

.call1-meeting-link,
.call2-meeting-link {
    color: #000000;
    text-decoration: none;
}

.summary-container {
    max-width: 1020px;
}

.border-left-image-summary {
    height: 64px;
    width: 64px;

}

.border-left-image-summary img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.error-modal-body {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.error-modal-body-image {
    height: 100px;
    margin: 0 auto;
    width: 100px;
    text-align: center;
    margin-bottom: 20px;
}

.error-modal-body-image img {
    height: 100%;
    width: 100%;
}

.bg-orange {
    background-color: #F18818;
}

.canvas-details {
    margin-top: 0px !important;
}

.canvas-details,
.offcanvas-backdrop {
    margin-top: 0px !important;
}

.pass-show-hide {

    position: relative;

    width: 100%;

}



/*.pass-show-hide .form-control {padding-right: 60px;}*/

.pass-show-hide-btn {

    position: absolute;

    top: 0;

    bottom: 0;

    display: table;

    right: 0;

    width: 2rem;

    text-align: left;

}



.pass-show-hide-btn>[class*="eye-"] {

    height: 32px;

    vertical-align: middle;

    display: none;

    width: 100%;

    cursor: pointer;

}



.pass-show-hide-btn>[class*="eye-"] svg {

    display: inline-block;

    vertical-align: middle;

}



.pass-show-hide-btn>[class*="eye-"]:hover {

    color: #3b454f;

}



.pass-show-hide-btn>.active[class*="eye-"] {

    display: table-cell;

}




.a-btn {

    padding-top: 13px;

    padding-bottom: 13px;

}





.help-container-btn {

    position: relative;

}



.help-fixed-btn {

    position: absolute;

    right: 0;

    padding: 10px 15px;

    background: #EDE879;

    border-radius: 24px 0px 0px 24px;

    top: 160%;

}



.help-fixed-btn-assign-project {

    top: 40% !important;

}



.help-fixed-btn-summary {

    top: 40% !important;

}



.help-fixed-btn a {



    color: black !important;

    text-decoration: none;

}



.blog-img {

    height: 240px;



}



.blog-img img {



    height: 100%;

    width: 100%;





}



#resources .card-body .source-content {

    display: -webkit-box;

    max-width: 100%;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;

    overflow: hidden;

}



.blog-title-truncate {

    display: -webkit-box;

    max-width: 100%;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

}



.project_type {

    background: url('../images/CaretDown.svg');

    background-repeat: no-repeat;

    background-position: center right 15px;

}



.unSelectImage {

    position: absolute;

    top: -10px;

    right: -10px;

}



#submitButton:disabled {

    opacity: 0.6;

    cursor: not-allowed;

}

.doc-project-list {

    display: flex;

    list-style: none;

}

.list-table-tab .tab-text {

    display: none;

}

.list-table-tab .active .tab-text {

    display: block;

    color: #F18818;

    font-size: 12px;

    margin-top: 8px;

}

.tab-cover.list-table-tab .nav-item {

    min-width: 80px;

}

.tab-cover.list-table-tab .nav-tabs .nav-link::after {

    display: none;

}

.list-table-tab {

    display: inline-block;

}

.tab-cover.list-table-tab .nav-tabs .nav-link.previous-tab svg {

    width: 32px;

    height: 32px;

}

.tab-cover.list-table-tab .nav-tabs .nav-link .tab-green-tick {

    top: -4px;

    right: -4px;

    width: 16px;

}

.wrapper {
    min-height: calc(100vh - 226px);
}



.max-height-765 {
    min-height: 765px;
    align-content: center;

}





.max-w-388 {
    max-width: 388px;
}



.btn-to-anchor {

    border: none;
    background: none;

}



.call1-meeting-link,
.call2-meeting-link {

    color: #000000;
    text-decoration: none;

}



.summary-container {
    max-width: 1020px;
}



.border-left-image-summary {
    height: 64px;
    width: 64px;

}



.border-left-image-summary img {

    border-radius: 8px;
    width: 100%;
    height: 100%;

}



.error-modal-body {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;

}



.error-modal-body-image {
    height: 100px;
    margin: 0 auto;
    width: 100px;
    text-align: center;
    margin-bottom: 20px;
}

.error-modal-body-image img {
    height: 100%;
    width: 100%;
}

.bg-orange {
    background-color: #F18818;
}

.canvas-details {
    margin-top: 0px !important;
}

.canvas-details,
.offcanvas-backdrop {
    margin-top: 0px !important;
}





.learn-more {
    font-weight: 600;
    color: #1F7FFD;
    font-size: 14px;
}


.pass-show-hide {
    position: relative;
    width: 100%;
}

/*.pass-show-hide .form-control {padding-right: 60px;}*/
.pass-show-hide-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    display: table;
    right: 0;
    width: 2rem;
    text-align: left;
}

.pass-show-hide-btn>[class*="eye-"] {
    height: 32px;
    vertical-align: middle;
    display: none;
    width: 100%;
    cursor: pointer;
}

.pass-show-hide-btn>[class*="eye-"] svg {
    display: inline-block;
    vertical-align: middle;
}

.pass-show-hide-btn>[class*="eye-"]:hover {
    color: #3b454f;
}

.pass-show-hide-btn>.active[class*="eye-"] {
    display: table-cell;
}



.a-btn {
    padding-top: 13px;
    padding-bottom: 13px;
}


.help-container-btn {
    position: relative;
}

.help-fixed-btn {
    position: absolute;
    right: 0;
    padding: 10px 15px;
    background: #EDE879;
    border-radius: 24px 0px 0px 24px;
    top: 160%;
}

.help-fixed-btn-assign-project {
    top: 40% !important;
}

.help-fixed-btn-summary {
    top: 40% !important;
}

.help-fixed-btn a {

    color: black !important;
    text-decoration: none;
}

.blog-img {
    height: 240px;

}

.blog-img img {

    height: 100%;
    width: 100%;


}

#resources .card-body .source-content {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-title-truncate {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project_type {
    background: url('../images/CaretDown.svg');
    background-repeat: no-repeat;
    background-position: center right 15px;
}

.unSelectImage {
    position: absolute;
    top: -10px;
    right: -10px;
}

#submitButton:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.search-clear-btn {
    right: 10px;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.search-clear-btn:hover {
    opacity: 1;
}

.session-search-input {
    padding-right: 30px !important;
}

.dropdown-list {
    max-height: 300px;
    overflow-y: auto;
}

.not-found {
    color: #787878;
    font-size: 14px;
    padding: 10px;
}

.doc-project-list {
    display: flex;
    list-style: none;
}

.list-table-tab .tab-text {
    display: none;
}

.list-table-tab .active .tab-text {
    display: block;
    color: #F18818;
    font-size: 12px;
    margin-top: 8px;
}

.tab-cover.list-table-tab .nav-item {
    min-width: 80px;
}

.tab-cover.list-table-tab .nav-tabs .nav-link::after {
    display: none;
}

.list-table-tab {
    display: inline-block;
}

.tab-cover.list-table-tab .nav-tabs .nav-link.previous-tab svg {
    width: 32px;
    height: 32px;
}

.tab-cover.list-table-tab .nav-tabs .nav-link .tab-green-tick {
    top: -4px;
    right: -4px;
    width: 16px;
}

.wrapper {
    min-height: calc(100vh - 226px);

}

.max-height-765 {
    min-height: 765px;
    align-content: center;
}


.max-w-388 {
    max-width: 388px;
}



.btn-to-anchor {
    border: none;
    background: none;
}

.call1-meeting-link,
.call2-meeting-link {
    color: #000000;
    text-decoration: none;
}

.summary-container {
    max-width: 1020px;
}

.border-left-image-summary {
    height: 64px;
    width: 64px;

}

.border-left-image-summary img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.sessions-profile img {
    width: 100%;
    height: 100%;
}

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

.error-modal-body {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.error-modal-body-image {
    height: 100px;
    margin: 0 auto;
    width: 100px;
    text-align: center;
    margin-bottom: 20px;
}

.error-modal-body-image img {
    height: 100%;
    width: 100%;
}

.bg-orange {
    background-color: #F18818;
}

.canvas-details {
    margin-top: 0px !important;
}

.canvas-details,
.offcanvas-backdrop {
    margin-top: 0px !important;
}

.tc-description {
    height: 176px !important;
    overflow: auto !important;
    border: 1px solid #E8E8E8;
    padding: 15px !important;
    border-radius: 8px;
    margin-top: 10px;
    box-shadow: none !important;
}

.tooltip-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.error {
    color: red;
}

.document-type-section {
    background: #F8FAFC;
    border-radius: 12px;
    height: 100%;
}

.document-item {
    background: white;
    border-radius: 8px;
    border: 1px solid #E2E8F0;
    transition: all 0.2s ease;
}

.document-item:hover {
    background: #F1F5F9;
    border-color: #CBD5E0;
    transform: translateY(-1px);
}

.empty-state {
    background: #F8FAFC;
    border-radius: 8px;
    border: 1px dashed #CBD5E0;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
}

@media (max-width: 768px) {
    .document-type-section {
        margin-bottom: 1rem;
    }
}










.pass-show-hide {
    position: relative;
    width: 100%;
}

/*.pass-show-hide .form-control {padding-right: 60px;}*/
.pass-show-hide-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    display: table;
    right: 0;
    width: 2rem;
    text-align: left;
}

.pass-show-hide-btn>[class*="eye-"] {
    height: 32px;
    vertical-align: middle;
    display: none;
    width: 100%;
    cursor: pointer;
}

.pass-show-hide-btn>[class*="eye-"] svg {
    display: inline-block;
    vertical-align: middle;
}

.pass-show-hide-btn>[class*="eye-"]:hover {
    color: #3b454f;
}

.pass-show-hide-btn>.active[class*="eye-"] {
    display: table-cell;
}



.a-btn {
    padding-top: 13px;
    padding-bottom: 13px;
}


.help-container-btn {
    position: relative;
}

.help-fixed-btn-get-started {
    top: 170% !important;
}

.help-fixed-btn {
    position: absolute;
    right: 0;
    padding: 10px 15px;
    background: #EDE879;
    border-radius: 24px 0px 0px 24px;
    top: 42%;
}

.help-fixed-btn-assign-project {
    top: 40% !important;
}

.help-fixed-btn-summary {
    top: 40% !important;
}

.help-fixed-btn a {

    color: black !important;
    text-decoration: none;
}

.blog-img {
    height: 240px;

}

.blog-img img {

    height: 100%;
    width: 100%;


}

#resources .card-body .source-content {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-title-truncate {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project_type {
    background: url('../images/CaretDown.svg');
    background-repeat: no-repeat;
    background-position: center right 15px;
}

.unSelectImage {
    position: absolute;
    top: -10px;
    right: -10px;
}

#submitButton:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.search-clear-btn {
    right: 10px;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.search-clear-btn:hover {
    opacity: 1;
}

.session-search-input {
    padding-right: 30px !important;
}

.dropdown-list {
    max-height: 300px;
    overflow-y: auto;
}

.not-found {
    color: #787878;
    font-size: 14px;
    padding: 10px;
}

.doc-project-list {
    display: flex;
    list-style: none;
}

.list-table-tab .tab-text {
    display: none;
}

.list-table-tab .active .tab-text {
    display: block;
    color: #F18818;
    font-size: 12px;
    margin-top: 8px;
}

.tab-cover.list-table-tab .nav-item {
    min-width: 80px;
}

.tab-cover.list-table-tab .nav-tabs .nav-link::after {
    display: none;
}

.list-table-tab {
    display: inline-block;
}

.tab-cover.list-table-tab .nav-tabs .nav-link.previous-tab svg {
    width: 32px;
    height: 32px;
}

.tab-cover.list-table-tab .nav-tabs .nav-link .tab-green-tick {
    top: -4px;
    right: -4px;
    width: 16px;
}

.wrapper {
    min-height: calc(100vh - 226px);

}

.max-height-765 {
    min-height: 765px;
    align-content: center;
}


.max-w-388 {
    max-width: 388px;
}



.btn-to-anchor {
    border: none;
    background: none;
}

.call1-meeting-link,
.call2-meeting-link {
    color: #000000;
    text-decoration: none;
}

.summary-container {
    max-width: 1020px !important;
}

.border-left-image-summary {
    height: 64px;
    width: 64px;

}

.border-left-image-summary img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.sessions-profile img {
    width: 100%;
    height: 100%;
}

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

.error-modal-body {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.error-modal-body-image {
    height: 100px;
    margin: 0 auto;
    width: 100px;
    text-align: center;
    margin-bottom: 20px;
}

.error-modal-body-image img {
    height: 100%;
    width: 100%;
}

.bg-orange {
    background-color: #F18818;
}

.canvas-details {
    margin-top: 0px !important;
}

.canvas-details,
.offcanvas-backdrop {
    margin-top: 0px !important;
}

.tc-description {
    height: 300px;
    overflow: auto;
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, .1);
    padding: 15px;
}

.tooltip-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.error {
    color: red;
}

.laravel-pagination .flex-1 {
    display: none !important;
}

.laravel-pagination svg {
    width: 26px;
    height: 26px;
}

.laravel-pagination nav {
    width: 100%;
}

.laravel-pagination .hidden {
    width: 100%;
    display: flex;
    justify-content: space-between;
}



.delete-icon-position {
    width: calc(100% - 25px);
}

.project-logline-truncate {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pitch-title-input {
    border: none;
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.custom-alert {
    background-color: #f8d7da;
    border: 1px solid #f1aeb5;
    color: #821f26;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;


}

.invalid-feedback {
    font-size: 0.875em;
    color: #dc3545;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
}

.profile-info a {
    text-decoration: none;
    word-break: break-all;
}

.summry-call {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #D2D2D2;
    padding: 9px;
    color: #A5A5A5;
    font-weight: 600;
    font-size: 12px;
    background: transparent;
    border-radius: 4px;
}

.summry-call.active {
    background: #fff;
    color: #F18818;
    border: 1px solid #F18818;
}

.summry-call.active svg path {
    fill: #F18818;
}

.calendly-inline-widget iframe {
    width: 100% !important;
}

.blog-detail-section {
    padding-bottom: 70px;
}

.session-dropdown .dropdown-item.active,
.dropdown-item:active {
    background: transparent;
    color: #2B2B2B;
}

.color-2b2b2b {
    color: #2B2B2B;
}

.lh50 {
    line-height: 50px;
}

.color-787878 {
    color: #787878;
}




.help-article-card {
    max-height: 400px;
    overflow: auto;
}

.table-row-stripe {
    text-decoration: line-through;
    color: red;
}

.cancel-session-textarea {
    height: 150px;
    resize: none;
    padding: 15px;
    font-size: 18px;
}





.offcanvas-header .btn-close {

    color: #2B2B2B !important;
    opacity: 1;
}

.project-mobile-btn-cover .btn-close {
    margin-top: 3px;
    margin-left: 8px;
}

.project-detail-support-box {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.project-detail-support-box .project-add-on-cover {
    width: 48%;
}

.market-scroll {
    max-height: 400px;
    overflow: auto;
}

@media only screen and (max-width: 1200px) {
    .right-panel {
        max-width: 50%;
    }
}

@media only screen and (max-width: 1024px) {
    .right-panel {
        max-width: 50%;
    }

    .left-panel {
        margin-top: 50px;
    }

    .home-section-1 {
        min-height: initial;
        padding-bottom: 30px;
    }

    .tab-cover .nav-tabs .nav-link::after {
        width: 130px;
        left: calc(-100% - -34px);
    }

    .progress-bar {
        width: 100%;
    }

    .progress-bar .step:not(:last-child)::after {
        width: calc(100% - 0px);
        left: 135px;
    }

    .progress-bar .step {
        min-width: 184px;
    }

    .mobile-flex-colum {
        max-width: 70%;
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 992px) {
    .overlay {
        padding: 28px !important;
        max-width: 400px;
    }

    .overlay-container .fs-44 {
        font-size: 35px;
    }

    .session-search-input {
        width: 300px;
    }

    .categories-modal .modal-dialog {
        max-width: 96% !important;
    }

    #updatePassword {
        width: 100%;
    }

    .tab-contain-bg iframe {
        width: 100%;
        border-radius: 16px;
    }

    .tab-cover .nav-tabs .nav-link::after {
        width: 130px;
        left: calc(-100% - -73px);
    }

    .progress-bar .step:not(:last-child)::after {
        width: calc(100% - 50px);
        left: 120px;
    }

    .producerrecommendationsmodal-scroll .mmodal-dialog {
        max-width: 100%;
    }

    .steps-for-call .steps-container {
        gap: 35px;
    }

    .steps-for-call .step {
        min-width: 120px;
    }

    .go-social-icon a {
        min-width: 30%;
        font-size: 14px;
    }

    .tab-cover.list-table-tab .nav-item {
        min-width: 70px;
    }

    .sessions-table td {
        padding-left: 18px;
        padding-right: 18px;
    }

    .tab-scroll {
        overflow: auto;
    }

    .header-cover .nav-item.dropdown {
        padding-right: 0;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .tab-cover .nav-link {
        padding: 0px !important;
    }

    .project-detail-support-box .project-add-on-cover {
        width: 100%;
    }

    .right-one {
        max-width: 100%;
    }

    .mobile-order-2 {
        order: 2;
    }

    .mobile-order-1 {
        order: 1;
    }

    .login-bg-cover {
        height: inherit;
        position: relative;
    }

    .overlay .fs-44 {
        font-size: 18px;
        line-height: 27px;
    }

    .overlay .fs-24 {
        font-size: 12px;
        line-height: 18px;
    }

    .overlay-container {
        max-width: 248px;
    }

    .login-inner {
        padding-top: 32px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .logo-cover {
        position: absolute;
        top: 64px;
        left: 32px;
    }

    .overlay {
        padding: 19px !important;

    }

    .right-panel {
        position: static;
        text-align: right;
        max-width: 100%;
    }

    .right-panel img {
        max-width: 75%;
    }

    .left-panel {
        margin-top: 24px;
    }

    .beginning-text {
        font-size: 32px;
    }

    .header-cover ul {
        align-items: start;
    }

    .header-cover .dropdown-toggle {
        align-items: center;
        padding: 0;
    }

    .header-cover .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        top: 64px;
        background: #fff;
        left: 0;
        right: 0;
        padding: 10px;
        z-index: 99;
    }

    .mobile-image-set {
        padding-right: 0;
    }

    .home-section-1 {
        background-size: 40%;
    }

    .mobile-btn {
        width: 100%;
        margin-bottom: 20px;
    }



    .help-hover-cover img {
        width: 58px;
        height: 58px;
    }

    span.how-can-help {
        top: -45px;
    }

    .home-section-2 {
        padding: 24px 10px;
    }

    .add-on-cover {
        min-width: 100%;
    }

    .add-on-cover br {
        display: none;
    }

    .footer-menu li {
        padding: 10px 15px;
        display: inline-block;
    }

    .tab-contain-bg iframe {
        width: 100%;
    }

    .mobile-fs-20 {
        font-size: 20px;
    }

    .br-count {
        font-size: 14px;
    }

    .tab-cover .nav-tabs .nav-link.active::after,
    .tab-cover .nav-tabs .nav-link::after {
        display: none;
    }

    .tab-cover .nav-item {
        min-width: inherit;
    }

    .mobile-none {
        display: none !important;
    }

    .tab-cover .nav-tabs .nav-link.active .mobile-none {
        display: block !important;
        font-size: 12px;
    }

    .tab-cover .nav-item {
        min-width: 24%;
    }

    .tab-cover .nav-link {
        padding: 0;
    }

    .tab-cover .nav-tabs .nav-link.active::before {
        background-size: 62px;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .progress-bar {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        justify-content: center;
    }

    .tab-contain-bg {
        padding-top: 34px;
    }

    .progress-bar label {
        display: none;
    }

    /* .tab-content iframe {
        height: 100%;
    } */

    .min-width-192 {
        width: 100%;
        margin-top: 10px;
    }

    #search_customer {
        width: 100%;
    }

    .session-search-input {
        width: 100%;
    }

    .dropdown-list .nav-tabs .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile-fs-12 {
        font-size: 12px;
    }

    .profile-info p {
        word-break: break-all;
    }

    .go-social-icon a {
        margin-bottom: 10px;
        width: 100%;
    }

    .mobile-mb-10 {
        margin-bottom: 10px;
    }

    .w-100-in-mobile {
        width: 100% !important;
    }

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

    .p-mobile-0 {
        padding: 0 !important;
    }

    .ms-mobile-0 {
        margin-left: 0 !important;
    }

    .container,
    .container-sm {
        max-width: 100%;
    }

    .categories-checkbox {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .profile-modal .modal-dialog {
        max-width: 527px;

    }

    .categories-modal .modal-dialog {
        max-width: 1092px;
    }

    .p-mobile-0 {
        padding: 0 !important;
    }

    .mobile-padding-24 {
        padding: 24px !important;
    }

    .mobile-text-center {
        text-align: center !important;
    }

    .mobile-w-100 {
        width: 100%;
    }

    .mobile-flex-colum {
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }

    .mobile-padding-mt-20 {
        padding-top: 20px !important;
    }

    .mobile-session-table {
        padding: 24px;
        padding-top: 0;
    }

    .mobile-session-table .table>thead {
        display: none
    }

    .mobile-session-table .sessions-table td {
        display: inline-block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-top: 1px solid #ddd;
        border-bottom: none;
    }

    .mobile-session-table .tab-cover.list-table-tab .nav-item {
        min-width: 52px;
    }

    .mobile-table-heading {
        color: #A5A5A5;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .mobile-session-table .sessions-table td:last-child {
        border-top: none;
    }

    .progress-bar .step:not(:last-child)::after {

        top: 50%;
        width: 12px;
        right: -17px;
        left: inherit;
        border-top: 1px solid #D2D2D2;

    }

    .progress-bar .step:last-child::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 12px;
        right: 25px;
        left: inherit;
        border-top: 1px solid #D2D2D2;
        height: 1px;
        left: inherit;
    }

    .progress-bar .step .circle {
        margin-bottom: 0;
    }

    .progress-bar .step {
        min-width: auto;
        flex-direction: row;
        gap: 0px;
        margin: 0 10px;

    }

    .progress-bar .step .label {
        display: none;
    }

    .progress-bar .step.active .label {
        display: block;
        background: #f5f5f5;
        position: relative;
        padding-left: 6px;
        z-index: 999;
        padding-right: 6px;
        font-size: 12px;
    }

    .mobile-end {
        display: flex;
        justify-content: space-between;
    }

    .next-btn {
        font-size: 14px;
    }

    .mobile-modal .modal-dialog {
        width: 100%;
        margin: 0;
        max-width: 100%;
        margin-top: 50px;
    }

    .mobile-modal .modal-header {
        padding: 24px;
        padding-bottom: 0;

    }

    .mobile-modal .modal-header .btn-close {
        position: absolute;
        right: 24px;
        top: 24px;
    }

    .mobile-modal .modal-body {
        padding-left: 24px;
        padding-right: 24px;
    }

    .mobile-modal .modal-dialog-centered {
        display: flex;
        align-items: end;
        min-height: 100%;
    }

    .mobile-modal .modal-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border: none;
    }

    .checkbox-group {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .market-scroll {
        max-height: 400px;
        overflow: auto;
    }

    .mobile-modal .modal-footer .btn {
        width: 100%;
    }

    .mobile-modal .modal-footer>* {
        margin: 0;
    }

    .mobile-me-0.me-2 {
        margin-right: 0px !important;
    }

    .offcanvas-header {
        flex-wrap: wrap;
    }

    .offcanvas.p-4 {
        padding: 0 !important;
        margin-top: 72px !important;
        border-top-right-radius: 24px;
        border-top-left-radius: 24px;
    }

    #offcanvasRightLabel {
        width: 100%;
    }

    .offcanvas-header .btn-close {
        position: absolute;
        right: 20px;
        top: 20px;
        margin-top: 0;
    }

    .accordion-button.fs-18 {
        font-size: 16px !important;
    }

    .help-one.mobile-d-none {
        display: none !important;
    }

    .btn-order a:first-child {
        order: 2;
        margin: 0 !important;
    }

    .btn-order a:last-child {
        order: 1;
        width: 100%;
        margin-bottom: 15px;
    }

    .buttons.text-end.btn-order {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .select-producer-min {
        min-height: inherit;
        height: inherit;
    }

    .producerrecommendationsmodal-scroll .modal-content {
        min-width: 100%;
    }

    .accordion .notable-repeat-modal-section .left-one {
        display: none;
    }

    .mobile-fs-12 {
        font-size: 12px !important;
    }

    .select-categories-tab .heading-title {
        font-size: 18px;

    }

    .select-categories-tab .heading-sub-title {
        font-size: 12px;
    }

    .mobile-box-remove {
        border: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid #E8E8E8 !important;
        border-radius: 0 !important;
    }

    .mobile-box-remove:last-child {
        border-bottom: none !important;
    }

    .mobile-box-padding {
        padding-bottom: 15px !important;
    }

    .offcanvas-footer {
        padding: 24px !important;

    }

    .mobile-fs-16 {
        font-size: 16px;
    }

    .list-project-img-cover {
        width: 61px;
        height: 78px;
        min-width: 61px;
    }

    .mobile-mb-3 {
        margin-bottom: 16px;
    }


    .summary-box {
        display: none;
    }

    .summary-box.active {
        display: block;
    }

    .mobile-order-2 {
        order: 2;
    }

    .mobile-order-1 {
        order: 1;
    }

    .max-height-765 {
        min-height: 343px;
    }

    .mobile-hidden {
        display: none;
    }

    #ShowSession.active {
        display: block;
    }

    .help-fixed-btn {
        display: none;
    }

    .profile-info .status {
        display: inline-block;
        margin-left: 0 !important;
    }

    .call-span {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .steps-for-call .steps-container {
        display: flex;
        gap: 0;
        align-items: center;
        position: relative;
        flex-wrap: wrap;
    }

    .steps-for-call .step {
        position: relative;
        padding: 10px;
        font-size: 24px;
        font-weight: 600;
        color: #7DC2C0;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        min-width: 33.33;
        text-align: left;
    }

    .steps-for-call .step:not(:last-child)::before,
    .steps-for-call .step:not(:last-child)::after {
        display: none;
    }

    .steps-for-call .step span {
        font-size: 10px;
        margin-left: 14px;
    }

    .circle {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .end-btn-pad {
        margin-top: 24px;
    }

    .mobile-sessions-table thead {
        display: none !important;
    }

    .table.mobile-sessions-table tbody {
        width: 100%;
        display: inline-block;
    }

    .mobile-sessions-table td:first-child {
        display: inline-block;
    }

    .table.mobile-sessions-table {
        padding-left: 24px;
        padding-right: 24px;
        display: inline-block;
        width: 100%;
    }

    .mobile-sessions-table tr {
        display: inline-block;
        width: 100%;
        border-top: 1px solid #E8E8E8;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }

    .mobile-sessions-table td {
        display: flex;
        width: 100%;
        justify-content: space-between;
        border: none;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 0;
        padding-right: 0;
    }

    .list-session-table-head {
        color: #A5A5A5;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .sessions-table {
        margin-bottom: 0;
    }

    .list-table-tab {
        display: flex;
    }

    .tab-cover.list-table-tab.before-not .nav-tabs {
        width: 100%;
        display: flex !important;
        justify-content: space-around;
    }

    .mobile-py-0 {

        padding-bottom: 0px !important;
    }

    .mobile-border {
        border-top: 1px solid #E8E8E8 !important;
        border-bottom: 1px solid #E8E8E8 !important;

    }

    .mobile-session-dropdonw {
        position: absolute;
        top: 20px;
        right: 0;
        left: inherit;
        width: auto !important;
    }

    .details-banner {
        height: initial;
    }

    .home-section-3 {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .delete-icon-position {
        width: 100%;
    }

    .deleteAssignProject {
        color: #D72F2F;
        font-weight: 600;
        text-decoration: none;
    }

    .mobile-fs-16 {
        font-size: 16px;
    }

    .setting-btn.mobile-mr-0 {
        margin-right: 0 !important;
    }

    .login-bg-cover img {
        height: initial;
    }

    .blog-img {
        height: initial !important;
    }

    .project-mobile-btn-cover .btn,
    .project-mobile-btn-cover .collapse-expand-button {
        width: 100%;
    }

    .feature-image-cover {
        margin-bottom: 15px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    .me-3 {
        margin-right: 10px !important;
    }

    .me-2 {
        margin-right: 5px !important;
    }

    .tab-cover .nav-item {
        min-width: 20%;
    }
}

@media (max-width: 359px) {
    .tab-cover .nav-item {
        min-width: 20%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1304px;
    }
}

.light-box {
    background-color: #f8f9fa;
    color: #212529;
    border: 1px solid #e0e0e0;
    padding: 1rem;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.light-box:hover {
    background-color: #e9ecef;
    /* Slightly darker on hover */
    border-color: #d6d8db;
}

.profile-password-modal-content{
    width: 500px !important;
}


.orange-border{
    height: 30px;
    width: 30px;
    border: 2px solid #F18818;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
}
.ls-5{
    letter-spacing: 5%;
}

.metric-label {
      font-size: 16px;
      color: #5f9ea0;
    }
    .metric-score {
      font-weight: bold;
      font-size: 1.2rem;
    }
    .total-box {
      background-color: #469B99;
      color: white;
      padding: 1rem;
      border-radius: 0.5rem;
      text-align: center;
      min-width: 180px;
    }