#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
    z-index: 10; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#formEditTransaksi td {
    height: 50px;
}

#formEditTransaksi .detail-head-trans {
    font-weight: bold;
    padding-bottom: 10px;
    padding-right: 20px;
}

.btn-hover:hover {
    background-color: #0275d8;
    padding: 6px 10px 6px 10px;
    color: white;
    border-radius: 4px;
    text-decoration: none;
}

.keahlian {
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    border: 1px solid lightgray;
}

.label-text {
    font-size: 14px;
    margin-bottom: 0px !important;
    color: grey;
}

.row-rounded {
    border-radius: 10px;
    border: 1px solid lightgray;
}

.input-lite {
    border-radius: 3px;
    padding: 3px 5px;
    border: 1px solid lightgray;
    color: gray;
}

.queue-md {
    font-size: 100px;
}
.queue-lg {
    font-size: 320px;
}

.border-full {
    border: 2px solid gray;
}
.border-no-top {
    border-bottom: 2px solid gray;
    border-right: 2px solid gray;
    border-left: 2px solid gray;
}
.shadow-box {
    box-shadow: 3px 3px 5px grey;
}
.fill {
    min-height: 100%;
    height: 100%;
}

.vh-100 {
    min-height: 100vh;
}

.vh-80 {
    min-height: 80vh;
}

.box-primary {
    color: #ff0000;
    font-size: 400px;
}

.box-warning {
    color: #48e709;
    font-size: 180px;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.span-text {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;
}

.on-focus-old {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: capitalize !important;
    font-size: 14px !important;
}

.on-focus-old:hover {
    color: rgb(247, 247, 247) !important;
}

.darkness {
    color: #71809f !important;
}

.darkness:hover {
    color: rgb(247, 247, 247) !important;
}

.lightness {
    color: #ffffff !important;
}

.hover-new:hover {
    color: rgb(247, 247, 247) !important;
}

.detail-head {
    font-weight: bold;
    padding-bottom: 10px;
    vertical-align: text-top;
    padding-right: 20px;
}

.detail-body {
    padding-bottom: 10px;
}

.service-card {
    border: 0.7px solid #ebe9e9;
    border-radius: 7px;
}

.service-card:hover {
    box-shadow: 15px 15px 10px 5px #ebe9e9;
}

.config {
    margin: 15% 20%;
    box-shadow: 15px 15px 10px 5px #ebe9e9;
}

.service-row {
    border: 0.7px solid #ebe9e9;
    border-radius: 7px;
    padding: 10px;
}

.chat-room {
    text-align: left;
    color: white;
    background-color: #06080d;
    width: 100%;
    height: 100%;
    padding: 17px 12px;
    border-bottom: 1.5px solid #fff;
}

.chat-room:hover {
    background-color: #121722;
}

.chat-active {
    background-color: #121722;
}

.bg-chat {
    background-color: #ffffff;
}

.chat-message {
    overflow-y: scroll;
    max-height: 535px;
}
.chat-parent {
    overflow-y: scroll;
    max-height: 535px;
}

/* ////////////////////////// */

.table-full {
    background-color: #36b9cc;
    overflow: auto;
}

.w-full {
    min-width: 100%;
    overflow: auto;
}

.w-input {
    min-width: 300px;
}

.input-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.input-fixed {
    min-width: 100px;
}

/* /////////////////////////////////F */

.message {
    border: 2px solid #06080d;
    background-color: #0f1522;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    color: #fff;
}
.darker {
    border-color: #06080d;
    background-color: #0f1522;
    margin-left: 20px;
}
.lighter {
    margin-right: 20px;
}
.message::after {
    content: "";
    clear: both;
    display: table;
}
.message img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}
.message img.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
.time-right {
    float: right;
    font-size: 13px;
}
.time-left {
    float: left;
    font-size: 13px;
}

.typing {
    position: absolute;
    bottom: 0px;
    border-bottom: 1.5px solid #fff;
    background-color: #06080d;
}

.btn-outline-hover:hover {
    background-color: #36b9cc !important;
    border: 0.5px solid #36b9cc !important;
}

.btn-disable {
    background-color: lightslategray !important;
    border: 0.5px solid lightslategray !important;
}
.chat-sender {
    color: rgb(197, 193, 255);
    font-size: 12px;
}

.highest {
    height: 100%;
}

.badge-chat {
    padding: 5px 50px;
    color: white;
    background-color: #1e1e20;
    border-radius: 15px;
}

.chat-room-head {
    font-size: 17px;
    font-weight: bold;
}

.btn-end {
    background-color: lightsteelblue;
    color: white;
}
.btn-end:hover {
    background-color: rgb(150, 172, 201);
    color: white;
}

.hover-side {
    color: #71809f !important;
    font-weight: 500;
}

.hover-side:hover {
    color: rgb(247, 247, 247) !important;
}

.list-service {
    box-shadow: 7px 3px 10px 1px #ebe9e9;
}

.chat-room:hover {
    cursor: pointer;
}

.on-focus-text {
    color: rgb(247, 247, 247) !important;
    font-weight: 500;
}

.on-focus {
    color: rgb(247, 247, 247) !important;
}

.out-focus-text {
    color: #71809f !important;
    font-weight: 500;
}

.out-focus {
    color: #71809f !important;
}

.out-focus-text:hover {
    color: rgb(247, 247, 247) !important;
}

#calendar {
    max-width: 1650px;
    margin: 0 auto;
}

.slick-slider h5 {
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #ffffff;
}
.slick-slider h5 p {
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: 800;
}

.slick-slider h5:hover {
    cursor: pointer;
    background-color: #f1f3fd;
    border: 2px solid #d5dafb;
}

.slick-slider h5.active {
    background-image: linear-gradient(120deg, #e5e9fe, #abb7fc, #e5e9fe);
    color: white;
    border: 2px solid #9caafd;
    padding: 20px;
}

.select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-selection__arrow {
    height: 40px !important;
}

.select2-container {
    width: 100% !important;
}
.control-label {
    width: 100%;
}

.nav-tabs .nav-link {
    color: black;
}
.nav-tabs .nav-link.active {
    background-color: #1d2453;
    border-bottom: #1d2453;
    font-weight: bold;
    color: white;
}

.ui-datepicker-calendar {
    display: none;
}
