﻿body {
    font-family: Vazir;
}

.f-btn {
    border-radius: 8px;
    background-color: #D7A2A5;
    color: #000;
    padding: 0.7rem 0;
    font-size: 18px;
    font-weight: 300;
    border: 0;
}

.form-control:focus {
    border-color: #454545 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(63, 63, 63, 0.05) !important;
}

/* navbar */
.f-navbar {
    box-shadow: 0px 4px 8px 0px #00000014;
}

.f-navbar-link {
    text-decoration: none;
    color: #000;
    padding: 8px 12px;
}

.f-navbar-link.active {
    color: #000;
    background-color: #F1F1F1;
    border-radius: 8px;
}

.f-navbar-link:hover {
    color: #7b7b7b;
}

.navbar-btn {
    padding: 8px 32px;
    background-color: #D7A2A5;
    color: #000;
}

.shopping-icon {
    max-width: 2rem;
}

.f-panel-navbar {
    background-color: #CCA4A6;
    color: #000;
}

.navbar-toggler {
    border: 0 !important;
}

.cart-btn {
    padding: 12px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.cart-btn.yellow {
    background-color: #F8F2F2;
    color: #000;
}

.navbar-icon {
    font-size: 20px !important;
    margin-left: 5px;
}

.panel-row {
    min-height: 90vh;
}

.sidebar-col {
    background-color: #CCA4A6;
}

.main-col {
    background-color: #F7F7F7;
    padding: 28px;
}

.sidebar {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 48px 18px;
}

@media(min-width:900px) {
    .sidebar {
        padding: 48px;
    }
}

.sidebar h2 {
    font-size: 28px;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

.sidebar ul {
    padding: 0;
    margin: 32px 0;
    list-style: none;
    width: 100%;
}

.sidebar li {
    padding: 10px 0;
}

.sidebar a {
    text-decoration: none;
    color: #000;
    padding: 10px 12px;
    border-radius: 8px;
}

.sidebar a:hover {
    color: #4a4a4a;
}

.sidebar a.active {
    color: #fff;
    background: #589D99;
    width: 100%;
    display: inline-block;
}

.sidebar i {
    font-size: 20px;
    padding-left: 5px;
}

.btn-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    border-top: 2px solid #E3E3E3;
}

.btn-box button,
.btn-box a {
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(224, 200, 201, 0.49) 0%, rgba(234, 218, 219, 0.55) 67.5%, rgba(214, 182, 183, 0.38) 100%);
    width: 100%;
    padding: 12px 6px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-item {
    position: relative;
}

.image-text-box {
    position: absolute;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(20px);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(max-width:767px) {
    .profile-btn {
        width: 100%;
    }

    .panel-box {
        padding: 36px 36px;
    }

    .image-text-box {
        top: 15%;
        left: 15%;
        padding: 0.5rem;
    }

    .image-text-box h2 {
        font-size: 12px;
        font-weight: 300;
    }

    .image-text-box p {
        font-size: 8px;
        font-weight: 300;
    }
}

@media(min-width:768px) {
    .panel-box {
        padding: 36px 56px;
    }

    .image-text-box {
        top: 30%;
        left: 12%;
        padding: 1.5rem 5rem;
    }

    .image-text-box h2 {
        font-size: 40px;
        font-weight: 300;
    }

    .image-text-box p {
        font-size: 24px;
        font-weight: 300;
    }
}

.panel-box {
    background-color: #fff;
    border-radius: 16px;
    width: 100%;
    height: 100%;
}

.profile-btn {
    border-radius: 8px;
    background-color: #CCA4A6;
    color: #000;
    padding: 8px 48px;
}

.main-footer {
    background-color: #292929;
    padding: 48px 0;
}

@media(max-width:767px) {
    .footer-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        padding: 2rem 0;
        margin: 1rem 0;
    }
}

.footer-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 2rem 0;
    margin: 1rem 0;
}

.footer-box.top {
    border-bottom: 1px solid #fff;
}

.footer-box .items {
    display: flex;
}

.footer-box .item {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 1.5rem;
}

.footer-box a {
    text-decoration: none;
    color: #fff;
    margin: 0.5rem 0;
}

.footer-box a:hover {
    color: #b5b5b5;
}

.success-dialog {
    background-color: #059644;
    box-shadow: 0px 0px 20px 0px rgba(4, 120, 74, 0.60);
    border-radius: 16px;
    border: 0;
    color: #fff;
}

.success-dialog p {
    text-align: center;
}

.error-dialog {
    background-color: #B91C1C;
    box-shadow: 0px 0px 20px 0px rgba(217, 41, 47, 0.60);
    border-radius: 16px;
    border: 0;
    color: #fff;
}

.error-dialog p {
    text-align: center;
}

.date-time {
    direction: ltr !important;
    text-align: right;
}

td.date-time {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

td.date-time>span {
    width: 5vw;
}