/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Apr 28, 2023, 4:49:20 PM
    Author     : Lenovo
*/

.errors{
    color:red;
    font-size: 12px;
}

#global-message-area {
    position: fixed;
    background: #fff;
    left: initial;
    right: 2%;
    width: 30%;
    margin: 0 auto;
    top: 5%;

    z-index: 999999;
    pointer-events: none;
    padding: 1.25rem;
}
.alert{
    padding: 0.5rem 0.5rem;
    font-size: 13px;
}
.form-addon-btn{
    border: 1px solid #dfe3e7;
    border-radius: 0;
    height: calc(1.4em + 0.94rem + 3.7px) !important;
    font-weight: 100;
}


#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    padding: 1.25rem;
    width: 100%;
}
#toast-container[class*=-center] .toastr {
    margin-left: auto;
    margin-right: auto;
}
#toast-container[class*=-left] .toastr {
    margin-right: auto;
}
#toast-container[class*=-right] .toastr {
    margin-left: auto;
}
#toast-container[class*=-full] .toastr {
    width: 100%;
}
#toast-container[class*=toast-top] {
    top: 0;
}
#toast-container[class*=toast-bottom] {
    bottom: 0;
}

.toastr {
    position: relative;
    pointer-events: auto;
    background: #fff;
    box-shadow: 0 3px 12px 1px rgba(43, 55, 72, 0.15);
    border-radius: 4px;
    opacity: 1;
    border-left: 4px solid transparent;
    padding: 1.25rem 4.5rem 1.25rem 1.25rem;
    width: 430px;
    max-width: 100%;
    font-size: 0.875rem;
    line-height: 1.3rem;
}
.is-dark .toastr {
    background: #101924;
    color: #fff;
}
.toastr:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toastr.toast-success {
    border-color: #1ee0ac;
}
.toastr.toast-success .icon {
    color: #1ee0ac;
}
.toastr.toast-error {
    border-color: #e85347;
}
.toastr.toast-error .icon {
    color: #e85347;
}
.toastr.toast-info {
    border-color: #09c2de;
}
.toastr.toast-info .icon {
    color: #09c2de;
}
.toastr.toast-warning {
    border-color: #f4bd0e;
}
.toastr.toast-warning .icon {
    color: #f4bd0e;
}
.toastr-icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 1;
}
.toastr-icon + .toastr-text {
    padding-left: 2.35rem;
}
.toastr h4, .toastr .h4, .toastr h5, .toastr .h5, .toastr h6, .toastr .h6 {
    margin-bottom: 0.35rem;
    font-size: 1rem;
}
.is-dark .toastr h4, .is-dark .toastr .h4, .is-dark .toastr h5, .is-dark .toastr .h5, .is-dark .toastr h6, .is-dark .toastr .h6 {
    color: #fff;
}

.toast-close-button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 32px;
    width: 32px;
    text-indent: -9999px;
    cursor: pointer;
}
.toast-close-button:after {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    color: #8094ae;
    font-family: "Nioicon";
    content: "\ea06";
    font-size: 18px;
    line-height: 32px;
    width: 100%;
    text-align: center;
}
.is-dark .toast-close-button:after {
    color: #dbdfea;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

.toast-title {
    font-weight: bold;
}

.toast-message {
    word-wrap: break-word;
}

.toast-message a, .toast-message label {
    color: #526484;
}

.toast-message a:hover {
    color: #CCCCCC;
    text-decoration: none;
}
.app_grid_box{
    width:100%;
    overflow: hidden;
}

.dataTables_scrollHeadInner table.dataTable thead th {
    background: #f6f8fa !important;
    border-bottom: 1px solid #ebf5ff !important;
    border-left: 1px solid #ebf5ff !important;
    font-size: 13px !important;
    color: #4d71a1 !important;
    font-weight: 500;
}

.dataTables_scrollHeadInner table.dataTable thead th, .dataTables_scrollBody table.dataTable tbody td {
    border-color: #ebf5ff!important;
}

table.dataTable .nk-tb-item:not(:last-child) .nk-tb-col{
    border-bottom: none !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px !important
}

.app_grid_box .dataTable,.dataTables_scrollHeadInner{
    min-width: 100% !important;
}
.app_grid_box .dataTable,.dataTables_scrollHeadInner,table.dataTable.no-footer{
    margin: 0 !important;
}
table.dataTable thead th, table.dataTable thead td{
    border-bottom: 1px solid #dee2e6 !important;
}
table.dataTable thead th{
    border-top: 1px solid #dee2e6 !important
}
.dataTables_scrollBody thead th{
    border: none !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border-color: #dee2e6 !important;
}
.dataTables_scrollHeadInner table.dataTable thead th{
    border-bottom: 0px !important;
    font-size: 0.75rem;
    letter-spacing: 0.8px;
}
.dataTables_scrollBody  table.dataTable thead th{
    border: 0px !important;
}
.dataTables_scrollBody{
    margin-top: -1px;
}
.dataTables_scrollBody  table.dataTable tbody td{
    font-size: 0.8rem;
    letter-spacing: 0.6px;
    border-bottom: 1px solid !important;
}
.dataTables_scrollBody  table.dataTable tbody td,table.dataTable thead th, table.dataTable thead td{
    border-right:0px !important;
    border-left:0px !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody,.dataTables_wrapper.no-footer .dataTables_scrollHead{
    border: none !important;
}
.dataTables_paginate  .paginate_button.previous,.dataTables_paginate  .paginate_button.next,.dataTables_paginate  span .paginate_button{
    font-size: 0.8rem;
    font-weight: bold;
    border: 1px solid #613594 !important;
    margin: 0 !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.page-title {
    font-size: 1.5rem !important;
    margin-bottom: 4px;
}
.nk-content-body > .nk-block-head-sm:first-child {
    padding-bottom: 1rem;
}
.nk-content {
    padding: 10px 10px;
}
.card-inner {
    padding: 0.8rem;
}
@media (min-width: 768px){
    .nk-content-body > .nk-block-head-sm:first-child {
        padding-bottom: 1rem;
    }
    .data-item {
        padding: 1rem 1.25rem;
    }
}
@media (min-width: 576px){
    .nk-content {
        padding: 10px 10px;
    }
    .card-inner {
        padding: 0.8rem;
    }
}
.card-inner .app_grid_box[data-simplebar] {
    width: 100%;
}
.nk-tb-actions{
    justify-content: flex-start;
}
.nk-tb-actions li.nk-tb-action-hidden{
    background: #f8f9fc;
    z-index: 99;
}
#confirm-modal .modal-body{
    background: none;
    border: none;
    padding-bottom: 5px !important;
}
#confirm-modal .modal-footer{
    border: none;
    padding-top: 0;
}
#confirm-modal .confirm-modal-info{
    color: #8094ae;
    font-weight: 100;
    font-size: 15px;
}
#confirm-modal .modal-content{
    border-left: 6px solid #3f51b5;
}
.confirm-title-icon{
    color: #607d8b;
}
.confirm-title-icon .icon,.confirm-title-icon i{
    font-size: 22px;
    position: relative;
    top: 4px;
}
.modal-content.card .confirm-modal-title{
    font-size: 1rem;
}

#loading-wrapper{
    width: 100vw;
    height: 100vh;
    background: rgb(255 255 255 / 51%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    display: flex;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 5px solid;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.nk-block-head-lg {
    padding-bottom: 1rem;
}

.card.is-dark {
    background: #0b3175;
}
.nk-wg7 {
    display: flex;
    flex-wrap: wrap;
}
.nk-wg7-stats-group {
    display: flex;
    align-items: flex-start;
    margin-top: 1.5rem;
}
.nk-wg7 > * {
    flex-grow: 1;
    width: 100%;
}
.nk-wg7-title, .nk-wg7-note {
    font-size: 13px;
    font-weight: 500;
    color: #526484;
}
.is-dark .nk-wg7-title, .is-dark .nk-wg7-note {
    color: #6baafe;
}
.nk-wg7-stats .number-lg {
    font-size: 2.25rem;
    letter-spacing: -0.03em;
    font-weight: 400;
}
.nk-wg7-title + .number-lg, .nk-wg7-note + .number-lg {
    margin-top: 0.25rem;
}
.nk-wg7-stats {
    line-height: 1.3;
}


.nk-wgw-title {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0;
    color: #526484;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nk-wgw {
    position: relative;
}
.sm.nk-wgw .nk-wgw-inner {
    padding: 1.25rem;
}
.nk-wgw-name {
    display: flex;
    align-items: center;
}
.nk-wgw-icon {
    position: relative;
    height: 32px;
    width: 32px;
    font-size: 20px;
    border-radius: 50%;
    background: #8094ae;
    color: #fff;
    margin-right: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.nk-wgw.sm .nk-wgw-icon {
    height: 24px;
    width: 24px;
    font-size: 14px;
    margin-right: 0.5rem;
}
.nk-wgw.sm .nk-wgw-title {
    font-weight: 700;
    font-size: 13px;
}
.nk-wgw-balance {
    line-height: 1.3;
    padding-top: 1.25rem;
}
.nk-wgw.sm .nk-wgw-balance {
    padding-top: 0.75rem;
}
.nk-wgw-balance .amount {
    font-size: 1.5rem;
    font-weight: 500;
    color: #364a63;
}
.nk-wgw.sm .nk-wgw-balance .amount {
    font-size: 1rem;
}
.nk-wgw-balance .currency {
    padding-left: 0.25rem;
}
.nk-wgw-balance .amount span {
    font-weight: 400;
    opacity: 0.6;
}
.nk-wgw-inner {
    padding: 1.25rem;
    display: block;
}

@media (min-width: 992px){
    .nk-wg7 > * {
        width: 100%;
    }
}
@media (min-width: 576px){
    .nk-wgw {
        position: relative;
    }
}
@media (min-width: 576px){
    .sm.nk-wgw .nk-wgw-inner {
        padding: 1rem 1.25rem;
    }
}

/*Home Page header*/
.ta--header-warper,.ta--footer-warper{
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border-color: #e9ebef !important;
}
.ta--header-nav-item{
    display: flex;
    align-items: center;
}
.ta-app--btn{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    text-transform: uppercase;
    border: none;
    outline: none !important;
}
.ta--pre-footer{
    background: #f1f7f2;
    border-radius: 6px;
}
.ta--pre-footer-content h3{
    line-height: 3rem;
}
.btn-start--earning{
    border-radius: 20px;
}
.top-section-class{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #345b74;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.background-picture:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
}
#top-section-banner-text{
    position: relative;
    z-index: 9;
}
#top-section-banner-text h5,#top-section-banner-text p{
    color:#fff;
}
#top-section-banner-text h5{
    font-size: 2.5rem;
    line-height: 3.4rem;
    margin-bottom: 1rem;
}
#top-section-banner-text p{
    font-size: 1.2rem;
}
.ta--pre-footer-content h3,#top-section-banner-text h5,#top-section-banner-text a,.why_aspire_header{
    font-family: 'Playfair Display', serif;
}
.ta-page--benefit-step{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background: #000;
    display: inline-block;
    line-height: 30px;
    font-weight: bold;
}
.ta-page--benefit-title{
    font-weight: 300;
}
.why_aspire p{
    font-size: 16px;
}
#affiliate-carousel{
    position: relative;
}
#affiliate-carousel .carousel-inner::after{
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
#affiliate-carousel .carousel-caption{
    text-align: left !important;
    top: 2.25rem;
    right: 40%;
    bottom:initial;
    z-index: 99;
}
#affiliate-carousel .carousel-link{
    padding: 7px 25px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 17px;
}
.nk-block-note p{
    font-size: 12px;
    margin-top: 3px;
}
.aff-special-price--warper{
    background: #fff2e2;
    border: 1px dashed #fb9700;
    padding: 10px 0;
    cursor: pointer;
}