@font-face {
    font-family: Pinar;
    src: url("../fonts/pinar/Statics/woff2/Pinar-Regular.woff2") format('woff2');
}

* {
    direction: rtl;
    font-family: Pinar, sans-serif;
}

input {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body {
    background-color: #f2f2f2;
    color: #1e2125;
}

html {
    scroll-behavior: smooth !important;
}

a {
    text-decoration: none;
    color: #0a53be;
    transition: .5s;
}

a:hover {
    color: #1d76fc;
}

.shadow-box {
    box-shadow: 0 1.3px 5px 0 rgba(70, 90, 100, .8);
}

.shadow-lg {
    box-shadow: 0 1.3px 5px 0 rgba(70, 90, 100, .8) !important;
}

.all-rounded {
    border-radius: 15px !important;
}

.pointer {
    cursor: pointer;
}

.bottom-rounded {
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
}


select > option {
    border-radius: 35px;
    padding-right: .5rem;
}

.current-status-active {
    animation: myMove 5s infinite;
}

@keyframes myMove {
    50% {
        box-shadow: 0 1.3px 5px 0 rgba(0, 0, 0, .7);
    }
}

.subject-input-group {
    display: none;
}

#wallet {
    position: revert;
}

#operation {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    position: absolute;
    height: 2.3rem !important;
    border: none;
    background-color: #cde1fe;
    border-left: 1px solid rgb(105, 164, 252);
}

.file, .text, .options, .range, #by-click, #by-day {
    display: none;
}

.table-icon {
    width: 30px;
    height: 30px;
    border-radius: 25px;
    box-shadow: 0 1.3px 5px 0 rgba(70, 90, 100, .8) !important;
}

.dotted-border {
    border: 1px dotted rgba(70, 90, 100, .5);
    border-radius: 25px;
}

.search-container {
    display: flex;
    position: relative;
    padding: 0 !important;
}

.search-input {
    position: relative;
    width: 18rem;
    background-color: snow;
}

.search-btn {
    position: absolute;
    left: .7rem;
    top: .05rem;
}

.search-spinner {
    width: 2rem;
    height: 2rem;
}

.search-result-container {
    display: none;
    position: absolute;
    border: none;
    border-radius: 15px;
    box-shadow: 0 1.3px 5px 0 rgba(70, 90, 100, .8);
    background-color: snow;
    width: 18rem;
    margin-right: .65rem;
    margin-top: .2rem;
    min-height: 2rem;
}

.search-result {
    margin: 0 !important;
}

.search-result li {
    transition: .5s ease;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.search-result li.active a {
    border-radius: 15px;
    display: block;
    color: #1e2125 !important;
    padding: .5rem .5rem;
    margin: 0;
    width: 100%;
}

.search-result li.active a:hover {
    box-shadow: 0 1.3px 5px 0 rgba(70, 90, 100, .8);
    background-color: #9dc4fb;
}

.search-result li.active a:active {
    transition: 5ms ease;
    background-color: #0a58ca;
    color: snow !important;
}

.search-result li.active::after {
    content: ' ';
    position: absolute;
    border-top: 1px solid rgba(70, 90, 100, .3);
    width: 80%;
    right: 10%;
}

.search-result li.active:last-child::after {
    content: none;
}

.loading::after {
    border-radius: 15px !important;
}

.badge-lg {
    font-size: 15px !important;
}

.badge:hover {
    color: snow !important;
}

.status-card {
    border-radius: 15px !important;
    background-color: rgba(187, 45, 59, .2);
    color: #1e2125;
}

.status-container {
    width: 100%;
    border-radius: 25px !important;
    box-shadow: 0 1.3px 5px 0 rgba(70, 90, 100, .8);
    align-items: center;
    display: flex;
    justify-content: center;
    color: snow;
}

.status-container h4 {
    margin: 0;
}

.dropdown-menu {
    border-radius: 15px;
    box-shadow: 0 1.3px 5px 0 rgba(70, 90, 100, .8);
    border: none;
}

.dropdown-menu .dropdown-item {
    color: snow;
    line-height: 2rem;
}

.dropdown-menu .dropdown-item:hover {
    background-color: transparent !important;
    transform: translateX(-.5rem);
}

.btn-sm, .btn {
    border-radius: 10px !important;
}

#fileUploadProgress, #file-errors {
    display: none;
}

.dashed-border .invalid {

}
