@import 'bootstrap-icons/font/bootstrap-icons.css';

@font-face {
    font-family: "Vazir";
    src: url(../fonts/Vazir.eot);
    /* IE9 Compat Modes */
    src: url(../fontsfonts/Vazir.eot) format("embedded-opentype"),
        url(../fonts/Vazir.woff2) format("woff2"),
        url(../fonts/Vazir.woff) format("woff"),
        url(../fonts/Vazir.ttf) format("truetype");
    /* Safari, Android, iOS */
}

:root {
    --grid-unit: 1rem;
    --border-radius-base: 0.5rem;
}

[data-theme="light"] {
    --color-bg: #ffffff;
    --color-fg: #000000;
}

[data-theme="dark"] {
    --color-bg: #000000;
    --color-fg: #ffffff;
}

/* example use of CSS custom properties */
/* body {
    background-color: var(--color-bg);
    color: var(--color-fg);
  } */


bodygeust {
    font-family: "Vazir", sans-serif !important;
    color: #0c0c0c;
    background-color: #ffffff;
    overflow-x: hidden;
    background-image: url('../images/bg/bg_1_360.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

bodyauth {
    font-family: "Vazir", sans-serif !important;
    color: #0c0c0c;
    background-color: #ffffff;
    overflow-x: hidden;
}

body {
    font-family: "Vazir", sans-serif !important;
    /* color: #0c0c0c;
    background-color: #ffffff; */
    overflow-x: hidden;
    background-color: var(--color-bg);
    color: var(--color-fg);
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    vertical-align: -0.3em !important;
}

.btn-exit {
    padding: 2px 2px;
    height: 30px;
    background-color: rgb(255, 84, 84);
    color: #ffffff;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: rgb(255, 84, 84);
}

.btn-exit:hover {
    background-color: #ca0202;
    border: #ca0202;
    color: #ffffff;
    border: none;
}

.btn-back {
    padding: 2px 2px;
    width: 50px;
    height: 30px;
    background-color: rgb(255, 84, 84);
    color: #ffffff;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: rgb(255, 84, 84);
}

.btn-back:hover {
    background-color: #ca0202;
    border: rgb(255, 84, 84);
    color: #ffffff;
    border: none;
}

.btn-page {
    padding: 2px 2px;
    width: 40px;
    height: 30px;
    background-color: rgb(84, 192, 255);
    color: #ffffff;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: rgb(84, 192, 255);
}

.btn-page:hover {
    background-color: rgb(1, 139, 219);
    border: rgb(84, 192, 255);
    color: #ffffff;
    border: none;
}

.select2-dropdown {
    top: 22px !important;
    left: 8px !important;
}

.btn-clear {
    background-color: rgb(255, 83, 15);
    color: rgb(0, 0, 0);
    border-radius: 10px;
    /* -webkit-transition: all 0.3s; */
    /* transition: all 0.3s; */
    border: red solid 0.1rem;
    align-items: center;
    text-align: center;
}

.btn-clear:hover {
    background-color: red;
    color: #ffffff;
    border: red solid;
}

.btn-mini {
    padding: 2px 2px;
    background-color: white;
    color: red;
    border-radius: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: red solid 0.1rem;
    width: 25px;
    height: 25px;
    align-items: center;
    text-align: center;
    margin-top: 0.4rem;
    padding-top: 0.3px;
}

.btn-mini:hover {
    background-color: red;
    color: #ffffff;
    border: red none;
    border: none;
}

.btn-search {
    padding: 2px 2px;
    background-color: #59bd61;
    color: #ffffff;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-right: 1.1rem;
    border: red none;
    width: 90px;
}

.btn-search:hover {
    background-color: #237918;
    color: #ffffff;
    border: none;
}
