@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;700&display=swap");

@tailwind base;
@tailwind components;
@tailwind utilities;
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "cairo", sans-serif;
}

body {
    direction: rtl;
    background-color: #fff !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-y: scroll !important;
}

::-webkit-scrollbar-thumb {
    background-color: #DEF9EC;
    border-radius: 0px;
    height: 4px;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
}

html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    scroll-behavior: auto !important;
    /*text-transform: capitalize;*/
    font-family: "cairo", sans-serif;
}

* {
    /*text-transform: capitalize;*/
}

thead {
    font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
}

button {
    background-color: transparent;
    border: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    outline: none !important;
    box-shadow: none;
}

.form-switch .form-check-input {
    background-repeat: no-repeat !important;
}

input:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

input[type=checkbox]:checked {
    background-color: #DEF9EC;
    color: #DEF9EC;
    border-color: #DEF9EC;
}

p {
    margin: 0 !important;
}

body {
    overflow: hidden;
    direction: rtl;
}

.store__banner {
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .store__banner {
        flex-wrap: wrap;
    }
}

.file__zone {
    gap: 5px;
    position: relative;
    border: 1px solid #d0d5dd !important;
    border-radius: 8px !important;
    padding: 16px;
    background-color: #f7f9fb;
}

.file__zone input {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.file__zone span {
    color: #475467;
    font-size: 14px;
    font-weight: 400;
}

.file__zone span span {
    color: #52911b;
    font-weight: 700;
}

.file__zone p {
    color: #475467;
    font-size: 12px;
    font-weight: 400;
}

table tr td {
    padding: 15px !important;
}

.order-details {
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .order-details {
        flex-wrap: wrap;
    }
}

.auth__layout .auth__form input::-moz-placeholder {
    font-size: 14px;
}

.auth__layout .auth__form input::placeholder {
    font-size: 14px;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 260px;
    background: #1b1c1f;
    z-index: 100;
    transition: all 0.5s ease;
}

.sidebar.close {
    width: 78px;
}

.sidebar .logo-details {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}

.sidebar .logo-details img {
    display: block;
}

.sidebar.close .logo-details img {
    display: none;
}

.sidebar .logo-details svg {
    font-size: 30px;
    color: #5a5a62;
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 60px;
}

.sidebar .logo-details .logo_name {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease;
    transition-delay: 0.1s;
}

.sidebar.close .logo-details .logo_name {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links {
    height: 100%;
    padding: 40px 0 150px 0;
    overflow: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}

.sidebar.close .nav-links {
    overflow: visible;
}

.sidebar .nav-links::-webkit-scrollbar {
    display: none;
}

.sidebar .nav-links li {
    position: relative;
    /* margin: 20px 0px 20px 0; */
    list-style: none;
    transition: all 0.4s ease;
    padding: 5px 0;
    width: 100%;
}

.sidebar .nav-links li:hover {
    background: #ff6039;
}

.sidebar .nav-links li::before {
    content: "";
    position: absolute;
    right: 0;
    width: 4px;
    height: 55px;
    background-color: #fff;
    border-radius: 0 20px 20px 0;
    opacity: 0;
    transition: all 0.4s ease;
    top: -8px;
}

.sidebar .nav-links li:hover::before {
    opacity: 1;
}

.sidebar .nav-links li .iocn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar.close .nav-links li .iocn-link {
    display: block;
}

.sidebar .nav-links li svg {
    /* height: 55px; */
    min-width: 78px;
    text-align: center;
    line-height: 60px;
    color: #5a5a62;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.sidebar .nav-links li.showMenu i.arrow {
    transform: rotate(-180deg);
}

.sidebar.close .nav-links i.arrow {
    display: none;
}

.sidebar .nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 30px;
    line-height: 23px;
}

.sidebar .nav-links li a .link_name {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition: all 0.4s ease;
}

.sidebar.close .nav-links li a .link_name {
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li .sub-menu {
    padding: 6px 80px 14px 6px;
    background: #1b1c1f;
    display: none;
}

.sidebar .nav-links li.showMenu .sub-menu {
    display: block;
}

.sidebar .nav-links li .sub-menu a {
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
    white-space: nowrap;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.sidebar .nav-links li .sub-menu a:hover {
    opacity: 1;
}

.sidebar.close .nav-links li .sub-menu {
    position: absolute;
    right: 4.9rem;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0.3s;
}

.sidebar.close .nav-links li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
}

.sidebar .nav-links li .sub-menu .link_name {
    display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name {
    font-size: 17px;
    opacity: 1;
    display: block;
}

.sidebar .nav-links li .sub-menu.blank {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
}

.sidebar .profile-details {
    position: fixed;
    bottom: 0;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1b1c1f;
    padding: 12px 13px;
    transition: all 0.5s ease;
}

.sidebar.close .profile-details {
    background: none;
}

.sidebar.close .profile-details {
    width: 78px;
}

.sidebar .profile-details .profile-content {
    display: flex;
    align-items: center;
}

.sidebar .profile-details img {
    height: 52px;
    width: 52px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50px;
    /*margin: 0 14px 0 12px;*/
    transition: all 0.5s ease;
}

.sidebar.close .profile-details img {
    padding: 4px;
}

.sidebar .profile-details .profile_name,
.sidebar .profile-details .job {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job {
    display: none;
}

.sidebar .profile-details .job {
    font-size: 12px;
}

.sidebar .profile-details svg {
    color: #5a5a62;
    font-size: 20px;
}

.sidebar .profile-details:hover svg {
    color: #fff;
}

.home-section {
    position: relative;
    background: #fff;
    height: 100vh;
    right: 260px;
    width: calc(100% - 260px);
    transition: all 0.5s ease;
    /* padding: 12px; */
}

.sidebar.close ~ .home-section {
    right: 78px;
    width: calc(100% - 78px);
}

.home-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
}

.home-section .home-content .bx-menu {
    color: #5a5a62;
    transform-origin: center;
}

.home-section .home-content .text {
    color: #ff6039;
    font-size: 35px;
}

.home-section .home-content .bx-menu {
    cursor: pointer;
    margin-right: 10px;
}

.home-section .home-content .text {
    font-size: 26px;
    font-weight: 600;
}

.sidebar .nav-links li:hover svg {
    color: #fff;
}

/*** icon ***/
.sidebar .nav-links li:hover svg {
    color: #0a65fe;
}

/****   text  *****/
.sidebar .nav-links li:hover a .link_name {
    color: #fff;
}

/***  line ***/
.sidebar .nav-links li:before {
    background: #3BB77E;
}

/*** bg ***/
.sidebar .nav-links li:hover {
    background: linear-gradient(288deg, rgba(59, 183, 125, 0.6196078431) 4%, rgba(59, 183, 125, 0.431372549));
}

@media screen and (max-width: 400px) {
    .sidebar {
        width: 240px;
    }

    .sidebar.close {
        width: 78px;
    }

    .sidebar .profile-details {
        width: 240px;
    }

    .sidebar.close .profile-details {
        background: none;
    }

    .sidebar.close .profile-details {
        width: 78px;
    }

    .home-section {
        right: 240px;
        width: calc(100% - 240px);
    }

    .sidebar.close ~ .home-section {
        right: 78px;
        width: calc(100% - 78px);
    }
}

@media (max-width: 991px) {
    .sidebar {
        display: none !important;
    }

    .sidebar.open {
        display: block !important;
        width: 100%;
    }

    .home-section {
        width: 100% !important;
        right: 0 !important;
    }
}

.sidebar_header {
    width: 100%;
    padding: 12px 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header_sidebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 10px 0 !important;
}

.close_sidebar {
    display: none;
}

@media (max-width: 991px) {
    .close_sidebar {
        display: block;
    }
}

.sidebar .nav-links li.active {
    background: linear-gradient(288deg, rgba(59, 183, 125, 0.6196078431) 4%, rgba(59, 183, 125, 0.431372549));
}

.sidebar .nav-links li.active::before {
    opacity: 1;
}

/*# sourceMappingURL=main.css.map */
