@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
@import url('custom-toast.css');

.social-menu__link span {
    font-size: 1.5rem;
    line-height: 1.9;
}

.account .nav, .learningBoard .nav, .course-content .nav, .path-content .nav {
    overflow-x: inherit;
}

.invoice-qr img {
    display: block !important;
    border: 1px solid #d9d9d9;
    padding: 15px;
}

@media print {

    body {
        background-color: #fff;
        font-size: 14px;
    }

    th {
        font-size: 12px;
    }

    .receipt {
        width: 100%;
        margin: 0;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 1);
        box-shadow: 0 0 0 rgba(255, 255, 255, 1);
        padding-left: 10px;
        padding-right: 10px;
        max-width: 100%;
    }

}

.item .quote {
    min-height: 160px;
}

.lessons-list__lesson-item i {
    position: relative;
    top: 20px;
    right: 5px;
}

.discussions .post__excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.btn-menu-gray {
    color: #121212;
    border-color: #e8e8e8;
}

.quiz-timer {
    position: relative;
    bottom: 100px;
}

.vue-step-wizard {
    display: flex;
    flex-direction: column-reverse;
    background-color: #f6f6f6 !important;
    width: 100% !important;
    padding: 0 !important;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
    border-radius: 10px !important;
}

.vue-step-wizard .step-body {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    width: 100% !important;
    padding: 1.5rem !important;
}

.vue-step-wizard .step-header .step-progress {
    height: 6px !important;
    margin: 1.5rem !important;
    background-color: #e9ecef;
}

.step-progress .bar {
    height: 6px !important;
    border-radius: 1rem;
}

.vue-step-wizard .step-pills, .vue-step-wizard .step-footer {
    display: none;
}

.step-progress .bar {
    background-color: var(--tt-primary-color) !important;
}

.btn-step-disabled {
    background-color: #383836 !important;
    border-color: #484848 !important;
}

.about-tab .container {
    max-width: 100% !important;
}

.droppable {
    width: 400px;
    /* height: 35px; */
    background: var(--tt-light-color);
    /* border-radius: 5px; */
}

.draggable {
    width: 400px;
    /* height: 35px; */
    /* background: #121212; */
    color: #fff;
    /* border-radius: 5px; */
    text-align: center;
}

[v-cloak] {
    display: none;
}

.js-owl-ttcards .owl-item img {
    height: 185px;
}

.tt-card__image {
    height: 145px;
}

.draggable-vaild {
    background: var(--tt-primary-color);
}

@media (min-width: 992px) {
    .navbar .search-form {
        width: 100% !important;
        margin-left: 20px;
        margin-right: 20px;
    }

    .navbar .navbar-nav {
        white-space: nowrap;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 10px;
    }
}

.social-menu__link--whatsapp {
    background-color: #00E676 !important;
    color: #fff;
}

.social-menu__link--link {
    background-color: #8E9EAF !important;
    color: #fff;
    position: relative;
    top: -1px;
}

#modal_social_share input {
    margin-right: 10px;
}

.js-owl-courses-ttcards .owl-dots .owl-dot {
    background: transparent !important;
    border: none !important;
}

.js-owl-courses-ttcards .owl-nav {
    display: none;
}

.quote__star-icon {
    margin-left: .125rem;
}

.courses-loading .c-skeleton__tb {
    border-radius: 20px !important;
    margin-left: 10px !important;
    width: 100% !important;
    height: 370px !important;
}

@media (max-width: 1200px) {
    .courses-loading {
        flex-direction: column;
        flex-wrap: wrap;
        height: 370px !important;
        overflow: hidden;
    }

    .courses-loading .c-skeleton__tb {
        width: 50% !important;
    }
}

@media (max-width: 768px) {
    .courses-loading .c-skeleton__tb {
        width: 100% !important;
    }
}

.cursor-pointer {
    cursor: pointer !important;
}

.contact-us iframe {
    width: 100%;
    height: 400px;
}

.wpwl-form-card {
    min-width: 20% !important;
    min-height: 20% !important;
    border: none;
    box-shadow: none;
    background: transparent;
    padding-bottom: 0;
    margin-bottom: 0;
}

.wpwl-button-pay {
    font-family: "Tajawal", sans-serif !important;
    margin-top: 10px;
    width: 100%;
    font-weight: bold;
    border: none !important;
    background: var(--tt-primary-color) !important;
}

.wpwl-wrapper label, .wpwl-label {
    color: #0b0b0b;
    font-weight: 500;
    display: block;
    width: 100%;
    margin-bottom: 6px;
    padding-right: 5px;
}

.wpwl-wrapper {
    font-family: "Tajawal", sans-serif !important;
}

.wpwl-wrapper input, .wpwl-control-cvv, .wpwl-control-cardNumber {
    direction: ltr;
    text-align: right;
    font-family: "Tajawal";
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 1.5rem;
    /*outline: none;*/
    background: transparent;
    color: #0b0b0b;
    border: 2px solid #A2A2A2;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none !important;
}

.contact-section .map-wrapper {
    max-width: 400px;
    height: 320px;
}

/* .draggable:hover {
    cursor: grab;
} */
.vue-star-rating .sr-only {
    display: none !important;
}

.courses-section .owl-carousel .owl-item {
    float: right !important;
}

/*.owl-carousel .owl-wrapper-outer {*/
/*    direction: rtl !important;*/
/*}*/
.lesson-content-wrapper iframe {
    height: 100%;
}

.navbar .messages-btn .number, .navbar .notification-btn .number {
    width: auto;
    height: 20px;
    border-radius: 50%;
    background-color: var(--tt-red-color);
    text-align: center;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: -12px;
    left: -11px;
    padding: 5px;
    margin-right: 7px;
    display: flex;
    justify-content: center;
    padding-left: 5px;
    align-items: center;
    direction: rtl;
    font-size: 11px;
}

.tools-bar {
    position: fixed;
    left: 10px;
    margin-top: auto;
    margin-bottom: auto;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    background: var(--tt-secondary-color);
    top: 40%;
    border-radius: 9999px;
    color: var(--tt-dark-color);

}


.tools-bar ul {
    list-style: none;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

.tools-bar ul li {
    padding: 13px;
    font-size: 15px;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    color: var(--tt-dark-color);
    padding-bottom: 5px;

}

.tools-bar ul li a {
    text-decoration: none;
    color: var(--tt-dark-color);
}

.tools-bar ul li i:before {
    color: var(--tt-dark-color);
}

.tools-bar ul li:active {
    background: var(--tt-secondary-color);
}

.tools-bar ul li.tool-active {
    background: var(--tt-secondary-color);
    /*@apply tw-bg-gradient-to-r tw-from-secondary-activeButtonTop tw-via-secondary-activeButtonMiddle tw-to-secondary-activeButtonBottom ;*/

}

.messaging-box__message-item {
    height: fit-content;
    padding-bottom: 10px;
    padding-top: 10px;
}

.messaging-box__message-time {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 7px;
}

.messaging-box__messages {
    display: block;
}

.toast {
    background-color: var(--tt-primary-color) !important;
    font-family: 'Tajawal', sans-serif;
}

.messaging-box__message-item {
    overflow-wrap: anywhere;
}

.messaging-box__message-item.typing {
    font-size: 12px !important;
}

.image-table img {
    max-inline-size: 100%;
    block-size: auto;
}

.payment-page .confirmation-list .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(48, 162, 74, 0.2);
    color: #30a24a;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 1.5rem;
    font-weight: bold;
}

.qr-card .id-card {
    max-width: 600px;
}


.attachment-library-file {
    display: flex;
}

.attachment__library_file--without-remove-button .attachment__library_file__download {
    border-left: 1px solid #767a9d;
    border-radius: 5px;
}

.attachment__library_file__download {
    display: flex;
    flex-grow: 1;
    background-color: rgba(118, 122, 157, 0.03);
    border: 1px solid #767a9d;
    /* border-left: none; */
    align-items: center;
    height: 45px;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s;
}

.attachment__library_file__download:hover {
    background-color: rgba(118, 122, 157, 0.1);
}

.attachment__library_file__extension {
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #767a9d;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    margin-left: 10px;
    border-radius: 0 5px 5px 0;
}

.attachment__library_file__name {
    font-weight: bold;
    color: #767a9d;
}

.attachment__library_file__download-icon {
    color: #767a9d;
    margin-right: auto;
    font-size: 1.35rem;
    margin-left: 10px;
}

.attachment__library_file__download-icon::before {
    /* display: block; */
}

.attachment__library_file__remove {
    /* display: block; */
    background-color: rgba(181, 62, 116, 0.03);
    color: #b53e74;
    width: 45px;
    height: 45px;
    border: 1px solid #b53e74;
    font-size: 1.35rem;
    border-radius: 5px 0 0 5px;
    transition: all 0.3s;
}

.attachment__library_file__remove:hover {
    background-color: #b53e74;
    color: #fff;
}

.attachment__library_file__remove-icon::before {
    /* display: block; */
}

.attachment__library_file__add {
    /* display: block; */
    background-color: rgba(181, 62, 116, 0.03);
    color: #767a9d;
    border: 1px solid #767a9d;
    font-size: 1.35rem;
    border-radius: 5px 0 0 5px;
    transition: all 0.3s;
}

.attachment__library_file__add:hover {
    background-color: #767a9d;
    color: #fff;
}

.attachment__library_file__add-icon::before {
    /* display: block; */
}

@media (min-width: 380px) {
    .navbar .event-date {
        display: none !important;
    }

    .navbar .event-date-inline {
        display: block;
    }
}

@media (min-width: 480px) {
    .navbar .event-date-inline {
        display: none !important;
    }

    .navbar .event-date {
        display: block !important;
    }
}

/*.konvajs-content {*/
/*    width: 820px!important;*/
/*    height: 482px!important;*/
/*}*/

/*.konvajs-content canvas {*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*}*/

#planBuilder {
    /*width: 1430px;*/
    /*height: 842px;*/
}

@media (max-width: 460px) {
    .notifications .notifications__item {
        display: block;
    }

    .notifications .notifications__item .notifications__text {
        overflow-wrap: anywhere;
    }
}

.qr-card .id-card {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 370px;
    height: 569px;
}

.error-page .navbar-brand .nav-logo {
    max-height: 50px;
}

.error-page .img-wrapper img {
    width: 100%;
    max-width: 50%;
}

.messaging-box__message-item--left {
    background-color: var(--tt-light-color) !important;
    border-radius: 0 20px 20px 20px;
    margin-right: auto;
}

.messaging-box__message-item--left::before {
    border-left: 15px solid transparent;
    border-top: 15px solid var(--tt-light-color) !important;
    right: auto;
    left: -15px;
}

#profile .img-circle-fluid {
    /*height: 35vh;*/
    /*width: 35vh;*/
    /*max-width: inherit;*/
}

.payment-methods__image {
    max-width: 34px;
}

.custom_swal > .swal2-actions > .swal2-deny {
    background-color: #ffffff !important;
    border: #000000 2px solid;
    color: #000000;
}

.custom_swal > .swal2-actions > .swal2-deny:hover {
    background-color: #000000 !important;
    border: #000000 2px solid;
    color: #ffffff;
}

.custom_swal > .swal2-actions > .swal2-confirm {
    border: 2px;
}

.custom_swal .swal2-info {
    color: #DFA400 !important;
    border-color: #DFA400 !important;
}

.custom_swal .swal2-styled.swal2-default-outline:focus {
    box-shadow: 0 0 0 3px #d6a61694;
}

.accordion-remove::after {
    height: 0;
}

[data-paylib="number"] {
    direction: initial !important;
    text-align: right;
}

.cc-bg.cc-mada-bg {
    background-size: 60px;
    background-image: url(/assets/images/mada-logo.svg);
}

.cc-bg.cc-visa-bg {
    background-size: 40px;
    background-image: url(/assets/images/payment-methods/visa-logo.svg);
}

.cc-bg.cc-mastercard-bg {
    background-size: 30px;
    background-image: url(/assets/images/payment-methods/mastercard-logo.svg);
}

.select2-container .select2-selection--single {
    height: auto !important;
}

.hero-section {
    background-attachment: unset;
    background-size: cover;
    background-position: center;
}

.speaker__bio {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}

.tticon-dots-menu {
    rotate: 90deg;
}
.status-widget{background-color:var(--tt-white-color);border-radius:1rem;padding:1.5rem;position:relative;height:100%;text-align:right}
.status-widget__number{font-size:2.5rem;color:var(--tt-primary-color)}
.status-widget__icon{color:var(--tt-secondary-color)}
.status-widget__icon svg{width:1.5rem;height:1.5rem}
.status-widget__icon svg path{fill:var(--tt-secondary-color)}
.status-widget__icon svg circle{stroke:var(--tt-secondary-color)}
.status-widget__icon svg circle{stroke:var(--tt-secondary-color)}
.status-widget__icon {
    color: var(--tt-secondary-color);
    padding: .75rem;
    font-size: 1.25rem;
    background-color: var(--tt-light-color);
    border-radius: .75rem;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
}
.status-widget {
    background-color: var(--tt-white-color);
    border-radius: 1rem;
    padding: 1.5rem;
    position: relative;
    height: 100%;
    text-align: right;
}
.owl-item .sponsor {
    transform: scale(80%);
    width: -moz-fit-content;
    width: fit-content;
}

.sponsors-section {
    padding: 30px 0px 40px 0px;
    margin-bottom: 60px;
    margin-top: 60px;
    position: relative;
    background: linear-gradient(to right, var(--tt-secondary-color) 1%, var(--tt-primary-color) 100%);
}

@media (min-width: 991px) {
    .sponsors-section {
        padding: 30px 0px 40px 0;
    }
}

.sponsors-section h2 {
    color: var(--tt-white-color);
    position: relative;
    z-index: 1;
}
.sponsors-section h4 {
    color: var(--tt-white-color);
    z-index: 1;
}


.sponsors-section .owl-sponsors, .sponsors-section .sponsor, .sponsors-section .item {
    z-index: 3 !important;
}

.owl-sponsors {
    margin-top: 40px;
}

.c-item {
    background-color: var(--tt-white-color);
    padding-bottom: 13px;
    border-radius: 12px;
}

.c-item .c-sponsor__package1 {
    margin-top: -24px;
    font-size: 1rem;
    font-weight: bold;
}

.c-item a img {
    width: 100px;
    height: 190px;
    -o-object-fit: contain;
    object-fit:contain;
}

.owl-item .c-item {
    transform: scale(85%);
}

.owl-item.active.center .c-item {
    transform: scale(100%);
}

.sponsor-image {
    width: 50%;
    position: relative;
    z-index: 1;
}

@media (min-width: 991px) {
    .sponsor-image {
        width: 90%;
    }
}
/* //////speaker///// */

.owl-stage-2 .owl-item .speaker, .owl-stage-2 .owl-item  .item ,.owl-stage-2 .owl-item.active .speaker, .speakers-section .owl-item.active .item {
    max-width: 300px !important;
    width: 300px !important;
    justify-content: center;
}
.owl-stage-1 .owl-item .speaker, .owl-stage-1 .owl-item  .item ,.owl-stage-1 .owl-item.active .speaker, .speakers-section .owl-item.active .item {
    max-width: 300px !important;
    width: 300px !important;
    justify-content: center;
}

.owl-stage-3 .owl-item .speaker, .owl-stage-3 .owl-item  .item ,.owl-stage-3 .owl-item.active .speaker, .speakers-section .owl-item.active .item {
    max-width: 300px !important;
    width: 300px !important;
    justify-content: center;
}

.owl-stage-2{
    max-width: 600px !important;
    margin: auto;
}
.owl-stage-3{
    max-width: 900px !important;
    margin: auto;
}

.owl-stage-1{
    max-width: 350px !important;
    margin: auto;
}
.sponsors-section .owl-stage{margin: auto;}