:root {
    --main-blue: rgb(0, 143, 255);
    --white: #fff;
    --border-color: rgba(0, 0, 0, 0.175)
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.background {
    /*    margin-bottom: 60px;*/
    background: #f7f7f7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-html {
    background-color: #e9ecef;
}

.night {
    background-image: url("../images/Homepage_night.png") !important;
}

.bg-img {
    z-index: 99999;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}



a, tr, th, p, label, span, li, div {
    font-family: IRANSans;
}

h1, h2, h3, h4, h5, h6, .card-header, .card-body .card-footer, select, option, .btn {
    font-family: IRANSans;
}

input, textarea, button {
    font-family: IRANSans !important;
}

a:link {
    text-decoration: none;
}

a:hover {
    color: burlywood !important
}

.form-group {
    margin-bottom: 2rem;
}

.btn-large {
    width: 8rem;
    height: 8rem;
    vertical-align: middle;
    font-size: 6rem;
}

[type=password] {
    direction: ltr;
}

.top-110 {
    top: 115% !important;
}

.mh-500 {
    min-height: 500px
}

.clickable {
    cursor: pointer
}

.ltr {
    direction: ltr
}

.no-color {
    color: inherit;
    text-decoration: none;
}

no-color:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.even-larger-badge {
    font-size: 1.1em;
}



.center {
    display: flex;
    justify-content: center
}

.auth-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: calc(100vh - 90px)
}

.request-evaluation-badge {
    position: absolute;
    left: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    background: var(--main-blue);
    color: var(--white);
    border-color: var(--border-color);
    z-index: 9999
}

.request-evaluation-badge-data {
    position: absolute;
    left: -305px;
    top: -25px;
    width: 300px;
    height: 50px;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 8px 4px;
    display: none
}

.card-custom-style {
    box-shadow: 0 2px 8px rgba(4,10,31,.08);
    border-radius: 16px
}

.c-blue {
    color: var(--main-blue)
}

.badge-data-list {
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 8px;
    border: 1px solid var(--border-color);
    -ms-border-radius: 16px;
    border-radius: 16px;
}

.btn-primary, .nav-link.active, .list-group-item.active {
    background-color: var(--main-blue) !important
}

.nav-link.active {
    color: var(--white) !important
}

.chip {
    padding: 3px 5px;
    background: #cbcdd6;
    border-radius: 8px;
    color: #353a40
}

.pointer-events-none {
    pointer-events: none
}

.invisible-border {
    border-bottom: 30px solid transparent !important
}

.send-propmt {
    background: var(--white);
    min-height: 500px;
    min-width: 500px;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    text-align: center;
}

.nav-seperator {
    height: 56px;
    border: 1px solid var(--border-color);
}

.exit-btn {
    border: 1px solid var(--border-color);
    border-radius: 8px;
}

    .exit-btn:hover {
        border: 1px solid var(--border-color);
        background: #cbcdd6;
        border-radius: 8px;
        color: #353a40
    }

.range-picker-counter {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background-color: var(--main-blue);
    padding: 2px;
    width: 20px;
    max-width: 20px;
    display: flex;
    justify-content: center;
    color: var(--white)
}

.custom-select .select2-container {
    display: unset
}

.project-main-container {
    height: calc(100vh - 90px);
    max-height: calc(100vh - 90px);
    overflow: auto;
}

    .project-main-container::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .project-main-container::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .project-main-container::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #BAE2FF
    }

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 27px !important
}

.text-info {
    color: var(--main-blue) !important
}

.h-divider {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    width: 100%;
    border-top: 10px solid black;
}

.accordion-body {
    background: #86c6fe5c
}



.circle {
    background: gray;
    position: relative;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 3px #fff;
    margin-left: 8px
}

.step-active {
    background: #4285f4
}

.cursor-pointer {
    cursor: pointer;
}

td[role=gridcell] {
    direction: rtl;
    text-align: right !important;
}

.info-bg-color {
    background-color: var(--bs-accordion-active-bg);
}

label {
    font-weight: 700;
}