@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700&display=swap');
@import '../holyland/theme.css';
body{
    font-family: 'Jost', sans-serif;
}
.auth-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    color: #002d52 !important;
}
.content-wrapper{
    background-color: #F9FBFC;
    height: fit-content;
}
.content-header, label{
    text-transform: uppercase;
}
label{
    font-weight: 400 !important;
}
.form-control{
    border-radius: 0;
    height: 44px;
}
.main-sidebar, .layout-navbar-fixed .wrapper .brand-link{
    border: 1px solid #f1f1f1;
}
.main-header{
    border-bottom: 1px solid #f1f1f1;
}
.layout-navbar-fixed .wrapper .main-header{
    top: 0.5px;
}
.nav-pills .nav-link{
    border-radius: 0px !important;
    color: #494B4E;
}
.nav-treeview .nav-link{
    padding-left: 40px;
}
.btn-action{
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 3px !important;
}
.btn-action .fa{
    font-size: 14px;
}
.btn{
    border-radius: 1px;
}
.btn-secondary{
    border-color: #AC0614 !important;
    background-color: transparent !important;
    color: var(--primary) !important;
}
.btn-primary, btn-primary:hover{
    border-color: #FFD3D2 !important;
    background-color: #FFD3D2 !important;
    color: var(--primary) !important;
}
.bg-light, .brand-link {
    background-color: #FFF5F6!important;
}
.nav-sidebar .nav-item>.nav-link{
    width: 100% !important;
}
.nav-sidebar .nav-item > .nav-link.active{
    background: rgb(172,6,20,0.1) !important;
    color: var(--primary);

}
.content-header{
    padding-bottom: 0px;
}
.thead-primary{
    background: var(--primary);
    color: white;
}
table{
    text-transform: uppercase;
}
.table td, .table th {
    padding: 0.7rem;
    vertical-align: center;
}
.page-item.active .page-link{
    background-color: var(--primary);
    border-color: var(--primary);
}
.page-link, .nav-pills .nav-link:not(.active):hover{
    color: var(--primary);
}
.card-icon-delete{
    position: absolute;
    top: -9px;
    right: 12px;
    background: #800000d6;
    color: white;
    width: 23px;
    height: 23px;
    border-radius: 50%;
}
table{
    font-size: 14px;
}
label{
    font-size: 14px;
    margin-bottom: 0.3rem;
}
.nav-pills .nav-link.active, .timeline>.time-label>span{
    background-color: var(--primary) !important;
    box-shadow: 0px 8px 24px 0px #00000014;
}

.menu-open > a{
    /*background-color: var(--primary) !important;*/
}

.text-decoration-underline{
    text-decoration: underline;
}

/*datatable*/
.page-item.disabled .page-link{
    border: none;
    background: transparent;
}
.image-upload{
    height: 0;
    width: 0;
    opacity: 0;
    z-index: 9999;
    position: absolute;
    left: 10px;
    top: 20px;
}
.border-radius-none{
    border-radius: 0;
}
.preview img{
    width: 100%;
    height: 152px;
    object-fit: cover;
}
.remove {
    background: #FFD3D2;
    height: 30px;
    width: 30px;
    color: var(--primary);
    text-align: center;
    cursor: pointer;
    padding: 7px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -10px;
    z-index: 999;
}
.content-header h5{
    font-size: 18px;
    padding: 10px 0 20px;
}
.content-header .btn, button{
    padding: 8px 30px;
    font-size: 14px;
}
.parent-span{
    position: absolute;
    top: 0;
    right: 0;
}
.multi-images .parent-span{
    position: relative;
    padding-right: 5px;
}
.upload-btn-wrapper.multi-images {
    width: 15%;
}
.multi-images .upload-span{
    left: 4%;
}
.full-width-image .upload-span {
    top: 30%;
    right: 40%;
}
.full-width-image .parent-span {
    position: absolute;
    width: 99.3%;
}

.full-width-image .preview img {
    position: absolute;
    width: 99.3%;
}
.input-file{
    display:none;
}
.input-btn{
    background-color: transparent;
    color: #0D2034;;
    border: 1px dashed #000;
    border-radius: 6px;
}
.input-btn:hover{
    background-color:#c9cccb;
}
.modal-content{
    border-radius: 0;
}

.modal-footer{
    border: 0;
}
.modal.pop {
    transform: scale(0.5);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.modal.pop.show {
    transform: scale(1);
    opacity: 1;
}
.modal.pop.slide-out {
    transform: scale(0);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.select2-selection__choice {
    margin-top: calc(0.375rem - 0px) !important;
    margin-right: 0.375rem !important;
    color: var(--primary) !important;
    border: transparent !important;
    border-radius: 0 !important;
    background: #FFD3D2 !important;
    padding-left: 0.75rem !important;
}
.select2-selection__choice__remove {
    float: right !important;
    color: var(--primary) !important;
    padding-left: 0.75rem !important;

}

.select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple{
    border: solid #ced4da 1px;
    outline: 0;
    min-height: calc(2.25rem + 2px) !important;

}
.select2-container--default .select2-selection--multiple{
    border-radius: 0;
}
.timeline>.time-label>span{
    border-radius: 2px;
}
.nav-tabs .nav-link.active{
    color: #495057 !important;
}
.line-height-none{
    line-height: 0 !important;
}
.card-body,.card-header{
    border: 1px solid #EFEFEF;
}
.card{
    border-radius: 1px;
    box-shadow: none;
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-600{
    font-weight: 600;
}
.btn-blue{
    background: #2F86D6;
    color: white;
}
.card-primary.card-outline-tabs>.card-header a.active, .card-primary.card-outline-tabs>.card-header a.active:hover{
    border-top: 0;
    border-bottom: 3px solid var(--primary);
}
.card.card-outline-tabs .card-header a:hover{
    border-top: 0;
    border-color: transparent;
}
.button-items {
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.button-items form {
    display: flex;
    align-items: center;
    margin: 0;
}
.required::after {
    content: ' *';
    color: var(--primary);
}
.card-circle {
    width: 50px;
    height: 50px;
    background-color: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto;
    float: left;
    margin-right: 10px;
}

.circle-number {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
/*today*/
.upload-btn-wrapper {
    border: 1px dashed;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 155px;
}

.upload-btn-internal {
    text-align: center;
    position: relative;
    width: 100%;
}

.upload-span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    cursor: pointer;
}
.select2-container {
    display: block;
    width: 77.5vw;
}
.full-width-image{
    height: 150px;
}
.is-invalid{
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.1);
}
.fw-500{
    font-weight: 500!important;
}
.status-btn{
    border-radius: 3px;
    padding:4px;
}
.trip-voucher-detail{
    width: 99%;
    border-right: 1px solid #EBE9E9;
}
td{
    vertical-align: middle !important;
}
.fa-file-pdf{
    color: var(--primary);
}

 .toggle-collapse {
        cursor: pointer;
        transition: color 0.3s ease, background-color 0.3s ease;
        padding: 10px;
        display: inline-block;
    }

    .toggle-collapse:hover {
        color: var(--primary) !important;/* Change text color on hover */
        background-color: rgba(0, 123, 255, 0.1); /* Light blue background */
        border-radius: 5px; /* Optional rounded corners */
    }
