@font-face {
    font-family: 'Poppins';
    src: url('../css/fonts/poppins/Poppins-Regular.ttf');
}

body {
    font-family: 'Poppins'!important;
    color: #191717!important;
    font-size: 14px !important;
    background-color: #ecf0fa;
}

.bg-abu{
    background-color: #c7dff8;
}


.bg-kuning{
    background-color: #edf48a;
}

.bg-header{
    background-color: #ffffff;
    /* background-color: #99a9e3; */
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    font-size: 14px !important;
}

.page-link{
    font-size: 12px !important;
}

.teks-struk{
    font-size: 14px;
    /* font-family: 'Courier New', Courier, monospace; */
    font-family: "Courier Prime", monospace;
}

.teks-cetak{
        font-family: "Courier Prime", monospace;
        font-size: 13.5px;
        line-height: 17px;
        white-space: normal;
        word-wrap: break-word;
}

.text-app{
    font-size: 14px;
    
}

.text-link{
    font-size: 14px;
    font-weight: bold;
}

.text-button{
    font-size: 16px;

}

.teks-token{
    font-size: 18px !important;
}

.text-header{
    font-size: 16px;
    font-weight: 600;
    color: #2c2b2b;
}

.text-header-big{
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}

.text-error{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.text-judul{
    font-size: 16px;
    /* font-weight: 600; */
    color: #2c2b2b;
}

.text-deskripsi{
    font-size: 14px;
    font-weight: 500;
    color: #2c2b2b;
}

.text-kecil{
    font-size: 10px;
    font-weight: 500;
}

.text-nominal{
    font-size: 16px;
    font-weight: 600;
}

.border-payment{
    border: 1px solid #ccc;
}

.form-control{
    /* border: none;
    border-bottom: 1px solid #a19e9e; */
    /* padding: 8px 0; */
    margin-top: 0px;
    outline: 0;
    width: 100%;
    background-color: #fff;
    color: #0d0d0d;
    font-size: 14px !important;
    border-radius: 0 !important;
}

.input-form{
    margin-top: 0px;
    outline: 0;
    width: 100%;
    background-color: #fff;
    color: #0d0d0d;
    font-size: 14px !important;
    border-radius: 0 !important;
}


.form-label-data{
    font-size: 14px;
    font-weight: 600;
    color: #2c2b2b;
}

.btn-simpan{
    font-size: 14px;
    font-weight: 600;
    padding: 8px;
    background-color: #d70d0d;
    border: none;
}


.btn-batal{
    font-size: 14px;
    font-weight: 600;
    /* padding: 10px; */
    border-color: #d7d3d3;
    background-color: #716f6f;
}


.btn-teks{
    font-size: 14px;
    font-weight: 500;
}

.btn-radio{
    border-radius: 5px;
    border-color: #2a2a2a;
    font-size: 14px;
    padding: 5px;
    font-weight: 500;
    color: #454343;
}

.nav-tabs .nav-link{
    color: #222;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #007eff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px;
}


