:root {
    --primary-main-color: #A8D445;
    --ptc: #A8D445;
    --secondary-color: var(--gradients-green-yellow_linear,
            linear-gradient(287deg, #A8D445 30.28%, #BEE566 56.38%, #EEF480 88.85%, #FDFFC0 109.83%));
    --body-color: #ede4ff;
    --white-color: #ffffff;
    /* --body-color: rgba(168, 212, 69, 0.10); */
    --grayscale-black_200: #EEE;
    --grayscale-black_50: #FAFAFA;
    --primary-transparency-10: rgba(168, 212, 69, 0.10);
    --primary-transparency-40: rgba(168, 212, 69, 0.40)
}

.light-gray-bg{
    background-color: var(--grayscale-black_50);
}
.light-green-text{
    color: #73A010;
}

.notification-icon{
    border: none;
    background: none;
}

a{
    text-decoration: none;
    color: #2e2e2e;
}
.bg-secondary {
    background: var(--secondary-color) !important;
}

.ptc {
    color: var(--ptc);
}

.el-form-input {
    border-radius: 8px;
    border: 1px solid #BDBDBD;
    background: #FFF;
    display: flex;
    height: 48px;
    width: 100%;
    padding: 12px 16px;
    align-items: center;
    gap: 49px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid  #BDBDBD;
    background: var(--others-White, #FFF);
    outline: unset;

    &::placeholder {
        color: #BDBDBD;
    }
}

body {
    background: #FAFAFA !important;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

label {
    color: #2e2e2e;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.checkbox {
    width: 18px;
    height: 18px;
}

.radio {
    width: 20px;
    height: 20px;
}

.id {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gradient-btn {
    display: flex;
    height:  40px;
    padding: 12px  16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    border: 1px solid var(--primary-main-color);
    background: linear-gradient(287deg, #A8D445 30.28%, #BEE566 56.38%, #EEF480 88.85%, #FDFFC0 109.83%);
    color: #424242;
}

.border-btn {
    display: flex;
    width: fit-content;
    height: 40px;
    padding: 12px 16px;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid #73A010;
    color: #73A010;
    border-radius: 8px;
    background-color: transparent;
}

.gray-btn {
    display: flex;
    height: var(--3xl, 40px);
    padding: 12px var(--m, 16px);
    justify-content: flex-end;
    align-items: center;
    gap: var(--xxs, 6px);
    border-radius: 8px;
    background: var(--grayscale-black_300, #E0E0E0);
    color: #BDBDBD;
    border: none;
}

.green-bg-btn {
    display: flex;
    height: var(--3xl, 40px);
    padding: 12px var(--m, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--xxs, 6px);
    border-radius: 8px;
    background: var(--main_colors-600, #BEE566);
    box-shadow: 0px 0px 1px 3px var(--primary-transparency-20, rgba(168, 212, 69, 0.20));

}

.main-green-btn {
    display: flex;
    padding: var(--xs, 10px) var(--2xl, 36px);
    align-items: flex-start;
    gap: 10px;
    color: white;
    border-radius: 10px;
    background: #73A010;
    box-shadow: 0px 0px 5px 0px rgba(168, 212, 69, 0.20), 0px 25px 35px 0px rgba(168, 212, 69, 0.20);
}


.green-border-btn {
    height: 40px;
    padding: 0px 16px;
    border-radius: 8px;
    border: 1px solid #73A010;
    color: #73A010;
    background-color: white;
}

.last-active {
    background: #F5FEE1;
    color: #73A010;
    display: flex;
    padding: 4px var(--xxs, 6px) 6px var(--xxs, 6px);
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 6px;
    width: 109px;

}

.inactive {
    background-color: #FFF5F5;
    color: #f33;
    display: flex;
    padding: 4px var(--xxs, 6px) 6px var(--xxs, 6px);
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 6px;
    width: 109px;
}

.org-payment-pending {
    display: flex;
    padding: 4px 6px 6px 6px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    color: #FFC700;
    border-radius: 6px;
    background: var(--Light_BG-light_yellow, #FFFEE8);
    width: 119px;
}

/********************************** dashboard css start here ***********************************/

/*********************** top-bar **************************/
.navbar-main {
    margin-left: -21px;
    display: flex;
    height: 80px;
    min-width: 1200px;
    max-width: 1680px;
    max-height: 80px;
    padding: 0px 30px;
    justify-content: flex-end;
    align-items: center;
    gap: var(--2xl, 36px);
    align-self: stretch;
}

.Search-container {
    align-content: center;
}

.Search-container form {
    display: flex;
    width: 480px;
    padding: 12px 16px;
    align-items: center;
    gap: 5px;
    border-radius: 8px;
    border: 2px solid #EEEEEE;
    background: var(--grayscale-black_50);
    font-size: 14px;
    & input {
        border: none;
        outline: none;
        background: none;
        width: 100%;

    }
}

.notification {
    width: 22px;
    height: 50px;
    background-color: var(--white-color);
    border-radius: 6px;
    align-self: center;

    & span {
        line-height: 50px;
    }

}

.menu {
    width: 50px;
    height: 50px;
    background-color: var(--white-color);
    border-radius: 6px;
    display: none;
}

.menu {
    display: none;
    width: 50px;
    height: 50px;
    background-color: var(--white-color);
    border-radius: 6px;

    & span {
        margin: 12px 12px;
    }
}


.dropbtn {
    background-color: var(--white-color);
    color: var(--primary-color);
    padding: 12px 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 6px;
}



.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--white-color);
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: var(--primary-main-color);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: var(--body-color);
}

.show {
    display: block;
}

/******************************** sidebar css */
#sidebar.collapsed main{
    margin-left: 4.6rem;
    transition: display 0.3s;
  }
#sidebar.collapsed .icon-text{
   display: none;
  }
#sidebar.collapsed {
    width: 80px;
  }
#sidebar.collapsed .menu-text {
    display: none;
  }
#sidebar.collapsed .menu-item {
    justify-content: center;
  }
.logo{
    display: flex;
    align-items: center;
}


.logo img {
    width: 93px;
    height: 80px;
    padding: 10px 0;
}
.collapsed-margin{
    margin-left: 4.6rem;
}
.main{
margin-left: 15.6rem
}

aside li {
    display: flex;
    justify-content: end;
}

aside {
    width: 250px;
    position: fixed;
    height: 100vh;

    & .nav-link {
        display: flex;
        width: 230px;
        height: var(--4xl, 48px);
        padding: 10px var(--xs, 10px);
        align-items: center;
        gap: 6px;
        position: relative;

        & span {
            color: #757575;
            font-size: 16px;
            font-weight: 500;
        }
    }
}

aside .active .nav-link {
    border-radius: 6px 0px 0px 6px;
    background: var(--primary-transparency-10, rgba(168, 212, 69, 0.10));
    box-shadow: 0px 0px 5px 0px var(--primary-transparency-20, rgba(168, 212, 69, 0.20)), 0px 25px 35px 0px var(--primary-transparency-20, rgba(168, 212, 69, 0.20));
    border: 1px solid var(--primary-transparency-20, rgba(168, 212, 69, 0.20));

    & i,
    & span {
        color: var(--primary-main-color) !important;
        font-weight: bold;
    }

    & svg {
        fill: var(--primary-main-color) !important;
        color: var(--primary-main-color) !important;
    }

    & .green-border {
        width: 6px;
        height: 38px;
        position: absolute;
        right: 0px;
        top: 4px;
        border-radius: 6px 0px 0px 6px;
        background: #73A010;
    }

}

.nav-link svg,
span {
    color: #757575;
    fill: var(--primary-main-color) !important;
}


.settings {
    position: absolute;
    bottom: 0;
}

.light-bg {
    border-radius: 22px;
    background: var(--grayscale-black_50, #FAFAFA);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05), 0px 25px 35px 0px rgba(0, 0, 0, 0.03);
}

.course-tag {
    padding: 1px 13px;
    border-radius: 10px;
    border-radius: 16px;
    background: var(--primary-transparency-40, rgba(168, 212, 69, 0.40));
}

.cousre-program a {
    background-color: var(--button-color);
    padding: 10px 20px;
    color: var(--white-color);
    border-radius: 6px;

    & .form-control {
        width: 50%;
        display: inline;
    }
}

.pie-chart img {
    width: 120px;
}

.chart-div {
    width: 100%;
    height: 200px;
}

#course {
    color: #73A010;
    width: auto;
    height: 36px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #73A010;
    background: transparent;
}

#filter-btn {
    display: flex;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #73A010;
    background-color: transparent;
    color: #73A010;
    width: 75px;
}

.date-input {
    display: flex;
    padding: 7px 15px;
    background: var(--main_colors-100, #F5FEE1);
    border-radius: 8px;
    align-items: center;
    gap: 10px;

    & input {
        border: none;
        background-color: transparent;
        color: #73A010;
    }
}

.earning-data {
    position: relative;
    text-align: center;
    margin-left: 40px;
    border-radius: 18px;
}

.stu-btn,
.org-btn-active {
    display: flex;
    height: 40px;
    padding: var(--xxs, 6px) var(--xl, 24px);
    justify-content: center;
    align-items: center;
    gap: var(--xxs, 6px);
    flex: 1 0 0;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid var(--primary-transparency-20, rgba(168, 212, 69, 0.20));
}

.org-btn-active {
    border-radius: 0px 8px 8px 0px;
}

.stu-btn-deactive {
    display: flex;
    height: 40px;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex: 1 0 0;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid var(--primary-transparency-20, rgba(168, 212, 69, 0.20));
    background: #FFF;
}

.org-btn {
    display: flex;
    height: 40px;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex: 1 0 0;
    border-radius: 0px 8px 8px 0px;
    border: 1px solid var(--primary-transparency-20, rgba(168, 212, 69, 0.20));
}

.no-learner {
    display: flex;
    width: 160px;
    height: 160px;
    padding: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: rgba(168, 212, 69, 0.10);
}

/* .add-learner-btn {
    display: flex;
    height: 40px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #A8D445;
    background: linear-gradient(287deg, #A8D445 30.28%, #BEE566 56.38%, #EEF480 88.85%, #FDFFC0 109.83%);
} */

.form-control [type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

.option {
    background: var(--white-color);
    color: var(--primary-main-color);
    border: none;
}



.revenue p {
    color: #01c248;
}

.revenue svg {
    margin-top: 5px;
}

.right-section {
    height: 100%;
    width: 100%;
}

.thumbnail-background {
    width: 250px;
    height: 188px;
    background-color: rgba(245, 254, 225, 1);
    padding: 40px;
    border-radius: 22px
}

.course-date span {
    color: #424242;
    border-radius: 8px;
    background: #F5FEE1;
}

.course-detail h4 {
    font-size: 24px;
}

.rating i,
.half-star {
    color: rgba(255, 199, 0, 1);

}

.chart-container {
    width: 494px;
    height: 230px;
}

.custom-chart {
    width: 100%;
    height: 100%;
}

.view-all {
    margin-bottom: 20px;

    & a {
        font-size: 16px;
        color: #73A010 !important;
    }
}

.price-tag {
    border-radius: 10px;
    background: #F5FEE1;

    padding: 6px 10px;

}

.green-tag,
.blue-tag,
.red-tag {
    width: 36px;
    height: 24px;
    padding: 8px 8px 10px 8px;
    line-height: 0.5;
    color: white;
    border-radius: 16px;
    background: #00C247;
}

.blue-tag {
    background-color: #00A9F1;
}

.red-tag {
    background: #FF5726;
}

.best-selling-courses {
    border-radius: 22px;
}

/*************************manage user css start here*******************************************/





.stu-details {
    position: relative;
}

.bio-btn {
    position: absolute;
    bottom: 0;
}

.delete-student-btn {
    display: flex;
    height: var(--3xl, 40px);
    padding: 12px var(--m, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--xxs, 6px);
    border-radius: 8px;
    background: var(--alert-status-error, #F33);

    & a {
        color: white;
    }
}

.login-credentials {
    display: flex;
    height: var(--3xl, 40px);
    padding: 12px var(--m, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--xxs, 6px);
    border-radius: 8px;
    background: var(--main_colors-100, #F5FEE1);
}

.edit-btn a {

    & span {
        color: white;
        margin-right: 10px;
    }
}

.view-pay-btn a {
    color: #73A010;
    border-radius: 6px;
}

.stu-side-section {
    background: var(--grayscale-black_50, #FAFAFA);
    border-radius: 10px;
    width: 348px;
    max-width: 100%;
}

.subscribe .thumbnail-background {
    width: 110px;
    height: 82px;
    flex-shrink: 0;
    fill: var(--main_colors-100, #F5FEE1);
    padding: 12px;

    & p {
        font-size: 12px;
        color: #171923;
        font-weight: 500;
    }
}

.subscribe img {
    width: 87.682px;
    height: 46.467px;
    flex-shrink: 0;
}

.stu-side-section .progress {
    width: 100%;
}

.student-organization {
    border-radius: var(--m, 16px);
    background: var(--grayscale-black_50, #FAFAFA);
    padding: 12px;
}

.unit {
    background: var(--primary-main-color);
    width: 50%;
    text-align: center;
    color: var(--white-color);
    margin: 0px auto;
    border-radius: 6px;
}


.payment-pending {
    display: flex;
    padding: 5px var(--xs, 10px);
    align-items: center;
    gap: 5px;
    border-radius: var(--xxs, 6px);
    background: var(--Light_BG-light_red, #FFF5F5);
    color: #f33;
    width: 136px;
    font-size: 14px;
}



.invoice-icon {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 7px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 32px;
    border: 1px solid var(--grayscale-black_50, #FAFAFA);
    background: var(--Light_BG-light_red, #FFF5F5);
}

.phone {
    padding: 8px 20px;
    border: none;
    border-radius: 6px;
    background: var(--button-color);
    color: white;
}

.mail-input {
    border-radius: var(--radi-mlg, 8px);
    border: 1px solid var(--grayscale-black_400, #BDBDBD);
    background: var(--others-White, #FFF);

    & input {
        border: none;
        margin-left: 10px;
        outline: none;
    }
}

.mail-input button {
    border: none;
    padding: 5px 15px;
    border-radius: 6px;
}

.mail-option .col-4 a {
    display: flex;
    height: 32px;
    padding: 8px 8px 8px 12px;
    align-items: center;
    gap: 2px;
    border-radius: 8px;
    border: 1px solid #EEE;
    background: #FFF;
    overflow: hidden;
}

.mail-option .col-3 a {
    display: flex;
    height: 32px;
    padding: 8px 8px 8px 12px;
    align-items: center;
    gap: 2px;
    border-radius: 8px;
    border: 1px solid #EEE;
    background: #FFF;
    & span{
        font-size: 24px;
    }
}

.mail-optiion .col-4 a span
 {
    font-size: 16px;
}

.mail-option {
    border-radius: 16px;
    background: #FAFAFA;
    margin-top: 20px;
}

.submit-btn {
    background-color: var(--button-color);
    padding: 10px 30px;
    color: var(--white-color);
    border-radius: 6px;
    border: none;
    margin-bottom: 20px;
}

.cancel-btn {
    background: none;
    margin-right: 10px;
    padding: 10px 30px;
    color: black;
    border-radius: 6px;
    border: none;
    margin-bottom: 20px;
    border: 1px solid black;
}

.basic-plan {
    background: var(--body-color);
    border-radius: 10px;
}

.contact-stu {
    background-color: var(--button-color);
    padding: 10px 30px;
    color: var(--white-color);
    border-radius: 6px;
    border: none;
    margin-top: 90px;
}

tbody tr td .download-btn {
    background-color: var(--button-color);
    padding: 10px 30px;
    color: var(--white-color);
    border-radius: 6px;
    border-right: none;
    margin: 10px 0px;
}

.org-upgrade {
    width: 80px;
    height: 80px;
    border: 8px solid gray;
    border-radius: 50%;
    padding: 10px;
    text-align: center;

    & p {
        font-size: 12px;
        margin-top: -8px;
    }
}

.org-upgrade-2 {
    width: 60px;
    height: 60px;
    border: 5px solid gray;
    border-radius: 50%;
    padding: 10px 0;
    text-align: center;
}

.more-info {
    cursor: pointer;
    position: relative;
}

.inner-info {
    margin-right: 30px;
    position: absolute;
    right: 40px;
    box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.2);
    display: none;
}

.inner-info-style {
    width: 230px;
    color: var(--primary-main-color);
    padding: 10px 20px;
    background: var(--white-color);
    border-radius: 10px;
    margin-top: -20px;
    display: block;
}

/******************************manage user css end  here***************************************/
/*******************manage Course start here******************************/
.breadcrumb {
    background: none;

    & a {
        letter-spacing: 0;
        color: #979797;
        font-size: 12px;
    }
}

.breadcrumb-item.active {
    color: var(--primary-main-color);
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}

.concept input {
    padding: 15px 10px;
    border-radius: 6px;
    border: 1px solid gray;
}

.subject input {
    padding: 16px 20px;
    border-radius: 6px;
    border: none;
    width: 100%;
    background: none;
    border-radius: 10px;
    background: var(--white-color);
}

.main-path {
    background: var(--button-color);
    padding: 10px 30px;
    color: var(--white-color);
    border: none;
    border-radius: 6px;
    margin-right: 10px;
}

.side-path {
    background: none;
    padding: 10px 30px;
    color: var(--button-color);
    border: none;
    border-radius: 6px;
    margin-right: 10px;
}

.side-path:hover {
    background: var(--button-color);
    padding: 10px 30px;
    color: var(--white-color);
    border: none;
    border-radius: 6px;
    margin-right: 10px;
}

.upload-btn {
    background: var(--button-color);
    padding: 10px 30px;
    color: var(--white-color);
    border: none;
    border-radius: 6px;
    margin-right: 10px;
}

.right-sec {
    background: var(--body-color);
    padding: 10px;
}

.block-btn {
    background: var(--button-color);
    padding: 10px 30px;
    color: var(--white-color);
    border: none;
    border-radius: 6px;
    margin-right: 10px;

    & p {
        color: white;
    }
}

.block-btn2 {
    background: none;
    padding: 10px 30px;
    color: var(--button-color);
    border: none;
    border-radius: 6px;
    margin-right: 10px;
}

.block-btn2:hover {
    background: var(--button-color);
    color: var(--white-color);

    & p {
        color: white;
    }
}

.que-btn {
    background: var(--button-color);
    padding: 10px 40px;
    color: var(--white-color);
    border: none;
    border-radius: 6px;
    margin-right: 10px;
}

.edit-btn {
    display: flex;
    height: var(--3xl, 40px);
    padding: 12px var(--m, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--xxs, 6px);
    border-radius: 8px;
    border: 1px solid var(--main_colors-800, #73A010);
}

.intro-video .play-btn {
    background: var(--body-color);
    padding: 10px;
    border-radius: 50%;
}

.index {
    width: 180px;
    height: 200px;
    overflow: auto;
}

.edit-tools {
    background: #c9c9c9;
}

.first {
    border-right: 2px solid #969696;
    display: inline-block;
    padding-right: 15px;
}

.video-title {
    display: flex;
    flex-direction: column;
}

.edit-tools button {
    border: none;
    background-color: transparent;
    font-size: 18px;
    padding: 4px 10px;
    user-select: none;
}

.edit-tools button:hover {
    background-color: #e6e6e6;
}

.edit-tools button:focus {
    background: var(--body-color);
    color: var(--primary-main-color);
}

.second {
    border-right: 2px solid #969696;
    display: inline-block;
    padding-right: 15px;
}

.forth {
    border-right: 2px solid #969696;
    display: inline-block;
}

.error-msg-section {
    position: relative;
}

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

/*******************manage Course end here ******************************/

/*******************performance start here ******************************/

.stu-count {
    background: var(--body-color);
    border-radius: 6px;
    width: 244px;
    height: 83px;

    & .div {
        width: 51px;
        height: 51px;
        background: var(--primary-main-color);
        border-radius: 50%;
    }
}

.stu-perf {
    width: 239px;
    height: 49px;
    padding: 8px 0;
}

.top-students {
    width: 238px;
    height: auto;
    background-color: var(--body-color);

    & h4 {
        font-size: 16px;
    }
}

.stu-detail .person {
    background: var(--secondary-color);
    width: 48px;
    height: 48px;
    color: white;
    border-radius: 50%;
    text-align: center;
    padding: 10px 0;
}

.round-div,
.round-div-1 {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 0px 6px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 2px solid var(--grayscale-black_50, #FAFAFA);
    background: var(--main_colors-600, #BEE566);
    margin-left: -7px;
    font-size: 10px;
}


.basic-concept-chart img {
    width: 100px;
    height: 100px;
}

.org-icon {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--grayscale-black_50, #FAFAFA);
    background: var(--main_colors-600, #BEE566);
    border-radius: 23px;
    text-align: center;
}

/*******************performance start here ******************************/

/*********************************popup start here*******************************************************/

#new-credentials-bg {
    background-image: url("../images/new-credential-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 280px;
}

.contact-textarea {
    display: flex;
    min-width: 300px;
    min-height: 212px;
    align-items: center;
    gap: 163px;
    margin: 0px 20px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--main_colors-800, #73A010);
    background: var(--main_colors-100, #F5FEE1);
    box-shadow: 0px 2px 5px 0px var(--primary-transparency-20, rgba(168, 212, 69, 0.20));
}

.contact-textarea textarea {
    border: none;
    outline: none;
    background-color: transparent;
}

.contact-content {
    margin: 0px 20px;
}

#create-new-org {
    background-image: url("../images/create-new-org.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 280px;
    display: flex;
    align-items: start;
 }

#create-new-org-2 {
    display: flex;
    align-items: start;
}
.modal-header {
    border: 0;
   }
   .modal-footer{
    border: 0;
   }

/********************************** login css *************************/
.form-container {
    position: relative;
    height: 100vh;
}

.form-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-title {
    font-size: 30px;
}

.form-control-input {
    border: 1px solid #5a5a5a;
    border-radius: 5px;
    width: 410px;
    height: 50px;
    appearance: var(--button-color);
}

.form-content {
    padding: 25px;
}

.login-btn {
    width: 410px;
    height: 50px;
    padding: 12px 11px 12px 11px;
    border-radius: 6px;
    border: none;
}

.form-check-input:checked::after {
    border: var(--button-color);
    background-color: var(--button-color);
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"]:checked,
.form-check:not(.form-switch) .form-check-input[type="radio"]:checked {
    border-color: var(--button-color);
}

.btn {
    text-transform: none;
}

.elearning-video {
    position: relative;
}

.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*********************************popup  end here*******************************************************/
@media (max-width: 1000px) {
    .course-wrapper {
        flex-direction: column;
    }

    .right-section {
        width: 100% !important;
        margin-left: 0px !important;
        min-height: auto !important;
    }

    .navbar-vertical {
        position: absolute;
        left: -250px !important;
    }

    .shownavbar-vertical {
        left: 250px;
    }

    .main {
        margin: 1rem;
    }

    /* .charts {
        flex-direction: column;
        align-items: center;
    }
    .line-chart {
        width: 100%;
    }*/
    .month p {
        margin-right: 4px;
    }

    .chart-div {
        width: 90%;
    }

    .Search-container input {
        display: none;
    }

    .search {
        display: block;
    }

    .menu {
        display: block;
    }
}

.country-selector {
    display: flex;
    align-items: center;
    margin-right: 10px;
    height: 36px;
    padding: 12px;
    justify-content: center;
    border-radius: 8px;
    background: #F5FEE1;
}

#selected-flag {
    margin-right: 5px;
}

#country-code-select {
    border: none;
    background: transparent;
    font-size: 16px;
    margin-right: 10px;
}

input[type="tel"] {
    padding: 5px;
    font-size: 16px;
    flex-grow: 1;
}

/* Full screen modal */

.el-modal {
    /* position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.20);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 10000000; */

    display: none; /* Hide modal by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
    z-index: 1050; /* Bootstrap modal z-index */
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.el-modal-content {
    background-color: white;
    padding: 1rem 1.5rem;
}

.el-close-button {
    float: right;
    cursor: pointer;
}


.el-show-modal {
    display: flex;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}


/* *********************Manage-Price CSS*****************/

/*checkbox */
.user-img {
    display: flex;
    width: 56px;
    height: 56px;
    padding: 11px 14px 13px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    font-size: 16px;
    border: 1px solid var(--grayscale-black_50, #FAFAFA);
    background: var(--main_colors-600, #BEE566);
}

.elem-bg {
    border-radius: var(--xxs, 6px);
    background: var(--Light_BG-light_green, #F7FFE6);
}

.modal-back-header {
    background: linear-gradient(180deg, #F5FEE1 0%, rgba(245, 254, 225, 0.00) 100%);
}

.checkbox , .checkbox_main{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 17px;
    height: 17px;
    justify-content: center;
    align-items: center;
    border: 2px solid #EEE;
    background-color: #fff;
    border-radius: 4px;
    outline: none;
    position: relative;
}

.checkbox:checked , .checkbox_main:checked{
    background: #73A010;
}

.checkbox:checked:after,.checkbox_main:checked:after {
    content: '\2714';
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox_main {
    width: var(--xl, 24px);
    height: var(--xl, 24px);
    fill: var(--others-White, #FFF);
    stroke-width: 2px;
    stroke: var(--grayscale-black_200, #EEE);
}

.hidden{
    display: none;
}

button[disabled=disabled], button:disabled
    {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

/* START :: Dropzone video upload */

#course-video {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: var(--radi-mlg, 8px);
    border: 1px dashed var(--main_colors-800, #73A010);
    background: var(--others-White, #FFF);
    position: relative;
}

.dz-message {
    margin-top: 20px;
    font-family: Arial, sans-serif;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dz-message img.upload-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.choose-file-btn {
    border: 1px solid var(--main_colors-800, #73A010);
    border-radius: var(--radi-mlg, 8px);
    padding: var(--s, 12px);
    gap:4px;
    cursor: pointer;
    margin: 10px 0;
}

.choose-file-btn:hover {
    background-color: #45a049;
}

.upload-progress-container {
    display: none; /* Hidden until a file is uploaded */
    margin-top: 20px;
}

.dz-preview .dz-file-preview .dz-details {
    text-align: center !important;
    font-size: 16px !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.dropzone .dz-preview{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-top: 10px !important;
}

/* .dz-details{
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 0 10px !important;
} */

.dropzone .dz-preview .dz-progress {
    /* height: 10px;
    background: white !important;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 15px;
    width: 100% !important; */
    background: #ffffff !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 10px !important;
    margin-top: 20px !important;
    /* position: relative !important; */
    margin-left: unset!important;
    left: unset!important;
    right: unset!important;
    bottom: 0!important;
}

.upload-progress-container{
    background: #d8f19f !important;
    width: 100%;
    border-radius: var(--radi-mlg, 8px);
}
/* .dz-preview .dz-upload {
    height: 100% !important;
    background: #73A010 !important;
    width: 0 !important;
    transition: width 0.4s ease !important;
} */
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #73A010 !important;
    height: 100%;
}
.dropzone .dz-uploading{
    font-weight: 600;
    color: black;
}

.dz-filename, .dz-size {
    font-size: 14px !important;
    color: #666 !important;
}

/* END :: Dropzone video upload */

.ck-editor__editable {
    min-height: 700px; /* Minimum height for the editor */
    max-height: 700px; /* Maximum height for the editor */
    height: 700px; /* Fixed height */
    box-sizing: border-box;
}
