body{
    padding: 0;
    margin: 0;
    /*background-color: #fbfbfb;*/
    background-color: #e8e8e8;
}
section.body{
    border-top: 2px solid #6d0606;
    width: 100%;
    height: 100%;
}
.no-pad-r{
    padding-right: 5px !important;
}
.no-pad-l{
    padding-left: 5px !important;
}
.no-pad-r2{
    padding-right: 0 !important;
}
.no-pad-l2{
    padding-left: 0 !important;
}
.rubies-pay-wrapper{
    margin: 0 auto;
    width: 90%;
    max-width: 450px;
}
.payment-page{}
.payment-page .top{
    text-align: center;
    padding: 30px 10px;
}
.payment-page .top .logo{}
.payment-page .top .logo .logo-hold-2{
    padding: 10px 10px 0 10px;
}
.payment-page .top .logo .logo-hold-2 img{
    height: 35px;
    width: auto;
}
.payment-page .top .logo .logo-hold{
    /*background-color: #6d0606;*/
    padding: 10px;
    background-color: #E0E0E0;
    border-radius: 50%;
    display: inline-block;
    border: 4px solid #ffffff;
}
.payment-page .top .logo .logo-hold img{
    height: 35px;
    width: 35px;
}
.payment-page .top .details{}
.payment-page .top .details .page-name{
    font-size: 18px;
    font-weight: normal;
    margin: 20px auto 0;
    width: 80%;
    line-height: 1.3;
}
.payment-page .top .details .company-name{
    color: #777;
    margin: 5px auto 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.payment-page .top .details .page-description{
    font-size: 14px;
    margin: 10px 0 0;
    padding: 0 15px;
}

.card{
    background-color: #FFFFFF;
    border-radius: 10px;
    border: none;
    box-shadow: 0 8px 16px 0 rgba(34,50,84,.06), inset 0 0 0 1px rgba(112,123,140,.15);
    color: #14233c;
}
.card .card-body{
    padding: 23px 20px 30px 20px;
}
/*Keen UI Alert*/
.ui-alert {
    font-family: inherit !important;
    font-size: 11px !important;
    margin-bottom: 15px !important;
}
.ui-alert__body {
    margin-bottom: 5px !important;
    min-height: 2rem !important;
    padding: 7px 15px !important;
    border-radius: 10px !important;
}
/*Keen UI Alert END*/
.form-group{
    margin-bottom: 15px;
}
.form-label{
    font-size: 10px;
    margin-bottom: 3px;
    margin-left: 10px;
    font-weight: 500;
    color: #777;
    text-align: left;
    display: block;
}
.form-label span{
    color: #6d0607;
    font-size: 13px;
}
.form-input {
    font-size: 12px;
    border-radius: 5px;
    background-color: rgba(240, 243, 248, 0);
    border: 1px solid #BDBDBD;
    padding: 8px 15px 8px 15px;
    color: #1d222c;
    width: 100%;
}
.form-input:hover {}
.form-input:focus, .form-input:active {
    background: #FFFFFF;
    outline: none;
    box-shadow: none;
    border: 1px solid #606161;
}

/*Keen UI select with image*/
.ui-select {
    margin-bottom: 0 !important;
}
.ui-select__display-value.is-placeholder {
    /*color: rgb(84, 88, 97) !important;*/
    color: #171717 !important;
}
.ui-select:not(.is-multiple) .ui-select__display {
    padding: 0 5px !important;
}
.ui-select__options {
    background-color: #f4f6fa !important;
    color: #171717 !important;
    border-radius: 10px !important;
}
.ui-select__dropdown {
    border-radius:10px !important;
}
.ui-select-option.is-highlighted {
    background-color: rgba(255, 255, 255, .50) !important;
}
.ui-select-option.is-selected {
    background-color: rgba(255, 255, 255, 0.75) !important;
    color: #171717 !important;
    font-weight: normal !important;
}
.ui-select-option {
    font-size: 12px !important;
}
.ui-select-option--type-image {
    padding: 8px 13px !important;
}

.ui-select{}
.ui-select__content {}
.ui-select__label {
    background-color: #f4f6fa;
    font-size: 12px;
    border-radius: 5px;

    /*border: 1px solid #e6ebf1;*/
    border: 1px solid #BDBDBD;
    padding: 0 10px !important;
    text-align: left;
}
.ui-select__display {
    border: none !important;
    color: #171717 !important;
    font-size: 12px !important;
    font-weight: 200 !important;
    padding: 0;
    width: 100%;
}
.ui-select__label.has-dropdown-open.tippy-active {}
.tippy-tooltip {
    border-radius: 20px !important;
}
.ui-select__display-value.is-placeholder {
    color: rgba(0, 0, 0, 0.38);
}
.ui-select__dropdown-button {
    color: rgba(0, 0, 0, 0.54);
    font-size: 1.125rem;
    margin-left: auto;
    margin-right: -0.25rem;
}
.ui-select__options {
    border: none !important;
}
.ui-select.is-active:not(.is-disabled) .ui-select__display {
    border-bottom-color: transparent !important;
    border-bottom-width: 0 !important;
}
.ui-select__search-input:focus + .ui-select__search-icon {
    color: #6d0606 !important;
}
.ui-select-option.is-selected .ui-select-option__checkbox {
    color: rgba(109, 6, 7, 0.77) !important;
}
/*Keen UI select with image END*/
.amount-input{
    display: flex;
    background-color: rgba(240, 243, 248, .7);
    border-radius: 5px;
    /*border: 1px solid #f0f3f8;*/
    border: 1px solid #BDBDBD;
    margin-bottom: 15px;
}
.amount-input .currency{
    padding: 9px 8px 8px 15px;
    font-size: 12px;
    line-height: 13px;
}
.amount-input .currency span{
    font-weight: 600;
    color: #777;
}
.amount-input .input{
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 12px;
    outline: none;
    padding: 0 15px 0 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.amount-input .input:focus,
.amount-input .input:active {
    background: #FFFFFF;
    outline: none;
    box-shadow: none;
    border: 1px solid #606161;
}
.btn-xnax{
    width: 50%;
    border: 1px solid #6d0607;
    border-radius: 5px;
    margin: 15px auto 0 auto;
    padding: 10px 15px;
    font-size: 11px;
    background-color: #6d0607;
    color: #ffffff;
    transition: .3s all ease-in-out;
    display: block;
}
.btn-xnax:hover, .btn-xnax:focus{
    color: #6d0606;
    background-color: #ffffff;
    border: 1px solid #6d0606;
}
.secure-badge-hold{
    margin-bottom: 6px;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.secure-badge-hold .secure-badge{
    display: inline-block;
    position: relative;
    border-radius: 3px;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    background-color: #424242;
    margin: 0 auto;
}
.secure-badge-hold .secure-badge p{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 0;
}
.secure-badge-hold .base-link{
    color: #6d0607;
    font-weight: 300;
    font-size: 10px;
    margin-bottom: 0;
    display: block;
    position: relative;
    margin-top: 3px;
    text-decoration: underline;
}



/*Payment Modal*/
.modal-bg{
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vm;
    height: 100vh;
}
.payment-modal-hold{
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
}
.payment-modal-hold .payment-modal{}
.payment-modal-hold .payment-modal .card2{
    padding: 0;
    border-radius: 10px;
}

.payment-modal .close {}
.payment-modal .close-btn{
    position: absolute;
    top: 100px;
    right: -20px;
    height: 16px;
    width: 16px;
    padding: 0;
    display: inline-block;
    z-index: 3;
    border-radius: 50%;
    background: transparent;
    transition: all .3s;
    outline: none;
    cursor: pointer;
    margin-bottom: 10px;
    border: none;
}
.payment-modal .close-btn svg{}
.payment-modal .head {
    display: block;
    position: relative;
    /* width: 100%; */
    height: 27px;
    padding: 0 42%;
    text-align: center;
    align-content: center;
    justify-content: center;
}

.payment-modal .head .log-hold {
    background-color: #fff;
    padding: 4px;
    border-radius: 50%;
    display: block;
    margin: -30px auto 0 auto;
    position: absolute;
    z-index: 9999;
}
.payment-modal .head .log-hold >div{
    /*background-color: #6d0606;*/
    background-color: #E0E0E0;
    border-radius: 50%;
    padding: 13px 10px;
}
.payment-modal .head .log-hold img {
    margin-bottom: 0;
    height: 30px;
    width: auto;
    display: unset;
    z-index: 9999;
}

.payment-modal .modal-top{
    padding: 20px 25px 30px 25px;
}
.payment-modal .modal-top .payment-details{
    padding: 20px 0 15px 10px;

}
.payment-modal .modal-top .payment-details p{
    margin: 0;
    padding: 0;
}
.payment-modal .modal-top .payment-details .company{
    font-size: 8px !important;
    color: #808181;
}
.payment-modal .modal-top .payment-details .amount{
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 3px !important;
    margin-top: 2px;
}
.payment-modal .modal-top .payment-details .email{
    font-size: 10px !important;
    line-height: 10px;
    color: #6d0606;
}


.payment-modal .modal-top .payment-modal-form{}
.payment-modal .modal-top .payment-modal-form button{
    width: 100%;
    margin-top: 15px;
}

.modal-base{
    margin: 10px 0 0 0;
}
.modal-base .payment-modal-tab{
    padding: 0;
    text-align: center;
}
.modal-base .payment-modal-tab .tab-btn.l{
    border-right: 1px solid #F5F5F5;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-left: 20px;
}
.modal-base .payment-modal-tab .tab-btn.r{
    /*border-left: 1px solid #606161;*/
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-right: 20px;
}
.modal-base .payment-modal-tab .tab-btn{
    padding: 20px 20px;
    font-size: 10px;
    color: #606161;
    cursor: pointer;
    background-color: #F5F5F5;
    border-top: 1px solid #F5F5F5;
    transition: 0.5s all ease-in-out;
    margin-bottom: 30px;

    border-radius: 5px;
}
.modal-base .payment-modal-tab .tab-btn.active{
    color: #6d0606 !important;
    background-color: #FFFFFF !important;
    border-top: 1px solid #FFFFFF !important;
}
.modal-base .payment-modal-tab .tab-btn.active span{
    /*color: #c02026 !important;*/
}
.modal-base .payment-modal-tab .tab-btn:hover{
    color: #6d0606;
}
.modal-base .payment-modal-tab .tab-btn:focus,
.modal-base .payment-modal-tab .tab-btn:active{}
/*Payment Modal END*/


/*Notification modal Component*/
.notification-modal{}
.notification-modal.sm{}
.notification-modal.sm .head {
    display: block;
    position: relative;
    width: 100%;
    height: 27px;
    padding: 0 41%;

    /*succes: #85bc94*/
    /*error: #e06661*/
}

.notification-modal.sm .head .logo-hold {
    background-color: #fff;
    padding: 4px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    position: absolute;
    /*left: 43%;*/
    /* top: -30px; */
    z-index: 9999999999999999;
}
.notification-modal.sm .head .logo-hold >div{
    background-color: #E0E0E0;
    border-radius: 50%;
    padding: 13px 10px;
}
.notification-modal.sm .head .logo-hold .logo {
    margin-bottom: 0;
    height: 30px;
    width: auto;
    display: unset;
    z-index: 999999999999999999999999999;
}
.notification-modal.sm .bottom{
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 25px 25px 25px 25px;
    overflow-x: hidden;
}
.notification-modal.sm .bottom .modal-body{
    padding: 25px 0 15px 0;
}
.notification-modal.sm .bottom .modal-body .status-icon{
    padding: 3px 3px 0 5px;
}
.notification-modal.sm .bottom .modal-body .status-icon svg{
    height: 30px;
    width: 30px;
    margin: 0 auto;
}
.notification-modal.sm .bottom .modal-body .status-icon svg.error{
    fill: #e06661;
}
.notification-modal.sm .bottom .modal-body .status-icon svg.success{
    /*fill: #85bc94;*/
    fill: #3f8a21;
}
.notification-modal.sm .bottom .modal-body p{
    font-size: 12px;
    margin-bottom: 0;
    text-align: left;
}
.notification-modal.sm .bottom .modal-button{}
.notification-modal.sm .bottom .modal-button .btn{
    margin: 0 auto;
    width: 95%;
}
.notification-modal.sm .bottom .modal-button.alt .btn{
    margin-bottom: 5px !important;
    margin-top: 0 !important;
}
.notification-modal .lg{}

.ui-modal__container {
    background-color: transparent !important;
    box-shadow: none !important;
}
.ui-modal:not(.has-footer) .ui-modal__body {
    padding: 0 !important;
}
.ui-modal__mask {
    background-color: rgba(0, 0, 0, 0.35) !important;
}

.modal-body.history{
    display: block;
    padding: 10px 0 15px 0 !important;
}
.modal-body.history .trnxHist{
    display: block;
}
.modal-body.history .trnxHist .logo{
    margin-bottom: 25px;
}
.modal-body.history .trnxHist .logo img{
    height: 50px;
    width: auto;
    border-radius: 50%;
}
.modal-body.history .trnxHist .logo.alt img {
    border-radius: 3px !important;
    width: 100%;
    height: auto;
}
.modal-body.history .trnxHist .logo img.alt{
    border-radius: 0 !important;
}
.modal-body.history .trnxHist .amount{
    margin-bottom: 25px;
}
.modal-body.history .trnxHist .amount .crdDbt{}
.modal-body.history .trnxHist .amount .crdDbt span{
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-bottom: 8px;
    margin-right: 3px;
}
.modal-body.history .trnxHist .amount .crdDbt span.crd{
    background-color: #3f8a21;
}
.modal-body.history .trnxHist .amount .crdDbt span.myb{
    background-color: #e29c01;
}
.modal-body.history .trnxHist .amount .crdDbt span.dbt{
    background-color: #c02026;
}
.modal-body.history .trnxHist .amount p{
    margin-bottom: 0;
    font-size: 20px;
    line-height: 15px;
    font-weight: 200;
}
.modal-body.history .trnxHist .amount p.bankerName {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 5px;
    font-weight: 200;
}
.modal-body.history .trnxHist .amount p .currency{}

.modal-body.history .trnxHist .histLabel{
    font-size: 12px !important;
    padding: 1px 0 1px 5px;
    color: #606161;
}
.modal-body.history .trnxHist .histRecord{
    font-size: 10px;
    font-weight: 600;
    margin: 0 0 0 0;
    padding: 0 5px 0 0;
    color: #6d0606;
    /*text-align: left;*/
}
.modal-body.history hr{
    border: 0.5px solid #f5f5f5;
    margin: 8px 0;
}
/*Notification modal Component END*/





/***********************************************
* Media Queries (Start)
***********************************************/
/**/
/*Media Query*/
/**/

/*< XS*/
@media only screen and (min-width:0px) and (max-width: 320px) {
    .no-pad-r{
        padding-right: 15px !important;
    }
    .no-pad-l{
        padding-left: 15px !important;
    }
    .no-pad-r2{
        padding-right: 15px !important;
    }
    .no-pad-l2{
        padding-left: 15px !important;
    }
}
/*< XS END*/

/*< XS*/
@media only screen and (min-width: 321px) and (max-width: 575px) {
    .no-pad-r{
        padding-right: 15px !important;
    }
    .no-pad-l{
        padding-left: 15px !important;
    }
    .no-pad-r2{
        padding-right: 15px !important;
    }
    .no-pad-l2{
        padding-left: 15px !important;
    }
}
/*< XS END*/

/*< SM*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .no-pad-r{
        padding-right: 15px !important;
    }
    .no-pad-l{
        padding-left: 15px !important;
    }
    .no-pad-r2{
        padding-right: 15px !important;
    }
    .no-pad-l2{
        padding-left: 15px !important;
    }
}
/*< SM END*/

/*< MD*/
@media only screen and (min-width:768px) and (max-width: 991px) {  }
/*< MD END*/

/*< LG*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {}
/*< LG END*/

/*< LG (LG (ipad Pro))*/
@media only screen and (min-width: 992px) and (max-width: 1199px)  and (min-height: 992px){}
/*< LG END*/

/*< XL*/
@media (min-width: 1200px) { }
/*< XL END*/


/**/
/*Media Query*/
/**/
/***********************************************
* Media Queries (END)
***********************************************/



