/* Style Dio */

.fin-search {
    padding: 10px 15px;
    border: 1px solid rgb(211, 207, 207);
    border-radius: 5px;
}

.fin-search:focus {
    border: 1px solid rgb(255, 144, 47);
    outline: none;
}

.fin-button-search {
    padding: 0px 10px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    color: white;
    background-color: rgb(88, 212, 103);
}

.select-socmed {
    padding: 12px 30px 12px 5px;
    border: 1px solid rgb(211, 207, 207);
    border-radius: 5px;
}

.select-socmed:focus {
    outline: none;
    box-shadow: none;
    border-color: rgb(211, 207, 207);
}

.cus-calendar {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid rgb(211, 207, 207);
    border-radius: 5px;
}

.cus-calendar:focus {
    border: 1px solid rgb(255, 144, 47);
    outline: none;
}

input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Image Preview */
.image-item {
    position: relative;
}

.remove-image-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px; /* Adjust as necessary */
    height: 24px; /* Adjust as necessary */
    cursor: pointer;
    font-size: 14px; /* Adjust font size as needed */
}

.remove-image-btn:hover {
    background-color: darkred; /* Change color on hover for better UX */
}
/* Image Preview */

.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-multiline {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Menetapkan maksimal 3 baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vl {
    /* border-left: 6px solid green;
    height: 500px; */
    /* box-shadow: 24px 0 0 0 black; */
    border-right: 6px solid rgb(158, 158, 158);
}

.notif-style a {
    color: rgb(255, 144, 47);
}
.notif-style a:hover {
    color: rgb(250, 87, 22);
}

.notif-style p {
    color: rgb(116, 116, 116);
    font-size: 12px;
}
.notif-style {
    border: 1px solid rgb(211, 207, 207);
    border-radius: 5px;
    padding: 15px;
    box-shadow: -3px 7px 44px -8px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: -3px 7px 44px -8px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -3px 7px 44px -8px rgba(0, 0, 0, 0.08);
}

.logo-gobees {
    margin-bottom: 30px;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    width: 100%;
}

.logo-gobees-nav {
    width: 150px;
}

@media only screen and (min-width: 100px) {
    /* .logo-gobees-nav {
        width: 6rem;
    } */
    .logo-gobees-nav-small {
        width: 20%;
    }

    .title-task-cat {
        font-size: 14px;
    }
}

@media only screen and (min-width: 300px) {
    /* .logo-gobees-nav {
        width: 6rem;
    } */
    .logo-gobees-nav-small {
        width: 20%;
    }

    .title-task-cat {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    /* .logo-gobees-nav {
        width: 6rem;
    } */
    .logo-gobees-nav-small {
        width: 10%;
    }
    .title-task-cat {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) {
    /* .logo-gobees-nav {
        width: 6rem;
    } */
    .title-task-cat {
        font-size: 24px;
    }
}

.select-model {
    padding: 13px 30px 13px 10px;
    border: 1px solid rgb(211, 207, 207);
    border-radius: 5px;
}

.disabled-icon {
    pointer-events: none;
}

/* .dropdown-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
} */

.status-dropdown-user {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border-radius: 5px;
    margin-top: 10px;
}

.status-dropdown-user:focus {
    outline: none; /* menghilangkan outline saat input difokuskan */
}

.status-dropdown-user option {
    color: #333; /* Ubah warna opsi di dropdown */
}

.input-client {
    padding-right: 35px; /* Create space for the icon */
}
.pw-client {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.daterangepicker {
    margin-top: -10px !important; /* Sesuaikan nilai ini untuk jarak yang diinginkan */
}

#chart {
    width: 100%;
    height: 100%;
}

.chart-cus {
    border-radius: 3px;
    padding: 5px 5px 5px 0px;
    font-size: 12px;
}

.chart-cus:focus,
.select-edit-profile:focus,
.input-edit-profile:focus {
    outline: none;
}

.select-type {
    padding: 12px 30px 14px 5px;
    border: 1px solid rgb(211, 207, 207);
    border-radius: 5px;
}

.select-edit-profile {
    padding: 10px 5px 10px 5px;
    border: 1px solid rgb(211, 207, 207);
    border-radius: 5px 0px 0px 5px;
    width: auto;
    color: rgb(97, 97, 97);
}
.input-edit-profile {
    padding: 10px 0px 10px 10px;
    border: 1px solid rgb(211, 207, 207);
    border-radius: 0px 5px 5px 0px;
    width: 100%;
    color: rgb(97, 97, 97);
}

.table-container {
    max-width: 100%; /* Pastikan sesuai dengan lebar container */
    overflow-x: auto; /* Menambahkan scroll horizontal */
    -webkit-overflow-scrolling: touch; /* Scroll yang lebih halus di perangkat sentuh */
}

/* .container-notice {
    position: relative;
    height: 10vw;
    background-color: rgb(59, 59, 59);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 99999;
}

.notice {
    position: absolute;
    width: 200px;
    height: 100px;
    background-color: red;
} */

.notice {
    position: fixed; /* Tetap di layar saat scroll */
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100000; /* Pastikan tetap di atas elemen lainnya */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Opsional, tambahkan bayangan */
}

.card-notice {
    background-color: #fff;
    color: black;
    border-radius: 5px;
    width: 25rem;
    height: auto;
    overflow: hidden;
}

.notice-head {
    color: white;
    padding: 14px 20px 5px 20px;
    background-color: #ff902f;
}

.notice-body {
    padding: 16px 20px;
    background-color: #fff4ea;
    color: #ff902f;
}

.notice-footer {
    padding: 10px 20px;
    background-color: #fff4ea;
    color: #ff902f;
    text-align: right;
}
.notice-footer label {
    font-size: 0.9rem;
    cursor: pointer;
}
.notice-footer input {
    margin-right: 5px;
    cursor: pointer;
}

/* CARD TASK */

.card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.card-link:hover {
    text-decoration: none;
}

/* CARD TASK */
