@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('../fonts/segoe-ui-4-cufonfonts-webfont/Segoe\ UI.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('../fonts/segoe-ui-4-cufonfonts-webfont/Segoe\ UI\ Italic.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('../fonts/segoe-ui-4-cufonfonts-webfont/Segoe\ UI\ Bold.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('..//fonts/segoe-ui-4-cufonfonts-webfont/Segoe\ UI\ Bold\ Italic.woff') format('woff');
}



body {
    background-color: #f2f2f2 !important;
    margin: 0px;
    font-family: "Segoe UI Regular" !important;
    font-style: normal;
}


    body.dark {
        background-color: #000 !important;
    }

    body input:focus, body input:focus-visible, body select:focus, body select:focus-visible {
        outline: 1px solid #00aa5e !important;
    }

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

.customers {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #1d1d1d;
    border: 1px;
    background-color: #ffffff;
}

    .customers td {
        font-size: 14px;
    }

    .customers td,
    .customers th {
        border: none;
        padding: 15px;
        font-weight: 400;
    }

    .customers tr td:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .customers tr td:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
     
    /* #customers tr:nth-child(even) {
    background-color: #f2f2f2;
} */

    .customers tr:hover {
        background-color: #ddd;
    }

    .customers tr:first-child:hover {
        background-color: #ddd;
    }

    .customers tr:odd {
        background-color: #000;
    }

    .customers th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        font-size: 12px;
        text-transform: uppercase;
        /*background-color: #FFFFFF; */
        color: #868a8c;
        font-weight: 600;        
    }
   
.max5-row {
    height: 300px;
    overflow-y: auto;
}

.span-grey {
    color: #868A8C
}

.submission {
    background-color: #ffffff;
    border-style: groove;
    padding: 5px;
    border-radius: 8px;
    border: none;
    /* box-shadow: 5px 10px 8px 5px #888888; */
}

.submit {
    width: 65px;
    height: 30px;
    border: none;
    color: #fff;
    font-size: 13px;
    line-height: 17.29px;
    background-color: #107c10;
    border-radius: 4px;
}
/* .submit:hover {
        border: 2px solid #33e193 !important;
    }*/
.todo .card {
    border-radius: 8px;
    margin: 5px 5px 20px 5px;
}

.todo .card-body {
    padding: 15px 20px !important;
}

.todo .accordion {
    margin-top: 0px;
}

.icon-collapse {
    color: #888888;
    border: 2px solid #888888;
    padding: 3px 6px;
    border-radius: 5px;
    margin-top: -2px;
}

.todo1 {
    background-color: #ffffff;
    border-style: groove;
    /* padding:0 20px; */
    border: none;
    border-radius: 8px;
}

.title_sub {
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: #1d1d1d;
}


.tabletitle {
    color: #868a8c;
}

.uppertask {
    /* margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px; */
    border-style: groove;
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
    gap: 10px;
    position: relative;
}

.filterdata {
    width: 100%;
    max-width: 170px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 5px;
    font-size: 12px;
}

.outer {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.alltodobtn {
    color: #01a95e;
    width: 140px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

select {
    width: 170px;
}

.date {
    width: 170px;
    height: 30px;
}

.title {
    padding: 20px 0px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}

.title-right {
    float: right;
}

.date_part input:focus {
    border-right: 1px solid #00aa5e !important;
}

.todolist-btn {
    border: 1px solid #dddddd !important;
}

.btn-outline-success {
    background-color: #107c10 !important;
    color: #fff !important;
}

.profile-btn {
    background-color: #107c10 !important;
    color: #fff !important;
}

.tabletask button:hover {
    color: #fff;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #E8E8E8;
    margin: 1em 0;
    padding: 0;
}

.line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #E8E8E8;
    margin: 15px 0;
}


.upperline {
    padding: 10px;
}

.topnav {
    background-color: #01678e;
    height: 75px;
    padding: 10px;
}

.dark .topnav {
    background-color: #1f1f1f;
}

.dark .dropdown-item:focus, .dark .dropdown-item:hover {
    color: #000;
}
/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

    .topnav .active:before {
        position: absolute;
        content: "";
        border-bottom: 3px solid #ffff;
        width: 100%;
        transform: translateX(-50%);
        bottom: -7px;
        left: 50%;
    }

.home-logo:before {
    content: none !important;
}

.todo {
  
}

.search-data {
    position: relative;
    width: 30%;
}

    .search-data input[type="text"] {
        float: right;
        padding: 6px 6px 10px 30px;
        margin-right: 20px;
        border: none;
        font-size: 17px;
        border-radius: 5px;
        height: 35px;
        position: relative;
        width: 100%;
    }

        .search-data input[type="text"]::placeholder {
            color: #868A8C;
            font-size: 12px;
            line-height: 18px;
            font-weight: 400;
            margin-top: -10px;
            /* font-family: "Poppins"; */
        }

.topnav .searchbar-icon {
    position: absolute;
    top: 22px;
    color: #b0b0b0;
    /* margin-top: 2px; */
    left: -6px;
    font-size: 14px;
    z-index: 100;
}

.user {
    float: right;
    padding: 6px;
    margin-right: 20px;
    border: none;
    border-radius: 100px;
    height: 50px;
}

.tab-des {
    display: block;
}

.tab-content.home-page,
.nav-tabs.home-page {
    display: none !important;
}

.closebtn {
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
}

    .closebtn i {
        color: #888888;
        font-size: 15px;
    }


.nav-tabs.home-page {
    background-color: #01a95e;
}

.nav-tabs li {
    width: 50%;
    text-align: center;
}

.nav-tabs.home-page li a {
    color: #fff;
}

.nav-tabs.home-page .nav-link.active {
    background-color: #01a95e !important;
    color: #fff !important;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 5px solid #fff;
}

.navinput {
    height: 35px;
    top: 10px;
    background: #ffffff;
}

.icon {
    color: #ffffff;
}

.title_main {
    font-weight: 700;
    font-size: 15px;
    line-height: 19.95px;
    /* identical to box height */
    display: flex;
    justify-content: space-between;
    color: #1d1d1d;
}


.hide {
    display: none;
}

.myDIV:hover + .hide {
    display: block;
    position: absolute;
    height: 200px;
    width: 200px;
    top: 45px;
    left: 150px;
    color: red;
    background: black;
}

.hide {
    display: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.myDIV:hover + .hide {
    display: block;
    width: 322px;
    height: 350px;
    color: black;
    background: #ffffff;
    border: 1px solid #e0e1e0;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.boxtitle {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    line-height: 20px;
    text-align: left;
    font-family: "Segoe UI";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.viewall {
    position: relative;
    width: 100%;
    margin-top: 10px;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    background-color: #107c10;
    color: #fff;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.viewbtn {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.odd_row {
    background-color: #f8f9fa;
}

.dark .text-white-dark {
    color: #fff;
}

.subtitle {
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.subtitle p {
    font-size: 13px;
    font-weight: 600;
    line-height: 17.29px;
}

.subtitle button {
    background: none;
    border: none;
    color: #107c10;
    font-weight: 600;
    padding: 0px 20px;
    border-radius: 5px;
}

.subtitle img {
    margin-top: -3px;
}

.filter-icon-location {
    float: right;
}

.btn-primary:focus {
    border-color: none;
    box-shadow: none;
}
/* new css for table */
.res-data {
    display: none;
}

.res-nav {
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
}

.bold {
    font-weight: bold;
}

.res-nav .search {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: right;
}

    .res-nav .search i {
        color: #b0b0b0;
        font-size: 26px;
    }

.hide {
    z-index: 100;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus {
    background-color: transparent !important;
    border: transparent 1px solid !important;
    box-shadow: none !important;
    color: #00aa5e !important;
}

.title-dropdawn {
    font-size: 15px;
}

.profile-ul li {
    list-style: none;
    padding: 5px 0;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #868a8c;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.left-dropdown-margin {
    margin-left: 100px;
}

.left-dropdown-margin-linked {
    margin-left: 170px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #01a95e !important;
    border-color: #01a95e !important;
}

.subdata {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 30px;
}


/* dark mode css */
.dark .search-data input[type="text"],
.dark .cars {
    background-color: #2b2b2b;
    color: #868a8c;
    border-color: #868a8c;
}

.dark .card,
.dark .card-body,
.dark .todo1,
.dark .submission,
.dark .modal-content,
.dark .checkgroup-modal {
    background-color: #1f1f1f;
    color: #fff !important;
}

.dark .title_main,
.dark .title_sub,
.dark .modal-header .close,
.dark .profile-ul b {
    color: #fff;
}

.dark table {
    background-color: #1f1f1f !important;
    color: #fff !important;
}

.dark .dropdown-menu {
    background-color: #363636 !important;
    color: #fff !important;
}

.dark .filterdata, .dark .date_part input::placeholder {
    background-color: transparent;
    color: #868a8c;
}

.dark .odd_row {
    background-color: #282828;
}

.dark tr:hover {
    background-color: rgb(221, 221, 221);
}

.dark .customers tr:hover {
    color: #000;
}

.dark .light-mode {
    display: none;
}

.dark .dark-mode {
    display: block;
}

.dark .topnav a {
    color: #fff;
}

.dark .date_part input {
    color: #868a8c;
    background-color: #000 !important;
}

.dark table tr {
    border: none;
}

.light-mode {
    display: block;
    margin: 0 auto;
}

.dark-mode {
    display: none;
    margin: 0 auto;
}
/* toggle switch */
.toggle input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px !important;
}

    .toggle label {
        cursor: pointer;
        text-indent: 0px;
        width: 66px;
        height: 28px;
        /*background: #00AA5E;*/
        background: #107c10;
        display: block;
        border-radius: 100px;
        position: relative;
        float: right;
        margin: 0;
    }

        .toggle label:after {
            content: "";
            position: absolute;
            top: 5px;
            left: 5px;
            width: 18px;
            height: 18px;
            background: #fff;
            border-radius: 90px;
            transition: 0.3s;
        }

    .toggle span.switch-light {
        color: #fff;
        font-size: 10px;
        /* left: 26px; */
        right: 10px;
        top: 7px;
        position: absolute;
        text-transform: uppercase;
    }

    .toggle span.switch-dark {
        color: #fff;
        font-size: 10px;
        /* left: 26px; */
        right: 28px;
        top: 7px;
        position: absolute;
        text-transform: uppercase;
        display: none;
    }

    .toggle input:checked + label {
        /*background: #01a95e;*/
        background: #107c10;
    }

        .toggle input:checked + label span.switch-dark {
            display: block;
        }

        .toggle input:checked + label span.switch-light {
            display: none;
        }

        .toggle input:checked + label:after {
            left: calc(100% - 5px);
            transform: translateX(-100%);
        }

.modal-content {
    border-radius: 10px !important;
}

.profil-mail {
    font-size: 12px !important;
}

/* accordion styles */
.accordion {
    margin-top: 40px;
}

    .accordion .card {
        border: none;
        margin-bottom: 20px;
    }

        .accordion .card h2 {
            background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
            background-size: 20px;
            cursor: pointer;
            font-size: 18px;
        }

            .accordion .card h2.collapsed {
                background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
            }

    .accordion .card-body {
        padding-left: 0;
        padding-right: 0;
    }

.logo-svg {
    height: 30px;
    width: 30px;
    cursor:pointer;
}

.date_part {
    width: 170px;
    position: relative;
}

    .date_part input {
        position: relative;
        background: transparent;
        width: 100%;
        padding: 2px 10px;
        /* border-radius: 5px; */
        border: 1px solid #DDDDDD;
        display: flex;
        align-items: center;
    }

.border-left-rad {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.border-right-rad {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.date_part input:focus {
    background: #fff;
    border-right: 1px solid #00aa5e !important;
}

.date_part input[type="date"] {
    background: #fff;
    height: 30px;
}

    .date_part input[type="date"]::-webkit-calendar-picker-indicator {
        color: rgba(0, 0, 0, 0);
        opacity: 1;
        display: block;
        background: url('../svg/calendar.svg') no-repeat;
        width: 20px;
        height: 20px;
        margin-top: 10px;
        margin-right: -10px;
        border-width: thin;
    }

.date_part input::placeholder {
    font-size: 12px;
}

.date_part img {
    position: absolute;
    right: 10px;
    top: 8px;
    /* left: 0; */
}

.filter-part {
    display: flex;
    gap: 15px;
}

.applogo-svg {
    width: 50px;
    height: 32px;
    left: 20px;
    top: 22px;
}



#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.desktop-nav {
    display: block;
}

.mobile-nav {
    display: none;
}

@media screen and (max-width: 900px) {
    .table-data-scroll {
        overflow-x: scroll;
    }
}


/* responsive styles */
@media screen and (max-width: 768px) {
    .search-data {
        width: 20%;
    }
}

@media screen and (max-width: 600px) {
    .mobile-nav {
        display: block;
    }

    .desktop-nav {
        display: none;
    }

    .badge {
        background-color: green;
        color: white;
        padding: 4px 8px;
        text-align: center;
        border-radius: 5px;
        color: #01A95E;
        float: left;
        background-color: #E4F8EF;
    }

    .closebtn{
        margin: -5px;
    }

    table {
        border: 0;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        width: 100%;
        table-layout: fixed;
    }

    table caption {
        font-size: 1.3em;
        margin: 0.5em 0 0.75em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        display: block;
        margin-bottom: 5px;
        padding: 10px;
        border-radius: 8px;
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        position: relative;
    }

    .dark table tr {
        background-color: #282828;
    }

    .dark table tr:hover, .customers tr:first-child:hover {
            background-color: rgb(78 78 78);
            color: #fff !important;
        }

    .dark .topnav a {
        color: #fff;
    }

    .dark .nav-tabs, .dark .nav-tabs .nav-link.active, .dark .res-nav {
        background-color: #1F1F1F !important;
    }

    table td {
        display: block;
        font-size: 13px;
        /* text-align: right;*/
        margin-right: 30px;
    }

    table th,
    table td {
        padding: 0px 10px;
    }

    table th {
        font-size: 0.85em;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    table td::before {
        /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
        color: #868a8c;
        content: attr(data-label);
        /* float: left;*/
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 4px;
        margin-right: 1px;
    }

    table td:last-child {
        border-bottom: 0;
    }

    .table-title {
        float: left;
        font-weight: 600;
        font-size: 13px;
    }

    .subtitle {
        padding: 0;
        margin-bottom: 0px;
    }

    .subtitle button {
        margin-top: -10px;
        padding: 0 5px;
    }
   
    .image-data {
        position: absolute;
        right: 15px;
        top: 46%;
    }

    .topnav a {
        padding: 14px 12px;
    }

    .modal.fade .modal-dialog.home-model {
        transform: translate(0, 100px) !important;
    }

    .modal.show .modal-dialog.home-model {
        transform: none !important;
    }

    .cars {
        margin-bottom: 10px;
        width: 100%;
    }

    .modal .modal-dialog.home-model {
        position: absolute !important;
        width: 100% !important;
        margin: 0 !important;
        pointer-events: none;
        top: auto;
        right: auto;
        left: auto;
        bottom: 0;
    }

    .modal .modal-dialog .modal-header.home-model {
        border: none;
        padding-bottom: 0;
    }

    .modal-title.home-model {
        font-size: 14px;
        font-weight: 700;
    }

    .user {
        margin-top: 8px;
        height: 40px;
    }
    
    .mobile-nav {
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 100;
        display: flex;
        justify-content: space-between;
        height: 58px;
        padding: 0 10px;
    }

    .topnav .user {
        display: none;
    }

    .res-nav .user {
        margin: 0 0 0 5px;
        padding: 0;
    }

    .outer {
        height: 40px;
    }

    .res-none {
        display: none;
    }

    .left-dropdown-margin {
        margin-left: 0;
    }

    .filter-icon-location {
        float: none;
        margin-bottom: 10px;
    }

    .filter-part {
        display: inherit;
        gap: 15px;
    }

    .filterdata {
        max-width: 100%;
        margin-bottom: 10px;
        height: 36px;
    }

    .date_part {
        width: 100% !important;
        margin-bottom: 10px;
        margin-left: -10px;
    }

    .date_part input {
        border-radius: 5px;
        height: 36px;
    }

    .dark .date_part input {
        color: #868a8c;
        background-color: #000;
    }

    .dark .dropdown-menu {
        border-top-color: #fff !important;
    }

    .date_part input::placeholder {
        font-size: 13px !important;
    }

    .profile-collapse .card-body {
        margin-top: 25px;
    }

    .res-nav .search i {
        font-size: 20px;
    }

    .submit {
        width: 100%;
        margin-top: 10px;
    }

    .res-data {
        display: block;
    }

    .tab-content {
        padding-top: 10px;
    }

    .nav-tabs.home-page .nav-link.active {
        border-bottom: 3px solid #fff;
    }

    .nav-tabs {
        margin: 0;
        top: 60px;
        position: sticky;
        z-index: 10;
        background-color: #01a95e;
        color: #fff;
        width: 100%;
    }

    /*.profile-ul li:last-child {*/
    /*    position: absolute;*/
    /*    bottom: 0;*/
    /*    width: 86%;*/
    /*}*/

    .profile-ul .user {
        height: 50px;
    }

    .text-travel, .nav-tabs .nav-item {
        font-size: 14px;
    }

    .odd_row {
        background-color: #f8f8f8;
    }

    .sidebar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    #main {
        transition: margin-left .5s;
        padding: 16px;
    }

    .home-model .modal-content {
        background-clip: unset;
        border-radius: 20px 20px 0 0 !important;
        border: none;
    }

    .submit {
        height: 40px;
    }

    .nav-tabs.home-page li a {
        padding: 15px 12px;
    }

    .tab-des {
        display: none !important;
    }

    .nav-tabs.home-page {
        display: flex !important;
    }

    .tab-content.home-page {
        display: block !important;
    }

    .todo1,
    .submission {
        background-color: transparent !important;
        padding: 15px;
    }

    .submission {
        margin-bottom: 20px;
    }
    
    .date_part input[type="date"] {
        background: #fff;
        height: 30px;
    }

    .content .auto-refresh-location {       
        margin: 0 5px 5px 0;
    }
       
}

button:focus {
    /* outline: 1px dotted; */
    outline: none !important;
}

.kirby-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem - 5px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.actionable-item {
    cursor: pointer;
}

.auto-refresh {
    width: 100%;
    max-width: 100px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 5px;
    font-size: 12px;
}

.auto-refresh-text {
    font-weight: 700;
    font-size: 15px;
    line-height: 19.95px;
    justify-content: space-between;
    color: #1d1d1d;
}

.dark .auto-refresh-text {
    color: white;
}

.auto-refresh-location {
    text-align: right;
    margin: 0 25px 0 0;
}

.last-refresh-text{
    font-size: 12px;
    color: black;
}

.dark .last-refresh-text {
    color: white;
}

