@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
:root {
    --theme-color: #e94222;
    --heading-font: "Plus Jakarta Sans", sans-serif;
    --body-font: "Plus Jakarta Sans", sans-serif;
}

.text-primary {
    color: var(--theme-color) !important;
}
.bg-primary-theme {
    background: var(--theme-color) !important;
    color: white;
}
body,
html {
    font-family: var(--body-font) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font) !important;
    font-weight: 600;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    background: #fcfcfc !important;
    border: 1px solid #f0f0f5;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-radius: 10px;
    border: 1px solid var(--theme-color) !important;
    background: #fcfcfc;
}
.crancy-product-card .nav-tabs .nav-link {
    color: #404054 !important;
}
.crancy-product-card .nav-tabs .nav-link.active {
    color: var(--theme-color) !important;
}
.nice-select,
select,
.crancy-table-filter__single input {
    border: 1px solid #f0f0f5 !important;
}

.nice-select,
select,
.crancy-table-filter__single input {
    background: #fcfcfc !important;
    border: 1px solid transparent;
}

.crancy-header {
    border-bottom: 1px solid #f0f0f5;
}

.avatar {
    width: 120px;
    height: 120px;
}

.submenu_active {
    color: #fd4917 !important;
}

.delete_danger_btn {
    background: #fae3e5 !important;
    color: #dc3545 !important;
}

.delet_modal_form {
    display: flex;
    width: 100%;
    gap: 15px;
}

.create_new_btn_box {
    min-width: 100% !important;
}

.create_new_btn_inline_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.create_new_btn_inline_box h4 {
    margin-bottom: 0px !important;
}

.translation_main_box h4 {
    margin-bottom: 0px !important;
}

.translation_box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.translation_main_box .crancy-customer-filter {
    padding: 0px !important;
}

.seo_description_box {
    height: 120px !important;
}

.crancy-adashboard {
    border-left: none;
}

.crancy-adashboard.crancy-show.language_box {
    padding-bottom: 0px !important;
}

.car_gallery_image {
    height: 160px;
    width: 200px;
}

.approval_button {
    background: #06a722;
}

.approval_featured {
    background: #b90ef1f0;
}

.tagify tag > div::before {
    -webkit-box-shadow: 0 0 0 16px transparent inset !important;
    box-shadow: 0 0 0 16px transparent inset !important;
}

.tagify tag > div {
    padding: 0px 25px 0px 15px !important;
    color: #fff !important;
    font-weight: 400 !important;
}

.tagify tag x:hover {
    color: #fff !important;
    background: transparent !important;
}

.tagify tag x:hover + div > span {
    opacity: 1 !important;
}

.tagify tag:hover:not([readonly]) div::before {
    box-shadow: 0 0 0 16px transparent inset !important;
}

.tagify tag {
    margin: 0 !important;
}

.tagify__input {
    min-width: 110px;
    margin: 0 !important;
    padding: 0 !important;
}

.faq_image {
    height: 200px !important;
}

.cv-button {
    color: #14212b !important;
}

.user_edit_btn {
    background-color: #22c55e !important;
}

.user_delete_btn {
    background-color: #ef4444 !important;
}

.intro_imagee {
    width: 500px !important;
}

.intro_imagee2 {
    height: 350px !important;
}

.join_seller_img {
    height: 500px !important;
}

.info-card-wrapper {
    background-color: #ffff;
    border-radius: 8px;
}

.info-card-header {
    padding: 16px 24px;
    border-radius: 8px 8px 0 0;
    background-color: rgba(34, 190, 13, 0.2);
}

.info-card-body {
    padding: 16px 24px;
}

.info-card-title {
    font-size: 18px;
    font-weight: 600;
}

.info-card-subtitle {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #edebe7;
}

.info-card-list {
    padding: 14px 0;
}

.info-card-list li {
    margin-bottom: 10px;
}

.info-card-list-item p {
    color: #5b5b5b;
    font-size: 16px;
    line-height: 26px;
}

.info-card-list-item .payment-success {
    color: #22be0d;
}

.service-item {
    color: #06131c;
    font-size: 16px;
}

.info-text {
    color: #06131c;
}

.seller-avatar {
    width: 78px;
    height: 78px;
    border-radius: 10px;
}

.card-seller-name {
    font-size: 20px;
    font-weight: 700;
}

.card-seller-name span {
    color: #5b5b5b;
    font-size: 16px;
    font-weight: normal;
}

.seller-location {
    font-size: 16px;
    color: #06131c;
}

.seller-info-list-item {
    color: #5b5b5b;
    padding: 16px 0;
    border-top: 1px solid #edebe7;
}

.seller-info-list-item p {
    color: #5b5b5b;
    font-size: 16px;
}

.modal-body td p {
    color: #212529;
}

.crancy-table__product-title p {
    color: #14212b;
    font-weight: 500;
}

.ed-invoice-main-wrapper
    .ed-invoice-page
    .ed-inv-billing-info
    .ed-inv-more-info
    .ed-inv-paid-status {
    margin-left: 10px;
}

.ed-page-title-default {
    font-size: 18px;
    font-weight: 500;
    color: rgba(22, 27, 61, 1);
    margin: 20px 0;
}

/*================= education card ======================== */

.td_mb_14 {
    margin-bottom: 14px;
}

.td_card.td_style_3 .td_card_thumb {
    width: 100%;
    aspect-ratio: 410 / 276;
}

.td_card.td_style_3 .td_card_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.td_card.td_style_3 .td_card_thumb img {
    width: 100%;
    transition: all 0.8s ease;
}

.td_radius_10 {
    border-radius: 10px;
}

.td_white_color {
    color: #fff;
}

.td_radius_30 {
    border-radius: 30px;
}

.td_medium {
    font-weight: 500;
}

.td_btn.td_style_1 .td_btn_in::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: inherit;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.4s ease;
}

.td_btn.td_style_1 .td_btn_in {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 13px 25px;
    gap: 10px;
    border-radius: inherit;
    position: relative;
    z-index: 1;
}

.td_btn.td_style_1 {
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding: 0;
    outline: none;
    border: none;
}

.td_accent_bg {
    background-color: #6440fb;
}

.td_white_bg {
    background-color: #fff;
}

.td_rating {
    width: 114px;
    height: 18px;
    position: relative;
    font-size: 18px;
    display: flex;
    color: #ffb930;
}

.td_rating i {
    margin-right: 3px;
}

.td_rating .td_rating_percentage {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    overflow: hidden;
}

.td_rating .td_rating_percentage {
    width: 50%;
}

.td_card.td_style_3 {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.td_card.td_style_3 .td_card_label {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
    padding: 4px 10px;
    border-radius: 30px;
}

.td_card.td_style_3 .td_cart_wishlist_icon {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    color: #fd4746;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear 0.5s;
}

.td_card.td_style_3 .td_cart_wishlist_icon:hover {
    background-color: #fff;
}

.td_card.td_style_3 .td_cart_wishlist_icon:hover svg {
    stroke: none;
    fill: currentColor;
    color: #fd4746;
    transition: all linear 0.5s;
}

.td_card.td_style_3 .td_card_title,
.td_card.td_style_3 .td_card_subtitle {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.td_card.td_style_3 .td_card_meta {
    display: flex;
    margin-bottom: 20px;
}

.td_card.td_style_3 .td_card_meta li {
    display: flex;
    gap: 6px;
    align-items: center;
    position: relative;
}

.td_card.td_style_3 .td_card_meta li:not(:last-child) {
    padding-right: 30px;
    margin-right: 30px;
}

@media (max-width: 1400px) {
    .td_card.td_style_3 .td_card_meta li:not(:last-child) {
        padding-right: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 1199px) {
    .td_card.td_style_3 .td_card_meta li:not(:last-child) {
        padding-right: 12px;
        margin-right: 12px;
    }
}

.td_card.td_style_3 .td_card_meta li:not(:last-child)::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #6440fb;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

@media (max-width: 1199px) {
    .td_card.td_style_3 .td_card_meta {
        font-size: 16px;
    }
    .td_card.td_style_3 .td_card_meta img {
        width: 20px;
    }
}

.td_card.td_style_3 .td_card_category {
    padding: 4px 10px;
    display: inline-flex;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    overflow: hidden;
}

.td_card.td_style_3 .td_card_category span {
    position: relative;
    z-index: 2;
}

.td_card.td_style_3 .td_card_category::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #f6f5fd;
}

.td_card.td_style_3 .td_card_category_df {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.td_card.td_style_3 .td_card_category_df .td_card_price {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: #6440fb;
    display: inline-flex;
    padding: 5px 10px;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
}

.td_card.td_style_3 .td_card_info {
    padding: 30px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

@media (max-width: 1400px) {
    .td_card.td_style_3 .td_card_info {
        padding: 25px;
    }
}

@media (max-width: 1199px) {
    .td_card.td_style_3 .td_card_info {
        padding: 18px 20px 22px 20px;
    }
}

.td_card.td_style_3 .td_card_review {
    display: flex;
    align-items: center;
    gap: 10px;
}

.td_card.td_style_3 .td_card_btn {
    padding-top: 25px;
    margin-bottom: -75px;
    transition: all 0.4s ease;
}

.td_card.td_style_3 .td_card_info_in {
    overflow: hidden;
}

.td_card.td_style_3 .td_card_thumb {
    overflow: hidden;
    display: block;
    position: relative;
}

.td_card.td_style_3 .td_card_thumb img {
    width: 100%;
    transition: all 0.8s ease;
}

.td_card.td_style_3 .td_card_thumb:hover img {
    transform: scale(1.04);
}

.td_card.td_style_3 .td_card_lable {
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 24px;
    display: inline-flex;
    padding: 9px 15px;
}

.td_card.td_style_3:hover .td_card_info {
    margin-top: -75px;
}

.td_card.td_style_3:hover .td_card_btn {
    margin-bottom: 0px;
}

.td_card.td_style_3.td_type_1 {
    padding: 20px;
    background-color: #fff;
    border-radius: 50px;
    clip-path: inset(0 round 50px 50px 50px 50px);
    position: relative;
}

.td_card.td_style_3.td_type_1::before {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border: 5px dashed #6440fb;
    border-radius: 54px;
}

.td_card.td_style_3.td_type_1 > * {
    position: relative;
    z-index: 2;
}

.td_card.td_style_3.td_type_1 .td_card_thumb {
    border-radius: 50px;
    overflow: hidden;
    height: 265px;
    transition: all 0.3s ease;
}

.td_card.td_style_3.td_type_1 .td_card_thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.td_card.td_style_3.td_type_1 .td_card_category {
    border-radius: 50px;
    background: linear-gradient(90deg, #fff0d4 0.07%, #d6fff7 95.86%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.td_card.td_style_3.td_type_1 .td_card_category::before {
    border-radius: 50px;
}

.td_card.td_style_3.td_type_1 .td_card_meta {
    margin: 0;
}

.td_card.td_style_3.td_type_1 .td_card_info {
    padding: 30px 10px 10px 10px;
}

@media (max-width: 1199px) {
    .td_card.td_style_3.td_type_1 .td_card_info {
        padding: 25px 0px 10px 0px;
    }
}

.td_card.td_style_3.td_type_1 .td_btn.td_style_1 .td_btn_in {
    padding: 10px 25px;
}

.td_card.td_style_3.td_type_1:hover .td_card_thumb {
    height: 196px;
    margin-bottom: 69px;
}

.td_card.td_style_3.td_type_2 {
    box-shadow: none;
}

.td_card.td_style_3.td_type_2 .td_card_info {
    border: 2px solid var(--border-color);
    border-top: 0;
}

.td_card.td_style_3.td_type_2 .td_card_meta {
    margin-bottom: 15px;
}

.td_card.td_style_3.td_type_2:hover .td_card_info {
    margin-top: 0;
}

.td_card.td_style_3.td_type_3 {
    box-shadow: none;
}

.td_card.td_style_3.td_type_3 .td_card_thumb img {
    width: 100%;
}

.td_card.td_style_3.td_type_3 .td_card_info_in {
    overflow: initial;
}

.td_card.td_style_3.td_type_3 .td_card_info {
    padding-top: 24px;
}

.td_card.td_style_3.td_type_3 .td_card_meta {
    justify-content: space-around;
    gap: 0 20px;
    padding: 12px 30px;
    margin-bottom: 0;
}

.td_card.td_style_3.td_type_3 .td_card_meta li:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
}

.td_card.td_style_3.td_type_3 .td_card_meta li::before {
    display: none;
}

.td_card.td_style_3.td_type_3 .td_card_enroll {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.td_card.td_style_3.td_type_3 .td_btn.td_style_1 .td_btn_in {
    padding: 8px 16px;
}

.td_card.td_style_3.td_type_3 .td_rating {
    transform: scale(0.8);
    margin: 0 -10px;
}

.td_card.td_style_3.td_type_3 .td_card_title a:hover {
    color: #fff;
    opacity: 0.8;
}

.td_card.td_style_3.td_type_3 .td_btn.td_style_1.td_with_shadow_2 {
    box-shadow: 4px 4px 0px 0px var(--heading-color);
}

.td_card.td_style_3.td_type_3 .td_btn.td_style_1.td_with_shadow_2:hover {
    box-shadow: 4px -4px 0px 0px var(--heading-color);
}

.td_card.td_style_3.td_type_3:hover .td_card_info {
    margin-top: 0;
}

/* overwrite================== */

.td_card.td_style_5
    .td_card_thumb
    .add_to_wishlist.active
    .td_cart_wishlist_icon,
.td_card.td_style_3 .add_to_wishlist.active .td_cart_wishlist_icon {
    background-color: #fff;
}

.td_card.td_style_5
    .td_card_thumb
    .add_to_wishlist.active
    .td_cart_wishlist_icon
    svg,
.td_card.td_style_3 .add_to_wishlist.active .td_cart_wishlist_icon svg {
    stroke: none;
    fill: currentColor;
    color: #fd4746;
    transition: all linear 0.5s;
}

.td_team.td_style_3 .td_team_thumb.qs-shaped-border .qs-team-thumb-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 37% 63% 42% 58% / 57% 33% 67% 43%;
    border: 5px solid transparent;
    overflow: hidden;
}

.td_card.td_style_3 .td_card_thumb {
    width: 100%;
    aspect-ratio: 410/276;
}

.td_card.td_style_3 .td_card_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* not found */

.courses_not_found_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.courses_not_found_thumb {
    width: 521px;
    height: 425px;
    aspect-ratio: 31 / 25;
}

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

.courses_not_found_text {
    text-align: center;
}

.courses_not_found_text h3 {
    color: var(--heading-color);
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    margin: 0;
}

.courses_not_found_text p {
    margin: 30px 0;
    padding: 0 185px;
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.td_btn.td_style_1 {
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding: 0;
    outline: none;
    border: none;
}

.td_radius_30 {
    border-radius: 30px;
}

.td_medium {
    font-weight: 500;
}

.td_btn.td_style_1 .td_btn_in {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 13px 25px;
    gap: 10px;
    border-radius: inherit;
    position: relative;
    z-index: 1;
}

.td_accent_bg {
    background-color: #6440fbff;
}

.td_white_color {
    color: #ffffffff;
}

.td_btn.td_style_1 .td_btn_in::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: inherit;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.4s ease;
}

.td_btn.td_style_1 .td_btn_in > * {
    position: relative;
    z-index: 2;
}

.td_btn.td_style_1.td_with_shadow::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 2px;
    top: 4px;
    border-radius: inherit;
    background-color: #6440fbff;
    opacity: 0.3;
    transition: all 0.3s ease;
}

/* not found end */

.ed-primary-btn.ed-crs-download-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ed-primary-btn.ed-crs-download-btn::before {
    background: #1f9240;
}

.ed-primary-btn.ed-crs-download-btn:hover::before {
    background: #1f9240;
}

.ed-primary-btn.ed-crs-download-btn {
    color: #fff;
}

.ed-primary-btn.ed-crs-download-btn::after {
    background: #2092404a;
}

/*dashboard*/

body {
    background: #f8f8f8;
    overflow-x: hidden;
}

.logo {
    border-bottom: 1px solid #f0f0f5;
}

.admin-menu {
    background: #fff;
    border-right: 1px solid #e6e6e6;
}

.menu-bar li a.collapsed,
.menu-bar li ul li a span {
    color: #404054 !important;
}

.crancy-dashboard-menu .collapsed .crancy-menu-icon .crancy-svg-icon {
    color: #404054;
}

.menu-bar li .crancy__dropdown {
    border-left: 1px solid #f0f0f5;
}

.admin-menu__title {
    color: #404054;
    border-bottom: 1px solid #edf2f7;
}

.crancy-ecom-card {
    background: #fff;
}

.crancy-dashboard-menu .menu-bar__text .crancy-menu-icon {
    color: var(--theme-color) !important;
}

.crancy-dashboard-menu .collapsed .menu-bar__text .crancy-menu-icon {
    color: #14212b !important;
}

.crancy-dashboard-menu li:hover .menu-bar__text .crancy-menu-icon {
    color: var(--theme-color) !important;
}

.crancy-dashboard-menu li.active .menu-bar__text .crancy-menu-icon {
    color: var(--theme-color) !important;
}

.crancy-logo h2 {
    color: #14212b;
}

.crancy-header__blink {
    border: 1px solid var(--theme-color) !important;
}

.overview-researcher p {
    background: #e6f9f4;
}

.bg-primary-white {
    background: #e6f9f4 !important;
}

.crancy-psidebar a:hover,
.crancy-psidebar a.active {
    background: #fef2e6 !important;
}

.crancy-header__author-img img {
    object-fit: cover;
}

.flex-main {
    justify-content: space-between;
    align-items: center !important;
}
.crancy-wc__banner {
    background: #ffdedb;
}
.crancy-wc__slider--title {
    color: #14212b;
}

.crancy-wc__banner--img {
    width: 100%;
}

.crancy-wc__banner--img img {
    object-fit: contain;
    aspect-ratio: 718 / 528;
}

.crancy-wc__form--middle {
    border-radius: 0;
}

div.dataTables_wrapper div.dataTables_filter input {
    height: 42px;
    min-height: 42px;
}

.dataTables_length select {
    background: #fcfcfc !important;
}

.form-control:focus {
    box-shadow: none;
}

.crancy-btn.delete_danger_btn {
    padding: 14px 20px;
    margin-left: 10px;
}

.crancy-btn {
    line-height: 16px;
    font-weight: 400;
    padding: 12px 25px;
}

.crancy-table__status.crancy-table__status--paid {
    background: #d2ffe0;
    color: #0c6b28;
}

.crancy-table__body tr:hover {
    background: #fcfcfc;
}

.crancy-table__main.crancy-table__main-v3 tr th,
.crancy-table__main.crancy-table__main-v3 tr td {
    width: fit-content !important;
    min-width: fit-content;
    white-space: nowrap;
    padding: 12px 10px !important;
}

.bg-success {
    background: #e6f9f4 !important;
    color: #00c194 !important;
    font-size: 16px !important;
    text-align: center !important;
    padding: 6px 16px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-weight: 400 !important;
    width: fit-content !important;
}

.bg-danger {
    background: #ffecec !important;
    color: #dc3545 !important;
    font-size: 16px !important;
    text-align: center !important;
    padding: 6px 16px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-weight: 400 !important;
    width: fit-content !important;
}

.bg-inprocees {
    background: rgba(23, 162, 184, 0.14) !important;
    color: rgba(23, 162, 184, 1) !important;
    font-size: 16px !important;
    text-align: center !important;
    padding: 6px 16px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-weight: 400 !important;
    width: fit-content !important;
}
.bg-warning {
    font-size: 16px !important;
    text-align: center !important;
    padding: 6px 16px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-weight: 400 !important;
    width: fit-content !important;
}

.modal-body {
    padding: 1rem 1rem;
}

.modal-footer {
    border-top: none;
}
.btn.btn-danger:focus {
    box-shadow: none;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    text-align: center;
}
.btn.btn-dash:focus {
    box-shadow: none;
}
.btn-dash {
    background: #fcfcfc !important;
    border: 1px dashed #00001b;
    font-weight: 500;
}
.table > :not(:first-child) {
    border-top: none;
}
.btn-primary {
    background: var(--theme-color) !important;
    border: 1px solid var(--theme-color);
    padding: 12px 12px;
}
.bg-red-btn {
    background: #dc3545 !important;
    color: #fff !important;
    border: 1px solid #dc3545;
}

.btn-secondary,
.btn-secondary:hover {
    background: #e4e4e4;
    color: #00001b;
    border: 1px solid #e4e4e4;
}

.btn-primary,
.btn-secondary {
    box-shadow: none !important;
}

.crancy-sidebar-padding {
    padding-left: 40px;
    padding-right: 20px;
}

.menu-bar li .crancy__dropdown {
    padding-left: 25px;
    border-left: 1px solid #f0f0f5b5;
    margin-left: 10px;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
    content: "" !important;
}

.form-select:focus {
    box-shadow: none !important;
}

.form-select {
    position: relative;
}

.crancy-psidebar .crancy-psidebar__title,
.crancy-ptabs .crancy__item-group__title {
    font-weight: 500 !important;
}

.create_new_btn_inline_box {
    gap: 10px;
    flex-wrap: wrap;
}

.crancy-product-card__title {
    font-weight: 500;
}

.crancy-body {
    overflow: hidden;
}

.btn-black {
    border: 1px solid #14212b;
    color: #14212b;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 20px;
    border-radius: 8px;
}

.crancy-header__author-img img {
    border-radius: 5000px;
}

.crancy-dmenu li a {
    color: #5d6a83 !important;
}

.panel-switcher-btn {
    background: #efecff;
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 11px 28px;
    border-radius: 5000px;
}

.crancy-header__blink,
.crancy-header__blink:hover {
    transition: none !important;
}

.grid-icon-size {
    width: 88px;
    height: 88px;
    border-radius: 6px !important;
    background: #fef2e6;
}
.grid-icon-size svg {
    width: 42px !important;
    height: 42px !important;
}
.crancy-ecom-card.crancy-ecom-card__v2 .crancy-ecom-card__heading {
    margin-bottom: 0;
}
.crancy-ecom-card.crancy-ecom-card__v2 .crancy-ecom-card__title {
    font-weight: normal;
}
.crancy-ecom-card__amount {
    font-size: 40px;
    font-weight: 500;
}

.support_box .delete_danger_btn {
    margin-left: 15px;
}

.copy-to-clipboard {
    background: #24b755 !important;
}

.ed-live-class_btn {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    background: #ed2228;
    padding: 10px 32px;
    border-radius: 999px;
    transition: all 0.4s ease;
}

.ed-live-class_btn:hover {
    background: #c91319;
}

.ed-live-class_btn .text {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
}

.ed-watch-content-main-wrapper
    .ed-watch-video-details
    .ed-watch-title-short-details {
    display: block;
}

.ed-watch-content-main-wrapper
    .ed-watch-video-details
    .ed-watch-title-short-details
    .ed-wv-info
    .ed-wv-title {
    margin-bottom: 0;
}

/* switch */

.custom-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin: 0;
}

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

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

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

input:checked + .slider {
    background-color: var(--theme-color);
}

input:checked + .slider::before {
    transform: translateX(24px);
}

.profile-switcher-wrapper {
    padding: 10px 15px;
    border-radius: 5000px;
    background: #6440fb24;
}

.profile-switcher-wrapper .text {
    color: var(--theme-color);
    font-weight: 500;
}

/* switch end */

.crancy-header__right {
    gap: 30px;
}

.edc-calendar-wrapper {
    height: 100vh;
}

.edc-calendar-frame {
    width: 100%;
    height: 100%;
}

.delete_danger_btn.mix_content_edit_btn {
    background: #14212b !important;
}

.delete_danger_btn.mix_content_list_btn {
    background: #6440fb !important;
}

.edc-curriculum-table .edc_gropu_action_btns {
    display: flex;
    gap: 10px;
    align-items: center;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.crancy-psidebar.edc-edit-course-sidebar {
    padding: 0px;
    border: none;
    border-radius: 0px;
    margin-top: 50px;
}

.crancy-psidebar.edc-edit-course-sidebar .list-group {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.crancy-psidebar.edc-edit-course-sidebar .list-group a {
    padding: 0px;
}

.crancy-ptabs.edc-edit-course-body {
    padding: 40px;
}

.crancy-psidebar.edc-edit-course-sidebar a:hover,
.crancy-psidebar.edc-edit-course-sidebar a.active {
    background: none !important;
}

.crancy-psidebar.edc-edit-course-sidebar a:hover .crancy-psidebar__title,
.crancy-psidebar.edc-edit-course-sidebar a.active .crancy-psidebar__title {
    color: var(--theme-color);
}

.crancy-psidebar.edc-edit-course-sidebar .crancy-psidebar__title,
.crancy-psidebar.edc-edit-course-sidebar .crancy-psidebar__title {
    text-wrap: nowrap;
}

.crs-step-ico {
    color: #222222;
}

.crs-step-ico.active {
    color: var(--theme-color);
}

.edc-meeting_warn {
    font-size: 18px;
    line-height: 28px;
    color: #00001b;
}
.edu_support_files input[type="file"] {
    border: 1px solid #f0f0f5;
}

.edu_support_files input[type="file"]::-webkit-file-upload-button,
.edu_support_files input[type="file"]::file-selector-button {
    padding: 10px;
    background: #fcfcfc;
}

.edc-notice-board-modal-wrap .crancy-table__main.crancy-table__main-v3 tr th,
.edc-notice-board-modal-wrap .crancy-table__main.crancy-table__main-v3 tr td {
    text-wrap: wrap;
}
.crancy-btn.next-btn {
    line-height: 16px;
    padding: 16px 25px;
    background: none;
    color: #14212b;
    border: 1px solid #14212b;
    margin-right: 10px;
}
.crancy-btn.edc-crs-step-save-btn,
.crancy-btn.edc-crs-step-save-btn.next-btn {
    background: var(--theme-color);
    color: #fff;
    border: 1px solid var(--theme-color);
}
.crancy-chatbox__incoming .crancy-chatbox__withdate {
    flex-direction: column;
    gap: 10px;
    align-items: end;
}
.crancy-chatbox__withdate time {
    font-size: 14px;
}
.crancy-chatbox__incoming-chat {
    padding: 8px 16px;
}
.crancy-chatbox__incoming.crancy-chatbox__outgoing_cst.crancy-chatbox__outgoing
    .crancy-chatbox__chat {
    justify-content: left;
}
.crancy-chatbox__incoming.crancy-chatbox__outgoing_cst.crancy-chatbox__outgoing.crancy-chatbox__outgoing--email
    .crancy-chatbox__incoming-chat {
    margin-left: 0;
    margin-right: 45px;
}
.crancy-chatbox__incoming.crancy-chatbox__outgoing_cst
    .crancy-chatbox__withdate {
    align-items: start;
}
.crancy-chatbox__incoming.crancy-chatbox__outgoing_cst.crancy-chatbox__outgoing
    .crancy-chatbox__incoming-chat {
    border-radius: 16px 16px 16px 0;
}
.crancy-chatbox__outgoing.crancy-chatbox__outgoing--email
    .crancy-chatbox__incoming-chat {
    background: var(--theme-color);
}
.crancy-chatbox__outgoing.crancy-chatbox__outgoing--email
    .crancy-chatbox__incoming-chat
    .crancy-chatbox__withdate--inner
    p {
    color: #fff;
}
.crancy-chatbox__withdate time {
    color: #14212b !important;
}
.crancy-chatbox__incoming.crancy-chatbox__outgoing_cst.crancy-chatbox__outgoing.crancy-chatbox__outgoing--email
    .crancy-chatbox__incoming-chat {
    background: #e9e4ff;
}
.crancy-chatbox__incoming.crancy-chatbox__outgoing_cst.crancy-chatbox__outgoing.crancy-chatbox__outgoing--email
    .crancy-chatbox__incoming-chat
    .crancy-chatbox__withdate--inner
    p {
    color: #14212b;
}
.crancy-chatbox__incoming.crancy-chatbox__outgoing_cst.crancy-chatbox__outgoing.crancy-chatbox__outgoing--email
    .crancy-chatbox__incoming-chat
    .crancy-chatbox__withdate
    time {
    color: #5d6a83 !important;
}
.edc-list-attached-files {
    display: flex;
    margin-top: 10px;
}
.crancy-chatbox__incoming .edc-list-attached-files {
    justify-content: end;
}
.crancy-chatbox__incoming.crancy-chatbox__outgoing_cst
    .edc-list-attached-files {
    justify-content: start;
}
.edc-list-attached-files .file-item .text {
    font-size: 16px;
    font-weight: 400;
}
.edc-list-attached-files .file-item .ico {
    width: 20px;
    height: 20px;
    display: inline-flex;
}
.ui-button {
    font-weight: 400;
    text-transform: capitalize;
}

.ml-0 {
    margin-left: 0 !important;
}
.crancy-ptabs textarea.crancy__item-input {
    padding: 15px !important;
}
.overview-profile-inner-contact li a {
    color: #5d6a83;
}
.charts-main {
    box-shadow: none;
}
.crancy-table {
    box-shadow: none;
}
.crancy-table__main.crancy-table__main-v3 th {
    color: #161b3d !important;
    background: #f0f0f5;
}
.crancy-table__main-v3 .crancy-table__head th {
    border-top: 1px solid #f0f0f5;
    border-bottom: 1px solid #f0f0f5;
}
.crancy-table__body td {
    border-bottom: 1px solid #f0f0f5;
}
.payment-options {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.payment-options .single-payment-option {
    display: flex;
    gap: 10px;
    background: #e6f9f4;
    padding: 15px;
    border-radius: 6px;
    align-items: center;
    border: 1px solid transparent;
    cursor: pointer;
}
.payment-options .single-payment-option:hover {
    border: 1px solid var(--theme-color);
}
.payment-options .single-payment-option img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.upload-box {
    width: 100%;
    height: 100%;
    border: 1px dashed #718096;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.crancy-dashboard-menu .collapsed .crancy__toggle::before {
    color: #00001b;
}

.upload-box:hover {
    background-color: #f8f8f8;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
    max-width: 680px;
    overflow-y: auto;
    max-height: 200px;
}

.image-box {
    position: relative;
    width: 80px;
    height: 50px;
    border: 2px solid #ccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f9f9f9;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.remove-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    background: red;
    color: white;
    border: none;
    width: 16px;
    height: 16px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* new css  */
.card_middel {
    color: #646262;
}

.p-absolute {
    position: absolute;
    top: 190px;
    right: 20px !important;
}

.card_btn {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #fff;
    color: #00c194;
}

.card_btn.card_btn_two {
    color: #ff6625;
}

.btn_primary_two {
    padding: 0px 30px;
    font-weight: 500;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    background-color: #e6f9f4;
    border-radius: 6px;
    color: #161b3d;
    transition: all linear 0.3s;
}
.btn_primary_two:hover {
    background-color: var(--theme-color);
    color: #fff;
}
.form-select {
    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 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important ;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
}

.btn-primary:hover {
    background-color: #007c5f !important;
    border-color: #007c5f;
}
.bg-red-btn:hover {
    background: #dc3545 !important;
    color: #fff !important;
    border: 1px solid #dc3545;
}

.page-link {
    color: #06131c;
}

.table > :not(caption) > * > * {
    font-weight: 400;
}
.bg-warning {
    color: #feb50e !important;
    background-color: #fff5dd !important;
}

.crancy-btn {
    padding: 14px 20px;
}

b,
strong {
    font-weight: 400;
}

.table tr td span {
    font-weight: 400;
}

.card-img-top {
    height: 250px;
}

.d-card-body tr th {
    padding-left: 20px;
}

.btn-group {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00c194;
    border-radius: 6px;
    cursor: pointer;
}

.b-wfull {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-wfull i {
    color: #fff;
}

.in-prosising {
    font-size: 16px;
    font-weight: 400;
    color: #17a2b8;
    background-color: #17a2b824;
    border-radius: 4px;
    text-align: center;
}
.crancy-table__product-title {
    font-weight: 400 !important;
    font-size: 16px;
}
.single-property-dash .table-bordered-black tr td {
    border: 1px solid #dee2e6 !important;
    padding: 10px !important;
}
.tenant-details-wrap .singleInfoTable table tr td {
    padding: 10px !important;
    border: 1px solid #dee2e6 !important;
}
.dropdown-item {
    font-weight: 500;
}

.crancy-btn-green {
    background: var(--theme-color) !important;
}
.select2-container
    .select2-selection.select2-selection--multiple
    .select2-selection__choice {
    margin-top: 0;
}
.select2-container .select2-selection.select2-selection--multiple {
    resize: none;
    width: 100%;
    height: 56px;
    padding: 5px 50px 5px 20px;
    color: rgba(57, 62, 70, 0.2);
    color: #14212b !important;
    background: #fcfcfc !important;
    border: 1px solid #f0f0f5;
    display: flex;
    align-items: center;
}
.select2-container .select2-selection.select2-selection--multiple textarea {
    min-height: 30px !important;
    border-radius: 0 !important;
}
.select2-container
    .select2-selection.select2-selection--multiple
    .select2-selection__choice__remove {
    height: fit-content;
    width: auto !important;
    background: #fef2e6;
    border-right: 1px solid var(--theme-color) !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #fef2e6 !important ;
    border: 1px solid var(--theme-color) !important;
    font-weight: normal;
}
.select2-container
    .select2-selection.select2-selection--multiple
    textarea:focus {
    border: none !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:focus {
    color: var(--theme-color) !important;
}
img#view_img {
    object-fit: contain;
}

.tagify {
    line-height: normal;
}
.tagify tag {
    display: inline-flex;
    height: fit-content;
    background: var(--theme-color) !important;
    color: #fff;
    border-radius: 15px;
}
.tagify {
    align-items: center;
}

.zum_invoice_text {
    border: 1px solid #f0f0f5;
    background: #f0f0f5;
}
.zum_icvoice_item {
    border-bottom: 1px solid #f0f0f5;
}
.zum_icvoice_item_main {
    border: 1px solid #f0f0f5;
}
.order_status_box .form-label {
    color: #00001b;
}
.order_status_box {
    background: #f0f0f5;
}
.order_status_box .form-select,
.order_status_box .form-control {
    color: #4d5461 !important;
}
.btn.btn-primary.btn-type-dlt,
.btn.btn-primary.btn-type-dlt:hover {
    background: #dc3545 !important;
    border: 1px solid #dc3545 !important;
}
.order_status_item {
    margin-top: 24px;
}
.order_status_item:first-child {
    margin-top: 0px;
}
.order_status_box {
    padding: 40px 20px 40px 20px;
}
/* responsive */

@media only screen and (max-width: 767px) {
    .crancy-psidebar__title {
        display: flex;
    }

    .img-wfull {
        width: 100%;
    }
    th {
        min-width: 140px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1278px) {
    .crancy-smenu {
        width: 276px !important;
    }
    .overflow-x {
        overflow-x: auto;
    }

    .col-mt-4 {
        margin-top: 65px;
    }
}

@media (max-width: 1536px) {
    .crancy-table {
        width: 100%;
        overflow-x: scroll;
    }
}

@media (max-width: 1280px) {
    .crancy-wc__banner {
        display: none !important;
    }
    .crancy-wc__form--middle {
        justify-content: center;
    }
}

@media (max-width: 1170px) {
}

@media (max-width: 1024px) {
    .crancy-table {
        width: 100%;
        overflow-x: scroll;
    }
}

@media (max-width: 768px) {
    .crancy-psidebar.edc-edit-course-sidebar .list-group a {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .td_type_3 .top_bar-curr-lang-wrapper {
        display: none;
    }
    .crancy-table.crancy-table--v3 {
        padding: 15px;
    }
    .dataTables_wrapper .row:first-child {
        gap: 10px;
    }
    .crancy-psidebar.edc-edit-course-sidebar a:hover,
    .crancy-psidebar.edc-edit-course-sidebar a.active {
        background: none !important;
    }
    .ed-watch-content-main-wrapper
        .ed-watch-video-player
        .ed-video-player_iframe {
        aspect-ratio: 986 / 700;
    }
    .crancy-psidebar.edc-edit-course-sidebar .crancy-psidebar__title {
        font-size: 15px;
        text-align: center;
    }
    .crancy-psidebar.edc-edit-course-sidebar .list-group {
        overflow-x: auto;
        justify-content: unset;
        margin-top: 10px;
    }

    .crancy-chatbox__outgoing.crancy-chatbox__outgoing--email
        .crancy-chatbox__incoming-chat {
        margin-left: 0;
    }
}

@media (max-width: 320px) {
}

.icon-color i {
    color: #fff !important;
}

.dropdown-menu {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}

.fixed-size {
    width: 450px;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.crancy-wc__form-inner {
    padding: 0;
}
.crancy-wc__form-inner-flex {
    width: 100%;
}
/*dashboard end*/
