@charset "UTF-8";

body {
    background-color: rgb(55 65 81);
}


.input-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 90% !important;
}

.input-group label {
    flex-basis: 30%;
    margin-right: 10px;
}

.input-group input[type="text"],
.input-group select {
    flex: 1;
}

.admnFree {
    background-color: #0C6;
    border-radius: 4px;
    color: #FFF;
    padding: 3px;
}

.admnTrial {
    background-color: #ff8500;
    border-radius: 4px;
    color: #FFF;
    padding: 3px;
}

.admnPaid {
    background-color: #C69;
    border-radius: 4px;
    color: #FFF;
    padding: 3px;
}

.admnExpired {
    background-color: #F00;
    border-radius: 4px;
    color: #FFF;
    padding: 3px;
}

.admnExpireSoon2 {
    background-color: #FC6;
    border-radius: 4px;
    color: #333;
    padding: 3px;
}

.admnExpireSoon {
    background-color: #63C;
    border-radius: 4px;
    color: #FFF;
    padding: 3px;
}

.admnAdmin {
    background-color: #FF0000;
    border-radius: 4px;
    color: #FFF;
    padding: 3px;
}

.statusOn {
    background-color: #429c01;
    color: white;
    border-radius: 4px;
    padding: 3px;
    font-size: 13px;
}

.statusOff {
    background-color: red;
    color: white;
    border-radius: 4px;
    padding: 3px;
    font-size: 13px;
}

.active {
    background-color: DodgerBlue;
    color: white;
}

.clear {
    clear: both;
}

.statsTable {
    font-size: 12px;
    border: solid 1px LightGray;
    border-collapse: collapse;
}

.statsTable th {
    background-color: LightGray;
    text-align: center;
    border-right: solid 1px grey;
}

.statsTable td {
    text-align: center;
    border: solid 1px grey;
}

.contentTable {
    font-size: 12px;
    border: solid 1px LightGray;
    border-collapse: collapse;
}

.contentTable th {
    background-color: LightGray;
    text-align: left;
    border-right: solid 1px grey;
}

.contentTable td {
    border: solid 1px grey;
    text-align: left !important;
    padding: 10px;
}

.messageSelectInput {
    font-size: 12px;
    padding: 3px;
    width: 100px;
}

.col50 {
    width: 50%;
    float: left;
}

.col33 {
    width: 33%;
    float: left;
}

.col100 {
    width: 100%;
}

.inputs-auto label {
    width: 30%;
    float: left;
    margin-right: 10px;
    padding-top: 12px;
}

.inputs-auto input, select, textarea {
    width: 60% !important;
    float: left;
}

.pin-icon {
    color: grey;
    cursor: pointer;
}

.pin-icon.unpinned {
    transform: rotate(45deg);
}

.pin-icon:hover {
    transform: rotate(0deg);
    color: red;
}

.messagesTable tr th {
    background-color: #7d8588;
    color: white;
}

.messagesTable tr:nth-child(even) {
    background-image: linear-gradient(to bottom right, #f1f1f1, #dcdcdc);
}

.messagesTable tr:nth-child(odd) {
    background-image: linear-gradient(to bottom right, #dcdcdc, #dcdcdc);
}

.messagesTable tr:hover {
    background-image: linear-gradient(to bottom right, #b9ecff, #59bbe0);
}

.messagesTable td:first-child {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.messagesTable td:last-child {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.messagesTable th:first-child {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.messagesTable th:last-child {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.menuSubActions {
    float: left;
    font-size: 13px;
    margin-bottom: 15px;
}

.menuSubActions .btn {
    margin-right: 0;
}

.trWarning td {
    background-color: #611528 !important;
    border-bottom: solid 1px #4e0e1e !important;
    color: white;
}

.trWarning td:first-child {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.trWarning td:last-child {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.trWarning:hover td {
    background-color: #841230 !important;
    color: white;
}

.trWarning td a:link {
    color: white;
    font-weight: bold;
    text-decoration: underline dotted white;
}

.trWarning td a:hover {
    color: white;
    font-weight: bold;
}

.inp {
    padding: 10px;
    color: blue;
    font-weight: bold;
}

.indicator {
    padding: 5px;
    font-size: 12px;
    background-color: white;
}

.indicator.red {
    background-color: #facdcd;
}

.indicator.green {
    background-color: #d7edbf;
}

.table_standard tr td {
    background-color: white;
    border-bottom: solid 1px #dddddd;
}

.table_standard tr:nth-child(odd) td {
    background-color: #f9f9f9;
    border-bottom: solid 1px #dddddd;
}

.table_standard tr.table_standard_subusers td {
    background-color: #f7f8e0;
}

.searchResult {
    position: relative;
    padding: 5px;
    border: solid 1px grey;
    background-color: white;
}


.ff-inter {
    font-family: 'Inter', sans-serif;
}

.ff-noto {
    font-family: 'Noto Sans', sans-serif;
}

.ff-roboto {
    font-family: 'Roboto Flex', sans-serif;
}

.adminNotificationNote {
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 12px;
    color: #192043;
    background-color: #dedfe0;
    font-size: 15px;
    font-family: Arial, sans-serif;
}

.notesContainerTextArea {
    min-height: 600px;
}

.mobileHidden {
}

@media (max-width: 1000px) {
    .col33 {
        width: 100%;
        float: none;
    }

    .notesContainerTextArea {
        min-height: 150px;
    }

    .notesContainerTextArea:hover {
        min-height: 450px;
    }

    .mobileHidden {
        display: none;
    }
}

/* Set z-index for the dropdown */
.select2-dropdown.select2Index {
    z-index: 9999999999;
}


.select2-container--default .select2-results__option {
    color: black !important; /* Text color for options */
    background-color: white !important; /* Background color for options */

}

.select2-container--default .select2-results__option[aria-selected="true"] {
    color: #81d603 !important;
    background-color: #001f3f !important; /* Background color for the selected option in the dropdown */
}


/* Style for the selected option [default option in select] */
/*.select2-container--default .select2-selection--single .select2-selection__rendered {*/
/*    color: #FFD700 !important; !* Text color for the selected option *!*/
/*    background-color: #001F3F !important; !* Background color for the selected option *!*/
/*    border: none !important; !* Remove the border *!*/
/*    border-radius: 5px;*/
/*}*/

/* Style for the dropdown container */
/*.select2-container--default .select2-selection--single {*/
/*    border: none !important; !* Remove the border *!*/
/*    box-shadow: none !important; !* Remove box shadow *!*/
/*    height: 30px !important; !* Adjust height as needed *!*/
/*    line-height: 30px !important; !* Adjust line height as needed *!*/
/*}*/

/* Style for the arrow/icon in the selected option */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 2px !important; /* Adjust the arrow position as needed */
}

.sweetalert-error {
    font-size: 17px;
}

.sweetalert-width-100 {
    width: 100%; /* Adjust the width as needed */
}

.sweetalert-width-80 {
    width: 80%; /* Adjust the width as needed */
}

.sweetalert-width-50 {
    width: 50%; /* Adjust the width as needed */
}

.sweetalert-width-40 {
    width: 40%; /* Adjust the width as needed */
}

.swal2-zindex {
    z-index: 999999999; /* Adjust the value as needed */
}

.swal2-max-zindex {
    z-index: 10000000; /* Adjust the value as needed */
}

.swal2-container {
    z-index: 999999999; /* Adjust the value as needed */
}

.swal-dialog {
    z-index: 999999999; /* Set a high z-index value */
}

.flatpickr-calendar {
    z-index: 10000000 !important; /* Adjust the value as needed */
}

.center-swal-select {
    display: flex;
    align-items: center;
    justify-content: center;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #1a1a1a;
}

::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 10px;
    border: 2px solid #1a1a1a;
}

::-webkit-scrollbar-thumb:hover {
    background: #777;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #444 #1a1a1a;
}


.background-image-class {
    position: relative;
    background-color: #d1e8eb;
    background-image: url(../images/login.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 1.9;
    min-height: 100vh;
    min-height: 100dvh; /* Modern dynamic viewport */
    height: 100%;
    width: 100vw;
    max-width: 100%;
    overflow-x: hidden;
}

/* Mobile optimization */
@media screen and (max-width: 768px) {
    .background-image-class {
        background-attachment: scroll; /* Better mobile performance */
        min-height: -webkit-fill-available; /* iOS fix */
    }
}

/* Tablet optimization */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .background-image-class {
        background-size: cover;
    }
}

/* Large screens optimization */
@media screen and (min-width: 1921px) {
    .background-image-class {
        background-size: cover;
    }
}

/* Accessibility - reduced motion */
@media (prefers-reduced-motion: reduce) {
    .background-image-class {
        background-attachment: scroll;
    }
}

.global_search_input::placeholder {
    color: white !important;
    opacity: 1;
}

/*Datatable export button styling*/
.tailwind-excel {
    background-color: #10B981 !important; /* Green */
    color: white !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.25rem !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    transition: background-color 0.3s ease !important;
}

.tailwind-excel:hover {
    background-color: #059669 !important;
}

.tailwind-csv {
    background-color: #3B82F6 !important; /* Blue */
    color: white !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.25rem !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    transition: background-color 0.3s ease !important;
}

.tailwind-csv:hover {
    background-color: #2563EB !important;
}

.tailwind-print {
    background-color: #A855F7 !important; /* Purple */
    color: white !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.25rem !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    transition: background-color 0.3s ease !important;
}

.tailwind-print:hover {
    background-color: #7C3AED !important;
}

.swal2-backdrop {
    transition: opacity 0.5s ease-out;
}

/* Slider */

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #4CAF50;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.chart-container {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative;
}

.progressbar-text {
    color: #fff;
    font-family: 'Raleway';
    font-size: 4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}

.max-z-index {
    z-index: 2147483647;
}

.swal2-btn-confirm {
    background: #dc2626 !important;
    color: #fff !important;
    border-radius: 12px !important;
    padding: 10px 16px !important;
    font-weight: 700 !important;
    border: 1px solid transparent !important
}

.swal2-btn-confirm:hover {
    background: #ef4444 !important
}

.swal2-btn-cancel {
    background: #e2e8f0 !important;
    color: #0f172a !important;
    border-radius: 12px !important;
    padding: 10px 16px !important;
    font-weight: 700 !important;
    border: 1px solid #cbd5e1 !important
}

.swal2-btn-cancel:hover {
    background: #cbd5e1 !important
}