﻿:root {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

.btn:not(.disabled):hover {
margin-top:0px;
}

.topNavigationImg {
    padding-right: 16px;
}

.reportSearchdd {
    min-width: 200px;
}

.ctmRadioLbl {
display:inline-block;
}

.btnCancelRehisterspc {
    width: 100px;
    margin-left: 30px;
    margin-top: 16px !important;
    text-decoration: none!important;
}

.btnSearchUser {
margin-top:-95px;
margin-left:1200px;
}

.mrUserTxtbox {
margin-right:60px;
}

button:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
}



#btnSearchcriteria:focus {
    box-shadow: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
}

.wdCPWbox > .card-body > .passwordexpiry-box {
    width: auto !important;
}

.TextRight {
    text-align: right;
}

.spcList th:nth-child(6) {
    text-align: right;
}

.spcList th:nth-child(7) {
    text-align: right;
}


.tblQuickpay th:nth-child(7) {
    text-align: right;
}

.tblTxn th:nth-child(7) {
    text-align: right;
}


.tblHistory th:nth-child(5) {
    text-align: right;
}

.tblHistory th:nth-child(6) {
    text-align: right;
}

.tblHistory th:nth-child(7) {
    text-align: right;
}


#editQuickPay .radio-container input.radio-input {
    position: relative;
    left: 15px;
}

.marginBottonMrgn {
    margin-bottom: 1rem;
}

.txtboxEdirRefundMrglLeft {
    margin-bottom: -16px;
    padding-left: 1px;
}

.editRefundMrgLeft {
    padding-left: 1px;
}

.editRejectRefundMrgLeft {
    padding-left: 1px;
}


.txtboxEdirRefundMrgTopLeft {
    padding-left: 1px;
    margin-top: -16px;
}

.txtboxMrgnTopmrgnLeft {
    margin-top: -16px;
    margin-left: -13px;
}

.txtboxMrgnLeft {
    margin-left: -13px;
}

.btnRefundmrgLeft {
    /*width: 195px;
    text-decoration: none !important;*/
    margin-left: 10px;
}

.cancelTopMargin {
    margin-top: 8px !important;
}

.editUserMrgnTop {
margin-top:50px;
}

.text-danger {
    color: red;
}

.withdrawTxtbox {
    margin-top: 0.5rem;
}
.passValidationDiv {
    margin-bottom: 30px;
    margin-top: -15px;
}


.completeChart {
    width: 93vw;
}

.completeChart svg {
    width: 100%;
    height: 100%;
  
    background-size: contain;
}

.completeAmountChart {
    width: 93vw;
}


.completeAmountChart svg {
    width: 100%;
    height: 100%;
    background-size: contain;
}  


   

/*.completeChart div:nth-child(2) {
    width: 100%;
    background: yellow;
}*/

#editUtilitiesInfoModal .modal-body .radio-container input.radio-input {
    position: relative;
    left: 15px;
}

.btnMraginTop {
margin-top:8px;
}

.modalTitle {
margin-left:15px;
}

.marginTopTxtbox {
margin-top:0.5rem;
}

.marginBottomTxtbox {
    margin-bottom:0px!important;
}

.mrginTopTn {
margin-top:9px;
margin-left:9px;
}

.imgPR {
padding-right:16PX;
}

.logoModalMb {
margin-bottom:20px;
}

.mbDrpdown {
margin-bottom:5px!important;
}

.btnSearchRefund {
    margin-top: 30px!important;
}

.btn-outline-secondary {
    background-color: #f9f9fb;
    color: #0081c0;
}

.green-menu-bar .btn-outline-secondary {
    /* color: white; */
    background: white;
}

/* The container */
.containr {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .containr input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    border: 1px solid #ced4da;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containr:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containr input:checked ~ .checkmark {
    background-color: #127BC0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containr input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containr .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

body {
    background-color: #f9f9fb;
    margin: 0;
    padding: 0;
}

.searchBoxWdth {
width:602.3px;
}

.ui-dialog.ui-corner-all {
    z-index: 1051;
    top: 50% !important;
    position: fixed;
}

.validationTitle {
    margin-left: -35px;
    margin-bottom: 10px;
}

#validationMsg {
    margin-left:35px;
    /*display: none;*/
    background: white;
    color: #000;
    position: relative;
    /*padding: 20px;*/
    /*margin-top: 10px;*/
}

    /*#validationMsg p {
        padding: 10px 35px;
        font-size: 18px;
    }*/

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

    .valid:before {
        position: relative;
        left: -35px;
        content: "✔";
    }

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

    .invalid:before {
        position: relative;
        left: -35px;
        content: "✖";
    }

.recentPass {
    color: rgba(1, 50, 55, 0.56);
}

    .recentPass:before {
       
        position: relative;
        left: -35px;
        content: "\26AB";
    }

.txtWidth {
width:250px;
}

#loaderImg {
margin-left:650px;
margin-top : 100px;
margin-bottom:100px;
}

#ui-datepicker-div {
    display: none;
}

#undefined {
display:none;
}

#loadingImg {
    margin-left: 150px;
    margin-top: 100px;
    margin-bottom: 100px;
}

#loadingImage {
    margin-left: 150px;
    margin-top: 100px;
    margin-bottom: 100px;
}

#loadingicon {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
}
#loadingicon div {position: relative;	top: 10px;	left: 0;width: 30px;height:30px;background-image: url('../images/loading.gif');}
/*.loadingdiv {position:relative;float:right;background-image: url('../images/loading.gif');background-repeat:no-repeat;width:16px;height:16px;display:none;padding-right:10px;}*/


Period::after {
    content: '';
    position: absolute;
    background: url(../assets/drop-down_down.png);
    width: 16px;
    height: 16px;
    bottom: 13px;
    right: 8px;
    background-repeat: no-repeat;
    object-fit: contain;
}



/*.txtboxSearch {
     margin-left:-14px;
    border-top: thin solid #e5e5e5;
    border-right: thin solid #e5e5e5;
    border-bottom: 0;
    border-left: thin solid #e5e5e5;
       float: left;
    height: 41.98px !important;
    margin: .8em 0 0 .5em;
    outline: 0;
    padding: .4em 0 .4em .6em;
    width: 183px;
    display: block;
    width: 390px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    background-color: white!important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}*/

#search-text-input {
    margin-left: -14px;
    border-top: thin solid #e5e5e5;
    border-right: thin solid #e5e5e5;
    border-bottom: 0;
    border-left: thin solid #e5e5e5;
    float: left;
    height: 41.98px !important;
    margin: .8em 0 0 .5em;
    outline: 0;
    padding: .4em 0 .4em .6em;
    width: 183px;
    display: block;
    width: 390px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    background-color: #f9f9fb;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

a.img-back {
    background-image: url('../assets/filter.png');
    display: block;
   
    width: 28px;
    
    text-indent: -9999px; /* hides the link text */
}


.searchIcon {
    background-image: url('../assets/search.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
    margin-top: 3px;
}


/*.ui-multiselect-menu ui-widget ui-widget-content ui-corner-all ui-X {
top:0px!important;
left:0px!important;

}*/

.ddlIcon {
    background-image: url('../assets/drop-down_down.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
    margin-top: 3px;
}


#button-holder {
    background-color: white;
    border-top: none;
    cursor: pointer;
    float: left;
    margin: 11px 0 0 0;
    text-align: center;
    width: 40px;
    margin-left: -45px;
    margin-bottom: 15px;
    padding-top: 7px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    outline: none;
}

    #button-holder img {
        margin: 4px;
        width: 20px;
    }


.drpdwnSearch {
    display: block;
    width: 250px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    background-color: white!important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


.btnCancel {
    width: 99px;
    padding-left: 50px;
}

.passWidth {
    width: 300px;
    background-color: E8F0FE !important;
}

.resetPass {
    margin-left: 250px;
    padding-top: 25px;
    padding-bottom: 15px;
}

.btnMrgTop {

    margin-top: 18px;

}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}


.btnSearch {
    margin-left: 95px;
    margin-bottom:7px;
}

.txtMrgLft {
    width: 200px;
    margin-left: -250px;
}

.txtMrgLeft {
    width: 200px;
    margin-left: -264px;
}

footer {
    margin-top: 32px;
    padding-top: 7px;
    padding-bottom: 16px;
    border-top: 2px solid rgba(5, 34, 56, 0.08);
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: rgba(5, 34, 56, 0.56);


  
}

.lableMrgn {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}


.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #0081c0;
    font-weight: bold;
}

    .text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.custom-select-option button{
    width:100%!important;
}

.border-top {
    border-top: 1px solid rgba(5, 34, 56, 0.08);
}

.mrgTopTxnDt {
margin-top:28px;
}

.table-text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 0;
}

table th:not(.wrap-text),
table td:not(.wrap-text) {
    white-space: nowrap;
}

body .border-right {
    border-right: 2px solid #dee2e6 !important;
    border-radius: 1px;
}
a {
    width: 100%;
}

a:hover,
a:not([href]):hover {
    cursor: pointer;
    color: #0081c0;
    text-decoration: underline;
}

.subnavbar {
    display: inline-flex;
    margin-top: 0;
    margin-bottom: 16px;
    margin-left: 10px;
}

.mleft {
margin-left:16px;
}

.mright {
    margin-right: 16px;
}

.dtWidth {
width:190px;
}

#imgLogout {
    width: 18px;
}

.lblSearch {
    margin-right: 16px;
    color: rgba(5, 34, 56, 0.56);
    font-size: 0.8rem;
}

div.navbar-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
    .navbar-container div.user-info {
        display: flex;
        align-items: center;
    }
        
        .user-info h4 {
            margin-bottom: 0px;
        }

nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    border-bottom: 1px solid rgba(5, 34, 56, 0.08);
}

nav.bg-light {
    background-color: #f9f9fb;
}


nav li.active {
    border-bottom: 3px solid #0081c0;
}

li.active a.nav-link {
    color: #0081c0;
}
.nav-link.active
nav li.nav-item a.nav-link {
    padding: 20px 16px;
    font-family: 'Roboto';
    font-size: 0.875rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.6px;
    color: rgba(5, 34, 56, 0.87);
}
    li.nav-item a.nav-link img {
        padding-right: 16px;
    }

.nav-pills {
    box-shadow: 0 1px 8px 1px rgba(5, 34, 56, 0.02);
    border: solid 1px rgba(5, 34, 56, 0.08);
    border-radius: 3px;
    background-color: #fff;
}

.nav-pills a.nav-link {
    text-decoration: none;
    padding: 8px 16px;
}

.custom-checkbox {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    background-color: #fff;
    left: 0px;
    top: 3px;
    border-radius: 2px;
    border: 1px solid rgba(5, 34, 56, 0.56);
    margin-bottom: 0;
    margin-right: 12px;
    transition: 0.2s background-color linear;
}


.nav-pills a.active {
    background-color: #158CBA;
    border: solid 1px #0081c0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: transparent !important;
    z-index: 3;
}

.btnSaveWd {
    width: 130px;
}

.mrgnBtm {
margin-bottom:20px;
}

.lblPdding {
padding:0px !important;
}

.serviceInfoHeight {
height:320px;
}

.serviceInfoHght {
height: 570px;
}

select::-ms-expand {
    display: none;
}

.registerUserMrgnBtm {
    margin-bottom: 80px!important;
}

.dialogWd {
    margin-left: -180px;
    width: 900px;
}

label {
    display: table-row;
    margin-bottom: 0.5rem !important;
}

lble {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.btnPassword {
    margin-left: 25px;
    margin-bottom: 25px
}

.custom-slct-arrow {
    background: white!important;
    position: relative;
}

    .custom-slct-arrow::after {
        content: '';
        position: absolute;
        background: url("../assets/drop-down_down.png");
        width: 16px;
        height: 16px;
        bottom: 13px;
        right: 8px;
        background-repeat: no-repeat;
        object-fit: contain;
    }


.custom-select-arrow {
    background: #f9f9fb;
    position: relative;
    height: 42px;
}




    .custom-select-arrow::after {
        content: '';
        position: absolute;
        background: url("../assets/drop-down_down.png");
        width: 16px;
        height: 16px;
        bottom: 13px;
        right: 8px;
        background-repeat: no-repeat;
        object-fit: contain;
    }

.custom-selected-arrow {
    background: white!important;
    position: relative;
}

.custom-selected-arrow::after {
    content: '';
    position: absolute;
    background: url(../assets/drop-down_down.png);
    width: 16px;
    height: 16px;
    bottom: 13px;
    right: 8px;
    background-repeat: no-repeat;
    object-fit: contain;
}

.field-validation-error {
    color: red;
}

.validation-summary-errors {
    color: red;
}

.btn {
    border: none;
    padding: 8px 16px;
}

.restPadding {
padding:15px;
}

.jumbotron .filter-container {
    width: 98vw;
    min-width: 45vw;
    border-radius: 4px;
    box-shadow: 0 1px 8px 1px rgba(5, 34, 56, 0.02);
    border: solid 1px rgba(5, 34, 56, 0.08);
    background-color: #ffffff;
}

.jumbotron {
    min-height: 100vh;
    padding: 0;
    margin-bottom: 0;
    background-color: #f9f9fb;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.jumbotron .card.txn-details-container {
    max-width: 900px;
}

.bckColor {
background:white!important;
}

.ddlPage {
    box-shadow:none!important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    height: 41px;
    margin-top: 8px;
}



.jumbotron .card-content {
    width: 551px;
}

        .card-body .title-section {
            padding: 24px 25px 16px 25px;
        }

        .card-body .title-border {
            border-bottom: 1px solid #dee2e6;
        }

            .title-section p {
                font-size: 0.9rem;
            }

        .card-body .filter-content {
            padding: 24px 25px 16px 25px;
            width: 100%;
            margin: 0px;
        }

        .card-body .search-options {
            background-color: #ffffff;
            opacity: 0.87;
            font-family: 'Roboto';
            font-size: 0.9rem;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.71;
            letter-spacing: 0.6px;
            color: #0081c0;
            text-transform: none;
        }

        .card-body .filter-title .search-options {
            border-bottom: 0;
        }
        .card-body .filter-title .search-options:hover {
            background-color: #ffffff;
            color: #0081c0;
            text-decoration: none;
            margin-top: 0;
            border-bottom: 0;
        }

        .card-body .filter-title .search-options:focus {
            text-decoration: none;
        }

        .card-body .filter-title {
            position: relative;
        }

            .filter-title .arrow-icon {
                position: relative;
                width: 10px;
                height: 10px;
                border-left: 2px solid #0081c0;
                border-bottom: 2px solid #0081c0;
                border-top:transparent;
                border-right:transparent;
                background: transparent;
                z-index: 2;
                top: 17px;
                left: 5px;
                transform: rotate(135deg);
                transition: 0.4s transform linear;
            }

            .filter-title .rotate-icon {
                top: 11px;
                transform: rotate(315deg);
            }

        body .alert-success,
        body .alert-warning {
            border-radius: 4px;
            color: rgba(5, 34, 56, 0.87);
            font-size: 0.9rem;
            line-height: 1.71;
        }

        body .alert-success {
            background-color: rgba(147, 195, 37, 0.2);
            border: 2px solid #93c325;
        }

            body .alert-success .success-icon {
                margin-right: 7px;
            }

        body .alert-warning {
            background-color: rgba(255, 133, 27, 0.2);
            border: 2px solid #ff7702;
        }

            body .alert-warning img {
                margin-right: 7px;
            }

        .card-body .card-title {
            margin-bottom: 0;
            font-family: 'Roboto';
            font-size: 1rem;
            font-weight: 500;
            letter-spacing: 0.6px;
            color: rgba(5, 34, 56, 0.87);
            text-transform: uppercase;
        }

            .card-body .subTitle {
                padding-right: 16px;
                font-family: 'Roboto';
                font-size: 0.875rem;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.71;
                letter-spacing: normal;
                color: rgba(5, 34, 56, 0.56);
                text-transform: none;
            }

        .card-body .card-text {
            font-size: 0.9rem;
            line-height: 1.43;
            letter-spacing: normal;
            color:  rgba(5, 34, 56, 0.87);
        }

        .card-body .submit-section {
            margin-top: 32px;
        }

            .submit-section .submit {
                padding: 8px 16px;
                text-transform: none;
                border-bottom: 0;
                font-family: Roboto;
                font-size: 0.9rem;
                font-weight: 500;
                line-height: 1.71;
                letter-spacing: 0.58px;
                color: #ffffff;
            }

            .submit-section .submit:hover {
                border-bottom: 0;
                margin-top: 0;
            }

        .card-body .btn-outline-secondary {
            background-color: #f9f9fb;
            color: #0081c0;
        }

        .card-body a {
            color: #0081c0;
            font-size: 0.9rem;
            text-decoration: underline;
        }
            .card-body .change-pwd {
                line-height: 0px;
            }

                .form-group button.custom-multiselect {
                    width: 100% !important;
                    background-color: #f9f9fb;
                    height: 41.98px;
                    border-radius: 2px;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    padding: 6px 24px 6px 12px;
                    border: 1px solid #ced4da;
                }
                .ui-state-active {
                    color: #2b2b2b;
                }

                .form-group select.overview-dropdown {
                    padding: 8px 117px 8px 12px;
                }
.searchMrgTop {
margin-top:8px;
}

.srchbtnMrgnTop {
margin-top:-29px;
}

.dtpckrPaddgn {
    padding-right: 3px;
}

.dtpckrmrgTop {
    margin-top:8px;
}

.cntrMrg {
    margin-left: -4px;
}

.srchPgMrgnTop {
    margin-top: -28px;
}

.dtDiv {
    margin-top: -24px;
}

.stsListbox {
    height: 41.97px;
    background: #f9f9fb;
}

.stsListMrgTop {
    margin-top: -25px;
}

.paymntSerchTxbx {
   
    background: white!important;
    margin-left: 12px;
}

.patmntSerchbtn {
margin-top:18px!important;
}

.tblStatistics {
    margin-top: -5px;
    margin-left: 0px;
}

.lblStat {
margin-left:110px;
}

.cstmPerios {
    margin-top: 7px;
    margin-left: 10px;
}

.periodTxt {
    margin-right: 400px;
    margin-top: 24px;
}

.footer-bg {
    height: 31px;
    width: auto;
    margin-top: -33px;
    clear: both;
    position: relative;
}

.footer-panel {
    margin: 0px auto;
    width: 1000px;
    height: 100%;
}


.line {
    border-top: 1px solid #a7a7a7;
    width: 1000px;
}

.footer-logo {
    float: left;
    width: 62px;
    height: 31px; /*background:url(../images/logo_small_2.png) no-repeat;*/
    margin-left: 285px;
}

.copyright {
    width: 320px;
    float: left;
    color: #555555;
    font-size: 8.5pt;
    padding-left: 15px;
    padding-top: 5px;
    font-family: Arial Unicode MS;
}

.footer-link {
    font-size: 8.5pt;
}

.channelMrgn {
    margin-top: 24px;
}

.txnSummary {
    margin-top: 15px;
}

.cstmStatMrgn {
    margin-left: 15px;
    margin-bottom:3px;
}

.green-menu-bar .btn-outline-secondary {
    color: #0081c0;
}

.form-group select.form-control {
    /*background-color: #f9f9fb!important;*/
    height: 41.98px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
                .form-group select option {
                    height: 50px;
                    font-family: 'Roboto';
                    font-size: 0.875rem;
                    line-height: 1.71;
                    color: rgba(5, 34, 56, 0.87);
                }
                
            .card-body .form-group .change-pwd-rules {
                font-size: 0.8rem;
                font-weight: 500;
                line-height: 1.8;
                color: rgba(5, 34, 56, 0.56);
                padding: 0;
                margin: 0 0 -5px 0;
            }

            .card-body .form-group label {
                color: rgba(5, 34, 56, 0.56);
                font-size: 0.9rem;
            }

            .card-body .form-group label.amount-min-width {
                 min-width: 100px;
             }

            .card-body .filter-label {
                margin-right: 16px;
                color: rgba(5, 34, 56, 0.56);
                font-size: 0.8rem;
            }

            .card-body .error-msg {
                color: #ff0000;
            }
            
            .form-group input.form-control,
            .form-group textarea.form-control {
                border-radius: 2px;
                background-color: #f9f9fb;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .form-group input.form-control {
                    height: 42px;
                }

                .form-group textarea.form-control {
                    /*padding-top: 1.2rem;*/
                    padding-bottom: 1.3rem;
                }

                .card-body .form-group input.product-details {
                    height: 56px;
                }

            .card-body span.info {
                font-family: 'Roboto';
                font-size: 0.8rem;
                line-height: 2;
                letter-spacing: 0.3px;
                color: rgba(5, 34, 56, 0.25);
            }

            .card-body .form-group span a.cvc-info{
                opacity: 0.87;
                font-family: 'Roboto';
                font-size: 0.8rem;
                line-height: 2;
                letter-spacing: 0.2px;
                color: #0081c0;
                text-decoration: none;
            }
            
            .card-body form .captcha-section {
                margin: 15px 0;
            }

                .captcha-section img.captcha-img {
                    margin-right: 16px;
                }

        .card-body .history-filter .history-form div.custom-input div.gj-datepicker {
            width: 155px;
        }

        div.report-period {
            min-width: 110px;
        }

        .card-body .filter-left-panel {
            padding-right: 22px;
        }

        .card-body .extended {
            margin-top: 0;
            padding: 0;
        }

        .adapt-within {
            width: 100%;
            margin: 0;
            padding: 0;
        }


        /* Custom Radio */
        .radio-container {
            cursor: pointer;
        }

        .radio-container input[type=radio] {
            position: absolute;
            opacity: 0;
            z-index: 2;
            left: 17px;
            margin-top: 5px;
            cursor: pointer;
        }

        .radio-container input[type=radio].filter-input {
            position: relative;
        }

        .radio-container input[type=radio].left-allign {
            left: 84px;
        }
        
        .radio-container .custom-radio {
            position: relative;
            width: 16px;
            height: 16px;
            background-color: #eee;
            left: 0;
            top: 3px;
            border-radius: 50%;
            transition: 0.2s background-color linear;
        }
        
        .radio-container:hover .custom-radio{
            background-color: #ccc;
        }

        .radio-container input[type=radio]:checked + .custom-radio {
            background-color: #0081c0!important;
        }

        .radio-container input[type=radio]:checked + .custom-radio::after {
            content: '';
            position: absolute;
            width: 10px;
            height: 6px;
            border-left: 2px solid #fff;
            border-bottom: 2px solid #fff;
            border-top: transparent;
            border-right: transparent;
            background: transparent;
            z-index: 2;
            top: 3px;
            left: 3px;
            transform: rotate(310deg);
        }

        .radio-container span {
            margin-left: 8px;
        }


        .card-body .filter-right-panel {
            margin-top: -28px;
            padding-left: 25px;
            border-left: 1px solid rgba(5, 34, 56, 0.08);
        }

            .form-group .gj-datepicker {
                width: auto;
            }

                div[role=calendar] {
                    border: 1px solid #ced4da;
                    box-shadow: 0 2px 3px #ccc;
                }

                .form-group .gj-datepicker-bootstrap [role=right-icon] button:hover {
                    background-color: #f9f9fb;
                    color: #6c757d;
                    margin-top: 0;
                    border-bottom-width: 1px;
                }

                .form-group .gj-timepicker-bootstrap [role=right-icon] button {
                    border: 1px solid #ced4da;
                }

                .form-group .gj-timepicker-bootstrap input.border {
                    border-color: #ced4da !important;
                }

                .form-group .gj-timepicker-bootstrap .btn:not(.disabled):hover {
                    margin-top: 0;
                    border-bottom-width: 1px;
                }

                .btn-outline-secondary:not(:disabled):not(.disabled):active,
                .btn-outline-secondary:not(:disabled):not(.disabled).active,
                .show>.btn-outline-secondary.dropdown-toggle,
                .btn:not(.disabled):active {
                    border-color: #ced4da;
                    margin-top: 0;
                    border-bottom-width: 1px;
                }


                /* Time Picker custom CSS */

                .gj-picker {
                    font-family: 'Roboto';
                }

                .gj-picker .selected {
                    color: #fff;
                }

                .gj-picker-bootstrap {
                    border: none;
                }

                .gj-picker-bootstrap [role=header] {
                    background: #0081c0;
                }

                .gj-picker-md [role=header],
                .gj-picker-bootstrap [role=header] {
                    color: rgba(255,255,255,.54);
                }

                .gj-picker-bootstrap .arrow-begin, .gj-picker-bootstrap [role=body] [role=arrow] {
                    background-color: #0081c0;
                }

                .gj-picker-bootstrap .arrow-end {
                    border: 16px solid #0081c0;
                }

                .gj-picker-bootstrap .modal-footer button.btn-default {
                    color: #0081c0;
                    font-weight: 700;
                    font-size: 13px;
                }

                .gj-picker-bootstrap .modal-footer button.btn-default:hover {
                    background-color: rgba(158,158,158,.2);
                    margin-top: 4px;
                    border-bottom-width: 1px;
                }

                .gj-picker-bootstrap .modal-footer button.btn-default:active {
                    margin-top: 4px;
                }

                .gj-picker-bootstrap .modal-footer button.btn-default:focus {
                    box-shadow: none;
                    -webkit-box-shadow: none;
                }

            .filter-right-panel .divider {
                border-top: 1px solid rgba(5, 34, 56, 0.08);
            }

            .filter-right-panel .divider .horizontal-divider {
                    margin-bottom: 15px;
                    width: 95%;
                    position: absolute;
                    background-color: #ffffff;
                    border-bottom: 2px solid rgba(5, 34, 56, 0.08);
                    box-shadow: 0 1px 8px 1px rgba(5, 34, 56, 0.02);
                }

                .divider .submit-button-disabled {
                    border: none;
                    outline: none;
                    padding: 8px 16px;
                    text-transform: none;
                    margin-top: 15px;
                    font-family: 'Roboto';
                    font-size: 0.9rem;
                    font-weight: 500;
                    line-height: 1.71;
                    letter-spacing: 0.58px;
                    color: #ffffff;
                    border-radius: 2px;
                    background-color: rgba(5, 34, 56, 0.56);
                }

                .divider .submit-button-disabled:hover {
                    margin-top: 15px;
                    border: none;
                    outline: none;
                    cursor: not-allowed;
                }

                .divider .submit-button-disabled:focus {
                    margin-top: 15px;
                    border: none;
                    outline: none;
                    box-shadow: none;
                    -webkit-box-shadow: none;
                }

                .divider .submit-button-disabled:active {
                    margin-top: 15px;
                }

                .divider .submit-button-enabled {
                    border: none;
                    outline: none;
                    padding: 8px 16px;
                    text-transform: none;
                    margin-top: 15px;
                    font-family: 'Roboto';
                    font-size: 0.9rem;
                    font-weight: 500;
                    line-height: 1.71;
                    letter-spacing: 0.58px;
                    color: #ffffff;
                    border-radius: 2px;
                    background-color: #0081c0;
                }

                .divider .submit-button-enabled:hover {
                    margin-top: 15px;
                    border: none;
                    outline: none;
                }

                .divider .submit-button-enabled:focus {
                    box-shadow: none;
                    -webkit-box-shadow: none;
                }

                .divider .submit-button-enabled:active {
                    margin-top: 15px;
                }
                
                .divider button.add-icon {
                    position: relative;
                    padding-left: 35px;
                }
                .divider button.add-icon::before {
                    content: '';
                    height: 20px;
                    width: 20px;
                    left: 10px;
                    top: 10px;
                    position: absolute;
                    background-image: url(/assets/plus.png);
                }
        .card-body .form-group {
            margin-bottom: 24px;
        }

    .card-body table thead tr th {
        font-family: 'Roboto';
        font-size: 0.75rem;
        line-height: 2;
        color: rgba(5, 34, 56, 0.56);
        font-weight: normal;
    }

    .card-body table.history-table tbody tr:last-child {
            border-bottom: 1px solid #80808047;
        }

    .card-body table.history-table thead tr th.audit-cost {
        min-width: 280px;
    }

    .card-body table.history-table thead tr th.col-users-name {
        width: 260px;
        min-width: 100px;
    }

    .card-body span#msgBox {
        display: flex;
        align-items: center;
    }

        span#msgBox div.validation-summary-errors ul {
            margin-bottom: 0;
        }

    .card-body table.history-table .col-right-align span,
    span.currency {
        padding-left: 4px;
        font-family: 'Roboto';
        font-size: 0.625rem;
        font-weight: bold;
        line-height: 2.4;
        letter-spacing: 0.78px;
        color: rgba(5, 34, 56, 0.56);
        text-transform: uppercase;
    }

    span.txn-count {
        display: inline-block;
        padding-right: 4px;
        font-family: 'Roboto';
        color: rgba(5, 34, 56, 0.87);
        font-size: 0.875rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
    }
    
    .card-body table th,
    .card-body table td {
        font-family: 'Roboto';
        font-size: 0.875rem;
        line-height: 1.71;
        font-weight: normal;
        color: rgba(5, 34, 56, 0.87);
    }

    .card-body table.history-table td a,
    table td a,
    table td a:not([href]):hover {
        text-decoration: underline;
        color: #0081c0;
        cursor: pointer;
    }

    .card-body table.history-table td a:hover {
        text-decoration: underline;
        color: #0081c0;
        cursor: pointer;
    }

    .status-success span,
    .status-rejected span,
    .status-approved span,
    .status-warning span,
    .status-voided span {
        font-family: 'Roboto';
        font-size: 0.5rem;
        font-weight: 500;
        line-height: 2;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        border-radius: 2px;
        padding: 4px 6px;
    }

    .status-success span {
        color: #93c325;
        background-color: #f7ffe3;
    }

    .status-rejected span {
        color: #f33a3a;
        background-color: #ffe7e7;
    }

    .status-approved span {
        color: #0081c0;
        background-color: #d9f0fb;
    }

    .status-warning span {
        color: #f5a623;
        background-color: #f5a62324;
    }

    .status-voided span {
        color: #454545;
        background-color: #d7d7d778;
    }

.status-voilet span {
    color: #9400D3;
    background-color: #FFCCFF;
}

    .card-body table.txn-recent-table thead tr th,
    .card-body table.txn-recent-table tbody tr td {
        padding: 8px;
    }

    .card-body table.txn-recent-table thead tr th:first-child,
    .card-body table.txn-recent-table tbody tr th {
        padding: 8px 6px 8px 16px;
    }

    .card-body table.txn-recent-table thead tr th {
        border-top: none;
    }

    .card-body table.txn-recent-table thead tr th.settlement-width {
        width: 500px;
    }

    .card-body table.txn-recent-table thead tr th.col-note {
        min-width: 107px;
    }

    .card-body .restore-icon,
    .card-body .restore-icon:hover {
        cursor: pointer;
        text-decoration: none;
    }
    
     /*Custom Checkbox for Card Transactions Tables 
    input[type=checkbox].txn-custom-input {
        position: relative;
        opacity: 0;
        z-index: 2;
        left: 10px;
        top: 4px;
        margin-top: 0px;
    }*/

    /*input[type=checkbox].filter-custom-input {
        position: absolute;
        top: 5px;
        left: 2px;
    }*/

    .checkbox {
        position: relative;
        cursor: pointer;
    }

    .checkbox label {
        position: relative;
        margin-bottom: 0;
    }

    .txn-custom-checkbox {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        background-color: #fff;
        left: 8px;
        top: 5px;
        border-radius: 2px;
        border: 1px solid rgba(5, 34, 56, 0.56);
        margin-bottom: 0;
        transition: 0.2s background-color linear;
    }

    .filter-custom-checkbox {
        position: relative;
        margin-right: 10px;
        top: 3px;
        left: 0;
    }
    
    .checkbox:hover .txn-custom-checkbox {
        background-color: #eee;
    }
    
    input[type=checkbox].txn-custom-input:checked + .txn-custom-checkbox {
        background-color: #0081c0;
    }

    input[type=checkbox].txn-custom-input:checked + .txn-custom-checkbox::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 6px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-top: transparent;
        border-right: transparent;
        background: transparent;
        z-index: 2;
        top: 3px;
        left: 2px;
        transform: rotate(310deg);
    }


    .card-body .pagination {
        margin-bottom: 0;
        margin-top: 1rem;
    }

        .pagination .page-item {
            padding: 20px 8px;
        }

        .pagination li.active {
            border-top: 2px solid #0081c0;
            padding-top: 18px;
        }

.pagination .page-item .page-link,
.pagination .page-item a.next-dots,
.pagination .page-item a.previous-dots {
    width: auto;
    padding: 0 8px;
    height: 24px;
    background-color: #fff;
    font-family: 'Roboto';
    font-size: 0.875rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.3px;
    color: rgba(5, 34, 56, 0.87);
    text-decoration: none;
    border: none;
}

.resltMsg {
    color: red;
    font-weight: bold;
}


.pagination .page-item a.next-dots,
.pagination .page-item a.previous-dots {
    top: 0;
    color: #0081c0;
    border: none;
}

        .pagination .page-item a.next-dots:hover,
        .pagination .page-item a.next-dots:active,
        .pagination .page-item a.previous-dots:hover,
        .pagination .page-item a.previous-dots:active {
            top: 0;
            border: none;
        }

        .pagination .page-item a.next-dots:focus,
        .pagination .page-item a.previous-dots:focus {
            box-shadow: none;
            -webkit-box-shadow: none;
        }
            .pagination .page-item a:focus {
                -webkit-box-shadow: none; 
                box-shadow: none;
            }

            .page-item.active .page-link {
                color: #0081c0;
                border: none;
            }

        .pagination .page-item .page-link:hover {
            top: 0;
            border: none;
            text-decoration: none;
            color: #0081c0;
        }

        .pagination .page-item .page-link:active {
            top: 0;
            border: none;
            text-decoration: none;
            color: #0081c0;
        }

        .pagination .page-item .page-link:focus {
            top: 0;
            border: none;
            text-decoration: none;
            color: #0081c0;
            outline: none;
        }

        .pagination li .previous {
            position: relative;
        }

        .form-group select.entries-dropdown {
            position: relative;
            background-color: #ffffff;
            border: none;
            appearance: none;
            -webkit-appearance: none;
        }

        .form-group select.entries-dropdown:focus {
            color: #0081c0;
        }

        div.entries-list::after {
            position: relative;
            content: '';
            width: 20px;
            height: 20px;
            top: 12px;
            left: -15px;
            background-image: url(../assets/drop-down_down.png);
        }

        .card-body div.total-entries {
            border-right: 2px solid #dee2e6;
            padding-right: 24px;
            margin-right: 8px;
        }

        .card-body button.print-button {
            position: relative;
            background-color: #fff;
            color: #0081c0;
            text-transform: none;
            opacity: 0.87;
            font-family: 'Roboto';
            font-size: 0.875rem;
            font-weight: 500;
            line-height: 1.71;
            letter-spacing: 0.6px;
            border: none;
        }

        .card-body button.print-button:hover {
            background-color: #fff;
            border: none;
            margin-top: 0;
            text-decoration: none;
        }

        .card-body button.print-button:not(:disabled):not(.disabled):active {
            background-color: #fff;
            border: none;
            margin-top: 0;
            color: #0081c0;
            box-shadow: none;
            -webkit-box-shadow: none;
        }

        .card-body button.print-button:focus {
            background-color: #fff;
            border: none;
            margin-top: 0;
            box-shadow: none;
            -webkit-box-shadow: none;
        }

        .card-body .show-link {
            text-align: center;
            padding-top: 20px;
            padding-bottom: 20px;
            font-family: 'Roboto';
            font-size: 0.875rem;
            line-height: 1.71;
            color: #0081c0;
        }

        .modal {
            background-color: rgba(5, 34, 56, 0.87);
            padding-right: 0;
        }

        .modal .close {
            padding-top: 0;
            font-size: 2.125rem;
            font-weight: normal;
        }

        .modal .close:not(:disabled):not(.disabled):hover,
        .modal .close:active {
            opacity: 0.5;
            border: none;
            outline: none;
        }

        .modal .logo-info {
            padding-top: 8px;
            padding-bottom: 24px;
            margin-bottom: 0;
            font-family: 'Roboto';
            font-size: 0.875rem;
            font-weight: normal;
            line-height: 1.43;
            color: rgba(5, 34, 56, 0.87);
        }

        .modal .modal-content {
            min-width: 576px;
            padding: 22px;
            margin-left: -25px;
        }
            .modal-content .modal-header {
                border: none;
            }

                .modal-header .modal-title {
                    font-family: 'Roboto';
                    font-size: 1.5rem;
                    font-weight: 500;
                    line-height: 1.33;
                    letter-spacing: 0.8px;
                    color: rgba(5, 34, 56, 0.87);
                }

            .modal-content .modal-body .modal-label {
                font-family: 'Roboto';
                font-size: 0.875rem;
                line-height: 1.71;
                color: rgba(1, 30, 45, 0.56);
            }

            .modal-content .modal-body .label-smaller {
                font-size: 0.75rem;
            }

                .modal-body .modal-description {
                    font-family: 'Roboto';
                    font-size: 0.875rem;
                    line-height: 1.71;
                    color: rgba(5, 34, 56, 0.87);
                    max-width: 260px;
                }

                .modal-body .modal-section {
                    border-bottom: 1px solid #dee2e6;
                    margin-bottom: 15px;
                }

                    .modal-section .modal-section-title {
                        display: flex;
                        flex-direction: column;
                    }

                        .modal-section-title .withdraw-success {
                            position: relative;
                            font-family: 'Roboto';
                            font-size: 0.875rem;
                            font-weight: 500;
                            line-height: 1.71;
                            letter-spacing: 0.6px;
                            color: #93c325;
                            text-transform: none;
                        }

                        .modal-section-title .withdraw-success::after {
                            position: absolute;
                            content: '';
                            width: 0.875rem;
                            height: 8px;
                            border-left: 2px solid #93c325;
                            border-bottom: 2px solid #93c325;
                            border-top: transparent;
                            border-right: transparent;
                            background: transparent;
                            z-index: 2;
                            top: 4px;
                            left: 265px;
                            transform: rotate(310deg);
                        }

                        .modal-section-title h3 {
                            font-family: 'Roboto';
                            font-size: 0.875rem;
                            font-weight: 500;
                            line-height: 1.71;
                            letter-spacing: 0.6px;
                            color: rgba(5, 34, 56, 0.87);
                            text-transform: uppercase;
                        }

                        .modal-section-title p,
                        .modal-section-title p a {
                            font-family: 'Roboto';
                            font-size: 0.75rem;
                            line-height: 1.33;
                            color: rgba(5, 34, 56, 0.56);
                        }

                        .modal-section-title p a {
                            color: #0081c0;
                        }

                        .modal-section-title p a:hover {
                            color: #0081c0;
                            text-decoration: underline;
                            cursor: pointer;
                        }

                        .modal-section .form-group .input-group {
                            width: 232px;
                        }

                        /*.modal-section .form-group .input-group input.section-input {
                            width: 100%;
                        }*/

                        .modal-section .form-group .input-group  input.section-input::placeholder,
                        .modal-section .form-group .input-group  input.section-input:-ms-input-placeholder,
                        .modal-section .form-group .input-group  input.section-input::-ms-input-placeholder {
                            color: rgba(5, 34, 56, 0.87);
                        }

                            .modal-section .form-group .input-group span.input-group-text {
                                padding: 8px 16px;
                                background-color: rgba(5, 34, 56, 0.56);
                                font-family: 'Roboto';
                                font-size: 0.75rem;
                                font-weight: 500;
                                line-height: 2;
                                letter-spacing: 0.6px;
                                text-align: center;
                                color: white;
                            }

                .modal-body .back-btn {
                    position: relative;
                    padding-left: 42px;
                }

                .modal-body .back-btn::before {
                    position: absolute;
                    content: '';
                    background-image: url(/assets/back.png);
                    background-repeat: no-repeat;
                    object-fit: contain;                    
                    width: 18px;
                    height: 18px;
                    left: 16px;
                    bottom: 11px;
                }

body .button-enabled-primary,
body .button-enabled-secondary,
body .button-disabled-primary,
body .button-enabled-danger {
    border: none;
    outline: none;
    padding: 8px 16px;
    text-transform: none;
    /*margin-top: 8px;*/
    font-family: 'Roboto';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: 0.58px;
    color: #ffffff;
    border-radius: 2px;
    background-color: #0081c0;
}

.global-label:hover .custom-checkbox {
    background-color: #eee;
}

.global-label input[type=checkbox]:checked + .custom-checkbox::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    border-left: 2px solid #93c325;
    border-bottom: 2px solid #93c325;
    border-top: transparent;
    border-right: transparent;
    background: transparent;
    z-index: 2;
    top: 3px;
    left: 2px;
    transform: rotate(310deg);
}


    body .button-enabled-primary:not(.disabled):hover,
    body .button-enabled-secondary:not(.disabled):hover,
    body .button-disabled-primary:not(.disabled):hover,
    body .button-enabled-danger:not(.disabled):hover {
        margin-top: 8px;
        border-bottom: 0;
        color: #fff;
    }

    body .button-enabled-primary:not(.disabled):active,
    body .button-enabled-secondary:not(.disabled):active,
    body .button-disabled-primary:not(.disabled):active,
    body .button-enabled-danger:not(.disabled):active {
        margin-top: 8px;
        border-bottom: 0;
    }

    body .button-enabled-primary:not(.disabled):focus,
    body .button-enabled-secondary:not(.disabled):focus,
    body .button-disabled-primary:not(.disabled):focus,
    body .button-enabled-danger:not(.disabled):focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    body .button-enabled-danger {  
        background-color: #f33a3a;
    }

    body .button-enabled-danger:not(.disabled):hover,
    body .button-enabled-danger:not(.disabled):not(.disabled):active {
        background-color: #f33a3a;
        color: #fff;
        border: none;
    }

    body .button-enabled-danger:not(.disabled):focus {
        background-color: #f33a3a;
        color: #fff;
        border: none;
    }
    
    body .button-disabled-primary:not(.disabled):focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    body .button-enabled-secondary {
        background-color: #fff;
        color: #0081c0;
        border: 1px solid #0081c0;
    }

body .button-enabled-red {
    background-color: #fff;
    color:red;
    border: 1px solid red;
}


    body .button-enabled-secondary:not(.disabled):hover {
        background-color: #fff;
        color: #0081c0;
        border: 1px solid #0081c0;
        border-bottom: 1px solid #0081c0;
    }

    body .button-enabled-secondary:not(.disabled):not(.disabled):active {
        background-color: #fff;
        color: #0081c0;
        border: 1px solid #0081c0;
    }

    body .button-enabled-secondary:not(.disabled):focus {
        color: #0081c0;
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    body .button-disabled-primary {
        background-color: rgba(5, 34, 56, 0.56);
        color: #fff;
        border: 1px solid rgba(5, 34, 56, 0.56);
    }

    body .button-disabled-primary:not(.disabled):hover {
        background-color: rgba(5, 34, 56, 0.56);
        color: #fff;
        border: 1px solid rgba(5, 34, 56, 0.56);
        cursor: not-allowed;
    }

    body .button-disabled-primary:not(.disabled):not(.disabled):active {
        background-color: rgba(5, 34, 56, 0.56);
        color: #fff;
        border: 1px solid rgba(5, 34, 56, 0.56);
    }

    body .button-disabled-primary:not(.disabled):focus {
        color: #fff;
        background-color: rgba(5, 34, 56, 0.56);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    body a.anchor-button {
        width: auto;
        text-decoration: none;
        margin-right: 16px;
    }

    .card-body table.audit-table thead tr th.col-audit-limited {
        min-width: 160px;
    }

    .card-body table.audit-table thead tr th:last-child {
        min-width: 300px;
        max-width: 300px;
        word-wrap: break-word;
    }
    .card-body table.audit-table tbody tr td:last-child {
        min-width: 300px;
        max-width: 300px;
        word-wrap: break-word;
    }

    .details-title-section {
        margin-bottom: 24px;
    }

    .details-title-section .details-title {
        font-family: 'Roboto';
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.33;
        letter-spacing: 0.8px;
        color: rgba(5, 34, 56, 0.87);
        margin-bottom: 0;
    }

    .details-title-section span {
        padding-right: 8px;
        cursor: pointer;
    }

    .card-body .details-content {
        padding: 24px 25px 16px 25px;
    }

        .details-content p.card-title {
            font-size: 0.875rem;
        }

    .card-body .global-label {
        font-family: 'Roboto';
        font-size: 0.875rem;
        line-height: 1.71;
        color: rgba(1, 30, 45, 0.56);
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
    }

    .card-body .global-label-description {
        color: rgba(5, 34, 56, 0.87);

    }

    .card-body .button-danger {
        padding: 8px 7.1px 8px 0px;
        font-family: 'Roboto';
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.71;
        letter-spacing: 0.3px;
        color: #f33a3a;
        background-color: #fff;
        text-transform: none;
    }

    .card-body .button-danger:not(.disabled):hover {
        margin-top: 0;
        border: none;
    }

    .card-body .button-danger:not(:disabled):not(.disabled):active {
        margin-top: 0;
        color: #f33a3a;
        background-color: #fff;
        border: none;
    }

    .card-body .button-danger:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        outline: none;
    }

    .card-body .button-reset {
        padding: 8px 0px 8px 7.1px;
        color: #0081c0;
    }

    .card-body .options-keys {
        font-family: 'Roboto';
        font-size: 0.75rem;
        color: rgba(5, 34, 56, 0.56);
        margin-bottom: -25px;
    }

          Custom Checkbox 
        input[type=checkbox] {
            position: absolute;
            opacity: 0;
            z-index: 2;
            left: 35px;
            margin-top: 5px;
        }

        

        .pointer:hover {
            cursor: pointer;
        }
        
        .global-label:hover .custom-checkbox {
            background-color: #eee;
        }

        .global-label input[type=checkbox]:checked + .custom-checkbox {
            background-color: #fff;
        }

        .global-label input[type=checkbox]:checked + .custom-checkbox::after {
            content: '';
            position: absolute;
            width: 10px;
            height: 6px;
            border-left: 2px solid #93c325;
            border-bottom: 2px solid #93c325;
            border-top: transparent;
            border-right: transparent;
            background: transparent;
            z-index: 2;
            top: 3px;
            left: 2px;
            transform: rotate(310deg);
        }

.options-container {
    width: 97vw;
}

    .card-body .logo-wrapper {
        width: 168px;
        height: 168px;
        border-radius: 2px;
        border: solid 1px rgba(5, 34, 56, 0.12);
        box-shadow: 0 1px 8px 1px rgba(5, 34, 56, 0.02);
        margin-left: 24px;
        margin-bottom: 24px;
        padding: 7px 8px 11px 10px;
    }
        .logo-wrapper img.logo {
            object-fit: contain;
            width: 150px;
            height: 150px;
        }

    .card-body table.preferences-table {
        margin-bottom: 0;
    }

    .card-body table.preferences-table thead tr th {
        border-top: none;
        border-bottom: none;
    }

    .card-body table.preferences-table thead tr th,
    .card-body table.preferences-table tbody tr td {
        padding-top: 7px;
        padding-bottom: 8px;
        padding-left: 0;
    }

    .card-body table.preferences-table thead tr th.col-icon,
    .card-body table.preferences-table tbody tr td.col-icon {
        padding: 0;
        min-width: 18px;
        max-width: 18px;
        min-height: 18px;
        max-height: 18px;
    }

    .card-body table.preferences-table tbody tr td.col-icon {
        cursor: pointer;
    }

    /*.card-body table tbody tr td,
    .card-body table tbody tr th {
        border-bottom: 1px solid #dee2e6;
    }*/

    .card-body .string-break {
        max-width: 503px;
        min-width: 100%;
        word-wrap: break-word;
    }

    .card-body .max-width {
        width: 58%;
    }

    .form-group textarea.custom-textarea {
        height: 80px;
        resize: none;
        padding: 8px 30px 12px 12px;
    }

    #editMerchantLogoModal .modal-body {
        padding: 1rem;
    }

    #editMerchantLogoModal .modal-body .logo-wrapper {
        width: 136px;
        height: 136px;
        border-radius: 2px;
        border: solid 1px rgba(5, 34, 56, 0.12);
        box-shadow: 0 1px 8px 1px rgba(5, 34, 56, 0.02);
        padding: 8px 7px 7px 8px;
    }
    #editMerchantLogoModal .modal-body .logo-wrapper img.logo {
        object-fit: contain;
        width: 121px;
        height: 121px;
    }

.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    cursor: pointer;
    opacity: 0;
}

.btn--browse{
    border: 1px solid gray;
    border-left: 0;
    border-radius: 0 2px 2px 0;
    background-color: #fff;
    color: black;
    height: 42px;
    padding: 10px 0.875rem;
}

.f-input{
    width: 100%;
    max-width: 400px;
    min-width: 240px;
    padding: 8px 0 8px 12px;
    border-radius: 2px;
    border: solid 1px rgba(5, 34, 56, 0.25);
    background-color: rgba(5, 34, 56, 0.02);
}

.promo-input {
    width: 400px;
}

.promo-custom-input {
    max-width: 135px;
}

.custom-image-loader {
    position: relative;
}

.custom-image-loader #default-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: none;
}

.custom-button {
    width: 100%;
    outline: none;
    padding: 8px 16px;
    text-transform: none;
    font-family: 'Roboto';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: 0.58px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    color: #0081c0;
    border: 1px solid #0081c0;
}

.custom-button:not(.disabled):hover,
.custom-button:not(:disabled):not(.disabled):active,
.custom-button:focus {
    margin-top: 0;
    border-bottom-width: 1px;
    color: #0081c0;
    background-color: #fff;
    border-color: #0081c0;
}

.custom-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}



.card-body .overview-content {
    padding: 0 25px 16px 25px;
}

.card-body .card-section {
    padding-right: 24px;
    margin-top: 24px;
    min-width: 325px;
    border-right: 1px solid #dee2e6;
}

.card-body .card-section-title {
    font-family: 'Roboto';
    font-size: 0.875rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.6px;
    color: rgba(5, 34, 56, 0.87);
    text-transform: uppercase;
    margin-bottom: 0;
}

.card-body .card-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.card-body .card-section-highlight {
    font-family: 'Roboto';
    font-size: 1.5rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.8px;
    color: rgba(5, 34, 56, 0.87);
    margin-bottom: 0;
}


/* Custom Graph */
.card-body .graph-container {
    padding-bottom: 28px;
}

.graph-cont {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .graph-cont h6.graph-info {
    font-family: 'Roboto';
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: rgba(5, 34, 56, 0.87);
  }

  .bar {
    height: 16px;
    max-width: 100%;
    margin: 0 auto 0 auto;
    line-height: 16px;
    font-size: 1rem;
    color: white;
    padding: 0 0 16 10px;
    position: relative;
  }
  
  .bar .bar-transparent {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    height: 16px;
    top: 0;
    background: #fff;
  }

  .bar .bar-content {
    content: '';
    background: #93c325;
    height: 16px;
    transition: 0.7s;
    display: block;
    width: 100%;
    animation-name: bar-before 1 1.8s;
    -webkit-animation-name: bar-before 1 1.8s;
    position: absolute;
    top: 0;
    left: 0;
  }

  #paymentMethodsGraph .bar1 .bar-content {
    max-width: 100%;
  }

  #paymentMethodsGraph .bar2 .bar-content {
    max-width: 60%;
  }

  #paymentMethodsGraph .bar3 .bar-content {
    max-width: 50%;
  }

  #paymentMethodsGraph .bar4 .bar-content {
    max-width: 30%;
  }

  #paymentMethodsGraph .bar5 .bar-content {
    max-width: 15%;
  }

  #paymentMethodsGraph .bar6 .bar-content {
    max-width: 5%;
  }

  #countriesGraph .bar1 .bar-content {
    max-width: 100%;
  }

  #countriesGraph .bar2 .bar-content {
    max-width: 60%;
  }

  #countriesGraph .bar3 .bar-content {
    max-width: 50%;
  }

  #countriesGraph .bar4 .bar-content {
    max-width: 30%;
  }

  #countriesGraph .bar5 .bar-content {
    max-width: 15%;
  }

  #countriesGraph .bar6 .bar-content {
    max-width: 5%;
  }

  @-webkit-keyframes bar-before {
    0% {
      width: 0px;
    }
    100% {
      width: 100%;
    }
  }

  @keyframes bar-before {
    0% {
        width: 0px;
      }
      100% {
        width: 100%;
      }
  }

  .bar-content span {
    display: none;
    min-width: 100px;
    max-width: 160px;
    padding: 3px 8px 25px 8px;
    box-shadow: 0 1px 8px 1px rgba(5, 34, 56, 0.02);
    border: solid 1px rgba(5, 34, 56, 0.08);
    background-color: #fff;
  }

  .bar-content:hover span {
    position: absolute;
    display: block;
    right: -18px;
    bottom: -40px;
    height: 20px;
    z-index: 4;
    font-family: 'Roboto';
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: rgba(5, 34, 56, 0.87);
  }

  .bar-content:hover span::after {
      position: absolute;
      content: '';
      top: -7px;
      right: 20px;
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 7px solid #fff;
      z-index: 4;
  }

  .bar-content:hover span::before {
    position: absolute;
    content: '';
    top: -9px;
    right: 19px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid rgba(5, 34, 56, 0.08);
    z-index: 3;
}


.status-orange {
    color: orange;
    background-color: #f5a62324;
}

.status-green {
    color: green;
    background-color: #e8f1d0;
}

.status-red {
    color: #f33a3a;
    background-color: #ffe7e7;
}

.status-gray {
    color: grey;
    background-color: #d7d7d778;
}

.status-violet {
    color: violet;
    background-color: #d7d7d778;
}

.status-darkGreen {
    color: darkgreen;
    background-color: #e8f1d0;
}

.status-blue {
    color: #0081c0;
    background-color: #d9f0fb;
}


.status-orange span,
.status-green span,
.status-red span,
.status-gray span,
.status-voilet span,
.status-darkGreen span,
.status-blue span{
    font-family: 'Roboto';
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 4px 6px;
}

div.report-export{
    min-width:75px;
}

.table th, .table td {
    border-bottom: 1px solid #dee2e6;
}