@charset "UTF-8";

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

ng\:form {
    display: block;
}

.ng-animate-shim {
    visibility: hidden;
}

.ng-anchor {
    position: absolute;
}

.authentication .auth_form,
.card .body {
    background: transparent;
}

.quick-footer a {
    padding: 10px;
}

.quick-footer i {
    padding-right: 3px;
}

input:focus {
    color: #ff0000;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

ng\:form {
    display: block;
}

.ng-animate-shim {
    visibility: hidden;
}

.ng-anchor {
    position: absolute;
}
.quick-footer a {
    padding: 10px;
}

.quick-footer i {
    padding-right: 3px;
}

input:focus {
    color: #ff0000;
}
.active-account-btn {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.btn-add {
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: bold;
}

.text-center a{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

@media only screen and (max-width: 1920px) {
}

@media only screen and (max-width: 768px) {
    .cus-table{
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .panel-body{
        padding-left: 1px !important;
        padding-right: 1px !important;
    }
}

@media only screen and (max-width: 575px) {

}

.center{
    display: flex;
    justify-content: center;
}
.right{
    display: flex;
    justify-content: end;
}
.left{
    display: flex;
    justify-content: start;
}
.captcha-forgot img{
    height: 36px;
}
.flex{
    display: flex;
}
.main-color{
    color: #028bfd;
}
input, select {
    border-color: #028bfd !important;
}
.input-group-text{
    border-color: #028bfd !important;
    border-left: none;
}
.input-group-text i{
    color: #028bfd !important;
}
.alert-info{
    color: #fff !important;
    background-color: #dd3838 !important;
}
.min-with-btn{
    min-width: 158px !important;
}
.header .logo{
    width: 100% !important;
}
.quick-footer{
    margin-bottom: 7px;
}
.no-radius-right{
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.no-radius-left{
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.zmdi{
    display: contents;
}
.card-header{
    padding: 0px;
}
.full-with{
    width: 100%;
    background-color: #028bfd;
    margin: 0px;
    color: #fff !important;
}
.no-border{
    border: none;
}
.btn-link:focus{
    background-color: #028bfd !important;
}
.btn-link:hover{
    background-color: #028bfd !important;
}
ul li i {
    color: #028bfd;
}
.table-history{
    overflow: auto;
    display: block;
}
.table-accumulat tbody tr{
    border-top: 1px solid #028bfd;
}
.btn-cop{
    margin-left: 20px;
}
.btn-get-giftcode{
    margin-top: 20px;
}
.info-accumulat ul{
    list-style: none;
}
.right_icon_toggle_btn{
    display: none;
}
div .card{
    margin-left: 0px;
    margin-right: 0px;
}
.text-hightlight{
    color: yellow;
}

.hide {
    display: none !important;
}