﻿body {
    /*padding-top: 50px;
padding-bottom: 20px;*/
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    color: black !important;
    /*background-color: RGB(201, 202, 204);*/
}

/* Set padding to keep content from hitting the edges */
.divcenter {
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
max-width: 280px;
}*/


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit !important;
}

.loading-image {
    position: fixed;
    opacity: 0.90;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 10000;
}

.blockscreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background-color: gray;
    opacity: 0.5;
}

.otp-container {
    position: fixed;
    top: 40%;
    text-align: center;
    width: 100%;
    z-index: 12000;
    left: 0;
    right: 0;
}

.letter-space-15px {
    letter-spacing: 12px !important;
}

.letter-space-10px {
    letter-spacing: 10px !important;
}

.font-size-64px {
    font-size: 64px !important;
}

.font-size-64px {
    font-size: 48px !important;
}

.text-white {
    color: white !important;
}

.text-black {
    color: black !important;
}

.form-group.padding-right-10px {
    padding-right: 10px !important;
}

input {
    border-radius: 0 !important;
    color: black;
}

button.rect {
    border-radius: 0 !important;
    border: 0 !important;
}

.width-150px {
    width: 150px;
    min-width: 150px;
}

.width-200px {
    width: 200px;
    min-width: 200px;
}

.width-300px {
    width: 300px;
    min-width: 300px;
}

.width-250px {
    width: 250px;
    min-width: 250px;
}

.form-group {
    margin-bottom: 5px !important;
}

.form-control {
    color: black !important;
}

.normal-weight {
    font-weight: normal !important;
}

.clear {
    clear: both;
}

input[type='checkbox'].w30px {
    width: 20px;
    height: 20px;
    border-radius: 5px;
}

input[type='radio'].w30px {
    width: 20px;
    height: 20px;
    border-radius: 5px;
}

.text-pink {
    color: deeppink !important;
}

.alert-height {
    height: 40px;
    min-height: 40px;
}

.text-danger {
    color: RGB(255,40,0) !important;
}

.position-fixed-image {
    position: fixed;
    top: 0;
    z-index: -1;
    left: 0 !important;
    right: 0 !important;
    width: inherit;
    margin-left: auto;
    margin-right: auto;
}

.modal-dialog.full-page {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

    .modal-dialog.full-page .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }

a.black-underline {
    text-decoration: underline !important;
}

ol.start-narrow {
    padding-inline-start: 20px;
}

.orientalkopi {
    accent-color: #C8092b;
    color: #C8092b;
}

button.orientalkopi {
    background-color: #C8092b;
}

.orientalkopi2 {
    accent-color: #226047;
    color: #226047;
}

.youngsannamee {
    accent-color: #124734;
    color: #124734;
}

button.youngsannamee {
    background-color: #124734;
}

.youngsannamee2 {
    accent-color: #502C1E;
    color: #502C1E;
}

.shudaxia {
    accent-color: #C8092b;
    color: #C8092b;
}

button.shudaxia {
    background-color: #C8092b;
}

.shudaxia2 {
    accent-color: #000000;
    color: #000000;
}

button.mamakim {
    background-color: #5E3710;
}

.mamakim {
    accent-color: #5E3710;
    color: #5E3710;
}

.mamakim2 {
    accent-color: #000000;
    color: #000000;
}

.ediyacoffee {
    accent-color: #23397E;
    color: #23397E;
}

button.ediyacoffee {
    background-color: #23397E;
}

.ediyacoffee2 {
    accent-color: #54301A;
    color: #54301A;
}

.aunteajenny {
    accent-color: #FE6B01;
    color: #FE6B01;
}

button.aunteajenny {
    background-color: #FE6B01;
}

.aunteajenny2 {
    accent-color: #712E03;
    color: #712E03;
}

.vivopizza {
    accent-color: #00ADEF;
    color: #00ADEF;
}

button.vivopizza {
    background-color: #00ADEF;
}

.vivopizza2 {
    accent-color: #712E03;
    color: #000000;
}
