@import url('https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/2.0.46/css/materialdesignicons.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

* {
    color: #fff;
}
body {
    background: var(--warna_1);
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
}
.content {
    max-width: 480px;
    margin: auto;
    background: #f7fafc;
}
.header {
    width: 100%;
    height: 240px;
    background: var(--warna_2);
    border-radius: 0 0 1.5rem 1.5rem;
    text-align: center;
    padding-top: 30px;
}
.header img {
    max-width: 176px;
}
.content-body {
    padding: 0 16px;
}
.content-body form input {
    outline: none;
    margin-top: -30px;
    border: none !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}
.my-shadow {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.product .box {
    padding: 0.8rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 0.5rem;
    text-align: center;
    background: var(--warna_4);
    display: block;
    text-decoration: none;
    color: #333;
    min-height: 143px;
}
.product .box img {
    width: 56px;
    display: block;
    margin: auto;
    margin-top: calc(1.5rem * -1);
    border-radius: 0.5rem;
}
.product .box span {
    font-size: xx-small;
    margin-top: 15px;
    display: block;
    text-transform: uppercase;
}
.product .box p {
    margin-top: 0.5rem;
    font-weight: 500;
    font-size: 0.75rem;
    font-family: Roboto,serif;
}
.lb {
    border-top: 1px solid var(--warna_2);
}
.footer img {
    padding-top: 2.5rem 0;
}
.menu-bottom {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    max-width: 480px;
    border-top: 1px solid #E2E8F0;
    padding: 0.25rem 0;
    text-align: center;
    z-index: 2;
}
.menu-bottom i {
    font-size: 24px;
    color: #718096;
}
.menu-bottom a {
    text-decoration: none;
}
.menu-bottom a.active i, .menu-bottom a.active p {
    color: var(--warna_2) !important;
}
.menu-bottom p {
    color: #718096;
    font-size: 0.875rem;
    margin-top: -5px;
    margin-bottom: 3px;
    font-weight: 400;
}
.text-copyright {
    color: #718096;
    font-size: 0.875rem;
}
.sosmed a {
    margin: 0 10px;
    text-decoration: none;
}
.sosmed a img {
    width: 24px;
}
.item .metode {
    margin: 5px 0;
    background: #fff;
    border-radius: 8px;
    padding: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}
.my-form label {
    font-size: 1rem;
}
.my-form .form-control {
    background: #fff;
    margin-top: 6px;
    border: 2px solid #edf2f7 !important;
}
.my-form .form-control:active, .my-form .form-control:focus {
    border-color: #3182ce !important;
    box-shadow: none !important;
    outline: none !important;
}
.color {
    color: var(--warna_3) !important;
}
.bg {
    background-color: var(--warna_2);
}
.btn {
    border: none;
    font-weight: 500;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: var(--warna_5);
}
.title {
    font-size: 1.125rem;
    margin-top: 5px;
    position: absolute;
}
.bg-primary {
    background: var(--warna_5) !important;
}
.cursor-pointer {
    cursor: pointer;
}
#toolbarContainer {
    display: none;
}
.btn.disabled, .btn:disabled, fieldset:disabled {
    background: #56ccfd;
    border-color: #56ccfd;
}
.fw-500 {
    font-weight: 500;
}
.otp .col-2 {
    padding: 0 2px;
}
.method-list {
    overflow: hidden;
    cursor: pointer;
}

.method-list.active:before {
    display: inline-block;
    content: 'L';
    position: relative;
    background: var(--warna_5);
    margin-left: -12px;
    height: 53px;
    line-height: 40px;
    width: 20px;
    text-align: center;
    color: #fff;
    top: -23px;
    transform: rotate(45deg) scaleX(-1);;
}
.method-list.active table {
    margin-top: -53px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.menu-user {
    margin-top: -21px;
}

.table-sendiri {
    background-color: var(--warna_4) !important;
}
.menu-user a:hover, .menu-user a.active {
    border-bottom: 2px solid var(--warna_5);
    padding-bottom: 15px;
}
.table>:not(caption)>*>*, .table.border-top {
    border-color: var(--warna_2) !important;
}
select.form-control option {
    color: #212529;
}