html, body {
    font-family: "Open Sans";
    width: 100%;
    max-width: 2500px;
    margin: auto;
}

.text-large {
    font-size: 36px;
}

.text-medium {
    font-size: 24px;
}

.text-normal {
    font-size: 18px;
}

.text-small {
    font-size: 14px;

}

.text-bold {
    font-weight: bold;
}

.text-blue {
    color: #3A57E8;
}

.text-gray {
    color: #828282;
}

.text-gray-light {
    color: #E0E0E0;
}

.form-control, .form-select {
    border-color: #828282;
}

.text-dark {
    color: #333333 !important;
}

.bg-custom-blue {
    background: #3A57E8;
}

.logotype {
    max-width: 70px;
    width: 100%;
}

.logotype-mini {
    max-width: 40px;
    width: 100%;
}

.btn-blue {
    background: #3A57E8;
    display: inline-block;
    cursor: pointer;
    border-radius: 25px;
    color: #ffffff;
    line-height: 30px;
    /*font-size: 16px;*/
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    transition: transform 0.25s ease;
    will-change: transform;
}

.btn-danger {
    background: #a90d0d !important;
    display: inline-block !important;
    cursor: pointer !important;
    border-radius: 25px !important;
    color: #ffffff !important;
    line-height: 30px !important;
    font-weight: 700 !important;
    text-align: center;
    text-transform: uppercase;
    transition: transform 0.25s ease;
    will-change: transform;
}

.btn-v-100 {
    width: 100%;
}

.btn-blue:hover {
    background: #2274BF;
    /*border-radius: 25px;*/
    color: #ffffff;
    /*border-color: #3A57E8;*/
    /*border: 2px solid;*/
}

.btn-danger:hover {
    background: #FF0000FF !important;

}

.btn-blue-outline:hover {
    background: #2274BF;
    color: #ffffff;
}

.btn-blue-outline {
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border-radius: 25px;
    color: #3A57E8;
    border-color: #3A57E8;
    border: 2px solid;
    line-height: 30px;
    /*font-size: 16px;*/
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    transition: transform 0.25s ease;
    will-change: transform;
}

.btn-gray {
    background: #828282 !important;
    border: 1px solid #828282 !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 25px;
    /*color: #000000;*/
    line-height: 30px;
    /*font-size: 16px;*/
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    transition: transform 0.25s ease;
    will-change: transform;
}

.line {
    display: inline-block;
    height: 2px;
    color: #828282 !important;
    width: 39%;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
}

.text-line {
    width: 40px;
    display: inline-block;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 15px;

}

.content-block {
    min-height: calc(100vh - 65px);
}

.footer {
    /*position: absolute;*/
    /*bottom: 0;*/
    height: 60px !important;
    display: block;
    font-size: 14px !important;
    /*margin-top: 25px!important;*/
    background: #ffffff !important;
}

.btn-footer {
    font-size: 14px !important;
    line-height: 30px !important;
    height: 45px;
}

.right-block-sign {
    padding-left: 5%;
    background: #3A57E8;
}

.title-brand {
    color: #ffffff;
    font-size: 24px;
    margin-top: 10%;
    font-weight: bold;
}

.form-check-input {
    border: 2px solid #959599!important;
}

.declare-none {
    display:none!important;
}

.sign-text {
    color: #ffffff;
    margin-top: 25px;
    width: 100%;
    max-width: 550px;
    margin-bottom: 40px;
}

.main-img {
    width: 100%;
    /*max-width: 79.7%;*/
    max-width: 100%;
    /*max-height: calc(70% - 60px);*/
    /*position:relative;*/
    /*bottom:0;*/
    float: right;
    border-radius: 15px 0 0 0;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .form-select:valid, .form-select.is-valid {
    border-color: #3A57E8;
}

.content-wrapper {
    background: #ffffff !important;
}

.main-sidebar {
    border-right: 1px solid #E0E0E0;
}

.brand-text {
    font-size: 16px;
    color: #3A57E8;
}

.main-header {
    border-bottom: 1px solid #E0E0E0 !important;
}

.main-header .nav-link {
    height: inherit !important;
}

.dropdown .btn-blue-outline {
    height: 45px !important;
}

.hamburger {
    color: #3A57E8 !important;
}

.hamburger:hover {
    color: #0D0C43 !important;
}

.brand-link {
    margin-bottom: 25px;
}

.border-bottom {
    border-bottom: 1px solid #E0E0E0 !important;
}

.info-green {
    background: #B4F5BC;
    padding: 10px;
    display: inline-block;
    width: auto;
    text-align: center;
}

.text-green {
    color: #00862D !important;
}

.package-block {
    width: 300px;
    height: 190px;
    border: 1px solid #3A57E8;
    color: #3A57E8;
    border-radius: 15px;
    display: inline-block;

}

.package-block-padding {
    font-size: 34px;
    padding-top: 55px;
    text-align: center;
}

.package-item {
    display: block;
    padding: 10px;
}

.decoration-none {
    text-decoration: none;
}

.sign-lavel {
    text-align: left !important;
    float: left;
}

.h-5 {
    height: 65px;
}

.check-medium {
    width: 20px;
    height: 20px;
}

#stamp {
    margin-top: 15px;
    border: 2px solid #9D1E15;
    padding: 5px;
    text-align: center;
    font-family: cursive !important;
    font-weight: bold;
    width: 300px;
    /*width: auto;*/
    height: 55px;
    color: #9D1E15;
}

.payment-detail {
    min-width: 330px;
    min-height: 220px;
    border: 1px solid #3A57E8;
    color: #3A57E8;
    border-radius: 15px;
    display: inline-block;
    padding-bottom: 20px;
}

.payment-block {
    height: 150px;
    border: 1px solid #3A57E8;
    color: #3A57E8;
    border-radius: 15px;
    display: inline-block;
    width: 150px;
    margin: auto;
    cursor: pointer;
}

.payment-block:hover, .payment-block-inline:hover {
    background: #3A57E8;
    color: #ffffff;
}

.payment-block-inline {
    border: 1px solid #3A57E8;
    color: #3A57E8;
    border-radius: 15px;
    display: inline-block;
    margin: auto;
    cursor: pointer;
}

.bg-block-blue {
    background: #3A57E8;
    color: #ffffff;
}

.voucher {
    display: none;
}

.nav-sidebar .nav-link p {
    font-size: 16px !important;
}

.sidebar-dark-white .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-white .nav-sidebar > .nav-item > .nav-link.active {
    color: #3A57E8 !important;
    background: #D0D7FA !important;
}

.custom-modal .modal-content {
    min-width: 500px !important;
}

.custom-modal .modal-header, .custom-modal .modal-body {
    display: block !important;
}

.custom-modal .modal-content {
    border: 2px solid #3A57E8 !important;
}

.custom-modal .modal-footer {
    justify-content: left !important;
}

.btn-little {
    height: 40px;
    line-height: 25px !important;
}

.send, .withdraw {
    display: none;
}

.card-outline-blue {
    box-shadow: 0 0 2px #3A57E8, 0 0 2px #3A57E8 !important;
}

#input-amount {
    display: none;
}

.ticket-block {
    min-height: 40px;
    border: 1px solid #3A57E8 !important;
    border-radius: 5px;

}

.ticket-info {
    background: #D0D7FA;
}

.border-left {
    border-left: 1px solid #3A57E8 !important;
}

.direct-chat-messages {
    height: 400px !important;
}

.img-circle {
    height: 45px !important;
    width: 45px !important;
}

.program-item {
    /*min-width: 700px;*/
    border: 2px solid #3A57E8;
    display: block;
    padding: 15px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    color: #3A57E8 !important;
    font-weight: bold;
    width: 100%;
}

.program-item:hover {
    background: #3A57E8;
    color: #ffffff !important;
    font-weight: bold;
}

.select-item {
    cursor: pointer;
    border: 1px solid #3A57E8;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    color: #3A57E8;

}

.nav-flat.nav-sidebar > .nav-item .nav-treeview .nav-item > .nav-link, .nav-flat.nav-sidebar > .nav-item > .nav-treeview .nav-item > .nav-link {
    border-left: .2rem solid !important;
}

.nav-treeview > .nav-item > .nav-link.active {
    background: #7487d359 !important;
    color: #360b75 !important;
    opacity: 1;
}

#login-form, #signup-company, #request-password-reset-form, #risk-form {
    background-color: #fff;
    padding: 30px 20px 30px 20px;
    border-radius: 2px;
    max-width: 460px;
    width: 100%;
    margin: auto;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}

#signup-company {
    max-width: 600px !important;
}

#login-form .row, #signup-company .row, #request-password-reset-form .row, #risk-form .row {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.forgot-link {
    text-decoration: none;
}

#percent-modal .modal-dialog, #certificate-modal .modal-dialog, #assign-modal .modal-dialog {
    width: 500px !important;
}

.position-index {
    z-index: 20;
    position: relative;
}

.promo-pointer {
    cursor: pointer;
}

.logout {
    padding-bottom: 8px !important;
    padding-top: 8px !important;
}

.card {
    margin-bottom: 0 !important;
}

.logout {
    padding-bottom: 8px !important;
    padding-top: 8px !important;
}

.card {
    margin-bottom: 0 !important;
}

.form-control:disabled {
    background-color: #dcdad7;
}

#admin-content {
    min-height: 88.3vh !important;
}

.right {
    right: 0.8rem !important;
    font-weight: bold;
    font-size: 1.2rem !important;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9rem;
    height: 3.6rem;
}

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

.alert-dismissible .btn-close {
    padding: 1rem !important;
    color: #ffffff;
}

.page-link {
    color: #083ddd;
}

.page-item.active .page-link {
    background: #083ddd;
    border-color: #083ddd;
    color: #ffffff;
}

.logo-img {
    max-width: 50%;
}

.logo-img-max {
    max-width: 100%;
}

.main-page {
    width: 100%;
    min-height: 66.1vh;
    display: flex;
    padding: 15px;
    overflow: auto;
}

.notice-red {
    color: #b00909;
}

.text-logo {
    color: #494aa6;
}

.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;
}

.method {
    display: none;
}

.crypto-qr {
    width:50%;
}

.google-auth-block {
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: auto;
}

#emailnotification-text-container {
    height: 20%;
}

.kyc-color {
    width: 50px;
    height: 20px;
    display: inline-block;
}


/*.btn-buy-ppk {*/
/*    font-weight: bold;*/
/*    font-size:1.5rem;*/
/*    color: #360b75;*/
/*}*/

/*.auth {*/
/*    position: relative;*/
/*    font-family: 'Ubuntu', sans-serif;*/
/*    font-size: 15px;*/
/*    width: 100vw;*/
/*    !*min-height: 85.5vh;*!*/
/*    min-height: 87vh;*/
/*    overflow: hidden;*/
/*}*/


/*.login__logo::after {*/
/*    content: '';*/
/*    display: block;*/
/*    position: relative;*/
/*    left: 0;*/
/*    top: 13px;*/
/*    width: 20%;*/
/*    height: 2px;*/
/*    margin-bottom: 50px;*/
/*}*/

/*#risk-form {*/
/*    max-width: 900px;*/
/*}*/

/*.btn-auth, .btn-sign {*/
/*    display: inline-block;*/
/*    cursor: pointer;*/
/*    border-radius: 3px;*/
/*    background-color: #0759bd;*/
/*    color: #ffffff;*/
/*    line-height: 40px;*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    transition: transform 0.25s ease;*/
/*    will-change: transform;*/
/*    width: 100%;*/
/*}*/

/*.btn-auth:hover {*/
/*    transform: scale(0.95);*/
/*    background-color: #0759bd;*/
/*    color: #ffffff;*/
/*}*/

/*.btn-sign:hover {*/
/*    transform: scale(0.95);*/
/*    background-color: #bd7407;*/
/*    color: #ffffff;*/
/*}*/

/*.btn-sign {*/
/*    background-color: #6c655f;*/
/*    border:1px solid #565555;*/
/*}*/

/*.simply-signup-text {*/
/*    font-size: 18px;*/
/*    text-align: justify;*/
/*}*/


/*.table tbody tr:hover, .table tbody .promo-hover:active, .table tbody .promo-hover:focus {*/
/*    background-color: pink;*/
/*}*/

/*.hover {*/
/*    background-color: #807c7c !important;*/
/*}*/

/*main > .container {*/
/*    padding: 70px 15px 20px;*/
/*}*/

/*#particles-js {*/
/*    position: absolute;*/
/*    z-index: -7;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    min-height: 100% !important;*/
/*    background: linear-gradient(552deg, rgb(236, 234, 231), #fff6f1, #312f2d);*/
/*}*/

/*.img-logo {*/
/*    border-radius: 5px;*/
/*    padding: 0;*/
/*    margin: auto;*/
/*    display: block;*/
/*    width: 50% !important;*/
/*}*/

/*.main-footer {*/
/*    transition: margin-left 0.3s ease-in-out;*/
/*    background: linear-gradient(362deg, #1e71ca, #0b3651, #3b87ac, #2a72b3);*/
/*    color: #ffffff;*/
/*    border-top: none;*/
/*    padding: 1rem;*/
/*}*/

/*.card-outline {*/
/*    border-top: 3px solid #6c757d;*/
/*    border-radius: 7px;*/
/*}*/

/*.reset-link {*/
/*    color:#999;*/
/*    margin:1em 0*/
/*}*/


/*.user-block {*/
/*    max-height: 85vh;*/
/*    overflow-y: scroll;*/
/*}*/


/*.sidebar-gold-primary .nav-link {*/
/*    padding-left: 0!important;*/
/*    padding-right: 0!important;*/
/*}*/

/*.card-gold {*/
/*    border-color: #017cd4 !important;*/
/*}*/

.bg-golden-create {
    background: #ecd38b linear-gradient(180deg, #f4e5b7, #dd6c08) repeat-x !important;
    color: #000;
}

.bg-golden-create:hover {
    background: #ffc107 linear-gradient(180deg, #e4b526, #e0a800) repeat-x !important;
    border-color: #d39e00;
    color: #121a24;
}


/*.footer-center {*/
/*    margin-left: 200px;*/
/*    padding-top: 5px;*/
/*    color: #ffffff;*/
/*    font-weight: bold;*/
/*    text-align: center;*/
/*}*/

/*.service {*/
/*    border: 1px solid #dbdbdb;*/
/*    border-radius: 5px;*/
/*    margin-bottom: 25px;*/
/*    padding: 1rem;*/
/*}*/

/*.package {*/
/*    border: 2px solid #eee;*/
/*    border-radius: 5px;*/
/*    padding: 15px;*/
/*    margin: 15px 0;*/
/*}*/

/*.user-package {*/
/*    border: 2px solid #d9e1e3;*/
/*    border-radius: 5px;*/
/*    padding: 15px;*/
/*    margin: 6rem 0 1rem 0;!important;*/
/*    !*margin: 15px 0;*!*/
/*}*/

/*.package-block {*/
/*    !*border: 2px solid #eee;*!*/
/*    border-radius: 5px;*/
/*    padding: 15px;*/
/*    !*margin: 15px 0;*!*/
/*    background: inherit!important;*/
/*}*/

/*.table-package {*/
/*    margin-bottom: 0;*/
/*}*/

/*.table-package tr, .table-package td{*/
/*    border: none;!important;*/
/*    font-size: 1.2rem;*/
/*    background: inherit!important;*/
/*    font-weight: bolder;*/
/*}*/

.icon {
    width: 30px;
}

.footer-row-end {
    text-align: center!important;
    padding: 10px 0!important;
    display:none;
}

.show-mobile {
    display: none;
}

/*.nav-pills .nav-link {*/
/*    color: #ddecf9!important;*/
/*}*/

/* 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: 1550px) {
    .main-img {
        max-width: 100%;
        width: 590px;
    }
}

@media (max-width: 1260px) {
    .main-img {
        max-width: 100%;
        margin-top: 4rem;
    }

    .payment-items {
        width: 100% !important;
        display: block!important;
    }

    .coin-block {
        width:100% !important;
        max-width:100% !important;
        display: block;
        flex: 0 0 100%;
    }
}

@media (max-width: 1050px) {
    .hide-mobile {
        display: none!important;
    }

    .show-mobile {
        display: inline-block;
    }
}

@media (max-width: 992px) {
    .bg-custom-blue {
        display: none!important;
    }

    .border-left {
        border: none!important;
    }
}

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

    .web-link {
        display: none;
    }

    .right-block-sign {
        display:none!important;
    }

    .footer-row {
        display: none;
    }

    .footer-row-end {
        display: block;
    }

    .footer-row-second {
        text-align: center!important;
        margin-bottom:15px!important;
    }

    .package-block {
        width: 100%;
        margin-left:0!important;
        margin-right:0!important;
    }

    #admin-content {
        padding-left: 0!important;
    }

    .mobile-screen {
        padding:5px!important;
    }

    .row {
        margin-left:0!important;
        margin-right:0!important;
    }

    .ticket-block {
        padding:0;
    }

    .logo-block {
        text-align: center;
    }

    .content-block {
        min-height: calc(100vh - 150px);
    }

    .footer {
        height: 105px!important;
    }
}

@media (max-width: 680px) {
    /*.site-login {*/
    /*    width: 80% !important;*/
    /*}*/

    .text-large {
        font-size: 26px;
    }

    .line {
        display: none;
    }

    .text-line {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .card-body {
        padding-left:0;
        padding-right:0;
    }

    .payment-block {
        width: 45% !important;
        margin-bottom: 15px!important;
    }

    .data-info {
        overflow-x: auto;
        font-size:14px;
        text-overflow: ellipsis;
        width:28rem!important;
    }

    .payment-block-inline .text-medium {
        font-size: 20px!important;
    }

    .balance-page {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

@media (max-width: 460px) {
    .data-info {
        width:19rem!important;
    }

    .text-medium {
        font-size: 20px;
    }

    .content-header {
        display: none;
    }
}

@media (max-width: 576px) {
    .custom-modal .modal-content {
        width:100% !important;
        min-width:300px!important;
    }

    .select-item {
        text-align: center;
    }

    #copy {
        overflow-wrap: break-word;
        width: 21rem;
    }
}

@media (max-width: 420px) {
    .text-large {
        font-size: 18px;
    }

    .program-item {
        width:95%;
        font-size: 18px;
        text-align:center;
        margin:auto;
    }

    .payment-detail {
        width: 100%;
        min-width: 250px!important;
    }

    .crypto-qr {
        width:100%;
    }

    #copy {
        overflow-wrap: break-word;
        width: 14rem;
    }
}

.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;
}
