.main-container {
    display: flex;
    align-items: start;
    height: 100%;
    min-height: 1024px;
    background-color: #fff;
}

.banner-img-container {
    width: 50%;
}

#login_container {
    width: 50%;
    padding-top: 119px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-inline: 16px;
}

#login_main_container {
    margin-top: 40px;
    box-shadow: 4px 4px 8px 0px #081E4A14;
    border: 1px solid #0553F029;
    width: 100%;
    padding: 32px 24px;
    border-radius: 12px;
    max-width: 504px;
}

.acc_Type_container button.btn,
.acc_Type_container1 button.btn {
    padding: 24px 0;
    width: 100%;
    max-width: 125px;
    color: #AAAEB6;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
    font-weight: 500px;
}

.acc_Type_container button.btn.active,
.acc_Type_container1 button.btn.active {
    border: 1px solid #8AA3D6;
    color: #002B80;
    background-color: rgb(236, 240, 247);
    font-weight: 600;
}

.toggle-password {
    position: absolute;
    right: 16px;
    top: 39px;
    color: #00000045;
    z-index: 22;
}

form label.form-label,.validation4 label.form-label{
    font-size: var(--h5);
    font-weight: 500;
    color: #32343A;
}

form input.form-control,.validation4 input.form-control {
    border: 1px solid #DDE4F1 !important;
    background-color: rgb(243, 247, 255);
    box-shadow: none !important;
    height: 34px;
    background-image: none !important;
}

select.form-select {
    border: 1px solid #DDE4F1 !important;
}

.loginBtn {
    background: linear-gradient(88.81deg, #1964FA -2.96%, #0337A0 104.11%);
    box-shadow: -8px -8px 16px 0px #0000003D inset;
    box-shadow: 8px 8px 16px 0px #FFFFFF3D inset;
    border: 2px solid rgb(94, 205, 250);
    width: 100%;
    border-radius: 12px;
    padding-top: 6px;
    padding-right: 34px;
    padding-bottom: 6px;
    padding-left: 34px;
    color: #fff !important;
}

button .spinner-border {
    display: none;
}

button.loading {
    pointer-events: none
}

button.loading .spinner-border {
    display: inline-block;

}

@media screen and (max-width:900px) {
    .main-container {
        flex-direction: column;
    }

    .banner-img-container {
        display: none;
    }

    #login_container {
        width: 100%;
    }

    #login_container {
        padding: 40px var(--rightMargin);
    }

}


/* modals */
.modal .form-control,
.modal .form-select {
    border: 1px solid #E7E7E7;
    height: 40px;
    background-color: #fff;
    box-shadow: none !important;

}

.custom-checkbox,
#insForm9 .form-check-input[type='checkbox'] {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
    position: relative;
    transition: background-color 0.2s;
    box-shadow: none !important;
    border: 0.5px solid #175FEF;
}

#insForm9 .form-check-input[type='checkbox'] {
    border: 1px solid #667085;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    margin: 0px;
}

.custom-checkbox:checked,
#insForm9 .form-check-input:checked[type='checkbox'] {
    background-color: #EAF1FE !important;
    border: 0.5px solid #175FEF;
}

.form-check-input:checked[type='checkbox'] {
    background-image: url("data:image/svg+xml,%3csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.73327 1.20001L3.59994 6.33335L1.2666 4.00001' stroke='%23175FEF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");

}


.nextBtn {
    background: linear-gradient(180deg, #6196FF 0%, #1F69FF 100%);
    border: 0.5px solid #897FFF;
    box-shadow: 0px 3px 4px 0px #DFE5FF4D inset;
    box-shadow: 0px 1px 1px 0px #FFFFFF59 inset;
    box-shadow: 0px -2px 2px 0px #5046BD99 inset;
    box-shadow: 0px 2px 3px 0px #3734D136;
    min-width: 174px;
    width: fit-content;
    padding: 12.5px;
    display: flex;
    justify-content: center;
}

.nextBtn:hover {
    border: 0.5px solid #5c4feb;
    background: linear-gradient(180deg, #598aec 0%, #1d61eb 100%);

}

.go-back-btn {
    border: 1px solid #D9DBE9 !important;
    border-radius: 10px;
    color: #514F6E;
    min-width: 174px;
    width: fit-content;
    padding: 12.5px;

}

.go-back-btn:hover {
    background-color: #dbd9d9;
}

.circle-box {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ECE4DF;
    display: grid;
    place-items: center;
}

.circle-box.current::after {
    content: ' ';
    background-color: #F07C41;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.was-validated select.form-select,
select:valid:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}


.circle-box.completed::after {
    background-color: #06B217;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.73327 1.20001L3.59994 6.33335L1.2666 4.00001' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70% 70%;
}

.spot-dot {
    background-color: #0000001A;
    width: 4px;
    height: 4px;
    border-radius: 50px;

}

.modal #myTabContent::-webkit-scrollbar {
    display: none;
}

.modal .profile-img-card:hover::after {
    /* opacity: 50%; */
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background-color: #000000CC;
}


.modal .banner-img-card {
    position: relative;
    cursor: pointer;

}

.modal .banner-img-card img {
    width: 275px;
    height: 120px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.modal .banner-img-card:hover::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    background-color: #000000CC;
}

.modal .profile-img-card .selected,
.modal .banner-img-card .selected {
    position: absolute;
    color: white;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: #000000CC;
    display: none;
    place-items: center;
    z-index: 1;
}

.modal .banner-img-card .selected {
    border-radius: 4px;
}

.modal .profile-img-card.active .selected,
.modal .banner-img-card.active .selected {
    display: grid;
}

.modal .profile-img-card.active:hover::after,
.modal .banner-img-card.active:hover::after {
    content: none;
}

.modal #myTabContent::-webkit-scrollbar {
    display: none;
}

.modal .upload-new-banner {
    background-color: #F5F5F5;
    border-radius: 4px;
    width: 280px;
    height: 120px;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.modal .upload-new-banner:hover {
    border: 1.5px dashed #6914F4;
    color: #6914F4;
}

.modal .upload-new-banner:hover svg path {
    fill: #6914F4;
}

.modal .nav-tabs .nav-link {
    border: none;
    padding: 0;
    color: #444444;
}

.modal .nav-tabs {
    border: none;
}

.modal .nav-tabs .nav-link.active {
    color: #175FEF;
    position: relative;
}

.modal .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #175FEF;
    left: 0;
    top: 24px;
    border-radius: 4px;
}

.modal .profile-cant {
    background-color: #F0F0F0;
    cursor: pointer;
}

.modal .profile-cant:hover {
    background-color: #6914F4;
}

.modal .profile-cant:hover svg path {
    fill: white;
}

.modal .add-plus-btn {
    border: 1px solid #BBBBBB;
    color: #222222;
    width: 32px;
    height: 32px;
    font-size: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background-color: white;
}

.modal .profile-cant:hover .add-plus-btn {
    border: 1px solid #6914F4;
    background-color: white;
}

.modal .profile-cant:hover .add-plus-btn svg path {
    fill: #6914F4;
}

.modal .profile-img-card img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.modal .profile-img-card {
    cursor: pointer;
    position: relative;
}

#accountExistPopup .whitethemeBtn {
    border: 1px solid #979FA9;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 8px 12px;
    width: 100%;
}

#completeYourProfileInstructorAccount .modal-content {
    border-radius: 14px;
}

#completeYourProfileInstructorAccount .modal-content .profileTypeSection,
#completeYourProfileInstructorAccount .modal-content .QuickCompleteProfile {
    padding: 40px;
}

#completeYourProfileInstructorAccount .modal-content .profileTypeSection .profile-type-card {
    max-width: 540px;
    border: 2px solid #CCCCCC;
    aspect-ratio: 540/436;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #727272;
    padding: 40px;
    cursor: pointer;
}

#completeYourProfileInstructorAccount .profileTypeSection .profile-type-card.active {
    border: 1px solid #1865FF;
    background-color: #F0F5FF;
    color: #1865FF;
}

#completeYourProfileInstructorAccount .profileTypeSection .profile-type-card.active svg path {
    fill: #1865FF;
}

.blue-gradient-btn {
    box-shadow: 0px 3px 4px 0px #DFE5FF4D inset;
    box-shadow: 0px 1px 1px 0px #FFFFFF59 inset;
    box-shadow: 0px -2px 2px 0px #5046BD99 inset;
    box-shadow: 0px 2px 3px 0px #3734D136;
    border: 0.5px solid #897FFF;
    background: linear-gradient(180deg, #6196FF 0%, #1F69FF 100%);
    color: #fff !important;
    min-width: 240px;
    padding: 12px;
    border-radius: 10px;

}

#completeYourProfileInstructorAccount .modal-content .QuickCompleteProfile .imagesContainer {
    border: 1px solid #CCCCCC;
    border-radius: 8px;

}

#completeYourProfileInstructorAccount .modal-content .QuickCompleteProfile .imagesContainer .banner-img {
    width: 100%;
    height: 94px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 18px;
}

#completeYourProfileInstructorAccount .modal-content .QuickCompleteProfile .imagesContainer .profile-img {
    position: absolute;
    border: 2px solid #FFFFFF;
    top: 12px;
    left: 36px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

#completeYourProfileInstructorAccount .modal-content .profileUploadBtn {
    background: linear-gradient(88.31deg, #175FEF 0.28%, #17439A 98.72%);
    border: 0.69px solid #FFFFFF;
    border-radius: 4px;
    width: 100%;
    padding: 8px 24px;
    color: #fff !important;
    text-align: left;
}

#completeYourProfileInstructorAccount .modal-content .bannerUploadBtn {
    border: 0.69px solid #FFFFFF;
    border-radius: 4px;
    width: 100%;
    padding: 8px 24px;
    color: #fff !important;
    text-align: left;
    background: linear-gradient(94.27deg, #6196FF -16.64%, #1F69FF 125.77%);

}

#completeYourProfileInstructorAccount .modal-content .detailCompleteProfile {
    display: flex;

}

#completeYourProfileInstructorAccount .modal-content .detailCompleteProfile .banner-imgDI {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 4px 8px 0px #00017414;
    width: 289px;
    height: 77px;
    border-top-left-radius: 14px;
    border-bottom-width: 1px;

}

#completeYourProfileInstructorAccount .modal-content .detailCompleteProfile .profile-imgDI {
    position: absolute;
    border: 2px solid #FFFFFF;
    top: 33px;
    left: calc(50% - 40px);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

#completeYourProfileInstructorAccount .modal-content .detailCompleteProfile .sidebarContainer {
    background-color: #E3ECFC;
    width: 289px;
    min-height: 671px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    border-right: 1.69px solid #78A4FF3D;

}

#completeYourProfileInstructorAccount .detailCompleteProfile #insSideContainer {
    display: flex;
    flex-direction: column;
}

#completeYourProfileInstructorAccount .detailCompleteProfile #insSideContainer .insSideItem {
    border: 1px solid #003BB129;
    width: 100%;
    height: 40px;
    border-radius: 6px;
    gap: 10px;
    padding: 12px;
    color: #A8A8A8;
    display: flex;
    background-color: #FFFFFFDE;
    cursor: pointer;
}

input[area="sideItemRadio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #b1afaf;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

input[area="sideItemRadio"]:checked {
    background: radial-gradient(circle at center, #F07C41 40%, transparent 40%);
    border: 1px solid #FFCCB2;
}

#completeYourProfileInstructorAccount .detailCompleteProfile #insSideContainer .insSideItem:has(input[area="sideItemRadio"]:checked) {
    border: 1px solid #FFCCB2;
    color: #F07C41;
    background-color: #FFFFFFB0;
}

#completeYourProfileInstructorAccount .detailCompleteProfile #insSideContainer .insSideItem svg {
    display: none;
}

#completeYourProfileInstructorAccount .detailCompleteProfile #insSideContainer .insSideItem.completed input {
    display: none;
}

#completeYourProfileInstructorAccount .detailCompleteProfile #insSideContainer .insSideItem.completed {
    border: 1px solid #06B21766 !important;
    color: #32343AF5 !important;
}

#completeYourProfileInstructorAccount .detailCompleteProfile #insSideContainer .insSideItem.completed svg {
    display: block;
}

.circular {
    --value: 75;
    /* progress percent */
    --size: 30px;
    /* overall size */
    --thickness: 12px;
    /* ring thickness */
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background:
        conic-gradient(#22C55E calc(var(--value) * 1%), #e6e6e6 0);
    mask: radial-gradient(circle calc(50% - var(--thickness)), transparent 98%, black 100%);
    -webkit-mask: radial-gradient(circle calc(50% - var(--thickness)), transparent 98%, black 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font: 600 18px/1 system-ui;
    color: #222;
}

#completeYourProfileInstructorAccount .detailCompleteProfile #insSideContainer .insSideItem .number {
    display: none;
}

#percentageConatiner1 {
    display: flex;
}

#percentageConatiner2 {
    display: none;
}

@media screen and (max-width:650px) {
    #completeYourProfileInstructorAccount .modal-content .detailCompleteProfile {
        flex-direction: column;
    }

    #completeYourProfileInstructorAccount .modal-content .detailCompleteProfile .sidebarContainer {
        width: 100%;
        border-top-right-radius: 14px;
    }

    #completeYourProfileInstructorAccount .modal-content .detailCompleteProfile .banner-imgDI {
        width: 100%;
        border-top-right-radius: 14px;
    }

    #completeYourProfileInstructorAccount .detailCompleteProfile #insSideContainer {
        margin-top: 16px;
        display: flex;
        flex-direction: row;
        padding-inline: 0px !important;
        gap: 3px !important;
        justify-content: center;
        flex-wrap: wrap;

    }

    #completeYourProfileInstructorAccount .detailCompleteProfile #insSideContainer .insSideItem {
        border: 1px solid #0553F03D;
        background-color: #FFFFFF;
        width: 30px;
        height: 30px;
        border-radius: 2px;
        padding: 1px;
        display: grid;
        place-items: center;
        position: relative;
    }

    #completeYourProfileInstructorAccount .detailCompleteProfile #insSideContainer .insSideItem svg,
    #completeYourProfileInstructorAccount .detailCompleteProfile #insSideContainer .insSideItem h6.fs-12 {
        display: none !important;
    }

    #completeYourProfileInstructorAccount .detailCompleteProfile #insSideContainer .insSideItem input {
        visibility: hidden;
        position: absolute;
    }

    #completeYourProfileInstructorAccount .detailCompleteProfile #insSideContainer .insSideItem .number {
        display: block;
    }

    #completeYourProfileInstructorAccount .detailCompleteProfile #insSideContainer .insSideItem.completed {
        box-shadow: 0px 3px 4px 0px #DFE5FF4D inset;
        box-shadow: 0px 1px 1px 0px #FFFFFF59 inset;
        box-shadow: 0px -2px 2px 0px #5046BD99 inset;
        box-shadow: 0px 2px 3px 0px #3734D136;
        border: 0.5px solid #897FFF;
        background: linear-gradient(180deg, #6196FF 0%, #1F69FF 100%);
        color: #fff !important;
    }

    #percentageConatiner1 {
        display: none;
    }

    #percentageConatiner2 {
        display: flex;
    }

    #completeYourProfileInstructorAccount .modal-content .detailCompleteProfile .sidebarContainer {
        height: fit-content;
    }
}

#completeYourProfileInstructorAccount circle {
    fill: none;
    stroke-width: 3;
    /* thinner stroke to fit smaller circle */
}

#completeYourProfileInstructorAccount .circle-background {
    stroke: #D9D9D9;
}

#completeYourProfileInstructorAccount .circle-progress {
    stroke: #4caf50;
    stroke-dasharray: 75.4;
    stroke-dashoffset: 175.4;
    transition: stroke-dashoffset 0.4s ease;
}

#completeYourProfileInstructorAccount .skipBtn {
    padding: 13px 14px;
    border: 1px solid #D9DBE9;
    border-radius: 10px;
    width: 174px;
    color: #514F6E;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

#completeYourProfileInstructorAccount .nextBTN {
    background: linear-gradient(180deg, #6196FF 0%, #1F69FF 100%);
    border: 0.5px solid #897FFF;
    box-shadow: 0px 3px 4px 0px #DFE5FF4D inset;
    box-shadow: 0px 1px 1px 0px #FFFFFF59 inset;
    box-shadow: 0px -2px 2px 0px #5046BD99 inset;
    box-shadow: 0px 2px 3px 0px #3734D136;
    padding: 13px 14px;
    color: #fff !important;
    border-radius: 10px;
    width: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

#completedSteps .circle-card {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ECE4DF;
    display: flex;
    justify-content: center;
    align-items: center;
}

#completedSteps .circle-card svg {
    display: none;
}

#completedSteps .circle-card.current .orange {
    background-color: #F07C41;
    border-radius: 50%;
    width: 12px;
    height: 12px;

}

#completedSteps .dot {
    background-color: #0000001A;
    width: 4px;
    height: 4px;
    border-radius: 50px;

}

#completedSteps .circle-card.completed {
    border: none;
}

#completedSteps .circle-card.completed svg {
    display: block;
}

#completeYourProfileInstructorAccount form label.form-label {
    font-weight: 600;
    font-size: 14px;
    color: #606060;

}

#completeYourProfileInstructorAccount .weeksContainer .weekOption {
    border: 1px solid #E7E7E7;
    width: 52px;
    height: 52px;
    border-radius: 49px;
    color: #6E7378B0;
    font-size: 12px;
    font-weight: 400;
    display: grid;
    place-items: center;
    cursor: pointer;
}

#completeYourProfileInstructorAccount .weeksContainer .weekOption.selected {
    color: #f1f2f3b0;
    background-color: #F07C41;
}

.dropdown-box {
    position: absolute;
    top: 110%;
    width: 50%;
    left: 10px;
    right: 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 200px;
    border-radius: 5px;
    overflow-y: auto;
    display: none;
}

.cursor-p {
    cursor: pointer;
}

#completeYourProfileInstructorAccount .dropdown-box input[type="checkbox"] {
    cursor: pointer;
}



#completeYourProfileInstructorAccount .dropdown-box label {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    cursor: pointer;
    justify-content: space-between;
}

#completeYourProfileInstructorAccount .areaCard {
    padding: 1px 8px;
    border-radius: 24px;
    background-color: #6196FF;
    color: white;
    display: flex;
    align-items: center;
    gap: 4px;
}

#completeYourProfileConsumerAccount .accBTn {
    border: 1px solid #E7E7E7;
    background-color: #fff;
    border-radius: 8px;
    width: 50%;
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    color: #6E7378B0;
}
#completeYourProfileConsumerAccount .accBTn.active{
    border: 1px solid #175FEF;
    background-color: #175FEF29;
    color: #175FEF;
}
@media (min-width:1500px){
  #login_main_container {
    margin-top: 40px;
    padding: 32px 48px;
    max-width: 600px !important;
}  
.acc_Type_container button.btn,
.acc_Type_container1 button.btn {
    padding: 24px 0;
    max-width: 160px;}

}