@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --primary-color: #008fd5;
}

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

#cer_setting .mySlides_1 {
    display: none;
}

form#assessmentSettingForm {
    width: 590px;
}

.custom_main_aa {
    background: url(https://acelot-common-bucket.s3.ap-south-1.amazonaws.com/login_signup_bg.png) no-repeat;
    background-position: 0 -100px;
    background-size: 100%;
    width: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cer_setting .thumbnail {
    display: block;
    padding: 4px;
    line-height: 18px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgb(0 0 0 / 6%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

ul.certifications-thumbnails img {
    max-height: 107px;
}

#cer_setting .thumbnail>img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


#cer_setting .btn:not(.dropdown-toggle):not(.tl-grid-goto-next):not(.tl-grid-goto-previous) {
    padding-left: 16px;
    padding-right: 16px;
}

#cer_setting ul.certifications-thumbnails a.thumbnail i {
    position: absolute;
}

#cer_setting ul.certifications-thumbnails {
    margin: 0px 0px 0px 50px;
    padding-top: 10px;
}

#cer_setting ul.certifications-thumbnails a.thumbnail.selected {
    -webkit-box-shadow: 0px 0px 5px 5px rgb(191 235 240);
    -moz-box-shadow: 0px 0px 5px 5px rgba(28, 31, 32, 0.4);
    box-shadow: 0px 0px 5px 5px rgb(191 235 240);
    border: 1px solid #1cbddf !important;
}

.bg_img_class {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.trsh {
    background-color: #e6e6e6;
    padding: 2px 7px;
    position: absolute;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgb(0 0 0 / 15%), 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgb(0 0 0 / 15%), 0 1px 2px rgb(0 0 0 / 5%);
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position .1s linear;
}

.custom-height-ak {
    min-height: 70vh;
}

.form-hxh {
    border: 2px dashed #ccc;
    padding: 20px;
    background: #f3fbff;
    width: fit-content;
    border-radius: 10px;
}

.certificate_settings_ak .nav-pills .nav-link.active {
    color: rgb(255, 255, 255);
    background: rgb(0, 143, 213);
}

.certificate_settings_ak .nav-pills .nav-link {
    border: 1px solid #008fd5;
    color: #008fd5;
    padding: 8px 15px;
    font-weight: 500;
    background: #ffffff50;
    border-radius: 8px;
}

.custom_main_aa .text-large {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding: 10px 10px 0;
    color: #333335;
}

.custom_main_aa .text-normal {
    font-size: 14px;
    font-weight: 400;
    color: #121212;
    padding: 10px 0;
}

.custom_main_aa .text-links {
    font-size: 1.5rem;
    font-weight: 400;
    color: #1a73e8;
}

.custom_main_aa .newwrapper {
    max-width: 500px;
    width: 100%;
    padding: 1rem 1.5rem;
    border: none;
    outline: none;
    color: #121212;
    background: #ffffff;
    background-color: #fff;
    opacity: 1;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    overflow: hidden;
}

.custom_main_aa .form {
    width: 100%;
    height: auto;
    margin-top: 2rem;
}

.custom_main_aa .input-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding: 0;
    position: relative;
    width: 50%;
}

.custom_main_aa .input-control+.error {
    position: relative;
    transform: translate(0, -12px);
}

.custom_main_aa .passwordicon {
    position: absolute;
    right: 1px;
    top: 1px;
    background: #EBECF0;
    width: 45px;
    overflow: hidden;
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 0 .65rem .65rem 0;
}

.custom_main_aa .input-field {
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    line-height: inherit;
    width: 100%;
    padding: 0.75rem 1rem;
    border: solid 1px #dee2e6;
    height: 50px;
    outline: none;
    border-radius: 0.65rem;
    background: white;
}


.custom_main_aa .input-field:focus {
    border-color: #473277;
    background-color: white;
    /* Keeps the same background as default */
    box-shadow: 0 0 0 3px rgba(71, 50, 119, 0.2);
    /* Optional focus ring */
}

.custom_main_aa .input-field::placeholder {
    font-family: inherit;
    /* Inherit the font-family */
    font-size: 1.3rem;
    /* Match the input's font size */
    color: #9ca3af;
    /* Set a soft gray color for the placeholder */
    /* Match the input's font weight */
}

.theme-btn-solid:hover {
    background: #008fd5 !important;
    border-color: #008fd5 !important;
}

.custom_main_aa .input-submit {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 0.95rem 1.25rem;
    border: none;
    outline: none;
    border-radius: 8px;
    color: #ffffff;
    background: #008fd5;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    text-transform: capitalize;
}

.certificate_settings_ak ul#pills-tab {
    gap: 1rem;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    box-shadow: 2px 5px 10px #0000000a;
    border-radius: 10px;
}

.form-hxh-two {
    width: 50%;
}

.form-hxh-three {
    width: 100%;
    padding: 20px;
    background: #fff;
    position: relative;
    height: 100%;
    box-shadow: 0 0 35px #00000017;
    border-radius: 10px;
}

.form-hxh-three img {
    width: 70%;
    margin: 0 auto 20px;
}

.form-hxh-three-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0 1.8rem;
}

.fw-500 {
    font-weight: 500;
}

button.delete-ak {
    color: red !important;
}

.custom_main_aa .striped-line {
    flex: auto;
    height: 2px;
    background: #dadce0;
}

.custom_main_aa .striped-text {
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    margin: 0 1rem;
}

.custom_main_aa .method-control {
    margin-bottom: 1rem;
}

.custom_main_aa .method-action {
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 5px;
    outline: none;
    border: 2px solid #dadce0;
    border-radius: 50px !important;
    color: #121212;
    background: #ffffff;
    text-transform: capitalize;
    transition: all 0.35s ease;
    display: inline-block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.method-action img {
    width: 20px !important;
}

.newsaml {
    width: auto !important;
}

.custom_main_aa .method-action:hover {
    background: #f1f5f9;
}

.custom_main_aa .newaction {
    font-size: 16px !important;

}

.newsaml img {
    width: 55px !important;
}

.custom_main_aa .input-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%
}

input:-webkit-autofill {
    appearance: none !important;
    background-color: white !important;
    color: white !important;
    box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset !important;
}

.custom_main_aa .input-left-border input {
    border-left: 4px solid var(--primary-color);
}

@media only screen and (max-width: 768px) {
    .custom_main_aa {
        padding: 30px 0;
    }
}

.custom_main_aa .newinput-control {
    width: 100% !important;
}

.custom_main_aa .input-control {
    position: relative;
    width: 100%;
}

.custom_main_aa .input-field:focus {
    border-color: #007BFF;
}

.custom_main_aa .labelbox {
    position: absolute;
    top: 2px;
    left: 10px;
    font-size: 15px;
    transform: translateY(55%);
    background: white;
    pointer-events: none;
    transition: all 0.3s ease;
    padding: 0 5px;
}

p#otpmsg {
    padding: 0 5px;
}

.custom_main_aa .input-field:focus+label,
.custom_main_aa .input-field:not(:placeholder-shown)+label {
    top: -20px;
    left: 10px;
    font-size: 14px;
    position: absolute;
    top: -136px;
    left: 30px;
}

.certificate_design_bx .designer-container {
    position: relative;
    width: 800px;
    height: 600px;
    border: 2px dashed #ccc;
    background-color: #f9f9f9;
    overflow: hidden;
}

.certificate_design_bx .designer-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certificate_design_bx .draggable {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    padding: 5px 10px;
    cursor: move;
    border-radius: 4px;
}

.certificate_design_bx .draggable.selected {
    border: 2px solid #007bff;
}

.certificate_design_bx #variables {
    margin: 10px 0;
}

.certificate_design_bx .toolbar label {
    margin-bottom: 0;
}

.w-25px {
    width: 25px;
}

.certificate_design_bx .toolbar input[type="color"] {
    margin-left: 5px;
}

.certificate_design_bx #output {
    margin-top: 20px;
    width: 100%;
}

.certificate_design_bx #variables button:hover {
    background: linear-gradient(white, white) padding-box, linear-gradient(47deg, #0168ae, #e91a34) border-box;
    border: 1px solid transparent;
}

.certificate_design_bx .signature-box {
    position: relative;
    width: 150px;
    height: 100px;
    border: 1px dashed #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.w-auto {
    width: auto;
}

.certificate_design_bx .signature-box input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.certificate_design_bx_one {
    width: 290px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 16px 10px -13px #e7e7e7;
    background: #F5F5F5;
    border: none;
}

.certificate_design_bx {
    column-gap: 2%;
}

.certificate_design_bx #variables {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0;
}

.form-control-sm {
    border: 1px solid #ccc;
}

.certificate_design_bx #variables button i {
    font-size: 28px;
    line-height: 0;
    padding: 0 0 8px;
    color: #0475ac;
}

.certificate_design_bx_one .cont {
    font-size: 18px;
    font-weight: 500;
    color: black;
}

.certificate_design_bx #variables button span {
    color: #444444;
    font-size: 14px;
    font-weight: 400;
}

.toolbar label i {
    font-size: 23px;
    color: black;
}

div#toolbar {
    display: flex;
    gap: 0;
    padding: 6px 10px;
    margin: 0 0 15px;
    border-radius: 8px;
    box-shadow: 0px 16px 10px -13px #e7e7e7;
    background: white;
    border: 1px solid #dcdcdc;
}

div#toolbar>div {
    background: white;
    padding: 0 12px;
    border-right: 1px solid #cccccc80;
}

div#delete,
div#delete-1 {
    padding: 0 0 0 10px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: red;
}

.certificate_design_bx #variables button {
    width: calc(50% - 5px);
    border: 1px solid #dfd9ff;
    border-radius: 10px;
    display: grid;
    background: white;
    padding: 12px 10px;
}

.certificate_design_bx_two {
    margin: 0 auto;
}

.bg_upload_2 .upload-bg-akak {
    border: 1px solid #dfd9ff;
    color: #504a44;
    height: auto;
    border-radius: 8px;
    padding: 10px 8px;
}

.gap-2 {
    gap: 1.5rem;
}

.bg_upload_2 label {
    color: #02557d;
    font-weight: 500;
}

.form-one-three-inner {
    display: flex;
    gap: 4%;
    justify-content: center;
}

.form-one-three-inner button {
    color: #006495;
    border: none;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 16px;
    background: white;
    box-shadow: 0 0 10px #0000003b;
    width: 40px;
}

.gap1 {
    gap: 1rem;
}

.w21 {
    width: 20%;
}

.w78 {
    width: 78%;
}


@media (min-width:1200px) and (max-width:1280px) {
    .summary-bx h3.mt-5.mb-2 {
        font-size: 20px;
    }
    #nav-contact .card .card-body {
        padding-left: 9px;
    }
    .w78 {
        width: 72%;
    }
    .w21 {
        width: 26%;
    }
    .labelhead {
        font-size: 15.5px;
        color: #596168;
    }
    #add_lecture_image_offline .instructor-image .w-25 {
        width: 35% !important;
    }
    #add_lecture_image_offline .instructor-image .selectdayBox.w-30 {
        width: 23% !important;
    }
    #leftbox_offline h4,
    .summary-bx h4 {
        font-size: 15px;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        font-size: 10px;
    }

    .expire_schedule {
        font-size: 012px;
    }

    .btn-group-sm>.btn,
    .btn-sm {
        font-size: .775rem;
    }

    .certificate_design_bx {
        flex-wrap: wrap;
    }

    .certificate_design_bx_one {
        width: 100%;
    }

    .bg_upload_2 .upload-bg-akak {
        padding: 6px 8px;
    }

    .certificate_design_bx #variables button {
        width: calc(12% - 5px);
        padding: 6px 6px;
    }

    .certificate_design_bx #variables button span {
        font-size: 10px;
        font-weight: 500;
    }

    .certificate_design_bx #variables button i {
        font-size: 20px;
    }

    .certificate_design_bx_two {
        margin: 0;
    }

    #variables+button {
        width: 11% !important;
    }
}

@media (min-width:1300px) and (max-width:1366px) {
    .certificate_design_bx {
        flex-wrap: wrap;
    }

    .certificate_design_bx_one {
        width: 100%;
    }

    .bg_upload_2 .upload-bg-akak {
        padding: 6px 8px;
    }

    .certificate_design_bx #variables button {
        width: calc(12% - 5px);
        padding: 6px 6px;
    }

    .certificate_design_bx #variables button span {
        font-size: 12px;
        font-weight: 500;
    }

    .certificate_design_bx #variables button i {
        font-size: 20px;
    }

    .certificate_design_bx_two {
        margin: 30px auto 0;
    }

    #variables+button {
        width: 11% !important;
    }
}

@media (min-width:1400px) and (max-width:1480px) {
    .certificate_design_bx {
        flex-wrap: wrap;
    }

    .certificate_design_bx_one {
        width: 100%;
    }

    .bg_upload_2 .upload-bg-akak {
        padding: 6px 8px;
    }

    .certificate_design_bx #variables button {
        width: calc(12% - 5px);
        padding: 6px 6px;
    }

    .certificate_design_bx #variables button span {
        font-size: 14px;
        font-weight: 500;
    }

    .certificate_design_bx #variables button i {
        font-size: 20px;
    }

    .certificate_design_bx_two {
        margin: 30px auto 0;
    }

    #variables+button {
        width: 11% !important;
        color: #575757 !important;
    }
}

.theme-btn {
    border-radius: 10px;
    padding: 10px 20px;
}

@media(max-width:767px) {

    .method-action {
        width: 36px !important;
        height: 36px !important;
    }

    .method-action img {
        width: 18px !important;
    }

    .newsaml img {
        width: 50px !important;
    }

    .newsaml {
        width: auto !important;
    }
}

@media(min-width:768px) and (max-width:991px) {}

@media(min-width:992px) and (max-width:1024px) {}

@media(min-width:1200px) and (max-width:1280px) {
    .custom_main_aa .passwordicon {
        right: 5px;
        top: 6px;
    }

    .custom_main_aa .labelbox {
        position: absolute;
        top: 8px;
    }

    .custom_main_aa .input-field:focus+label,
    .custom_main_aa .input-field:not(:placeholder-shown)+label {
        top: -17px;
    }

    .custom_main_aa .input-control {
        margin-bottom: 1rem;
        padding: 5px;
    }

    .custom_main_aa {
        /* padding: 124px 0; */
    }
}

@media(min-width:1300px) and (max-width:1366px) {
    .custom_main_aa .passwordicon {
        right: 5px;
        top: 6px;
    }

    .custom_main_aa .labelbox {
        position: absolute;
        top: 8px;
    }

    .custom_main_aa .input-field:focus+label,
    .custom_main_aa .input-field:not(:placeholder-shown)+label {
        top: -17px;
    }

    .custom_main_aa .input-control {
        margin-bottom: 1rem;
        padding: 5px;
    }

    .custom_main_aa {
        /* padding: 124px 0; */
    }
}

@media(min-width:1400px) and (max-width:1440px) {
    .custom_main_aa {
        /* padding: 160px 0; */
    }
}

@media(min-width:1500px) and (max-width:1680px) {
    .custom_main_aa {
        /* padding: 170px 0; */
    }
}


.custom_main_aa {
    background: url(https://acelot-common-bucket.s3.ap-south-1.amazonaws.com/login_signup_bg.png) no-repeat;
    background-position: 0 -100px;
    background-size: 100%;
    width: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_main_aa .text-large {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding: 10px 10px 0;
    color: #333335;
}

.custom_main_aa .text-normal {
    font-size: 14px;
    font-weight: 400;
    color: #121212;
    padding: 10px 0;
}

.custom_main_aa .text-links {
    font-size: 1.5rem;
    font-weight: 400;
    color: #1a73e8;
}

.custom_main_aa .newwrapper {
    max-width: 500px;
    width: 100%;
    padding: 1rem 1.5rem;
    border: none;
    outline: none;
    color: #121212;
    background: #ffffff;
    background-color: #fff;
    opacity: 1;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    overflow: hidden;
}

.custom_main_aa .form {
    width: 100%;
    height: auto;
    margin-top: 2rem;
}

.custom_main_aa .input-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding: 0;
    position: relative;
    width: 50%;
}

.custom_main_aa .input-control+.error {
    position: relative;
    transform: translate(0, -12px);
}

.custom_main_aa .passwordicon {
    position: absolute;
    right: 1px;
    top: 1px;
    background: #EBECF0;
    width: 45px;
    overflow: hidden;
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 0 .65rem .65rem 0;
}

.custom_main_aa .input-field {
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    line-height: inherit;
    width: 100%;
    padding: 0.75rem 1rem;
    border: solid 1px #dee2e6;
    height: 50px;
    outline: none;
    border-radius: 0.65rem;
    background: white;
}


.custom_main_aa .input-field:focus {
    border-color: #473277;
    background-color: white;
    /* Keeps the same background as default */
    box-shadow: 0 0 0 3px rgba(71, 50, 119, 0.2);
    /* Optional focus ring */
}

.custom_main_aa .input-field::placeholder {
    font-family: inherit;
    /* Inherit the font-family */
    font-size: 1.3rem;
    /* Match the input's font size */
    color: #9ca3af;
    /* Set a soft gray color for the placeholder */
    /* Match the input's font weight */
}

.theme-btn-solid:hover {
    background: #008fd5 !important;
    border-color: #008fd5 !important;
}

.custom_main_aa .input-submit {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 0.95rem 1.25rem;
    border: none;
    outline: none;
    border-radius: 8px;
    color: #ffffff;
    background: #008fd5;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    text-transform: capitalize;
}

.custom_main_aa .striped {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0 1.8rem;
}

.custom_main_aa .striped-line {
    flex: auto;
    height: 2px;
    background: #dadce0;
}

.custom_main_aa .striped-text {
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    margin: 0 1rem;
}

.custom_main_aa .method-control {
    margin-bottom: 1rem;
}

.custom_main_aa .method-action {
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 5px;
    outline: none;
    border: 2px solid #dadce0;
    border-radius: 50px !important;
    color: #121212;
    background: #ffffff;
    text-transform: capitalize;
    transition: all 0.35s ease;
    display: inline-block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.method-action img {
    width: 20px !important;
}

.newsaml {
    width: auto !important;
}

.custom_main_aa .method-action:hover {
    background: #f1f5f9;
}

.custom_main_aa .newaction {
    font-size: 16px !important;

}

.newsaml img {
    width: 55px !important;
}

.custom_main_aa .input-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%
}

input:-webkit-autofill {
    appearance: none !important;
    background-color: white !important;
    color: white !important;
    box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset !important;
}

.custom_main_aa .input-left-border input {
    border-left: 4px solid var(--primary-color);
}

@media only screen and (max-width: 768px) {
    .custom_main_aa {
        padding: 30px 0;
    }
}

.custom_main_aa .newinput-control {
    width: 100% !important;
}

.custom_main_aa .input-control {
    position: relative;
    width: 100%;
}

.custom_main_aa .input-field:focus {
    border-color: #007BFF;
}

.custom_main_aa .labelbox {
    position: absolute;
    top: 2px;
    left: 10px;
    font-size: 15px;
    transform: translateY(55%);
    background: white;
    pointer-events: none;
    transition: all 0.3s ease;
    padding: 0 5px;
}

p#otpmsg {
    padding: 0 5px;
}

.custom_main_aa .input-field:focus+label,
.custom_main_aa .input-field:not(:placeholder-shown)+label {
    top: -20px;
    left: 10px;
    font-size: 14px;
    color: #575757 !important;
}

.theme-btn {
    border-radius: 10px;
    padding: 10px 20px;
}

@media(max-width:767px) {

    .method-action {
        width: 36px !important;
        height: 36px !important;
    }

    .method-action img {
        width: 18px !important;
    }

    .newsaml img {
        width: 50px !important;
    }

    .newsaml {
        width: auto !important;
    }
}

@media(min-width:768px) and (max-width:991px) {}

@media(min-width:992px) and (max-width:1024px) {}

@media(min-width:1200px) and (max-width:1280px) {
    .custom_main_aa .passwordicon {
        right: 5px;
        top: 6px;
    }

    .custom_main_aa .labelbox {
        position: absolute;
        top: 8px;
    }

    .custom_main_aa .input-field:focus+label,
    .custom_main_aa .input-field:not(:placeholder-shown)+label {
        top: -17px;
    }

    .custom_main_aa .input-control {
        margin-bottom: 1rem;
        padding: 5px;
    }

    .custom_main_aa {
        /* padding: 124px 0; */
    }
}

@media(min-width:1300px) and (max-width:1366px) {
    .custom_main_aa .passwordicon {
        right: 5px;
        top: 6px;
    }

    .custom_main_aa .labelbox {
        position: absolute;
        top: 8px;
    }

    .custom_main_aa .input-field:focus+label,
    .custom_main_aa .input-field:not(:placeholder-shown)+label {
        top: -17px;
    }

    .custom_main_aa .input-control {
        margin-bottom: 1rem;
        padding: 5px;
    }

    .custom_main_aa {
        /* padding: 124px 0; */
    }
}

@media(min-width:1400px) and (max-width:1440px) {
    .custom_main_aa {
        /* padding: 160px 0; */
    }
}

@media(min-width:1500px) and (max-width:1680px) {
    .custom_main_aa {
        /* padding: 170px 0; */
    }
}

#basicwizard ul.nav.nav-pills.nav-justified.form-wizard-header li {
    position: relative;
}

#basicwizard ul.nav.nav-pills.nav-justified.form-wizard-header li:nth-child(1)::after,
#basicwizard ul.nav.nav-pills.nav-justified.form-wizard-header li:nth-child(2)::after,
#basicwizard ul.nav.nav-pills.nav-justified.form-wizard-header li:nth-child(3)::after,
#basicwizard ul.nav.nav-pills.nav-justified.form-wizard-header li:nth-child(4)::after,
#basicwizard ul.nav.nav-pills.nav-justified.form-wizard-header li:nth-child(5)::after {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    border-top: 4px solid #0069af;
    width: 100%;
}

#basicwizard ul.nav.nav-pills.nav-justified.form-wizard-header li:nth-child(6)::after,
#basicwizard ul.nav.nav-pills.nav-justified.form-wizard-header li:nth-child(7)::after,
#basicwizard ul.nav.nav-pills.nav-justified.form-wizard-header li:nth-child(8)::after {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    border-top: 4px solid #F68320;
    width: 100%;
}
.card-custom {
    width: fit-content;
    padding: 8px 12px 0;
    border-radius: 7px;
    background: #f7f7f7b7;
    border: 1px solid #4444441a
}
.fs-16{
    font-size: 14px;
    font-weight: 500;
    color: #4e4e4e;
}
#unsafe_browrser_aksh {
    padding: 15px;
    margin: 10px 0 0;
    border-radius: 8px;
    background: #f7f7f7;
    position: relative;
}
div#accordion {
    margin: 10px 0 0;
}
#date_inputs {
    background: #f7f7f7;
    padding: 15px;
    margin: 0 0 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
}
#date_inputs:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #d3d1d1;
    top: -9px;
    left: 6px;
}
.gray-bg {
    background: #eaeaea;
    padding: 3px 15px;
    width: fit-content;
    border-radius: 6px;
    position: relative;
}
.gray-bg:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #d3d1d1;
    bottom: -6px;
    rotate: 180deg;
    left: 6px;
}
.exam_page_accordian {
   margin-top: 20px;
}
.exam_page_accordian button.btn.btn-link.w-100 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #4e4e4e;
    background: #d5d5d5;
    padding: 8px 20px;
    border-radius: 6px;
}

.clsss_type_bx {
    background: #f7f7f7;
    padding: 10px 15px;
    border-radius: 10px;
    width: fit-content;
    margin: 8px 0 15px;
}

#add_lecture_image_offline .instructor-image {
    background: #f7f7f7;
    padding: 15px;
    margin: 0 0 10px;
    border-radius: 10px;
    position: relative;
}

.multipleClassROws {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
    margin: 0 0 20px;
    position: relative;
}

.leftbox_offline {
    /* height: 70vh;
    overflow: auto;
    padding-right: 20px; */
}

.bluecolorr {
    color: #0069af;
    width: fit-content;
}

.gap-1 {
    gap: .5rem;
}



#leftbox_offline #nav-tab {
    gap: 1.5%;
}

#leftbox_offline .nav.nav-tabs a {
    font-size: 16px;
    color: #44546f;
    border: none;
    border-bottom: 2px solid transparent;
    position: relative;
}

#leftbox_offline .nav.nav-tabs a.active {
    font-size: 16px;
    font-weight: 600;
    color: #008fd5;
    border-bottom: 2px solid #008fd5;
}

#leftbox_offline .nav.nav-tabs a::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #b1b1b1;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 10px);
    border-radius: 50px;
}

#leftbox_offline .nav.nav-tabs a.custom_yellow_line::after {
    background: #ffbc00;
}

#leftbox_offline .nav.nav-tabs a::before {
    content: "";
    position: absolute;
    width: 116%;
    height: 12px;
    border-top: 1px solid #ccc;
    top: -24px;
    left: -70%;
    transform: translate(0%, 10px);
    border-radius: 0;
}

#leftbox_offline .nav.nav-tabs a.custom_yellow_line::before {
    border-top: 1px solid #ffbc00;
}

#leftbox_offline .nav.nav-tabs a:nth-child(1)::before {
    display: none;
}

input.lecture_image {
    border: 1px dashed #ccc;
    padding: 5px 15px;
    background: white;
    width: 100%;
}

.lecturer_delete_btn {
    position: absolute;
    top: -5px;
    right: -5px;
}

.lecturer_delete_btn button.btn.btn-danger.btn-sm {
    padding: 0px 5px;
    box-shadow: none;
    border-radius: 50px;
}


.summary-bx .switch {}

.summary-bx .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.summary-bx .slider {
    border-radius: 30px;
}

.summary-bx .slider:before {
    border-radius: 50%;
}

.summary-bx input:checked+.slider {
    background-color: #4CAF50;
}

.summary-bx input:checked+.slider:before {
    transform: translateX(30px);
}

#leftbox_offline div#nav-tabContent {
    height: 69vh;
    overflow: auto;
    padding-right: 15px;
}

.workshop_delete_btn {
    position: absolute;
    top: -5px;
    right: -5px;
}

.workshop_delete_btn .btn.btn-danger.btn-sm {
    padding: 0px 5px;
    box-shadow: none;
    border-radius: 50px;
}

.day-wrapper {
    position: relative;
}

.daybxbb {
    position: relative;
    top: -21px;
    background: #0069af;
    left: -22px;
    width: fit-content;
    color: white;
    padding: 5px 10px 2px;
    margin: 0 0 -3px;
    border-radius: 10px 5px 5px 5px;
}
.arrow_collapseblebx {
    padding: 2px 5px;
    font-size: 13px;
    height: 24px;
    margin: 4px 0 0;
}
.gap-4 {
    gap: 3rem;
}
.custom-colum {
    min-width: 260px;
}
.w-30 {
    width: 30%;
}
.accordianbg button {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding-left: 0;
    text-align: left;
}
.seetting_tabs h4 {
    font-weight: 500;
    color: #0569af;
    border: 1px solid #0169af47;
    padding: 4px 9px 4px;
    border-radius: 19px;
    font-size: 14px;
}
.selectdayBox {
    
}


.exam_page_accordian .card-body {
    background: rgb(235, 235, 235);
    border-radius: 8px;
}
.exam_page_accordian .card-header {
    margin: 0 0 4px;
}

.coloneckeditor .offset-lg-6.col-lg-2.my-1 .d-flex {
    justify-content: end;
}
.coloneckeditor .offset-lg-6.col-lg-2.my-1 .d-flex a {
    margin: 0 !important;
}

.coloneckeditor .Copyelement{
margin-bottom: 15px;
}

.s5 .switch_custom {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
  margin-bottom: 0;
}

.s5 .switch_custom input {
  opacity: 0;
  width: 0;
  height: 0;
}

.s5 .slider_custom {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.s5 .slider_custom:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px !important;
  bottom: 3px !important;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.s5 input:checked + .slider_custom {
  background-color: #0069AF;
}

.s5 input:checked + .slider_custom:before {
  transform: translateX(22px);
}
