pre {
    direction: rtl;
    font-family: IRANSans, sans-serif;
    text-align: right;
    font-size: 20px;
    white-space: pre-wrap;
    overflow-y: hidden;
}

html {
    scroll-behavior: smooth !important;
}

ul {
    list-style-type: none;
    padding: 0;
}


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

*::-webkit-scrollbar {
    width: 10px;
}


*::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 35px;
}


*::-webkit-scrollbar-thumb {
    background: #1e2125;
    border-radius: 35px;
}


*::-webkit-scrollbar-thumb:hover {
    background: #052a61;
}

textarea::-webkit-scrollbar {
    display: none;
}

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

a:hover {
    color: #052a61;
}


.swal-style {
    border-radius: 15px !important;
    box-shadow: 0 5px 8px -3px rgb(166 196 198) !important;
    transition: .3s ease;
}

.swal-style::-webkit-scrollbar {
    display: none !important;
}

.swal2-actions button {
    transition: .3s ease;
    border-radius: 15px !important;
    box-shadow: 0 5px 8px -3px rgb(166 196 198) !important;
}

.swal2-actions button:hover {
    box-shadow: 0 5px 8px -3px rgb(166 196 198) !important;
}

.edit-image {
    border-radius: 15px;
    box-shadow: 0 5px 8px -3px rgb(166 196 198) !important;
    border: none;
    width: 400px;
}

.pagination > li {
    padding: 0 .2rem;
}

.page-link {
    border-radius: 60px !important;
    box-shadow: 0 1px 5px 0 rgba(70, 90, 100, .5);
    font-size: 15px;
    font-weight: bold;
}

.error-message {
    margin: 0;
    padding-right: 15px;
    font-size: 15px;
    color: red;
}

.alert {
    z-index: 1000;
    border-radius: 15px;
    width: 40rem;
    font-size: 17px;
    align-items: center;
    padding: 0 1rem 0 1rem;
    box-shadow: 0 1.3px 5px 0 rgba(70, 90, 100, .8);
    min-height: 2rem;
}

.alert > p {
    max-width: 36rem;
}

.btn-close {
    font-size: 10px;
}

.btn-close:focus {
    border: none;
    box-shadow: none;
    text-shadow: 0 0 5px black;
}


.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    box-shadow: 0 1.3px 5px 0 rgba(0, 0, 0, .7);

}

.checkbox-round:checked {
    background-color: #0d6efd;
}

label {
    cursor: pointer;
}

.border-invalid {
    border: 1px dotted rgba(255, 199, 32, 1) !important;
}

.is-warning {
    border: 1px solid #cc9900 !important;
}

.form-control.is-warning {
    padding-left: calc(1.5em + 0.75rem);
    background-image: url("../../assets/images/exclamation-warning.svg");
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.400rem) calc(0.75em + 0.400rem);
}

.is-warning:focus {
    border-color: #ffbf00 !important;
    box-shadow: 0 0 0 0.25rem rgba(255, 191, 0, 0.25) !important;
}

.invalid {
    border: 1px solid rgba(220, 53, 69, 1) !important;
}

.invalid:focus {
    /*border: 1px solid #dc3545;*/
    border: 1px solid rgba(220, 53, 69, 1);
    box-shadow: 0 2px 5px 0 rgba(220, 53, 69, .7);
}

.invalid-dashed {
    border: 1px dashed rgba(220, 53, 69, 1) !important;
}

.invalid-dashed:focus {
    /*border: 1px solid #dc3545;*/
    border: 1px dashed rgba(220, 53, 69, 1);
    box-shadow: 0 2px 5px 0 rgba(220, 53, 69, .7);
}

.alt-user-image {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    box-shadow: 0 1.3px 5px 0 rgba(70, 90, 100, 1);

}

.badge {
    border-radius: 35px;
    box-shadow: 0 1.3px 5px 0 rgba(70, 90, 100, 1);
}


.ltr-dir {
    direction: ltr !important;
}

.rtl-dir {
    direction: rtl !important;
}

.borderless {
    border: none !important;
}

.form-control {
    border-radius: 15px;
    box-shadow: none;
}

.form-control:focus {

}

.btn {
    border-radius: 15px;
}


.password {
    position: relative;
}

.show-password {
    cursor: pointer;
    position: absolute;
    font-size: 25px;
    right: .5rem;
    margin-top: 8px;
    color: rgba(102, 102, 102, .7);
    transition: .5s;
}

.hide-password {
    display: none;
    cursor: pointer;
    position: absolute;
    font-size: 25px;
    right: .5rem;
    margin-top: 8px;
    color: rgba(102, 102, 102, .7);
    transition: .5s;
}

.show-password:hover, .hide-password:hover {
    color: rgba(102, 102, 102, 1);
}

.pointer {
    cursor: pointer;
}

.forgot-pass {
    transition: .5s;
    color: #041e49 !important;
}

.forgot-pass:hover {
    color: #0d6efd !important;
}

.textarea-rounded {
    border-radius: 15px;
}

.nav-link {
    font-size: 20px;
}


.pagination > li {
    padding: 0 .2rem;
}

.page-link {
    border-radius: 60px !important;
    box-shadow: 0 1px 5px 0 rgba(70, 90, 100, .5);
    font-size: 15px;
    font-weight: bold;
}


.spacial-color-juicy-orange-bg {
    background: #FF8008; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFC837, #FF8008); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFC837, #FF8008); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 100vh;
}

.spacial-color-juicy-orange {
    background: #FF8008; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFC837, #FF8008);
    background: linear-gradient(to right, #FFC837, #FF8008);
}

.spacial-color-dracula-bg {
    background: #f857a6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff5858, #f857a6); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff5858, #f857a6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 100vh;
}

.spacial-color-dracula {
    background: #f857a6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff5858, #f857a6); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff5858, #f857a6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.spacial-color-neon-life {
    background: #00c6ff; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0072ff, #00c6ff); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0072ff, #00c6ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.spacial-color-neon-life-reverse {
    background: rgba(0, 255, 179, 1); /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #0072ff, #00c6ff); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, rgba(0, 69, 153, 1), rgba(0, 204, 167, 0.06)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.spacial-color-neon-life-bg {
    background: #00c6ff;
    background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
    background: linear-gradient(to right, #0072ff, #00c6ff);
    height: 100vh;
}

.spacial-color-pink-bg {
    background: #FF512F;
    background: -webkit-linear-gradient(to left, #DD2476, #FF512F);
    background: linear-gradient(to left, #DD2476, #FF512F);
    height: 100vh;
}

.spacial-color-pink {
    background: #FF512F; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #DD2476, #FF512F); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #DD2476, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.spacial-color-green-blue {
    background: rgb(0, 168, 249);
    background: linear-gradient(61deg, rgb(0, 199, 249) 65%, rgba(0, 255, 207, 1) 100%);
}

.spacial-color-green-blue-sidebar {
    background: rgb(0, 168, 249);
    background: linear-gradient(61deg, rgb(0, 227, 227) 65%, rgba(0, 255, 207, 1) 100%);
}

.spacial-color-green-blue-bg {
    background: rgb(0, 168, 249);
    background: linear-gradient(61deg, rgb(0, 199, 249) 65%, rgba(0, 255, 207, 1) 100%);
    height: 100vh;

}

.btn-blue {
    background-color: rgba(0, 168, 249, 1);
}

.btn-green {
    background-color: rgba(0, 255, 179, 1);
}

.bg-green {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 255, 179, 1)), to(#00b33c));
    background: linear-gradient(to right, rgba(0, 255, 179, 1), #00b33c);
}

.bg-yellow {
    background: -webkit-gradient(linear, left top, right top, from(#cccc00), to(darkgoldenrod));
    background: linear-gradient(to right, #cccc00, darkgoldenrod);
}

.bg-purple {
    background: -webkit-gradient(linear, left top, right top, from(#c266ff), to(#660066));
    background: linear-gradient(to right, #c266ff, #660066);
}

.btn-yellow {
    color: darkgoldenrod;
}

.bg-grey {
    background-color: #707070;
}

.bg-soft-gray {
    background-color: rgba(229, 230, 230, .6);
}

.bg-cyan {
    background: -webkit-gradient(linear, left top, right top, from(#99ffcc), to(#009999));
    background: linear-gradient(to right, #99ffcc, #009999);
}

.form-select {
    border-radius: 15px;
    overflow: auto;
}

.form-select option {
    border-radius: 15px;
    padding: 0 .5rem;
}


@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-left: 0.75rem;
    background-image: none;
}

.code {
    direction: ltr !important;
}

.code:placeholder-shown {
    direction: rtl !important;
}

.modal-content {
    background-color: #d9d9d9;
    border-radius: 15px;
    border: none;
    box-shadow: 0 1.3px 5px 0 rgba(0, 0, 0, .7) !important;
}

.modal-lg > .modal-content {
    border-radius: 15px;

}

.card {
    border-radius: 15px;
    border: none;
    color: #d9d9d9;
    box-shadow: 0 1.3px 5px 0 rgba(0, 0, 0, .7) !important;
}

.order-btn {
    border: none;
    background-color: transparent;
    font-size: 15px;
    font-weight: bold;
    transition: .5s;
}

.order-btn:hover {
    color: #0d6efd;
}

.dashed-border {
    border: 1px rgba(0, 0, 0, .7) dashed;
    border-radius: 15px;
    padding: 0 1rem;
}

.dashed-solid {
    border: 1px rgba(0, 0, 0, .7) solid;
    border-radius: 15px;
    padding: .5rem 1rem;
}

.group-name-header {
    background-color: #0d6efd;
    color: snow;
    border-radius: 15px;
    border: none;
    padding: .3rem 0;
}

.card-img {
    width: 100% !important;
    height: 15rem !important;
    border-radius: 15px 35px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
}

.card-img-container {
    position: relative;
}

.image-text {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: snow !important;
    font-size: 55px;
}

.img-blur {
    filter: blur(3px) !important;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    -o-opacity: 0.4;
    -ms-opacity: 0.4;
    opacity: 0.4;
    -moz-filter: alpha(opacity=40);
    -o-filter: alpha(opacity=40);
    -ms-filter: alpha(opacity=40);
}

.search-list {
    position: absolute;
    z-index: 10000;
    border: 1px solid #eeeeee;
    border-radius: 35px;
}


#searchResult {
    box-shadow: 0 1.3px 5px 0 rgba(0, 0, 0, .7) !important;
    list-style: none;
    margin: 0;
    padding: .5rem 0;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 15px;
}

#searchResult li {
    padding: .5rem 1rem;
    border-radius: 35px;
}

#searchResult li:hover {
    background-color: #0d6efd;
    color: snow;
}

.width-16-rem {
    width: 16rem !important;
}

.attention-container {
    border-radius: 15px;
    background-color: rgba(220, 53, 69, .5);
    color: #2c070b !important;
    padding: .5rem 1rem;
}

.attention-container ul {
    list-style-type: revert;
}

.attention-container ul > li {
    margin-right: 2rem;
    padding: 0;
}

.example-link {
    color: #0b5ed7 !important;
}

.example-link:hover {
    color: #023e97 !important;
}

.primary-disabled {
    background-color: #4d94ff;
    border: 1px solid #4d94ff;
}

.success-disabled {
    background-color: #53df9e;
    border: 1px solid #53df9e;
}

.credit {
    border: 1px dashed #4d4d4d;
    padding: .5rem 1rem;
    border-radius: 15px;
}

small {
    font-size: 15px;
}

.index-search {
    width: 15rem !important;
}

.form-lg {
    height: 2.88rem !important;
}

.choices-disabled {
    background-color: #b3b3b3 !important;
    border: 1px solid #b3b3b3 !important;
    color: snow !important;
}

.text-lined {
    text-align: center;
    position: relative;
    font-weight: bold;
}

.text-lined:before {
    content: "";
    display: block;
    width: 48%;
    height: 1px;
    background: rgba(0, 0, 0, .2);
    left: 0;
    top: 50%;
    position: absolute;
}

.text-lined:after {
    content: "";
    display: block;
    width: 48%;
    height: 1px;
    background: rgba(0, 0, 0, .2);
    right: 0;
    top: 50%;
    position: absolute;
}

.tl-1:before {
    width: 25% !important;
}

.tl-1:after {
    width: 25% !important;
}

.tl-2:before {
    width: 30% !important;
}

.tl-2:after {
    width: 30% !important;
}

.tl-3:before {
    width: 35% !important;
}

.tl-3:after {
    width: 35% !important;
}

.tl-4:before {
    width: 40% !important;
}

.tl-4:after {
    width: 40% !important;
}

.tl-5:before {
    width: 45% !important;
}

.tl-5:after {
    width: 45% !important;
}

.description-body {
    position: absolute;
    left: 0;
    border-radius: 15px;
    margin-top: 2rem;
    min-width: 45rem;
    max-width: 80%;
    background-color: white;
    color: #1a1e21;
    text-align: right;
    padding: .5rem 1rem;
    box-shadow: 0 1px 20px 0 rgba(70, 90, 100, .7);
    display: none;
    z-index: 10000;
}

.db-sm {
    margin-top: 0;
    min-width: 30rem !important;
    max-width: 40% !important;
}

.description-body ::-webkit-scrollbar {
    display: none;
}

.banner {
    border-radius: 15px;
    box-shadow: 0 1px 20px 0 rgba(70, 90, 100, .7);
    width: 60%;
    height: 10rem;
    border: none;
}

.loading::after {
    content: "";
    border-radius: 15px;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(89, 89, 89, .8);
}

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


.spinner {
    display: none;
    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 5px #cfd0d1;
    border-bottom-color: #1c87c9;
    border-radius: 50%;
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
    z-index: 100;
}

@keyframes spinner {
    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

.height-10 {
    max-height: 10rem !important;
    overflow: auto !important;
}


.height-15 {
    max-height: 15rem !important;
    overflow: auto !important;
}

.height-20 {
    max-height: 20rem !important;
    overflow: auto !important;
}

.success-call, .error-call {
    display: none;
}
