/***** Global CSS *****/
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
    font-family: 'Conv_avenir';
    src: url('../font/avenir.eot');
    src: local('?'), url('../font/avenir.woff') format('woff'), url('../font/avenir.ttf') format('truetype'), url('../fonts/avenir.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
  
    src: url('../font/AvenirLT-Light.eot');
    src: url('../font/AvenirLT-Light.eot?#iefix') format('embedded-opentype'), url('../font/AvenirLT-Light.woff2') format('woff2'), url('../font/AvenirLT-Light.woff') format('woff'), url('../font/AvenirLT-Light.ttf') format('truetype'), url('../font/AvenirLT-Light.svg#AvenirLT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}*/
@font-face {
    font-family: 'Another Flight';
    src: url('../font/AnotherFlight.woff2') format('woff2'), url('../font/AnotherFlight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body {
    background-color: #ffffff;
    height: 100%;
    font-family: 'Conv_avenir', sans-serif;
}

html {
    height: 100%;
}

ol, ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a {
    transition: 0.5s all ease;
}

p {
    margin: 0;
}

li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

.login-box {
    max-width: 685px;
    margin: 0 auto;
}

.btn-custom {
    border-radius: 4px;
    background: linear-gradient(208.63deg, #39A1F7 0%, rgba(20,4,185,0.8) 93.18%, #A875FF 100%);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
    height: 63;
    font-size: 32px;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0.61px;
    line-height: 62px;
    text-align: center;
    padding: 0;
    border: 0;
    font-family: Conv_avenir,sans-serif;
    width: 100%;
}

.btn {
    min-width: 262px;
    border-radius: 4px;
    /*background: #00cfff;*/
    background: #000000;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
    height: 63px;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.61px;
    line-height: 62px;
    text-align: center;
    padding: 0;
    border: 0;
    font-family: Conv_avenir,sans-serif;
    color: white !important;
}
.btn-save-cancle{
    max-width:150px !important;
}
.modal-title.text-orange {
    color: #FF4500;
}

.wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    align-self: center;
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;*/
}

.head-title {
    margin: 20px 0 30px 0;
    text-align: center;
}

    .head-title h2 {
        color: #121958;
        font-size: 48px;
        font-weight: 300;
        margin-bottom: 20px;
    }

.login-box .form-control {
    border: 1px solid #DADAED;
    border-radius: 8px;
    background-color: #FFFFFF;
    height: 80px;
    color: #C2C2C2;
    font-size: 27px;
    font-style: oblique;
    padding: 0px 30px;
}

.login-box .form-group {
    margin-bottom: 20px;
}

    .login-box .form-group.form-group-last {
        margin-bottom: 15px;
    }

.head-box {
    margin-top: 30px;
    text-align: center;
}

.login-box .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #C2C2C2;
    opacity: 1;
}

.login-box .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #C2C2C2;
    opacity: 1;
}

.login-box .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #C2C2C2;
    opacity: 1;
}

.login-box .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #C2C2C2;
    opacity: 1;
}

.links {
    float: right;
    color: #535D7E;
    font-size: 24px;
    font-style: oblique;
    line-height: 33px;
}

    .links a {
        color: #535D7E;
    }

.form-group-submit {
    margin: 30px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
/**dshboard**/
.icon-menus {
    background: url("../images/icon-menu.png") no-repeat;
    width: 39px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-position: 0 0;
}
.icon-menus-transaction {
    background: url("../images/addCardStoreValue.png") no-repeat;
    width: 50px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-position: 0 0;
}
.icon-menus-storevalue {
    background: url("../images/icon-menu.png") no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-position: 0 0;
}
.icon-money {
    background-position: -40px 0;
}

.icon-accounts {
    background-position: -80px 0;
}

.icon-logout {
    background-position: -120px 0;
}

.menus li:hover .icon-menus, .menus li.active .icon-menus {
    background-position: 0 -40px;
}

.menus li:hover .icon-money, .menus li.active .icon-money {
    background-position: -40px -40px;
}

.menus li:hover .icon-accounts, .menus li.active .icon-accounts {
    background-position: -80px -40px;
}

.menus li:hover .icon-logout, .menus li.active .icon-logout {
    background-position: -120px -40px;
}

.left-bar {
    width: 118px;
    float: left;
    background: #2629de;
    position: fixed;
    height: 100vh;
    top: 0;
}
.left-bar-storeValue {
    width: 118px;
    float: left;
    background: #c5bebe;
    position: fixed;
    height: 100vh;
    top: 0;
}
.main-logo {
    text-align: center;
    margin-top: 20px;
}

.menus li {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 40px 0 0 0;
}

    .menus li a {
        float: left;
        width: 100%;
    }

    .menus li:last-child {
        position: absolute;
        left: 0;
        text-align: center;
        margin: 0 auto;
        bottom: 20px;
        right: 0;
    }

.header {
    border: 1px solid #F5F4F5;
    background-color: #FFFFFF;
    box-shadow: 0 2px 40px 1px rgba(221,229,252,0.5);
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-self: center;
    height: 80px;
    justify-content: center;
}

.right-bar {
    width: calc(100% - 118px);
    margin-left: 118px;
}

.top-navigation-icon {
    float: right;
}

.mobile-menu {
    display: none;
}

.top-navigation-icon li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    color: #6A6F7A;
    font-size: 18px;
    font-weight: 300;
}

.input-search .form-control.header-search {
    border: 0;
    padding-left: 25px;
    color: #ADB5C7;
    font-size: 16px;
    background: url("../images/icon-menu.png") no-repeat;
}

.input-search {
    position: relative;
}

    .input-search img {
        position: absolute;
        top: 11px;
        left: 0;
    }

    .input-search .form-control.header-search::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #ADB5C7;
        opacity: 1;
    }

    .input-search .form-control.header-search::-moz-placeholder {
        /* Firefox 19+ */
        color: #ADB5C7;
        opacity: 1;
    }

    .input-search .form-control.header-search:-ms-input-placeholder {
        /* IE 10+ */
        color: #ADB5C7;
        opacity: 1;
    }

    .input-search .form-control.header-search:-moz-placeholder {
        /* Firefox 18- */
        color: #ADB5C7;
        opacity: 1;
    }

.notiication-count {
    position: relative;
}

    .notiication-count span {
        height: 18px;
        width: 18px;
        background-color: #25CDDA;
        color: #fff;
        border-radius: 100px;
        position: absolute;
        top: -6px;
        right: -15px;
        text-align: center;
        font-size: 11px;
        line-height: 19px;
    }

.page-content {
    padding: 30px 50px;
}

.title-section h2 {
    color: #121958;
    font-size: 48px;
    line-height: 66px;
}

.note {
    color: #ADB5C7;
    font-size: 18px;
}

.benefactor-boxes {
    border-radius: 12px;
    background: linear-gradient(318.43deg, #686EE7 0%, #FB61E2 100%);
    box-shadow: 0 2px 48px 1px rgba(176,192,237,0.60);
    padding: 40px;
    text-align: center;
    margin: 55px 0;
}

    .benefactor-boxes.money-box {
        background: linear-gradient(318.43deg, #0893C5 0%, #23F2AF 100%);
        box-shadow: 0 2px 48px 1px rgba(176,192,237,0.60);
    }

    .benefactor-boxes.account-box {
        background: linear-gradient(318.43deg, #E38831 0%, #FFC349 100%);
        box-shadow: 0 2px 48px 1px rgba(176,192,237,0.60);
    }

.custom-padding {
    padding: 0 50px;
}

.cash-amount.cash-amount-filled .head {
    line-height: 9px;
    margin-bottom: 0px;
}

.amount-options.amount-option-filled {
    margin-top: 20px;
}

.dashboard-widigt {
   /* max-width: 1050px;*/
    margin: 0 auto;
}

.benefactor-boxes h2 {
    color: #FFFFFF;
    font-size: 45px;
    margin-bottom: 20px;
}

.mobile-overlay {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
}

body.open-sidebar .mobile-overlay {
    display: block;
}

#notifiation-panel {
    clear: both;
    position: absolute;
    top: 100%;
    min-width: 23rem;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 22px 0 #868585;
    right: 24px;
    padding: 30px 20px;
    z-index: 999;
}

.notification h2 {
    color: #FF4500;
    font-size: 13px;
    letter-spacing: 0.22px;
    line-height: 18px;
    text-align: center;
}

.avatar {
    width: 44px;
    height: 44px;
    line-height: 2rem;
    border-radius: 50%;
    display: inline-block;
    background: no-repeat center/cover;
    background-image: none;
    position: relative;
    text-align: center;
    color: #868e96;
    font-weight: 600;
    vertical-align: bottom;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    margin-top: 4px;
}

.profile-dis {
    overflow: hidden;
    font-size: 14px;
    color: #636363;
    padding: 10px;
}

.notification-listing li {
    margin: 10px 0;
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

.btn.btn-sm {
    min-width: 100%;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
    font-size: 14px;
}

.profile-btns {
    clear: both;
    margin: 15px 0;
}

.btn.btn-secondary {
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(0,0,0,0.23) 0%, #C7C7C7 100%);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
}

    .btn.btn-secondary:hover {
        background: linear-gradient(208.63deg, #39A1F7 0%, rgba(20,4,185,0.8) 93.18%, #A875FF 100%);
    }

.btn:hover {
    background:#000000;
    /*background: linear-gradient(0deg, rgba(0,0,0,0.23) 0%, #C7C7C7 100%);*/
}

.close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}
.add-card-close {
    height: 40px;
    width: 50px;
    transform: scale(1);
    color: white;
    background: #000000 !important;
    border-radius: 50px;
    top: 27px;
    right: 23px;
    vertical-align: middle;
    line-height: 50%;
    opacity:inherit;
}

.transactions-card h2 {
    text-align: center;
    color: #636363;
    font-size: 13px;
    letter-spacing: 0.22px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 5px;
}

.transaction-list-data ul li a {
    color: #636363;
    font-size: 14px;
}

.transaction-list-data ul li {
    padding: 8px 15px;
    clear: both;
    margin-left: 0;
}

.transaction-list-data h3 {
    background: #FF4500;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    margin: 15px 0 10px 0;
}

.transactions-card {
    position: absolute;
    top: 8px;
    right: 10px;
    clear: both;
    min-width: 13rem;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 22px 0 #868585;
    padding: 25px 0;
    z-index: 999;
}

.white-box {
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 22px 0 rgba(79,75,116,0.32), 0 0 8px 0 rgba(0,0,0,0.1);
}

.tabing-custom .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    background: #e5eaee;
    border-top-right-radius: 0;
    /*padding: 0 10px;*/
    display: flex;
    padding: 1px 15px;
    align-items: center
}

    .tabing-custom .nav-tabs .nav-item.show .nav-link, .tabing-custom .nav-tabs .nav-link.active {
        background: #cfe6ff;
    }

        .tabing-custom .nav-tabs .nav-link.active:after {
            border-bottom: 52px solid #cfe6ff;
        }

        .tabing-custom .nav-tabs .nav-link.active:before {
            border-bottom: 52px solid #cfe6ff;
        }

    .tabing-custom .nav-tabs .nav-link i {
        display: inline-block;
        vertical-align: middle;
        padding-left: 12px;
        font-style: normal;
    }

.nav-tabs .nav-item {
    position: relative;
    margin: 0 40px;
    height: 53px;
}

    .nav-tabs .nav-item .nav-link:after {
        position: absolute;
        top: 0;
        left: -35px;
        content: '';
        border-bottom: 52px solid #e5eaee;
        border-left: 25px solid transparent;
        height: 0;
        width: 36px
    }

    .nav-tabs .nav-item .nav-link:before {
        position: absolute;
        top: 0;
        right: -35px;
        content: '';
        border-bottom: 52px solid #e5eaee;
        border-right: 25px solid transparent;
        /*height: 0;*/
        width: 36px;
        height: 52px;
    }

.nav-link {
    display: block;
    padding: .5rem 0;
    color: #09084F;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.12px;
}

.tab-content .avatar {
    width: 32px;
    height: 32px;
    line-height: 2rem;
    border-radius: 50%;
    display: inline-block;
    background: no-repeat center/cover;
    background-image: none;
    position: relative;
    text-align: center;
    color: #868e96;
    font-weight: 600;
    vertical-align: bottom;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}

.tabing-custom .nav-tabs {
    border: 0;
    margin-bottom: 0;
}

.table tr td {
    color: #6B6F83;
    font-size: 14px;
    font-weight: 300;
    border-top: 1px solid rgba(151,151,151,.2);
    padding: 18px 15px;
}

.table thead tr th {
    border: 0;
    color: #464855;
    font-size: 14px;
    padding: 25px 15px 10px 15px;
    vertical-align: middle;
}

.plan-title {
    position: relative;
}





.plan-panel-dropdown h2 {
    background: linear-gradient(208.63deg, #FEFEFE 0%, rgba(64,157,240,0.98) 9.62%, rgba(77,101,187,0.8) 93.18%, #A875FF 100%);
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.plan-data {
    clear: both;
    position: absolute;
    top: 100%;
    min-width: 8rem;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 22px 0 #868585;
    left: 0;
    padding: 20px 0 10px 0;
    z-index: 999;
}

.plan-down {
    position: relative;
    padding-left: 7px;
}

    .plan-down:after {
        position: absolute;
        top: 0;
        left: 6px;
        background: #000;
        width: 1px;
        height: 20px;
        content: '';
    }

.list-info {
    float: right;
    padding-top: 15px;
}

    .list-info li {
        float: left;
        margin-left: 100px;
    }

.export-section img {
    display: inline-block;
    vertical-align: middle
}

.export-section em {
    font-style: normal;
    text-decoration: none;
    font-size: 12px;
    display: block;
    color: #4B4B4B;
}



.table-wrapper {
    width: 100%;
    padding-bottom: 20px;
}

.profile-accounts .avatar {
    width: 65px;
    height: 65px;
    line-height: 2rem;
    border-radius: 50%;
    display: inline-block;
    background: no-repeat center/cover;
    background-image: none;
    position: relative;
    text-align: center;
    color: #868e96;
    font-weight: 600;
    vertical-align: bottom;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}



.profile-accounts em {
    font-style: normal;
    color: #6B6F83;
    font-size: 14px;
    padding-left: 15px;
    word-break: break-all;
    width: 200px;
}

.table td, .table th {
    vertical-align: middle;
}

.current-balance {
    float: right;
}

.current-balance-box {
    border: 1px solid #F6F5F5;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 48px 1px rgba(176,192,237,0.42);
    width: 19rem;
    text-align: center;
    padding: 15px 10px;
}

    .current-balance-box h2 {
        color: #121958;
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 15px;
    }

    .current-balance-box p {
        color: #121958;
        font-size: 46px;
        font-weight: bold;
        line-height: 46px;
    }

    .current-balance-box span {
        color: #121958;
        font-size: 18px;
    }

.beds-baths span.icon {
    opacity: 1;
    color: #909090;
    font-size: 32px;
    width: 27px;
    display: block;
    margin: 0 auto;
    height: 24px;
    line-height: 24px;
}

.icon-blank-space {
    text-indent: -9999px
}

.beds-baths.active span.icon {
    opacity: 0;
    color: #fff;
    font-size: 20px;
    width: 27px;
}

.beds-baths-group .beds-baths.active:first-child span.icon {
    opacity: 1;
    color: #909090;
    font-size: 32px;
    width: 27px;
    display: block;
    margin: 0 auto;
    height: 24px;
    line-height: 24px;
}

.beds-baths-group .beds-baths:first-child, .beds-baths-group .beds-baths:hover:first-child, .beds-baths-group .beds-baths:active:first-child, .beds-baths-group .beds-baths:focus:first-child {
    background: #F3F3F3;
    border-color: #ccc;
    box-shadow: none;
    -webkit-box-shadow: none;
    cursor: default;
    color: #909090;
}

.beds-baths.active {
    background: #7BB712;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.beds-baths {
    width: 100%;
}

.beds-baths-group {
    width: 100%
}

.choose-no-point {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 70px;
    width: 100%;
    margin: 0 auto;
    font-size: 27px;
    font-weight: bold;
    color: #717784;
    text-align: center;
}

.beds-baths.active .choose-no-point {
    color: #fff;
}

.mobile-br {
    display: block;
}

.beds-baths-clearfix {
    display: none;
    clear: both;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.amount-options .btn-custom-bx {
    width: 100%;
    min-width: 100%;
    position: relative;
    float: left;
    border: 1px solid #979797;
    border-radius: 12px;
    background-color: #FFFFFF;
    height: 70px;
    line-height: 70px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    cursor: pointer;
}

    .amount-options .btn-custom-bx.active {
        color: #FFFFFF;
        font-size: 27px;
        font-weight: 500;
        line-height: 70px;
        background: linear-gradient(208.63deg, #39A1F7 0%, rgba(20,4,185,0.8) 93.18%, #A875FF 100%);
        box-shadow: 0 5px 8px 0 rgba(6,57,255,0.5);
    }

        .amount-options .btn-custom-bx.active .choose-no-point {
            color: #fff;
        }

.balance-load-panel {
    padding: 20px;
}

.input-amount .form-control {
    border: 1px solid #DADAED;
    border-radius: 8px;
    background-color: #FFFFFF;
    height: 70px;
    color: #C2C2C2;
    font-size: 24px;
    font-style: oblique;
    padding: 30px 20px;
}

.payment-methods li {
    margin: 15px 20px 0 0;
    padding: 10px 0;
    display: inline-block;
    width: 13%;
    text-align: center;
    vertical-align: middle;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 16px 0 rgba(176,192,237,0.4);
}

.payment-methods ul {
    display: flex;
    align-items: center;
}

.payment-inputs .form-control {
    margin-bottom: 15px;
    height: 43px;
    line-height: 43px;
    border: 0;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    color: #555555;
    font-size: 17px;
    font-weight: 500;
}

    .payment-inputs .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #555555;
        opacity: 1;
    }

    .payment-inputs .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #555555;
        opacity: 1;
    }

    .payment-inputs .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #555555;
        opacity: 1;
    }

    .payment-inputs .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #555555;
        opacity: 1;
    }



.switch-reload .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}





.switch-reload input:checked + .slider {
    background-color: #4DD865;
}

.switch-reload {
    margin: 20px 0 0 0;
}

    .switch-reload input:focus + .slider {
        box-shadow: 0 0 1px #4DD865;
    }

    .switch-reload input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }
    /* Rounded sliders */
    .switch-reload .slider.round {
        border-radius: 34px;
    }

        .switch-reload .slider.round:before {
            border-radius: 50%;
        }

.mb20 {
    margin-bottom: 20px !important;
}

.payment-inputs .pl0 {
    padding-left: 5px;
}

.switch-reload em {
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
    margin-right: 10px;
    color: #2A4294;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -0.11px;
    line-height: 23px;
}

.cash-amount .head {
    color: #717784;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
}

.payment-inputs .head {
    color: #717784;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 35px;
}

.cash-amount {
    margin-bottom: 40px;
}

.input-amount .form-control.form-control-sm {
    font-size: 16px;
    padding: 0 10px;
}



.custom_check_box input {
    display: none;
}

.custom_check_box span {
    position: absolute;
    top: 0px;
    left: 0px;
    float: left;
    width: 23px;
    height: 23px;
    background-image: url(../images/icon-uncheck.png);
    background-repeat: no-repeat;
}

.custom_check_box input:checked + span {
    background-image: url(../images/icon-check.png);
}

.head.head-method {
    float: left;
}

.pl0 {
    padding-left: 0;
}

.payment-methods li img {
    max-width: 100%;
}

.amount-options .btn {
    min-width: 100%;
}

.content-scroll {
    height: 250px;
    overflow: auto;
}

    .content-scroll.scroll-list {
        height: 350px;
        margin-right: 15px;
    }

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #D8D8D8;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #D8D8D8;
}

.mCSB_scrollTools .mCSB_draggerRail, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    border-radius: 30px;
}

#transactions-panel-dropdown .close {
    position: absolute;
    top: 7px;
    right: 15px;
}

.form-control:focus {
    outline: none;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}

.custom-padding a:hover {
    text-decoration: none;
}

.transactions-dropdown {
    margin-top: 15px;
}

.input-currency {
    position: relative;
}

    .input-currency span {
        position: absolute;
        left: 15px;
        top: 17px;
        font-size: 24px;
        color: #ABABAC;
    }

.input-amount.input-currency .form-control {
    color: #ABABAC;
    padding-left: 35px;
}

    .input-amount.input-currency .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #ABABAC;
        opacity: 1;
    }

    .input-amount.input-currency .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #ABABAC;
        opacity: 1;
    }

.input-amount.input-currency .form-controll:-ms-input-placeholder {
    /* IE 10+ */
    color: #ABABAC;
    opacity: 1;
}

.input-amount.input-currency .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #ABABAC;
    opacity: 1;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0 !important;
}

table.dataTable tbody td {
    padding: 15px 18px !important;
    word-break: break-all;
}

table.dataTable.no-footer {
    border: 0 !important;
}
/***16-04-2019***/
.linked-delete-custom {
    position: relative;
}

.img-dots:after {
    position: absolute;
    top: -16px;
    left: -20px;
    background: url(../images/img-dots-down.png) no-repeat;
    width: 8px;
    height: 33px;
    content: '';
}

.img-dots.active:after {
    position: absolute;
    top: -16px;
    left: -20px;
    background: url(../images/img-dots-down-active.png) no-repeat;
    width: 8px;
    height: 33px;
    content: '';
}

.linked-data {
    clear: both;
    position: absolute;
    top: 100%;
    min-width: 8rem;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 22px 0 #868585;
    right: 27px;
    padding: 10px 0 10px 0;
    z-index: 999;
    margin-top: 17px;
    display: none;
}

    .linked-data.data-open {
        display: block;
    }

    .linked-data .plan-panel-dropdown ul li {
        padding: 1px 9px;
    }

        .linked-data .plan-panel-dropdown ul li a {
            color: #636363;
            font-size: 13px;
        }

@media (min-width:1366px) {
    .col-lg-2.custom-load {
        -ms-flex: 0 0 14.666667%;
        flex: 0 0 14.666667%;
        max-width: 14.666667%;
    }
}


/**super-admin**/

/**admin**/
.left-bar-admin {
    width: 276px;
    float: left;
    background: linear-gradient(208.63deg, #39A1F7 0%, rgba(20,4,185,0.8) 51.1%, #A875FF 100%);
    position: fixed;
    height: 100vh;
    top: 0;
}

.right-bar-admin {
    width: calc(100% - 276px);
    overflow: hidden;
    margin-left: 276px;
}

.org-green-box {
    background: linear-gradient(0deg, #B4EC51 0%, #429321 100%);
    box-shadow: 0 2px 48px 1px rgba(176,192,237,0.42);
    -moz-box-shadow: 0 2px 48px 1px rgba(176,192,237,0.42);
    -webkit-box-shadow: 0 2px 48px 1px rgba(176,192,237,0.42);
}

.prog-green-box {
    background: linear-gradient(318.43deg, #0893C5 0%, #23F2AF 100%);
    box-shadow: 0 2px 48px 1px rgba(176,192,237,0.42);
    -moz-box-shadow: 0 2px 48px 1px rgba(176,192,237,0.42);
    -webkit-box-shadow: 0 2px 48px 1px rgba(176,192,237,0.42);
}

.menus li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    color: #fff;
    font-weight: 300;
    font-family: 'Conv_avenir',sans-serif;
    padding-left: 20px;
}

.menus.menu-admin li {
    padding: 25px 30px 0 35px;
    text-align: left;
}

.org-boxes-list {
    position: relative;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 22px 0 rgba(79,75,116,0.32), 0 0 8px 0 rgba(0,0,0,0.1);
    margin-bottom: 50px;
    height: 160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.org-boxes {
    align-self: center;
}

    .org-boxes h2 {
        color: #6B6F83;
        font-size: 30px;
        line-height: 41px;
        text-align: center;
        font-weight: 300;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 200px;
        margin: 0 auto;
    }

    .org-boxes h6 {
        color: #6B6F83;
        font-size: 21px;
        font-weight: 300;
        line-height: 41px;
        text-align: center;
        padding: 0 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 200px;
        margin: 0 auto;
    }

.dashboard-widigt.org-widigt {
    max-width: 980px;
    margin-top: 50px;
}

.org-boxes-list:hover {
    text-decoration: none;
}

.linked-delete-box {
    position: absolute;
    top: 0;
    right: 0;
}

.img-dots-box {
    position: absolute;
    top: 10px;
    background: url(../images/img-dots-down.png) no-repeat;
    width: 8px;
    height: 33px;
    content: '';
    right: 10px
}

.linked-down-actions.active1 .img-dots-box {
    background: url(../images/img-dots-down-active.png) no-repeat;
}

.img-dots-box.active:after {
    position: absolute;
    top: -16px;
    left: -20px;
    background: url(../images/img-dots-down-active.png) no-repeat;
    width: 8px;
    height: 33px;
    content: '';
}

.linked-data-actions {
    clear: both;
    position: absolute;
    top: 100%;
    min-width: 10rem;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 22px 0 #868585;
    right: 10px;
    padding: 10px 0 10px 0;
    z-index: 999;
    margin-top: 50px;
    display: none;
}

    .linked-data-actions li {
        position: relative;
    }

        .linked-data-actions li:after {
            content: '';
            position: absolute;
            left: 0;
            top: 7px;
            /*background: #ccc;*/
            width: 10px;
            height: 10px;
            border-radius: 100px;
            background: url(../images/icon-uncheck-small.png) no-repeat;
            display: none;
        }

        .linked-data-actions li.active:after {
            background: url(../images/icon-check-small.png) no-repeat;
            display: none;
        }

.org-panel-dropdown ul li {
    margin: 5px 10px;
    padding-left: 15px;
}

    .org-panel-dropdown ul li a {
        font-size: 13px;
        font-weight: 500;
        color: #636363;
    }

.linked-data-actions .close {
    position: absolute;
    top: 2px;
    right: 10px;
}

.list-info .btn.btn-small {
    height: 60px;
    min-width: 60px;
    width: 60px;
    line-height: 57px;
    border-radius: 12px;
    /*  background: #4D4DB4;*/
    box-shadow: 0 2px 16px 0 rgba(176,192,237,0.48);
}

.title-section h6 {
    margin-left: 0;
    color: #121958;
    font-size: 22px;
    font-weight: 500;
    line-height: 42px;
    word-break: break-all;
}

.list-info.list-info-admin li {
    float: left;
    margin-left: 50px;
}

.page-content.page-content-org {
    padding: 0px 0;
}

.org-tabbing .nav-tabs .nav-item .nav-link:before {
    display: none;
}

.org-tabbing .nav-tabs .nav-item .nav-link:after {
    display: none;
}

.nav-slide {
    background-color: #FAFAFA;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

    .nav-slide .nav-link {
        display: block;
        padding: 20px 0;
    }

    .nav-slide.nav-tabs .nav-item {
        position: relative;
        margin: 0 30px;
        height: 75px;
    }

        /*.nav-slide.nav-tabs {
        justify-content: space-between;
    }*/

        .nav-slide.nav-tabs .nav-item.show .nav-link, .nav-slide.nav-tabs .nav-link.active {
            background-color: transparent;
            border: 0;
            border-bottom: 4px solid #FF4500;
            outline: none;
        }

.form-control.form-control-custom {
    border: 0;
    border-bottom: 1px solid #979797;
    background-color: transparent;
    border-radius: 0;
    color: #717171;
    font-weight: 300;
    padding: .375rem 0;
}



    .form-control.form-control-custom::-moz-placeholder { /* Firefox 19+ */
        color: #717171;
        opacity: 1;
    }

    .form-control.form-control-custom:-ms-input-placeholder { /* IE 10+ */
        color: #717171;
        opacity: 1;
    }

    .form-control.form-control-custom:-moz-placeholder { /* Firefox 18- */
        color: #717171;
        opacity: 1;
    }

.detail-information {
    margin: 0 40px;
    margin-top: 45px;
}


/*.form-group-inner textarea.form-control.form-control-custom {
	height: 100px;
	resize: none;
}*/
.form-group-inner textarea.form-control.form-control-custom {
    height: 100px;
    resize: none;
    border: 1px solid #979797;
    padding: 10px;
}

.add-program {
    float: right;
    text-align: center;
    margin-top: 20px;
}

    .add-program:hover {
        text-decoration: none;
    }

    .add-program span {
        display: block;
        color: #777777;
        font-size: 10px;
        padding-top: 5px;
    }

.distance20 {
    height: 20px;
}

.custom-right {
    float: right;
}

.delete {
    color: #3F43CE;
    font-size: 12px;
}

.detail-information label {
    color: #717171;
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
}

.select-programs .custom_check_box {
    float: none;
    color: #6B6F83;
    font-size: 14px;
}

.select-programs li {
    margin-bottom: 30px;
}

.detail-information label em {
    font-style: normal;
}

.select-programs {
    max-width: 600px;
    margin: 0 auto;
}

    .select-programs .custom_check_box span {
        position: absolute;
        top: 3px;
        left: 0px;
        float: left;
        width: 16px;
        height: 16px;
        background-image: url(../images/icon-uncheck-sml.png);
        background-repeat: no-repeat;
    }

    .select-programs .custom_check_box input:checked + span {
        background-image: url(../images/icon-check-sml.png);
    }


.choose-program h2 {
    color: #3A4555;
    font-size: 21px;
    /*margin-left: 20px;*/
    font-weight: 500;
    line-height: 29px;
    margin: 20px 0;
}

.prog-list .title-section h2 {
    font-size: 42px;
    line-height: normal;
}

.prog-list .title-section {
    padding-bottom: 30px;
}

.switch-reload .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 21px;
    vertical-align: middle;
    margin-bottom: 0;
    transform: scale(1.4);
}

.switch-reload .slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 0px;
    right: 2px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    top: 0px;
}

.edit-reload-btn {
    border-radius: 8px;
    background: #000000;
    border-color: black;
    font-size: 13px;
    font-weight: 900;
    min-width: 65px;
    height:45px;
    font-family: Conv_avenir,sans-serif;
}

    .edit-reload-btn:hover {
        color:white;
        background: #000000;
        border-color: black;
    }

.org-admin-detail {
    margin-top: 50px;
    margin-bottom: 50px;
}

.org-admin-form .form-group {
    margin-bottom: 40px;
}

.dropdown-multiselect .dropdown-toggle::after {
    border-top: .4em solid #919191;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
    position: absolute;
    right: 0;
    top: 7px;
    border-radius: 3px;
}

.dropdown-multiselect .dropdown-toggle {
    color: #075B9B;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #979797;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5
}

.dropdown-multiselect .dropdown-menu {
    background: #075b9b;
    border-radius: 16px;
    border: none;
    padding: 20px 0 10px 0;
    background-color: #FFFFFF;
    font-size: 14px;
    left: auto !important;
    right: 0 !important;
    transform: none !important;
    top: 100% !important;
    text-transform: uppercase;
    min-width: 270px;
    min-height: 45px;
    -moz-box-shadow: 0 2px 22px 0 #868585;
    -webkit-box-shadow: 0 2px 22px 0 #868585;
    box-shadow: 0 2px 22px 0 #868585;
    opacity: 0.96;
}

.org-tabbing {
    margin-bottom: 150px;
}

.dropdown-multiselect .dropdown-menu .custom_check_box {
    float: none;
    font-size: 13px;
    color: #555555;
    font-weight: normal;
    position: relative;
    padding-left: 18px;
    margin-top: 0px;
    margin-left: 10px;
    text-transform: capitalize;
    margin-bottom: 0;
}

    .dropdown-multiselect .dropdown-menu .custom_check_box span {
        position: absolute;
        top: 6px;
        left: 0px;
        float: left;
        width: 10px;
        height: 10px;
        background-image: url(../images/icon-uncheck-small.png);
        background-repeat: no-repeat;
    }

    .dropdown-multiselect .dropdown-menu .custom_check_box input:checked + span {
        background-image: url(../images/icon-check-small.png);
    }

.close-dropdown {
    position: absolute;
    right: 25px;
    top: 15px;
}

.dropdown-multiselect .dropdown-item {
    padding: .15rem 5px;
}

.files {
    background: #a8c48f;
    display: table;
    color: #fff;
    line-height: 48px;
    height: 100%;
    border-radius: 5px;
    width: 100%;
    position: relative;
    cursor: pointer;
}

    .files input[type="file"] {
        overflow: hidden;
        opacity: 0;
        position: absolute;
        cursor: pointer;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999;
        bottom: 0;
    }

    .files:after {
        position: absolute;
        content: '';
        /*top: 0;*/
        left: 0;
        right: 0;
        background: url(../images/downloada.png) no-repeat;
        width: 30px;
        height: 30px;
        top: 10px;
        text-align: center;
        margin: 0 auto;
        cursor: pointer;
    }

.admin-browse-image {
    width: 100%;
    height: 100%;
}

.picture {
    width: 150px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    position: relative;
}

    .picture img {
        max-width: 100%;
    }

.nav-slide.nav-tabs .nav-item:focus {
    outline: none;
}

.picture:hover {
    border-color: #2ca8ff;
}

.content.ct-wizard-green .picture:hover {
    border-color: #05ae0e;
}

.content.ct-wizard-blue .picture:hover {
    border-color: #3472f7;
}

.content.ct-wizard-orange .picture:hover {
    border-color: #ff9500;
}

.content.ct-wizard-red .picture:hover {
    border-color: #ff3b30;
}

.picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}
/*Profile Pic End*/
.picture-container {
    height: 200px;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    align-self: center;
    overflow: hidden;
    border: none !important;
}
/*.picture:after {
     position: absolute;
     content: '';
     left: -11px;
     right: 0;
     background: url(../images/icon-profile.png) no-repeat;
     width: 90px;
     height: 90px;
     top: calc(50% - 67px);
     text-align: center;
     margin: 0 auto;
     cursor: pointer;
}
*/
.nav-slide-custom.nav-tabs .nav-item {
    position: relative;
    margin: 0 13px;
    height: 75px;
}

.nav-slide-custom.nav-tabs .nav-link:hover, .nav-slide-custom.nav-tabs .nav-link.active {
    background-color: transparent;
    border: 0;
    border-bottom: 4px solid #3F43CE;
}
/*.nav-slide-custom.nav-tabs .nav-item.show > a {
    border-bottom: 4px solid #3F43CE !important;
}*/

/*.nav-slide-custom.nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border: 0;
    border-bottom: 0;
}*/

.nav-slide-custom.nav-tabs .nav-item.show .nav-link {
    background: none;
}



.nav-slide-custom.nav-tabs {
    justify-content: flex-start;
    background-color: #FAFAFA;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    padding-left: 23px;
    padding-right: 23px;
}

    .nav-slide-custom.nav-tabs .nav-link {
        display: block;
        padding: 24px 0 18px 0;
    }

.dropdown-multiselect .dropdown-item:first-child {
    margin-top: 15px;
}

.org-tabbing .form-group {
    margin-bottom: 40px;
}

.form-control.form-control-custom:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #3F43CE !important;
}

#additionalaccounts-action .accounts-action {
    margin-top: 50px;
    background: #fff;
    padding: 30px;
}

.customer-account-details-link h3 {
    color: #000;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
}

.customer-account-details h3 {
    color: #717171;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
}



.mb0 {
    margin-bottom: 0 !Important;
}

.customer-account-details-link .program-list {
    background: #fff;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .customer-account-details-link .program-list:after {
        background: #fff;
        width: 45px;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: -45px;
    }

    .customer-account-details-link .program-list:before {
        background: #fff;
        width: 45px;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        right: -45px;
    }

.org-boxes-programs {
    border-radius: 12px;
    padding: 20px 10px;
    text-align: center;
    margin: 130px 0 0px 0;
}

    .org-boxes-programs h2 {
        color: #FFFFFF;
        font-size: 44px;
        margin-bottom: 10px;
        text-align: center;
        font-weight: 500;
    }

.icon-orgnanization {
    background-position: -160px 0;
}

.icon-programs {
    background-position: -200px 0;
}

.menus li:hover .icon-orgnanization, .menus li.active .icon-orgnanization {
    background-position: -160px -40px;
}

.menus li:hover .icon-programs, .menus li.active .icon-programs {
    background-position: -200px -40px;
}

.menus.menu-admin li span {
    vertical-align: bottom;
}



.linked-down-data-s {
    clear: both;
    position: absolute;
    top: 100%;
    min-width: 9rem;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 22px 0 #868585;
    right: 10px;
    padding: 10px 0 10px 0;
    z-index: 999;
    margin-top: 30px;
    display: none;
}

.linked-delete-custom-action {
    position: relative;
}

    .linked-delete-custom-action .img-dots.active:after {
        position: absolute;
        top: -13px;
        left: -20px;
        background: url(../images/img-dots-down-smactive.png) no-repeat;
        width: 7px;
        height: 29px;
        content: '';
        cursor: pointer;
    }



    .linked-delete-custom-action .img-dots:after {
        position: absolute;
        top: -13px;
        left: -20px;
        background: url(../images/img-dots-down-sm.png) no-repeat;
        width: 7px;
        height: 29px;
        content: '';
        cursor: pointer;
    }

.plan-panel-dropdown ul li a {
    color: #636363;
    font-size: 13px;
    padding: 6px 15px;
}


.menus.menu-admin {
    margin-top: 50px;
}

.page-content.page-content-admin {
    padding: 30px 25px;
}

.dashboard-widigt.dashboard-widigt-admin .col-sm-5 {
    -ms-flex: 0 0 36.666667%;
    flex: 0 0 36.666667%;
    max-width: 36.666667%;
}

.dashboard-widigt.dashboard-widigt-admin .custom-padding {
    padding: 0 35px;
}

.pb20 {
    padding-bottom: 20px !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
    outline: none;
}

.nav-tabs .nav-link {
    border: 0;
    color: #525252 !important;
    font-size: 20px;
}


.linked-delete-custom-action .add-collpase-arrow .img-dots:after {
    position: absolute;
    top: -13px;
    left: -20px;
    background: url(../images/img-dots-down-smactive.png) no-repeat;
    width: 7px;
    height: 29px;
    content: '';
    cursor: pointer;
}

.img-dots-active .img-dots-box {
    position: absolute;
    top: 10px;
    background: url(../images/img-dots-down-active.png) no-repeat;
    width: 8px;
    height: 33px;
    content: '';
    right: 10px;
}

.nav-tabs {
    margin-bottom: 1rem;
}

.dis-points ul li, .account-status ul li {
    list-style: inherit;
}

.profile-accounts.profile-accounts-sm .avatar {
    width: 45px;
    height: 45px;
}

.status-point {
    width: 21px;
    height: 21px;
    border-radius: 100px;
    display: inline-block;
}

    .status-point.alert-point {
        background-color: #FD3C0C;
    }

    .status-point.orange-point {
        background-color: #FD9B0C;
    }

    .status-point.green-point {
        background-color: #2FD475;
    }
    .status-point.gray-point {
        background-color: #a3a09d;
    }

.invite-selector input {
    display: none !important;
}


.table thead tr th .invite-selector input[type=checkbox] + label {
    display: inline-block;
    /*border-radius: 6px;*/
    height: 34px;
    width: 107px;
    border-radius: 4px;
    background: linear-gradient(180deg, #F5515F 0%, #9F041B 100%);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
    margin-right: 3px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.table thead tr th .invite-selector input[type=checkbox]:checked + label {
    background: #CBCACA;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
    color: #ffffff;
}

.table tbody tr td .invite-selector input[type=checkbox] + label {
    display: inline-block;
    /*border-radius: 6px;*/
    width: 107px;
    border-radius: 4px;
    background: linear-gradient(208.63deg, #39A1F7 0%, rgba(20,4,185,0.8) 93.18%, #A875FF 100%);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
    margin-right: 3px;
    line-height: normal;
    padding: 5px 0;
    margin-bottom: 0;
    height: 34px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.table tbody tr td .invite-selector input[type=checkbox]:checked + label {
    background: #CBCACA;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
    color: #ffffff;
}

.detail-information .table tr td {
    padding: 5px 15px;
    word-break: break-all;
}
/**merchants**/
.nav-drops .dropdown-menu {
    background-color: #FAFAFA;
    min-width: 24rem;
    left: 50% !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    margin-top: 22px;
    border: 0;
    top: 100% !important;
    right: auto;
    transform: translateX(-42%) !important;
}

    .nav-drops .dropdown-menu .dropdown-item {
        display: inline-block;
        vertical-align: middle;
        float: left;
        width: auto;
        padding: 1.2rem 1rem;
        clear: inherit;
        font-size: 18px
    }

    .nav-drops .dropdown-menu:after {
        position: absolute;
        top: -11px;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        border-bottom: 10px #dad6d6 solid;
        border-left: 10px transparent solid;
        border-right: 10px transparent solid;
        content: '';
        width: 10px;
        height: 10px;
    }

.mt20 {
    margin-top: 20px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.org-tabbing.merchant-tabbing .form-group {
    margin-bottom: 20px;
}

.custom_check_box.check_box-sm {
    float: none;
    margin-left: 0;
    padding-left: 40px;
}

    .custom_check_box.check_box-sm span {
        position: absolute;
        top: 3px;
        left: 0px;
        float: left;
        width: 16px;
        height: 16px;
        background-image: url(../images/icon-uncheck-sml.png);
        background-repeat: no-repeat;
    }

    .custom_check_box.check_box-sm input:checked + span {
        background-image: url(../images/icon-check-sml.png);
    }

.mt0 {
    margin-top: 0 !important;
}

.form-group-inner.form-group-business .custom_check_box span {
    float: left;
    margin-left: 0;
    padding-left: 40px;
    width: 50%;
    top: 40%;
}

.padding-right {
    padding-right: 80px !Important;
}

.form-group-inner.form-group-business li {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
}

.picture-container.picture-container-lg {
    height: 100%;
    width: 100%;
}

    .picture-container.picture-container-lg .picture {
        width: 200px;
        height: auto;
    }

.admin-browse-image p {
    margin-top: 10px;
    color: #717171;
    font-size: 15px;
}

.form-group-inner.form-inline .select-control, .form-group-inner.form-inline span {
    margin-right: 10px;
}

.form-group-inner.form-inline .select-control {
    width: 29.6%;
    position: relative;
}

.form-group-inner.form-inline .form-groups-picker {
    width: 29.6%;
    position: relative;
    margin-right: 10px;
}

    .form-group-inner.form-inline .form-groups-picker .form-control {
        width: 100%;
        color: #494949;
        font-size: 14px;
        padding: 0 10px;
    }

.select-control .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.add-hours {
    float: right;
    text-align: center;
    margin-top: 0px;
}

    .add-hours span {
        display: block;
        color: #777777;
        font-size: 10px;
        padding-top: 5px;
    }

.add-date-hours {
    float: right;
    text-align: center;
}

    .add-date-hours span {
        display: block;
        color: #777777;
        font-size: 10px;
        padding-top: 5px;
    }

.add-terminal-fields {
    float: right;
    text-align: center;
    margin-top: 20px;
}

    .add-terminal-fields span {
        display: block;
        color: #777777;
        font-size: 10px;
        padding-top: 5px;
    }

#add-more-hours .select-business-hours {
    margin-top: 10px;
}

.dropdown-multiselect .dropdown-menu.dropdown-sm {
    min-width: 150px;
}

.mt50 {
    margin-top: 50px !important;
}

.business-holidays .form-group-inner.form-inline .select-control {
    width: 22%;
    position: relative;
}

.business-holidays .custom_check_box.check_box-sm {
    float: none;
    width: 21%;
    margin-left: 0;
    padding-left: 0px;
    margin-right: 13px;
}

.select-holidays-area {
    margin-bottom: 10px;
    line-height: normal;
}


.datepicker table tr th.datepicker-switch {
    font-weight: bold;
}

.datepicker table tr th.prev {
    background: #eee;
    border-radius: 100%;
}

.datepicker table tr th.next {
    background: #eee;
    border-radius: 100%;
}

.datepicker table tr:nth-child(3) th {
    border-bottom: 1px #d9d9dc solid;
}



.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #eee;
    border-radius: 100%;
}

.datepicker-switch table tr th.datepicker-switch:hover {
    background: transparent;
}

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
    color: #fff;
    background-color: #4cd964;
    border-color: #4cd964;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #fff;
    background-color: #4cd964;
    border-color: #4cd964;
}

.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    border: none;
    font-size: 12px;
}

a:hover {
    text-decoration: none;
}

.delete-action-remove {
    color: #3F43CE;
    font-size: 12px;
}



#add-more-datehours .select-date-hours {
    margin-top: 10px;
}

.delete-date-action {
    color: #3F43CE;
    font-size: 12px;
}

.map-info img {
    max-width: 100%;
}
/**promotion**/
.promotions-calender img {
    max-width: 100%;
}

.promotions-section {
    position: relative;
}

.promotion-schedule {
    position: absolute;
    top: 0;
    right: 0;
}

    .promotion-schedule li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 50px;
    }

        .promotion-schedule li:last-child {
            margin-right: 0px;
        }

.modal-dialog.modal-custom-large {
    max-width: 1050px;
}

    .modal-dialog.modal-custom-large .modal-header {
        padding: 2rem 1rem;
        background-color: #2353C9;
        justify-content: center;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    font-size: 38px;
}

.modal-dialog.modal-custom-large .modal-header .close {
    float: right;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

    .modal-dialog.modal-custom-large .modal-header .close span {
        color: #fff;
        opacity: 1;
        font-size: 45px;
    }

.modal-body .picture-container {
    width: 100%;
}

    .modal-body .picture-container .picture {
        width: 150px;
        height: 200px;
    }

.date-style {
    position: relative;
}

    .date-style .form-control.form-control-custom {
        border: 1px #e8e8e8 solid;
        border-radius: 4px;
        height: 40px;
        padding: 30px 10px;
        line-height: normal;
    }

    .date-style .form-groups-picker.form-group-date .form-control {
        border: 1px #e8e8e8 solid;
        border-radius: 4px;
        height: 60px;
        padding: 22px 10px;
        line-height: normal;
        background-image: url(../images/img-date-calender.png);
        background-repeat: no-repeat;
        background-position: 97%;
    }



    .date-style .form-groups-picker.form-group-date:after {
        top: 18px;
    }

.promotion-dates {
    margin-bottom: 30px;
}

    .promotion-dates + .promotion-dates {
        margin-bottom: 10px;
    }

.modal-dialog.modal-custom-large .form-group-inner textarea.form-control.form-control-custom {
    height: 50px;
    resize: none;
}

.banner-text {
    background: #00ccff;
    position: relative;
    width: 98px;
    height: 120px;
    padding: 0 5px;
    margin: 0 auto;
    text-align: center;
    background-size: cover;
    background-position: center;
}

    .banner-text:after {
        position: absolute;
        right: -80px;
        top: 1px;
        content: '';
        border-left: 30px #00718d solid;
        border-right: 50px transparent solid;
        border-top: 30px transparent solid;
    }

    .banner-text:before {
        content: '';
        background: url(../images/img-triangle.png) no-repeat;
        bottom: -38px;
        width: 100px;
        height: 38px;
        left: 0;
        position: absolute;
    }

    .banner-text h1 {
        color: #fff;
        font-size: 16px;
        text-align: center;
        padding: 15px 0px
    }

.modal-dialog.modal-custom-large .org-admin-detail {
    /*margin-top: 20px;
    margin-bottom: 20px;*/
    margin: 20px;
}

.stamp-text {
    height: 116px;
    width: 116px;
    background-color: #9B38DE;
    box-shadow: 0 4px 4px 0 rgba(128,128,128,0.5);
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin: 0 auto;
    padding: 0 10px;
}

.ribbon-text {
    height: 80px;
    line-height: 80px;
    max-width: 320px;
    border-radius: 8px 8px 0 0;
    background-color: #F97979;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}


.custom_check_box {
    float: none;
    font-size: 15px;
    color: #555555;
    font-weight: normal;
    position: relative;
    padding-left: 30px;
    margin-top: 4px;
    margin-left: 0;
}




.choose-banner-option .col-banner:first-child .all-text-banner {
    text-align: left;
    margin: 0 30px;
    width: 100%;
}

.choose-banner-option .col-banner + .col-banner .all-text-banner {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.choose-banner-option .col-banner + .col-banner + .col-banner .all-text-banner {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.choose-banner-option .col-banner .custom_check_box {
    margin-bottom: 40px;
}

.modal-dialog.modal-custom-large .org-admin-detail .form-group label {
    color: #717171;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
}


.detail-information select.form-control.form-control-custom {
    background-image: url(../images/icon-drop-arrows.png);
    background-repeat: no-repeat;
    background-position: 99% 0px;
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #636363;
    font-size: 13px;
    font-weight: 500;
    padding-top: 0;
    padding-left: 3px;
    padding-bottom: 0;
}

.form-group-inner.form-inline .select-control select.form-control {
    background-image: url(../images/icon-select-arrow.png);
    background-repeat: no-repeat;
    background-position: 99% 0px;
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.form-group-inner.form-inline .select-control .form-control {
    width: 100%;
    color: #494949;
    font-size: 14px;
    padding: 0 10px;
    border: 1px solid #E6E8ED;
    border-radius: 4px;
    font-weight: 300;
}

.nav-drops .plans-menu .dropdown-menu {
    background-color: #FAFAFA;
    min-width: 25rem;
    transform: translateX(-43%) !important;
    left: 19% !important;
}


.nav-drops .account-menu .dropdown-menu {
    min-width: 38rem;
    /*left: -20% !important;*/
    /*transform: translateX(-42%) !important;*/
}

.promotion-dates.promotion-dates-rewards {
    background: #fff;
    padding: 10px;
    margin-top: 50px;
}

    .promotion-dates.promotion-dates-rewards .date-style {
        margin-bottom: 20px;
    }

.form-group-inner.form-group-business.form-rewards li {
    display: inline-block;
    vertical-align: middle;
    width: 22%;
}

.form-reawards-panel {
    background: #fff;
    padding: 10px;
}

.form-group-doller {
    position: relative;
}

.doller-amount {
    position: absolute;
    left: 0;
    top: 8px;
}


.transactions-dropdown.transactions-dropdown-table {
    margin-top: 0;
}

.plans-date {
    color: #464855;
    font-size: 14px;
}

.filter-option, .filter-option1 {
    display: none;
}

.customer-account-details-link {
    padding: 0 20px;
}

.main-dropdwown-filter {
    /*display: flex;*/
    justify-content: space-around;
    align-items: center;
    align-self: center;
}

.nav-drops .merchants .dropdown-menu {
    min-width: 24rem;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.rewards-mobile-info {
    background: url(../images/img-mobile.png) no-repeat;
    background-size: contain;
    height: 660px;
    padding: 80px 0px;
    text-align: center;
    background-position: center;
    position: relative;
    width: 268px;
}

.rewards-screen-card h5 {
    color: #fff;
    /*font-weight: 300;*/
    font-size: 16px;
    font-weight: normal;
    margin-top: 40px;
    word-break: break-all;
}

.rewards-screen-card h2 {
    color: #fff;
    font-weight: 300;
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 15px;
    word-break: break-all;
}

.rewards-screen-card h4 {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0px;
}

.display-icon {
    border: 3px #fff solid;
    border-radius: 100%;
    box-shadow: 0 6px 7px 0 rgba(0,0,0,0.5);
    width: 125px;
    height: 125px;
    text-align: center;
    display: inline-block;
    line-height: 118px;
    /*margin-top: 29px;*/
    margin: 25px auto;
}

.rewards-screen-card p {
    font-size: 10px;
    color: #fff;
    margin-top: 5px;
    font-weight: 300;
    word-wrap: break-word;
}

.rewards-screen-card {
    max-width: 220px;
    margin: 0 auto;
    padding: 0 10px;
}

.bg-colors {
    position: absolute;
    background: #3946a1;
    top: 55px;
    left: 6px;
    right: 6px;
    z-index: -4;
    border: 0;
    bottom: 55px;
    border-radius: 44px;
}

.left-mobile-rewards {
    width: calc(100% - 300px );
    float: left;
}

.right-mobile-rewards {
    width: 260px;
    float: right;
}

.btn.btn-redeem {
    min-width: 100%;
    border-radius: 2px;
    background: linear-gradient(208.63deg, #1718a7 0%, rgba(20,4,185,0.8) 93.18%, #0e2088 100%);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
    height: 32px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.61px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    color: #fff;
    border: 0;
    font-family: 'Conv_avenir',sans-serif;
    margin-top: 25px;
}

.form-group-doller .form-control.form-control-custom {
    padding-left: 30px;
}

.addsp {
    display: block;
    font-style: normal;
    padding-top: 10px;
}

.view-rewards .rewards-screen-status {
    margin: 0 50px;
    position: relative;
    margin-bottom: 50PX;
}



.rewards-mobile-views .rewards-scrren-card {
    max-width: 100%;
    margin: 0 auto;
}

.purple {
    background: #7b1f5e;
}

.blue {
    background: #37449c;
}

.green {
    background: #448f3b;
}

.view-rewards {
    margin-top: 100px;
}

#view-rewards-list {
    display: none;
}

.content-scroll.scroll-list.scroll-height {
    height: 300px;
    margin-right: 15px;
}

select::-ms-expand {
    display: none;
}

select.form-control.form-control-custom {
    background-image: url(../images/icon-drop-arrows.png);
    background-repeat: no-repeat;
    background-position: 99% 0px;
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #636363;
    font-size: 13px;
    font-weight: 500;
    padding-top: 0;
    padding-left: 3px;
    padding-bottom: 0;
}

.plan-panel-dropdown {
    text-align: left;
}

.view-rewards-detail {
    cursor: pointer;
}

.profile-accounts {
    display: flex;
    align-items: center;
}

.invite-all-btn {
    width: 107px;
    border-radius: 4px;
    background: linear-gradient(208.63deg, #39A1F7 0%, rgba(20,4,185,0.8) 93.18%, #A875FF 100%);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
    padding: 5px 0;
    display: inline-block;
    color: #fff;
    text-align: center;
}

    .invite-all-btn.reinvite {
        background: #CBCACA;
    }

    .invite-all-btn.selected {
        background: linear-gradient(180deg, #F5515F 0%, #9F041B 100%);
    }

.select-programs.select-programs-orgs .custom_check_box {
    display: flex;
    align-items: center;
}

    .select-programs.select-programs-orgs .custom_check_box span {
        top: 0;
    }

.form-group-exchange .custom_check_box.check_box-sm {
    margin-right: 20px;
}

.btn.btn-lg {
    padding: 0 50px;
}

.select-programs.select-programs-mrchants {
    max-width: 950px;
    margin: 0 auto;
}

    .select-programs.select-programs-mrchants .custom_check_box {
        display: flex;
        align-items: center;
    }

        .select-programs.select-programs-mrchants .custom_check_box span {
            top: 0;
        }

    .select-programs.select-programs-mrchants li {
        margin-bottom: 15px;
        width: 20%;
        float: left;
    }

        .select-programs.select-programs-mrchants li:first-child {
            width: 100%;
        }



.org-tabbing .tabing-custom.tabing-repeat .nav-tabs .nav-item .nav-link:after {
    position: absolute;
    top: 0;
    left: -35px;
    content: '';
    border-bottom: 52px solid #e5eaee;
    border-left: 25px solid transparent;
    height: 0;
    width: 36px;
    display: block;
}


.org-tabbing .tabing-custom.tabing-repeat .nav-tabs .nav-item .nav-link:before {
    position: absolute;
    top: 0;
    right: -35px;
    content: '';
    border-bottom: 52px solid #e5eaee;
    border-right: 25px solid transparent;
    /*height: 0;*/
    width: 36px;
    height: 52px;
    display: block;
}

.org-tabbing .tabing-custom.tabing-repeat .nav-tabs .nav-item .nav-link {
    padding: 10px 45px;
}

.org-tabbing .tabing-custom.tabing-repeat .nav-tabs .nav-link.active:before {
    border-bottom: 52px solid #cfe6ff;
}

.org-tabbing .tabing-custom.tabing-repeat .nav-tabs .nav-link.active:after {
    border-bottom: 52px solid #cfe6ff;
}

.org-tabbing .tabing-custom.tabing-repeat .nav-tabs {
    margin-bottom: 0;
}

.form-groups-picker.form-group-date {
    position: relative;
}

.branding-card {
    max-width: 505.12px;
    border-radius: 18px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.5);
    height: 330px;
    position: relative;
}

.branding-logo {
    height: 330px;
    width: 145px;
    border-radius: 18px 0 0 18px;
    background: #2353C9;
    float: left;
}

.gray-bar {
    height: 37.95px;
    background-color: #6A6767;
    position: absolute;
    bottom: 20%;
    width: 100%;
    z-index: 0;
}

.img-branding-logo img {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    line-height: 100px;
    text-align: center;
    margin: 20px auto;
    vertical-align: middle;
    justify-content: center;
}

.branding-card-detail {
    width: calc(100% - 160px );
    float: right;
    padding: 20px 0;
}

.card-info {
    color: #2353C9;
    font-size: 18px;
}

.bar-code {
    position: relative;
    z-index: 01;
}

.input-bar-code .form-inline .form-control {
    display: inline-block;
    width: 18px;
    vertical-align: middle;
    animation: 5px;
    padding: 5px;
    height: 20px;
    margin-right: 4px;
    border-radius: 0;
}

.input-bar-code {
    margin: 15px;
}

.card-info h2 {
    font-family: 'Another Flight',sans-serif;
}

.card-info span {
    font-family: 'Another Flight',sans-serif;
}

.card-details {
    margin-top: 15px;
}

/**new23-05-2019**/

.search-list-info {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    padding-top: 26px;
    margin-right: 20px;
}

    .search-list-info .input-search .form-control.header-search {
        box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
        padding-left: 41px;
        background: #fff;
    }

    .search-list-info .input-search img {
        position: absolute;
        top: 11px;
        left: 10px;
    }

.list-info.list-info-title {
    padding-top: 0;
}

.dataTables_wrapper .dataTables_info {
    padding-left: 20px;
    padding-top: 30px;
}

.dataTables_wrapper .dataTables_paginate {
    padding-right: 20px;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    padding: 30px 20px;
}

    .dataTables_wrapper .dataTables_filter input {
        box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
        border: 0;
        height: 36px;
        width: 267px;
        padding: 0 10px;
        font-size: 13px;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #4D4DB4 !important;
    padding: 2px 10px;
    color: #fff !important;
}

.multiselect-native-select .btn.multiselect {
    background: transparent;
    min-width: 100%;
    width: 100%;
    box-shadow: none;
    border-bottom: 1px #979797 solid;
    border-radius: 0;
    padding: 0;
    letter-spacing: 0;
    font-size: 13px;
    text-align: left;
    color: #495057 !important;
    line-height: normal;
    padding-bottom: 10px;
    margin-top: 20px;
    height:auto;
}

    .multiselect-native-select .btn.multiselect:after {
        position: absolute;
        bottom: 12px;
        right: 0;
    }

.multiselect-native-select input[type=checkbox], .multiselect-native-select input[type=radio] {
    position: static;
}

.multiselect-container > li > a > label {
    padding: 3px 20px 3px 10px !important;
    word-break: break-word;
}

.select-programs.select-programs-orgs {
    max-width: 700px;
}

.first .multiselect-native-select .btn.multiselect {
    margin-top: 10px;
}

.multiselect-native-select .btn-group {
    display: block;
}

.business-hours.business-holidays .multiselect-native-select .btn-group {
    display: inline-block;
    width: 100%;
}

.switch-reload .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d8d8d8;
    -webkit-transition: .4s;
    transition: .4s;
}

.form-control.form-control-custom::-webkit-input-placeholder {
    color: #D1CFCF;
    opacity: 1;
}


.form-control.form-control-custom .form-control::-moz-placeholder {
    color: #D1CFCF;
    opacity: 1;
}

.form-control.form-control-custom .form-control:-ms-input-placeholder {
    color: #D1CFCF;
    opacity: 1;
}

.form-control.form-control-custom .form-control:-moz-placeholder {
    color: #D1CFCF;
    opacity: 1;
}

.amount-options1 .btn-custom-bx {
    width: 100%;
    min-width: 100%;
    position: relative;
    float: left;
    border: 1px solid #979797;
    border-radius: 12px;
    background-color: #FFFFFF;
    height: 70px;
    line-height: 70px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    cursor: pointer;
}

    .amount-options1 .btn-custom-bx.active1 {
        color: #FFFFFF;
        font-size: 27px;
        font-weight: 500;
        line-height: 70px;
        background: linear-gradient(208.63deg, #39A1F7 0%, rgba(20,4,185,0.8) 93.18%, #A875FF 100%);
        box-shadow: 0 5px 8px 0 rgba(6,57,255,0.5);
    }

        .amount-options1 .btn-custom-bx.active1 .choose-no-point {
            color: #fff;
        }

.glyphicon {
    font: normal 14px/1 FontAwesome,sans-serif;
    position: relative;
}

.glyphicon-chevron-up:before {
    content: "\f0dd";
}

.glyphicon-chevron-down:before {
    content: "\f0de";
}

.bootstrap-timepicker-widget table td input {
    width: 25px;
    margin: 0;
    text-align: center;
    border: 1px #ccc solid;
    font-size: 12px;
}

.cards-edits {
    position: absolute;
    right: 10px;
    top: 37px;
}

.all-cards-view .card-details {
    margin-bottom: 30px;
}

.branding-card.branding-logo-orange .branding-logo {
    background: #f26a22;
}

.branding-card.branding-logo-orange .card-info {
    color: #f26a22;
    font-size: 18px;
}

.branding-card.branding-logo-purple .branding-logo {
    background: #492fb5;
}

.branding-card.branding-logo-purple .card-info {
    color: #492fb5;
    font-size: 18px;
}

.sp-palette-container {
    border-right: solid 1px #ccc;
    background: #fff;
    box-shadow: 2px 17px 18px rgba(0,0,0,.9);
}

.sp-container {
    border-radius: 10px;
    background-color: #fff;
    border: solid 1px #fff;
    padding: 0;
}

    .sp-container button {
        background: #4285f4;
        background-image: none;
        border: 0;
        border-bottom: 0;
        border-radius: 0;
        color: #fff;
        font-size: 11px;
        line-height: normal;
        padding: 2px 5px;
        text-align: center;
        text-shadow: 0 1px 0 #eee;
        vertical-align: middle;
    }

.sp-cancel {
    font-size: 11px;
    color: #fff !important;
    margin: 0;
    padding: 2px 5px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration: none;
    background-color: #f44250;
}

.sp-container button:hover {
    background: #4285f4;
    background-image: none;
    border: 0;
    border-bottom: 0;
    border-radius: 0;
    color: #fff;
    font-size: 11px;
    line-height: normal;
    padding: 2px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #eee;
    vertical-align: middle;
}

.sp-cancel:hover {
    color: #fff !important;
    text-decoration: none;
}

.table tr td .switch-reload {
    margin: 5px 0;
}

.class-haed {
    font-size: 25px;
    margin-bottom: 30px;
}

.date-style label {
    position: absolute;
    top: -10px;
    color: #717171;
    font-weight: 300;
    white-space: nowrap;
    background: #fff;
    left: 10px;
    padding: 2px 10px;
    font-size: 12px;
    z-index: 9999;
}


.rewards-mobile-views {
    min-height: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 20px;
}

.glyphicon-time:before {
    content: "\f017";
}

.glyphicon-time {
    font-size: 24px;
    color: #808080;
}

.bootstrap-timepicker .input-group-addon {
    border-bottom: 1px solid #979797;
}

.form-group-date:after {
    content: "";
    background-image: url(../images/img-date-calender.png);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 3%;
    background-repeat: no-repeat;
    display: none;
}



.form-group-date .form-control.form-control-custom {
    background-image: url(../images/img-date-calender.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.form-groups-picker.form-group-date .form-control:disabled, .form-control[readonly] {
    background: #fff;
    opacity: 1;
}

.form-control.timepicker {
    height: 60px;
}

.rewards-screen-card h5 span {
    word-wrap: break-word;
}

.rewards-screen-card h2 span {
    word-wrap: break-word;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
    z-index: 9999 !important;
}

.select-business-hours .form-control.timepicker, .select-date-hours .form-control.timepicker {
    height: calc(2.25rem + 2px);
    BACKGROUND: #FFF;
}

.datepicker-dropdown.dropdown-menu {
    box-shadow: 0 2px 4px 0 rgba(113,106,106,0.5);
    border: 0;
    min-width: 16rem;
    z-index: 9999 !important;
}

.select-business-hours .input-group-addon, .select-date-hours .input-group-addon {
    position: absolute;
    right: 0;
    border: 0;
    top: 7px;
}

.bootstrap-timepicker .form-control.timepicker {
    height: calc(2.25rem + 2px);
    background: #FFF;
}

.select-droppicker .input-group-addon {
    position: absolute;
    right: 0;
    border: 0;
    top: 5px;
}

.form-control.form-control-custom.control-first {
    width: 59%;
}

.promotions-calender #calendar .fc-header-toolbar {
    max-width: 430px;
    margin: 20px auto;
    position: relative;
    margin-bottom: 100px;
}

    .promotions-calender #calendar .fc-header-toolbar .fc-center .fc-prev-button {
        position: absolute;
        left: 0;
        background-color: transparent;
        border-color: transparent;
        top: -4px;
    }

        .promotions-calender #calendar .fc-header-toolbar .fc-center .fc-prev-button:focus,
        .promotions-calender #calendar .fc-header-toolbar .fc-center .fc-prev-button.active,
        .promotions-calender #calendar .fc-header-toolbar .fc-center .fc-prev-button:hover {
            box-shadow: none;
        }

    .promotions-calender #calendar .fc-header-toolbar .fc-center .fc-next-button:focus,
    .promotions-calender #calendar .fc-header-toolbar .fc-center .fc-next-button.active,
    .promotions-calender #calendar .fc-header-toolbar .fc-center .fc-next-button:hover {
        box-shadow: none;
    }

    .promotions-calender #calendar .fc-header-toolbar .fc-center .fc-next-button {
        position: absolute;
        right: 0;
        top: -4px;
        background-color: transparent;
        border-color: transparent;
    }

    .promotions-calender #calendar .fc-header-toolbar .fc-button .fc-icon {
        color: rgba(97,97,97,.8);
        font-size: 38px;
    }

.fc-toolbar h2 {
    font-size: 41px !important;
    color: rgba(97,97,97,.8);
    font-weight: bold;
}

.promotions-calender #calendar table {
    background: #fafafa;
}

.promotions-calender .fc-unthemed th, .promotions-calender .fc-unthemed td,
.promotions-calenderfc-unthemed thead, .promotions-calender .fc-unthemed tbody, .promotions-calender .fc-unthemed .fc-divider,
.promotions-calender .fc-unthemed .fc-row, .promotions-calender .fc-unthemed .fc-content, .promotions-calender .fc-unthemed .fc-popover,
.promotions-calender .fc-unthemed .fc-list-view, .promotions-calender .fc-unthemed .fc-list-heading td {
    border-color: #ccc;
}

.promotions-calender .fc .fc-row .fc-content-skeleton table, .promotions-calender .fc .fc-row .fc-content-skeleton td,
.promotions-calender .fc .fc-row .fc-mirror-skeleton td {
    background: none;
    border-color: #ccc;
}

.promotions-calender .fc-unthemed td.fc-today {
    background: #f3f3f3;
}

.promotions-calender td.fc-today {
    background: #f3f3f3 !important;
}

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
    text-align: center;
}

.fc-day-grid-event {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.add-meal-period {
    float: right;
    text-align: center;
    margin-top: 20px;
}

    .add-meal-period span {
        display: block;
        color: #777777;
        font-size: 10px;
        padding-top: 5px;
    }



.modal-dialog-centered {
    justify-content: center;
}


.business-hours.business-holidays .form-inline .multiselect-container label.radio {
    justify-content: flex-start;
    padding: 3px 20px 3px 30px !important;
}

.business-hours.business-holidays .multiselect-container > li > a > label {
    padding: 3px 20px 3px 30px !important;
    justify-content: flex-start;
}

    .business-hours.business-holidays .multiselect-container > li > a > label input[type=checkbox] {
        margin-right: 10px;
        margin-bottom: 0;
    }

.delete-action {
    background: url(../images/icon-minus-s.png) no-repeat;
    width: 40px;
    height: 35px;
    margin: 10px 0 10px 0;
    display: block;
    color: #3F43CE;
    font-size: 12px;
}

.delete-action-ter {
    background: url(../images/icon-minus-s.png) no-repeat;
    width: 40px;
    height: 35px;
    color: transparent;
    margin: 10px 0 10px 0;
    display: block;
}

    .delete-action-ter:hover, .delete-action:hover, .delete-action-hh:hover, .delete-action-mealp:hover {
        color: transparent;
    }

.delete-action-hh {
    background: url(../images/icon-minus-s.png) no-repeat;
    width: 40px;
    height: 35px;
    color: transparent;
    margin: 10px 0 10px 0;
    display: block;
}

.delete-action-mealp {
    background: url(../images/icon-minus-s.png) no-repeat;
    width: 40px;
    height: 35px;
    margin: 10px 0 0 0;
    display: block;
    color: #3F43CE;
    font-size: 12px;
}

.org-tabbing.merchant-tabbing #add-terminal .form-group {
    margin-bottom: 0;
}

.business-hours.business-holidays .form-group {
    margin-bottom: 0;
}

.business-hours.business-holidays .multiselect-native-select .btn.multiselect {
    margin-top: 7px;
}

.date-style.date-style-time .bootstrap-timepicker {
    border: 1px #e8e8e8 solid;
    border-radius: 4px;
}

    .date-style.date-style-time .bootstrap-timepicker .form-control.form-control-custom {
        border: 0;
    }

    .date-style.date-style-time .bootstrap-timepicker .input-group-addon {
        border: 0;
        top: 18PX;
        position: absolute;
        RIGHT: 12px;
    }

.title-section h5 {
    margin-left: 15px;
}

#add-terminal .terminal-area {
    margin-top: 10px;
}

.bootstrap-timepicker-widget.dropdown-menu {
    z-index: 9999 !important;
}

.invite-all-btn.selected:hover, .invite-all-btn:hover {
    color: #fff;
}

.transactions-dropdown.transactions-dropdown-table .transactions-card {
    top: 50px;
    right: auto;
    left: 50%;
}

.nav-drops .dropdown-menu .dropdown-item.active, .nav-drops .dropdown-menu .dropdown-item:active {
    color: #212529;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 4px solid #3F43CE;
}

.linked-delete-custom-action .active.actions.img-dots.active:after {
    background: url(../images/img-dots-down-smactive.png) no-repeat;
}

/*for disableing anchor click*/
.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.fc-event {
    border-radius: 3px !important;
}

.timepicker-height .bootstrap-timepicker .form-control.timepicker {
    height: 60px;
}

.linked-down.active-actions.active1 .img-dots:after {
    background: url(../images/img-dots-down-active.png) no-repeat;
}

img#brand-logo, .img-branding-logo img {
    max-width: 100%;
    border-radius: 100%;
}

.input-bar-code .form-control {
    margin-right: 15px;
}

.cards-edits .linked-down.active1 .img-dots:after, .linked-delete-custom-action .linked-down.active1 .img-dots:after {
    background: url(../images/img-dots-down-smactive.png) no-repeat;
}

/*.ForNumericOnly {
    width: 75px;
    margin: 0 5px 3px 0;
	height:20px;
}*/

.upload-pdf-content {
    position: relative;
}

    .upload-pdf-content #ExcelFileUpload {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 78%;
        opacity: 0;
    }

.multiselect-container .dropdown-menu.show {
    z-index: 99999;
}

#spnProgramTab .dropzone .dz-preview {
    margin: 0 auto !important;
}



.form-group-inner01 .form-control, .form-group-inner01 .form-groups-picker, .form-group-inner01 .select-control {
    width: 100% !important;
}

.form-group-inner01 .left_icon {
    position: relative;
    padding-left: 40px;
}

    .form-group-inner01 .left_icon .custom_check_box {
        position: absolute;
        left: 15px;
        top: 6px;
    }

    .form-group-inner01 .left_icon > span.label_01 {
        position: absolute;
        left: 15px;
        top: 6px;
    }

.form-group-inner01 .col-sm-6 {
    margin-bottom: 15px;
}


.form-control60 {
    height: 60px !important;
}


.dropzone.dz-started {
    text-align: center;
}

    .dropzone.dz-started .dz-preview {
        margin: 0 auto;
    }

    .dropzone.dz-started .picture {
        display: none;
    }



.dropzone .dz-message {
    float: left;
    width: 100%;
}

    .dropzone .dz-message span {
        width: 100%;
        float: left;
    }

        .dropzone .dz-message span img {
            height: 250px;
            max-width: 250px;
        }





.dropzone .dz-preview .dz-error-message {
    font-size: 11px !important;
    top: 125px !important;
}

.title-section01 h6 {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

    .title-section01 h6 small {
        color: #404042;
        font-size: 90%;
    }

.mecrchant-view-address .form-group {
    margin-bottom: 46.5px !important;
}

.detail-information .map-info .map-size {
    height: 312px !important;
}

.select-business-hours {
    padding-right: 40px;
    position: relative;
}

    .select-business-hours .delete-action {
        position: absolute;
        top: 3px;
        right: 0;
        margin: 0;
    }
/*.select-business-hours .add.add-hours {
        position: absolute;
        right: 0;top:1px;
    }

        .select-business-hours .add.add-hours span {
            margin: 0;
            width: 100%;
        }*/

.detail-information.prog-list .add-hours {
    margin-top: 15px;
}


.title-section {
    padding-bottom: 0;
}

.nowrap {
    white-space: nowrap;
}


.form-group-inner textarea.form-control.form-control-custom:focus {
    border-color: #3F43CE;
}

.nowrap_5 tr td:nth-child(5) {
    white-space: nowrap;
}


.table_left_td th, .table_left_td td {
    text-align: left !important;
}

.bootstrap-timepicker .form-control.timepicker:focus {
    background: none;
    border-bottom: solid 1px #E6E8ED !important;
}

img.image-white {
    filter: brightness(0) invert(1);
    width: 79px;
}

ul#accordion li img.image-white {
    width: 39px;
}

ul#accordion li img.image-menu {
    width: 39px;
    filter: brightness(0) invert(1);
}

..cash-amount.payment-inputs.add-bank-account {
    display: block;
    margin: 0 auto;
    margin-bottom: 27px;
}

span#spnRefreshBankAccount {
    width: 100%;
}

.ad_money .cash-amount.payment-inputs.add-bank-account {
    display: block;
    margin: 0 auto;
    margin-bottom: 27px;
}

.ad_money span:first-child {
    width: 100%;
}

.custom-iframe iframe {
    height: 50px !important;
    border-bottom: 1px solid black !important;
    margin-bottom: 20px;
}

.custom-iframe input#company {
    box-shadow: none;
    padding-bottom: 20px;
}

button#btnAddSecurityCode {
    height: 40px;
    min-width: 150px;
    line-height: 0px;
}

ul.currentUserAmount {
    color: #121958;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
}

.nav-drops .dropdown-menu.arrowSetting:after {
    left: -88px;
}




.dvAutoReloadOptions_box[style="pointer-events: none;"] {
    display: none;
}

.switch_reload_rile em {
    font-size: 21px;
    text-transform: uppercase;
}

.switch_reload_rile {
    margin: 0px 0 15px 0;
}

.head_balance {
    float: left;
    width: 100%;
    line-height: normal !important;
    margin-bottom: 21px !important;
}

.input-amount.input-currency .form-control {
    color: #737373;
}

.organization_setting .form-group label {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

.organization_setting .form-group {
    margin-bottom: 15px;
}

.title_box {
    font-size: 18px;
    color: #121958;
}

.override_result_box {
    float: left;
    width: 100%;
}

    .override_result_box h5 {
        font-size: 17px;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .override_result_box .table {
        border: 1px solid #CCC;
    }

        .override_result_box .table th, .override_result_box .table td {
            padding: 5px;
            font-size: 14px;
            border-right: 1px solid #CCC;
        }

.organization_setting .btn-primary {
    min-width: auto;
    font-size: 13px;
    min-height: inherit;
    height: auto;
    line-height: normal;
    padding: 14px 11px;
}

.organization_setting .card-header {
    font-size: 18px;
    color: #121986;
}

@media ( max-width: 768px ) {
    .border-mobile {
        border: none;
    }
}

@media ( max-width: 767px ) {


    .organization_setting div[class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        margin-bottom: 5px;
    }

    .organization_setting .form-group label {
        padding-left: 15px !important;
        text-align: left !important
    }
}

.custom-cash-amount .cash-amount {
    width: 100%;
}

    .custom-cash-amount .cash-amount .btn {
        min-width: 140px;
    }

.detail-information .custom-cash-amount {
    width: 100%;
}

/*new css add value page*/

.box-drop-tag {
    width: 90%;
    display: block;
    margin-top: 10px;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    position: absolute;
    top: 67px;
    display: none;
    z-index: 9999;
}

    .box-drop-tag.show-box-onclick {
        display: block;
    }

    .box-drop-tag ul li {
        padding: 10px;
    }

        .box-drop-tag ul li:nth-child(even) {
            background: #d8d8d8;
        }

        .box-drop-tag ul li:nth-child(odd) {
            background: white;
        }

.card-box-tag a.box-show {
    width: 100%;
    line-height: 1.5;
    display: block;
    border: 1px solid #d8d8d8;
    padding: 7px 50px;
    border-radius: 3px;
    color: black;
    padding-left: 10px;
}

.custom-svg-form {
    float: right;
    margin-top: 33px;
}

.switch-reload.switch_reload_rile.cutom-togale em {
    font-size: 12px;
    color: black;
    font-weight: 500;
}

.switch-reload.switch_reload_rile.cutom-togale {
    padding-bottom: 8px;
}

.custom-form-svg svg {
    width: 48px;
    margin-left: -13px;
    margin-top: 14px;
}

.switch-reload.switch_reload_rile.cutom-togale em {
    font-size: 13px;
    color: black;
    font-weight: 700;
    width: 75%;
}

.cutom-togale em {
    font-size: 11px;
    color: black;
    font-weight: 600;
}

.cutom-togale {
    margin-bottom: 0px;
}

.custom-margin {
    margin-top: 60px;
}

.marginbtm0 {
    margin-bottom: 0 !important;
}

.modal-header h5 {
    color: #FF4500;
}

.modal-header {
    justify-content: center;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background: linear-gradient(0deg, rgba(0,0,0,0.23) 0%, #C7C7C7 100%);
    background-color: #C7C7C7 !important;
    border-color: #C7C7C7;
}

.btn-primary:disabled {
    color: #fff;
    background-color: #b7b9bb;
    border-color: #007bff;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
}
.headerText{
    font-weight:700;
}
.clsUserInfo div div {
    display: inline-block;
    min-width: 70px;
    font-weight: 700;
}
@media (max-width: 600px) {
    .custom_pedding .col-sm-6 {
        padding-right: 0px !important;
        padding-left: 0px;
    }

    .custom-svg-form {
        float: left;
    }

    .padding_mobile {
        padding-left: 15px;
        padding-right: 15px;
    }

    .custom-iframe {
        height: 80vh;
        overflow: auto;
    }

        .custom-iframe .btn {
            margin-top: 10px !important;
            display: block;
            margin: 0 auto;
        }

    .tabe_card {
        border: none;
    }

        .tabe_card .card-body {
            padding-left: 15px;
            padding-right: 15px;
        }

        .tabe_card .col-sm-1, .tabe_card .col-sm-11 {
            padding-left: 0px;
            padding-right: 0px;
        }

    div#addbankpopup .modal-body {
        height: 80vh;
        overflow: auto;
    }

    div#addbankpopup {
        padding-left: 0px !important;
    }

    div#PaymentCardGateway {
        padding-left: 0px !important;
    }
}

#addbankpopup {
    z-index: 9999999;
}

div#PaymentCardGateway {
    z-index: 9999999;
}

span.btn__loader {
    position: relative;
}

    span.btn__loader svg#Layer_1 {
        position: fixed;
        /* top: 56%; */
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        z-index: 9999999;
        height: 100%;
        /* width: 100%; */
    }

.icon-orgnanization-ad {
    background-position: -160px 0;
}

.icon-programs-ad {
    background-position: -200px 0;
}

.menus li:hover .icon-programs-ad, .menus li.active .icon-programs-ad {
    background-position: -200px -40px;
}

.menus li:hover .icon-orgnanization-ad, .menus li.active .icon-orgnanization-ad {
    background-position: -160px -40px;
}

table.balanace-table {
    border-collapse: separate;
    border-spacing: 0 15px;
    width: 100%;
}

    table.balanace-table tr td:first-child {
        border-left: 1px #ccc solid;
        font-weight: bold;
    }

    table.balanace-table tr td {
        border-left: 0;
        border-right: 0;
        padding: 12px 15px;
        /* width: 120px;*/
    }

    table.balanace-table td {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 8px;
    }

    table.balanace-table tr td:last-child {
        border-right: 1px #ccc solid;
    }

.view-add-bal {
    border-radius: 12px;
    background-color: #FFFFFF;
    border: 1px #ccc solid;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    padding: 8px 20px;
    margin: 2px;
}

.wrapper-noti .dataTables_length {
    margin: 20px;
}

.log-action-detail .btn {
    min-width: 157px;
    height: 36px;
    line-height: 36px;
}

.RedDot {
    height: 25px;
    width: 25px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

.GreenDot {
    height: 25px;
    width: 25px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}
