﻿



@font-face {
    font-family: "IranSans";
    src: url("fonts/IRANSansX-Black.woff2") format("woff2");
    font-weight: 800;
}

@font-face {
    font-family: "IranSans";
    src: url("fonts/IRANSansX-Bold.woff2") format("woff2");
    font-weight: 700;
}

@font-face {
    font-family: "IranSans";
    src: url("fonts/IRANSansX-Medium.woff2") format("woff2");
    font-weight: 500;
}

@font-face {
    font-family: "IranSansNum";
    src: url("fonts/IRANSansXFaNum-Bold.ttf") format("woff2");
    font-weight: 700;
}

@font-face {
    font-family: "IranSansNum";
    src: url("fonts/IRANSansXFaNum-Medium.ttf") format("woff2");
    font-weight: 500;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    direction: rtl;
    color: #424244;
    font-size: 9pt;
    font-family: "IranSans";
    background-color: #f3f6f9 !important;
}

form {
    width: 100%;
    margin:0 auto;
}

.pagination {
    margin-bottom: 20px !important;
}


.SpinerCustom {
    width: 10px;
    height: 10px;
    margin-right: 3px;
}

button {
    border: none;
    outline: none;
    font-family: "IranSans";
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.text-number {
    font-family: "IranSansNum";
    font-weight: 500 !important;
}

.mobile-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.container {
    width: calc(100% - 30px);
    margin: 0 auto;
    max-width:900px;
}

.text-main {
    color: #A83875;
}

.bg-main {
    background-color: #A83875;
    color: #fff;
}

.bg-blue {
    background-color: #3853e3;
    color: #fff;
}

.bg-green {
    background-color: #0cba1e;
    color: #fff;
}

.bg-gray {
    background-color: #838383;
    color: #fff;
}

.bg-yellow {
    background-color: #df8704;
    color: #fff;
}

.bg-red {
    background-color: #ea1717;
    color: #fff;
}

.footer {
    display:none;
}

.d-none {
    display: none;
}

#panel {
    padding: 30px 0;
}

.circle-bg-1 {
    background-color: #e2ebf5;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    top: -145px;
    right: -120px;
    z-index: -1;
}

.circle-bg-2 {
    background: linear-gradient( 149deg, #e2ebf5 0%, rgba(226, 235, 245, 0) 96.35% );
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: fixed;
    z-index: -1;
    bottom: -145px;
    left: -120px;
}

.card-main {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 20px -9px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding: 32px 64px !important;
}

.title-line {
    height: 1.5px;
    width: 170px;
    margin: 0 auto;
}

.btn-search {
    text-align:center;
    line-height: 26pt;
}

.form-part {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

    .form-part input,
    .form-part textarea,
    .form-part .select,
    .select-day input,
    .select-line .select {
        margin-top: 5px;
        border-radius: 5px;
        border: 1px solid #cacaca;
        height: 38px;
        padding: 0 10px;
        font-family: "IranSans";
    }

    .form-part textarea {
        height: 100px;
        padding: 10px !important;
    }

.select select {
    width: 100%;
    border: none;
    outline: none;
    height: 100%;
    font-family: "IranSans";
    color: #838383;
}

.btn-main {
    border-radius: 5px;
    box-shadow: 0px 8px 9px 0px rgba(168, 56, 117, 0.2);
    width: 100%;
    height: 38px;
    font-weight: bold;
    max-width: 312px;
    margin: 20px auto;
    display: block;
}

.card-note {
    border-radius: 8px;
    background: #fff;
    padding: 5px 15px;
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10pt;
    font-weight: bolder;
}

    .card-note .line-right {
        border-radius: 7px;
        width: 7px;
        height: 35px;
        margin-right: -18px;
    }

.right-note {
    display: flex;
    align-items: center;
}

.card-name {
    border-left: solid 1px #d9d9d9;
    padding: 5px 30px;
}

.menu-bar {
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

    .menu-bar ul {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .menu-bar li {
        padding: 8px 10px;
        color: #bbbbba;
        font-size: 10pt;
        cursor: pointer;
        transition: 0.5s all;
    }

    .menu-bar .active {
        background-color: #A83875;
        color: #fff !important;
        border-radius: 5px;
    }

.date {
    border-radius: 5px;
}

.day {
    padding-left: 5px;
    width: calc(60% - 6px);
    display: inline-block;
    margin-left: 2px;
}

    .day input {
        width: 100%;
    }

.minutes,
.hour {
    width: calc(20% - 11px);
    display: inline-block;
    margin: 0 2px;
}

.day .top-day {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.minutes .select,
.hour .select {
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #cacaca;
    height: 38px;
    font-family: "IranSans";
    padding: 0 2px;
}

.select select {
    width: 100%;
    font-size: 8pt;
    height: 100%;
    background: white !important;
}

.check-day {
    border-radius: 3px;
    background: #e9f2fa;
    color: #3853e3;
    padding: 3px 10px;
    height: 22px;
    font-size: 8pt;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.top-massage {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-default {
    border-radius: 3px;
    padding: 10px;
    font-size: 8pt;
}

.search-box {
    border-radius: 3px;
    background: #f3f6f9;
    padding: 10px;
    margin-bottom: 15px;
}

    .search-box .top {
        font-size: 10pt;
        font-weight: 700;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: solid 1px #cdcbcb;
    }

        .search-box .top i {
            margin-left: 5px;
            font-size: 14px;
        }

.search-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select-day,
.select-line {
    display: flex;
    flex-direction: column;
    width: calc(50% - 5px);
}

    .select-day input {
        width: calc(100% - 20px);
    }

    .select-line .select {
        background-color: #fff;
    }

.list-title {
    font-size: 11pt;
    margin: 30px 0 20px 0;
}

    .list-title span {
        font-size: 10pt;
    }

.list-holder {
    overflow: auto;
}

.holder {
    width: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.table th, .table td {
    padding: 8px 10px;
    white-space: nowrap; /* Prevent words from breaking within cells */
}

.table tbody tr {
    border-radius: 24px;
    border: 1px solid #cacaca;
    margin: 10px 0;
}



.btn-edit {
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 8pt;
    display: inline-block;
    cursor: pointer;
}

.line-separate {
    background-color: #d9d9d9;
    margin-top: 30px;
    width: 100%;
    height: 1px;
}

#line-panel .card-main {
    margin-top: 15px;
}

#line-panel .title {
    font-size: 11pt;
    margin-top: 0;
}

.line {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.modal-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: none;
    padding: 30px 30px 0 30px !important;
}

    .modal-header h3 {
        font-size: 12pt;
        font-family: "IranSans";
        font-weight: bold;
        margin-top: 15px;
    }

.modal-body {
    padding: 30px 30px 0 30px !important;
}

.modal-footer {
    padding-top: 0;
}

.icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: solid 10px #f4dce9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-red {
    border: solid 10px #ffe5e5 !important;
}

.icon i {
    font-size: 24px;
    color: #fff;
    margin-top: 5px;
}

.btn-modal {
    border-radius: 5px;
    padding: 10px 25px;
    cursor: pointer;
    margin: 10px;
    cursor: pointer;
}

.modal-footer {
    justify-content: center;
    border-top: none;
}

.reserve-time {
    border-radius: 26px;
    border: 1px solid #ededed;
    background: #fff;
    box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 8px 25px;
    margin: 10px 5px;
    text-align: center;
}

.draft-list {
    width: calc(100% - 20px);
    margin: 0 auto;
}

.draft {
    border-radius: 26px;
    border: 1px solid #ededed;
    background: #fff;
    box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    margin: 10px 0;
}

.btn-select {
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 8pt;
    display: inline-block;
}

.body-modal {
    text-align: center;
}

/*div#SelectDraftDatatable_length, #SelectDraftDatatable thead, .dataTables_info {
    //display: none;
}*/

table {
    width: 100% !important;
}

.table tbody tr {
    border-radius: 26px;
    border: 1px solid #ededed;
    background: #fff;
    box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.1);
    padding: 0 15px;
    margin: 10px 0;
}

.table td {
    border: none !important;
}


a.page-link {
    border: none !important;
    font-size: 9pt !important;
}

.active > .page-link {
    background-color: #A83875 !important;
    border-radius: 50%;
}

.page-item:not(:first-child) .page-link {
    margin-left: 0 !important;
}

.form-check {
    margin-bottom: 0 !important;
}

.modal_delete_text {
    text-align: center;
    margin-bottom: 10px;
}

.footer-modal {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

table.dataTable {
    text-align: center !important;
}

.line-header {
    font-size: 11pt;
}

    .line-header label {
        cursor: pointer;
    }

.search-item input {
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #cacaca;
    height: 38px;
    padding: 0 10px;
    font-family: "IranSans";
    width: 100%;
}


.search-box .top i {
    margin-top: 5px;
    font-size: 16px;
}

.toggle-button-cover {
    display: table-cell;
    position: relative;
    box-sizing: border-box;
}

.button-cover {
    height: 100px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
}

    .button-cover:before {
        counter-increment: button-counter;
        content: counter(button-counter);
        position: absolute;
        right: 0;
        bottom: 0;
        color: #d7e3e3;
        font-size: 12px;
        line-height: 1;
        padding: 5px;
    }

.button-cover,
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button {
    position: relative;
    top: 50%;
    width: 103px;
    height: 36px;
    overflow: hidden;
}

    .button.r,
    .button.r .layer {
        border-radius: 100px;
    }

    .button.b2 {
        border-radius: 2px;
    }

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #fff;
    transition: 0.3s ease all;
    z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before {
    content: "غیرفعال";
    position: absolute;
    top: 4px;
    left: 42px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 12px;
    background-color: #ea1717;
    border-radius: 35px;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before {
    content: "فعال";
    left: 4px;
    background-color: #089B3A;
}

#button-1 .checkbox:checked ~ .layer {
    background-color: #fff;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
    transition: 0.3s ease all;
}

.row-num {
    background-color: #DCE8F4;
    color: #687E93;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.ticket-label {
    color: #2855C9;
    border: solid 1px #2855C9;
    border-radius: 30px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    margin: 10px 0px 10px 10px;
    cursor: pointer;
    transition: 0.5s all;
}

    .ticket-label:hover {
        background-color: #2855C9;
        color: #fff;
    }


/***************Login and sign up styles*************/
.top-login img {
    width: 100%;
}

#login .card-login {
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: relative;
    padding: 40px 10px;
    width: 60%;
}

.card-note {
    display:none;
}

.login-container {
    overflow: hidden;
    background-color: #f3f6f9;
    position: relative;
    min-height: 100vh;
    display: flex;
}

    .login-container p {
        text-align: center;
        margin-top: 10px;
    }

.bi-arrow-left {
    font-size: 18px;
    margin-top: 5px;
    margin-right: 10px;
}

.link-form {
    font-size: 11pt;
    font-weight: 700;
}

.btn-send {
    border-radius: 4px;
    padding: 6px 15px;
    font-size: 8pt;
    background: #D9D9D9;
    color: #555557;
    margin-top: 10px;
    cursor: pointer;
}


.card-login h2 {
    font-size: 11pt;
    margin: 15px auto;
    padding-bottom: 15px;
    font-weight: 800;
    text-align: center;
}

.card-login h1 {
    font-size: 14pt;
    margin: 0 auto;
    padding-bottom: 15px;
    font-weight: 800;
    text-align: center;
    color: #A83875;
}

.link-form:hover {
    color: #A83875 !important;
}

.logo {
    margin: 0 auto 15px auto;
    width: 75px;
    display: block;
}

.value-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 5px;
    border-right: 3px solid #089b3a;
    background: #fff;
    box-shadow: 0px 1px 8px -2px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
    font-size: 11pt;
    font-weight: 700;
}

    .value-card label {
        border-radius: 5px;
        background: #ECF9F1;
        color: #089B3A;
        padding: 10px 15px;
    }


.top-menu-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.btn-top {
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 20px;
    border-radius: 30px;
    font-size: 10pt;
    font-weight: 700;
    cursor: pointer;
}

    .btn-top i {
        border-radius: 50%;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        margin-left: 15px;
        transition: 0.7s all;
    }

.btn-guide {
    background-color: #2855c9;
    color: #fff;
}

    .btn-guide:hover {
        background-color: #3663d5;
        color: #fff;
    }

    .btn-guide i {
        color: #2855c9;
        background-color: #fff;
    }

.btn-list {
    width: 35px;
    height: 35px;
    font-size: 20px;
    background-color: #fff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    cursor: pointer;
    transition: 0.7s all;
}

    .btn-list:hover {
        color: #a83875;
    }

.cover {
    background: rgba(255, 255, 255, 0.80);
    width: 0;
    height: 100vh;
    z-index: 998;
    position: fixed;
    top: 0;
    right: 0;
}

.side-menu {
    width: 280px;
    position: fixed;
    z-index: 999;
    right: 0;
    height: 100vh;
    background: #FFF;
    box-shadow: 4px 0px 31px -11px rgba(0, 0, 0, 0.25);
    transition: 1s;
}

    .side-menu ul {
        padding: 0 20px;
    }

        .side-menu ul li {
            margin: 10px 0;
            padding: 10px 0;
            border-bottom: solid 1px #D9D9D9;
        }

            .side-menu ul li:last-child {
                border-bottom: none;
            }

            .side-menu ul li:hover {
                border-bottom: solid 1px #a83875;
            }

                .side-menu ul li:hover a {
                    color: #a83875;
                }

            .side-menu ul li a {
                color: #424244;
                transition: 1s;
                font-size: 10pt;
                transition: 0.7s all;
                display: block;
                width: 100%;
            }

                .side-menu ul li a i {
                    font-size: 13px;
                    margin-left: 5px;
                }

.side-menu-header {
    padding: 20px 15px;
    display: flex;
    justify-content: center;
    background-color: #a83875;
    color: #fff;
    align-items: center;
}

    .side-menu-header h2 {
        font-size: 13pt;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .side-menu-header p {
        font-size: 9pt;
        font-weight: 500;
        margin-bottom: 0;
    }

.logo-side {
    width: 70px;
    margin-left: 15px;
}

.btn-exit {
    background-color: #a83875;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 180px;
    height: 45px;
    font-size: 10pt;
    margin: 0 auto;
}

    .btn-exit:hover {
        color: #fff;
    }

    .btn-exit i {
        margin-right: 10px;
        font-size: 16px;
    }


.card-main .nav-link {
    padding: 0.5rem 13px;
    color: #424244;
}

.nav-tabs .nav-link.active {
    color: #a83875;
    background-color: #fff;
    border-color: #a83875 #a83875 #Fff;
}

.tab-images {
    padding: 0;
}

    .tab-images li {
        margin: 15px 0;
    }

        .tab-images li img {
            width: 100%;
            border-radius: 8px;
        }

.reserve-search .select-day, .reserve-search .select-day input {
    width: 100% !important;
}

.reteurn-btn:hover {
    color: #a83875;
    cursor: pointer;
}


.alarm-box {
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    align-items: center;
}

.bg-alarm-red {
    background: #EA1717;
    color: #fff;
}

.bg-alarm-yellow {
    background: #F9DA38;
    color: #000000;
}

.btn-alarm {
    background: #fff;
    color: #000000;
    font-weight: bold;
    width: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border-radius: 4px;
    margin-right: 5px;
    filter: drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.25));
}

.alarm-text i {
    margin-left: 5px;
    font-size: 20px;
}

.alarm-text p {
    line-height: 20pt;
    margin-bottom: 0;
    font-size: 8pt;
}
.top-login {
    display: none;
}
.top-login-res {
    display: block;
    width: 40%;
    background-image: url(./images/login_img_slogan.png);
    background-position: center;
    background-size: cover;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.top-login-res img{
    width: 100%;
    margin-top:20px;
}
.top-login-res h2 {
        text-align: center;
        color: #fff;
        font-size: 30pt;
        font-weight: 900;
        margin-bottom: 20px;
}
.login-icon{
    margin: 0 20px;
    display:flex;
    flex-direction: column;
    align-items:center;
}
.login-icon img{
    width: 50px!important;
    margin-bottom:15px;
}
.login-icon a{
    color: #fff;
    font-size:12pt;
    font-weight:700;
}
    .login-icon a:hover {
        color: #fff;
    }
.main-panel {
    width: calc(100% - 280px);
    float: left;
}

.row-form{
    width: 100%;
}
.row-form .form-part {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
}
.card-login form {
    max-width: 312px;
}
.calander-label{
    display: none;
}
.search-box {
    padding: 20px 30px;
}
.select-res {
    display: none;
}
.btn-list {
    display: none;
}
.row-message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 65px;
    justify-content: space-between;
}
.name-row i {
    margin-left: 5px;
    color: #A83875;
    font-size: 18px
}
.line-row{
    margin-left: 15px;
}
.status-btn {
    padding: 5px 15px;
    display: flex;
    border-radius: 5px;
}
.btn-yellow-row {
    background: #FFF7CB;
    color: #BCA223;
}
.btn-green-row {
    color: #0CBA1E;
    background: #e7ffea;
}
.btn-gray-row {
    color: #8E8E8E;
    background: #D8D8D8;
}
.text-row {
    background: #F1F1F1;
    padding: 5px 10px;
    border-radius: 5px;
}
#MessageDatatable tbody tr {
    display: block;
    border: solid 1px #CACACA!important;
    border-radius: 15px;
}
.menu-side{
    height:calc(100dvh - 220px);
}
@media screen and (max-width: 900px) {
    .side-menu {
        right: -280px;
    }
    .main-panel {
        width: 100%;
        float: unset;
    }
    .btn-list {
        display: flex;
    }
}
@media screen and (max-width: 768px) {

    .row-form {
        flex-direction: column;
    }

    .row-form .form-part {
            width: 100% !important;
            margin: 0 0 20px 0 !important;
     }
}
    @media screen and (max-width: 500px) {


        .login-container {
            border-radius: 0;
            box-shadow: none;
        }

        .mobile-container {
            max-width: 500px;
        }

        .alarm-text {
            width: calc(100% - 45px);
        }

        .top-login {
            display: block;
        }

        #login .card-login {
            border-radius: 30px;
            box-shadow: 0px 4px 20px -9px rgba(244, 2, 192, 0.25);
            margin: -80px auto 0 auto;
            width: calc(100% - 50px);
        }

        .card-note {
            border-radius: 8px;
            background: #fff;
            padding: 5px 15px;
            margin: 32px 40px 15px 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 10pt;
            font-weight: bolder;
            box-shadow: 0px 4px 20px -9px rgba(0, 0, 0, 0.25);
        }

        .login-container {
            border-radius: 10px;
            box-shadow: 0px 4px 20px -9px rgba(0, 0, 0, 0.25);
            padding-bottom: 30px;
            display: unset;
        }

        .footer {
            text-align: center;
            padding-bottom: 15px;
            font-weight: bold;
            display: block;
        }

        form {
            width: 100%;
            max-width: 100%;
        }

        .top-login-res {
            display: none;
        }

        .card-main {
            padding: 20px !important;
        }

        .date {
            border: 1px solid #cacaca;
            padding: 10px;
            margin-top: 5px;
        }

        .calander-label {
            display: block;
        }

        .search-box {
            padding: 10px !important;
        }

        .menu-bar ul {
            justify-content: space-between !important;
        }

        .reserve-search .select-line-res {
            display: none;
        }

        .select-res {
            display: block;
        }
    }
