
@font-face {
    font-family: "YekanBakh";
    src: url("../fonts/woff2/YekanBakh-SemiBold.woff2") format("woff2");
    font-weight: 600;
}

@font-face {
    font-family: "YekanBakh";
    src: url("../fonts/woff2/YekanBakh-Bold.woff2") format("woff2");
    font-weight: 700;
}

@font-face {
    font-family: "YekanBakh";
    src: url("../fonts/woff2/YekanBakh-ExtraBold.woff2") format("woff2");
    font-weight: 800;
}

@font-face {
    font-family: "YekanBakh";
    src: url("../fonts/woff2/YekanBakh-ExtraBlack.woff2") format("woff2");
    font-weight: 900;
}

@font-face {
    font-family: "YekanBakh";
    src: url("../fonts/woff2/YekanBakh-Light.woff2") format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: "YekanBakh";
    src: url("../fonts/woff2/YekanBakh-Regular.woff2") format("woff2");
    font-weight: 500;
}

@font-face {
    font-family: "YekanBakhFaNum";
    src: url("../fonts/woff2/YekanBakhFaNum-Regular.woff2") format("woff2");
    font-weight: 500;
}

@font-face {
    font-family: "YekanBakhFaNum";
    src: url("../fonts/woff2/YekanBakhFaNum-Bold.woff2") format("woff2");
    font-weight: 700;
}

body {
    background-color: #fff;
    color: #50505d;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition: 1s;
    direction: rtl;
    font-size: 11pt;
    font-family: "YekanBakh", "YekanBakhFaNum";
    font-weight: 500;
}

a {
    text-decoration: none;
    color: #424244;
    cursor: pointer;
}

    a:hover {
        color: #424244;
    }

li {
    list-style: none;
}

h1 {
    font-size: 18pt;
    font-family: "YekanBakh", "YekanBakhFaNum";
    font-weight: 800;
    line-height: 30pt;
}

h2 {
    font-size: 16pt;
    line-height: 28pt;
    font-family: "YekanBakh", "YekanBakhFaNum";
    font-weight: 800;
}

h3 {
    font-size: 14pt;
    font-family: "YekanBakh", "YekanBakhFaNum";
    font-weight: 800;
}

h4 {
    font-size: 12pt;
    font-family: "YekanBakh", "YekanBakhFaNum";
    font-weight: 800;
}

p {
    line-height: 20pt;
    font-size: 10pt;
    font-family: "YekanBakh", "YekanBakhFaNum";
    margin: 0;
}

ul {
    padding: 0;
}

.login-form-holder {
    display: inline-block;
    width: calc(60% - 2px);
    vertical-align: top;
}

.login-img-holder {
    display: inline-block;
    width: calc(40% - 2px);
    vertical-align: top;
    position: relative;
}

.rice-system-info-holder {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #098e23;
    opacity: 0.9;
    padding: 20px;
    color: #fff;
    width: calc(100% - 60px);
}

    .rice-system-info-holder h2 {
        font-size: 22pt;
        text-align: center;
        margin-bottom: 20px;
    }

    .rice-system-info-holder ul li {
        margin: 10px 0;
        font: 13pt;
        font-weight: 700;
    }

        .rice-system-info-holder ul li i {
            font-size: 20px;
            margin-top: 5px;
        }

.info-subtitle {
    color: #d88900;
    background: #fff;
    display: block;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 16pt;
    text-align: center;
    margin-bottom: 10px;
    width: fit-content;
    margin: 0 auto 20px auto;
}

.login {
    width: 100%;
    height: 100vh;
}

.login-form-holder {
    height: 100vh;
}

    .login-form-holder .form-holder {
        height: 100%;
    }

.login-img-holder {
    height: 100%;
}

    .login-img-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.logo-login {
    width: 100px;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
}

.login h1 {
    color: #B3B3B3;
    font-weight: 700 !important;
    text-align: center;
}

.input-holder {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .input-holder label {
        font-weight: 600;
    }

    .input-holder input, .input-holder select {
        outline: none;
        border-radius: 10px;
        border: solid 1px #cdcdcd;
        margin: 8px 0;
        padding: 8px 16px;
    }

.login form {
    width: 100%;
    max-width: 400px;
}

.btn-main {
    background-color: #098e23;
    color: #fff;
    border-radius: 10px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.7s;
}

    .btn-main:hover {
        background-color: #2ba443;
    }

.btn-login {
    width: 100%;
    margin-top: 30px;
}

.panel-side-menu-holder {
    width: 280px;
    position: sticky;
    top: 0;
    bottom: 0;
    height: 100vh;
    display: inline-block;
}

.top-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    border-bottom: solid 1px #dadada;
}

.menu-bar {
    padding-top: 20px;
}

.menu-bar-li {
    display: flex;
    align-items: center;
}

    .menu-bar-li a {
        display: block;
        margin: 0 15px 0 25px;
        cursor: pointer;
        color: #636363;
        padding: 10px 15px;
        border-radius: 14px;
        width: 100%;
        transition: all 0.7s;
    }

        .menu-bar-li a i {
            margin-left: 5px;
            font-size: 18px;
        }

.line-hover {
    width: 8px;
    border-radius: 12px 0 0 12px;
    background-color: #fff;
    height: 45px;
    transition: all 0.7s;
}

.menu-bar-li:hover a {
    background-color: #e73a7c;
    color: #fff;
}

.menu-bar-li:hover .line-hover {
    background-color: #e73a7c;
}

.panel-main-holder {
    width: calc(100% - 285px);
    display: inline-block;
    background: #fafafc;
    border-radius: 20px;
    padding: 20px;
    vertical-align: top;
}

.panel-main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
}

.budjet-box-holder {
    background-color: #f6fff7;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 10px;
}

    .budjet-box-holder i {
        color: #06c731;
        font-size: 18px;
        margin-left: 5px;
        margin-top: 3px;
    }

.budjet-box {
    margin-right: 30px;
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #e0ffe1;
    color: #0a6925;
}

.calender-box-holder {
    display: flex;
    align-items: center;
    background-color: #fcf0f2;
    padding: 5px 15px;
    border-radius: 12px;
    margin-left: 6px;
    font-size: 9pt;
}

    .calender-box-holder i {
        color: #e73a7c;
        font-size: 20px;
        margin-top: 3px;
        margin-left: 15px;
    }

.notification-box-holder {
    background-color: #fcf0f2;
    color: #e73a7c;
    border-radius: 12px;
    width: 50px;
    height: 55px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .notification-box-holder i {
        margin-top: 3px;
    }

.calender-box-holder .day-holder i {
    font-size: 7px;
    margin-left: 5px;
    color: #ff9e68;
}

.calender-box-holder .date-holder {
    padding: 0 5px 5px 5px;
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 5px;
}

.panel-box-holder {
    background: #fff;
    border-radius: 20px;
    margin-top: 15px;
    padding: 30px;
}

.create-line-form {
    display: inline-block;
    width: calc(60% - 20px);
    margin-left: 15px;
    vertical-align: top;
}

.guide-box {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    padding: 20px;
    border-radius: 20px;
    border: solid 1px #cbcbcb;
}

.guide-title {
    font-size: 14pt;
}

    .guide-title i {
        font-size: 10px;
        margin-left: 5px;
    }

.guide-text-row {
    display: flex;
    align-items: flex-start;
    margin: 15px 0;
}

    .guide-text-row i {
        margin-top: 3px;
        margin-left: 5px;
        font-size: 20px;
    }

.text-gray {
    color: #525253;
    font-family: 500 !important;
    font-size: 10pt;
}

.create-line-form h1 {
    margin-bottom: 40px;
}

.tag-box-holder {
    background-color: #fcf0f2;
    border: solid 1px #f3c4cc;
    border-radius: 10px;
    padding: 5px;
    margin: 5px 0 5px 5px;
    display: inline-block;
}

    .tag-box-holder i {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        font-size: 12px;
        margin-right: 10px;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.7s;
    }

        .tag-box-holder i:hover {
            background-color: red;
            color: #fff;
        }

.btn-add-personnel i {
    margin-right: 10px;
    margin-top: 3px;
    font-size: 20px;
}

.table td,
.table th {
    text-align: center;
    vertical-align: middle;
}

.table thead tr,
.table thead th,
.table tbody td {
    border: none;
}

.table tbody {
    background-color: #fff;
}

    .table tbody tr {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border: none;
        border-radius: 10px;
        overflow: hidden;
        margin: 5px 0;
    }

.table {
    border-collapse: separate;
    border-spacing: 0 15px !important;
}

.btn-trash,
.btn-edit, .btn-credit, .btn-see {
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

    .btn-trash i,
    .btn-edit i, .btn-credit i, .btn-see i {
        font-size: 15px;
        color: #fff;
        margin-top: 3px;
    }

.btn-trash {
    background-color: #ff2b2b;
}

.btn-edit {
    background-color: #ff9d2b;
}

.btn-credit {
    background-color: #B90B8B;
}

.btn-see {
    background-color:;
}

.calendar {
    width: 40%;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 380px;
    font-family: "YekanBakhFaNum";
}

.calendar-header {
    background-color: #ec407a;
    color: #fff;
    padding: 16px;
    text-align: center;
}

    .calendar-header .years {
        text-align: left;
        margin-bottom: 20px;
    }

.calender-title {
    font-weight: bold;
    font-size: 18px;
    text-align: right;
}

.calendar-body {
    padding: 16px;
}

.days-row,
.weekdays-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    margin-bottom: 8px;
}

    .weekdays-row span {
        color: #888;
        font-size: 10px;
    }

.day {
    padding: 8px 0;
    cursor: pointer;
    border-radius: 50%;
    aspect-ratio: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .day:hover {
        background-color: #fce4ec;
    }

.selected {
    border: 2px solid #ec407a;
    color: #ec407a;
    font-weight: bold;
}

.event-day {
    background-color: #ec407a;
    color: white;
}

.calendar-footer {
    padding: 16px;
    border-top: 1px solid #eee;
    font-size: 14px;
}

.event {
    margin-bottom: 4px;
}

.current-time-holder {
    padding: 0 20px;
}

.current-time {
    font-family: "YekanBakhFaNum";
    font-weight: 700;
}

.calender-handeler {
    border: none;
    outline: none;
    background-color: none;
    background: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.8s;
}

    .calender-handeler i {
        margin-top: 4px;
    }

    .calender-handeler:hover {
        background-color: #098e23;
        color: #fff;
    }

.createReserve .input-holder {
    width: calc(50% - 10px);
    margin: 0 5px;
}

.line-info {
    border: solid 1px #cdcdcd;
    border-radius: 10px;
    padding: 15px;
}

.date-holder .input-holder {
    width: calc(25% - 10px);
    margin: 0 5px;
}

.btn-purple {
    background-color: #9682E7 !important;
    width: 200px;
    margin: 10px auto;
}

.filter-box-holder {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 10px 20px;
}

.filter-header {
    padding-bottom: 5px;
    border-bottom: solid 1px #E4E4E4;
    color: #A2A2A2;
    margin-bottom: 20px;
}

    .filter-header i {
        font-size: 20px;
        margin-left: 5px;
    }

.filter-row, .filter-row-3 {
    display: flex;
    align-items: center;
}

    .filter-row .input-holder {
        width: calc(25% - 10px);
        margin: 0 5px;
    }

    .filter-row-3 .input-holder {
        width: calc(33% - 10px);
        margin: 0 5px;
    }

.btn-purple i {
    margin-left: 5px;
}


.form-box-holder {
    background-image: url(~/appOuterLayout/img/bg-form.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 25px 0;
}

.form-box {
    width: calc(100% - 50px);
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
}

.form-line-top {
    background: #ffa1a1;
    width: calc(100% - 115px);
    height: 20px;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
}

.form-box-header {
    text-align: center;
}

    .form-box-header img {
        width: 120px;
        margin: 15px;
    }

    .form-box-header h1 {
        font-size: 13pt;
    }

        .form-box-header h1 i {
            color: #ff5500;
            font-size: 15px;
            margin: 0 5px;
        }

.timing-holder {
    background-color: #fcf0f2;
    color: #e73a7c;
    padding: 8px 16px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
}

    .timing-holder i {
        margin-top: 3px;
        margin-left: 5px;
        font-size: 20px;
    }

.line-question {
    padding-bottom: 10px;
    border-bottom: solid 1px #e73a7c;
}

.text-form {
    background-color: #f5f8fc;
    padding: 8px 16px;
    border-radius: 10px;
    margin: 10px 0;
}

.input-row-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .input-row-2 input {
        width: 30%;
    }

.quality-num {
    color: #e73a7c;
    font-size: 10pt;
    padding: 5px 10px;
    background-color: #fcf0f2;
    border-radius: 5px;
}

.form-box-holder .btn-main {
    width: 100%;
}


.form-box-holder {
    background-image: url(/appOuterLayout/img/bg-form.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 25px 0;
}

@media screen and (max-width: 768px) {
    .login-img-holder {
        display: none;
    }

    .login-form-holder {
        width: 100%;
        padding:15px;
    }
}
