*{
    font-family: Roboto;
}
.w-20px{
    width: 20px;
}
/* Chart.js */
@-webkit-keyframes chartjs-render-animation {
    from {
        opacity: 0.99
    }

    to {
        opacity: 1
    }
}

@keyframes chartjs-render-animation {
    from {
        opacity: 0.99
    }

    to {
        opacity: 1
    }
}
.card-custom-title {
    margin: 0;
}
#ui_notifIt{
    height: 300px;
    padding: 15px;
}

.bottom-menu {
    margin-top: 35px;
    padding: 20px 20px 10px 20px;
    border-top: 1px solid rgba(32, 53, 142, 0.1);
}
.bottom-menu .text_light {
    font-size: 14px;
    font-weight: 400;
    color: #6F727D;
    margin-bottom: 8px;
}
.bottom-menu .text_dark {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}
#more-dropdown {
    border: 1px solid #88CFFD;
    border-radius: 15px 0px 15px 15px;
    box-shadow: none;
}
#more-dropdown li {
    margin: 5px 10px;
}
#more-dropdown li a {
    padding: 10px;
    border-radius: 8px;
}
#more-dropdown li a img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}
#more-dropdown li a img.img-view,
#more-dropdown li a img.img-trxn-history {
    vertical-align: top;
}
#more-dropdown li a img.img-edit,
#more-dropdown li a img.img-delete,
#more-dropdown li a img.img-download,
#more-dropdown li a img.img-resend {
    vertical-align: sub;
}

#decline-card-dropdown {
    border: 1px solid #88CFFD;
    border-radius: 15px 0px 15px 15px;
    box-shadow: none !important;
}
#decline-card-dropdown .decline-li {
    margin: 5px 10px;
}
#decline-card-dropdown .decline-li a {
    padding: 13px;
    border-radius: 8px;
}
#decline-card-dropdown > .decline-li > a:hover, #decline-card-dropdown > .decline-li > a:focus {
    text-decoration: none;
    color: #6b6f80;
    background-color: #eff1f5;
}
#decline-card-dropdown .decline-li a i {
    margin-right: 5px;
    width: 20px;
    height: auto;
    color: #20358E !important;
    vertical-align: baseline !important;
}
.sweet-alert {
    border: 1px solid #88CFFD;
    border-radius: 10px;
}
.sweet-alert .lead {
    text-align: center;
}
.sweet-alert .lead p {
    display: inline-flex;
    margin-bottom: 0;
}
.sweet-alert .lead span {
    line-height: 1.2;
    margin-right: 5px;
}
.sweet-alert .lead input {
    width: 100px;
    height: 33px;
}

@media (min-width: 992px) {
    .app-header .header-brand {
        width: 243px;
        border-right: 1px solid #D9D9D9;
        text-align: left !important;
        padding: 20px 0px 20px 10px;
    }
    .header-brand-img {
        margin-bottom: 7px;
    }
    .app-header .header-right-wrapper {
        padding: 20px 0px 20px 10px;
    }
    .page-title-wrapper {
        display: flex;
        align-items: center;
        margin-left: 25px;
    }
    .header-page-title {
        font-size: 24px;
        color: #20358E;
        text-align: left;
        font-weight: 500;
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    .page-title-wrapper {
        display: none;
    }
}

.chartjs-render-monitor {
    -webkit-animation: chartjs-render-animation 0.001s;
    animation: chartjs-render-animation 0.001s;
}

/* Chart.js */
.apexcharts-canvas {
    position: relative;
    user-select: none;
    /* cannot give overflow: hidden as it will crop tooltips which overflow outside chart are */
    /* overflow: hidden; */
}

.apexcharts-inner {
    position: relative;
}

.apexcharts-legend-series {
    cursor: pointer;
}

.apexcharts-legend-series.no-click {
    cursor: auto;
}

.inactive-legend {
    opacity: 0.45;
}

.legend-mouseover-inactive {
    transition: 0.15s ease all;
    opacity: 0.20;
}

.apexcharts-series-collapsed {
    opacity: 0;
}

.apexcharts-gridline,
.apexcharts-text {
    pointer-events: none;
}

.apexcharts-tooltip {
    border-radius: 5px;
    box-shadow: 2px 2px 6px -4px #999;
    cursor: default;
    font-size: 14px;
    left: 62px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 20px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 12;
    transition: 0.15s ease all;
}

.apexcharts-tooltip.light {
    border: 1px solid #e3e3e3;
    background: rgba(255, 255, 255, 0.96);
}

.apexcharts-tooltip.dark {
    color: #fff;
    background: rgba(30, 30, 30, 0.8);
}

.apexcharts-tooltip .apexcharts-marker,
.apexcharts-area-series .apexcharts-area,
.apexcharts-line {
    pointer-events: none;
}

.apexcharts-tooltip.active {
    opacity: 1;
    transition: 0.15s ease all;
}

.apexcharts-tooltip-title {
    padding: 6px;
    font-size: 15px;
    margin-bottom: 4px;
}

.apexcharts-tooltip.light .apexcharts-tooltip-title {
    background: #ECEFF1;
    border-bottom: 1px solid #ddd;
}

.apexcharts-tooltip.dark .apexcharts-tooltip-title {
    background: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #222;
}

.apexcharts-tooltip-text-value,
.apexcharts-tooltip-text-z-value {
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
}

.apexcharts-tooltip-text-z-label:empty,
.apexcharts-tooltip-text-z-value:empty {
    display: none;
}

.apexcharts-tooltip-text-value,
.apexcharts-tooltip-text-z-value {
    font-weight: 600;
}

.apexcharts-tooltip-marker {
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 10px;
    border-radius: 50%;
}

.apexcharts-tooltip-series-group {
    padding: 0 10px;
    display: none;
    text-align: left;
    justify-content: left;
    align-items: center;
}

.apexcharts-tooltip-series-group.active .apexcharts-tooltip-marker {
    opacity: 1;
}

.apexcharts-tooltip-series-group.active,
.apexcharts-tooltip-series-group:last-child {
    padding-bottom: 4px;
}

.apexcharts-tooltip-y-group {
    padding: 6px 0 5px;
}

.apexcharts-tooltip-candlestick {
    padding: 4px 8px;
}

.apexcharts-tooltip-candlestick>div {
    margin: 4px 0;
}

.apexcharts-tooltip-candlestick span.value {
    font-weight: bold;
}

.apexcharts-xaxistooltip {
    opacity: 0;
    padding: 9px 10px;
    pointer-events: none;
    color: #373d3f;
    font-size: 13px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    background: #ECEFF1;
    border: 1px solid #90A4AE;
    transition: 0.15s ease all;
}

.apexcharts-xaxistooltip:after,
.apexcharts-xaxistooltip:before {
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.apexcharts-xaxistooltip:after {
    border-color: rgba(236, 239, 241, 0);
    border-width: 6px;
    margin-left: -6px;
}

.apexcharts-xaxistooltip:before {
    border-color: rgba(144, 164, 174, 0);
    border-width: 7px;
    margin-left: -7px;
}

.apexcharts-xaxistooltip-bottom:after,
.apexcharts-xaxistooltip-bottom:before {
    bottom: 100%;
}

.apexcharts-xaxistooltip-bottom:after {
    border-bottom-color: #ECEFF1;
}

.apexcharts-xaxistooltip-bottom:before {
    border-bottom-color: #90A4AE;
}

.apexcharts-xaxistooltip-top:after,
.apexcharts-xaxistooltip-top:before {
    top: 100%;
}

.apexcharts-xaxistooltip-top:after {
    border-top-color: #ECEFF1;
}

.apexcharts-xaxistooltip-top:before {
    border-top-color: #90A4AE;
}

.apexcharts-xaxistooltip.active {
    opacity: 1;
    transition: 0.15s ease all;
}

.apexcharts-yaxistooltip {
    opacity: 0;
    padding: 4px 10px;
    pointer-events: none;
    color: #373d3f;
    font-size: 13px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    background: #ECEFF1;
    border: 1px solid #90A4AE;
}

.apexcharts-yaxistooltip:after,
.apexcharts-yaxistooltip:before {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.apexcharts-yaxistooltip:after {
    border-color: rgba(236, 239, 241, 0);
    border-width: 6px;
    margin-top: -6px;
}

.apexcharts-yaxistooltip:before {
    border-color: rgba(144, 164, 174, 0);
    border-width: 7px;
    margin-top: -7px;
}

.apexcharts-yaxistooltip-left:after,
.apexcharts-yaxistooltip-left:before {
    left: 100%;
}

.apexcharts-yaxistooltip-left:after {
    border-left-color: #ECEFF1;
}

.apexcharts-yaxistooltip-left:before {
    border-left-color: #90A4AE;
}

.apexcharts-yaxistooltip-right:after,
.apexcharts-yaxistooltip-right:before {
    right: 100%;
}

.apexcharts-yaxistooltip-right:after {
    border-right-color: #ECEFF1;
}

.apexcharts-yaxistooltip-right:before {
    border-right-color: #90A4AE;
}

.apexcharts-yaxistooltip.active {
    opacity: 1;
}

.apexcharts-xcrosshairs,
.apexcharts-ycrosshairs {
    pointer-events: none;
    opacity: 0;
    transition: 0.15s ease all;
}

.apexcharts-xcrosshairs.active,
.apexcharts-ycrosshairs.active {
    opacity: 1;
    transition: 0.15s ease all;
}

.apexcharts-ycrosshairs-hidden {
    opacity: 0;
}

.apexcharts-zoom-rect {
    pointer-events: none;
}

.apexcharts-selection-rect {
    cursor: move;
}

.svg_select_points,
.svg_select_points_rot {
    opacity: 0;
    visibility: hidden;
}

.svg_select_points_l,
.svg_select_points_r {
    cursor: ew-resize;
    opacity: 1;
    visibility: visible;
    fill: #888;
}

.zoomable .hovering-zoom {
    cursor: crosshair
}

.zoomable .hovering-pan {
    cursor: move
}

.apexcharts-xaxis,
.apexcharts-yaxis {
    pointer-events: none;
}

.apexcharts-zoom-icon,
.apexcharts-zoom-in-icon,
.apexcharts-zoom-out-icon,
.apexcharts-reset-zoom-icon,
.apexcharts-pan-icon,
.apexcharts-selection-icon,
.apexcharts-download-icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
}

.apexcharts-zoom-icon svg,
.apexcharts-zoom-in-icon svg,
.apexcharts-zoom-out-icon svg,
.apexcharts-reset-zoom-icon svg,
.apexcharts-download-icon svg {
    fill: #6E8192;
}

.apexcharts-selection-icon svg {
    fill: #444;
    transform: scale(0.86)
}

.apexcharts-zoom-icon.selected svg,
.apexcharts-selection-icon.selected svg,
.apexcharts-reset-zoom-icon.selected svg {
    fill: #008FFB;
}

.apexcharts-selection-icon:not(.selected):hover svg,
.apexcharts-zoom-icon:not(.selected):hover svg,
.apexcharts-zoom-in-icon:hover svg,
.apexcharts-zoom-out-icon:hover svg,
.apexcharts-reset-zoom-icon:hover svg {
    fill: #333;
}

.apexcharts-selection-icon,
.apexcharts-download-icon {
    margin-right: 3px;
    position: relative;
    top: 1px;
}

.apexcharts-reset-zoom-icon {
    margin-left: 7px;
}

.apexcharts-zoom-icon {
    transform: scale(1);
}

.apexcharts-download-icon {
    transform: scale(0.9)
}

.apexcharts-zoom-in-icon,
.apexcharts-zoom-out-icon {
    transform: scale(0.8)
}

.apexcharts-zoom-out-icon {
    margin-right: 3px;
}

.apexcharts-pan-icon {
    transform: scale(0.72);
    position: relative;
    left: 1px;
    top: 0px;
}

.apexcharts-pan-icon svg {
    fill: #fff;
    stroke: #6E8192;
    stroke-width: 2;
}

.apexcharts-pan-icon.selected svg {
    stroke: #008FFB;
}

.apexcharts-pan-icon:not(.selected):hover svg {
    stroke: #333;
}

.apexcharts-toolbar {
    position: absolute;
    z-index: 11;
    top: 0px;
    right: 3px;
    max-width: 176px;
    text-align: right;
    border-radius: 3px;
    padding: 5px 6px 2px 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.apexcharts-toolbar svg {
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .apexcharts-toolbar {
        /*opacity: 0;*/
    }

    .apexcharts-canvas:hover .apexcharts-toolbar {
        opacity: 1;
    }
}

.apexcharts-datalabel.hidden {
    opacity: 0;
}

.apexcharts-pie-label,
.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value {
    cursor: default;
    pointer-events: none;
}

.apexcharts-pie-label-delay {
    opacity: 0;
    animation-name: opaque;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}

.hidden {
    opacity: 0;
}

.apexcharts-hide .apexcharts-series-points {
    opacity: 0;
}

.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events {
    pointer-events: none;
}

/* markers */
.apexcharts-marker {
    transition: 0.15s ease all;
}

@keyframes opaque {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.jqstooltip {
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    background: rgb(0, 0, 0) transparent;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: white;
    font: 10px arial, san serif;
    text-align: left;
    white-space: nowrap;
    padding: 5px;
    border: 1px solid white;
    box-sizing: content-box;
    z-index: 10000;
}

.jqsfield {
    color: white;
    font: 10px arial, san serif;
    text-align: left;
}
.font-size-14 {
    font-size: 14px;
}
.btn {
    border-radius: 5px !important;
    font-weight: 400 !important;
    letter-spacing: .01rem !important;
}
.btn-sm {
    padding: 0.4rem 0.75rem;
    font-size: 16px;
}
.btn-first {
    color: #fff;
    background-color: #20358E;
    border: 1px solid #20358E;
}
.btn-first:hover, .btn-first:focus {
    color: #20358E;
    background-color: #fff;
    border: 1px solid #20358E;
}
.btn-second {
    color: #20358E;
    background-color: #fff;
    border: 1px solid #20358E;
}
.btn-second:hover, .btn-second:focus {
    color: #fff;
    background-color: #20358E;
    border: 1px solid #20358E;
}
.btn-third {
    color: #88CFFD;
    background-color: #fff;
    border: 1px solid #88CFFD;
}
.btn-third:hover, .btn-third:focus {
    color: #fff;
    background-color: #88CFFD;
    border: 1px solid #88CFFD;
}
.btn-fourth {
    color: #fff;
    background-color: #88CFFD;
    border: 1px solid #88CFFD;
}
.btn-fourth:hover, .btn-fourth:focus {
    color: #88CFFD;
    background-color: #fff;
    border: 1px solid #88CFFD;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9 !important;
    border-color: #0062cc;
}
h2 {
    font-size: 22px;
    color: #333333;
    font-weight: 500;
    margin-top: 10px;
}
h3{
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    margin-top: 10px;
}
.form-control , .form-select  {
    border-radius: 0;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    box-shadow: none !important;
    padding-left: 0;
    border-bottom: 1px solid #D7D7D7 !important;
}
.form-select{
    width: 100%;
    padding-bottom: 8px;
    margin-top: 10px;
}
.form-control:hover, .form-control:focus {
    box-shadow: none !important;
}
.form-control,.form-select::placeholder {
    color: #6F727D;
}
::placeholder{
    color: #6F727D;
    font-size: 16px;
}
.btn{
    margin-top: 10px;
}
.btn-custom {
    width: 215px;
    height: 60px;
}
.form-check-input{
    margin-top: 10px;
    margin-bottom: 10px;
}
.menuImg{
    height: 21px;
    width: 21px;
    margin-right: 8px;
}
.subsection{
    border-bottom: 1px solid #DFE5EE;
    padding-bottom: 15px;
}
.subsection .form-check{
    padding: 9.5px 20px 9.5px 20px;
    margin-bottom: 8px;
}
.subsection .form-check:hover,
.subsection .form-check.selected {
    background-color: #E7F5FF;
    border-radius: 10px;
}
.empavatar{
    width: 147px ;
    height: 147px;
}
h3{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.form-label{
    margin-top: 1.5rem;
    margin-bottom: 0.5rem !important;
}
.form-check-input1{
    height: 22px;
    width: 22px;
    border-radius: 5px;
}
.card {
    border: 0;
    border-radius: 15px;
}
.notification_setting_content{
    padding: 15px 0;
    border-bottom: 1px solid #D7D7D7;

}
.notification_setting_content span{
    font-size: 18px;
    vertical-align: super;
}
.for_search input[type=text],
.dataTables_filter input {
    width: 100%;
    box-sizing: border-box;
    border: transparent;
    border-radius: 10px;
    font-size: 16px;
    background-color: #F5F7FC;
    background-image: url(../images/icons-img/search.png);
    background-position: 10px 14px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    height: 50px !important;
    border-bottom: none !important;
}
.profile-details span, .profile-details span:hover {
    color: #333333;
}
.notification-message img {
    width: 25px;
}
.arrow {
    border: solid #6F727D;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.bg-88CFFD {
    background-color: #88CFFD;
}
.app-content .side-app {
    padding: 0px 1.5rem 0 1.5rem;
}
.app-sidebar__toggle:before {
    content: none !important;
}
.top_card, .summary_card {
    padding: 2rem !important;
    box-shadow: none !important;
}
.top_card:last-child {
    margin-bottom: 0.1rem;
}
.mobile-menu-icon {
    display: none;
}
.dropdown-toggle::after {
    vertical-align: 0.255em !important;
    display: none;
}
.approved_lt{
    width: 62px;
    height: 62px;
    border-radius: 10px;
    padding-top: 12px;
}
.dashboard_iconbar{
    display: flex; 
    line-height: ;
}
.summary_box1{
    font-size: 20px;
    color: #5BC980;
    font-weight: 500;
}
.summary_box2{
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}
.summary_box3{
    font-size: 14px;
    color: #6F727D;
    font-weight: 400;
}
.approved_rt{
    line-height: normal;
    text-align: left;
}
.summary_box_blue{
    color: #0B9BCF;
    font-size: 20px;
    font-weight: 500;
}
.summary_box_red{
    color: #DA2637;
    font-size: 20px;
    font-weight: 500;
}
.btn-dropdown-custom {
    border: 0.5px solid #D7D7D7;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-top: 0 !important;
    background-color: #FFFFFF;
    color: #6F727D;
}
.btn-dropdown-custom:hover, .btn-dropdown-custom:focus {
    color: #fff;
    background-color: #D7D7D7;
    border: 0.5px solid #D7D7D7;
}
.btn-sale-chart,
.btn-order-chart {
    height: 36px;
    width: 73px;
}
.btn-sales-by-year {
    height: 36px;
    width: 108px;
}
.order_chart{
    display: flex;
}
.order_chart_lt{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding-top: 10px;
}
.order_chart_span1{
    font-weight: 400;
    font-size: 14px;
    color: #6F727D;
}
.order_chart_span2{
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}
.order_chart_number_rt{
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    padding-top: 10px;
    float: right;
}
.recent_heading_span{
    font-weight: 600;
    font-size: 16px;
    color: #20358E;
    padding-top: 10px;
    float: right;
}
.recent_transaction{
    display: flex;
}
.recent_transactiont_lt{
    width: 45px;
    height: 45px;
    border-radius: 30px;
}
.recent_transaction_span1{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.recent_transaction_span2{
    font-size: 14px;
    font-weight: 400;
    color: #6F727D;
}
.recent_transaction_number_rt{
    font-size: 16px;
    font-weight: 500;
    color: #009818;
}
.transaction-list .col {
    display: inline;
}
.transaction-list .feature-col {
    width: auto;
    display: inline-block;
}
.feature-col button {
    margin-left: 10px;
}
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
    width: 50%;
    display: inline-block;
}
.dataTables_info,
.dataTables_paginate {
    font-weight: 500;
    color: #333333;
}
div.dataTables_wrapper div.dataTables_length select {
    height: 50px !important;
    padding-left: 0.75rem !important;
    font-size: 0.875rem !important;
}
option {
    padding-top: 5px;
    padding-bottom: 5px;
}
#transaction_list .table_head {
    background-color: #F5F7FC;
    border-bottom: none !important;
}
#transaction_list th {
    text-transform: none !important;
    border-top: none !important;
    font-size: 16px !important; 
    padding: 0.5rem !important;
    vertical-align: middle !important;
    height: 50px;
}
#transaction_list thead tr th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#transaction_list thead tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#transaction_list td {
    vertical-align: middle !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-top: none !important;
    border-bottom: 1px solid #EDEDED;
    padding: 0.9rem 0.5rem;
}
#transaction_list thead th {
    border-bottom: none;
}
.custom-select {
    background: url(../images/arrowD.png) !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    background-position: center right !important;
    background-size: 18px auto !important;
    cursor: pointer;
}
.btn-from {
    height: 50px;
    width: auto;
    text-transform: capitalize !important;
    padding: 15px;
}
.btn-paid {
    height: 50px;
    width: 95px;
    text-transform: capitalize !important;
}
.feature-col select {
    text-align: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 6px 20px 6px 12px !important;
    text-align: center;
}
.status-select, .select2-container--default .select2-selection--single {
    border: 0.5px solid #D7D7D7;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-top: 0 !important;
    background-color: #FFFFFF;
    color: #6F727D;
    height: 50px !important;
    width: 110px;
    text-transform: capitalize !important;
    margin-left: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    border-width: 6px 6px 0 6px !important;
    margin: 5px;
    background: url(../images/arrowD.png) !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    background-position: center right !important;
    background-size: 18px auto !important;
    cursor: pointer;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent !important;
    border-style: none !important;
}
.btn-txn-submit {
    height: 50px;
    width: 143px;
    text-transform: capitalize !important;
    border: 1px solid #F5F7FC;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-top: 0 !important;
    background-color: #F5F7FC;
    color: #333333;
}
.btn-txn-submit:focus, .btn-txn-submit:hover {
    background-color: #fff;
    color: #333333;
    border: 1px solid #F5F7FC;
}
.dropdown-content{
    font-weight: 400;
    font-size: 14px;
    color: #6F727D;  
}
.dropdown-img{
    vertical-align: middle !important;
}
.btn-dot.dropdown-toggle::after {
    border-left: none !important;
    border-right: none !important;
}
.btn-dot, .btn-dot:focus, .btn-dot:hover {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}
.btn-view-receipt{
    width: 120px;
    height: 35px;
    color: #20358E;
    font-weight: 400 !important;
    font-size: 14px !important;
    border-radius: 5px !important;
}
.paginate_button {
    margin-left: 5px;
}
.general-total-wrapper {
    padding: 10px 0;
    border-bottom: 1px solid #EDEDED;
}
.general-total-span {
    font-size: 16px;
    font-weight: 500;
}
.btn-general-invoice {
    width: 100%;
    height: 60px;
}
.notification-wrapper-width{
    width: 370px;
}
.notification-list, #customer-list {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: calc(100vh - 100px);
}
.notification-list .row:first-child {
    margin-top: 0 !important;
}
.notification-list::-webkit-scrollbar {
    width: 3px;
}
.notification-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.notification-list::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
#notification-modal, #customer-modal, #customerChargeModal {
    left: auto;
    padding-right: 0 !important;
}
#notification-modal .modal-dialog,
#customer-modal .modal-dialog {
    width: 370px;
    max-width: 370px;
    margin: 0;
}
#customerChargeModal .modal-dialog {
    width: 380px;
    max-width: 380px;
    margin: 0;
}
.offcanvas h2{
    font-size: 22px;
    font-weight: 500;
}
.modal-title{
    font-size: 22px;
    font-weight: 500 !important;
}
.user_info_tabs img{
    border-radius: 50%;
}
.bg-custom-sky{
    background-color: #E7F5FF;
}
.btn-custom-close{
    border: 2px solid #6F727D !important;
    border-radius: 5px !important;
    text-align: center;
    padding: 0px !important;
    cursor: pointer !important;
    font-size: 25px;
    line-height: 1;
    width: 20px;
    height: 30px;
}
.text-custom{
    font-size: 14px;
}
.user_info_tabs {
    display: inline-flex;
}
.user_info_tabs_lt {
    background-color: transparent;
    margin-right: 10px;
}
.user_info_tabs_rt {
    display: grid;
}
.user_info_tabs_up {
    color: #6F727D;
    font-size: 14px;
}
.user_info_tabs_dn {
    color: #6F727D;
    font-size: 14px;
    margin-bottom: 0;
}
.user_info_tabs_last_dn{
    font-size: 12px;
    color: #88CFFD;
}
.fw-bold{
    color: black;
}
.line-gap{
    line-height: 100%;
}
.close-single-notification{
    border-color: transparent !important;
    background-color: transparent !important;
}
.btn-custom-close, .clear-all, .close-single-notification {
    cursor: pointer;
}
.modal-header .close {
    margin: 0 !important;
}
#transaction_list th.sorting:last-child::before,
#transaction_list th.sorting:last-child::after {
    display: none !important;
}
#transaction_list th.sorting:last-child {
    cursor: default !important;
    /*color: transparent !important;*/
}

/*Message modal - start*/
.modal-success-lt-border {
    border-left: 6px solid #9ACC63;
    border-radius: 0;
    margin-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-right: 15px;
}
.modal-success-head-text {
    color: #9ACC63;
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 8px;
}
.modal-success-head-para {
    margin-bottom: 10px !important;
}
.modal-success-card {
    margin-bottom: 0;
    display: -webkit-box;
    width: 95%;
}
#update_popup_success .modal-body {
    padding: 0.8rem 0;
}
#update_popup_success .modal-content {
    border-radius: 13px;
}
.update_popup_success_close {
    position: absolute;
    opacity: .75;
    text-shadow: none;
    color: #6F727D !important;
    cursor: pointer;
    top: 10 !important;
    right: 10 !important;
    width: 24px;
    height: 24px;
    outline: none;
}
.update_popup_success_close:focus {
    outline: none;
}
.update_popup_success_close span {
    font-size: 24px;
}
@media (min-width: 576px) {
    #update_popup_success .modal-sm {
        max-width: 350px !important;
    }
}
.modal-error-lt-border {
    border-left: 6px solid #9ACC63;
    border-radius: 0;
    margin-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-right: 15px;
}
.modal-error-head-text {
    color: #9ACC63;
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 8px;
}
.modal-error-head-para {
    margin-bottom: 10px !important;
}
.modal-error-card {
    margin-bottom: 0;
    display: -webkit-box;
    width: 95%;
}
#update_popup_error .modal-body {
    padding: 0.8rem 0;
}
#update_popup_error .modal-content {
    border-radius: 13px;
}
.update_popup_error_close {
    position: absolute;
    opacity: .75;
    text-shadow: none;
    color: #6F727D !important;
    cursor: pointer;
    top: 10 !important;
    right: 10 !important;
    width: 24px;
    height: 24px;
    outline: none;
}
.update_popup_error_close:focus {
    outline: none;
}
.update_popup_error_close span {
    font-size: 24px;
}
@media (min-width: 576px) {
    #update_popup_error .modal-sm {
        max-width: 350px !important;
    }
}
/*Message modal - end*/

/*Receipt modal - start*/
.custom_close {
    position: absolute;
    height: 36px;
    width: 36px;
    opacity: .75;
    background-color: #fff !important;
    border: 2px solid #ddd !important;
    text-shadow: none;
    color: #6F727D !important;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    cursor: pointer;
    top: 2px !important;
    right: -22px !important;
    margin: -1rem -1rem -1rem auto;
}
.custom_close:not(:disabled):not(.disabled):hover,
.custom_close:not(:disabled):not(.disabled):focus {
    color: #000;
    text-decoration: none;
    opacity: 1;
}
.modal-body-receipt {
    padding: 20px 0 0 0;
}
/*Receipt modal - end*/

@media (max-width: 440px) {
    .amount_wrapper_row .col-sm-6 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .sidenav-toggled .inner-container {
        position: fixed;
        overflow-x: hidden;
        overflow-y: scroll;
        width: calc(100% - 140px);
        height: calc(100vh - 160px);
    }
    .inner-container {
        position: fixed;
        overflow-x: hidden;
        overflow-y: scroll;
        width: calc(100% - 305px);
        height: calc(100vh - 160px);
    }
    .inner-container::-webkit-scrollbar {
        width: 3px;
    }
    .inner-container::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
    .inner-container::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }
}
@media (max-width: 992px) {
    .top_card, .summary_card {
        padding: 1rem !important;
    }
    .dashboard_iconbar {
        margin-bottom: 15px;
    }
}
@media (max-width: 578px) {
    .col-sm-6 {
        width: 50%;
    }
    .order-count-row div.col-sm-7 {
        width: 60%;
    }
    .order-count-row div.col-sm-5 {
        width: 40%;
    }
    .feature-title {
        font-size: 20px;
    }
    .feature-title-sm {
        font-size: 15px;
    }
    .recent-transaction > .col-sm-8 {
        width: 67%;
    }
    .recent-transaction > .col-sm-4 {
        width: 33%;
    }
    #back-to-top {
        display: none !important;
    }
    .mobile-menu-icon {
        display: block;
    }
    .mobile-menu-icon img {
        margin-top: 20px;
        width: 80%;
    }
    .header-brand-img {
        height: 28px;
        margin-left: 0px;
        margin-top: 9px;
    }
    .notification-message img {
        width: 15px;
    }
    .avatar-md {
        margin-right: 0;
    }
    .pulse-success {
        top: .45rem;
        right: .25rem;
    }
    .yearly-gross {
        margin-bottom: 10px;
    }
    .yearly-gross .col-sm-7 {
        width: 60%;
    }
    .yearly-gross .col-sm-5 {
        width: 40%;
    }
    .trxn-summary-col {
        width: 50%;
    }
    .trxn-summary-col-mb-10 {
        margin-bottom: 10px;
    }
    .trxn-summary-col-mb-20 {
        margin-bottom: 20px;
    }
    .trxn-summary-col button {
        width: 100%;
    }
    .trends .col-sm-6 {
        width: 50%;
    }
    .transaction-list .feature-col {
        width: 50%;
    }
    .transaction-list .feature-col-mb-10 {
        margin-bottom: 10px;
    }
    .transaction-list > .feature-col button,
    .transaction-list > .feature-col > .for_search {
        width: 100%;
    }
    .feature-col button {
        margin-left: 0;
    }
    .table-responsive-sm {
        overflow-x: auto;
    }
    .top-banner {
        padding: 1rem;
    }
    .banner-title {
        font-size: 2.5rem;
    }
    .top-image-wrapper {
        margin-bottom: 1.5rem;
    }
    .dataTables_info,
    .dataTables_paginate {
        width: 100%;
        display: inline-block;
    }
    .single-notification-lt {
        width: 85%;
    }
    .single-notification-rt {
        width: 15%;
    }
}
/* new css */

/* appointment congrats screen css */

.confirm_icon_container{
    margin: 25px 0px;
}
.feature-title{
    font-size: 30px !important;
    color: #20358E !important;
}
.form_label{
    font-size: 17px;
    margin-bottom: 5px;
}
.appointment_page_para{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.btn_appointment_finish{
    background: #20358E;
    border-radius: 10px;
    height: 60px;
    width: 100%;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500 !important;
    margin-top: 15px;
}
.time_slot , .category_image{
    font-size: 17px;
}
.btn_app_add_category{
    background: #20358E;
    border-radius: 10px;
    height: 60px;
    width: 100%;
    color: #FFFFFF;
    font-size: 18px;
}