@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');

body {
    font-family: Raleway, sans-serif;
    background-color: #f6f8fd;
}

.p-45 {
    padding: 2rem !important;
}

.bg-success {
    background-color: #00aa9d !important;
}

.text-success {
    color: #00aa9d !important;
}

.btn-success {
    color: #fff;
    background-color: #00aa9d !important;
    border-color: #00aa9d !important;
}

.btn-success:hover {
    color: #fff;
    background-color: #00a189 !important;
    border-color: #00a491 !important;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #00a189 !important;
    border-color: #00a491 !important;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5) !important;
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00a491 !important;
    border-color: #00a189 !important;
}

.btn-check:checked+.btn-success:focus,
.btn-check:active+.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5) !important;
}

.btn-success:disabled,
.btn-success.disabled {
    color: #fff;
    background-color: #00aa9d !important;
    border-color: #00aa9d !important;
}

.border-success {
    border-color: #00aa9d !important;
}

.btn-danger {
    color: #fff;
    background-color: #e74c3c !important;
    border-color: #cf4436 !important;
}

.btn-danger:hover {
    color: #fff;
    border-color: #cf4436 !important;
    background: #eb6759 !important;
}

.card {
    border-radius: 1rem;
}

.rounded-2 {
    border-radius: 1rem !important;
}

.feature-icon-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
    color: #fff;
    border-radius: 100%;
}

.feature-icon-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    font-size: 4rem;
    color: #fff;
    border-radius: 100%;
}

.feature-icon-3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    font-size: 3.5rem;
    color: #fff;
    border-radius: 100%;
}

.breadcrumb {
    font-size: 15px;
}

.table {
    --bs-table-striped-bg: #f9f9f9;
    vertical-align: middle;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #dee2e6;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #ebedf2 !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 20px 0 2px;
    white-space: nowrap;
    justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 1.8em;
}

table.table-bordered.dataTable th {
    border-bottom-width: 2px;
    font-weight: 600;
}

.page-link {
    position: relative;
    display: block;
    color: #00aa9d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-link:hover {
    z-index: 2;
    color: #00a189;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    color: #00a189;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #00aa9d;
    border-color: #00aa9d;
}

.logo-header {
    height: 60px;
}

.header h4 {
    margin-top: 5px;
    margin-left: 5px;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(199, 44, 44);
}

.header h2 {
    line-height: 1px;
    margin-left: 4px;
    font-size: 25px;
    font-weight: bold;
    color: rgb(43, 71, 231);
}

.header p {
    margin-top: 15px;
    line-height: 10px;
    margin-left: 6px;
    font-size: 12px;
}

.header div {
    margin-top: 10px;
}

.item-antrian {
    height: 150px;
    border-radius: 5px;
}

.item-antrian a {
    text-decoration: none;
    -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    -moz-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
}

.image-layanan {
    /* height: 100%;
      width: 100%;
      background-image: url({{asset('assets/img/bg_batik.jpg')}});
      background-size: cover;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;  */
    /* background-image: linear-gradient(to bottom, #22bb74, #fedac1, #d5e1cf, #b7e6d9); */
    /* background-image: linear-gradient(to bottom, #585858, #fec1c1, #e1d9cf, #b7cfe6);
      background-repeat: no-repeat;
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 10px;*/
}

.image-layanan {
    /* position: relative; */
    /* height: 150px; */
    /* margin-bottom: 10px; */
    /* text-align: center; */
    /* padding: 10px; */
}

.border {
    height: 100%;
    /* border-width: 2px !important;
    border-style: double !important;
    border-color: #89a3e4 !important;
    border-radius: 5px; */
    border: none !important;
    padding: 10px;
}

/* .image-layanan .border img{
      max-height: 100%;
      max-width: 100%;
  } */
.deskripsi-layanan span {
    /* background-color: #22bb74; */
    background-color: #585858;
    width: 100%;
    display: block;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.item-antrian:hover span {
    /* color: #ffffff; */
}

.item-antrian:hover>.box-layanan::before,
.item-antrian:hover>.box-console::before {
    opacity: 0.94;
}

.item-antrian:active>.box-layanan::before,
.item-antrian:active>.box-console::before {
    opacity: 0.98;
}

.item-antrian:hover {
    /* cursor: pointer; */
}

.image-layanan:hover {
    /* opacity: 0.8; */
}

.image-layanan:hover>* {
    /* opacity: 1; */
}

.item-antrian:active img {
    /* opacity: 0.9; */
}

.box-layanan,
.box-console {
    cursor: pointer;
}

.box-layanan,
.box-layanan-disable {
    height: 100%;
    width: 100%;
    /* background-image: url('../images/bg_batik.jpg'); */
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.box-layanan::before {
    background-image: url('../images/bg_batik.jpg');
    content: "";
    background-size: cover;
    position: absolute;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}

.box-layanan-disable::before {
    background-image: url('../images/bg_batik_bw.jpg');
    content: "";
    background-size: cover;
    position: absolute;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}



.box-layanan img {
    max-height: 100%;
    max-width: 100%
}

.box-console,
.box-console-disable {
    height: 150px;
    width: 100%;
    /* background-image: url('../images/bg_batik.jpg'); */
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.box-console::before {
    background-image: url('../images/bg_batik.jpg');
    content: "";
    background-size: cover;
    position: absolute;
    border-radius: 5px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}

.image-layanan {
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.title-layanan2 {
    font-size: 24pt;
    color: #fff;
    font-weight: bold;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    line-height: 24pt;
}

.title-layanan span {
    /* background-color: #22bb74; */
    background-color: #585858;
    width: 100%;
    display: block;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.box-layanan:hover>.image-layanan,
.box-console:hover>.image-layanan {
    /* background: rgba(255, 255, 255, 0.1); */
    cursor: pointer;
}

.box-layanan:active>.image-layanan,
.box-console:active>.image-layanan {
    background: rgba(255, 255, 255, 0.25);
}

.nomor-wrapper #nomor,
.nomor-wrapper #nohp,
.nomor-wrapper #inputnohp {
    font-size: 80pt;
    font-family: "Share Tech Mono";
    font-weight: bold;
}

.nomor-wrapper .title-nomor {
    font-size: 20pt;
    font-weight: bold;
}

.btnOK {
    background-color: #00a491 !important;
    color: red;
}

.hg-theme-default {
    width: 45% !important;
    margin: 0 auto;
}

div.rincian {
    font-size: 20pt;
    font-weight: bold;
}

div.rincian .title {
    font-size: 24pt;
    text-transform: uppercase;
}