.content-header h1 {
    font-size: 10pt;
}

.content-header .breadcrumb {
    padding: 9px 0 0;
    line-height: 0;
    font-size: 9pt;
}

.small,
small {
    font-size: 9pt;
}

.card-title {
    margin-bottom: 0;
    font-size: 10pt;
    padding: 7px 0;
}

.card-header {
    padding: 8px 16px;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 700;
    float: revert;
    width: 100%;
    font-size: 9pt;
    margin: 0;
}

.checks label {
    float: right !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    cursor: pointer;
}

.checks {
    height: 50px;
    padding: 5px;
}

.checks input {
    float: right;
    width: 16px;
    height: 15px;
    margin: 12px 5px;
}

.checks span {
    display: block;
    float: right;
    margin: 11px 5px;
}

.form-control {
    font-size: 9pt;
}

.table thead th,
.table tfoot th {
    font-size: 11pt;
}

.table.table-borderless td,
.table.table-borderless th {
    border: none !important;
}

.sidebar-mini > .wrapper > .content-wrapper {
    min-height: calc(100vh - 30px) !important;
}

.wrapper {
    background: #f4f6f9;
}

.input-group
    > .input-group-append:last-child
    > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
    > .input-group-append:last-child
    > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    height: 33px !important;
    margin: 7px 0 0 !important;
    font-size: 9pt !important;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
    z-index: 2 !important;
    padding: 9px !important;
    height: calc(100% - 7px) !important;
    margin: 6px 0 0 !important;
    font-size: 11pt !important;
    border-radius: 5px 0 0 5px !important;
}

.file-drop-zone-title {
    font-size: 11pt !important;
    padding: 25px 10px;
}

.card-body {
    padding: 20px 0;
}

.nav-sidebar .nav-item > .nav-link {
    font-size: 9pt;
}

.nav-sidebar .nav-item > .nav-link i {
    font-size: 9pt;
}

[class*="sidebar-light"] .user-panel {
    font-size: 11pt !important;
    padding: 0 0 10px !important;
    margin: 0 !important;
}

.user-panel img {
    width: 40px;
}

.user-panel .info {
    display: inline-block;
    padding: 7px 0 0;
}

.brand-link {
    padding: 18px 24px 19px 0;
    font-size: 10pt;
}

.brand-link a {
    width: 20px;
    height: 20px;
    font-size: 9pt;
}

.bg-white {
    position: fixed !important;
    width: 100% !important;
}

.content-wrapper {
    padding-top: 60px;
}

.ss-content .ss-search input {
    font-size: 11pt !important;
    direction: rtl;
    text-align: right !important;
    outline: none !important;
    box-shadow: none !important;
}

.ss-content .ss-list .ss-option {
    padding: 3px 19px;
    cursor: pointer;
    user-select: none;
    font-size: 9pt;
    text-align: right;
    direction: rtl;
}

.ss-main .ss-single-selected .placeholder,
.ss-main .ss-single-selected .placeholder * {
    font-size: 9pt;
}

.picker-fixed {
    z-index: 9999 !important;
}

.picker-title {
    font-size: 10pt !important;
    margin: 0 28px 0 0 !important;
}

.sidebar-light-primary .nav-sidebar > .nav-item > .nav-treeview {
    background: #f4f4f5;
}

.sidebar-light-primary .nav-treeview > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-treeview > .nav-item > .nav-link.active:hover {
    color: #007bff;
}

.dataTables_wrapper {
    padding: 0 20px;
}

.full-shadow {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    background: rgba(43, 46, 56, 0.9);
    z-index: 9999;
}

* {
    user-select: none !important;
}

.pop_hamid {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    display: none;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 10000;
    width: 400px;
    height: 60vh;
    overflow: hidden;
    border-radius: 5px;
}

.pop_hamid_header {
    float: right;
    width: 100%;
    background: #fff;
    font-size: 10pt;
    padding: 6px 21px 5px 11px;
    height: 35px;
    position: relative;
}

.pop_hamid_header:after {
    content: "";
    width: 90%;
    margin: 0 auto;
    bottom: 0;
    position: absolute;
    height: 1px;
    background-color: #dcdcdc;
    right: 0;
    left: 0;
}

.pop_hamid_header > span {
    position: absolute;
    left: 20px;
    background-color: #f9d1d1;
    width: 23px;
    height: 22px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    font-size: 14pt;
    padding: 0;
    color: #9a2121;
}

.pop_hamid_body {
    height: calc(100% - 35px);
    padding: 10px 19px;
    float: right;
    width: 100%;
    overflow: auto;
}

.pop_hamid_body > ul {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}

.pop_hamid_body > ul > li {
    height: 36px;
    cursor: pointer;
    margin: 0 0 7px;
    border-radius: 50px;
    border: 1px solid #f3f3f3;
    padding: 6px 10px;
    font-size: 10pt;
}

.pop_hamid_body > ul > li:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.pop_hamid_body > ul > li.active {
    background-color: var(--info);
    border-color: var(--info);
    color: #fff;
}

.pop_hamid_body > ul > li.hide {
    display: none !important;
}

.p_c {
    text-decoration: none;
    background-color: #fbfbfb;
    cursor: pointer;
    position: relative;
    width: 100%;
    display: block;
    font-family: shab;
    padding: 6px 15px;
    font-size: 10pt;
    border-radius: 50px;
    border: 1px solid #e8e8e8;
}

.p_c > img {
    position: absolute;
    width: 19px;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.8;
}

.main-sidebar {
    z-index: 1040;
}

.form-control {
    margin: 7px 0;
}

table.dataTable tbody th,
table.dataTable tbody td {
    font-size: 9pt;
}

.btn:not(:disabled):not(.disabled) {
    font-size: 9pt;
    padding: 5px 13px;
}

.newBorderWarning,
.newBorderSuccess,
.newBorderDanger,
.newBorderbanafsh {
    position: relative;
}

.newBorderWarning:after {
    content: "";
    position: absolute;
    right: -6px;
    top: -1px;
    bottom: 0;
    background: var(--warning);
    width: 6px;
}

.newBorderSuccess:after {
    content: "";
    position: absolute;
    right: -6px;
    top: -1px;
    bottom: 0;
    background: var(--success);
    width: 6px;
}

.newBorderDanger:after {
    content: "";
    position: absolute;
    right: -6px;
    top: -1px;
    bottom: 0;
    background: var(--danger);
    width: 6px;
}

.newBorderbanafsh:after {
    content: "";
    position: absolute;
    right: -6px;
    top: -1px;
    bottom: 0;
    background: var(--purple);
    width: 6px;
}

.btn-purple {
    background: var(--purple) !important;
}

.btn-purple,
.btn-purple * {
    color: #fff !important;
}

.moreInfoTable {
    float: right;
    width: calc(100% - 60px);
    height: auto;
    padding: 0;
    border-bottom: 1px solid #e9ecef;
    margin: 0 30px 30px;
    font-size: 11pt;
}

.moreInfoTable * {
    border: none !important;
}

.svgContainer {
    float: right;
    width: 100%;
    height: auto;
    position: relative;
    min-height: 5500px;
    max-height: 5500px;
    overflow: auto;
}

.svgContainer > svg {
    float: left;
    transform: scale(2);
    width: 505px;
    position: absolute;
    top: 1355px;
    left: 0;
    right: 0;
    margin: auto;
    height: 2687px;
}

.mainViewSectionCon {
    padding: 10px !important;
}

.mainViewSection {
    float: right;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #efefef;
    transition: all 300ms linear;
}

.mainViewSection:hover {
    box-shadow: 0 0 20px #e6e6e6;
    border-color: #fff;
}

.mainViewSection > div {
    margin: 0 !important;
    padding: 15px;
    float: right;
    width: 100%;
}

.mainViewSection > div > label {
    cursor: pointer;
    margin: 0 !important;
}

.mainViewSection > div input {
    float: right;
    margin: 8px 0;
}

.mainViewSection > div > label > span:nth-child(2) {
    float: right;
    width: calc(100% - 13px);
    padding: 5px 8px 0 0;
}

.mainViewSection > div > p {
    background: #e4e4e4;
    margin: 0;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    color: #585858;
    font-size: 9pt;
    cursor: zoom-in;
}

.mainViewSection > div img {
    display: none;
}

.seoCon {
    float: right;
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 15px 0;
}

.seoCon > div {
    float: right;
    width: 100%;
    height: auto;
    padding: 25px 5px;
    position: relative;
    border-radius: 10px;
    transition: all 300ms linear;
    box-shadow: 0 0 10px #efefef;
}

.table thead th,
.table tfoot th {
    text-align: right;
}

.seoCon > div > span {
    position: absolute;
    top: -12px;
    background: #fff;
    font-size: 9pt;
    padding: 3px 9px;
    right: 10px;
    box-shadow: 0 0 10px #efefef;
    border-radius: 50px;
}

.small-box h3 {
    font-size: 30px;
    font-family: shab !important;
}

.datepicker-plot-area * {
    font-family: shab;
}

.datepicker-plot-area {
    box-shadow: none !important;
    border: none !important;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-prev,
.datepicker-plot-area .datepicker-navigator .pwt-btn-next {
    transform: rotate(180deg);
}

.persian,
.gregorian {
    display: none;
}

.persian.active,
.gregorian.active {
    display: initial;
}

.calenders {
    float: right;
    margin: 11px 0 2px;
    width: 100%;
    border-radius: 7px;
    height: 36px;
    cursor: pointer;
    padding: 0;
    text-align: center;
}

.calenders > span {
    display: block;
    text-align: center;
    height: 100%;
    padding: 7px 13px;
    font-size: 10pt;
    color: var(--primary);
    border-radius: 4px;
    display: inline;
}

.calenders > span.active {
    background: var(--primary);
    color: #fff;
}

.clock {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #f1f1f1;
}

.clock-face {
    height: 100%;
    width: 100%;
    position: relative;
}

.hand {
    position: absolute;
    width: 50%;
    background: #232020;
    top: 50%;
    right: 50%;
    transform: rotate(90deg);
    transform-origin: 100%;
    transition: all 0.05s cubic-bezier(0.1, 2.7, 0.58, 1);
}

.circle {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 4px solid #232020;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -14px;
    border-radius: 50%;
}

.secHand {
    height: 2px;
    border-radius: 1px;
    background: #f0c952;
}

.minHand {
    height: 4px;
    border-radius: 4px;
}

.hourHand {
    height: 8px;
    border-radius: 4px;
    width: 35%;
    left: 15%;
}

.clockCon {
    float: right;
    width: 100%;
    text-align: center;
    display: flex;
    flex: 1;
    padding: 5px 0 30px;
    justify-content: center;
    align-items: center;
}

.clock2 {
    font-size: 13pt;
    font-family: shab;
    float: right;
    width: 100%;
    direction: ltr;
    text-align: center;
    margin: 20px 0 10px;
    padding: 9px 0 6px;
    border-radius: 9px;
    color: #232020;
    border: 1px solid #f1f1f1;
}

.calculator {
    float: right;
    width: 100%;
    margin: 15px 0;
    background: #fff;
    border: 1px solid #dedede;
    padding: 15px 10px;
    border-radius: 10px;
}

.input {
    height: 45px;
    padding: 0;
    text-align: center;
    font-size: 24pt;
    overflow: hidden;
    font-family: idigit;
    width: calc(100% - 6px);
    float: right;
    margin: 0 3px 0 0;
    border-radius: 5px;
    line-height: 1.3;
    color: #777;
    direction: ltr !important;
    letter-spacing: 1.5pt;
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
}

.operators div {
    width: 25%;
    text-align: center;
    cursor: pointer;
    background-color: #007bff;
    float: right;
    border: 2px solid #fff;
    margin: 9px 0 0;
    height: 40px;
    padding: 8px 0;
    color: #fff;
    border-radius: 50px;
}

.leftPanel {
    float: right;
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
}

.numbers {
    float: right;
    width: 100%;
    height: 40px;
}

.numbers div {
    width: 33.33%;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
    background-color: #f9f9f9;
    float: right;
    height: 100%;
    color: #656565;
    border: 2px solid #fff;
    border-radius: 50px;
}

.numbers div:active {
    font-weight: 700;
}

div.equal {
    width: calc(100% - 4px);
    text-align: center;
    cursor: pointer;
    color: #656565;
    background-color: #f9f9f9;
    float: right;
    height: 30px;
    margin: 14px 2px 0 0;
    padding: 0;
    border-radius: 50px;
    font-size: 23pt;
    line-height: 1.2;
    border: 1px solid #fff;
}

div.equal:active {
    font-weight: 700;
}

.profit {
    float: right;
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 7px;
    border-radius: 8px;
    transition: all 300ms linear;
}

.tool_title {
    float: right;
    width: 100%;
    font-size: 10pt;
    margin: 0 0 7px;
    padding: 0 5px 3px 0;
}

.profit span {
    float: right;
    width: 100%;
    font-size: 9pt;
    text-align: center;
    margin: 15px 0 6px;
    color: #075bb5;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.calens {
    border: 1px solid #dedede;
    padding: 15px 10px;
    border-radius: 10px;
    float: right;
    width: 100%;
}

.oneLevel1 {
    height: auto;
    padding: 5px !important;
    display: inline-block;
}

.oneLevel1 > div {
    width: 100%;
    background: #fff;
    border-radius: 7px;
    height: auto;
    cursor: pointer;
    min-height: 100px;
    border: 1px solid #f1f1f1;
}

.oneLevel1 a {
    display: block;
    height: 100%;
    min-height: 100px;
}

.oneLevel1 p {
    float: right;
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
    color: #000;
    font-size: 10pt;
}

.oneLevel1 span {
    display: block;
    float: right;
    width: 100%;
    text-align: center;
    font-size: 10pt;
    color: #007bff;
    margin: 20px 0 0;
}

.oneLevel2 {
    height: auto;
    padding: 5px !important;
    display: inline-block;
}

.oneLevel2 > div {
    width: 100%;
    background: #fff;
    border-radius: 7px;
    height: auto;
    cursor: pointer;
    min-height: 100px;
    border: 1px solid #f1f1f1;
}

.oneLevel2 a {
    display: block;
    height: 100%;
    min-height: 100px;
}

.oneLevel2 p {
    float: right;
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
    color: #000;
    font-size: 10pt;
}

.oneLevel2 span {
    display: block;
    float: right;
    width: 100%;
    text-align: center;
    font-size: 10pt;
    color: #007bff;
    margin: 20px 0 0;
}

#sidebar-overlay {
    background-color: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(7px);
    transition: all 300ms linear;
}

.small-box h3,
.small-box p {
    position: relative;
    z-index: 2;
}

.modal-dialog * {
    font-size: 9pt !important;
}

.cke_inner.cke_reset.cke_maximized {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.cke_inner.cke_reset.cke_maximized div#cke_4_contents {
    height: calc(100% - 107px) !important;
}

.card-body:not(.noTable) {
    overflow: auto;
}

.main-sidebar {
    overflow-x: hidden !important;
}

.main-sidebar {
    padding-bottom: 15px;
}

.footerCon {
    position: fixed;
    bottom: 0;
    left: 0;
}

.sendStatus {
    float: right;
    width: auto;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #ececec;
    margin: 3px -2px 14px 0;
}

.sendStatus div {
    float: right;
    height: auto;
}

.sendStatus div:not(:last-child) {
    border-left: 1px solid #ececec;
}

.sendStatus label {
    float: right !important;
    margin: 0 !important;
    padding: 7px 10px 8px 12px;
    color: #777;
    font-family: tshab;
    cursor: pointer;
}

.sendStatus input {
    width: 0;
    height: 0;
    position: fixed;
    top: 0;
}

.sendStatus label.active {
    background: var(--primary);
    color: #fff !important;
}

* {
    outline: none !important;
}

.badge {
    padding: 3px 6px;
    font-size: 10pt;
    margin: 0 6px 0 0;
    box-shadow: -5px 1px 8px 0 rgba(220, 53, 69, 0.51);
}

.currencyCon {
    padding: 6px !important;
    float: right;
}

.currencyConCh {
    width: 100%;
    height: auto;
    border: 1px solid #ededed;
    border-radius: 5px;
    float: right;
}

.currencyHeader {
    float: right;
    width: 100%;
    padding: 0 0 7px;
    border-bottom: 1px solid #efefef;
}

.currencyFlag {
    background: url(../img/panel/flags.webp);
    width: 16px;
    height: 11px;
    display: block;
    float: right;
    margin: 13px 8px 8px;
}

.currencyName {
    float: right;
    margin: 10px 0 0;
    font-size: 10pt;
}

.currencyBody {
    float: right;
    width: 100%;
    padding: 0 0 7px;
}

.currencyTitle {
    float: right;
    width: 100%;
    margin: 0;
    font-size: 11pt;
    padding: 5px 5px 0;
}

.currencyPrice {
    float: left;
    width: 100%;
    margin: 0;
    text-align: left;
    font-size: 11pt;
    direction: ltr;
}

.currencyStatus {
    display: block;
    width: 12px;
    height: 12px;
    float: left;
    border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
    margin: 4px 3px 0 8px;
}

.currencyBtn {
    width: 93%;
    background: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 9pt;
    border-radius: 9px;
    padding: 3px 0;
    border: 1px solid #f5f5f5;
    cursor: pointer;
    padding: 8px 0;
}

.loaderSVG {
    position: relative;
    width: 2.5em;
    height: 2.5em;
    transform: rotate(165deg);
}

.loaderSVG:before,
.loaderSVG:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    transform: translate(-50%, -50%);
}

.loaderSVG:before {
    animation: before 2s infinite;
}

.loaderSVG:after {
    animation: after 2s infinite;
}

@keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75),
            -1em 0.5em rgba(111, 202, 220, 0.75);
    }
    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75),
            0 0.5em rgba(111, 202, 220, 0.75);
    }
    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75),
            1em 0.5em rgba(111, 202, 220, 0.75);
    }
    100% {
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75),
            -1em 0.5em rgba(111, 202, 220, 0.75);
    }
}

@keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75),
            -0.5em -1em rgba(233, 169, 32, 0.75);
    }
    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75),
            -0.5em 0 rgba(233, 169, 32, 0.75);
    }
    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75),
            -0.5em 1em rgba(233, 169, 32, 0.75);
    }
    100% {
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75),
            -0.5em -1em rgba(233, 169, 32, 0.75);
    }
}

.loaderTXT {
    text-align: center;
    font-size: 9pt;
    margin: 39px 0 17px;
}

.loaderSVG {
    position: absolute;
    top: calc(50% - 1.25em);
    left: calc(50% - 1.25em);
    margin: 8px 0 0;
}

#setCurrencies {
    padding: 10px !important;
}

#setCurrencies > .odd {
    display: none !important;
}

#topHeader {
    display: block;
    flex-direction: unset;
}

#topHeader > li {
    float: right;
}

@media screen and (max-width: 768px) {
    #topHeader > li {
        font-size: 9pt;
    }
}

#topHeader > li:nth-child(3) {
    position: fixed;
    top: 0;
    left: 0;
    font-size: 19pt;
    height: 55px;
    width: 55px;
    text-align: center;
    padding-top: 4px;
    cursor: pointer;
}

#mainLock {
    background: url(http://cdn.maneliapps.ir/shop/img/lock.webp) bottom fixed
        no-repeat;
    background-size: cover;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1e58;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    top: -100%;
}

#mainLock.locked {
    visibility: visible;
    top: 0 !important;
}

#mainLock,
#mainLock * {
    transition: 0.65s ease !important;
}

.frosted-glass {
    width: 100%;
    height: 100%;
    position: relative;
    background: inherit;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 0.65s ease;
}

.frosted-glass::before {
    content: " ";
    position: absolute;
    background: inherit;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 10000px rgba(0, 0, 0, 0.4);
    z-index: -1;
    margin: -20px;
    opacity: 1;
    transform: scale(1.1);
}

.off {
    width: 30%;
    height: 100%;
    position: relative;
    background: inherit;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 0.55s ease;
    filter: brightness(0.8);
}

.ovrflw {
    overflow: hidden;
}

.userImg {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 10% auto 0;
    position: relative;
}

.userImg img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.userImg:after {
    content: "";
    position: absolute;
    left: -6px;
    z-index: -1;
    border-radius: 50%;
    bottom: -6px;
    background: #00000014;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
}

.userNameLock {
    text-align: center;
    font-size: 23pt;
    margin: 22px 0 0;
    color: #fff;
    transition: 0.65s ease;
}

.userTime {
    font-size: 40pt;
    text-align: center;
    transition: 0.65s ease;
    color: #fff;
    margin: -12px 0 0;
}

.userDate {
    font-size: 16pt;
    text-align: center;
    transition: 0.65s ease;
    color: #fff;
    margin: -12px 0 0;
}

.userULock {
    margin: 20px auto 0;
    background-color: #ffffff1c;
    width: 50px;
    height: 50px;
    transition: 0.65s ease;
    border-radius: 50%;
    text-align: center;
    padding: 12px 0 0 3px;
    font-size: 19pt;
    color: #fff;
    z-index: 10;
    cursor: pointer;
}

.lockInput {
    position: absolute;
    width: 200px;
    height: 41px;
    background: #ffffff7a;
    left: -150%;
    top: 0;
    right: 0;
    transition: 0.65s ease;
    bottom: 0;
    margin: auto;
    direction: rtl;
    text-align: right;
    border-radius: 5px;
    overflow: hidden;
    transform: scale(3);
}

.userInput {
    height: 100%;
    width: 100%;
    border: none;
    text-align: right;
    direction: ltr;
    transition: 0.65s ease;
    background: transparent;
    color: #fff;
    font-size: 10pt;
    padding: 0 8px 2px 0;
}

.userInput::placeholder {
    color: #fff;
    transition: 0.65s ease;
}

.lockInput span {
    position: absolute;
    background: #ffffffc4;
    left: 4px;
    top: 4px;
    height: 34px;
    transition: 0.65s ease;
    width: 27px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    padding: 5px 2px 0 0;
    font-size: 15pt;
    color: #353535;
}

.frosted-glass.off .userImg {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin: 36% auto 0;
    transition: 0.65s ease;
    position: relative;
}

.frosted-glass.off .userNameLock {
    transition: 0.65s ease;
    text-align: center;
    margin: 64px 0 0;
    color: #fff;
    transform: rotate(-90deg);
    font-size: 11pt;
}

.frosted-glass.off .userTime {
    font-size: 14pt;
    text-align: center;
    transition: 0.65s ease;
    color: #fff;
    margin: 82px 0 0;
}

.frosted-glass.off .userDate {
    font-size: 12pt;
    text-align: center;
    color: #fff;
    margin: 3px 0 0;
    transition: 0.65s ease;
    padding: 0 10px;
}

.frosted-glass.off + .lockInput {
    transform: scale(1);
    left: -30%;
}

.sidebar-collapse .brand-link {
    padding: 18px 0;
}

.sidebar-collapse .brand-link > a {
    margin: 0 0 0 11px;
}

.sidebar {
    padding-left: 0 !important;
}

.submitDetails {
    float: left;
    width: 100%;
}

.addRow {
    float: left;
    margin: 0 0 0 16px;
}

.detailContainer {
    float: right;
    width: 50%;
    padding: 10px 5px;
    height: auto;
}

.detailContainer > p {
    width: 110px;
    font-size: 10pt;
    float: right;
    margin: 0;
}

.detailContainer > span {
    width: calc(100% - 150px);
    font-size: 10pt;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #949494;
}

@media screen and (max-width: 768px) {
    .detailContainer {
        width: 100%;
    }
}

.pTables {
    font-size: 9pt;
    margin: 30px 0 30px 0;
    float: right;
    width: 100%;
}

.toPrint {
    float: left;
    width: 100%;
    height: 100%;
    padding: 0;
}

.toPrint > .content-header {
    display: none;
}

.toPrint .card-body > div:nth-child(2) {
    display: none;
}

.borders {
    position: relative;
}

.borders::after {
    content: "";
    position: absolute;
    right: -5px;
    top: -2px;
    bottom: -1px;
    width: 10px;
}
.new-status {
    display: block;
    text-align: center;
    padding: 5px 4px;
    color: white;
    border-radius: 6px;
}

.border_1::after,
.ns1 {
    background: #6a23c7;
}

.border_2::after,
.ns2 {
    background: #ffe8a1;
    color: black;
}

.border_3::after,
.ns3 {
    background: #c57717;
}

.border_4::after,
.ns4 {
    background: #8c8c8c;
}

.border_5::after,
.ns5 {
    background: #4caf50;
}

.border_6::after,
.ns6 {
    background: #71e3ef;
    color: black;
}

.border_7::after,
.ns7 {
    background: #f00000;
}

.border_8::after,
.ns8 {
    background: #bcd42a;
    color: black;
}
.border_9::after,
.ns9 {
    background: #2a2a2a;
}
.border_10::after,
.ns10 {
    background: #ffff00;
    color: black;
}
.tableInfo {
    float: right;
    width: 33.33333333%;
    margin: 22px 0 0 0;
}

.breaker {
    float: right;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    margin: 28px 0 0 0;
}

@media screen and (max-width: 768px) {
    .datepicker-container.pwt-mobile-view {
        position: fixed;
        max-height: 80vh;
        top: 0;
        bottom: 0;
        margin: auto;
        max-width: 90%;
        left: 0;
        right: 0;
    }
}

.descPre {
    float: right;
    width: 100%;
}

.descPre strong {
    float: right;
    width: 100%;
}

.descPre pre {
    direction: rtl !important;
    text-align: right;
    font-family: "shab", sans-serif !important;
    white-space: pre-line;
    float: right;
    width: 100%;
}

.count {
    background: #4a00ff;
    color: white;
    padding: 3px 12px;
    border-radius: 6px;
}

.count-1 {
    background-color: #00b126;
}
.count-2 {
    background-color: #427cff;
}
.count-3 {
    background-color: #d5d814;
}
.count-4 {
    background-color: #e22121;
}
.count-25 {
    background-color: #d39e00;
}
.count-26 {
    background-color: #6a23c7;
}
.count-27 {
    background-color: #1d2124;
}
.count-28 {
    background-color: #4b2354;
}
.count-29 {
    background-color: #7abaff;
}
.count-30 {
    background-color: #789339;
}
.chartTitle {
    float: right;
    width: 100%;
    padding: 0 26px;
    margin: 60px 0 15px 0;
}
.chartTitle > span {
    background: #efefef;
    padding: 3px 8px;
    border-radius: 8px;
}
.box {
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}

.notifi {
    float: right;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 60px);
    padding: 10px;
}

.notifi > div {
    float: left;
    width: 100%;
    height: calc(100vh - 80px);
    background-color: white;
    border-radius: 20px;
    text-align: center;
}

.notifi > div > img {
    margin: 50px auto;
    width: 100%;
    max-width: 500px;
}

.notifi > div > p {
    max-width: 80%;
    padding: 10px;
    margin: 0 auto;
}

