﻿@charset "UTF-8";

.fs-10 {
    font-size: 12px;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.woff");
    font-weight: 400;
}

@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeue.woff");
}

.form-check-input {
    cursor: pointer;
}

:root {
    --transform: 80%;
}

    :root#motorMode {
        --switch-option1: "ss";
        --switch-option2: "sf";
    }

.body-dark {
    background: #212529;
}

a {
    cursor: pointer;
}

select {
    cursor: pointer;
}

html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body {
    font-family: "Montserrat-Regular";
    margin-right: 0 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

/* Adjust scrollbar width if necessary */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    padding: 40px 0px;
    position: fixed;
}

input:-webkit-autofill {
    background-color: transparent !important;
    background-image: none !important;
}

.account-select,
.location-select {
    transition: 0.3s;
    padding: 6px 8px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 4px;
    text-decoration: none;
}

.ba-sidebar {
    border-radius: 0px 5px 5px 0px;
    width: 14.6rem;
    position: fixed;
    z-index: 999;
    overflow-x: hidden;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
    display: block;
}

    .ba-sidebar ul {
        list-style-type: none;
    }

    .ba-sidebar .ba-sidebar-btn-list {
        position: relative;
    }

        .ba-sidebar .ba-sidebar-btn-list li a img {
            padding: 0px 15px;
        }

        .ba-sidebar .ba-sidebar-btn-list .nav-link {
            border-radius: 0px;
        }

        .ba-sidebar .ba-sidebar-btn-list .ba-sidebar-btn {
            position: relative;
            border: 1px solid transparent;
            border-bottom: 1px solid;
            padding: 10px 0px;
            margin: 2px 0px;
            transition: background 0.5s;
            display: flex;
            cursor: pointer;
            border-radius: 10px;
        }

            .ba-sidebar .ba-sidebar-btn-list .ba-sidebar-btn.ba-disabled {
                opacity: 0.5;
                pointer-events: none;
            }

                .ba-sidebar .ba-sidebar-btn-list .ba-sidebar-btn.ba-disabled:hover {
                    cursor: auto;
                }

            .ba-sidebar .ba-sidebar-btn-list .ba-sidebar-btn:hover {
                border-radius: 8px;
                border-bottom: 1px solid transparent;
            }

            .ba-sidebar .ba-sidebar-btn-list .ba-sidebar-btn.ba-active {
                border-radius: 8px;
            }

    .ba-sidebar.ba-sidebar-collapse {
        width: 5rem;
    }

        .ba-sidebar.ba-sidebar-collapse .ba-sidebar-btn-list {
            position: relative;
        }

            .ba-sidebar.ba-sidebar-collapse .ba-sidebar-btn-list li a img {
                padding: 0px 15px;
            }

            .ba-sidebar.ba-sidebar-collapse .ba-sidebar-btn-list .nav-link {
                border-radius: 0px;
            }

            .ba-sidebar.ba-sidebar-collapse .ba-sidebar-btn-list .ba-sidebar-btn {
                position: relative;
                border: 1px solid transparent;
                padding: 10px 0px;
                width: 48px;
                border-radius: 5px;
                transition: background 0.5s;
                display: flex;
            }

                .ba-sidebar.ba-sidebar-collapse .ba-sidebar-btn-list .ba-sidebar-btn:hover {
                    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
                    border-radius: 8px;
                }

                .ba-sidebar.ba-sidebar-collapse .ba-sidebar-btn-list .ba-sidebar-btn .ba-sidebar-btn-text {
                    visibility: hidden;
                }

                .ba-sidebar.ba-sidebar-collapse .ba-sidebar-btn-list .ba-sidebar-btn.ba-active {
                    border-radius: 8px;
                    border-bottom: 1px solid transparent;
                }

        .ba-sidebar.ba-sidebar-collapse .profile-section .ba-sidebar-btn-text {
            visibility: hidden;
        }

.ba-sidebar-btn-icon {
    align-self: center;
    margin-right: 10px;
}

.ba-sidebar-btn-shape, .ba-sidebar .ba-sidebar-btn-list .ba-sidebar-btn.ba-active:before, .ba-sidebar.ba-sidebar-collapse .ba-sidebar-btn-list .ba-sidebar-btn.ba-active:before {
    content: "";
    display: block;
    position: absolute;
    left: -22px;
    top: 0;
    width: 12px;
    height: 45px;
    border-radius: 40%;
    margin-right: 8px;
}

.ba-sidebar-btn-shape-collapse {
    content: "";
    display: block;
    position: absolute;
    right: -21px;
    top: 0;
    width: 12px;
    height: 45px;
    border-radius: 40%;
    transition-delay: 1s;
}

.signout-btn {
    transition: background 0.5s;
}

    .signout-btn:hover {
        border-radius: 8px;
    }

.page-body {
    margin-left: 5rem;
    height: 100%;
}

.nav-dropdown-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-overflow: ellipsis;
}

    .nav-dropdown-list span {
        text-align: center;
    }

    .nav-dropdown-list h6 {
        font-weight: 600;
    }

    .nav-dropdown-list ul {
        width: 85%;
        margin: 0px 0px 0px 16px;
    }

.nav-dropdown-select {
    display: inline-block;
    padding: 6px 8px;
    margin: 0px 10px;
    border-radius: 5px;
    width: 200px;
    white-space: nowrap;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .nav-dropdown-select:hover {
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

.DRP-nav {
    background: url("../images/Calendar.svg");
    padding: 6px 3px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 40px;
    cursor: pointer;
    text-indent: -9999px;
    outline: none;
}

.ba-notification {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: background 0.3s, border 0.3s;
    width: 38px;
    border-radius: 6px;
}

    .ba-notification:hover {
        cursor: pointer;
    }

.notification-btn .translate-top-right {
    transform: translate(-70%, -100%) !important;
}

.theme-btn {
    transition: background 0.3s, border 0.3s;
    border-radius: 6px;
    padding: 10px;
    width: 38px;
}

    .theme-btn:hover {
        cursor: pointer;
    }

.scroll-section {
    overflow-y: auto;
    overflow-x: auto;
    height: calc(100vh - 90px);
    scrollbar-gutter: stable;
}

.ba-content {
    position: relative;
    padding: 40px 10px 0px 35px;
    overflow-y: hidden;
    overflow-x: hidden;
    min-height: calc(100vh - 190px);
    min-width: 934px;
}

.progress-bar {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 3px;
    background-color: transparent;
    position: sticky;
    z-index: 933;
    overflow: hidden;
}

.progress-fill.ba-active {
    width: 50%;
    position: absolute;
    height: 100%;
    position: absolute;
    border-radius: 10%;
    top: 0;
    left: 0;
    right: 0px;
    animation: fill 5s linear infinite;
}

@keyframes fill {
    0% {
        left: -1200px;
    }

    49% {
        left: 110%;
        width: 200%;
    }

    50% {
        left: 110%;
        width: 50%;
    }

    99% {
        width: 200%;
        left: -4000px;
    }

    100% {
        width: 50%;
        left: -4000px;
    }
}

.ba-footer {
    z-index: 220;
    font-size: 13px;
}

.ba-footer-link {
    text-decoration: none;
}

.custom-form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
}

.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.testbtn {
    transition: background 0.4s !important;
}

.permission-checkbox,
.complex-checklist {
    cursor: pointer;
}

    .permission-checkbox:hover,
    .complex-checklist:hover {
        font-weight: 500;
        border-radius: 0px;
    }

.complex-checklist {
    width: 100%;
    display: flex;
    align-items: center;
}

.permission-check-label,
.complex-check-label {
    padding-left: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    align-items: center;
}

    .permission-check-label input,
    .complex-check-label input {
        cursor: pointer;
    }

    .permission-check-label label,
    .complex-check-label label {
        margin: 4px 10px 0px;
    }

.update-role-btn.ba-disabled {
    opacity: 0.2;
    cursor: default;
    pointer-events: none;
}

.cancel-role-btn.ba-disabled {
    opacity: 0.2;
    cursor: default;
    pointer-events: none;
}

.descriptive-information {
    padding: 7px 10px;
    margin: 24px 10px;
    font-size: 18px;
}

.title {
    font-size: 24px;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 18px;
    margin-bottom: 10px;
}

.change-list {
    margin-top: 10px;
    line-height: 1.5;
}

.descriptive-card,
.permissions-card {
    background-size: 200% 100%;
    animation: gradient-slide 8s linear infinite;
    transition: all 2s;
    min-height: 254px;
}

    .descriptive-card.ba-disabled,
    .permissions-card.ba-disabled {
        animation: none;
    }

@keyframes gradient-slide {
    0% {
        background-position: 100% 0;
    }

    50% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.daterangepicker .applyBtn:hover {
    transform: scale(1.05);
}

.ba-btn {
    padding: 8px 6px;
    font-size: small;
    border-radius: 6px;
    text-decoration: none;
    margin: 5px 10px;
    opacity: 1;
    min-width: 74px;
    text-align: center;
}

    .ba-btn:hover {
        transform: scale(1.05);
    }

    .ba-btn.ba-primary-btn {
        margin-right: 6px;
    }

        .ba-btn.ba-primary-btn.ba-primary-btn-left {
            float: left;
        }

        .ba-btn.ba-primary-btn.ba-primary-btn-right {
            float: right;
        }

        .ba-btn.ba-primary-btn.ba-primary-btn-bg {
            min-width: 94px;
        }

        .ba-btn.ba-primary-btn.ba-disabled {
            cursor: default;
            pointer-events: none;
        }

    .ba-btn.bulk-btn {
        float: left;
        margin-right: 6px;
    }

    .ba-btn.bulk-delete-btn {
        margin-right: 6px;
    }

    .ba-btn.modal-add-btn {
        padding: 8px;
    }

    .ba-btn.modal-cancel-btn {
        padding: 8px;
    }

.action-btn.ba-disabled {
    opacity: 0.3;
    pointer-events: none;
}

input[type="checkbox"].ba-disabled {
    pointer-events: none;
    opacity: 0.4;
}

.ba-table.ba-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.modal-content {
    background-size: 800px 800px;
    background-position: center center;
    border-radius: 10px;
    padding: 10px 20px 0px;
}

.validation-error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.675em;
}

.modal-header {
    border-radius: 8px 8px 0 0;
}

.modal-title {
    font-weight: bold;
    font-size: large;
}

.modal-body {
    padding: 20px;
}

.form-label {
    margin-bottom: 5px;
    font-size: small;
}

/* .form-control {
    border-radius: 5px;
    padding: 10px;
} */
.modal-footer {
    justify-content: flex-end;
    padding: 0;
}

.custom-hr {
    margin: 0px 0px 14px;
}

.bulk-options.ba-disabled,
.bulk-options-scroll.ba-disabled {
    visibility: hidden;
}

.popup-container {
    position: relative;
    display: inline-block;
}

.popup {
    position: absolute;
    top: calc(100% + 20px);
    min-width: 300px;
    left: calc(100% + 10px);
    transform: translateX(-55%);
    padding: 15px;
    border-radius: 8px;
    z-index: 299;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

    .popup.popup-edit-view {
        left: calc(100% + 40px);
        min-width: 200px;
    }

    .popup.popup-assign {
        left: calc(100% + 100px);
        top: calc(100% + 45px);
    }

    .popup.show {
        opacity: 1;
        visibility: visible;
    }

.popup-text {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}

.popup select {
    width: 100%;
}

.location-popup-section,
.account-popup-section {
    margin: 16px 0px 8px;
}

.modal-label {
    font-size: 14px;
    padding: 0px 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.modal-select {
    cursor: pointer;
}

.modal-input,
.modal-select {
    font-weight: 500 !important;
    font-size: small;
    max-width: 220px;
    padding: 8px;
    border-radius: 4px;
}

    .modal-input.ba-disabled,
    .modal-select.ba-disabled {
        cursor: default !important;
        --bs-form-select-bg-img: none;
    }

.pdf-export-btn {
    margin: 0px 5px 0px 10px;
    transition: 0.3s;
    border: 1px solid transparent;
}

    .pdf-export-btn img {
        width: 10px;
        margin-right: 4px;
    }

.excel-export-btn {
    margin: 0px 10px 0px 5px;
    transition: 0.3s;
}

    .excel-export-btn img {
        width: 10px;
        margin-right: 4px;
    }

.export-pdf-label,
.export-excel-label {
    font-weight: 600;
    padding: 0px;
}

.user-select-disabled {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}

.page-wrapper {
    width: calc(100% - 5rem);
    min-width: 300px;
    margin-inline: auto;
}

.scrolled-table-container {
    max-height: 540px;
    overflow-y: auto;
}

.ba-table {
    width: 100%;
    border-collapse: collapse;
    caption-side: top;
    margin: 0px 0px 20px;
}

    .ba-table.scrolled-table {
        border-collapse: separate;
        border-spacing: 0;
    }

    .ba-table caption,
    .ba-table td,
    .ba-table th {
        padding: 0.8rem;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
    }

    .ba-table td {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }

    .ba-table caption {
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
    }

    .ba-table th {
        font-size: 18px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .ba-table th.arrow-up-down {
            position: sticky;
            padding-left: 28px;
        }

            .ba-table th.arrow-up-down:after {
                content: "↑↓";
                display: inline-block;
                font-size: medium;
                margin-left: 5px;
                visibility: visible;
            }

            .ba-table th.arrow-up-down.ba-active:after {
                content: "↓↑";
                display: inline-block;
                margin-left: 5px;
                visibility: visible;
            }

            .ba-table th.arrow-up-down.ba-active-down:after {
                content: "↑↓";
                display: inline-block;
                margin-left: 5px;
                visibility: visible;
            }

        .ba-table th:nth-last-child(1),
        .ba-table td:nth-last-child(1) {
            width: 200px;
            /* Adjust the width as per your requirements */
        }

    .ba-table tr:nth-child(1) td {
        border-top: none;
    }

.responsive-table-container .page-wrapper {
    width: calc(100% - 3rem);
}

    .responsive-table-container .page-wrapper th {
        display: none;
    }

    .responsive-table-container .page-wrapper td {
        display: block;
    }

        .responsive-table-container .page-wrapper td::before {
            content: attr(data-cell) ": ";
            font-weight: 700;
        }

.action-btn,
.note-btn {
    padding: 6px 8px;
    border-radius: 4px;
    transition: 0.5s;
}

    .action-btn img,
    .note-btn img {
        width: 15px;
        margin-bottom: 3px;
    }

.td-checkbox input {
    cursor: pointer;
}

.th-checkbox {
    cursor: default !important;
}

    .th-checkbox input {
        cursor: pointer;
    }

tr.hovered {
    transition: opacity 1s;
}

.form-check-input {
    width: 1.25rem;
    height: 1.25rem;
}

.row-page-select {
    padding: 3px 12px;
    max-width: 75px;
    cursor: pointer;
}

.pager {
    font-size: 0;
    text-align: center;
}

.pager__item {
    display: inline-block;
    vertical-align: top;
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0 2px;
}

    .pager__item.active .pager__link {
        text-decoration: none;
    }

    .pager__item.ba-disabled .pager__link {
        background-image: none;
        cursor: default;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

        .pager__item.ba-disabled .pager__link:hover {
            text-shadow: none;
        }

    .pager__item.ba-disabled .pager__link-next img,
    .pager__item.ba-disabled .pager__link-prev img {
        filter: invert(1);
        transform-origin: center center;
        margin: auto;
    }

.pager__item--prev img, .pager__item--next img {
    width: 8px;
    height: 12px;
}

.pager__item--next .pager__link img {
    transform: rotate(180deg);
    transform-origin: center center;
}

.pager__link {
    position: relative;
    border-radius: 8px;
    text-align: center;
    justify-content: center;
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.625rem;
    margin-left: -1px;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
}

    .pager__link img {
        margin: auto;
    }

    .pager__link.ba-active {
        text-decoration: none;
    }

        .pager__link.ba-active:hover {
            text-shadow: none;
        }

        .pager__link.ba-active img {
            filter: invert(1);
        }

.tank-container {
    float: left;
}

.tank {
    width: 220px;
    height: 220px;
    border-radius: 0% 0% 10% 10%;
    overflow: hidden;
    position: relative;
}

    .tank .wave {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 0 0 8% 8%;
    }

        .tank .wave:before, .tank .wave:after {
            content: "";
            position: absolute;
            width: 250%;
            height: 250%;
            top: var(--transform);
            left: 50%;
            transform: translate(-50%, -75%);
        }

        .tank .wave:before {
            border-radius: 48% 50% 45% 46%;
            animation: wave-animate 18s linear infinite;
            z-index: 1;
        }

        .tank .wave:after {
            border-radius: 48% 46% 42% 41%;
            animation: wave-animate 18s linear infinite;
        }

@keyframes wave-animate {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}

.tank .wave.ba-disabled:before, .tank .wave.ba-disabled:after {
    animation: none;
}

.tank .wave-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: 600;
    z-index: 100;
    mix-blend-mode: exclusion;
    font-family: Arial, sans-serif;
    /* Changed mix-blend-mode value */
}

.water-state {
    border-radius: 10px;
}


.data-readonly input,
.data-readonly select {
    background-image: none;
    cursor: auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-shadow: none !important;
}


.version-card {
    position: relative;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    width: calc(100% - 30px);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    overflow: hidden;
    display: flex;
    /* Use flex layout */
    align-items: flex-start;
    /* Align items at the top vertically */
    justify-content: flex-start;
}

    .version-card.version-super-access {
        cursor: pointer;
    }

        .version-card.version-super-access:hover {
            transform: scale3d(1.01, 1.01, 1);
        }

        .version-card.version-super-access.shrink {
            transform: scale3d(1, 1, 1);
        }

.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .radio-container.ba-disabled {
        display: none;
    }

    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .radio-container input:checked ~ .dotmark::after {
            display: block;
        }

    .radio-container .dotmark:after {
        top: 8px;
        left: 8px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
    }

.dotmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

    .dotmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.version-contnet {
    margin: 0px 10px;
}

.version-number {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.details-list {
    margin-top: 10px;
    line-height: 1.5;
}

.current-version {
    position: absolute;
    top: 10px;
    right: -30px;
    font-weight: 600;
    padding: 2px 30px;
    border-radius: 4px;
    font-size: 12px;
    transform: rotate(45deg);
}

.descriptive-card {
    background-size: 200% 100%;
    animation: gradient-slide 8s linear infinite;
    transition: all 2s;
}

@keyframes gradient-slide {
    0% {
        background-position: 100% 0;
    }

    50% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.tab-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

    .tab-list .tab-button {
        border-bottom: 2px solid transparent;
        transition: background 0.3s;
    }

    .tab-list:nth-child(2) {
        padding: 10px;
    }

.tab-button {
    display: block;
    padding: 20px;
    text-decoration: none;
}

.custom-tab-content {
    padding: 24px 0px;
}

.gradient-border {
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
}

.only-bottom {
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.only-right {
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}

.sensor-tab-section {
    justify-content: center;
    text-align: center;
}

    .sensor-tab-section li {
        width: 25%;
        font-size: large;
    }

.calibration-section,
.network-section {
    justify-content: center;
    align-items: center;
}

    .calibration-section label,
    .network-section label {
        font-weight: 700;
    }

    .calibration-section .row .col-3 .tank-shape,
    .network-section .row .col-3 .tank-shape {
        width: 48%;
        justify-content: center;
        text-align: center;
    }

.calibration-text-input,
.motor-text-input {
    background: transparent;
    padding: 6px 16px;
    min-height: 40px;
    font-size: large;
    text-overflow: ellipsis;
    outline: none !important;
}

    .calibration-text-input:focus,
    .motor-text-input:focus {
        border-radius: 4px;
    }

.calibration-group,
.motor-group {
    max-width: 230px;
}

.calibration-select {
    min-height: 40px;
    max-width: 180px;
}

.custom-input-group-text {
    min-width: 50px;
    text-align: center;
    justify-content: center;
}

.min-max-input-group {
    min-width: 60px;
}

.entity-input-group {
    min-width: 45px;
    max-width: 45px;
    text-align: center;
}

.date-picker {
    font-weight: 600;
    font-size: small;
    padding: 6px;
    outline: none;
    margin: 0px 20px;
    border-radius: 4px;
    width: 200px;
    min-width: 50px;
    text-align: center;
    justify-content: center;
}

.custom-switch-btn {
    width: 40px !important;
    height: 20px;
}

.mt-6 {
    margin-top: 4rem;
}

.unedited-text-input {
    outline: none;
    padding: 0;
    box-shadow: none !important;
    border: none;
}

.main-water-tank,
.water-tank {
    display: flex;
    justify-content: center;
    align-items: center;
}

.water-tank {
    width: 100px;
    height: 100px;
    border: 4px solid transparent;
    border-radius: 8px;
    transition: all 0.2s;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .water-tank.selected-water-tank::before, .water-tank.selected-water-tank::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-color: transparent;
        border-style: solid;
    }

    .water-tank.selected-water-tank::after {
        content: "✓";
        font-size: 10px;
        line-height: 12px;
        font-weight: bold;
    }

    .water-tank.selected-water-tank::before {
        border-radius: 0;
        border-width: 12px;
    }

.main-water-tank {
    width: 312px;
    height: 312px;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pass-container {
    position: relative;
    display: flex;
    align-self: center;
}

.pass-eye {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

    .pass-eye::before {
        content: "\f06e";
        font-family: "Font Awesome 6 Free";
    }

    .pass-eye.hide:before {
        content: "\f070";
        font-family: "Font Awesome 6 Free";
    }

.tank-container-image {
    width: 90%;
}

.shining-button {
    z-index: 0;
    overflow: hidden;
    padding: 0px 5px 0px;
    height: auto;
    border-radius: 20px;
    background: transparent;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .shining-button .ba-items {
        margin: 12px auto;
        padding: 0px 10px;
    }

    .shining-button::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: -150%;
        z-index: -5;
        transform: skewX(45deg) scaleX(0.5);
        transition: left 200ms linear;
    }

    .shining-button.active::before {
        left: 152%;
    }

.is-modify {
    position: absolute;
    top: -40px;
    right: 25px;
    padding: 10px;
    border-radius: 5px;
}

.restor-previous-btn {
    cursor: pointer;
    position: absolute;
    top: -40px;
    right: 141px;
    padding: 10px 15px;
    border-radius: 5px;
}

.is-applied {
    position: absolute;
    top: -40px;
    right: 25px;
    padding: 10px;
    border-radius: 5px;
}

.is-pending {
    position: absolute;
    top: -40px;
    right: 25px;
    padding: 10px;
    border-radius: 5px;
}

.device-state {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 10px;
    padding: 0px;
    box-shadow: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 5px 5px 0px;
    transition: all 0.8s;
}

    .device-state.ba-active {
        padding: 10px 12px;
        width: 80px;
    }

.exit-btn, .refresh-btn {
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    position: absolute;
    height: 34px;
    top: 10px;
    transition: all 0.3s;
}

.exit-btn {
    right: 20px;
}

.refresh-btn {
    right: 54px;
}

.card-header {
    border-bottom: none;
}

.btn-container {
    position: fixed;
    z-index: 200;
    bottom: 60px;
    right: 0px;
    width: 10%;
    padding: 0px 30px;
    display: flex;
}

    .btn-container.btn-end {
        justify-content: flex-end;
    }

    .btn-container.btn-start {
        justify-content: flex-start;
    }

    .btn-container > .ba-disabled {
        display: none;
    }

.network-section h5 {
    font-weight: 600;
    margin: 0px 0px 20px;
}

.multiselect {
    width: 200px;
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
        font-weight: bold;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.role-list {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.basic-crud-list-container {
    max-height: 630px;
    overflow-y: auto;
}

.basic-crud-item {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .basic-crud-item input[readonly] {
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        user-select: none !important;
        pointer-events: none !important;
    }

    .basic-crud-item.ba-active input {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        user-select: auto;
        pointer-events: all;
        cursor: default;
    }

    .basic-crud-item.ba-active .role-action-btn {
        display: block;
    }

        .basic-crud-item.ba-active .role-action-btn.edit-role-btn {
            animation: slideInEdit 0.5s forwards;
        }

@keyframes slideInEdit {
    from {
        right: -20%;
    }

    to {
        right: 16%;
    }
}

.basic-crud-item.ba-active .role-action-btn.delete-role-btn {
    animation: slideInDelete 0.5s forwards;
}

@keyframes slideInDelete {
    from {
        right: -30%;
    }

    to {
        right: 5%;
    }
}

.basic-crud-item .role-text-input,
.basic-crud-item .basic-crud-text-input {
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .basic-crud-item .role-text-input:focus,
    .basic-crud-item .basic-crud-text-input:focus {
        box-shadow: none;
        border-color: transparent;
    }

    .basic-crud-item .role-text-input.edit-role-name,
    .basic-crud-item .basic-crud-text-input.edit-role-name {
        background-color: inherit;
        cursor: text;
    }

        .basic-crud-item .role-text-input.edit-role-name:focus,
        .basic-crud-item .basic-crud-text-input.edit-role-name:focus {
            border: 1px solid;
        }

.add-basic-crud-li,
.add-basic-crud-li {
    cursor: pointer;
}

    .add-basic-crud-li input,
    .add-basic-crud-li input {
        display: none;
    }

    .add-basic-crud-li .add-role-btn-container,
    .add-basic-crud-li .add-basic-crud-li-btn-container,
    .add-basic-crud-li .add-role-btn-container,
    .add-basic-crud-li .add-basic-crud-li-btn-container {
        cursor: pointer;
        display: block;
    }

        .add-basic-crud-li .add-role-btn-container .add-role-btn,
        .add-basic-crud-li .add-role-btn-container .add-basic-crud-li-btn,
        .add-basic-crud-li .add-basic-crud-li-btn-container .add-role-btn,
        .add-basic-crud-li .add-basic-crud-li-btn-container .add-basic-crud-li-btn,
        .add-basic-crud-li .add-role-btn-container .add-role-btn,
        .add-basic-crud-li .add-role-btn-container .add-basic-crud-li-btn,
        .add-basic-crud-li .add-basic-crud-li-btn-container .add-role-btn,
        .add-basic-crud-li .add-basic-crud-li-btn-container .add-basic-crud-li-btn {
            height: 36px;
        }

    .add-basic-crud-li.ba-active,
    .add-basic-crud-li.ba-active {
        cursor: auto;
    }

        .add-basic-crud-li.ba-active input,
        .add-basic-crud-li.ba-active input {
            display: block;
        }

        .add-basic-crud-li.ba-active .add-role-btn-container,
        .add-basic-crud-li.ba-active .add-basic-crud-li-btn-container,
        .add-basic-crud-li.ba-active .add-role-btn-container,
        .add-basic-crud-li.ba-active .add-basic-crud-li-btn-container {
            display: none;
        }

.list-group-item:nth-child(1) {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:nth-last-child(1) {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.role-page-card,
.basic-crud-page-card {
    padding: 16px 16px 8px;
    font-weight: 600;
}

.role-action-btn {
    position: absolute;
    z-index: 100;
    font-size: smaller;
    display: none;
    border-radius: 4px;
}

    .role-action-btn.edit-role-btn {
        top: 13px;
        right: -16%;
        padding: 4px 0px;
    }

    .role-action-btn.delete-role-btn {
        top: 13px;
        right: -5%;
        padding: 4px 9px;
    }

.two-way-switch {
    position: relative;
    display: flex;
}

    .two-way-switch:before {
        content: "";
        position: absolute;
        left: -80px;
        top: 6px;
    }

    .two-way-switch:after {
        content: "";
        position: absolute;
        left: 80px;
        top: 6px;
        align-self: center;
    }

    .two-way-switch.motor-mode:before {
        content: "Manual";
    }

    .two-way-switch.motor-mode:after {
        content: "Auto";
    }

    .two-way-switch.manual-activation:before {
        content: "OFF";
    }

    .two-way-switch.manual-activation:after {
        content: "ON";
    }

    .two-way-switch.network-type:before {
        content: "Ethernet";
    }

    .two-way-switch.network-type:after {
        content: "WIFI";
        left: 60px;
    }

.motor-manual-activation {
    display: none;
}

    .motor-manual-activation.ba-active {
        display: block;
    }

.motor-threshold {
    display: none;
    min-height: 250px;
}

    .motor-threshold.ba-active {
        display: block;
    }

.tab-min-height {
    min-height: 250px;
}

.entity-info-card-body #img-input,
.user-role-card-body #img-input {
    display: none;
}

.entity-info-card-body #entityImgLable,
.user-role-card-body #entityImgLable {
    cursor: pointer;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("");
    background-position: center;
    width: 85px;
    height: 85px;
    z-index: 18;
    overflow: hidden;
    pointer-events: none;
}

.entity-info-card-body .img-preview,
.user-role-card-body .img-preview {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.entity-info-card-body .item-img-container,
.user-role-card-body .item-img-container {
    width: 85px;
    height: 85px;
    position: relative;
    display: inline-flex;
    justify-self: flex-start;
}

.entity-info-card-body span,
.entity-info-card-body input,
.user-role-card-body span,
.user-role-card-body input {
    border: 1px solid transparent;
    pointer-events: none;
    background-color: transparent;
}

.entity-info-card-body input,
.user-role-card-body input {
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .entity-info-card-body input::-moz-placeholder, .user-role-card-body input::-moz-placeholder {
        opacity: 0.4;
    }

    .entity-info-card-body input::placeholder,
    .user-role-card-body input::placeholder {
        opacity: 0.4;
    }

.entity-info-card-body .entity-cancel-btn,
.entity-info-card-body .general-info-cancel-btn,
.user-role-card-body .entity-cancel-btn,
.user-role-card-body .general-info-cancel-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 5px 12px;
    display: none;
    border-radius: 5px;
}

.entity-info-card-body .entity-save-btn,
.entity-info-card-body .general-info-save-btn,
.user-role-card-body .entity-save-btn,
.user-role-card-body .general-info-save-btn {
    right: 40px;
    padding: 5px 9px;
    position: absolute;
    bottom: 5px;
    display: none;
    border-radius: 5px;
}

.entity-info-card-body {
    position: relative;
    display: flex;
    align-items: start;
}

.card .card-rolepermission {
    list-style: none;
    padding: 1rem;
    /*    min-height: -moz-fit-content;
    min-height: fit-content;*/
}

    .card .card-rolepermission li:before {
        content: "-";
        padding-right: 5px;
    }

    .card .card-rolepermission .list-item {
        margin-bottom: 10px;
    }

.ba-edit {
    flex-grow: 2;
}

    .ba-edit #entityImgLable {
        pointer-events: all;
        background-position: center;
        background-repeat: no-repeat;
        transition: all 0.2s;
        background-image: url(../images/pencil-square.svg);
        background-size: 20px;
        z-index: 90;
    }

    .ba-edit.clean-img #entityImgLable {
        pointer-events: all;
        background-position: center;
        background-repeat: no-repeat;
        transition: all 0.2s;
        background-image: none;
        background-size: 20px;
        z-index: 90;
    }

        .ba-edit.clean-img #entityImgLable:hover {
            background-image: url(../images/pencil-square.svg);
        }

    .ba-edit input,
    .ba-edit span {
        pointer-events: all;
    }

    .ba-edit .entity-action-btn,
    .ba-edit .general-info-action-btn {
        display: none;
    }

    .ba-edit .entity-save-btn,
    .ba-edit .entity-cancel-btn,
    .ba-edit .general-info-save-btn,
    .ba-edit .general-info-cancel-btn {
        display: block;
    }

.entity-action-btn,
.general-info-action-btn {
    cursor: pointer;
    border-radius: 5px;
    transition: 0.5s;
    position: absolute;
    bottom: 5px;
    padding: 5px 9px;
}

    .entity-action-btn.edit-entity-btn, .entity-action-btn.edit-general-info-btn,
    .general-info-action-btn.edit-entity-btn,
    .general-info-action-btn.edit-general-info-btn {
        right: 40px;
    }

    .entity-action-btn.delete-entity-btn, .entity-action-btn.delete-general-info-btn,
    .general-info-action-btn.delete-entity-btn,
    .general-info-action-btn.delete-general-info-btn {
        right: 5px;
    }

.basic-crud-item {
    cursor: pointer;
}

.basic-crud-item-img-container {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

    .basic-crud-item-img-container .basic-crud-item-img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.entity-input-group {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.input-300 {
    max-width: 300px;
    width: 300px;
}

.input-600 {
    min-width: 600px;
    width: 80% !important;
}

.primary-entity-img {
    display: none;
}

.entity-secondary-group {
    flex: 1;
}

.medium-scroll-list {
    max-height: 400px;
    overflow-y: auto;
}

.collapse-btn-container {
    position: absolute;
    right: 10px;
    top: 8px;
}

    .collapse-btn-container .collapse-action-btn {
        padding: 4px 8px;
        font-size: small;
        box-shadow: none;
        background: transparent;
        position: relative;
    }

.accordion-item {
    border-radius: 0px !important;
}

.accordion-button {
    padding: 0px;
}

    .accordion-button::after {
        content: none;
    }

.accordion-body {
    padding: 0px;
}

.custom-card-header {
    display: flex;
    align-items: center;
    position: relative;
    height: 40px;
}

.medium-card {
    width: 100%;
    text-align: start;
}

    .medium-card .card-body {
        height: 500px;
        max-height: 500px;
        overflow-y: auto;
    }

.medium-card-header {
    box-shadow: 0px 1px 1px 0px #00000044;
}

.basic-role-list {
    overflow-x: hidden;
}

    .basic-role-list li {
        display: flex;
        align-items: center;
        padding: 10px;
        height: 45px;
    }

        .basic-role-list li span {
            flex: 1;
            width: 120px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.title-text {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .loader h3 {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-size: 5em;
        background-image: url("/images/loader.png");
        background-repeat: repeat-x;
        -webkit-background-clip: text;
        background-clip: text;
        animation: animate 13.5s linear infinite;
    }

@keyframes animate {
    0% {
        background-position: left 0px top 15%;
        opacity: 0;
    }

    2% {
        opacity: 0.2;
    }

    5% {
        opacity: 0.6;
    }

    7% {
        opacity: 1;
    }

    95% {
        opacity: 0.8;
    }

    98% {
        opacity: 0.4;
    }

    100% {
        background-position: left 1800px top 40%;
        opacity: 0;
    }
}

.loader-wrapper.fade-out {
    animation: fadeOut 1s ease forwards;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        display: none;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.side-section-setting-transparent {
    position: absolute;
    z-index: 101;
    bottom: 100px;
    left: 230px;
    background: transparent;
    display: none;
    width: 20px;
    height: 150px;
}

    .side-section-setting-transparent:hover {
        display: flex !important;
    }

.side-section-setting {
    position: absolute;
    width: 150px;
    z-index: 101;
    bottom: 100px;
    left: 245px;
    display: none;
    border-radius: 2px;
    padding: 5px;
    list-style-type: none;
}

    .side-section-setting:hover {
        display: flex !important;
    }

    .side-section-setting .side-section-btn {
        width: 140px;
        padding: 5px;
        border-radius: 4px;
    }

        .side-section-setting .side-section-btn span {
            font-size: small;
            font-weight: 500;
        }

        .side-section-setting .side-section-btn:hover {
            background: rgba(201, 198, 198, 0.337254902);
        }

    .side-section-setting span {
        display: block;
        padding: 4px;
        text-align: start;
        cursor: pointer !important;
    }

        .side-section-setting span a {
            text-decoration: none;
        }

.border-up {
    border-top: 1px solid;
}

.switch-description {
    margin-left: 52px;
}


.description-text {
    font-weight: 200;
}

.medium-card-header .description-text {
    font-size: 12px;
}

.btn-secondary {
    transition: background 0.3s;
    padding: 10px 10px;
    margin: 0px;
}

.collapse-action-btn {
    cursor: pointer;
}

.profile-main-img {
    width: 180px !important;
    height: 180px !important;
    border-radius: 50% !important;
}

input[type=password]::-ms-reveal, input[type=password]::-ms-clear {
    display: none;
}

.password-eye {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 101;
    opacity: 0.8;
}

.profile-inputs-labels {
    height: 38px;
    display: flex;
    align-items: flex-end;
}

.ba-offcanvas-body {
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: transparent transparent;
    /* For Firefox */
    scrollbar-gutter: stable;
    overflow-y: auto;
}

    .ba-offcanvas-body::-webkit-scrollbar {
        width: 8px;
        /* Adjust the width as needed */
    }

    .ba-offcanvas-body::-webkit-scrollbar-thumb {
        background-color: #888;
        /* Adjust the thumb color as needed */
        border-radius: 8px;
        /* Adjust the thumb radius as needed */
    }

    .ba-offcanvas-body::-webkit-scrollbar-track {
        background-color: transparent;
        /* Make the track transparent when there's no scroll */
    }

.checkmark {
    width: 24px;
    height: 24px;
    fill: transparent;
    stroke: #a3a3a3;
    stroke-width: 3;
    stroke-dasharray: 24;
    stroke-dashoffset: 0;
}

    .checkmark.ba-active svg polyline {
        stroke-dashoffset: 0 !important;
    }

.static-ip-mode.ba-disabled .ip-input-container,
.static-ip-mode.ba-disabled #ipv15 {
    border: none;
    border-radius: 5px;
}

    .static-ip-mode.ba-disabled .ip-input-container input,
    .static-ip-mode.ba-disabled #ipv15 input {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        pointer-events: none;
    }


input[type=tel],
[type=number],
[type=password],
[type=text], [type=search],
[type=email] {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swal2-actions {
    flex-direction: row-reverse;
}

.role-level-section.ba-disabled {
    pointer-events: none;
    cursor: auto;
}

.role-level-section.ba-disabled {
    background: rgba(0,0,0,.1);
    grid-template-columns: auto minmax(0, 1fr) auto;
    opacity: 0.6;
}

.role-level-section {
    background-color: transparent;
}

    .role-level-section.ba-disabled .card {
        background: none;
    }

    .role-level-section.ba-disabled input {
        pointer-events: none;
        user-select: none;
    }



@media screen and (max-width: 1199px) {
    .hide-element {
        display: none;
    }

    .descriptive-information {
        margin: 0px;
        font-size: 14px;
    }

    .excel-export-btn,
    .pdf-export-btn {
        padding: 8px 8px;
    }

        .excel-export-btn img,
        .pdf-export-btn img {
            margin-right: 0px;
            width: 14px;
        }
}

@media screen and (max-width: 576px) {
    .pager__item {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

        .pager__item.active, .pager__item:first-of-type, .pager__item:last-of-type, .pager__item:nth-of-type(2), .pager__item:nth-last-of-type(2) {
            position: initial;
            top: initial;
            left: initial;
        }

            .pager__item.active + li {
                position: initial;
                top: initial;
                left: initial;
            }
}

@media screen and (min-width: 1400px) {
    .custom-col.col-xl-4 {
        width: 31%;
    }

    .custom-col.col-xl-8 {
        width: 69%;
    }
}

@media screen and (max-height: 900px) {
    .medium-card {
        height: 430px;
        max-height: 430px;
    }

    .scrolled-table-container {
        max-height: 450px;
    }

    .basic-crud-list-container {
        max-height: 540px;
    }
}

@media screen and (max-height: 800px) {
    .medium-card {
        height: 320px;
        max-height: 320px;
    }

    .scrolled-table-container {
        max-height: 370px;
    }

    .basic-crud-list-container {
        max-height: 445px;
    }
}

@media screen and (max-height: 700px) {
    .medium-card {
        height: 270px;
        max-height: 270px;
    }

    .scrolled-table-container {
        max-height: 280px;
    }

    .basic-crud-list-container {
        max-height: 370px;
    }
}
/*# sourceMappingURL=styles.css.map */




/*input:-internal-autofill-selected {
    background-color: -internal-light-dark(rgb(255, 0, 0), rgba(255, 0, 0, 0.4)) !important;
    color: fieldtext !important;
}*/
