/* Extracted theme-related styles from app.css */

:focus {
    outline: 0;
}

::-webkit-scrollbar-track {
    background: #939393;
}

::-webkit-scrollbar-thumb {
    background: #cbcbcb;
}

::-webkit-scrollbar-thumb:hover {
    background: #dcdcdc;
}

::placeholder {
    color: #c7cbdb;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #4f556a;
}

::-ms-input-placeholder {
    color: #4f556a;
}

html, body {
    background: #f3f6f9;
    font-family: "Poppins", serif;
    font-size: 14px;
    background-color: #fafafa;
    color: #16417f;
}

body {
    color: #16417f;
    font-size: 0.9rem;
}

pre {
    font-size: 12px;
    color: grey;
}

a {
    color: #008eff;
}

strong {
    font-weight: bold;
}

th {
    background-color: #00054A !important;
    color: #cdcdf8;
    font-weight: 300;
}

td, th {
    border-radius: 0px;
}

td {
    font-family: monospace;
    font-size: 14px;
    font-weight: 600;
}

input {
    color:#00054A;
    border: 2px solid #e7e7e7 !important;
    background-color: #fafafa !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 500;
}

input.invalid {
    color: #E91E63 !important;
    border: 2px solid #E91E63 !important;
    box-shadow: none !important;
}

input:disabled {
    color: #7085a1 !important;
    background-color: #d7d7db !important;
}

input:focus {
    box-shadow: none !important;
    border: 2px solid #3F51B5 !important;
}

.color-field input {
    border-radius: 50% !important;
    border: 0 !important;
}

[type="checkbox"]+span:not(.lever):before,
[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    border: 1px solid #9e9e9e;
    border-radius: 5px;
}

[type="checkbox"]:checked+span:not(.lever):before {
    border-radius: 0px;
}

[type="checkbox"].invalid+span {
    color: #E91E63 !important;
}

textarea {
    color: #00054A;
    border: 2px solid #e7e7e7 !important;
    background-color: #fafafa !important;
    border-radius: 10px !important;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 20px !important;
}

textarea.invalid {
    color: #E91E63 !important;
    border: 2px solid #E91E63 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

textarea:focus {
    box-shadow: none !important;
    border: 2px solid #3F51B5 !important;
}

.input-field textarea:focus+label {
    color: #3F51B5 !important;
}

.input-field.col label {
    font-size: 0.9rem;
    color: #7d8999;
}

.input-field.col label.free {
    background-color: transparent;
}

.input-field.col label.invalid {
    color: #E91E63 !important;
}

input.invalid+label {
    color: #E91E63 !important;
}

input:disabled+label {
    color: #7d8999 !important;
}

.input-field.col label.checkbox {
    background-color: transparent;
}

.switch label {
    font-size: 14px;
}

.color-field.col label {
    background-color: transparent !important;
}

.input-field .prefix {
    font-size: 22px;
    color: #7d8999;
}

.input-field .prefix.active, input:focus+label {
    color: #3F51B5 !important;
}

.input-field input.invalid ~ .prefix {
    color: #E91E63 !important;
}

.input-field .suffix {
    font-size: 22px;
    color: #7d8999;
}

.character-counter {
    color: #7d8999;
}

.collapsible-header {
    background-color: #f8f8f8;
    border-bottom: 0;
}

.collapsible-body {
    border-bottom: 0;
    background-color: #eee;
}

.collapsible.popout li.active {
    border-radius: 8px;
}

.sidenav {
    background-color: #f8f8f8;
}

.material-tooltip {
    background-color: white;
    color: #00054A;
    border-radius: 10px;
    font-size: 12px;
    box-shadow: 0 1px 3px 0 #eee;
}

.badge {
    border-radius: 10px;
}

.slim {
    border-radius: 7px;
    background-color: #fafafa;
}

.slim[data-state*=empty]:hover {
    background-color: #fafafa;
}

.slim[data-state*=empty] .slim-label {
    color: #516581 !important;
}

.select-wrapper .caret {
    fill: rgb(175 179 201);
}

.slim[data-state*=empty] .slim-label {
    color: #494e5d;
}

.card {
    border-radius: 1rem;
    border: 1px solid #c5bcb4;
    background-color: #e8e5e2;
    box-shadow: 3px 5px 6px 0 rgb(0 0 0 / 2%);
}

.card.darked {
    background-color: #d7d7db;
}

.card-header {
    border-bottom: 1px solid #fafafa;
}

.card-header .icon-btn {
    border-radius: 50%;
    background-color: transparent;
    color: #516581;
    font-size: 18px;
}

.card-header .icon-btn:hover {
    background-color: #fafafa;
}

.card-header .title {
    font-size: 18px;
    font-weight: 400;
}

.card-header i.big {
    font-size: 64px;
}

.card-header.no-border .title {
    font-size: 22px;
    font-weight: 300;
}

.card-body .big-value {
    font-size: 40px;
    font-weight: 300 !important;
}

.card-body .big-value em {
    font-size: 16px;
    font-weight: 600;
    color: #b1b1b1;
}

.card-body .big-value i {
    font-size: 20px;
    font-weight: 100;
    color: #FF9800;
}

.card-body .big-value.link {
    font-size: 20px;
}

.card-body .big-value.link i {
    font-size: 70px;
}

.card-body .tiny-text {
    font-size: 12px;
    color: #1bc5bd!important;
    font-weight: 500!important;
}

.card-body .tiny-text i {
    font-size: 13px;
    font-weight: 100;
    color: #cdcdcd;
}

.card .card-action {
    background-color: transparent;
    border-top: 1px solid #fafafa;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: #40b1af;
}

.card .card-reveal .card-title {
    font-size: 18px;
    font-weight: 600;
}

.card.video {
    border: 2px solid #b6bcc2;
    background-color: #f3f6f9;
}

.card.video .title {
    color: #05349d;
    background-color: #cdcdcd;
}

.card.video .title .icons i {
    font-size: 17px;
    color: #878787;
}

.card.hover-card:hover {
    box-shadow: 0px 0px 20px 9px rgb(0 0 0 / 6%);
}

.card.no-border, .card.no-border .card-header, .card.no-border .card-action {
    border: 0;
}

.card-header.no-border {
    border-bottom: 0;
    background-color: transparent !important;
}

.card-action.no-border {
    border-top: 0;
}

.btn {
    color: white;
    background-color: #a86400;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: #00054A;
}

.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
    color: white;
    background-color: #a86400;
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-round {
    border-radius: 50px;
}

.btn-tiny {
    font-size: 10px;
}

.btn-small {
    font-size: 12px;
}

.btn-large {
    font-size: 16px;
}

.btn-flat {
    color: #516581;
}

.btn-outline {
    background-color: transparent;
    border: 2px solid #40b1af;
    color: #40b1af;
}

.btn-outline:hover {
    color: white !important;
    opacity: 1;
}

.btn:disabled {
    color: #516581 !important;
    border: 1px solid #bababa;
}

.btn-floating .lni-plus {
    font-size: 14px !important;
}

.btn.btn-tiny i {
    font-size: 14px;
}

.icon-btn {
    color: #fff;
    background-color: #26a69a;
    border-radius: 5px;
}

.icon-btn i {
    color: #fff;
    font-size: 1.6rem;
}

.lg-icon {
    font-size: 90px;
}

.btn-orgin{
    background-color: #00054A;
}
.btn-orgin:focus{
    background-color: #454581;
}

.btn.lime, .btn.yellow, .btn.orange, .btn.amber, .btn.white {
    color: #00054A;
}


#toast-container {
    font-family: "Poppins", serif;
    font-weight: 500;
}

.rounded-15 {
    border-radius: 25px;
}

.rounded-25 {
    border-radius: 25px;
}

.dropdown-content {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 50px 0 black;
    box-shadow: 0 0 50px 0 black;
    background-color: #f8f8f8;
}

.dropdown-content.select-dropdown li>span {
    font-size: 14px;
    color: #40b1af;
}

.dropdown-content li {
    border-radius: 0 !important;
    background-color: transparent !important;
}

.dropdown-content li:hover {
    background-color: #fafafa !important;
}

.select-dropdown.dropdown-content li.selected {
    background-color: rgba(0,0,0,0.03) !important;
}

.dropdown-content li a {
    font-size: 14px;
    color: #00BCD4;
}

.select-dropdown li.disabled, .select-dropdown li.disabled>span, .select-dropdown li.optgroup {
    color: #a5a5a5 !important;
}

.card.hover:hover {
    box-shadow: 0 0 14px 8px rgb(0 0 0 / 8%);
    background-color: #f0edeb;
}

.card-header .dropdown-content {
    border-radius: 4px;
}

.card-header .dropdown-content li:hover {
    background-color: #fafafa !important;
}

.rounded-15 {
    border-radius: 15px;
}

.rounded-25 {
    border-radius: 25px;
}

.right-navs  .dropdown-content {
    border-radius: 8px;
}

.table-thumb img {
    border-radius: 50%;
    border: 1px solid #98b1ca;
}

.list-view li .left-view .icon i {
    font-size: 50px;
}

.list-view li .left-view .text span {
    font-weight: 500;
}

.list-view li .left-view .text i {
    font-size: 12px;
}

.list-view li .right-view .icon i {
    font-size: 20px;
}

.shadow-50 {
    -webkit-box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
}

.shadow-25 {
    -webkit-box-shadow: 0 0 25px 0 rgba(82,63,105,.15);
    box-shadow: 0 0 25px 0 rgba(82,63,105,.15);
}

td h5 em {
    font-size: 14px;
}

tr {
    border-bottom: 1px solid #fafafa;
}

table.striped>tbody>tr:nth-child(odd) {
    background-color: #ddd5d2;
}

table.highlight>tbody>tr:hover {
    background-color: #ededed;
}

th.empty, td.empty {
    font-size: 0 !important;
}

th small {
    font-size: 100%;
    font-weight: normal;
}

td a i {
    font-size: medium !important;
}

.dataTables_length label, .dataTables_filter label {
    font-size: 12px;
    color: #00054A;
}

.dataTables_length input {
    color: #00054A;
    background-color: #f0f3f5 !important;
}

.dataTables_info {
    color: #9c27b0;
    font-size: 12px;
    color: #00054A;
}

.dataTables_paginate {
    background-color: #fafafa;
    border-radius: 10px;
    color: #00054A;
}

.paginate_button {
    background-color: #d7d7db;
    border-radius: 7px;
}

.paginate_button.current {
    background-color: #40b1af;
    color: #fff;
}

.paginate_button.previous, .paginate_button.next {
    background-color: #d7d7db;
    border-radius: 7px;
}

.paginate_button.previous:hover, .paginate_button.next:hover, .paginate_button:hover {
    background-color: #b2dbff;
    color: #fff;
}

.paginate_button.previous.disabled, .paginate_button.next.disabled {
    background-color: #d7d7db;
    color: #516581;
    font-size: 12px;
}

.dataTables_paginate .ellipsis {
    color: #989bac;
}



table.no-border tr {
    border: 0 !important;
}

.modal {
    background-color: transparent;
    box-shadow: none !important;
}

.modal .modal-header {
    border-radius: 10px 10px 0 0;
    background-color: #f8f8f8;
}

.modal-header .title {
    font-size: 18px;
    font-weight: 500;
    color: #9aa0bc;
}

.modal-header .close-btn {
    color: #9aa0bc;
}

.modal-header .close-btn:hover {
    color: #b51d12;
}

.modal .modal-content {
    background-color: #f8f8f8;
}

.modal.no-footer .modal-content {
    border-radius: 0 0 10px 10px !important;
}

.modal .modal-footer {
    border-radius: 0 0 10px 10px !important;
    background-color: #f8f8f8;
}

.modal.alert {
    border-radius: 10px;
}

.modal.alert .modal-header {
    background-color: transparent;
}

.modal.alert .modal-content {
    background-color: transparent;
}

.modal.alert .modal-footer {
    background-color: transparent;
}

.modal.alert .modal-footer .btn {
    background-color: transparent;
}

.modal.video .modal-content {
    background-color: #000000;
}

.modal.video .modal-content iframe {
    border: 0;
}

.list-view.cats li {
    background-color: #e4e6ef;
    border-radius: 14px;
}

.list-view.cats li:hover {
    background-color: #d8dae1;
}

.list-view.cats li.active {
    background-color: #b0bfff;
}

.list-view.cats li .left-view .icon i {
    font-size: 24px;
}

.list-view.pros li {
    background-color: #e4e6ef;
    border-radius: 14px;
}

.list-view.pros li:hover {
    background-color: #d8dae1;
}

.list-view.pros li.active {
    background-color: #b0bfff;
}

.list-view.pros li .left-view .icon i {
    font-size: 24px;
}

.tabs {
    background-color: #00054A;
    border-radius: 14px;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
    outline: none;
    background-color: #d4ecff;
    box-shadow: 1px 1px 2px rgb(0 0 0);
}

.tabs .tab a:hover,
.tabs .tab a.active {
    color: #00054A;
    background-color: #d4ecff;
    box-shadow: 1px 1px 2px rgb(0 0 0);
}

.tabs .tab a {
    color: #a2c9ff;
    border-radius: 10px;
}

.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
    color: #7d8999;
}

.tabs.vertical-tabs {
    border-radius: 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.tabs.vertical-tabs .tab a {
    border-radius: 0;
}

.tabs.vertical-tabs .tab a i {
    font-size: 18px;
}

.tabs.vertical-tabs .tab span {
    border-radius: 50%;
    font-size: 12px;
    background-color: #00bcd4;
    color: white;
}

.nav-tabs .tab a {
    color: #516581;
    border: 0;
    font-weight: 300;
}

.tabs.nav-tabs .tab a:hover, .tabs.nav-tabs .tab a.active {
    color: #40b1af;
}

.widget-1 {
    background-color: #f8f8f8;
    border-radius: 1rem;
}
.widget-1.hover:hover {
    box-shadow: 0px 0px 20px 9px rgb(0 0 0 / 6%);
}

.widget-1 .icon i {
    font-size: 45px;
    color: #40b1af;
}

.widget-1 .info .value {
    font-size: 28px;
    font-weight: 100;
    color: #00054A;
}

.widget-1 .info .desc{
    font-size: 14px;
    color: #6d6d6d;
}

.widget-2 {
    background-color: white;
    border-radius: 1rem;
    border: 1px solid #e7e7e7;
    box-shadow: 0 1px 3px 0 #eee, 0 1px 2px -1px #eee;
}

.widget-2 .w-body .icon i {
    font-size: 45px;
    color: #40b1af;
}

.widget-2 .w-body .info .value {
    font-size: 24px;
    font-weight: 100;
    color: #40b1af;
}

.widget-2 .w-body .info .desc {
    font-size: 12px;
}

.widget-3 {
    background-color: #f8f8f8;
    border-radius: 5px;
}

.widget-3 .list .icon i {
    font-size: 45px;
    color: #40b1af;
}

.widget-3 .list .info .value {
    font-size: 16px;
    font-weight: 100;
}

.widget-3 .list .info .desc {
    font-size: 12px;
}

.widget-4 {
    background-color: #f8f8f8;
    border-radius: 5px;
}

.widget-4 .avatar img {
    border-radius: 42%;
}

.widget-4 .avatar i {
    color: white;
    font-size: 10px;
    border-radius: 40%;
    box-shadow: 0 0 4px black;
}

.widget-4 .icon i {
    font-size: 45px;
    color: #40b1af;
}

.widget-4 .info .value {
    font-size: 24px;
    font-weight: 100;
    color: #7085a1;
}

.widget-4 .info .desc {
    font-size: 12px;
}

.page-loader {
    background-color: #fafafa;
}

.auth-card {
    background-color: white;
    border-radius: 1rem;
    border: 1px solid #e7e7e7;
}

.auth-card input, .auth-card .input-field.col label {
    background-color: transparent !important;
}

#captcha canvas {
    border-radius: 15px;
}

.sliderbg {
    background-color: #ececec;
    border-radius: 15px;
}

.sliderContainer_success .slider {
    background-color: #52CCBA !important;
}

.sliderContainer_success .sliderMask {
    background-color: #52CCBA;
}

.sliderContainer_fail .slider {
    background-color: #f57a7a !important;
}

.sliderContainer_fail .sliderMask {
    background-color: #f57a7a;
}

.sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
    opacity: 0;
}

.sliderMask {
    border: 0;
    background: #0092A4;
    border-radius: 15px;
}

.slider {
    background: #0092A4;
    color: white;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    border-radius: 15px;
}

.slider:hover, .sliderContainer_active .slider {
    background: #0092A4;
}

.refreshIcon {
    font-size: 17px;
    background-color: #cdcdcd;
    border-radius: 15px;
}

.refreshIcon:hover {
    color: white;
}

.auth-copyright {
    font-size: 12px;
}

.auth-langs {
    font-size: 14px;
}

.auth-langs li.active {
    color: #40b1af;
}

.ql-container.ql-snow {
    border-radius: 0 0 10px 10px;
    border: 1px solid #e7e7e7;
    background-color: white;
    box-shadow: 0 1px 3px 0 #eee, 0 1px 2px -1px #eee;
    font-family: "Poppins", serif;
}

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
    border: 1px solid #e7e7e7;
    font-family: "Poppins", serif;
}

.app {
    background-color: #fafafa;
}

.topbar {
    background-color: #00054A;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 17%);
    color: #ffe8d3;
}


.left-bar .menu ul li {
    font-weight: 500;
    font-size: 16px;
    font-family: "Oswald", serif;
}

.left-bar .menu ul li span {
    color: #d5e5fb;
}

.left-bar .menu ul li.active,
.left-bar .menu ul li.active>span {
    color: #FFC107;
}

.left-bar .menu ul li i {
    font-size: 20px;
}

.nav-drop {
    border-radius: 0 0 1rem 1rem;
    -webkit-box-shadow: 5px 12px 10px rgb(0 0 0 / 42%);
    box-shadow: 5px 12px 10px rgb(0 0 0 / 42%);
    background-color: #00054A;
}


.nav-drop li {
    color: #d5e5fb;
    font-weight: 100 !important;
    font-size: 14px !important;
    font-family: "Poppins", serif !important;
    height: 45px;
    min-height: 45px;
}
.nav-drop li:hover {
    background-color: #4f4f8d !important;
}

.dropdown-content li.divider {
    border-bottom: 1px dashed #7d8999 !important;
}

.bars .right-bar .icon {
    border-radius: 1rem;
    color: #FFC107;
}

.bars .right-bar .icon.lni-full-screen {
    font-size: 18px;
}

.bars .right-bar .avatar {
    border-radius: 1rem;
    border: 2px solid;
    width: 45px;
}

.mini-wallet{
    background-color: #00054A;
    color: #FFC107;
}
.mini-wallet:hover{
    box-shadow: 0 0 9px rgb(255 193 7 / 40%);
    background-color: #ffc107;
    color: #00054A;
}






.wallet-card {
    background-color: #fefefe !important;
}
.wallet-card .balance span{
    color: #a8772f;
    font-size: 33px;
}





.main{
    background-color: #341b03;
}
.main-header {
    background-color: #f7f7f7;
    box-shadow: inset 0 1px 3px 0 rgb(0 0 0 / 17%);
    color: #00054A;
}



.get-key {
    font-size: 12px !important;
}

.pro-filter .search-box input {
    border-radius: 20px !important;
    border: 2px solid #00054A !important;
    font-size: 14px !important;
    background-color: #00054A !important;
    color: #74e9f8;
}

.pro-filter .search-box input:focus {
    border: 2px solid #40b1af !important;
}

.pro-filter .search-box em {
    font-size: 16px;
}

.pro-widget {
    border-radius: 1.5rem;
    border: 1px solid #c5bcb4;
    background-color: #f8f8f8;
    box-shadow: 3px 5px 6px 0 rgb(0 0 0 / 2%);
}

.pro-widget:hover {
    box-shadow: 0 0 14px 8px rgb(0 0 0 / 8%);
    background-color: #f0edeb;
}
.pro-widget.filled{
    background-color: #bdd3d6 !important;
}
    

.pro-widget img {
    border-radius: 1rem;
}

.pro-widget .title {
    font-weight: 600;
    color: #516581;
    font-family: "Oswald", serif;
    font-size: 14px;
}

.pro-widget .sub {
    color: #516581;
}
.pro-widget .price{
    font-family: "Oswald", serif;
    font-size: 24px;
    background-color: #eee;
    color: #00054A;
}
.pro-widget:hover .price{
    background-color: #00054A;
    color: white;
}




.qty-ctrl{
    background-color: #00054A !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.qty-ctrl i{
    color: #c2c2f8;
}
.qty-ctrl input{
    background-color: #00054A !important;
    color: white;
}
.qty-ctrl input:focus {
    box-shadow: none !important;
    border: 0 !important;
}


.gift-qty-ctrl{
    background-color: #00054A !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.gift-qty-ctrl i{
    color: #c2c2f8;
}
.gift-qty-ctrl input{
    background-color: #00054A !important;
    color: white;
}


.tpo-qty-ctrl{
    background-color: #00054A !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.tpo-qty-ctrl i{
    color: #c2c2f8;
}
.tpo-qty-ctrl input{
    background-color: #00054A !important;
    color: white;
}





.pro-widget.filled .gift-qty-ctrl{
    background-color: #00BCD4 !important;
}
.pro-widget.filled .gift-qty-ctrl i{
    color: #00054A ;
}
.pro-widget.filled .gift-qty-ctrl input{
    background-color: #00BCD4 !important;
    color: #00054A;
}

.pro-widget.filled .tpo-qty-ctrl{
    background-color: #00BCD4 !important;
}
.pro-widget.filled .tpo-qty-ctrl i{
    color: #00054A ;
}
.pro-widget.filled .tpo-qty-ctrl input{
    background-color: #00BCD4 !important;
    color: #00054A;
}


.pack-widget{
    border: 3px solid #cdcde5;
    background-color: white;
    box-shadow: 0 1px 3px 0 #bbbbbb, 0 1px 2px -1px #999999;
}
.pack-widget:hover{
    background-color: #e7e7f2;
}

.pack-widget .price{
    background-color: #ebf8f6;
}
.pack-widget .info .desc span{
    background-color: #e7e7f2;
}


.cart-badge{
    background: #FFC107;
    color: #00054A;
}

.pro-image img {
    box-shadow: 0 1px 3px 0 #eee, 0 1px 2px -1px #eee;
    border: 1px solid #e7e7e7;
    border-radius: 1.5rem;
}

.pro-image i {
    background-color: #E91E63;
    font-size: 20px;
    color: white;
    border-radius: 1.5rem;
    box-shadow: 2px 3px 4px 0px rgb(0 0 0 / 35%);
}

.mainqv-left .value,
.mainqv-right .value {
    font-size: 40px;
    color: #7085a1;
    font-weight: 100;
}

.mainqv-left .num,
.mainqv-right .num {
    font-size: 25px;
}

.shopping-progress .ranges li.done i, .shopping-progress .ranges li.done em{
    color: #2196F3;
    font-weight: 600;
}
.shopping-progress .ranges-prog{
    background-color:#c1c1e0;
}
.shopping-progress .ranges-prog .seeker{
    background-color: #2196F3;
}


.bg-pat-1 {
    background-image: linear-gradient(rgb(255 255 255 / 90%), rgb(255 255 255 / 82%)), url(../../../cdn/images/patterns/dark-1.png);
    background-repeat: repeat;
}





.app.passive .topbar {
    background-color: #606060;
    color: #dadada;
}
.app.passive .nav-drop {
    background-color: #606060;
}
.app.passive .main-header {
    background-color: #494949;
    color: #a9a9a9;
}
.app.passive .nav-drop li:hover {
    background-color: #757575 !important;
}
.app.passive .mini-wallet {
    background-color: #494949;
    color: #c5c5c5;
}
.app.passive .mini-wallet:hover {
    box-shadow: 0 0 9px rgb(124 124 124 / 40%);
    background-color: #a6a6a6;
    color: #1f1f1f;
}
.app.passive .pro-filter .search-box input {
    border: 2px solid #373737 !important;
    background-color: #373737 !important;
    color: #b8b8b8;
}
.app.passive #00054A .btn-orgin {
    background-color: #606060;
}
.app.passive th {
    background-color: #606060 !important;
    color: #c9c9c9;
}
.app.passive .tabs {
    background-color: #606060;
}
.app.passive .tabs .tab a {
    color: #b6b6b6;
}
.app.passive .tabs .tab a:hover, .app.passive .tabs .tab a.active{
    color: #b6b6b6;
    background-color: #4c4c4c;
    box-shadow: 1px 1px 2px rgb(98 98 98);
}
