.mg-l-10 {
    margin-left: 10px;
}
.mg-l-20 {
    margin-left: 20px;
}
.mg-r-20 {
    margin-right: 20px;
}
.mg-r-10 {
    margin-right: 10px;
}
.mg-t-10 {
    margin-top: 10px;
}
.mg-t-20 {
    margin-top: 20px;
}
.text-break {
    word-break: break-all !important;
}
.text-break-word {
    word-break: break-word !important;
}
.d-block {
    display: block !important;
}
.w-10 {
    width: 10px !important;
}
.w-20 {
    width: 20px !important;
}
.w-30 {
    width: 30px !important;
}
.w-40 {
    width: 40px !important;
}
.w-50 {
    width: 50px !important;
}
.w-60 {
    width: 60px !important;
}
.w-70 {
    width: 70px !important;
}
.w-80 {
    width: 80px !important;
}
.w-90 {
    width: 90px !important;
}
.w-100 {
    width: 100px !important;
}
.w-120 {
    width: 120px !important;
}
.w-130 {
    width: 130px !important;
}
.w-150 {
    width: 150px !important;
}
.w-200 {
    width: 200px !important;
}

.w-100 {
    width: 100px !important;
}

.text-green {
    color: #00a65a !important;
}
.text-red {
    color: #dd4b39 !important;
}
.wrapper {
    height: 100vh;
    background: #FFF;
}
.main-header {
    height: 90%;
    background-image: url("../images/BG1 1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.img-header {
    width: 150px;
    margin-top: 20%;
    margin-left: 5%;
}
.img-login {
    width: 150px;
    margin-left: 5%;
    margin-top: 20%;
}
.header-img {
    display: block;
    width: 100%;
    height: 100%;
}
.footer-img {
    display: block;
    width: 100%;
    height: 100%;
}
.form-register {
    border-radius: 50px 50px 0px 0px;
    background: #FFF;
    box-shadow: 0px 0px 50px 0px rgba(75, 176, 245, 0.20);
    padding: 8% 12% 3% 12%;
    margin-top: -30%;
}
.form-register .form-group {
    margin-bottom: 25px;
}
.form-register label {
    color: #2F3136;
    font-size: 24px;
    font-style: normal;
    line-height: 20px; /* 83.333% */
    letter-spacing: -0.203px;
    margin-bottom: 10px;
    font-weight: 500;
}
.show-tpb {
    display: none;
}
.form-register .input-group-addon {
    cursor: pointer;
    color: #2B5EE4;
    border: none;
}
.form-register .form-control {
    border-radius: 5px;
    background: #E5F3FE;
    padding: 18px;
    font-size: 20px;
    border: none;
    height: 40px;
}
.agree-term a {
    color: #2B5EE4;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.203px;
    text-decoration-line: underline;
}
.agree-term {
    color: #2F3136;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 83.333% */
    letter-spacing: -0.203px;
}
.agree-term input {
    display: inline-block;
    width: 27px;
    height: 27px;
    border: 1px solid #2B55E3;
    transform: translateY(5px);
    margin-right: 10px;
}
.btn-login {
    border-radius: 5px;
    background: #2B5EE4;
    border: none;
    padding: 30px;
    width: 50%;
    display: block;
    margin: 50px auto 0 auto;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.203px;
}
.wrap-button {
    display: flex;
    gap: 20px;
}
.btn-later:hover {
    text-decoration: none;
}
.btn-later {
    border-radius: 5px;
    background: #FFF;
    border: 2px solid rgba(43, 94, 228, 1);
    padding: 30px;
    width: 50%;
    display: inline-block;
    margin: 50px auto 0 auto;
    color: rgba(43, 94, 228, 1);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.203px;
    text-align: center;
}
.btn-register {
    border-radius: 5px;
    background: #2B5EE4;
    border: none;
    padding: 30px;
    width: 50%;
    display: inline-block;
    margin: 50px auto 0 auto;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.203px;
}
.btn-register:disabled,
.btn-register[disabled] {
    background: rgba(43, 94, 228, 0.50);
}
.btn-search {
    border-radius: 10px;
    background: #0604FA;
    padding: 11px 20px;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
    letter-spacing: -0.203px;
    border: none;
}
.btn-refresh:hover {
    color: #0604FA;
    text-decoration: none;
}
.btn-refresh {
    color: #0604FA;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
    letter-spacing: -0.203px;
    padding: 9px 20px;
    border-radius: 10px;
    border: 1px solid #0604FA;
    background: #FFF;
}
.btn-export {
    color: #0604FA;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
    letter-spacing: -0.203px;
    padding: 11px 20px;
    border-radius: 10px;
    background: rgba(6, 4, 250, 0.10);
    border: none;
}
.btn-add-item:hover {
    text-decoration: none;
    color: #0604FA;
}
.btn-add-item>span {
    transform: translateY(-8px);
    display: inline-block;
}
.btn-add-item {
    color: #0604FA;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 166.667% */
    letter-spacing: -0.203px;
    cursor: pointer;
}
.action-icon {
    color: #2F3136;
    margin-right: 10px;
    cursor: pointer;
}
.dropdown-list li a:hover{
    text-decoration: none;
}
.dropdown-list li {
    list-style: none;
}
.dropdown-list {
    position: absolute;
    right: 0;
    padding: 10px;
    background-color: #ddd;
    border-radius: 5px;
    margin: 0;
    z-index: 99;
}

.wrapper-dashboard {
    background: rgba(6, 4, 250, 0.05);
}
.dashboard-header {
    padding-bottom: 24px;
}
.top-header .logo {
    width: 80px;
}
.top-header {
    padding: 16px 57px 39px 57px;
    display: flow-root;
}
.main-title {
    color: #2B5EE4;
    /*font-family: Roboto;*/
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.203px;
    margin: 0;
}
.header-link:hover {
    text-decoration: none;
    color: #0604FA;
}
.header-link {
    color: #0604FA;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 83.333% */
    letter-spacing: -0.203px;
    padding: 11px 16px;
    border-radius: 10px;
    background: transparent;
    margin: 0 9px;
    display: inline-block;
}
.header-link.active {
    border: 1px solid rgba(6, 4, 250, 0.50);
}
.header-noti .btn-header {
    margin: 9px;
    position: relative;
}
.info-header {
    display: flow-root;
}
.info-header-item .info-desc {
    display: block;
    color: #2F3136;
    /*font-family: Roboto;*/
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 166.667% */
    letter-spacing: -0.203px;
    margin-top: 5px;
}
.info-header-item .info-value {
    display: block;
    color: #2F3136;
    /*font-family: Roboto;*/
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 111.111% */
    letter-spacing: -0.203px;
    margin-top: 33px;
}
.info-header-item svg {
    display: block;
}
.info-header-item {
    border-radius: 10px;
    background: #FFF;
    padding: 12px 57px;
}
.content {
    border-radius: 10px 10px 0px 0px;
    background: #FFF;
    position: relative;
    padding-bottom: 100px;
}
.dashboard-link.active {
    color: #2B5EE4;
    border-bottom: 3px solid #2B5EE4;
}
.dashboard-link:hover {
    text-decoration: none;
}
.dashboard-link {
    margin-right: 48px;
    color: rgba(0, 0, 0, 0.30);
    /*font-family: Roboto;*/
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 166.667% */
    letter-spacing: -0.203px;
    padding-bottom: 12px;
    display: inline-block;
    cursor: pointer;
}
.content-header {
    padding: 39px 57px 0px 57px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);;
}
.table-data th {
    padding: 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
    text-align: center !important;
    font-size: 18px !important;
}
.image-empty {
    display: block;
    margin: 0 auto;
}
.wrap-paginate {
    padding: 20px 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.paginate-limit {
    border-radius: 5px;
    background: #E5F3FE;
    padding: 5px 10px;
    color: rgba(0, 0, 0, 0.30);
    /*font-family: Roboto;*/
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 166.667% */
    letter-spacing: -0.203px;
}
.paginate-info {
    margin-left: 12px;
    color: rgba(0, 0, 0, 0.30);
    /*font-family: Roboto;*/
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 166.667% */
    letter-spacing: -0.203px;
}
.paginate-paging {
    display: inline-block;
    float: right;
}
.page-link:hover {
    text-decoration: none;
}
.page-link {
    color: #B2B2B2;
    font-size: 24px;
    margin: 10px 6px;
    cursor: pointer;
}

.filter-header {
    padding: 30px;
}

.btn-show-bank i {
    color: #2B70E5;
}
.btn-show-bank {
    width: 100%;
    border-radius: 5px;
    background: #E5F3FE;
    padding: 10px 20px;
    margin-bottom: 0;
    cursor: pointer;
}
#bank-name {
    color: #2B70E5;
    /*font-family: Roboto;*/
    font-size: 24px;
    font-style: normal;
    /*font-weight: 600;*/
    line-height: 20px; /* 62.5% */
    letter-spacing: -0.203px;
}
#show-bank-icon {
    float: right;
}
.bank-list {
    gap: 10px;
    display: none;
    margin-top: 10px;
}
.bank-list-item {
    padding: 10px;
    width: 10%;
    border: 1px solid #c2c0c0;
    border-radius: 10px;
    cursor: pointer;
}
.bank-list-item>img {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.otp-form .otp-field {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    line-height: 4rem;
    text-align: center;
    border: none;
    border-bottom: 2px solid grey;
    outline: none;
}

.otp-form .otp-field:focus {
    border-bottom-color: black;
}

.table-data tr td {
    text-align: center;
}

.login-section {
    height: 100vh;
    background-image: url("../images/BG1 1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.form-login {
    margin-top: 20%;
}
.form-login .form-control {
    border-radius: 5px;
    background: #E5F3FE;
    padding: 18px;
    font-size: 20px;
    border: none;
    height: 40px;
}
.form-login .input-group-addon {
    cursor: pointer;
    color: #2B5EE4;
    border: none;
}
.form-login label {
    color: #2F3136;
    font-size: 24px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: -0.203px;
    margin-bottom: 10px;
    font-weight: 500;
}
.btn-login {
    border-radius: 5px;
    background: #2B5EE4;
    border: none;
    padding: 30px;
    width: 100%;
    display: inline-block;
    margin: 50px auto 0 auto;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.203px;
}
.register-link>a {
    color: #0100FF;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.203px;
    text-decoration-line: underline;
    text-decoration: none;
}
.register-link {
    color: #2F3136;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 83.333% */
    letter-spacing: -0.203px;
    margin-top: 24px;
}

.main-footer {
    background-image: url("../images/bg-footer.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.company-name {
    margin-bottom: 45px;
}
.company-info svg {
    transform: translateY(5px);
}
.company-info {
    color: #2F3136;
    /*font-family: Inter;*/
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 188.889% */
    margin-top: 8px;
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
    .form-register {
        padding: 8%;
    }
    .wrap-button {
        gap: 10px;
    }
    .btn-later {
        font-size: 18px;
        padding: 16px;
        margin: 0 auto;
    }
    .btn-register {
        font-size: 18px;
        padding: 16px;
        margin: 0 auto;
    }
    .btn-login {
        font-size: 20px;
        padding: 16px;
        margin: 0 auto;
    }
    .agree-term span {
        display: inline;
    }
    .top-header>div {
        padding: 0;
    }
    .top-header {
        padding: 8px;
    }
    .top-header .logo {
        width: 60px;
    }
    .main-title {
        font-size: 24px;
    }
    .header-link {
        font-size: 14px;
        padding: 8px;
        margin: 0 3px;
    }
    .header-noti .btn-header {
        margin: 0;
    }
    .info-header-item {
        margin-top: 10px;
    }
    .content-header {
        padding: 10px;
        overflow-x: scroll;
    }
    .info-header-item {
        padding: 12px;
    }
    .dashboard-link {
        font-size: 18px;
        margin-right: 12px;
        padding-bottom: 0;
    }
    .content-header-container {
        width: max-content;
    }
    .paginate-limit {
        font-size: 16px;
    }
    .wrap-paginate {
        padding: 10px;
        font-size: 18px;
        position: absolute;
    }
    .paginate-paging {
        width: 100%;
        display: block;
        text-align: center;
    }
    .paginate-info {
        font-size: 18px;
    }
    .table-data {
        min-height: 500px;
    }
    .login-section {
        background-size: contain;
        background-position: top;
    }
    .form-login {
        margin-top: 40%;
    }
    .form-register label, .form-login label {
        font-size: 20px;
    }
    .register-link, .register-link > a {
        font-size: 20px;
    }
    .main-header {
        background-size: contain;
        height: 50%;
    }
    .img-header {
        margin: 20px auto;
        display: block;
    }
    .img-login {
        width: 100px;
    }
    .agree-term, .agree-term a {
        font-size: 20px;
    }
    .main-footer {
        padding: 20px 0;
    }
    .btn-later, .btn-register {
        font-size: 16px;
    }
    .company-name {
        text-align: center;
    }
    .company-name img {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .company-info {
        font-size: 20px;
    }
    .paginate-info {
        font-size: 16px;
    }

    .btn-search {
        padding: 8px 16px;
        font-size: 16px;
    }
    .btn-refresh {
        font-size: 16px;
        padding: 8px 16px;
    }
    .btn-export {
        font-size: 16px;
        padding: 8px 16px;
    }
    .btn-add-item {
        font-size: 18px;
    }
}
