body, body * {
    font-weight: 500;
}
main > .container {
    /*padding: 70px 15px 20px;*/
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.hide {
    display: none !important;
}
.sign-up-header {
    
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
    border-radius: 12px;
    box-shadow: 0 20px 27px rgb(0 0 0 / 5%);
    height: 450px;
    margin-top: -42px;
    padding-top: 106px;
    text-align: center;
}
.img-logo {
    max-width: 300px;
}
@media(min-width:435px) {
    .carousel-item, .img-slide {
        height: 270px;
    }
}
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 100%;
}
.ant-card {
    border-radius: 12px;
    box-shadow: 0 20px 27px rgb(0 0 0 / 5%);
}
.card-signup {
    border-radius: 12px;
    box-shadow: 0 20px 27px rgb(0 0 0 / 5%);
    margin-top: -190px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    width: 100%;
    background-color: white;
    padding: 20px;
}
span.required {
    color: #c55;
}
.alert {
    position: fixed;
    top: 100px;
    right: 20px;
}
.img-logo {
    max-width: 50%;
    max-height: 100px;
}
button.navbar-toggler {
    position: absolute;
    right: 15px;
    top: 15px;
}
ul.navbar-nav {
    text-align: center;
}
h6.dropdown-header:last-child {
    border-bottom: 0px;
}
h6.dropdown-header {
    border-bottom: 1px solid lightgray;
}
.f-container {
    width: 100%;
    color: white;
    padding: 0 10px;
}
.col-lg-f, .col-lg-f:hover {
    width: 20%;
    color: white;
    padding: 5px;
}
.get-order {
    background-color: #febd69;
    border-radius: 30px;
}
@media(max-width:435px) {
    .col-lg-f p {
        font-size: 10px;
    }
}
.commission {
    color: #52c41a;
    font-weight: bold;
}
.level-amount {
    color: #52c41a;
}
main .container {
    margin-bottom: 120px;
}
main.user .container {
    max-width: 1200px;
}

.img-list {
    height: 500px;
    text-align: center;
    padding: 20px;
}
.img-list img {
    height: 100%;
}
.ant-row div {
    margin-bottom: 10px;
}
.ant-row div i {
    float: right;
    margin-top: 6px;
}
.commission-item div {
    display: inline-block;
    width: 32%;
    text-align: center;
}
.commission-val {
    color: #febd69;
}
.slide-list {
    max-width: 900px;
    max-height: 270px;
    margin: 20px auto;
    text-align: center;
}
.btn-list a {
    width: 20%;
    margin-bottom: 10px;
}
@media(max-width:932px) {
    .btn-list a {
        width: 32%;
    }
}
@media(max-width:600px) {
    .btn-list a {
        height: 150px;
    }
}
.site-index {
    padding-top: 10px;
}
.level-update div {
    display: inline-block;
    text-align: center;
    margin: 10px auto;
    width: 280px;
}
.lv-item {
    border-radius: 5px;
    border: 1px solid gray;
    padding: 10px;
    margin-bottom: 10px;
}
.active .level-name, .selected .level-name {
    color: #8c8c8c;
}
.selected {
    background-color: #dedbdb;
}
#btn_upgrade {
    margin: 20px auto;
}
.support-content {
    padding: 20px;
}
.support-header {
    padding-top: 10px;
}
.history-tabs {
    background-color: #232e3e;
    color: white;
    padding: 20px;
}
.history-tabs .active {
    color: #febd69;
}
.history-tab, .history-tab:hover {
    cursor: pointer;
    color: white;
    font-style: initial;
}
.his-img {
    max-width: 200px;
}
.his-list {
    padding: 10px 0px;
}
.his-item {
    width: 100%;
    border-radius: 5px;
    border: 1px solid gray;
    padding: 10px;
    margin-bottom: 10px;
}
.his-item .price {
    float: right;
    color: #febd69;
}
.icon {
    background-color: #1890ff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 12%);
    color: #fff;
    float: left;
    height: 60px;
    width: 60px;
}
.fa-icon {
    float: left;
    height: 60px;
    width: 60px;
}
.fa-l-icon {
    margin-right: 5px;
}
.img-final {
    /*max-width: 850px;*/
}
.img-product {
    max-width: 500px;
}
.r-val {
    color: #febd69;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    z-index: 1000;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    position: fixed;
    width: 100%;
}
.loading-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: gray;
    opacity: 0.5;
}
.icon {
    margin-right: 10px;
}
.btn-tabs {
    position: absolute;
    top: 0;
    right: 15px;
}
.user-index a {
    color: inherit;
}
.l-header {
    margin-top: 10px;
    padding: 10px;
    background-color: lightgray;
}
.has-error input {
    border-color: #c55;
}
.has-error .help-block, .note {
    color: #c55;
}
.nav-fill {
    background-color: lightgray;
}
.r-val-plus {
    color: blue;
}
.r-val-minus {
    color: #c55;
}
.pagination li {
    padding: 5px 10px;
    margin-right: 5px;
}
.pagination li.active a {
    color: #0b2e13;
}
.bank-info {
    padding: 10px;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    background-color: #fafafa;
    box-shadow: none;
}
.img-list .carousel-item {
    height: 450px;
}
.jq-toast-wrap {
    width: auto;
}
@media(max-width:435px) {
    .jq-toast-wrap {
        width: 80%;
    }
}
.jq-toast-single {
    font-size: 20px;
    line-height: 30px;
    padding-right: 30px;
}