.cstm-primary-button {
    border: 1px solid #8034E0;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 55px;
    gap: 15px;
    color: #fff;
    background: linear-gradient(to top, #8034E0, #1D1F27);
}

.cstm-primary-button img {
    width: 20px;
    height: 20px;
}

.cstm-create-program-accordion-wrapper .accordion {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cstm-accordion-item {
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
}

.cstm-accordion-header {
    width: 100%;
    padding: 14px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.15);
}

.cstm-create-program-accordion-wrapper .accordion .accordion-body {
    padding: 30px;

}

.cstm-create-program-accordion-wrapper .accordion .accordion-body>div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cstm-accordion-lesson-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    background-color: rgba(255, 255, 255, 0.05);
}

.cstm-accordion-lesson-content span {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cstm-accordion-lesson-content span:nth-child(2) {
    gap: 30px;
}

.cstm-accordion-lesson-content span img {
    width: 30px;
    height: 30px;
}

.cstm-accordion-lesson-content .cstm-accordion-lesson-title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

.cstm-accordion-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 15px;
    width: 100%;
}

.cstm-accordion-header-content>span {
    display: flex;
    align-items: center;
    gap: 15px;

}


.cstm-accordion-header-content>span:nth-child(1) .cstm-accordion-icon {
    height: 28px;
    width: auto;
}

.cstm-accordion-header-content>span:nth-child(2) .cstm-accordion-icon {
    height: 25px;
    width: 25px;
}

.cstm-accordion-header-content>span:nth-child(2) p:first-of-type {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    min-width: fit-content;
}

.cstm-accordion-header-content>span:nth-child(1) .cstm-accordion-header-title {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.cstm-accordion-header-content>span:nth-child(2) .cstm-accordion-select {
    background: transparent;
    color: #fff;
    border: 0;
    padding: 0;
    margin-left: -15px;
    font-size: 18px;
    font-weight: 400;
}

.cstm-accordion-header-content>span:nth-child(2) .cstm-accordion-select option {
    background-color: rgba(0, 0, 0, 0.5);
}

.cstm-accordion-content-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    color: #fff;
    outline: 0;
    cursor: pointer;
    padding: 14px 32px;
}

.cstm-accordion-content-button .cstm-accordion-icon {
    width: 20px !important;
    height: 20px !important;
}

.cstm-accordion-action-button {
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;

    outline: 0;
}

.cstm-accordion-action-button img {
    width: 30px;
    height: 30px;
}

.cstm-accordion-button {
    border: 0;
    outline: 0;
    background-color: transparent !important;
    position: relative;
    width: fit-content;
    padding: 0;
    margin: 0;
}

.cstm-accordion-button::after {
    color: #fff;
    fill: #fff;
}

.cstm-icon-placeholder {
    width: 20px;
    height: 20px;
    background-color: #444;
    border-radius: 4px;
}

.cstm-availability-dropdown {
    background-color: transparent;
    color: #fff;
    border: none;
}

.cstm-btn-add {
    background-color: #3a3b3d;
    color: #fff;
    border: none;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
}

.cstm-btn-add:hover {
    background-color: #4a4b4d;
}

@media screen and (max-width:992px) {
    .cstm-primary-button {
        font-size: 16px;
        padding: 12px 18px;
        gap: 10px;
    }

    .cstm-primary-button img {
        width: 15px;
        height: 15px;
    }
}

.cstm-education-content-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
    padding: 50px;
}

.cstm-card-wrapper {
    width: 100%;
    height: 100%;
}

.cstm-card {
    background-color: #2b1b3a;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    padding: 28px;
    height: 100%;
}

.cstm-card img {
    width: 100%;
    height: 277px;
    object-fit: cover;
    border-radius: 12px;
}

.cstm-card-body {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-top: 25px;
    flex: 1;
}

.cstm-card-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cstm-card-title-wrapper h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;

}

.cstm-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
}


.cstm-icon-buttons {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.cstm-icon-btn {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(129, 52, 224, 0.2);
    color: white;
    border-radius: 8px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    padding: 0 !important;
}

.cstm-icon-btn img {
    width: 20px;
    height: 20px;
    border-radius: 0;
}

.cstm-icon-btn:nth-child(2) img {
    width: 20px;
    height: 18px;
}

.cstm-icon-btn:hover {
    background-color: rgba(129, 52, 224, 0.3);
}

.cstm-card-text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.cstm-badge-container {
    display: flex;
    gap: 10px;
}

.cstm-badge {
    /* background-color: #5f27cd; */
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.cstm-badge-container p.tag {
    font-weight: 600;
    background-color: #5f27cd !important;
}

.cstm-card-footer {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
    margin-top: 38px;
}


.cstm-mobile-footer-navbar {
    display: none;
}

.cstm-navbar-search-Wrapper {
    margin-left: 25px !important;
}

/* CREATE PROGRAM CSS START */

.cstm-create-program-wrapper {
    padding: 50px;
}

.cstm-create-program-wrapper>div {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.06);

}

.cstm-create-program-tabs-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 34px;
    padding-top: 40px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.2);
}

.cstm-create-program-tabs {
    width: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.cstm-create-program-tabs .cstm-tab~.divider {
    width: 100%;
    max-width: 138px;
    height: 4px;
    background-color: #8335E1;
    border-radius: 10px;
    margin-top: 22px;
    margin-bottom: auto;
    opacity: 20%;
}

.cstm-create-program-tabs .cstm-tab {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    opacity: 20%;
}


.cstm-create-program-tabs .cstm-tab span {
    height: 48px;
    width: 48px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.cstm-create-program-tabs .cstm-tab span img {
    height: 22px;
    width: auto;
}

.cstm-create-program-tabs .cstm-tab.done span img {
    height: 22px;
    width: auto;
    display: none;
}

.cstm-create-program-tabs .cstm-tab span img.cstm-done-img {
    display: none;
}

.cstm-create-program-tabs .cstm-tab.done span img.cstm-done-img {
    display: inline-block !important;
}

.cstm-create-program-tabs .cstm-tab p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.cstm-create-program-tabs .cstm-tab.active,
.cstm-create-program-tabs .cstm-tab.done,
.cstm-create-program-tabs .cstm-tab.done+.divider {
    opacity: 100%;
}

.cstm-create-program-tabs .cstm-tab.done span,
.cstm-create-program-tabs .cstm-tab.active span {
    background-color: #8335E1;
    border-color: #8335E1;
}

.cstm-create-program-tabs .cstm-tab span img {
    width: 25px;
    height: 25px;
}

.cstm-progress-container {
    width: 500px;
    /* padding: 5px 10px; */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Dark translucent */
    font-family: Arial, sans-serif;
    font-size: 0.875rem;
    color: #ffffff;
}

.cstm-progress {
    height: 6px;
    width: 90%;
    background-color: #444;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
}

.cstm-progress-bar {
    width: 0;
    height: 100%;
    background-color: #a259ff;
    transition: width 0.4s ease;
    border-radius: 0px 25px 25px 0px;
}

.cstm-percentage-label {
    min-width: 30px;
    text-align: right;
    color: #ccc;
}

.cstm-create-program-content-wrapper {
    padding: 50px;
}

.cstm-create-program-content-wrapper>div>div>.cstm-primary-button {
    padding: 17px 33px;
    gap: 10px;
}

.cstm-create-program-content-wrapper>div>div>.cstm-primary-button img {
    width: 30px;
    height: 30px;
}

h4.cstm-create-program-title {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
}

.cstm-create-program-content-wrapper>div form {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.cstm-create-program-content-wrapper>div form label {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
}

.cstm-create-program-content-wrapper>div form select,
.cstm-create-program-content-wrapper>div form input,
.cstm-create-program-content-wrapper>div .cstm-upload-wrapper,
.cstm-create-program-content-wrapper>div form textarea {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(225, 225, 225, 0.2);
    border-radius: 5px;
    outline: 0;
    padding: 18px 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.cstm-create-program-content-wrapper>div .cstm-upload-wrapper {
    padding: 20px;
}

.cstm-create-program-content-wrapper>div form .cstm-flex-div>div input,
.cstm-create-program-content-wrapper>div form select {
    font-size: 16px;
    font-weight: 400;
}

.cstm-create-program-content-wrapper>div form select option {
    background-color: rgba(0, 0, 0, 0.5);
}

.cstm-create-program-content-wrapper>div form input::placeholder,
.cstm-create-program-content-wrapper>div form textarea::placeholder {
    color: rgba(225, 225, 225, 0.8);

}

.cstm-create-program-content-wrapper>div form textarea {
    height: 135px;
    resize: none;
    font-size: 18px;
    font-weight: 400;
}

.cstm-create-program-content-wrapper>div form .cstm-flex-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 36px;

}

.cstm-create-program-content-wrapper>div form .cstm-flex-div>div {
    width: 100%;
    max-width: 370px;
}

.cstm-create-program-content-wrapper>div form .cstm-flex-div>div>div {
    display: flex;
    flex-direction: column;
}

.cstm-toggle-buttons-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 25px 75px;
}

.cstm-toggle-buttons-wrapper>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.cstm-toggle-buttons-wrapper>div h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.cstm-toggle-wrapper {
    display: inline-block;
    position: relative;
    margin: 10px;
}

.cstm-toggle-input {
    display: none;
}

.cstm-toggle-switch {
    width: 50px;
    height: 25px;
    background-color: white;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: inset 0 0 0 2px #ccc;
}

.cstm-toggle-circle {
    width: 21px;
    height: 21px;
    background-color: purple;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.3s;
}

.cstm-toggle-input:checked+.cstm-toggle-switch .cstm-toggle-circle {
    background-color: #000;
    opacity: 50%;
    left: 27px;
}

.cstm-upload-area {
    background-color: #5555554D;
    color: white;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
}

.cstm-upload-area.dragover {
    background-color: #444;
    border-color: #bbb;
}

.cstm-upload-area>div p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}

.cstm-upload-area>div p strong {
    font-weight: 500;
}


.cstm-preview-container {
    max-width: 250px;
    max-height: 135px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.cstm-preview-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
}

.cstm-form-buttons-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cstm-form-buttons-wrapper button:nth-child(1) img {
    transform: rotate(180deg);
}

/* ----------------------- */


/* CREATE PAGE CSS END */

@media screen and (max-width:1500px) {
    .cstm-navbar-search-Wrapper {
        margin-left: 10px !important;
    }

    .cstm-education-content-wrapper {
        grid-template-columns: repeat(2, 1fr);
        padding: 35px;
    }
}


@media screen and (max-width:1300px) {
    .cstm-create-program-content-wrapper {
        padding: 25px;
    }

    .cstm-accordion-header-content span:nth-child(2) p {
        display: none;
    }

    .cstm-accordion-header-content .cstm-accordion-header-title {
        font-size: 20px !important;
    }
}

@media screen and (max-width:1200px) {
    .cstm-navbar-search-Wrapper {
        margin-left: 0px !important;
    }

    .cstm-education-content-wrapper {
        grid-template-columns: repeat(1, 1fr);
        padding: 20px;
        padding-bottom: 65px;

    }

    .cstm-create-program-wrapper {
        padding: 25px !important;
    }

    .cstm-create-program-content-wrapper>div>form .select-wrapper {
        min-width: 100%;
    }

    .cstm-create-program-content-wrapper .cstm-create-program-title {
        font-size: 28px;
    }
}

@media screen and (max-width:992px) {

    .content .navbar .sidebar-toggler,
    .sidebar {
        display: none !important;
    }

    .cstm-education-content-wrapper {
        padding-bottom: 100px;
    }

    .cstm-card {
        padding: 15px;
    }

    .cstm-card-title-wrapper h4 {
        font-size: 18px;

    }

    .cstm-icon-buttons {
        display: none;

    }

    .cstm-mobile-footer-navbar {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 95px;
        background-color: #181820;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.3);
    }

    .cstm-mobile-footer-navbar>nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0 30px;
        width: 100%;
    }

    .cstm-footer-nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        opacity: 50%;
        text-decoration: none;

    }

    .cstm-footer-nav-item:hover,
    .cstm-footer-nav-item.active,
    .cstm-footer-nav-item.active p {
        color: #8034E0 !important;
        opacity: 100%;
    }

    .cstm-footer-nav-item svg {
        fill: #fff;
        width: 25px;
        height: 25px;
    }

    .cstm-footer-nav-item svg path.no-change-fill {
        fill: #fff;
    }

    .cstm-footer-nav-item svg path {
        fill: #fff;
    }

    .cstm-footer-nav-item.active svg {

        width: 25px;
        height: 25px;
    }

    .cstm-footer-nav-item.active svg path.no-change-fill {
        fill: #181820 !important;
    }

    .cstm-footer-nav-item.active svg path {
        fill: #8034E0;
    }


    .cstm-footer-nav-item p {
        font-size: 11px;
        font-weight: 400;
        color: #fff;
    }



    .cstm-create-program-wrapper {
        padding: 20px !important;
    }

    .cstm-create-program-wrapper>div {
        margin-bottom: 100px;
    }

    .cstm-create-program-tabs {
        gap: 5px;
    }



    .cstm-create-program-tabs-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cstm-create-program-tabs .cstm-tab p {
        font-size: 16px;
    }

    .cstm-create-program-tabs .cstm-tab span {
        height: 40px;
        width: 40px;
    }

    .cstm-create-program-tabs .cstm-tab span img {
        height: 20px;
        width: 20px;
    }



    .cstm-create-program-content-wrapper {
        padding: 20px;

    }

    .cstm-create-program-content-wrapper>div form select,
    .cstm-create-program-content-wrapper>div form input,
    .cstm-create-program-content-wrapper>div .cstm-upload-wrapper,
    .cstm-create-program-content-wrapper>div form textarea {
        padding: 16px;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
    }

    .cstm-create-program-content-wrapper>div>form {
        gap: 25px !important;
    }

    .cstm-create-program-content-wrapper>div>form label {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .cstm-create-program-content-wrapper>div>form h5 {
        font-size: 18px;
    }

    .cstm-create-program-content-wrapper>div>form .cstm-flex-div {
        gap: 25px;
    }



    .cstm-create-program-content-wrapper>div>form .cstm-toggle-buttons-wrapper {
        flex-direction: column;
        gap: 25px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .cstm-create-program-content-wrapper>div>form .cstm-toggle-buttons-wrapper h5 {
        margin-bottom: 0;
    }

    .cstm-create-program-content-wrapper .cstm-toggle-buttons-wrapper>div {
        gap: 10px;
    }

    .cstm-create-program-content-wrapper .cstm-create-program-title {
        font-size: 22px;
    }

    .cstm-create-program-content-wrapper>div>div>.cstm-primary-button {
        gap: 7px;
        padding: 14px;
    }

    .cstm-create-program-content-wrapper>div>div>.cstm-primary-button img {
        width: 20px;
        height: 20px;
    }

    .cstm-create-program-content-wrapper>div>div>.cstm-primary-button p {
        font-size: 14px;
    }

    .cstm-create-program-content-wrapper .cstm-accordion-content-button {
        padding: 10px;
        gap: 5px;
    }

    .cstm-create-program-content-wrapper .cstm-accordion-content-button span {
        font-size: 14px;
    }

    .cstm-create-program-content-wrapper .cstm-accordion-action-button img {
        width: 25px;
        height: 25px;
    }

    .accordion .accordion-body {
        padding: 20px;

    }

    .accordion .accordion-body .cstm-accordion-lesson-content {
        padding: 10px 15px;
    }

    .accordion .accordion-body .cstm-accordion-lesson-content span:nth-child(1) {
        gap: 5px;
    }

    .accordion .accordion-body .cstm-accordion-lesson-content span:nth-child(2) {
        gap: 10px;
    }

    .accordion .accordion-body .cstm-accordion-lesson-content .cstm-accordion-lesson-title {
        font-size: 17px;
    }
}

@media screen and (max-width:700px) {
    .cstm-create-program-content-wrapper .cstm-accordion-content-button span {
        display: none;
    }
}

@media screen and (max-width:600px) {

    .cstm-create-program-wrapper .cstm-create-program-tabs {
        width: 100%;
    }

    .cstm-create-program-wrapper .cstm-progress-container {
        width: 100%;
    }

    .cstm-create-program-wrapper .cstm-create-program-tabs .cstm-tab~.divider {
        display: none;
    }

    .cstm-accordion-header-content>span:nth-child(1) .cstm-accordion-icon {
        width: 25px;
        height: 25px;
    }

    .cstm-create-program-content-wrapper .cstm-accordion-header {
        padding: 10px;
    }

    .cstm-create-program-content-wrapper .cstm-accordion-header-title {
        font-size: 15px !important;
    }

    .cstm-accordion-header-content {
        margin-right: 8px;
    }

    .cstm-accordion-header-content>span {
        gap: 8px;
    }

    .cstm-accordion-header-content>span:nth-child(2) p:first-of-type {
        font-size: 14px !important;
    }

    .cstm-accordion-header-content>span:nth-child(2) .cstm-accordion-select {
        font-size: 14px !important;
    }

    .cstm-accordion-header-content>span:nth-child(2) img {
        width: 20px;
        height: 20px;
    }

    .cstm-accordion-header-content>span:nth-child(2) img.cstm-accordion-icon {
        width: 20px;
        height: 20px;
    }

    .cstm-accordion-header-content>span:nth-child(2) .cstm-accordion-select {
        margin-left: -5px;
    }
}

@media screen and (max-width:500px) {



    .cstm-accordion-header-content>span:nth-child(1) .cstm-accordion-icon {
        width: 20px;
        height: 20px;
    }

    .cstm-create-program-content-wrapper .cstm-accordion-header {
        padding: 10px;
    }

    .cstm-create-program-content-wrapper .cstm-accordion-header-title {
        font-size: 15px !important;
    }

    .cstm-accordion-header-content>span {
        gap: 8px;
    }

    .cstm-accordion-header-content>span {
        flex-wrap: wrap;
    }

    .cstm-accordion-header-content>span:nth-child(2) p:first-of-type {
        font-size: 14px !important;
    }

    .cstm-accordion-header-content>span:nth-child(2) .cstm-accordion-select {
        font-size: 14px !important;
    }

    .cstm-create-program-content-wrapper .cstm-accordion-content-button {
        padding: 4px;
    }

    .cstm-create-program-content-wrapper .cstm-accordion-content-button img {
        width: 18px !important;
        height: 18px !important;
    }

    .cstm-accordion-header-content>span:nth-child(2) img {
        width: 18px;
        height: 18px;
    }

    .cstm-accordion-header-content>span:nth-child(2)>img.cstm-accordion-icon {

        display: none;
    }

    .cstm-accordion-header-content>span:nth-child(2) .cstm-accordion-select {
        margin-left: -5px;
    }

    .accordion .accordion-body {
        padding: 10px !important;

    }

    .cstm-accordion-lesson-content .cstm-accordion-lesson-title {
        max-width: 150px;
        font-size: 14px !important;
    }
}