
.durationClass {
    border: none;
    font-family: fantasy;
    font-size: 24px;
    letter-spacing: 5px;
    box-shadow: 0px 0px 11px -1px;
    text-align: center;
}


.classClinic {
    min-height: 75px !important;
    align-items: center !important;
    justify-content: center !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    color: white;
    text-align: center;
    display:flex;
    border-radius:24px;
    z-index:10 !important;
}

.classFree {
    background-color: #eac2c3;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 3px 3px 13px 6px gray;
    transition: background-color 5s linear;
}



.classBusy {
    background-color: red;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.8;
    transition: background-color 5s linear;
}


.parentRow {
    place-content: center;
}

.childRow {
    box-shadow: 6px 6px 7px 0px var(--site-light-pink);
    width: 100%;
    background-color: #163c7af5;
    align-items: center;
    border-radius: 20px;
}

.childCol {
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.childImg {
    max-width: 100%
}

[dir="ltr"] .fieldLabel {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color:black !important;
}

[dir="rtl"] .fieldLabel {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: right;
    direction: rtl !important;
    justify-content: flex-start;
    display: flex;
    color:black !important;
/*    margin-right: 85px;*/
}

.fieldInput {
    background: white !important;
    /* border-radius: 12px !important; */
    font-size: 16px !important;
    color: black !important;
    border-color: black !important;
}

.my-checkBox
{
    font-size:20px !important;
}

.picCircle {
    background-size: contain;
    /*	border: 1px solid var(--darkGreen);
	border-radius: 50%;*/
    margin-top: 5px;
    display: inline-flex;
    background-repeat: no-repeat;
    height: 256px;
    width: 256px;
    padding: 0 10px;
    background-image: url('/siteimages/uploadImage.svg')
}

.myEditStyle
{
    font-size:20px;
    color:var(--site-light-pink);
}

.SideBarNotification {
    color: white;
    background-color: red;
    border-radius: 40%;
    padding: 5px;
    border-style: none;
    display:none;
}

a {
    text-decoration: none;
}

* {
    font-family: "Roboto Flex", sans-serif;
    color: #000;
}

.ar {
    font-family: "Cairo", sans-serif;
}

.WhatsApp {
    background-color: #0cc143 !important;
    font-size: 16px;
}

.date {
    background-color: #f4f4f4;
}

/* login */
.login {
    background-color: #fffdec;
    display: flex;
    height: 100vh;
    margin: auto;
}

.login__container {
    max-width: 1366px;
    display: flex;
    width: 100%;
    margin: auto;
}

.login__content {
    width: 50%;
    margin: auto;
}

.login__image {
    width: 50%;
    text-align: center;
}

.login__logo {
    width: 150px;
    text-align: center;
    margin: auto;
    display: flex;
}

.login__form {
    display: flex;
    flex-direction: column;
    margin: 0.5em 5em;
    background-color: #fff;
    padding: 2em;
    border-radius: 8px;
    box-shadow: 0 0 15px #fff9f9a7;
    position: relative;
}

.login__form--eye {
    position: absolute;
    width: 25px;
    bottom: 138px;
    right: 45px;
}

.login__title {
    margin: auto;
    text-align: center;
    font-size: 36px;
}

.login__subtitle {
    color: #555555;
    text-align: center;
    margin: 0.5em;
}

.login__label {
    margin: 1em 0 0.5em 0;
    color: #555555;
}

.login__input {
    padding: 0.9em;
    border-radius: 8px;
    border: 1px solid rgb(192, 192, 192);
}

.login__forget {
    margin: 1em;
}

.login__form--btn {
    background-color: #e4c49e;
    padding: 0.8em;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
}

/* header */
.header {
    display: flex;
    justify-content: space-between;
    background-color: #f4f4f4;
    margin: 16px;
    border-radius: 8px;
}

.header__logo {
/*    width: 15%;*/
}

    .header__logo img {
        width: 85px;
        padding: 0 16px;
    }

.header__profile {
    width: 85%;
    border-left: 1px solid rgb(218, 218, 218);
}

.header__flag {
    width: 50px !important;
}

/* aside */
.aside {
    background-color: #f4f4f4;
    width: 14%;
    margin: 0px 16px;
    padding: 1em;
    border-radius: 8px;
    box-sizing: border-box;
}

.aside__title {
    color: #555555;
    font-size: 12px;
}

.aside__list {
    list-style: none;
    padding: 0;
}

.aside__item {
    padding: 12px 0;
}

.aside__link {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 15px;
}

    .aside__link img {
        width: 20px;
        margin-right: 10px;
        position: relative;
        top: -1px;
    }

.aside__link--active {
    border-radius: 8px;
    color: #b08e65;
    font-weight: 700;
    font-size: 16px;
}

/* body */
.body {
    display: flex;
}

/* content */
.content {
    width: 86%;
    background-color: #f4f4f4;
    margin: 0 16px 0 0;
    border-radius: 8px;
}

.content__title {
    margin: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid gray;
}

.content__title--text {
    font-size: 36px;
    margin: 0;
    font-weight: 500;
}

.dashboard button {
    /*padding: 14px 20px;*/
    background-color: #b08e65;
    border: 0;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 500;
}

    .dashboard button:hover {
        background-color: #e4c49e;
        color: #000;
        transition: all 0.3s ease-in-out;
    }

/* dashboard */
.dashboard {
    background-color: #fffdec;
    max-width: 1920px;
    margin: auto;
}

.header__profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 35px;
}

.header__profile--self img {
    width: 55px;
    margin-right: 15px;
    display: flex;
}

.header__profile--self {
    display: flex;
    align-items: center;
}

.header__profile--content {
    display: flex;
    flex-direction: column;
}

.header__profile--breadcrumb {
    color: #555555;
    display: flex;
    align-items: center;
}

    .header__profile--breadcrumb img {
        width: 20px;
        margin-right: 10px;
        position: relative;
        top: -3px;
    }

    .header__profile--breadcrumb a {
        display: flex;
        margin-left: 5px;
    }

.header__profile--content div:nth-child(1) {
    font-size: 18px;
    font-weight: 700;
}

.header__profile--content div:nth-child(2) {
    color: #555555;
    font-size: 14px;
}

/* table */
.table {
    box-sizing: border-box;
    display: table;
    margin: 10px 32px;
    border: 1px solid rgb(218, 218, 218);
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(175, 175, 175, 0.35);
    background-color: #fff;
    width:95%;
}

.table__title {
    padding: 20px 16px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .table__title img {
        width: 20px;
        margin-right: 10px;
    }

.table table {
    width: 100%;
}

    .table table thead {
        background-color: #f4f4f4;
    }

    .table table th {
        border: 1px solid rgb(218, 218, 218);
        padding: 16px;
    }

    .table table td {
        border: 1px solid rgb(218, 218, 218);
        text-align: center;
        padding: 10px;
    }

.table__title--search {
    position: relative;
}

    .table__title--search img {
        position: absolute;
        top: 8px;
        left: 10px;
    }

    .table__title--search input {
        width: 300px;
        padding: 5px 35px;
        border: 1px solid rgb(218, 218, 218);
        border-radius: 8px;
    }

.table__selects {
    padding: 5px 16px;
}

    .table__selects select {
        padding: 5px 10px;
        border-radius: 8px;
        border: 1px solid rgb(218, 218, 218);
    }

/* cards */
.cards {
    display: flex;
    padding: 5px 32px;
    justify-content: space-around;
}

.card__colorful {
    width: 22%;
    background: #B08E65;
    background: linear-gradient(0deg,rgba(176, 142, 101, 1) 0%, rgba(112, 75, 37, 1) 100%);
    padding: 16px;
    border-radius: 8px;
    color: #fff !important;
}

.card__colorful--title {
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: space-between;
}

    .card__colorful--title img {
        width: 35px;
    }

.card__colorful--count {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 15px 0;
}

.card__colorful--subtitle {
    color: #ffead1;
}

.card {
    width: 22%;
    background: #ffffff;
    padding: 16px;
    border-radius: 8px;
}

.card__title {
    color: #000000;
    font-size: 24px;
    display: flex;
    justify-content: space-between;
}

    .card__title img {
        width: 35px;
    }

.card__count {
    color: #000000;
    font-size: 42px;
    font-weight: 700;
    margin: 15px 0;
}

.card__colorful--subtitle {
    color: #ffead1;
}


@media screen and (max-width: 1366px) {
    .card {
        width: 21%;
    }

    .card__colorful {
        width: 21%;
    }
}

/* form */
.content__form {
    display: flex;
    flex-direction: column;
    margin: 0 32px;
}

.content__form--row {
    display: flex;
    justify-content: space-between;
}

.content__form--item {
    display: flex;
    flex-direction: column;
    width: 48%;
}

.content__form--textarea {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .content__form--textarea label {
        margin: 20px 0 10px;
    }

    .content__form--textarea textarea {
        padding: 10px;
        border: 1px solid #c9c9c9;
        border-radius: 8px;
    }

.content__form--item label {
    margin: 20px 0 10px;
}

.content__form--item input {
    padding: 10px;
    border: 1px solid #c9c9c9;
    border-radius: 8px;
}

.content__form--item select {
    padding: 10px;
    border: 1px solid #c9c9c9;
    border-radius: 8px;
}

.content__form--title {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 10px;
}

.content__form--table {
    border: 1px solid rgb(218, 218, 218);
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(175, 175, 175, 0.35);
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}

    .content__form--table thead {
        background-color: #f4f4f4;
    }

    .content__form--table th {
        border: 1px solid rgb(218, 218, 218);
        padding: 16px;
    }

    .content__form--table td {
        border: 1px solid rgb(218, 218, 218);
        text-align: center;
        padding: 10px;
    }

        .content__form--table td input {
            padding: 10px;
            display: flex;
            width: 100%;
            box-sizing: border-box;
            border: 1px solid #d6d6d6;
        }

        .content__form--table td select {
            padding: 10px;
            display: flex;
            width: 100%;
            box-sizing: border-box;
            border: 1px solid #d6d6d6;
        }

.content__form--button {
    margin: 10px 0;
}

.remove {
    background-color: rgb(255, 77, 77) !important;
}

.center {
    text-align: center;
}

/* modal */
.modal {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    background-color: #fff;
    padding: 1.5em;
    border-radius: 8px;
    z-index: 10000;
    display: none;
}

.modal__buttons {
    text-align: center;
}

.modal__form {
    display: flex;
    flex-direction: column;
}

    .modal__form input {
        padding: 8px 10px;
        border-radius: 8px;
        border: 1px solid #c9c9c9;
        margin: 5px 0 10px;
    }

.blackground {
    background-color: #00000047;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    display: none;
}

.table_container {
    border-radius: 15px;
    padding: 15px;
    background-color: white;
    margin: 5px;
}

.col-md-6 {
    align-content: center;
}

.col-md-1 {
    align-content: center;
}

.col-md-2 {
    align-content: center;
}

.col-md-3 {
    align-content: center;
}

.col-md-4 {
    align-content: center;
}

.col-md-5 {
    align-content: center;
}

.col-md-7 {
    align-content: center;
}

.col-md-8 {
    align-content: center;
}

.col-md-9 {
    align-content: center;
}

.col-md-10 {
    align-content: center;
}

.col-md-11 {
    align-content: center;
}

.col-md-12 {
    align-content: center;
}