html,body {
    min-width: 375px !important;
    color: #555555 !important;
    font-size: 12px !important;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
*:focus {
    outline:0 !important;
    text-decoration: none !important;
}
.bs-example {
    position: fixed;
    width: 100%;
    z-index: 9999999;
}
.c{
    width:auto;
    text-align: center;
    display:inline-block;
}
.scrollbar{
    float: left;
    height: 100%;
    width: 160px;
    overflow-y: auto;
}
.scrollbar-listuser{
    float: left;
    height: 100%;
    width: 210px;
    overflow-y: auto;
}
.force-overflow{
    padding-top: 8px;
    min-height: 450px;
}
#wrapper{
    margin-top: 35px;
}
#style-3::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #2d2f33;
}
#style-3::-webkit-scrollbar{
    width: 6px;
    background-color: #191918;
}
#style-3::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #777;
}
.pushy-left{
    -webkit-box-shadow: 0 0 9px 1px #999;
    box-shadow: 0 0 9px 1px #999;
}
.nav-close{
    margin-top:40px;
    padding: 20px;
}
.button-default {
    -webkit-transition: 0.25s ease-out 0.1s color;
    -moz-transition: 0.25s ease-out 0.1s color;
    -o-transition: 0.25s ease-out 0.1s color;
    transition: 0.25s ease-out 0.1s color;
    background: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    outline: none;
    position: relative;
}
.show-notifications {
    position: relative;
}
.show-notifications .notifications-count {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #FF0000;
    color: #fefefe;
    font: normal 0.85em 'Lato';
    height: 19px;
    line-height: 1.75em;
    position: absolute;
    right: -3px;
    text-align: center;
    top: 0px;
    width: 19px;
    font-weight: bold;
}
.notifications {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: 0.25s ease-out 0.1s opacity;
    -moz-transition: 0.25s ease-out 0.1s opacity;
    -o-transition: 0.25s ease-out 0.1s opacity;
    transition: 0.25s ease-out 0.1s opacity;
    background: #ecf0f1;
    border: 1px solid #bdc3c7;
    right: 150px;
    opacity: 0;
    position: absolute;
    top: -999px;
}
nav a{
    color: #706464;
}
.fancybox-overlay,.fancybox-overlay-fixed,.sweet-overlay,#fancybox-overlay,.modal-backdrop{
    z-index: 9999999 !important;
}
.sweet-alert,.fancybox-opened,#fancybox-wrap,.modal{
    z-index: 99999991 !important;
}
.waitMe_container .waitMe,body.waitMe_body .waitMe_container:not([data-waitme_id]){
    z-index: 99999992 !important;
}
.froala-editor { 
    z-index: 99999993 !important;
}
.froala-overlay{ 
    z-index: 99999994 !important;
}
.froala-modal  { 
    z-index: 99999995 !important;
}
.box_msg_file{
    background: red;
}
.box_msg_file .img_logo{
    width: 20px;
    height: 20px;
}
.img_show{
    width: 50px;
    height: 50px;
}
.flag{
    margin-top:0px;
}
#myDropdown4 ul li a img{ 
    margin-top:0px !important; 
}
.linkto{
    cursor:pointer;
}
.circleBase {
    border-radius: 50%;
    behavior: url(PIE.htc);
}
.navbar-right {
    float: right !important;
}
#profile-right{
    vertical-align: middle;
    display:table-cell;
    padding-right:10px;
    padding-left:6px;
}
#menu-left{
    width:100px;
}
.navbar-right .linkto:hover{
    background-color:#e7e7e7 ;
}
::-webkit-scrollbar-track-piece{
    background-color:#ffffff !important;
}
@media(max-width:767px){
    #menu-left{
        width:50px;
    }
    #profile-right{
        padding-right:0px;
        padding-left:0px;
    }
    .hidden-xs{
        display:none !important;
    }
    .navbar-right {
        margin-right:0px !important;
    }
    .navbar-right .dropdown-toggle {
        height: 50px !important;
        display: table-cell;
        vertical-align: middle;
    }
    .navbar-header:after{
        clear: none;
    }
    .navbar-nav.navbar-right > li { 
        float: left; 
    }
    .navbar-nav{
        margin:0px !important
    }
    .navbar-collapse:before {
        clear:both;
    }
    .navbar-collapse {
        overflow-y: hidden;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-collapse.in > ul {
        border-color: #101010; 
        border-top:1px double;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
        padding: 5px 0;
        margin: 2px 0 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
    .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
        padding: 3px 20px;
        line-height: 1.42857143;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: #e7e7e7 !important;
        background-image: none;
    }
    .navbar-nav .open .dropdown-menu > .active > a,.navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7 !important;
    }
    .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
    #All-Notifications.modal-body {
        padding: 15px !important;
    }
    #All-Notifications.modal-dialog {
        width: 95% !important;
    }
    .main-notification {
        width: 330px !important;
        min-width: 330px !important;
        height: 90vh !important;
        left: 38% !important;
    }
    .time-noti {
        margin-bottom: 0px !important;
    }
}
.app_block{ 
    border:1px solid #ffffff;
    text-align:center !important; 
}
.app_block:hover{
    border:1px solid #DDDDDD !important;
    cursor:pointer;
}
.dropdown-menu-center {
    margin-top:10px !important;
    right: auto !important;
    left: 47.5% !important;
    -webkit-transform: translate(-47.5%, 0) !important;
    -o-transform: translate(-47.5%, 0) !important;
    transform: translate(-47.5%, 0) !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.dropdown-menu-center:before {
    position: absolute;
    top: -7px;
    right: auto !important;
    left: 47.5% !important;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #DDDDDD;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.dropdown-menu-center:after {
    position: absolute;
    top: -6px;
    right: auto !important;
    left: 47.5% !important;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}
li > a.notification svg :hover {
    fill: #FFA930;
}
a.notification svg > path.notif {
    fill: #777;
}
li.open > a.notification svg path.notif {
    fill: #FFA930 !important;
}
.notification {
    cursor:pointer;
    padding-top: 15px;
    padding-right: 25px;
}
@media(min-width:768px) {
    .main-notification {
        width: 465px !important;
        min-width: 370px;
        left: -50% !important;
    }
}
.main-notification {  
    height: 60vh;
    min-height: 367px !important;
    margin-left: 16px !important;
    padding: 0 10px 10px !important;
    line-height: 2;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 12px 12px;
    transform: translate(-47.5%, 0) !important;
}
.read-all {
    cursor:pointer;
    text-align: right;
    text-decoration: underline;
    font-weight: 400;
    font-size: 10px;
    color: #00000078;
}
.sub-notifications {
    height: 80px;
    margin-bottom: 8px;
    cursor: pointer;
    box-sizing: border-box;
    white-space: revert !important;
    left: 4px;
    top: 33px;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 3px 20px;
    line-height: 1.42857143;
}
.disabled {
    background: #ffffff !important;
}
.text-action {
    font-weight: 700;
    font-size: 14px;
    color: #ffa930;
}
.text-subject {
    font-size: 12px;
    font-weight: 400;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-descript {
    font-size: 12px; 
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.scrollbar-noti {
    margin-left: 30px; 
    float: left;
    overflow-y: auto;
    width: 8px;
    scrollbar-width: thin !important;
    -webkit-overflow-scrolling: touch;
    border-image: linear-gradient(160deg, rgb(255 255 255) , rgb(255 255 255 / 0%));
    border-image-slice: 1; 
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    border: 2px solid rgba(255, 255, 255, 0.06);
}
.view-all-notifications {
    cursor: pointer;
    z-index: 1;
    width: 100%;
    text-align: center;
    background: rgb(255 177 0 / 30%);
    border-radius: 16px;
    box-shadow: 3px 1px 8px 0px rgb(0 0 0 / 10%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    height: 42px;
    bottom: 10px;
}
.view-all-notifications:hover {
    background: linear-gradient(30deg, rgba(255, 255, 255, 0.15) 6.62%, rgb(255 216 129 / 25%) 63.09%), #FFFFFF !important;
} 
#All-Notifications {
    height: 100%;
}
.column1 {
    float: left;
    margin-left: 5px;
}
.column2 {
    float: left;
    width: 50%;
    margin-left: 25px;
}
.number_noti { 
    min-width: 19px;
    min-height: auto;
    text-align: center;
    background: red;
    z-index: 999;
    color: #fff;
    margin-left: 20px;
    margin-top: -38px;
    position: fixed;
    border-radius: 70px;
    font-size: 12px;
}
.status-noti {
    float: right;
}
.split-buttom {
    height: 1px;
    margin-bottom: 10px;
    background: #999;
}
.modal-title {
    text-align: center;
}
div.sub-noti-modal {
    height: 80px;
    margin-bottom: 16px;
    background: linear-gradient(30deg, rgba(255, 255, 255, 0.15) 6.62%, rgb(255 216 129 / 25%) 63.09%), #FFFFFF;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
div.sub-notifications:hover, div.sub-noti-modal:hover {
    box-shadow: 0px 2px 6px 4px rgba(0, 0, 0, 0.08) !important;
}
#All-Notifications .modal-dialog {
    width:70%;
}
#All-Notifications>.modal-dialog>.modal-content>.modal-body {
    padding: 35px;
    cursor: pointer;
    width: 100%;
    height: calc(100vh - 75px - 25px) !important;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}
.time-noti {
    text-align-last: right;
    font-size: 10px;
    color: #777;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.wallet a {
    font-size: 20px;
    margin-top: 8px;
}
.favorite-menu a{
    margin-top: 8px;
    position: relative;
}
.shortcut-menu {
    width: 65px;
    text-align: center;
}
.shortcut-menu a {
    margin-top: 5px;
    position: relative;
    color: #FBC02D !important;
}
.favorite-menu a .main {
    font-size: 20px;
}
 .favorite-menu a .small{
    font-size: 14px;
    position: absolute;
    color: #FB9F0C;
    right: 10px;
    bottom: 12px;
}
.card-wallet {
    width: 100%;
    border-radius: 24px;
    border: 0.8px solid #f0f0f0;
    box-shadow: 0 1px 8px #0000001a;
    margin: 10px auto;
    min-height: 125px;
    position: relative;
    overflow: hidden;
}
.card-wallet.begin {
    filter: grayscale(100%);
}
.card-wallet .circle {
    position: absolute;
    background-color: rgb(255,255,255);
    width: 175px;
    height: 175px;
    border-radius: 175px;
    top: -10px;
    left: -35px;
    opacity: .25;
}
.card-wallet.card-warning .circle-x {
    position: absolute;
    background-color: #FBC02D;
    width: 175px;
    height: 175px;
    border-radius: 175px;
    top: -10px;
    left: -35px;
}
.card-wallet.card-warning .circle-y {
    position: absolute;
    background-color: #FFFFFF;
    width: 200px;
    height: 200px;
    border-radius: 175px;
    top: -50px;
    left: 80px;
}
.card-wallet.card-danger .circle-x {
    position: absolute;
    background-color: #fb9678;
    width: 175px;
    height: 175px;
    border-radius: 175px;
    top: -10px;
    left: -35px;
}
.card-wallet.card-danger .circle-y {
    position: absolute;
    background-color: #FFFFFF;
    width: 200px;
    height: 200px;
    border-radius: 175px;
    top: -50px;
    left: 80px;
}
.card-wallet span.first {
    font-size: 125px;
    color: #FFFFFF;
    position: absolute;
    top: -15px;
    left: -15px;
    transform: rotate(-45deg);
    z-index: 0;
}
.card-wallet .exp {
    font-size: 10px;
    color: #555555;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    background-color: #FFFFFF;
    padding: 5px;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16);
}
.card-info span.last {
    font-size: 50px;
    color: #4eb9e6;
    position: absolute;
    left: 25px;
    bottom: 0;
    z-index: 1;
}
.card-warning span.last {
    font-size: 50px;
    color: #FBC02D;
    position: absolute;
    left: 25px;
    bottom: 0;
    z-index: 1;
}
.card-wallet span.balance {
    position: absolute;
    font-size: 30px;
    color: #FFFFFF;
    right: 10px;
    bottom: 5px;
}
.card-wallet span.balance-head {
    position: absolute;
    font-size: 16px;
    color: #FFFFFF;
    right: 10px;
    bottom: 40px;
}
.card-wallet span.amount {
    position: absolute;
    font-size: 18px;
    color: #FFFFFF;
    right: 10px;
    top: 20px;
}
.card-wallet span.amount-head {
    position: absolute;
    font-size: 12px;
    color: #FFFFFF;
    right: 15px;
    top: 5px;
}
.card-wallet.card-info {
    background-color: #4eb9e6;
}
.card-wallet.card-warning {
    background-color: #FBC02D;
}
.card-wallet .icon {
    position: absolute;
    font-size: 65px;
    top: 15px;
    left: 15px;
    z-index: 999;
    color: #FFFFFF;
}
.card-wallet .head {
    font-size: 16px;
    position: absolute;
    right: 10px;
    bottom: 40px;
}
.card-wallet .description {
    font-size: 30px;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.card-wallet.card-warning {
    color: #FBC02D;
}
.card-wallet.card-danger {
    color: #fb9678;
}
.card-wallet.card-green {
    color: #00C292;
}
.card-wallet a {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    padding: 2.5px 10px;
    color: #FFFFFF;
    font-size: 13px;
    border-radius: 5px;
}
.card-wallet.card.card-warning a {
    background-color: #FBC02D;
    border: 1px solid #FBC02D;
}
.card-wallet.card.card-warning a:hover {
    background-color: #FFFFFF;
    color: #FBC02D;
}
.dropdown-wallet {
    width: 350px !important;
    box-shadow: inset 0 0 0, 0 0 7px #a3a3a3ab;
}
.dropdown-wallet::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-color: #fff #0000;
    border-style: solid;
    border-width: 0 8px 10px;
    top: -10px;
    left: 92.5%;
    margin-left: -6px;
}
.dropdown-menu.dropdown-wallet li {
    padding: 5px;
    color: #555555;
}
.dropdown-menu.dropdown-wallet li a {
    font-size: 13px;
}
.dropdown-menu.dropdown-wallet li:not(:last-child) {
    border-bottom: none;
}
@media screen and (max-width: 768px) {
    .navbar-nav .open .dropdown-menu.dropdown-wallet{
        position: absolute;
        right: -200px;
    }
    .dropdown-wallet::before {
        left: 35%;
    }
    .wallet a {
        top: 2px;
    }
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: inherit;
    color: #FF9900;
}
.pushy ul li a span.caret {
    position: absolute;
    right: 15px;
    top: 12px;
}
.pushy ul li {
    position: relative;
}
.profile-img {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #FFFFFF;
    overflow: hidden;
    display: inline-block;
    margin-top: 5px;
}
.profile-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 50px;
}
.profile-bg {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 9999999;
    right: 20px;
    top: 0;
}
@media (max-width: 768px) {
    li.shortcut-menu {
        display: none;
    }
}
.dropdown-menu>li>a:hover{
    background-color:rgba(216,216,216,1);
    background-image:none;
    color:#000;
}
.divider{
    background-color:#fff;
}
.dropdown-submenu{
    position:relative;
}
.dropdown-submenu>.dropdown-menu{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu>a:after{
    display:block;
    content: " ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style: solid;
    border-width:5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top:5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after{
    border-left-color: #555;
}
.dropdown-submenu.pull-left{
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu{
    left:100%;
    margin-left:1-0px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
.fast-menu {
    top: 0;
}
.menu-empty {
    width: 100%;
    height: 100px;
    position: relative;
    border: 2px dashed #E5E5E5 !important;
    padding: 5px;
}
.menu-empty a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #888888;
    cursor: pointer;
}
.menu-empty a span:first-child {
    font-size: 36px;
    display: block;
}
a {
    cursor: pointer;
}
.accordion-toggle:hover {
    text-decoration: none;
} 
.panel-title {
    font-size: 12px;
}
.fast-menu .modal-header  {
    border-bottom: none;
}
.fast-menu .modal-body{
	max-height: calc(100vh - 100px - 100px) !important;
    height: auto !important;
}
.buttonHolder a.button{
    flex-grow: 0;
    flex-shrink: 0;
    float: left;
    padding:  0.2rem;
    position: relative;
}
.button{
    background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
    background-image: linear-gradient(top, #f4f1ee, #fff);
    border-radius: 50%;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px white, inset 0px -3px 1px 1px rgba(204,198,197,.5);
    float:left;
    height: 65px;
    margin: 0 5px 45px 10px;
    position: relative;
    width: 65px;			
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
.button span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:#5855533d;
    font-size: 22px;
    text-align: center;
}
.button div.menu_name {
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    color: #888888;
    font-size: 12px;
}
.button:hover{
    background-image: -webkit-linear-gradient(top, #fff, #f4f1ee);
    background-image: linear-gradient(top, #fff, #f4f1ee);
    color:#888888;
}
a.button span {
    color:#FBC02D ;
}
a.button:hover span {
    color:#888888;
}
.button:after{
    color:#e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px;
}
.card-s {
    width: 100%;
    height: 100px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    margin: 5px auto;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16);
    cursor: pointer;
}
.card-s:hover {
    color: #FF9900;
    box-shadow: 0 3px 3px 0 rgba(255, 153, 0, 1);
}
.card-s .card-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.card-s .card-body .icon  {
    font-size: 20px;
}
.card-s .card-body .desc {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.modal-footer {
    border-top: none;
}
.menuchecked.checkbox label::after {
    padding-top: 5px;
}
.frame .btn{
    position: relative;
    height: 45px;
    width: 45px;
    min-width: 45px !important;
    border-radius: 45px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    box-shadow:
                -7px -7px 20px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                7px 7px 20px 0px #0002,
                4px 4px 5px 0px #0001,
                inset 0px 0px 0px 0px #fff9,
                inset 0px 0px 0px 0px #0001,
                inset 0px 0px 0px 0px #fff9,        inset 0px 0px 0px 0px #0001;
    transition:box-shadow 0.6s cubic-bezier(.79,.21,.06,.81);
    font-size: 20px !important;
    text-decoration: none;
}
.frame .btn:active{
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
                -4px -4px 6px 0 rgba(116, 125, 136, .2), 
                inset -4px -4px 6px 0 rgba(255,255,255,.5),
                inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}
.frame .btn span {
    font-size: 9px;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 55px;
    left: 50%;
    color: #888888;
}
.wallet-card {
    width: 100%;
    min-height: 125px;
    border-radius: 5px;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16);
    position: relative;
    overflow: hidden;
}
.wallet-card .circle {
    position: absolute;
    background-color: rgb(255,255,255);
    width: 175px;
    height: 175px;
    border-radius: 175px;
    top: -10px;
    left: -35px;
    opacity: .25;
}
.wallet-card span.first {
    font-size: 125px;
    color: #FFFFFF;
    position: absolute;
    top: -15px;
    left: -15px;
    transform: rotate(-45deg);
    z-index: 0;
}
.wallet-card.card-info {
    background-color: #4eb9e6;
}
.wallet-card .wallet-card.card-info span.last {
    font-size: 50px;
    color: #4eb9e6;
    position: absolute;
    left: 25px;
    bottom: 0;
    z-index: 1;
}
.wallet-card.card-warning {
    background-color: #FBC02D;
}
.wallet-card .wallet-card.card-warning span.last {
    font-size: 50px;
    color: #FBC02D;
    position: absolute;
    left: 25px;
    bottom: 0;
    z-index: 1;
}
.wallet-card span.amount-head {
    position: absolute;
    font-size: 12px;
    color: #FFFFFF;
    right: 15px;
    top: 5px;
}
.wallet-card span.amount {
    position: absolute;
    font-size: 18px;
    color: #FFFFFF;
    right: 10px;
    top: 20px;
}
.wallet-card span.balance-head {
    position: absolute;
    font-size: 16px;
    color: #FFFFFF;
    right: 10px;
    bottom: 40px;
}
.wallet-card span.balance {
    position: absolute;
    font-size: 30px;
    color: #FFFFFF;
    right: 10px;
    bottom: 5px;
}
.wallet-card .card-number {
    position: absolute;
    font-size: 13px;
    color: #FFFFFF;
    z-index: 99999;
    top: 8px;
    left: 8px;
    font-weight: 600;
    letter-spacing: 0.2em;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}
.wallet-card .card-date {
    position: absolute;
    font-size: 10px;
    color: #FFFFFF;
    z-index: 99999;
    top: 25px;
    left: 8px;
    font-weight: 400;
    letter-spacing: 0.2em;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}
.dropdown-wallet li:first-child {
    padding-top: 25px !important;
}
.dropdown-wallet li {
    padding: 0 10px !important;
}
.wallet .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.wallet .progress {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f5f5f5));
    background-image: -webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image: -moz-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0);
}
.wallet .progress {
    height: 10px;
    background-color: #ebeef1;
    background-image: none;
    box-shadow: none;
}
.wallet .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}
.wallet .progress-bar {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3071a9));
    background-image: -webkit-linear-gradient(top,#428bca 0,#3071a9 100%);
    background-image: -moz-linear-gradient(top,#428bca 0,#3071a9 100%);
    background-image: linear-gradient(to bottom,#428bca 0,#3071a9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0);
}
.wallet .progress-bar {
    box-shadow: none;
    border-radius: 3px;
    background-color: #0090D9;
    background-image: none;
    -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -ms-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}
.wallet .progress-bar-success {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#00C789),to(#00C789));
    background-image: -webkit-linear-gradient(top,#00C789 0,#00C789 100%);
    background-image: -moz-linear-gradient(top,#00C789 0,#449d44 100%);
    background-image: linear-gradient(to bottom,#00C789 0,#449d44 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0);
}
.wallet .progress-bar-success {
    background-color: #0AA699;
    background-image: none;
}
.wallet .progress-bar-info {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#31b0d5));
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
    background-image: -moz-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
    background-image: linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0);
}
.wallet .progress-bar-info {
    background-color: #0090D9;
    background-image: none;
}
.wallet .progress-bar-warning {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#ec971f));
    background-image: -webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
    background-image: -moz-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
    background-image: linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0);
}
.wallet .progress-bar-warning {
    background-color: #FDD01C;
    background-image: none;
}
.wallet .progress-bar-danger {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c9302c));
    background-image: -webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);
    background-image: -moz-linear-gradient(top,#d9534f 0,#c9302c 100%);
    background-image: linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0);
}
.wallet .progress-bar-danger {
    background-color: #F35958;
    background-image: none;
}
.wallet-card.lock {
    filter: grayscale(100%);
    text-align: center;
}
.wallet-card .lock-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99999999;
}
.wallet-card .lock-icon span {
    font-size: 46px;
}
.wallet-card .lock-icon p {
    font-size: 12px;
}
.header-title {
    margin-top: 35px;
    padding: 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
#modal-expire-session {
    color: #828282;;
}
#modal-expire-session .modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100%;
    max-width: 500px;
}
#modal-expire-session .modal-content {
    position: relative;
}
#modal-expire-session .modal-title {
    color: #a94442;
}
.button-re-login {
    background-color: #ffe1e1;
    border: 0;
    padding: 4px;
    border-radius: 2px;
    width: fit-content;
    float: right;
    cursor: pointer;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.icon-loading {
    animation: spin 1s infinite linear;
}
.passwordVerifyModal{
    color:#555555;
}
.passwordVerifyModal .relative{
    position:relative;
}
.passwordVerifyModal .relative span.last-span {
    position:absolute;
    right:5px;
    left: 95%;
    top:15px;
    cursor:pointer;
}
.passwordVerifyModal .relative span.first-span {
    position:absolute;
    left:5px;
    top:15px;
    cursor:pointer;
}
.policy-template,.message-template{
    display:none;
}
.passwordVerifyModal p{
    color:#555555;
}
.passwordVerifyModal .template-header{
    text-align:center;
    margin:10px auto;
}
.passwordVerifyModal .template-header img {
    width:50px;
}
.passwordVerifyModal p:first-child {
    text-indent: 0;	
    font-size:13px !important;
    font-weight:700;
}
.passwordVerifyModal p{
    text-indent: 25px;
    font-size:11px !important;
}
.passwordVerifyModal a {
    font-weight:700;
    text-decoration:underline;
}
.passwordVerifyModal input {
    margin: 15px 0;
    width: 100%;
    display: block;
    border: none;
    padding: 15px 0;
    border-bottom: solid 1px #CCCCCC;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #1463b0 4%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #1463b0 4%);
    background-position: -1024px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size:13px;
    padding-right:45px;
    padding-left:45px;
}
.passwordVerifyModal input:focus, .passwordVerifyModal input:valid {
    box-shadow: none;
    outline: none;
    background-position: 0 0;
}
.passwordVerifyModal input:disabled{
    background:#E5E5E5;
}
.passwordVerifyModal input::-webkit-input-placeholder {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.passwordVerifyModal input:focus::-webkit-input-placeholder, .passwordVerifyModal input:valid::-webkit-input-placeholder {
    color: #1463b0;
    font-size: 11px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    visibility: visible !important;
}
.announceModal .modal-body{
    height: calc(100vh - 50px - 50px);
}
.announceModal .modal-header h5.modal-title {
    text-align: left !important;
}
.announceShowModal .modal-body{
    height: calc(100vh - 100px - 100px);
}
.announceShowModal .modal-header h5.modal-title {
    text-align: left !important;
}
.announceShowModal .modal-footer{
    text-align: center !important;
}
.announceModal .modal-footer{
    text-align: center !important;
}
.btn-blue{
    background:#337ab7;
    color:#FFFFFF;
    padding:5px 45px 5px 45px;
    border-radius:15px;
}
.btn-grey{
    background:#888888;
    color:#FFFFFF;
    padding:5px 45px 5px 45px;
    border-radius:15px;
}