@charset "UTF-8";

.loginsidebg {
    background-image: url(/assets/media/bg/veg.jpg);
    background-size: cover;
}

.logintop {
    background-color: white;
    padding: 0 0;
}

.dataTables_wrapper .dataTable td, .dataTables_wrapper .dataTable th {

    padding: 1.5rem 1rem !important;
}

.table-bordered th, .table-bordered td {
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px !important;
}

.card-footer {
    padding: 2rem 0rem !important;
}

.alert.alert-custom.alert-outline-danger {
    margin-left: 15px;
    margin-right: 15px !important;
}

.alert.alert-custom.alert-outline-success {
    margin-left: 15px;
    margin-right: 15px !important;
}

.dataTables_filter label {
    display: flex;
    align-items: center;
}

.dataTables_length label {
    display: flex;
    width: 160px;
    align-items: center;
}

.checkboxcustom {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxcustom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */
.checkmark1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkboxcustom:hover input ~ .checkmark1 {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxcustom input:checked ~ .checkmark1 {
    background-color: #7AD752;
}

/* Create the checkmark1/indicator (hidden when not checked) */
.checkboxcustom:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark1 when checked */
.checkboxcustom input:checked ~ .checkmark1:after {
    content: '';
    display: block;
}

/* Style the checkmark1/indicator */
.checkboxcustom .checkmark1:after {
    top: 2px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(
            45deg
    );
    -ms-transform: rotate(45deg);
    transform: rotate(
            45deg
    );
    position: relative;
    left: 7px;
    width: 7px;
    height: 14px;
}

.hide {
    display: none !important;
}

.successMessage {
    position: relative;
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
    border-radius: 0.42rem;
    color: inherit;
    font-weight: 500;
    top: 0;
    right: 0;
    background-color: transparent;
    border-color: #F64E60;
    border: 1px solid #00f685;

}

.brandlogo {
    padding-right: 0px;
}

.brand-logo {
    width: 100%;
}

.brand-logo img {
    height: 164px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.red {
    color: red;
}

/*sitch*/
/* The switch - the box around the slider */
.switchcheckbox {
    padding-top: 6px;
    position: relative;
    display: inline-block;
    width: 57px;
    height: 30px;
}

.checkboxlabel {
    font-weight: 500;
    padding-top: 9px;
}

/* Hide default HTML checkbox */
.switchcheckbox input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.sliderswitch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

#description {
    padding-left: 30px;
}

.sliderswitch:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .sliderswitch {
    background-color: #e5c566;
}

input:focus + .sliderswitch {
    box-shadow: 0 0 1px #e5c566;
}

input:checked + .sliderswitch:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.sliderswitch.round {
    border-radius: 34px;
}

.sliderswitch.round:before {
    border-radius: 50%;
}

.writein {
    width: fit-content;
    justify-content: center;
    display: flex;
    float: left;
    padding-top: 7px;
    padding-right: 13px;
}

.display-flex {
    align-items: center;
    display: flex;
}

.btn.btn-text-success:hover,
.btn.btn-text-success:focus,
.btn.btn-text-success:active,
.btn.btn-hover-bg-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-bg-primary:focus:not(.btn-text), .btn.btn-hover-bg-primary.focus:not(.btn-text) {
    color: white !important;
    background: #000 !important;

}

.btn.btn-text-success:hover .text-secondary {
    color: #fff !important;


}

.btn.btn-text-success {
    color: #000 !important;
    border: 1px solid black !important;
    border-radius: 40px;
}

.example-tools .btn {
    color: #000;
}

.example-tools .btn:hover {
    background-color: #000 !important;
}

.example-tools .btn {
    border: 1px solid black !important;
    border-radius: 40px;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #000 !important;
    border-radius: 40px !important;
    padding: 4px 8px !important;
    color: #e5c566 !important;
    margin: 0px 8px;
}

input:focus,
select:focus {
    outline: none;
    box-shadow: none
}

.dataTables_wrapper .dataTables_filter input {
    padding-left: 35px !important;
    border: 1px solid black !important;
    border-radius: 40px !important;
}

table.dataTable.no-footer {
    border: 1px solid #000 !important;
    border-radius: 40px !important;
}

table.dataTable tbody tr {
    background-color: transparent !important;
}

table.dataTable thead th, table.dataTable thead td {
    border-right: 1px solid #e5c566;
    border-bottom: none !important;
}

table.dataTable thead tr th:first-child,
table.dataTable thead tr th:last-child,
table.dataTable tbody tr td:last-child,
table.dataTable tbody tr td:first-child {
    padding-left: 35px !important;
}

table.dataTable thead tr th:last-child,
table.dataTable tbody tr td:last-child {
    border-right: none;
    padding-right: 35px !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    margin-bottom: 12px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #e5c566 !important;
    background-color: #e5c566 !important;
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%) !important;
    background: linear-gradient(to bottom, #e5c566 0%, #e5c566 100%) !important;
}

.dataTables_wrapper .dataTable thead th {
    font-weight: 800;
    border-top: 0;
}

.fa.fa-trash {
    color: #000;
}

#kt_datatable_filter label,
#customertable_filter label,
#membershiptable_filter label {
    position: relative;
}

.table th:last-child, .table td:last-child {
    border-right: 0 !important;
}

#kt_datatable_filter label:before,
#customertable_filter label:before,
#membershiptable_filter label:before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: '\f002';
    position: absolute;
    z-index: 1;
    left: 63px;
    font-size: 20px;
    top: 2px;
    border-bottom: 17px;
    color: #e5c566;
    -webkit-text-stroke: 2px #e5c566;
}

.userloginicon {
    font-size: 31px;
    color: white;
    border: 2px solid white;
    border-radius: 50%;
}

.card-header {
    border-bottom: none !important;
}

.form-control {
    border: 1px solid #e5c566 !important;
    border-radius: 40px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e5c566 !important;
    border-radius: 40px !important;
    outline: none;
    box-shadow: none
}

.addnewcustomer {
    padding-bottom: 25px;
    border: 1px solid #dadadaf5;
    border-radius: 40px;
    padding-left: 21px;
    padding-top: 25px;
    padding-right: 19px;
    margin-top: 16px;
    margin-bottom: 30px;
}

.quoteproductsection {
    padding-bottom: 25px;
    border: 1px solid #dadadaf5;
    border-radius: 40px;
    padding-left: 21px;
    padding-top: 25px;
    padding-right: 19px;
    margin-top: 8px;
    margin-bottom: 30px;
}

.addproductbutton {
    padding: 9px 21px;
    background: black;
    color: #e5c566;
    border-radius: 40px;
    border: none;
}

.totalsection {
    background: #e4e8e1;
    padding-bottom: 15px;
    border: 1px solid #dadadaf5;
    border-radius: 40px;
    padding-left: 21px;
    padding-top: 25px;
    padding-right: 19px;
    margin-top: 8px;
    margin-bottom: 30px;

}

input[readonly] {
    background-color: #e5c566 !important;
    color: #000;
}

.previewsection {
    box-shadow: 1px 1px 19px #eee;
    text-align: center;
    padding: 12px;
    border: 2px solid #c69a4b;
    border-radius: 18px;
    max-width: 100%;
}

#imgInp {
    align-items: center;
    margin: auto;
    margin-top: 14px;
    width: 200px;
}

.img-thumbnail img, #webCamSection video, #webCamSection canvas {
    object-fit: contain;
    max-width: 100%;
    height: auto;
    margin: auto;
    aspect-ratio: 1;
}

.btn-browse {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0.25rem 1rem !important;
}

.btn-gold {
    background: #C69A4B !important;
    color: white !important;
    border-color: #C69A4B !important;
}

#tableimag {
    float: left;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    object-fit: cover;
}

.nasiumclasstabs li a {
    padding: 14px;
    font-weight: 700;
}

.nasiumclasstabs li a.active {
    background: black;
    padding: 14px;
    color: white;
    font-weight: 700;
    margin-right: 12px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}


/**
* The CSS shown here will not be introduced in the Quickstart guide, but shows
* how you can use CSS to style your Element's container.
*/
.StripeElement {
    background-color: white;
    /*   height: 40px; */
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.formstripe {
    background: gainsboro;
    padding: 39px 20px;
}

table.dataTable thead th:last-child, table.dataTable thead td:last-child {
    border-right: none !important;
}

.color-default {
    color: #cdaa43 !important;
}

.border-default-color {
    border-color: #cdaa43 !important;
}


.rightmodal .modal-content {
    height: 100%;
}

.rightmodal .modal-dialog {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0px;
    max-width: 370px;
    width: 100%;
}

table.dataTable {
    border: 1px solid #000 !important;
    border-radius: 40px !important;
}

.select2 {
    width: 100% !important;
}

.sectionpayment {
    margin-top: 15px;
    padding: 27px;
    border: white;
    box-shadow: -4px 1px 11px 3px #eee;
    border-radius: 6px;
}

.overallReports h4:nth-child(2) {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.overallReports {
    margin-top: 26px;
    padding: 23px;
    border: #c9a53e 2px solid;
    box-shadow: 0 0 20px 3px #eee;
    border-radius: 6px;
    color: black;
}

.insidicon {
    font-weight: 600;
    position: absolute;
    z-index: 5;
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
    padding: 9px 15px;
    left: -1px;
}

.currencyfieldinside input {
    padding-left: 50px;
}

.eclipsetext {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}


/*Get */


.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

.single-chart {
    width: 100%;
    justify-content: space-around;
}

.circular-chart {
    display: block;
}

.circle-bg {
    fill: none;
    stroke: #d1d1d1;
    stroke-width: 4.8;
}

.circle {
    fill: none;
    stroke-width: 4.8;
    stroke-linecap: square;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circle {
    stroke: #ff9f00;
}

.circular-chart.green .circle {
    stroke: #4CC790;
}

.circular-chart.blue .circle {
    stroke: #3c9ee5;
}

.percentage {
    fill: #666;
    font-family: 'arial';
    text-anchor: middle;
    font-size: 0.6em;
    font-weight: 700;
}

.percentagemain {
    width: 47px;
}

.circular-chart.less25 .circle {
    stroke: red !important;
}

.circular-chart.less75 .circle {
    stroke: #eace56;
}

.less75 {
    fill: #eace56;
}

.less25 {
    fill: red;
}

.circular-chart.less100 .circle {
    stroke: #3f8c04;
}

.less100 {
    fill: #3f8c04;
}

.mainsectionmb {

    padding-bottom: 100px;
}

.grid100 {
    background-image: linear-gradient(0deg, #795613 0%, #795613 5%, #fcea79 100%);
}

.gridsection.grid100 .text-section-grid {
    color: #fff;
}

.gridsection.grid100 .icon {

    background-image: linear-gradient(
            90deg, #795613 0%, #795613 5%, #fcea79 100%);
}

.stroke0 {
    stroke-width: 0px !important;
}


@font-face {
    font-family: 'cera_proitalic';
    src: url('../cera_pro_regular_italic-webfont.woff2') format('woff2'),
    url('../cera_pro_regular_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cera_proitalic';
    src: url('../cerafont/cera_pro_regular_italic-webfont.woff2') format('woff2'),
    url('../cerafont/cera_pro_regular_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cera_promedium';
    src: url('../cerafont/cera_pro_medium-webfont.woff2') format('woff2'),
    url('../cerafont/cera_pro_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.checksneeded span {
    position: absolute;
    right: -9px;
    top: -5px;
    background: white;
    border-radius: 50%;
    color: black;
    width: 23px;
    height: 23px;
    align-items: center;
    text-align: center;
    line-height: 22px;
    font-size: 11px;
    font-weight: 900;
}

.checksneeded,
.checksneeded:hover,
.checksneeded:focus {
    background: #c9a53e;
    height: 38px;
    margin-top: 10px;
    color: white;
    position: relative;
    padding: 21px 27px !important;
}

.dt-buttons {
    display: none;
}

.searchCustomer {
    position: absolute;
    width: 140px;
    height: auto;
    top: 35px;
    left: 70px;
}

.customerList .select2 .selection .select2-selection__arrow {
    display: none;
}

.customerList .select2 .selection .select2-selection__rendered {
    padding-left: 40px !important;
    background: url(../img/search.svg) no-repeat 10px;
    text-align: right !important;
}

.searchResultSection {
    padding: 20px 20px 0 20px;
}

.gymCustomerDetail {
    display: flex;
    justify-content: space-between;
}

.detail-section {
    padding: 0 25px;
    font-size: 2rem;
}

.detail-row:not(:last-child) {
    margin-bottom: 20px;
}

.detail-row .title {
    margin-right: 15px;
    font-weight: bold;
}

.detail-status-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.searchSection .card-body {
    padding: 1rem 2rem !important;
}

#gymCustomerDetailForm .remainingBalance, .alertMsg {
    font-size: 1.5rem;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

.tooltip .tooltipMsg {
    visibility: hidden;
    width: 150px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -86px;
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
    font-size: 10px;
}

.tooltip .tooltipMsg::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltipMsg {
    visibility: visible;
    opacity: 1;
}

#customertablePopup th, #customertablePopup td {
    font-size: 10px;
}

#customertablePopup td .badge {
    font-size: 0.8rem !important;
}

@media screen and (min-width: 320px) and (max-device-width: 480px) {
    /* Smartphones, iPhone, Portrait and Landscape 480x320 phones */
    #kt_header {
        display: none;
    }

    #kt_header_mobile {
        display: flex;
    }

    #kt_header_mobile a.logoSection img {
        position: absolute;
        width: 30px;
        height: auto;
        top: 8px;
        left: 15px;
    }

    #kt_content .content-wrapper {
        margin-top: 10px;
    }

    .searchSection, .searchResultSection {
        margin: 0;
    }

    .searchSection .card-title .card-label {
        font-size: 1.5rem !important;
    }

    .searchSection .card-body {
        padding: 1rem 2rem !important;
    }

    .searchSection .card-body #searchCustomerForm .searchTitle {
        display: none;
    }

    .gymCustomerDetail {
        flex-direction: column;
    }

    .gymCustomerDetail .detail-section {
        padding: 30px 12.5px;
        font-size: 1.5rem;
    }

    .gymCustomerDetail .detail-section .detail-row {
        display: flex;
        flex-direction: column;
        overflow-wrap: break-word;
        padding: 0;
    }

    .gymCustomerDetail .detail-status-section .detail-status {
        margin-bottom: 3rem;
    }

    #gymCustomerDetailForm .remainingBalance, .alertMsg {
        font-size: 1.3rem !important;
    }
}

@media (min-width: 481px) {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}

@media (min-width: 641px) {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}

@media (min-width: 992px) {
    .content {
        padding: 20px 0;
    }
}

@media (max-width: 991.98px) {
    .aside {
        background-color: #000;
    }
}

@media (min-width: 961px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width: 1025px) {
    /* big landscape tablets, laptops, and desktops */
}

@media (min-width: 1281px) {
    /* hi-res laptops and desktops */
}