body {
    font:
        300 18px 'Poppins',
        sans-serif;
    line-height: 24px;
    word-wrap: break-word;
    background-color: #141414;
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-position: 0 -150px;
    background-size: 100%;
    min-height: 100vh;
    padding-top: 150px;
}
[dir='rtl'] body {
    font: 300 18px shabnam;
}

::-webkit-scrollbar {
    background: transparent;
    width: 7px;
    height: 3px;
}
::-webkit-scrollbar-thumb {
    background: #3b3b3b;
}
::-webkit-scrollbar-thumb:hover {
    background: #4d4d4d;
}

main {
    float: right;
    width: 100%;
    min-height: calc(100vh - 200px);
}

body.locked {
    overflow: hidden;
}

::selection {
    background-color: rgba(126, 112, 63, 0.3);
    color: #fff;
}
::-moz-selection {
    background-color: rgba(126, 112, 63, 0.3);
    color: #fff;
}

.dirleft,
.dirLeft {
    direction: ltr;
    text-align: left;
}
.dirright,
.dirRight {
    direction: rtl;
    text-align: right;
}

a {
    text-decoration: none;
}
a:hover,
a:focus {
    /*text-decoration: none;*/
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}

.none {
    display: none;
}
.block {
    display: block;
}
.hidden {
    display: none !important;
}

.clearfix {
    float: left;
    width: 100%;
}

.transition {
    transition: all 0.2s ease-in-out;
}

.centeredText {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    width: 100%;
    flex-direction: column;
}

.form-control,
.form-floating > .form-control {
    background-color: rgba(44, 44, 44, 0.8);
    border-color: rgba(255, 255, 255, 0.2);
    height: 62px;
    min-height: 62px;
    padding: 0 20px;
}
.form-floating > label {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    padding: 18px 20px;
}
[dir='rtl'] .form-floating > label {
    left: inherit;
    right: 0;
}
.form-floating > label::after {
    background-color: transparent !important;
}
.form-floating textarea.form-control {
    height: 220px;
    min-height: 170px;
    max-height: 250px;
}
.form-floating .btn {
    height: 58px;
    font-size: 15px;
    font-weight: 400;
}

.cursorCircle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(179, 179, 179, 0.2);
    backdrop-filter: blur(3px);
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 999;
    transition: transform 0.3s ease-out;
    opacity: 0;
}

.shimmer {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #141414;
    background: linear-gradient(to left, #303030 8%, #444444 18%, #303030 33%);
    background-size: 800px 104px;
    position: relative;
    color: transparent !important;
    border-radius: 25px;
    height: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.shimmer small {
    color: transparent !important;
}
.shimmer img {
    opacity: 0;
}
@keyframes placeHolderShimmer {
    0% {
        background-position: 468px 0;
    }
    100% {
        background-position: -468px 0;
    }
}

.bgLine1 {
    float: left;
    width: 100%;
    background-image: url('../svg/bg/1.svg');
    background-repeat: no-repeat;
    background-position: center 300px;
    background-size: cover;
    overflow: hidden;
}
.bgLine2 {
    float: left;
    width: 100%;
    background-image: url('../svg/bg/2.svg');
    background-repeat: no-repeat;
    background-position: 300px -300px;
    background-size: cover;
    overflow: hidden;
}
.bgDivider {
    float: left;
    width: 100%;
    background-image: url('../svg/divider.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    overflow: hidden;
    height: 100px;
    margin-bottom: 50px;
}

.pdfReader {
    float: left;
    width: 100%;
    border: none;
    background: transparent;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
}
.pdfReader .spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.pdfReader .spinner .loader {
    width: 48px;
    height: 48px;
    border: 5px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.pdfReader .firstDiv {
    min-height: 100px;
    float: left;
    width: 100%;
}
.pdfReader .react-pdf__Page {
    background: transparent !important;
}
.pdfReader .react-pdf__message {
    text-align: center;
    padding-top: 75px;
    font-size: 16px;
}
.pdfReader .pagination {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
}
.pdfReader .pagination small {
    font-weight: 200;
}
.pdfReader .pagination .btn {
    font-weight: 300;
}

@media (max-width: 1400px) {
    .bgLine2 {
        background-position: 350px -250px;
    }
}

@media (max-width: 997px) {
    body {
        padding-top: 100px;
    }
}

@media (max-width: 756px) {
    .bgDivider {
        display: none;
    }
}

@media (max-width: 500px) {
    .pdfReader .pagination {
        display: block;
    }
    .pdfReader .pagination .btn-dark {
        float: left;
        width: 100%;
        margin: 10px 0 0 0 !important;
    }
}
