/* @import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Amiri&family=Baloo+2:wght@400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Readex+Pro:wght@160..700&family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
    --main-color: #007AFF;
    --second-color: #007AFF;
    --active-color: #8fd2f44a;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
b,
* {
    font-family: "Almarai", serif ;
    font-style: normal;
    font-weight: bold;
    /* color: #34495E ; */
}

/* globle style  */
/*scrollbar width */
::-webkit-scrollbar {
    width: 10px;
    height: 15px;
}

/*scrollbar Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #efddc7;
    border-radius: 10px;
}

/*scrollbar Handle */
::-webkit-scrollbar-thumb {
    background:#dddddd;
    border-radius: 10px;
}

/*scrollbar Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background:rgba(0, 0, 0, 0.54)
}

html,
body {
    overflow-x: hidden;
}

/* a.sidebar-link div img,div.card.shadow .card-body img{
    filter: invert(91%) sepia(66%) saturate(579%) hue-rotate(332deg) brightness(93%) contrast(84%);
} */
span.p-3.text-white.text-center {
    border-radius: 8px;
}

.sidebar-nav ul .sidebar-item.nav__link,
.nav__link {
    background: linear-gradient(90deg, #007AFF 0%, #999 100%) ;
    color: #fff !important;
}

.sidebar-nav ul .sidebar-item.nav__link svg,
.nav__link svg {
    stroke: #fff !important;
}

.__selected {
    background: linear-gradient(90deg, #FFF 0%, #999 100%) ;
    color: #1470D0 !important;
    border: unset !important;
}


.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-19 {
    font-size: 19px;
    font-weight: 600;
}

.fs-23 {
    font-size: 23px;
    font-weight: 600;
}

.fs-28 {
    font-size: 28px;
    line-height: 52.47px;
}

.fs-33 {
    font-size: 33px;
    font-weight: 700;
    line-height: 39px;
}

.fs-48 {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
}

.w-400 {
    font-weight: 400 !important;
}
.w-500 {
    font-weight: 500 !important;
}


.hidden-btns,
.customLinks {
    position: absolute;
    top: 0%;
    left: 145px;

    transform: translateX(-50%);
    display: none;
    flex-direction: column;
    gap: 10px;
    width: 200px;
}

.company-frame {
    background-image: url(../img/frame.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
    width: 150px;
}

.company-frame img {
    width: 95px;
    margin-top: 5px;
    height: 90px;
}

.customBtn:hover .customLinks,
.custom__btn:hover .hidden-btns {
    display: block !important;
}

.custom__btn:hover .custom__title {
    display: inline;

}

.dash-border {
    border: 1px dashed var(--main-color);
    padding: 10px;
}

.display_elem {
    padding: 10px;
    border: 1px dashed var(--main-color);
    border-radius: 10px;

}

.form-group .required {
    color: #e02222;
    font-size: 12px;
    padding-right: 2px;
}

.discounted_price {
    font-size: 13px;
    text-decoration: line-through;
    color: #808080;
}

.border-8 {
    border-radius: 8px;
}

.student_image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px dashed var(--main-color);
    padding: 5px;
    margin: auto;
    /* animation: rotation 10s infinite linear; */

}

.icon--cat {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(159, 199, 244, 0.473);
    /* border: 2px dashed var(--main-color); */
    padding: 5px;
    margin: auto;
    /* animation: rotation 10s infinite linear; */

}

.border_image {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 2px dashed var(--main-color);
    padding: 5px;
    margin: auto;
    animation: rotation 12s infinite linear;
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: #007aff;
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: none !important;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    border-radius: 8px;
    color: var(--bs-pagination-active-color);
    background-color: #007aff !important;
    border-color: var(--bs-pagination-active-border-color);
}

.student-image-card {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.student_image img,
.border_image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.icon--cat img,
.border_image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}


@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.bg-lable {
    background: #0000009c;
}

.bg-MEDIUM {
    background: orange;
}

.bg-HARD {
    background: red;
}

.bg-EASY {
    background: green;
}

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 0px;
    right: 0px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.course-item div.col-md-4 {
    transition: .5s all;
    overflow: hidden;
    border-radius: 8px !important;

}

.course-item:hover div.course-image {
    transform: scale(1.1);
    transition: .5s all;
}



.link--card,
.link--card2 {
    min-width: 80px;
    background: #E5EFFA;
    border-radius: var(--Corner-Small, 8px);
    border: 2px solid #167BE5;
}

.link--card:hover,
.link--card2:hover {
    border: 2px solid #FF9500;
}

.link--card div small,
.link--card2 div small {
    background: #167BE5
}

.link--card:hover div img {
    filter: invert(52%) sepia(86%) saturate(718%) hue-rotate(359deg) brightness(101%) contrast(105%);
}

.link--card:hover div small,
.link--card2:hover div small {
    background-color: #FF9500;
}

/*------------ front style  ----------------*/
@media screen and (max-width: 1000px) {
    #main-wrapper .app-header {
        position: unset !important;
    }
}


.likes-top-header:hover {
    /* color: ; */
    background-color: rgba(0, 187, 255, 0.607) !important;

}

.card-money-end {
    border-radius: 8px;
    background: linear-gradient(90deg, #FF3B30 0%, #999 100%);
    background: #EEE;
    /* position: relative; */
}

.card-money-start {
    border-radius: 8px;
    border: 1px solid rgba(34, 242, 93, 0.38);
    background: #EEE;
}

.title-card-money-start {

    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: var(--Corner-Small, 8px);
    background: linear-gradient(90deg, #17994E 0%, #999 100%);
    color: white !important;
    width: 100%;
    margin-bottom: 0px;
}

.card-money-end {
    border-radius: 8px;
    border: 1px solid rgba(34, 242, 93, 0.38);
    background: #EEE;
}

.title-card-money-end {

    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: var(--Corner-Small, 8px);
    background: linear-gradient(90deg, #FF3B30 0%, #999 100%);
    color: white !important;
    width: 100%;
    margin-bottom: 0px;
}


.title-span-assembly {
    display: flex;
    width: 505px;
    height: 48px;
    padding: var(--sds-size-space-200) var(--sds-size-space-600);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: var(--Corner-Small, 8px);
    border: 2px solid var(--Colors-Red, #FF3B30);
}

.select-assembly-payment {
    display: inline-flex;
    height: 48px;
    padding: var(--sds-size-space-200) var(--sds-size-space-400);
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: var(--Corner-Small, 8px);
    background: var(--blue-primary-blue-500, #167BE5);
    /* color: white !important; */
    text-align: center;
    color: white;
}

.select-assembly-payment option {
    background: var(--blue-primary-blue-500, #167BE5);
    color: white !important;
}


.card-income-person-wallet {
    background: linear-gradient(107deg, #4C49ED 2.61%, #0A06F4 101.2%) !important;
    border-radius: 25px !important;
    padding: 15px;
}
.card-total-expenditures-person-wallet{
    background: linear-gradient(107deg, #E74C3C 2.61%, #0A06F4 101.2%)!important;
    border-radius: 25px !important;
    padding: 15px;
}
.card-expenditures-person-wallet{
    background: linear-gradient(107deg, #CA1111 2.61%, #845F5F 101.2%)!important;
    border-radius: 25px !important;
    padding: 15px;
}


.card-expense-person-wallet {
    background: linear-gradient(107deg, #0DBE39 2.61%, #34495E 101.2%)!important;
    border-radius: 25px !important;
    padding: 15px;
}

.blance-person-wallet {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: auto;
    text-align: center;
    display: block;
}


.title_personal_wallet_text {
    color: #080808;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    display: block;
}


.card-cash {
    background-color: #080808;
    padding: 15px;
    border-radius: 25px;
}
.card-not-expense-person-wallet {
    background-color: #FF3B30;
    padding: 15px;
    border-radius: 25px;
}

.card-done-expense-person-wallet {
    background-color: #007AFF;
    padding: 15px;
    border-radius: 25px;
}

.card-action-continar {
    position: relative;
}

.card-action {
    position: absolute;
    right: -8px;
    gap: 5px;
    bottom: 5px;
}

/* From Uiverse.io by Yaya12085 */
.switch {
    position: relative;
    height: 1.5rem;
    width: 3rem;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 9999px;
    background-color: rgba(100, 116, 139, 0.377);
    transition: all .3s ease;
  }

  .switch:checked {
    background-color: rgba(77, 175, 80, 1);
  }

  .switch::before {
    position: absolute;
    content: "";
    left: calc(1.5rem - 1.6rem);
    top: calc(1.5rem - 1.6rem);
    display: block;
    height: 1.6rem;
    width: 1.6rem;
    cursor: pointer;
    border: 1px solid rgba(100, 116, 139, 0.527);
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 3px 10px rgba(100, 116, 139, 0.327);
    transition: all .3s ease;
  }

  .switch:hover::before {
    box-shadow: 0 0 0px 8px rgba(0, 0, 0, .15)
  }

  .switch:checked:hover::before {
    box-shadow: 0 0 0px 8px rgba(77, 175, 80, .15)
  }

  .switch:checked:before {
    transform: translateX(100%);
    border-color: rgba(77, 175, 80, 1);
  }


  .date-picker {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
}

.sidebar-nav ul .sidebar-item .sidebar-link{
    color: white !important;
}
