@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Winky+Sans:ital,wght@0,300..900;1,300..900&display=swap');
/*custom scrollbar*/
/* width */
::-webkit-scrollbar {
    width: 8px;
    border-radius: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 30px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #c4c4c2;
    }

.winky-sans-<uniquifier > {
    font-family: "Winky Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}

/* Adjust modal backdrop z-index if needed */
.modal-backdrop {
    z-index: 1040 !important; /* Ensure backdrop is below the autocomplete */
}

/* Adjust modal z-index if needed */
.modal {
    z-index: 1050 !important; /* Ensure modal stays below autocomplete */
}

/* Ensure the modal content has a lower z-index */
.modal-content {
    z-index: 1051 !important; /* Ensure modal content stays below autocomplete */
}
/*#endregion */
.themeColor {
    color: #cf202f;
}

.themeBackground {
    background-color: #cf202f !important;
    border: #cf202f !important;
    color: white !important;
}

    .themeBackground :hover {
        color: white !important;
    }

    a{
        text-decoration:none;
        color:white !important;
      
    }
    ul{
        background-color:transparent !important; 
        border:none !important;
    }

.buttonSize {
    padding: 8px;
    font-size: 13px;
    width: 90px;
}

.login-aside {
    height: 100vh;
}

.image-aside img {
    object-fit: cover;
    object-position: center;
    height: 100vh;
    width: 100%;
}


input::file-selector-button {
    display: none;
}


/*donut chart*/


.chart-container {
    width: 100%;
    max-width: 200px;
    max-height: 300px;
    margin: auto;
}

.chart-legend {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

    .chart-legend span {
        display: flex;
        align-items: center;
    }

    .chart-legend .dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-right: 5px;
    }

.statistic-size {
    font-size: 10px;
}

.stats-paddingv1 {
    padding: 60px 0 !important;
}

.scrollable-table {
    height: 300px;
    max-height: 300px;
    overflow: hidden;
}

    .scrollable-table thead,
    .scrollable-table tbody {
        display: block;
    }

    .scrollable-table thead {
        width: 100%;
    }

    .scrollable-table tbody {
        max-height: 260px;
        overflow-y: auto;
    }

    .scrollable-table .table th,
    .scrollable-table .table td {
        width: 14.33%;
         vertical-align: middle;
        text-align: start;
    }

    .scrollable-table .table th {
        font-size: 12px;
        border: none;
    }

    .scrollable-table .table td {
        font-size: 10px;
        color: grey;
        border: none;
    }


th {
    border: none;
}

td {
    border: none;
}


.visitor-header {
    background-color: #ffe5e5;
    padding: 10px 0 10px 20%;
    font-weight: bold;
}

.visitor-section-title {
    background-color: #f9f9f9;
    font-weight: bold;
    padding: 7px 15px;
    text-align: left;
}

.visitor-name {
    padding: 10px 0 10px 20%;
}

hr {
    padding: 0;
    margin: 0;
    opacity: 0.10;
}

.payment-header {
    background-color: #ffe5e5;
    font-weight: bold;
}



.payment-success {
    height: 100%;
    width: 114px;
}


/*payment staus mark confirmation button*/

.swal2-confirm {
    background-color: #e63946 !important;
    color: white !important;
    border: none;
    border-radius: 4px;
    padding: 10px 30px;
    font-size: 16px;
    margin-right: 20px;
}

.swal2-cancel {
    color: #e63946 !important;
    border: 1px solid #e63946 !important;
    background: white !important;
    border-radius: 4px;
    padding: 10px 30px;
    font-size: 16px;
    margin-left: 20px;
}

    .swal2-cancel:hover {
        background-color: #e63946 !important;
        color: white !important;
    }

.swal2-title {
    font-size: 20px !important;
    margin-bottom: 10px;
}

.swal2-close {
    margin: 0;
    font-size: 40px;
    color: #e63946;
    cursor: pointer;
}

.swal2-popup {
    padding: 20px !important;
}

div:where(.swal2-container).swal2-center > .swal2-popup {
    width: 400px !important;
    padding: 0 !important;
    padding-bottom: 18px !important;
}


.btn:focus {
    outline: none; /* Removes the default outline */
    box-shadow: none; /* Removes the default box-shadow */
}

.btn:active {
    outline: none; /* Removes the outline on active state */
    box-shadow: none; /* Removes the box-shadow on active state */
}


.month-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




/*visitor datalist master for reports*/

.visitor-master-table {
    overflow-y: scroll;
    height: 300px;
    display: block;
}
.visitor-sticky-header {
    position: sticky;
    top: 0;
    background-color: white;
}

    /*.visitor-master-table thead,
    .visitor-master-table tbody {
        display: block;
    }

    .visitor-master-table thead {
        width: 100%;
    }

    .visitor-master-table tbody {
        max-height: 260px;
        overflow-y: auto;
    }

    .visitor-master-table .table th,
    .visitor-master-table .table td {
        width: 7.33%;
        vertical-align: middle;
        text-align: start;
    }

    .visitor-master-table .table th {
        font-size: 13px;
        border: none;
    }

    .visitor-master-table .table td {
        font-size: 13px;
        color: black;
        border: none;
        
        
    }*/
