:root{
    --font-family: 'Montserrat', sans-serif;
    /* --font-family: 'Roboto', sans-serif; */
    /* --font-family: 'Lato'; */

    --bs-body-font-size: 0.85rem;
    --bs-body-font-weight: 400;
    --bs-bg-opacity: 0.5;

    /* --bs-primary-rgb: 20,104,152; */
    --bs-primary-rgb: 7,95,145;
    --bs-secondary-rgb: 50,51,49;
    /* --bs-success-rgb: 49,141,3; */
    --bs-success-rgb: 5,93,4;
    --bs-info-rgb: 8,169,161;
    --bs-warning-rgb: 206,130,0;
    /* --bs-danger-rgb: 219,0,0; */
    --bs-danger-rgb: 120,3,3;

    --bs-custom-rgb: 22,34,38;
    /* --bs-custom-rgb: 120,3,3; */
}

::-webkit-scrollbar {
    width: 8px;
    height: 3px;
}

::-webkit-scrollbar-thumb {
    background: #727272;
    -webkit-border-radius: 1px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

/* ::-webkit-scrollbar-corner {
    background: #000;
} */

/* ::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:10px;
    height:0px;
}

::-webkit-scrollbar-track {
    background-color:#ecedee
}
::-webkit-scrollbar-track:hover {
    width:15px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color:#6dc0c8;
}

::-webkit-scrollbar-thumb:hover{
    background-color:#56999f;
    width:10px;
}

::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:4px;
    height:0px;
}

::-webkit-scrollbar{
    width: 6px;
}
::-webkit-scrollbar:hover{
    width: 8px;
} */

.mt-n1 {
    margin-top: -0.25rem;
}
.mt-n2 {
    margin-top: -0.5rem;
}
.mt-n3 {
    margin-top: -1rem;
}
.mt-n4 {
    margin-top: -1.5rem;
}
.mt-n5 {
    margin-top: -3rem;
}
.mt-n6 {
    margin-top: -4rem;
}

.mt-sm-n1 {
    margin-top: -0.25rem;
}
.mt-sm-n2 {
    margin-top: -0.5rem;
}
.mt-sm-n3 {
    margin-top: -1rem;
}
.mt-sm-n4 {
    margin-top: -1.5rem;
}
.mt-sm-n5 {
    margin-top: -3rem;
}
.mt-sm-n6 {
    margin-top: -4rem;
}

@media(max-width: 576px){
    .mt-sm-n1 {
        margin-top: 0;
    }
    .mt-sm-n2 {
        margin-top: 0;
    }
    .mt-sm-n3 {
        margin-top: 0;
    }
    .mt-sm-n4 {
        margin-top: 0;
    }
    .mt-sm-n4 {
        margin-top: 0;
    }
    .mt-sm-n6 {
        margin-top: 0;
    }
}

.azn::before{
    content: '₼';
    font-size: var(--bs-body-font-size);
    font-weight: bolder;
}




.divider {
    display: block;
    text-align: center;
    margin: 1rem 0;
    overflow: hidden;
    white-space: nowrap;
}

.divider .divider-text {
    position: relative;
    display: inline-block;
    font-size: var(--bs-body-font-size);
    padding: 0rem 1rem;
}

.divider.text-start-center .divider-text {
    left: -25%;
}
.divider.text-end-center .divider-text {
    right: -25%;
}

.divider .divider-text::before, .divider .divider-text::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100vw;
    border-top: 1px solid rgba(67,89,113,.2);
}
/* .text-end {
    text-align: right !important;
} */
.divider.text-start .divider-text {
    padding-left: 0;
}
.divider.text-end .divider-text {
    padding-right: 0;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}


.fs-7{
    font-size: calc(var(--bs-body-font-size) * 0.9) !important;
}
.fs-6{
    font-size: var(--bs-body-font-size) !important;
}
.fs-5{
    font-size: calc(var(--bs-body-font-size) * 1.3) !important;
}
.fs-4{
    font-size: calc(var(--bs-body-font-size) * 1.4) !important;
}
.fs-3{
    font-size: calc(var(--bs-body-font-size) * 1.6) !important;
}
.fs-2{
    font-size: calc(var(--bs-body-font-size) * 1.8) !important;
}
.fs-1{
    font-size: calc(var(--bs-body-font-size) * 2) !important;
}


/* Sweet Alert 2 */
div:where(.swal2-container){
    z-index: 9999 !important;
}
/* .swal2-show {
    animation: swal2-show .1s;
} */
/* div:where(.swal2-icon) .swal2-x-mark {
    animation: swal2-animate-error-x-mark .3s;
} */

/* div:where(.swal2-icon).swal2-icon-show .swal2-x-mark {
    animation: swal2-animate-error-x-mark .2s;
} */

/* .swal-modal {
    background-color: rgba(63,255,106,0.69);
    border: 3px solid white;
} */

/* div:where(.swal2-icon) {
    width: 3.5em !important;
    height: 3.5em !important;
} */

/* div:where(.swal2-icon) [class^="swal2-x-mark-line"] {
    top: 1.35em !important;
    width: 1.9em !important;
}

div:where(.swal2-icon) [class^="swal2-x-mark-line"][class$="left"] {
    left: .55em !important;
}

div:where(.swal2-icon) [class^="swal2-x-mark-line"][class$="right"] {
    right: .55em !important;
}
div:where(.swal2-icon) .swal2-icon-content {
    font-size: 2.75em !important;
} */


/* div:where(.swal2-icon) [class^="swal2-success-line"][class$="tip"] {
    top: 2.1em !important;
    left: 0.25em !important;
}
div:where(.swal2-icon) [class^="swal2-success-line"][class$="long"] {
    top: 1.7em !important;
    left: 1.1em !important;
}
div:where(.swal2-icon).swal2-success [class^="swal2-success-circular-line"][class$="left"] {
    top: -1.437em !important;
    left: -2.63em !important;
}
div:where(.swal2-icon).swal2-success .swal2-success-fix {
    top: -1em !important;
    left: 0.625em !important;
    width: 0.48em !important;
    height: 5.825em !important;
}
div:where(.swal2-icon).swal2-success [class^="swal2-success-circular-line"] {
    width: 3.7em !important;
    height: 6.5em !important;
}
div:where(.swal2-icon).swal2-success [class^="swal2-success-circular-line"][class$="right"] {
    top: -1.3em !important;
    left: 1.5em !important;
} */
