/* .btn{
    border-radius: 6px;
    background: radial-gradient(100% 100% at 0% 0%, #19AFFA 0%, #0066FC 100%) #0066FC !important;
} */

/* .book{
    background: #0066FC !important;
    border-radius: 16px;
} */

.t-blue{
   color: #19AFFA !important;
}
.bg-blue{
    background: radial-gradient(100% 100% at 0% 0%, #19AFFA 0%, #19AFFA 0.01%, #0066FC 100%) !important;
    color: #fff;
 }
 .w-fit{
    width: fit-content;
 }
.cui__menuLeft__item__link, .cui__menuLeft__item {
    border-radius: 8px;
}
.cui__menuLeft__item__icon {
    color: #454A55;
}
.cui__menuLeft__submenu > .cui__menuLeft__item__link::after, .cui__menuLeft__submenu > .cui__menuLeft__item__link::before {
    background: #454A55;
}
.t-black{
    color: #454A55 !important;
}
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 8px;
    margin-right: 5px;
}
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-radius: 8px;
}
.fc .fc-toolbar > * > * {
    border-radius: 8px !important;
}
.btn.btn-primary, .show > .btn.btn-primary {
    border-radius: 20px;
}
.btn.btn-warning, .show > .btn.btn-warning {
    background: radial-gradient(250.94% 1565.01% at 6.37% -56.25%, #FFC40F 0%, #DB9607 100%);
    border-radius: 20px;
}
.btn.btn-success, .show > .btn.btn-success {
    background: radial-gradient(250.94% 1565.01% at 6.37% -56.25%, #3FB884 0%, #096F43 100%);
    border-radius: 20px;
}
.btn.btn-info, .show > .btn.btn-info {
    border-radius: 20px;
}
.back {
    border-radius: 20px;
}
table.dataTable td{
    white-space: normal !important;
    max-width: 400px;
}
.badge.badge-warning {
    /* background: #faad15; */
    background: radial-gradient(250.94% 1565.01% at 6.37% -56.25%, #FFC40F 0%, #DB9607 100%);
    color: #fff;
}
.alert.alert-info {
    background: radial-gradient(100% 100% at 0% 0%, #19AFFA 0%, #19AFFA 0.01%, #0066FC 100%) !important;
}
.fixed-top{
    z-index: 99;
}
.text-user{
    z-index: 1;
    position: relative;
    margin-right: 30px;
    margin-bottom: 10px;
}
.text-room{
    z-index: 1;
    position: relative;
    margin-right: 40px;
    margin-bottom: 10px;
}
.img-dashboard{
    width: 50px;
    right: -5px;
    bottom: -5px;
    position: absolute;
}
.mt-6{
    margin-top: 4rem !important;
}
.garis-container {
    text-align: center; /* Mengatur paragraf dan garis horizontal menjadi di tengah */
    position: relative; /* Mengatur posisi relatif untuk elemen kontainer */
}
.wording {
    position: absolute; /* Mengatur posisi absolut untuk wording */
    top: 50%; /* Mengatur posisi vertikal di tengah */
    left: 0; /* Mengatur posisi horisontal di sebelah kiri */
    transform: translate(0, -50%); /* Menggeser wording ke atas menggunakan transform */
    background-color: white; /* Memberikan latar belakang putih pada wording */
    padding: 5px; 
}
.text-underline{
    text-decoration: underline;
}