@import "font.css";



/* ~/scrollbar.css */

/* Default (light) theme */
:root {
    --page-background: white;

    --scrollbar-track: transparent;
    --scrollbar-thumb: #33348E;
    --scrollbar-thumb-hover: #484bc4;

    --scrollbar-width: 12px;
    --border-width: 50px;
}
/* Default (light) theme */

/* Dark theme */
html.dark {
    --page-background: black;
    --scrollbar-thumb: #5f60ec;
    --scrollbar-thumb-hover: #2f309f;
}
/* Dark theme */



/* Chrome, Edge, Safari */
*::-webkit-scrollbar {
    display: none;
    width: var(--scrollbar-width); /* vertical scrollbar */
    height: var(--scrollbar-width); /* horizontal scrollbar */
}

*::-webkit-scrollbar-track {
    background: var(--scrollbar-track);

}

*::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb);
    border-radius: 20px !important;
    border: calc(var(--scrollbar-width) / 4) solid var(--page-background);
}

*::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-thumb-hover);
}
/* Chrome, Edge, Safari */

@media screen and (min-width: 992px){
    *::-webkit-scrollbar {

        display: block !important;
    }
}




.mj-sad-home-main {
    padding-bottom: 130px;
}

body[dir="ltr"] {
    font-family: 'rubik', 'sans-serif' !important;
}

body[dir="rtl"] {
    font-family: 'iransans', 'sans-serif', fontawesome !important;
}

body {
    font-family: 'iransans', 'sans-serif', fontawesome !important;
}

body[dir="rtl"] .datepicker-plot-area {
    font-family: 'iransans', 'sans-serif' !important;
}

body[dir="ltr"] .datepicker-plot-area {
    font-family: 'rubik', 'sans-serif' !important;
}

body[dir="rtl"] .jq-toast-single {
    font-family: 'iransans', 'sans-serif' !important;
}

body[dir="ltr"] .jq-toast-single {
    font-family: 'rubik', 'sans-serif' !important;
}

body {
    height: 100vh;
    font-size: 14px;
    padding: 0 !important;
    overflow-x: hidden !important;

    -ms-overflow-style: none;
    scrollbar-width: none;
    background-image: url("/dist/image/nk.svg") !important;
    background-repeat: repeat !important;
    background-position: 10px 20px !important;
}

.mj-container {
    max-width: 600px !important;
    margin: auto !important;
    box-shadow: 0 0 59px 3px #e1e1ee;
    background: #fff;
    height: 100vh;
    position: relative;
    overflow-x: hidden;


}

.modal{
    max-width: 600px;
    right: 50%;
    transform: translateX(50%);

}
.modal-dialog{
    max-width: 600px;
}

h1, h2, h3, h4, h5, h6 {
    margin: .75rem 0;
    font-weight: 600;
}

body[dir="rtl"] h1, body[dir="rtl"] h2, body[dir="rtl"] h3, body[dir="rtl"] h4, body[dir="rtl"] h5, body[dir="rtl"] h6 {
    font-family: 'iransans', 'sans-serif' !important;
}

body[dir="ltr"] h1, body[dir="ltr"] h2, body[dir="ltr"] h3, body[dir="ltr"] h4, body[dir="ltr"] h5, body[dir="ltr"] h6 {
    font-family: 'rubik', 'sans-serif' !important;
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}

small {
    font-weight: 300;
    font-size: 10px;
}

.mj-login-logo {
    height: calc(100% - 311px);
}

.mj-header-title {
    color: #404040;
    font-weight: 700;
    font-size: 20px;
}

.mj-header-subtitle {
    color: #404040;
    font-weight: 300;
    font-size: 14px;
}

.mj-form-label {
    margin-bottom: 16px;
    color: #404040;
    font-weight: 700;
    font-size: 14px;
}

.mj-input-box {
    background-color: rgba(110, 118, 142, .05);
    padding: 6px;
    border-radius: 10px;
}

.mj-about-header {
    position: relative;
}

.mj-about-header::after {

    position: absolute;
    content: '';
    background: rgba(97, 186, 255, 0.51);
    width: 100%;
    height: 1px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);

}

.mj-user-avatar {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border: 2px solid #5ac240;
    border-radius: 12px;
}

.mj-username {
    display: flex;
    align-items: center;
}

.mj-username label {
    border-radius: 12px;
}

.mj-username-details {
    margin-right: 10px;
}

#user-name-text {
    display: block;
}

#user-name-num {
    display: inline-block;
    padding-top: 5px;
}

/* unread */
.mj-unread-message {
    color: #0082e7;
    font-weight: 800;
    text-decoration: underline;
}

/* unread */

.mj-input {
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.mj-input:active, .mj-input:focus {
    background-color: transparent !important;
    box-shadow: none;
}

.mj-country-code-box .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    min-height: 43px;
    min-width: 100px;
    border-radius: 10px;
    border: none;
}

.mj-country-code-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.mj-country-code-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}


.mj-country-code-item {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
}

.mj-country-code-item img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    border-radius: 50%;
    object-fit: cover;
}

.mj-bottom-sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 20px;
    max-height: 2000px;
    height: 311px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -6px 17px rgba(7, 34, 76, 0.23);
    transition: all .6s;
}

.mj-btn {
    min-height: 56px;
    padding: 8px 16px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 10px;
    border: none;
}

.mj-bg-primary {
    background: linear-gradient(180deg, #0082e7, #00599e);
}

.mj-btn-primary {
    background: linear-gradient(180deg, #0082e7, #00599e);
    border: 1px solid #0082e7;
    color: #ffffff;
}

.mj-btn-primary:hover {
    background: linear-gradient(180deg, #0082e7, #00599e);
    color: #ffffff;
}

.mj-btn-primary:active, .mj-btn-primary:focus {
    background: linear-gradient(180deg, #0082e7, #00599e);
    color: #ffffff;
}

.mj-btn-outline-primary {
    background-color: transparent;
    border: 1px solid #0082e7;
    color: #0082e7;
}

.mj-btn-outline-primary:hover {
    background-color: transparent;
    color: #0082e7;;
}

.mj-btn-outline-primary:active, .mj-btn-outline-primary:focus {
    background-color: transparent;
    color: #0082e7;
}

.mj-btn-danger {
    background-color: #f65858;
    color: #ffffff;
}

.mj-btn-danger:hover, .mj-btn-danger:active, .mj-btn-danger:focus {
    background-color: #f65858;
    color: #ffffff;
}

.mj-btn-close {
    font-weight: 400;
    font-size: 12px;
}

.mj-otp-field {
    display: flex;
    justify-content: center;
}

.mj-otp-field input {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    border-radius: 6px;
    background-color: rgba(110, 118, 142, .1);
    border: 2px solid rgba(110, 118, 142, 0);
    color: #404040;
    outline: none;
    transition: all .3s;
}

.mj-otp-field input:focus {
    border-color: rgba(110, 118, 142, 0.1);
}

.mj-bg-background {
    background-color: #f8f8f8;
}

.mj-app-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    min-height: 86px;
    box-shadow: 0 4px 4px rgba(7, 34, 76, 0.04);
    z-index: 1000;
}

.mj-app-header-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    width: 28px;
    height: 28px;
    padding: 4px;
    border: none;
    border-radius: 6px;
    outline: none;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}

.mj-app-header-btn img {
    object-fit: contain;
    width: 18px;
    height: 18px;
}

.mj-app-notification span {
    position: absolute;
    bottom: 0;
    width: 6px;
    height: 6px;
    background-color: #ff0000;
    border-radius: 50%;
    transform: translateY(50%);
}

.mj-header-tabs {
    border: none;
}

.mj-header-tabs-link {
    border: none !important;
    border-bottom: 2px solid transparent !important;
    color: #404040;
    font-weight: 400;
    font-size: 12px;
    transition: all .3s;
}

.mj-header-tabs-link:hover {
    color: #000000;
}

.mj-header-tabs-link.active {
    border-color: #0082e7 !important;
}

.mj-header-tabs-icon {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    padding: 4px;
    margin-left: 6px;
    border-radius: 6px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}

.mj-menu-box {
    position: fixed;
    top: auto;
    bottom: 24px;
    left: 24px;
    right: 24px;
    background-color: #ffffff;
    padding: 28px 20px 16px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(7, 34, 76, .2);
    transition: all .6s;
    z-index: 1000;
}

.mj-menu {
    display: flex;
    padding: 0;
    margin: 0;
    max-height: 72px;
    overflow: hidden;
    list-style: none;
    flex-wrap: wrap;
    transition: all .6s;
}

.mj-menu.expanded {
    max-height: 800px;
}

.mj-menu-item {
    width: 25%;
    text-align: center;
}

.mj-menu-link {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    color: #404040;
    font-weight: 400;
    font-size: 11px;
}

.mj-menu-link img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: auto auto 4px;
    background-color: #404040;
    padding: 12px;
    border-radius: 10px;
}

.mj-menu-expand {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 50%;
    outline: none;
    border: none;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    transform: translateY(-50%);
    transition: all .3s;
}

.mj-menu-expand img {
    transition: all .6s;
}

.mj-menu-expand.expanded img {
    transform: rotate(180deg);
}

.mj-alert {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    color: #6c6c6c;
    font-weight: 300;
    font-size: 10px;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.mj-alert.mj-alert-with-icon .mj-alert-icon {
    width: 44px;
    padding: 12px;
    margin-left: 8px;
    text-align: center;
    border-radius: 0 8px 8px 0;
}

.mj-alert.mj-alert-warning {
    border-color: #ffc700;
}

.mj-alert-warning .mj-alert-icon {
    background-color: #ffc700;
}

.mj-alert.mj-alert-success {
    border-color: #00e517;
}

.mj-alert-success .mj-alert-icon {
    background-color: #00e517;
}

.mj-info-box {
    background-color: #ffffff;
    padding: 16px;
    border: 1px solid #0082e7;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.mj-text-danger {
    color: #f33232;
}

.mj-btn-2 {
    min-height: 44px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 13px;
    border: none;
    border-radius: 6px;
}

.mj-btn-info {
    background: linear-gradient(180deg, #00d1ff, #10d4ff);
    padding: 8px 12px;
    min-height: auto;
    color: #ffffff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}

.mj-btn-info:hover, .mj-btn-info:active, .mj-btn-info:focus {
    background: linear-gradient(180deg, #00d1ff, #10d4ff);
    color: #ffffff;
}

.mj-btn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #61baff, #0082e7);
    padding: 6px 12px;
    min-height: auto;
    color: #ffffff;
    border: none;
    border-radius: 10px;
}

.mj-btn-more:hover, .mj-btn-more:active, .mj-btn-more:focus {
    background: linear-gradient(180deg, #61baff, #0082e7);
    color: #ffffff;
}

.mj-btn-filter {
    background-color: #cfeaff;
    padding: 8px 16px;
    color: #0082e7;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 4px rgba(0, 130, 231, 0.05);
}

.mj-btn-filter:hover, .mj-btn-filter:active, .mj-btn-filter:focus {
    background-color: #cfeaff;
    color: #0082e7;
}

.mj-btn-filter-link {
    background-color: transparent;
    padding: 4px;
    color: #404040;
    font-weight: 300;
    font-size: 11px;
    line-height: 23px;
    border: 1px solid rgba(179, 179, 179, .22);
    border-radius: 6px;
}

.mj-btn-filter-link:hover, .mj-btn-filter-link:active, .mj-btn-filter-link:focus {
    background-color: transparent;
    color: #404040;
}

.mj-fw-100 {
    font-weight: 100 !important;;
}

.mj-fw-200 {
    font-weight: 200 !important;;
}

.mj-fw-300 {
    font-weight: 300 !important;;
}

.mj-fw-400 {
    font-weight: 400 !important;;
}

.mj-fw-500 {
    font-weight: 500 !important;;
}

.mj-fw-600 {
    font-weight: 600 !important;;
}

.mj-fw-700 {
    font-weight: 700 !important;
}

.mj-fw-800 {
    font-weight: 800 !important;;
}

.mj-fw-900 {
    font-weight: 900 !important;;
}

.mj-font-10 {
    font-size: 10px !important;;
}

.mj-font-11 {
    font-size: 11px !important;;
}

.mj-font-12 {
    font-size: 12px !important;;
}

.mj-font-13 {
    font-size: 13px !important;;
}

.mj-font-14 {
    font-size: 14px !important;;
}

.mj-table {
    color: #404040;
    font-size: 12px;
    border-color: transparent;
}

.mj-table td {
    padding: .5rem .75rem;
}

.mj-table-rounded {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
}

.mj-table.mj-table-rounded thead th:first-child {
    border-top-right-radius: 12px;
}

.mj-table.mj-table-rounded thead th:last-child {
    border-top-left-radius: 12px;
}

.mj-table.mj-table-rounded:not(.thead) tbody tr:first-child td:first-child {
    border-top-right-radius: 12px;
}

.mj-table.mj-table-rounded:not(.thead) tbody tr:first-child td:last-child {
    border-top-left-radius: 12px;
}

.mj-table.mj-table-rounded tr:last-child td:first-child {
    border-bottom-right-radius: 12px;
}

.mj-table.mj-table-rounded tr:last-child td:last-child {
    border-bottom-left-radius: 12px;
}

.mj-table.mj-table-row-number tbody > tr td:first-child {
    color: #989898;
}

.mj-table.mj-table-bordered {
    border-width: 1px;
    border-style: solid;
    border-color: #b0ddff;
}

.mj-table thead th {
    background-color: #c7e6ff;
}

.mj-table.mj-table-bordered td, .mj-table.mj-table-bordered th {
    border-color: transparent;
}

.mj-table:not(.mj-table-bordered) > :not(caption) > * > * {
    border: none;
}

.mj-table tr:last-child td {
    border-bottom-width: 0;
}

.mj-table.mj-table-stripped tr:nth-child(odd) {
    background-color: #f3faff;
}

.mj-badge {
    position: relative;
    padding-right: 14px;
    color: #404040;
    font-weight: 400;
    font-size: 11px;
}

.mj-badge:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    right: -8px;
    top: 50%;
    /*background-color: #eee;*/
    /*border-radius: 50%;*/
    transform: translateY(-50%);
}


.mj-card {
    background-color: #ffffff;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.mj-card-in span {
    font-size: 12px;
}

.mj-devider {
    background: rgba(13, 110, 253, 0.34);
    width: 80%;
    height: 1px;
    margin: 10px 0;
}

.mj-awards-num {
    font-weight: bold;
}

.mj-card-in {
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(144, 144, 144, 0.1);
    width: 100%;
    min-height: 130px;
    margin: 0 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.mj-dropdown-menu {
    background-color: #ffffff;
    padding: 12px 16px;
    min-width: 300px;
    border: 1px solid #cbe8ff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    z-index: 999;
}

.mj-dropdown-menu.show {
    top: 4px !important;
}

.mj-filter-color {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background-color: black;
}

.mj-input-filter-box {
    position: relative;
    background-color: #ffffff;
    padding: 8px 16px;
    border: 1px solid #c7e6ff;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 130, 231, 0.05);
}

.mj-input-filter {
    background: transparent;
    padding: 0 0 0 20px;
    width: 100%;
    color: #404040;
    font-weight: 300;
    font-size: 11px;
    border: none;
    border-radius: 0;
    outline: none;
}

.mj-input-filter::placeholder {
    font-weight: 300;
    color: #6c6c6c;
}

.mj-input-filter-search {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.mj-input-filter-search img {
    pointer-events: none;
}

.mj-custom-select .select2-selection.select2-selection--single {
    display: flex;
    align-items: center;
    min-height: 48px;
    border: 1px solid #c7e6ff;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 130, 231, 0.05);
}


.mj-custom-select .select2-selection--single .select2-selection__arrow {
    height: calc(100% - 1px);
}

.mj-custom-select .select2-selection--single .select2-selection__rendered {
    padding: 0 12px !important;
}

.mj-custom-select .select2-selection__arrow b {
    display: none;
}


.mj-profile-items-icon {
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}


.accordion-item {
    border-radius: 10px !important;
    background: #f3f3f3;
}

.accordion-flush .accordion-item .accordion-button {

    background: #f3f3f3;
    font-size: 15px;
    border-bottom: unset !important;
    font-weight: 300;
}

.accordion-body {
    font-size: 14px;
    background: #fdfdfd;
}

.m-0-card1 {
    margin: 0 !important;
    padding: 0 !important;
}

.m-0-card2 {
    margin: 0 0 0 0 !important;
    padding: 0 1px 0 0 !important;
}

.mj-authorize-send-btn {
    margin-bottom: 20px;
    background: linear-gradient(180deg, #61BAFF 0%, #0082E7 100%);
    border-radius: 11.8947px;
    text-align: center;
    color: #fff;
    padding: 15px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: unset !important;
}

.mj-wallet-header {
    position: relative;
}

.mj-profile-wallet {
    margin-bottom: 20px;
}


.mj-profile-wallet::after {
    position: absolute;
    content: '';
    background: rgba(97, 186, 255, 0.51);
    width: 93%;
    height: 1px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.mj-authorize-btn a {
    background: linear-gradient(180deg, #61BAFF 0%, #0082E7 100%);
    border-radius: 11.8947px;
    color: #fff;
    padding: 5px 10px;
    margin-left: 10px;
}

.mj-custom-select-item {
    font-weight: 300;
    font-size: 11px;
    max-width: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mj-custom-select .select2-search__field {
    color: #404040;
    font-weight: 400;
    font-size: 12px;
    border: none;
    box-shadow: none;
    outline: none;
}

.mj-custom-select .select2-dropdown {
    border-color: #c7e6ff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.form-floating {
    margin-top: 7px;
}

.form-floating > .form-control {
    direction: rtl;
}

.form-floating > .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 4px 4px rgba(0, 130, 231, 0.06);
}

.form-step span {
    font-size: 16px;

}

.form-floating > label {
    color: #959595;
}

.form-select {
    padding: 1rem .75rem;
    font-size: 14px;
    color: #959595;

}

.mj-dropzone {
    border: 2px dashed #55b5ff;
    border-radius: 10px;
}

.mj-dropzone .dz-message h5 {
    color: #55b5ff;
    font-weight: 400;
    font-size: 13px;
}

.mj-custom-form-select {
    background-color: #ffffff;
    padding: 4px 10px;
    border: 1px solid #8dcdff;
    border-radius: 6px;
}

.mj-custom-form-select:focus, .mj-custom-form-select:active {
    outline: none;
}

.mj-rating {
    height: 46px;
    padding: 0 10px;
    margin-bottom: 30px;
    text-align: center;
}

.mj-rating:not(:checked) > input {
    display: none;
}

.mj-rating:not(:checked) > label {
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 44px;
    color: #e2e2e2;
}

.mj-rating:not(:checked) > label:before {
    content: '★ ';
}

.mj-rating > input:checked ~ label {
    color: #ffc121;
}

.mj-rating:not(:checked) > label:hover,
.mj-rating:not(:checked) > label:hover ~ label {
    color: #ffc121;
}

.mj-rating > input:checked + label:hover,
.mj-rating > input:checked + label:hover ~ label,
.mj-rating > input:checked ~ label:hover,
.mj-rating > input:checked ~ label:hover ~ label,
.mj-rating > label:hover ~ input:checked ~ label {
    color: #ffc121;
}

.mj-chat-control-box {
    background-color: #dcf0ff;
    padding: 8px 16px;
    border-radius: 10px;
}

.mj-chat-list {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    /*height: 100%;*/
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.mj-chat-list::-webkit-scrollbar {
    display: none;
}

.mj-chat-item {
    display: block;
    width: 100%;
}

.mj-chat-item > div {
    width: 70%;
    float: right;
}

.mj-chat-item.odd > div {
    float: left;
}

.mj-chat-item:not(:last-child) {
    margin-bottom: 16px;
}

.mj-chat-message {
    background-color: #0082e7;
    padding: 12px 16px;
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
    border-radius: 10px 10px 0;
}

.mj-chat-item.odd .mj-chat-message {
    background-color: #474747;
    border-radius: 10px 10px 10px 0;
}

.mj-chat-time {
    text-align: end;
    color: #898989;
    font-weight: 400;
    font-size: 12px;
}

.mj-chat-item.odd .mj-chat-time {
    text-align: start;
}

.mj-chat-controls-box {
    position: relative;
}

.mj-chat-controls-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #0082e7;
    margin-left: -12px;
}

.mj-btn-send-message {
    width: 36px;
    height: 36px;
    background-color: #0082e7;
    border: none;
    border-radius: 6px;
    outline: none;
}

div[data-placeholder] {
    color: #404040;
    font-weight: 400;
    font-size: 12px;
    border: none;
    outline: none;
}

.mj-message-nav {
    width: 100%;
    justify-content: space-between;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
}

.mj-message-nav li {
    width: 50%;
}

.mj-message-nav li .active {
    width: 100%;
    background: linear-gradient(180deg, #61BAFF 0%, #0082E7 100%);
}

.mj-message-nav li .nav-link:not(.active) {
    width: 100%;
    background: #FFFFFF;
}

.mj-ticket-header {
    background: #C7E6FF;
    border-radius: 10px 10px 0 0;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;

}

.mj-ticket-body {
    padding: 10px 20px;

}

.mj-wallet-add-value ul {
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
}

.mj-wallet-add-value ul li {
    width: 50%;
}

.mj-wallet-add-value ul li button {
    width: 100%;
    border-radius: 10px !important;
}

.mj-value-default {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
}

.mj-value-default a {
    border-radius: 10px;
    border: 1px solid #C7E6FF;
    padding: 10px 5px;
}

.mj-wallet-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.mj-plus-btn {
    width: 10%;
    background: #C7E6FF;
    text-align: center;
    font-size: 19px;
    padding: 10px;
    border: 1px solid #C7E6FF;
    border-radius: 10px;
    cursor: pointer;
}

.mj-minus-btn {
    width: 10%;
    background: #C7E6FF;
    text-align: center;
    font-size: 19px;
    padding: 10px;
    border: 1px solid #C7E6FF;
    border-radius: 10px;
    cursor: pointer;
}

.mj-add-value-input {
    width: 80%;
}

.mj-add-value-input input[type='number'] {
    border: none !important;
}

.mj-wallet-alert {
    margin-top: 20px;
    font-size: 11.9px;
    padding: 0 5px;
}


.mj-add-value-btn a {
    background: linear-gradient(180deg, #61BAFF 0%, #0082E7 100%);
    border-radius: 10px;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px 0;
}

.mj-add-value-btn a {
    background: linear-gradient(180deg, #61BAFF 0%, #0082E7 100%);
    border-radius: 10px;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px 0;
}

.mj-withdraw-all-btn {
    border-radius: 10px;
    border: 1px solid #0082E7;
    padding: 5px 10px;
    margin-right: 20px;
    color: #0082E7;
}

.mj-add-credit-card {
    display: flex;
    justify-content: end;
}

.mj-add-credit-card a {
    border-radius: 10px;
    border: 1px solid #0082E7;
    padding: 5px 15px;
    margin-right: 20px;
    color: #0082E7;
}

.mj-transaction-card {
    border: 1px solid #B0DDFF;
    border-radius: 10px 10px 0 0;
}

.mj-tx-item {
    position: relative;
}

.mj-tx-item::after {
    content: '';
    background: #B0DDFF;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.mj-tx-item:nth-last-child(1)::after {
    display: none;
}

.mj-tx-item span:nth-child(1) {
    font-size: 11.9px;
    font-weight: normal;

}

.width-100 {
    width: 95% !important;
}

.mj-btn-cancel {
    background: linear-gradient(180deg, #FF7891 0%, #E7002A 100%) !important;
}

.mj-btn-cancel-yes {
    background: linear-gradient(180deg, #8FFFAF 0%, #00B132 100%) !important;
}

.mj-credit-num-row {
    flex-wrap: wrap !important;
}

.mj-credit-num-cols {
    flex: 0 0 23% !important;
    padding: 0 !important;
    margin: 0 2px 0 2px !important;

}

.mj-credit-num-cols input {
    color: #6c757d !important;
    font-weight: 300 !important;
    font-size: 14px !important;
}

.mj-home-btn-section {
    background: #00ff80;
    margin: 0 !important;
    padding: 35px 10px;
    right: 0;
    background: linear-gradient(180deg, #61BAFF 0%, #0082E7 100%);

}

.mj-home-btn-section a {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
    align-items: center;
    color: #0082E7;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;

}


.mj-home-btn-section a img {
    background: #0082E7;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    padding: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.mj-home-btns-row {
    position: relative;
    overflow: hidden;
}

.mj-circle {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -100%;
    border-radius: 50%;
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 1));
    background-blend-mode: overlay;
    opacity: 0.3;
    animation-name: downup;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    z-index: 0;
}

@keyframes downup {
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 150%;
    }
}

.mj-aquare {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -100%;
    border-radius: 20px;
    right: 10%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 1));
    background-blend-mode: overlay;
    opacity: 0.4;
    animation-name: updown;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    z-index: 0;
}

@keyframes updown {
    0% {
        top: -100%;
    }
    100% {
        top: 150%;
    }
}

.mj-slider-section {
    margin: 10px 0 !important;
    padding: 0 !important;
}

.mj-slide-card img {
    width: -moz-available;
    width: available;
    object-fit: contain;
    object-position: center;

}

.mj-slide-card {
    max-width: 100%;
    max-height: 200px !important;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
}

.mj-home-blog-title {
    position: relative;
}

.mj-home-blog-title::after {
    content: '';
    background: #61BAFF;
    width: 95%;
    height: 1px;
    position: absolute;
    bottom: -10px;
    right: 50%;
    transform: translateX(50%);

}

.mj-home-blog-title img {
    background: #fff;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    padding: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    margin-left: 5px;
}

.mj-home-blog-title span {
    font-weight: bold;
    font-size: 15px;
    color: #2f2f2f;

}

.mj-blog-item-card {
    display: flex;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 5px;
}

.mj-blog-img-content {
    position: relative;
    width: 115px;
    height: 64px;
}

.mj-blog-img {
    width: 115px;
    height: 64px;
}

.mj-blog-img-content img {
    width: 100%;
    border-radius: 5px;

}

@media screen and (max-width: 576px) {
    .mj-blog-img-content img {
        /*width: unset;*/
    }

    .mj-blog-text {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-right: 5px;
    }

    .mj-blog-category {
        width: 99% !important;

    }
}

.mj-blog-category {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
    width: 100%;
    border-radius: 0 0 5px 5px;
    text-align: center;
}

.mj-blog-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 5px;
}

.mj-home-gt-blog-btn a {
    background: linear-gradient(180deg, #61BAFF 0%, #0082E7 100%);
    border-radius: 10px;
    color: #fff;
    padding: 15px 0;
    width: 60%;
    text-align: center;
}

.mj-blog-news-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(97, 186, 255, 0.2);
    padding: 10px;
}

.mj-news-image {
    text-align: center;
    /*width: 290px;*/
    width: 100%;
    height: 163px;
}

.mj-news-image img {
    width: 100%;
    height: 163px;
    object-fit: cover;
    border-radius: 5px;
}

.mj-blog-news-category {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    color: #61BAFF;
}

.mj-blog-news-category::after, .mj-blog-news-category::before {
    content: '';
    background: #61BAFF;
    width: 25%;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}

.mj-blog-news-category::after {
    right: 0;
}

.mj-blog-news-category::before {
    left: 0;
}

.mj-blog-news-title {
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mj-blog-news-btn {
    background: linear-gradient(180deg, #61BAFF 0%, #0082E7 100%);
    border-radius: 10px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
}

.mj-blog-newest-header img {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    width: 32px;
    padding: 5px;

}

.mj-blog-newest-header {
    position: relative;
}

.mj-blog-newest-header::after {
    content: '';
    background: #61BAFF;
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: -10px;
    right: 50%;
    transform: translateX(50%);
}

.slider-next-btn {

}

.swiper-button-prev {

    right: 35% !important;
    bottom: -50px !important;
    top: auto;
    position: absolute;
}

.swiper-button-next {
    left: 35% !important;
    bottom: -50px !important;
    top: auto;
    position: absolute;
}

.swiper-button-next::after {
    background: #fff !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    font-size: 18px;
    font-weight: bold;
    color: #1a1e21;
    box-shadow: 0 4px 4px rgba(0, 175, 248, 0.12);

}

.swiper-button-prev::after {
    background: #fff !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    font-size: 18px;
    font-weight: bold;
    color: #1a1e21;
    box-shadow: 0 4px 4px rgba(0, 175, 248, 0.12);

}

.mj-blog-slider-row {
    position: relative;
}

.mj-singleblog-content img {
    width: 100%;
    border-radius: 10px;
}

.mj-singleblog-info {
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
    position: relative;
    margin-bottom: 15px;
}

.mj-singleblog-info::after {
    content: '';
    background: #61BAFF;
    width: 98%;
    height: 1px;
    position: absolute;
    bottom: -5px;
    right: 50%;
    transform: translateX(50%);
}

.mj-singleblog-body h2 {
    padding: 5px 0;
}

.mj-singleblog-back-btn a {
    width: 100%;
    padding: 10px 0;
    background: linear-gradient(180deg, #61BAFF 0%, #0082E7 100%);
    border-radius: 10px;
    color: #fff;
    display: block;
    text-align: center;
}


/*::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

.mj-text-align {
    text-align: justify;
    text-justify: inter-word;
}

.mj-toast-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}


/*---------*/
.mj-b-estelam-item {
    position: relative;
    padding: 22px 10px;
    margin: 30px 0;
    color: #404040;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 5px 10px rgba(185, 185, 185, 0.38);
}

.mj-b-estelam-item img {
    position: absolute;
    left: 10px;
    width: 120px;
}

/* swith color */
.form-check-input:checked {
    background-color: #0082e7;
}

/*add-poster*/

.mj-add-poster-header-img img {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.mj-add-poster-header-title {
    font-size: 18px;
    font-weight: bold;
}

.mj-add-poster-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 85px;

}

.mj-add-poster-footer-check img {
    background: linear-gradient(180deg, #58B6FF 0%, #0082E7 100%);
    border-radius: 10px;
    padding: 15px;
    width: 50px;
    height: 50px;
}

.mj-add-poster-footer-close img {
    background: #ffffff;
    border: 1px solid #0988EA;
    border-radius: 10px;
    padding: 15px;
    width: 50px;
    height: 50px;
}

.mj-wallet-btn {
    font-family: fontawesome !important;
    border-radius: 15px;
    /*background: rgba(51, 52, 142, 0.15);*/
    display: flex;
    justify-content: end;
    align-items: center;
    /*width: 30%;*/
    height: 40px;
}

.mj-wallet-btn .fa-wallet {
    font-family: fontawesome !important;
    font-size: 25px;
    font-weight: 400;
    color: #33348E;
}




.jq-toast-wrap.top-right, .jq-toast-wrap.bottom-right {
    z-index: 10000 !important;
}

.mj-container {
    /*max-width: 500px;*/
    margin: auto;

}

.mj-container-shadow {
    box-shadow: 0 0 59px 3px #e1e1ee;
}

.mj-body-style {
    background-image: url("/dist/image/nk.svg");
    background-repeat: repeat;
    background-position: 10px 20px;
}

#mj-sad-trust-trustSimbol-modal-id {
    max-width: 500px;
    margin: auto;
    right: 50%;
    transform: translateX(50%);
}

#mj-sad-trust-socialMedia-modal {
    max-width: 500px;
    margin: auto;
    right: 50%;
    transform: translateX(50%);
}