html {
    font-size: 14px;
}
li {
    list-style-type: none;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
    body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
        margin-left: 275px !important;
        z-index: 1 !important;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0px;
    background-color: #fff !important;
}
.card {
    box-shadow: 0px 25px 74px rgba(0, 0, 0, 0.08) !important;
}
.footer {
    background-color: #2d3056;
    color: #fff;
    font-size: 14px;
}

.medium {
    font-size: 90%;
    font-weight: 400;
}

.small {
    font-size: 70%;
    font-weight: 400;
}

.primary_color {
    color: #006A4E;
}

.brand-logo {
    width: 115px;
    float: left;
    margin: 0px 5px 0px 55px;
}
.custom-file-label {
    border: none !important;
    border-bottom: 1px solid #D2D2D2 !important;
    border-radius: inherit !important;
}

.custom-file-input:focus ~ .custom-file-label {
    border-bottom: 1px solid #009788 !important;
    color: #009788;
}
.imageThumbnail-Original {
    height: auto;
    width: auto;
}

.imageThumbnail-Medium {
    height: 80px;
    width: 100px;
}

.imageThumbnail-Small {
    height: 36px;
    width: 36px;
    border-radius: 50%;
}
.merchant-img  img{
    max-width: 150px;
}
.store-img {
    width: 92px;
    height: 92px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    margin-top: -53px;
    margin-left:141px;
    background-color: #fff;
    border-radius: 120px;
    background-position: center;
}
.small-box > .inner {
   
    padding-left: 14px !important;
}
#homePage {
    width: 252px !important;
    height: 125px;
    background: #fff !important;
    border: 1px solid #C7C7C7;
    box-shadow: none !important;
    border-radius: 4px;
}
    #homePage .inner p {
        color: #5F5F5F !important;
        font-weight: 700 !important;
        font-size: 12px !important;
       
    }
    #homePage .inner h3 {
        color: #666 !important;
        font-weight: 700 !important;
        font-size: 30px !important;
        
    }
#Transaction_Display {
    box-shadow: 0px 25px 74px rgba(0, 0, 0, 0.08);
}

.display:last-child {
    border-bottom: none !important;
}
#form-control {
    background: #F8F9F8;
}

#login-logo {
    margin-top: -35px !important;
}

#forgot-password {

    font-weight: 400;
    font-size: 12px;
    color: #666666;
}
#forgot-password:hover {
    color: #006A4E !important;
}
#showHidePassword {
    box-shadow: none !important;
}

#FilterRow {
    background: #F9F9F9;
    border-radius: 4px;
}
.filter {
    margin-bottom: 1.5rem;
    padding: .5rem;
    background: #e9ecef;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
.main-header{
    border-bottom:0px !important;
}
.page-header-row {
    margin: 0;
    padding: .25rem;
    margin-left: -25px !important;
}

.PageHeader {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
}

.PageHeaderBordered {
    font-size: 1rem;
    font-weight: 400;
    border-bottom: 1px solid #28a745;
    text-transform: uppercase;
}

.ContentSection {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: .25rem;
}
/**New Form Design**/
#inputBlock {
    padding: 1px 6px !important;
    height: 44px;
}
#inputEmail {
    padding: 0 6px !important;
    height: 44px;
}
.login-form input{
    background:transparent !important;
    z-index:-1;
}
.input-form {
    margin-top: 30px;
}

    .input-form .input-block {
        background-color: #fff;
        border: 0.5px solid #C7C7C7;
        border-radius: 4px;
        position: relative;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

        .input-form .input-block.focus {
            background-color: #fff;
            border: 0.5px solid #006A4E;
            font-size: 12px;
        }

        .input-form .input-block.textarea {
            height: auto;
         
        }

            .input-form .input-block.textarea .form-control {
                height: auto;
                resize: none;
                left: 10px;
                top: 12px;
            }

        .input-form .input-block label {
            position: absolute;
            top: 7px;
            display: block;
            margin: 0;
            font-weight: 300;
            z-index: 1;
            color: #666;
            font-size: 14px;
            line-height: 10px;
            background: #fff;
            padding: 5px 14px;
            transition: .2s;
        }
        .input-form .input-block.focus label {
            color: #006A4E !important;

        }

        .input-form .input-block .form-control {
            background-color: transparent;
            padding: 8px 14px;
            border: none;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            height: auto;
           position:relative;
            z-index: 2;
            font-size: 14px;
            color: #666;
            top: 4px;
        }

.input-group-append-right {
    margin-top: -44px;
    margin-left: 247px;
    position: absolute;
    top: 44px;
    z-index: 2;
}

.input-form .input-block .form-control:focus label {
    top: 0;
    color: #006A4E;
}
        

/**New Form Design**/
/*Site Anchors: Begin*/

a {
    color: #2F5BA6;
    text-decoration: none;
}

    a:hover {
        color: #2F5BA6;
        text-decoration: none;
    }

.breadcrumb-link {
    color: #000;
}

    .breadcrumb-link:hover {
        color: #000;
    }
/*Paginations: Begin*/

.pagination-sm .page-item .page-link {

    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    height: 30px;
    width: 30px;
    font-size: 12px;
    font-weight: 600;
}
    .pagination-sm .page-item .records {
        background-color: transparent !important;
        color: #9E9E9E;
        font-size: 14px;
        padding: 0 8px;
        font-weight: 700;
        margin-top: -22px;
       
    }
.pagination-sm #item {
    margin-left: 15px;
}
.pagination-sm .page-item .page-link:hover {
    background-color: #006A4E !important;
    border: 1px solid #006A4E !important;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

.pagination-sm .page-item.active .page-link {
    background-color: #006A4E !important;
    border: 1px solid #006A4E !important;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}
    .page-link:focus {
        box-shadow: none !important;
    }
.pagination-sm .page-item {
    margin: 0 4px !important;
}
    .pagination-sm .page-item .arrow {
        margin-left: 6px;
        background-color: #fff !important;
        border: 1px solid #6666 !important;
        height: 34px;
        width: 34px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .pagination-sm .page-item .arrow:first-child {
        
            margin-left: 6px;
            background-color: #fff !important;
            border: 1px solid #6666 !important;
            height: 29px;
            width: 29px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .pagination-sm .page-item .arrow:hover {
            background-color: #006A4E !important;
            border: 1px solid #006A4E !important;
            color: #fff;
        }
        .pagination-sm .page-item .arrow.active {
            background-color: #006A4E !important;
            border: 1px solid #006A4E !important;
            color: #fff;
        }
    .pagination-sm .page-item .arrow .fa-angle-left {
    
    }
.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.8;
}
/*Pagination: end*/

.top-menu .dropdown {
    text-align:right;
}
.top-user-profile {
    display: flex;
    justify-content: space-between;
    line-height: 1;
    align-items: center;
}

.top-user-panel {
    margin-right: 20px;
}
    .top-user-panel i {
        color: #006A4E;
    }
    .top-user-panel .user_name {
        color: #666;
        margin-bottom: 0;
    }
.top-user-panel .user_role {
    color: #999;
    font-size: 12px;
}

.avatar {
    width: 44px;
    height: 44px;
    text-align: center;
    border: #dee2e6;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 15%);
    line-height: 3rem;
}
.dropdown-menu-right {
    left: auto !important;
}
.dropdown-menu {
    color: #999 !important;
    padding: 15px !important;
    font-size: 0.85rem;
    border: 0;
    margin-top: 0.8rem !important;
}

.dropdown-item {
    padding-left: 0px !important
}
/*end top menu*/
/*Left Side Menu Set*/
.elevation-4 {
    background-color: #fff;
    width: 260px;
    box-shadow: 4px 0px 16px rgb(208 208 208 / 15%) !important;
}

.main-header {
    margin-top: 25px;
    box-shadow: 4px 0px 16px rgb(208 208 208 / 25%);
    
}

.sidebar {
    height: calc(95vh - (3.5rem + 1px)) !important;
}

.main-header .nav-link {
    height: auto !important;
}

.nav-link {
    padding: 0.8125rem 1rem !important;
    display: block;
}

    .nav-link img :hover {
        color: red;
    }

.nav-sidebar .nav-link > .right, .nav-sidebar .nav-link > p > .right {
    top: 1.1rem !important;
}

.nav-sidebar > .nav-item {
    color: #000 !important;
}

    .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link {
        color: #000 !important;
    }

.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    background-color: #D4F6E8 !important;
    margin-bottom: 0.5rem !important;
    width: inherit;
    font-weight: 600;
    font-size: 12px;
    color: #006A4E !important;
}

    .sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link:hover {
        color: #fff;
    }

.nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #006A4E !important;
    color: #fff !important;
    margin-bottom: 0.5rem !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    z-index: 1;
}

.icon:hover {
    fill: #DA4567;
}

.icon:hover {
    filter: grayscale(100%) sepia(100%);
}

.nav-sidebar > .nav-item.menu-open > .nav-link, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link {
    background-color: #006A4E !important;
    color: #fff !important;
    margin-bottom: 0.5rem !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    z-index: 1;
}

.nav-pills .nav-link {
    background-color: #F9F9F9 !important;
    margin-bottom: 0.5rem !important;
}

    .nav-pills .nav-link:hover,
    .nav-pills .nav-link.active {
        background-color: #006A4E !important;
        color: #fff !important;
        box-shadow: none !important;
    }

    .nav-pills .nav-link:hover {
        color: #fff !important;
    }

.nav-pills .nav-link {
    background-color: #fff !important;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        font-family: inherit;
        border: 0;
        outline: 0;
        color: #009456 !important;
        background-color: #fff !important;
        transition: border-color 0.2s;
    }

.nav-sidebar .menu-open > .nav-treeview {
    background-color: #fff !important;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 1rem;
    margin-top: -1rem;
}

    .nav-sidebar .menu-open > .nav-treeview .nav-item {
        padding: 0 1rem;
    }

    .nav-sidebar .menu-open > .nav-treeview .nav-link {
        border-radius: inherit;
        background-color: #fff !important;
        border-bottom: 1px solid #F7F7F7;
        color: #666666 !important;
    }

        .nav-sidebar .menu-open > .nav-treeview .nav-link.active {
            border-bottom: 2px solid #009456;
        }

        .nav-sidebar .menu-open > .nav-treeview .nav-link:hover {
            box-shadow: none;
            color: #666666 !important;
            border-bottom: 2px solid #009456;
        }

.sidebar-mini .main-sidebar .default-nav.nav-link, .sidebar-mini-md .main-sidebar .default-nav.nav-link, .sidebar-mini-xs .main-sidebar .default-nav.nav-link {
    background: #006A4E !important;
    box-shadow: 0px 4px 16px rgba(0, 100, 150, 0.25);
    color: #fff !important;
    margin-bottom: 0.5rem !important;
    width: inherit;
    font-weight: 600;
    font-size: 12px;
}

svg {
 


}
    svg :hover,
    svg .active {
        color: azure;
        /*fill: azure;*/
    }

/*end sidebar menu new */
/* content-wrapper*/
.content-wrapper {
    background: #fff !important;
}
    .content-wrapper > .content {
        margin-left: -13px !important;
    }
/* end content-wrapper*/
/*card header*/
.card-gray:not(.card-outline) > .card-header {
    border-bottom: none;
    color: #666666 !important;
    background: rgba(0, 148, 86, 0.08);
    border-radius: 2px 2px 2px 0px;
}
.card-header {
    background: rgba(0, 148, 86, 0.08) !important;
    border-bottom: none !important;
}
#Header {
    margin: 12px !important;
    background: rgba(0, 148, 86, 0.08) !important;
    border-radius: 2px 2px 2px 0px !important;
    border-bottom: none !important;
}
.card-title {
   
    font-size: 14px;
    font-weight: 600;

    color: #666666;
    line-height: 21px;
}
.search_icon {
    display: inline-flex
}

    .search_icon i {
        color: #006A4E;
        margin-right: 10px;
        font-size: 1.2rem;
    }
/* end card header*/
/*Site Anchors: End*/
/***Login***/

.sidebar-login-img{
   
    background-image: url("../images/login/login.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 60%;
    height: 100vh;
}


.login-validation {
    font-size: 11px;
    margin-bottom: -12px !important;
    font-weight: 600;
}

.login-right-sidebar {
    background: #006A4E;
    box-shadow: -21px 4px 15px rgba(0, 106, 78, 0.12);
    width: 40%;
    height: 100vh;
    position: relative;
}




.login-left {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    width: 822px;
    display: flex;
    align-items: center;
    padding: 58px;
    height: 160px;
}

.login-right {
    height: 565px;
    display: flex;
    max-width: 365px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.login-left h2 {
    color: white;
    margin-bottom: 32px;
    font-size: 32px;
}

.login-left p,
.login-left p a {
    color: white;
}

.login-right h2 {
    font-size: 32px;
    color: black;
}

.login-right p {
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
    font-weight: 600;
}

.login-right input {
    padding: 19px 11px;
    margin-bottom: 14px;
    height: 47px;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    border: 0.5px solid #C7C7C7;
    border-radius: 2px;
    font-weight: 600;
    color: #666 !important;
}

.login-btn {
    background: #006A4E;
    box-shadow: 0px 4px 10px rgba(0, 89, 66, 0.25);
    border-radius: 4px !important;
}

.form-group {
    position: relative;
    height: 46px !important;
}

.login-form {
    /*   background: #fff !important;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 25px;
    border-radius: 12px;
    box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.25);*/

    background: #fff !important;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 25px;
    border-radius: 12px;
    box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.25);
    width: 108%;
    height: 90%;
    margin-top:  60px;
}

    .login-form label {
        position: absolute;
        top: -15px;
        background: white;
        left: 12px;
        color: #00654A !important;
    }

    .login-form input:focus .login-form label {
        color: #666 !important;
    }

    .login-form input:focus {
        border-color: #666 !important;
        outline: none;
        box-shadow: none;
    }

        .login-form input:focus::placeholder {
            color: #666 !important;
        }

.line {
    width: 140px;
    height: 4px;
    background: white;
    margin-top: 36px;
}

.lin {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#login-box-msg{
    margin
}
.login-wrapper .container {
    overflow: hidden;
}

.form-select {
    padding: 0 0 0 0 !important;
}

    .form-select:focus {
        border-color: none !important;
        outline: 0;
        box-shadow: none !important;
    }

.form-select-lg {
    margin-bottom: 18px !important;
    height: 47px !important;
    border-radius: 4px;
    font-size: 14px !important;
    width: 100% !important;
    border: 0.5px solid #C7C7C7 !important;
    border-radius: 2px;
    font-weight: 600 !important;
    color: #666 !important;
    padding: 5px !important;
}
/*****/
.login-card-body, .register-card-body {
    border-radius: 10px;
    padding: 50px 100px !important;
}

.login-box, .register-box {
    width: 500px !important;
}
.login-validation {
    font-size: 12px;
    margin-bottom: -12px !important;

}.login-validation1 {
   
    margin-bottom: -12px !important;

}

.login-logo img {
    width: 130px;
}
#forgot-password {
    color: #777;
}

    #forgot-password:hover {
        color: #0056b3;
    }
.remember-me {
    font-size: 13px !important;
    font-weight: 400 !important;
}
.regi-right {
    margin-top: 146px;
    height: 660px;
    display: flex;
    align-items: center;
    padding-left: 63px;
    margin-left: 39px;
    margin-left: 0 auto;
    position: sticky;
}

.regi-right-sidebar {
    background: #006A4E;
    box-shadow: -21px 4px 15px rgba(0, 106, 78, 0.12);
    width: 40%;
    height: 140vh;
    position: relative;
}


.sidebar-regi-img {
    background-image: url("../images/login/registration.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 60%;
    height: 140vh;
    background-position: center center;
}


.regi-right input {
    padding: 19px 11px;
    margin-bottom: 18px;
    height: 47px;
    border-radius: 4px;
    font-size: 14px;
    width: 313px;
    border: 0.5px solid #C7C7C7;
    border-radius: 2px;
    font-weight: 600;
    color: #666 !important;
}

/*button css*/
.btn-close {
 /*   background: none;*/
    font-size: 15px;
    display: inline-flex;
    text-align: center;
    color: #fff;
    padding: 0.75rem 1rem !important;

}
.btn-close:hover {

    color: #fff;
   
}

.alert-success {
    text-align: center !important;
    padding-left: -12px !important;
    padding: 6px !important;
    float: right !important;
    width: 400px;
    margin-bottom:0;
}
.alert-warning {
    text-align: center !important;
    padding-left: -12px !important;
    padding: 6px !important;
    float: right !important;
    width: 400px;
    margin-bottom: 0;
}
.btn-success {
    background-color: #006A4E !important;
}
.bg-gradient-success {
    background-color: #006A4E !important;
    background: #006A4E linear-gradient(180deg,#006A4E,#006A4Es) repeat-x !important;
}
.btn {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
}

    .btn:hover {
        box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(76 175 80 / 40%);
    }

.btn-group-sm > .btn, .btn-sm {
    padding: 0.25rem 0.5rem !important;
}
.btn-close:focus-visible {
    outline: 0;
}
.btn-close:focus {
    box-shadow: none;
}
/* end button css*/

/*waves-effect*/
.waves-effect {
    position: relative;
    overflow: hidden;
}

    .waves-effect:before {
        border-radius: 50%;
        background-color: rgba(255,255,255,0.6);
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
    }

    .waves-effect:focus:before {
        transition: all 0.5s ease-out;
        opacity: 0;
        width: 160px;
        height: 160px;
        margin-top: -80px;
        margin-left: -80px;
    }
    /* end waves-effect*/


/*form css*/
#commssionGroupPrepen {
    position: absolute;
   /* width: 2.75rem;*/
    font-size: 2rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    margin-left: 215px !important;
    bottom: 5px !important;
    background: #fff !important;
}
#search__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    font-weight: 600 !important;
    border: 0.5px solid #d2d2d2;
    border-radius: 4px;
    outline: 0;
    font-size: 13px;
    color: #666;
    background: #fff !important;
    padding: 9px 6px;
    transition: border-color 0.2s;
}
#search__button {
    padding: 7px 7px !important;
}
#FilterRow {
    background: #F9F9F9;
    border-radius: 4px;
}
.input-daterange {
    border: 0.5px solid #d2d2d2;
    border-radius: 4px;
    background: #fff;
}
.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
    margin-bottom: 1rem !important;
    color:#666 !important;
}
   
    .form__group .textarea {
        padding: 1px 0;
    }


.form__group label {
    display: flex;
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    font-weight: 600 !important;
    border: 0.5px solid #d2d2d2;
    border-radius: 2px;
    outline: 0;
    font-size: 13px;
    color: #666;
    padding: 7px 14px;
    background: transparent;
    transition: border-color 0.2s;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 0.5px solid #d2d2d2 !important;
    border-radius: inherit !important
}

.form__field::placeholder {
    color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
    font-size: 13px;
    font-weight: 500;
    cursor: text;
    top: 20px;
    display: flex;
    color:#666;
}

.form__group label, .form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 13px;
    color: #9b9b9b;
}

.form__field:focus ~ .form__label {
    color: #009788;
}

    .form__field:focus ~ .form__label.form__label__phone {
        margin-left: 0;
    }
.form__field:focus {
    padding-bottom: 6px;
    border-color: #009788;
}

    .form__field:focus:has(.input-group-prepend) {
        color: #009788;
    }

.form__group .input-group-prepend {
    position: absolute;
    width: 2.75rem;
    font-size: 2rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    margin-left: 2px;
    bottom: 0;
}
        
    .form__group .input-group-prepend ~ input, .form__group .input-group-prepend ~ label {
        margin-left: 1.7rem;
    }

        .form__group .input-group-prepend .input-group-text {
            background-color: #fff !important;
            border-color: transparent;
            padding-left: 0;
            font-size: 13px;
            font-weight: 500;
            padding-right: 2px;
            font-size: 13px;
        }
        .form__group .input-group-prepend .input-group-text span {
           
            font-size: 13px;
        }
.form__group .input-group-append-right {
    position: absolute;
    right: -0.75rem;
    top: 10px;
}

    .form__group .input-group-append-right .btn {
        box-shadow: none;
        color: #999;
    }
.col-form-label {
    color: #666;
    font-weight: 500 !important;
}
.form-control {
    color: #666;
    font-size: 0.8rem;
}
label:not(.form-check-label):not(.custom-file-label){
    color:#666 !important;
    font-weight:250 !important; 
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/* end form*/
/*table custome css*/
.table-responsive {
    box-shadow: 0px 25px 74px rgba(0, 0, 0, 0.08);
}

.table {
    font-size: 13px;
    color: #666666 !important;
}

    .table td, .table th {
        border-top: none !important;
    }

    .table thead th, .table tbody td {
        vertical-align: middle;
    }

.table-custom thead th, .table-custom tbody td {
    padding: .75rem .25rem !important;
}

.table-bordered tbody td.abbreviation {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    text-align: justify;
}

.table thead th {
    border-bottom: none !important;
    background: #D4F6E8 !important;
    color: #006A4E;
    font-weight: 700;
    font-size: 12px;
}
/*end table custome css*/
    /*footer */
    .main-footer img {
    width: 55px;
}
    /*end footer*/

/*Site Anchors: End*/
/***Information Page Start***/
#left_card {

    height: auto;
    background-color: #ffffff;
    margin: 0 auto;
    margin-right: 30px;
    box-shadow: 0px 25px 74px rgba(0, 0, 0, 0.08);
    margin-left: -12px;
}
.card_background_img {
    width: 100%;
    height: 117px;
    border-radius: 2px;
    background-color: #219653;
}
.rounded-circle {
    width: 92px;
    height: 92px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    margin-top: -53px;
    background-color: #fff;
    border-radius: 120px;
    background-position: center;
}

.card_profile_img {
    width: 92px;
    height: 92px;
    background-color: #fff;
    background-position: center;
    border-radius: 120px;
    margin: 0 auto;
    margin-top: -60px;
    border: 1px solid #D9D9D9;
}

.store_details h3 {
    font-weight: 700;
    font-size: 16px;
    color: #006A4E;
}
.card_count {
    padding-left: 22px;
    padding-top: 17px;
    border-top: 1px solid #E0E0E0;
}
.card_count:first-child {
   
    border-top: 0px !important;
}
.card_count1 {
    padding: 0px 22px;
    margin-top: 17px;
}
    .card_count1 .count .fans p {
        color: #666666;
        font-weight: 400;
        font-size: 12px;
        margin-bottom: 3px;
    }

    .card_count1 .count .fans a {
        font-weight: 700;
        font-size: 14px;
        color: #006A4E;
    }
    .card_count1 .count .fans a span{
       
        color: #666666;
    }


    .card_count .count .fans p {
        color: #666666;
        font-weight: 400;
        font-size: 12px;
        margin-bottom: 3px;
    }

    .card_count .count .fans a {
        font-weight: 700;
        font-size: 14px;
        color: #666666;
    }
/**right**/

.count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}
    .count p {
        margin-top: -10px;
    }
.contact_info {
    border-bottom: 1px solid #219653 !important;
    background: rgba(0, 148, 86, 0.08) !important;
}
    .contact_info h3 {
        color: #006A4E !important;
        margin-left: 8px;
        font-size: 12px;
        font-weight: 400;
    }

.contact_info span {
    color: #666666 !important;
    margin-left: 8px;
    font-size: 12px;
    font-weight: 400;
}
.sym {
    margin-left: 2px;
}
   
    .sym h3 {
        font-weight: 700;
        font-size: 18px;
        color: #009456;
        border-bottom: 0.5px solid #006A4E;
        /* padding: 3px; */
        padding-bottom: 9px;
        padding-left: 29px;
    }
.sym .td {
    font-size: 14px;

    color: #666666;
    font-family: auto;
}
    .sym .td span {
        font-size: 14px;
        line-height: 25px;
        color: #666666;

        padding-left: 12px;
    }
    
#store_url .card-header {
    background: #F8F9F8 !important;
    border-bottom: none;
    height: 56px;
    padding-top: 16px;
    padding-left: 32px;
}
    #store_url .card-header .card-title {
        float: left;
        font-size: 12px;
        font-weight: 700;
        margin: 0;
        color: #;
        padding-top: 5px;
        color: #006A4E;
    }
        #store_url .card-header .card-title span {
            font-size: 12px;
            font-weight: 700;
            margin: 0;
            line-height: 18px;
            color: #666666;
            padding-left: 16px;
        }

#card_count {
    margin-left: 61px;
    padding-left: 0px !important;
}

    #card_count .count .fans a {
        color: #666666;
        font-weight: 400;
        font-size: 12px;
        margin-bottom: 3px;
        margin-top: 2px;
    }
        #card_count .count .fans a span {
            padding-left: 15px;
        }
#card_count .count .fans p {
    font-weight: 700;
    font-size: 14px;
    color: #666666;
    margin-left: 30px;
}
#card_count .count .fans .abbreviation {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    text-align: justify;
}
#card_count1 {

 
}

    #card_count1 .count .fans a {
        color: #666666;
        font-weight: 400;
        font-size: 12px;
        margin-bottom: 3px;
        margin-top: 2px;
    }
    #card_count1 .count .fans a span {
        padding-left: 15px;
    }
    #card_count1 .count .fans p {
        font-weight: 700;
        font-size: 14px;
        color: #666666;
        margin-left: 30px;
    }
    #card_count1 .count .fans .abbreviation {
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal !important;
        text-align: justify;
    }
.fa-regular, .far.fa-circle-xmark {
    color: red !important;
}


/***Information Page End***/


.btn-action {
    padding: 2px 4px;
    gap: 10px;
    width: 24px;
    height: 20px;
    border-radius: 2px;
    color: #fff;
}

    .btn-action i {
        color: #fff;
        font-size: 12px;
    }
.bg-success {

    background-color: #00684C !important;
}
.bg-initialize {
    background-color: rgb(247, 138, 21);
}

.btn-status {
    padding: 1px 15px 3px 12px;
    gap: 2px;
    width: 95px;
    height: 24px;
    border-radius: 28px;
    color: #fff;
}

/*Switch Toogle button*/
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 2px;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s cubic-bezier(0,1,0.5,1);
    border-radius: 4px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 0px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s cubic-bezier(0,1,0.5,1);
        border-radius: 3px;
    }

input:checked + .slider {
    background-color: #52c944;
}

    /*input:focus + .slider {
    box-shadow: 0 0 4px #7efa70;
}
*/

    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }



#round {
    border-radius: 34px;
}

    #round:before {
        border-radius: 50%;
    }




input:checked + .slider.green {
    background-color: #006A4E;
}
/***Information Page End***/
.form-container {
    overflow: hidden;
    padding-right: 15px;
    padding-left: 15px;
}

/**Commission Create page**/

/* --------- Form -------------*/
.item-container button {
    border-radius: 50%;
    border: none;
    background: transparent;
    margin-top: -25px;
    justify-content: center;
    align-items: center;
    margin-right: 19px;
}
#icheck-success {
    border: 1px solid #F8F9F8;
    border-radius: 4px;
    padding: 14px 12px;
    padding-top: 14px;
    padding-top: 22px;
    margin-left: 12px;
}
.icheck-success {
    color: #006A4E !important;
    min-height: 8px !important;
}
.answer {
    display: none;
}
.answer1 {
    display: none;
}
.wrapper .final {
    color: #666666;
    font-weight: 600;
    font-size: 14px;
}

.commissionMode {
    margin-top: 100px;
}
.commissionMode h6 {
    color: #666666;
    font-weight: 600;
    font-size: 14px;
}
.commissionMode-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.business_info ul {
    margin-left: 23px !important;
    margin-right: 23px !important;
}

.business_info li {
    border-bottom: 0.5px solid #006A4E !important;
}

.business_info ul li a {
    color: #666666 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.badge {
    color: #666666 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

#account_info {
}

    #account_info li {
        padding-bottom: 4px;
    }

#business_info {
    background: #F8F9F8;
}

.display p {
    color: #666666;
    font-size: 12px;
    font-weight: 700 !important;
}

.display .DisplayHead {
    color: #666666;
    font-size: 14px;
    font-weight: 400 !important;
}
/***Print***/
#printFooter {
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    color: #666;
    text-align: center;
    font-weight: 600;
    margin-bottom: 14px;
}

.Print-option {
    margin: 0 auto !important;
    box-shadow: none !important;
}
#modalDialog {
    position: absolute;
    z-index: 99;
    display: none;
    left: 35%;
}

    #modalDialog .modal-content {
        width: 300px;
    }

@media print {
    #Transaction_Display {
        display: none;
    }
    .business_info li:last-child {
        border-bottom: none !important;
    }
    #modalDialog {
        display: block;
    }

    a {
        text-decoration: none !important;
    }

    .business_info li a {
        border: none !important;
    }

    li {
        list-style-type: none;
    }

    .badge {
        color: #666666 !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        border: none !important;
    }
}
.dot {
    height: 14px;
    width: 14px;
    background-color: rgb(247, 138, 21);
    border-radius: 50%;
    display: inline-flex;
    margin-right: 16px;
}


.bgcard .heading {
    color: #666666 !important;
    font-size: 30px;
    font-weight: 600;
    margin-left: 26px;
}

.bgcard .title {
    line-height: 24px;
    color: #666666 !important;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.dashboard #store {
    margin-top: 17px !important;
}

    .dashboard #store span {
        font-weight: 700;
        font-size: 12px;
    }

.dashboard .btn {
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    padding: 5px !important;
    box-shadow: none !important;
    font-weight: 600;
    font-size: 14px;
}

.dropdown button .btn {
}

.card-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #666666 !important;
}

#cardHeader {
    background: #fff !important;
    border-bottom: none !important;
}

    #cardHeader #dateTime {
        margin-top: -15px;
        border-radius: 4px;
        font-weight: 400 !important;
        font-size: 16px !important;
        color: #666666 !important;
    }

#dateTime {
   
}
#days ul {
   padding-inline-start:10px
}
#days ul li {
    margin-left: 20px;
}

    #days ul li button {
        font-weight: 700;
        font-size: 13px;
        line-height: 24px;
        color: #666666;
        border: none;
        background: #fff;
    }

.main-footer {
    border-top: 0 !important;
}
@media print {
    .page-break {
        page-break-before: always;
            
    }
}