/*Fonts*/

@font-face {
    font-family: LatoLight;
    src: url(../fonts/LatoLatin-Light.ttf);
}

@font-face {
    font-family: LatoRegular;
    src: url(../fonts/LatoLatin-Regular.ttf);
}

@font-face {
    font-family: LatoMedium;
    src: url(../fonts/LatoLatin-Medium.ttf);
}

@font-face {
    font-family: LatoSemiBold;
    src: url(../fonts/LatoLatin-SemiBold.ttf);
}

/*Colors*/

:root {
    --k-100: #fafafa;
    --k-200: #f2f2f2;
    --k-300: #e6e6e6;
    --k-700: #6f6f6f;
}

/*Scroll*/
::-webkit-scrollbar {
    width: 5px;
    width: 5px;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #A9A9A9;
    border-radius: 5px;
}
}

body {
    /*background-color: var(--k-200) !important;*/
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}

a {
    color: #0060B6;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #00A0C6;
        text-decoration: none !important;
        cursor: pointer;
    }
ul, ul li {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0 !important;
    /*padding: 0 !important;*/
}
p{
    font-size: 16px;
    color:var(--k-700);
    font-family: LatoLight;
}
button {
    padding: 0;
    border: none;
    background: none;
    font-family:LatoRegular;
    cursor:pointer;
}
    button.primary {
        padding: 12px 16px 8px 16px;
        background: #2462BB;
        color:white;
        font-size:18px
    }

    button.secondary{
        padding: 0 10px;
        color:var(--k-700);
        font-size:18px;
    }

    button.primary:disabled {
        background-color: #ccc;
        color: #888;
        border: 1px solid #aaa;
        cursor: not-allowed;
        pointer-events: none;
    }

    button.primary {
        background-color: #007bff;
        color: white;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        button.primary:hover:not(:disabled) {
            background-color: #0056b3;
        }


.w100,
.w-100{
    width: 100%;
}

.h100,
.h-100{
    height: 100%;
}

.w-100vw{
    width:99.7vw;
}
.h-100vh{
    height:100vh;
}

/* Background colors */

.bg-white{
    background-color:white;
}

/*Position*/
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.top-0{
    top:0;
}
.left-0{
    left:0;
}


/*Paddings*/

.pl-s2 {
    padding-left: 10px;
}

.pr-s2 {
    padding-right: 10px;
}

.pt-s2 {
    padding-top: 10px;
}

.pb-s2 {
    padding-bottom: 10px;
}

.p-s3 {
    padding: 20px;
}

.pl-s3 {
    padding-left: 20px;
}

.pr-s3 {
    padding-right: 20px;
}

.pt-s3 {
    padding-top: 20px;
}

.pb-s3 {
    padding-bottom: 20px;
}

.p-m {
    padding: 30px;
}

.pl-m {
    padding-left: 30px;
}

.pr-m {
    padding-right: 30px;
}

.pt-m {
    padding-top: 30px;
}

.pb-m {
    padding-bottom: 30px;
}

.pl-m2 {
    padding-left: 40px;
}

.pr-m2 {
    padding-right: 40px;
}

.pt-m2 {
    padding-top: 40px;
}

.pb-m2 {
    padding-bottom: 40px;
}

.pl-b {
    padding-left: 50px;
}

.pr-b {
    padding-right: 50px;
}

.pt-b {
    padding-top: 50px;
}

.pb-b {
    padding-bottom: 50px;
}

.pl-b2 {
    padding-left: 70px;
}

.pr-b2 {
    padding-right: 70px;
}

.pt-b2 {
    padding-top: 70px;
}

.pb-b2 {
    padding-bottom: 70px;
}

.pl-b3 {
    padding-left: 110px;
}

.pr-b3 {
    padding-right: 110px;
}

.pt-b3 {
    padding-top: 110px;
}

.pb-b3 {
    padding-bottom: 110px;
}

/*Margins*/

.ml-s2 {
    margin-left: 10px;
}

.mr-s2 {
    margin-right: 10px;
}

.mt-s2 {
    margin-top: 10px;
}

.mb-s2 {
    margin-bottom: 10px;
}

.m-s3 {
    margin: 20px;
}

.ml-s3 {
    margin-left: 20px;
}

.mr-s3 {
    margin-right: 20px;
}

.mt-s3 {
    margin-top: 20px;
}

.mb-s3 {
    margin-bottom: 20px;
}

.m-m {
    margin: 30px;
}

.ml-m {
    margin-left: 30px;
}

.mr-m {
    margin-right: 30px;
}

.mt-m {
    margin-top: 30px;
}

.mb-m {
    margin-bottom: 30px;
}

.ml-m2 {
    margin-left: 40px;
}

.mr-m2 {
    margin-right: 40px;
}

.mt-m2 {
    margin-top: 40px;
}

.mb-m2 {
    margin-bottom: 40px;
}

.ml-b {
    margin-left: 50px;
}

.mr-b {
    margin-right: 50px;
}

.mt-b {
    margin-top: 50px;
}

.mb-b {
    margin-bottom: 50px;
}

.ml-b2 {
    margin-left: 70px;
}

.mr-b2 {
    margin-right: 70px;
}

.mt-b2 {
    margin-top: 70px;
}

.mb-b2 {
    margin-bottom: 70px;
}

.ml-b3 {
    margin-left: 110px;
}

.mr-b3 {
    margin-right: 110px;
}

.mt-b3 {
    margin-top: 110px;
}

.mb-b3 {
    margin-bottom: 110px;
}

/*Display Flex*/
.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.c-gap-30 {
    column-gap: 30px;
}

.c-gap-50 {
    column-gap: 50px;
}

.r-gap-30 {
    row-gap: 30px;
}

.c-gap-20 {
    column-gap: 20px;
}

.r-gap-20 {
    row-gap: 20px;
}

.c-gap-10 {
    column-gap: 10px;
}

.r-gap-10 {
    row-gap: 10px;
}

.c-gap-5 {
    column-gap: 5px;
}

.r-gap-5 {
    row-gap: 5px;
}

.space-btw {
    justify-content: space-between;
}

.align-center,
.align-items-center{
    align-items: center;
}

.just-center,
.justify-content-center{
    justify-content: center;
}


h1, .h1 {
    font-size: 32px;
    font-family: "LatoMedium";
    color: #4C4C4C;
    font-weight: normal;
}
.h1-l {
    font-size: 32px;
    font-family: "LatoLight";
    color: #4C4C4C;
    font-weight: normal;
}
h2, .h2 {
    font-size: 28px;
    font-family: "LatoMedium";
    color: #4C4C4C;
    font-weight: normal;
}
h3, .h3 {
    font-size: 22px;
    font-family: "LatoMedium";
    color: #4C4C4C;
    font-weight: normal;
}

.n0 {
    font-family: "LatoMedium";
    font-size: 52px;
    color: #4C4C4C;
    letter-spacing: -1.5px;
}
.n0-red {
    font-family: "LatoMedium";
    font-size: 52px;
    color: #FC6A6A;
    letter-spacing: -1.5px;
}

.n1 {
    font-family: "LatoMedium";
    font-size: 42px;
    color: #4C4C4C;
    letter-spacing: -1.5px;
}

.n2 {
    font-family: "LatoMedium";
    font-size: 28px;
    color: #4C4C4C;
    letter-spacing: -1px;
}

.n3 {
    font-family: "LatoMedium";
    font-size: 22px;
    color: #4C4C4C;
    letter-spacing: -1px;
}
.page-h1-cdr {
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.page-h1 {
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
}
.txt-sidebar {
    font-family: "LatoMedium";
    font-size: 18px;
    color: #4C4C4C;
}

    .txt-sidebar:hover {
        padding-left: 2px;
        transition: all .3s ease-in-out;
        color: #4c4c4c;
    }

.txt-sidebar-active {
    font-family: "LatoMedium";
    font-size: 18px;
    color: #2462BB;
}

    .txt-sidebar-active:hover {
        color: #2462BB;
    }

.txt-d {
    font-family: "LatoLight";
    font-size: 18px;
    color: var(--k-700);
}

.txt-d-l {
    font-family: "LatoLight";
    font-size: 18px;
    color: var(--k-700);
}

.txt-d-b {
    font-family: "LatoMedium";
    font-size: 18px;
    color: #4C4C4C;
}
.txt-d-l-red {
    font-family: "LatoLight";
    font-size: 18px;
    color: #FC6A6A;
}
.txt-right {
    text-align: right;
}

.txt-comp {
    font-family: "LatoMedium";
    font-size: 12px;
    padding: 6px 8px 4px 8px;
    background-color: #EEFFE8;
    color: #338814;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 5px;
}

.txt-comp-red {
    font-family: "LatoMedium";
    font-size: 12px;
    padding: 6px 8px 4px 8px;
    background-color: #FFF3F3;
    color: #D44242;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 5px;
}

.txt-small {
    font-family: "LatoMedium";
    font-size: 16px;
    color: #4C4C4C;
}
.txt-small-l {
    font-family: "LatoLight";
    font-size: 16px;
    color: #4C4C4C;
}
.txt-tiny {
    font-family: "LatoMedium";
    font-size: 12px;
    color: #4C4C4C;
}

.txt-tiny-l {
    font-family: "LatoLight";
    font-size: 12px;
    color: #4C4C4C;
}
.n0-cont {
    column-gap: 8px;
    align-items: flex-end;
    margin-bottom: -5px;
}

.num-cont {
    column-gap: 8px;
    align-items: flex-end;
}
.num-cont-date {
    column-gap: 8px;
    align-items: flex-start;
}
.n2-date {
    font-family: LatoLight;
    color: var(--k-700);
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 2px;
}
.n0-comp-cont {
    margin-bottom: 8px;
    position: relative;
}

.n1-comp-cont {
    position: relative;
}

.n2-comp-cont {
    position: relative;
}

.n3-comp-cont {
    position: relative;
}

.n0-comp-cont:hover .n-tooltip {
    display: block;
}

.n1-comp-cont:hover .n-tooltip {
    display: block;
}

.n2-comp-cont:hover .n-tooltip {
    display: block;
}

.n3-comp-cont:hover .n-tooltip {
    display: block;
}

.n-tooltip {
    display: none;
    position: absolute;
    top: 0;
    content: '+328 than last week';
    margin-left: calc(100% + 5px);
    padding: 6px 8px 4px 8px;
    background-color: #F7FAFF;
    color: #002354;
    font-family: "LatoRegular";
    font-size: 12px;
    letter-spacing: .2px;
    white-space: nowrap;
    z-index: 2;
    border-radius: 5px;
}


/*Border*/

.border-t-light {
    border-top: 1px solid var(--k-200);
}

.border-b-light {
    border-bottom: 1px solid var(--k-200);
}

.border-dark {
    border: 1px solid var(--k-300);
}

.border-b-dark {
    border-bottom: 1px solid var(--k-300);
}

.hidden {
    display: none !important;
}


/*Effects*/

.shadow {
    filter: drop-shadow(0 0 25px var(--k-300));
}


/*Elements*/

.data-cont {
    border: 1px solid var(--k-300);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*/filter: drop-shadow(0 0 20px var(--k-100));*/
    filter: drop-shadow(0 0 20px rgba(23, 23, 23, 0.02));
    background-color: white;
}
.data-cont-red {
    border: 1px solid #FFB8B8;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    filter: drop-shadow(0 0 20px var(--k-100));
    background-color: white;
    cursor: pointer;
}

.z-index-1 {
    z-index: 1;
}

.main-wrapper {
    display: grid;
    grid-template-columns: 250px auto;
    position:relative;
    
}

.cont {
    grid-column-start: 2;
    grid-column-end: 3;
    width: 100%;
    margin: auto;
    background-color: var(--k-200);
    padding-bottom: 150px;
    position:relative;
}

.cont-wrapper {
    max-width: 1540px;
    margin: auto;    
}

.sidebar {
    width: 250px;
    position: fixed;
    height: 100vh;
    background-color: var(--k-200);
    border-right: 1px solid #CCCCCC;
}

.sidebar-logo {
    width: 160px;
}

.sidebar-icon {
    margin-bottom: 2px;
}

.nav-cont {
    width: 100%;
    max-width: 1540px;
    margin: auto;
}

.searchbar {
    background-color: var(--k-200);
    border: 2px solid var(--k-300);
    border-radius: 5px;
    padding-left: 40px;
    background-image: url(../icons/search_icon.svg);
    background-position: 15px 12px;
    background-repeat: no-repeat;
    background-color: var(--k-100);
}

    .searchbar::placeholder {
        color: #4C4C4C;
        font-size: 15px;
        line-height: 50px;
        font-family: "LatoMedium";
    }

.slide-w {
    width: 100%;
    height: 0;
    display: none;
    background-color: white;
    top: calc(100% + 10px);
    border-radius: 10px;
    overflow-y: scroll;
    z-index: 2;
}

.slide {
    height: 100%;
    padding: 15px;
}

.slide-item, .slide_item {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    padding: 30px 30px 25px 30px;
    border-bottom: 1px solid var(--k-200);
    cursor: pointer;
    transition: all .1s ease-in-out;
}

    .slide-item:hover {
        background-color: var(--k-200);
    }

    .slide_item:hover {
        background-color: var(--k-200);
        padding-left: 45px;
    }

.nav {
    border-bottom: 1px solid #CCCCCC;
    background-color: var(--k-200);
}

.location {
    font-family: "LatoMedium";
    font-size: 18px;
    color: #4c4c4c;
}

.adress {
    font-family: "LatoLight";
    font-size: 18px;
    color: var(--k-700);
}

.btn {
    width: 42px;
    height: 42px;
    background-color: white;
    border: 2px solid var(--k-300);
    border-radius: 2px;
    cursor: pointer;    
}

.btn-control {
    padding: 6px 16px 6px 16px;
    display: flex;
    flex-direction: row;
    column-gap: 4px;
    color: white;
    align-items: center;
    cursor: pointer;
}

.btn-blue {
    background-color: #2462BB;
}

.btn-red {
    background-color: #FC6A6A;
}

.btn-white {
    background-color: white;
    color: #2462BB !important; 
    border: 1px solid #2462bb;
}

.btn-qr {
    height: 80%;
}

.timeframe {
    top: calc(100% + 10px);
    right: 0;
    width: auto;
    display: none;
    background-color: white;
    border-radius: 10px;
    z-index: 2;
}

.timeframe-title {
    font-family: "LatoMedium";
    font-size: 18px;
    color: #4C4C4C;
}

.tf-flex-col {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.timeframe-item {
    font-size: 18px;
    font-family: "LatoMedium";
    width: 150px;
    padding: 15px 0;
    text-align: center;
    border: 1px solid #A9A9A9;
    border-radius: 10px;
    color: #A9A9A9;
}

.timeframe-item-active {
    border: 2px solid #2462BB;
    color: #2462BB;
}

.timeframe-item:hover {
    background-color: var(--k-100);
}

.download-btn {
    border: 1px solid #2462BB;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    flex-direction: row;

}

.download-text {
    height: 100%;
    background-color: #2462BB;
    color: white;
    align-items: center;
    display: flex;
    font-family: "LatoMedium";
    font-size: 16px;
    padding: 0 20px;
}

.download-icon-c {
    padding: 11px 10px 9px 10px;
}

.download-icon {
    width: 15px;
}

/*Colors*/

.color-red {
    background-color: #FC6A6A;
}

.color-green {
    background-color: #3CBB10;
}

.color-yellow {
    background-color: #FFC062;
}

.color-navy {
    background-color: #002354;
}

.color-blue {
    background-color: #2462BB;
}

.color-lightblue {
    background-color: #CCE1FF;
}

.color-blue2 {
    background-color: #4DB8DA;
}

.color-gray {
    background-color: #CCCCCC;
}

/*Sections Global*/

.section {
    width: 100%;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    z-index: 1;
}

.section-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}
.section-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    z-index: 0;
}
.section-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
    z-index: 0;
}
.section-12-gap-0 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 0;
    z-index: 0;
}
.col-1-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    display:flex;
    flex-direction:column;
    row-gap: 20px;
}
.col-2-3 {
    grid-column-start: 2;
    grid-column-end: 3;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.col-1-6 {
    grid-column-start: 1;
    grid-column-end: 7;
    display: flex;
    flex-direction: column;
    width: 50%;
    row-gap: 20px;
}
.col-7-13 {
    grid-column-start: 7;
    grid-column-end: 13;
    display: flex;
    flex-direction: column;
    width: 50%;
    row-gap: 20px;
}
.main-stats {
    display: flex;
    flex-direction: row;
    align-items: end;
    column-gap: 20px;
    height: 100%;
}
.stats-container{
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    padding-bottom: 30px;
}
/*Overview Page*/

.o-r1 {
    column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.current-stats {
    grid-column-start: 1;
    grid-column-end: 6;
    z-index: 1;
}

.current-stats-device {
    grid-column-start: 1;
    grid-column-end: 6;
}

.current-stats-nums{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    padding-top: 30px;
}
.susp-dev-c {
    grid-column-start: 6;
    grid-column-end: 13;
}
.susp-dev-table{
    display: none;
}
.susp-dev-blank{
    width: 100%;
    height: 100%;
    padding: 0 30px;
    position: relative;
}
.susp-dev-blank-txt{
    padding-top: 70px;
}
.susp-dev-blank-img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 110%;
}

.susp-dev-risk1 {
    content: url(/icons/susp_dev_risk1.svg);
}

.susp-dev-risk2 {
    content: url(/icons/susp_dev_risk2.svg);
    content: url(/icons/susp_dev_risk2.svg);
}

.susp-dev-risk3 {
    content: url(/icons/susp_dev_risk3.svg);
}

.map-cont {
    width: 100%;
    height: 100%;
    grid-column-start: 6;
    grid-column-end: 13;
}

.map {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    background-color: gray;
}

.m-t-minus8 {
    margin-top: -8px;
}

.leaflet-pane {
    z-index: 0 !important;
}

.leaflet-top, .leaflet-left, .leaflet-bottom, .leaflet-right {
    display: none;
}

.map-info {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 20px;
    background-color: white;
    display: flex;
    flex-direction: row;
    column-gap: 15px;
    padding: 20px 30px 20px 30px;
    border-radius: 10px;
    z-index: 1;
    filter: drop-shadow(0 0 20px #00000030);
}
.map-info-n {
    padding-right: 15px;
    border-right: 1px solid var(--k-300);
    width: 100px;
}
.map-info-n:last-child{
    border:none;
}
.tl-menu {
    padding-bottom: 30px;
}

.tl-menu-item-c, .tl_item {
    padding: 0 20px 10px 20px;
    border-bottom: 1px solid #A9A9A9;
    cursor: pointer;
    font-family: "LatoRegular";
    font-size: 20px;
    color: #A9A9A9;
    transition: all .2s ease-in-out;
    width: 100%;
    justify-items: center;
}

    .tl-menu-item-c, .tl_item p {
        text-align: center;
    }

    .tl-menu-item-c, .tl_item:hover {
        border-bottom: 3px solid #cccccc;
    }

.tl-menu-item-c-active, .tl_active {
    padding: 0 20px 10px 20px;
    border-bottom: 3px solid #002354;
    cursor: pointer;
    font-family: "LatoSemiBold";
    font-size: 20px;
    color: #002354;
}

    .tl-menu-item-c-active, .tl_active:hover {
        padding: 0 20px 10px 20px;
        border-bottom: 3px solid #002354;
        cursor: pointer;
        font-family: "LatoSemiBold";
        font-size: 20px;
        color: #002354;
    }
/*
.tl-menu-item{
    font-family: "LatoRegular";
    color: #cccccc;
    font-size: 18px;
}
.tl-menu-item-active{
    color: #002354;
    font-family: "LatoRegular";
    font-size: 18px;
}*/
.tl-menu-item-c:hover {
    border-bottom: 2px solid #cccccc;
    transition: all .2s ease-in-out;
}

.tl-graph {
    height: 350px;
}

/*Consimption Timeline*/
.cons-tl {
    z-index: 1;
}

.cont-h {
    display: flex;
    justify-content: space-between;
}

.cont-h-auth {
    display: flex;
    justify-content: end;
    margin-bottom: 50px;
}

.info-icon {
    width: 25px;
    height: 25px;
    position: relative;
    background-image: url("../Materials/info_icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.info-txt {
    position: absolute;
    position: absolute;
    right: 0;
    top: 36px;
    width: 350px;
    /*background-color: var(--k-100);*/
    background-color: white;
    border: 1px solid var(--k-300);
    border-radius: 10px;
    filter: drop-shadow(0 0 20px var(--k-100));
    color: #8C8C8C;
    padding: 30px;
    display: none;
    flex-direction: column;
    row-gap: 20px;
    z-index: 50;
}
.info-headline{
    font-family: LatoMedium;
    font-size: 18px;
    padding-bottom:15px;
    border-bottom: 1px solid var(--k-300);
}
.info-p{
    font-family: "LatoLight";
    font-size: 16px;
}
.info-txt-b{
    font-family: "LatoMedium";
}
.info-txt-block {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.info-icon:hover > .info-txt {
    display: flex;
}


/*Graph Options*/

.graph-c {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    justify-content: end;
}

canvas {
    width: 100%;
    height: 100%;
}

#myLineChart {
    height: 170px;
}

.legend-c {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 20px;
}

.legend-item {
    display: flex;
    flex-direction: row;
    column-gap: 7px;
    align-items: center;
}

.legend-label {
    width: 7px;
    height: 7px;
    border-radius: 2px;
    margin-bottom: 2px;
}

.legend-value {
    font-family: "LatoLight";
    font-size: 18px;
    color: var(--k-700);
}

/*Progress Bar*/

.p-bar-c {
    width: 100%;
    border-radius: 5px;
    background-color: var(--k-300);
    height: 10px;
    display: flex;
    flex-direction: row;
}

.p-bar-item {
    /*width: 100%;*/
    height: 10px;
    border-radius: 5px;
}

/*Transactions Content*/

.t-r {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1;
    column-gap: 20px;
}

.t-r1 {
    display: flex;
    flex-direction: row;
    width: 100%;
    column-gap: 20px;
}

.t-r2 {
    column-gap: 0px;
}

.trans-graph-c {
    width: 100%;
}

.s-all-c {
    row-gap: 50px;
    display: flex;
    flex-direction: column;
    padding: 50px 0 40px 0;
}
.s-all-c-live {
    row-gap: 50px;
    display: flex;
    flex-direction: column;
    padding: 50px 0 0 0;
}
.s-c-small {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--k-300);
}

.n-c {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 30px;
    padding-bottom: 30px;
}
.n-c-no-wrap {
    display: flex;
    flex-direction: row;
    padding-bottom: 30px;
}
.dev-n-c {
    width: 100%;
    padding-bottom: 20px;
}

.dev-n-c-small {
    display: grid;
    flex-direction: row;
    column-gap: 30px;
    row-gap: 30px;
    padding-bottom: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.s-stats{
    width: 30%;
}

.payment-method-cont {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
}
.payment-method-n {
    height: 100%;
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    column-gap: 30px;
}
.payment-method-graph{
    width: 150px;
    height: 150px;
}
.uu-stats {
    height: 100%;
    z-index: 1;
}

/*#unique_users_graph {
    height: 350px !important;
}*/

.t-r1-c2 {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.s-num {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
}

.trans-c {
    z-index: 1;
}

.all-trans-c {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 1;
}

.trans-det-w {
    grid-row-start: 1;
    grid-column-start: 9;
    grid-column-end: 13;
}

/*Table*/

.table-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 30px 70px 30px;
}

.table-nav-elements {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 8px;
    align-self: center;
}

.table-search {
    width: 300px;
    height: 36px;
    background-color: var(--k-200);
    border: 0;
    border-radius: 5px;
    padding-left: 38px;
    background-image: url(../icons/search_icon.svg);
    background-position: 12px 10px;
    background-repeat: no-repeat;
    border: 2px solid var(--k-300);
}

.table-search::placeholder{
    font-family:LatoMedium;
    font-size: 15px;
}

.dev-trans-search {
    width: 100%;
    height: 32px;
    background-color: var(--k-200);
    border: 2px solid var(--k-300);
    border-radius: 5px;
    padding-left: 32px;
    background-image: url(../icons/search_icon.svg);
    background-position: 10px 8px;
    background-repeat: no-repeat;
}

    .dev-trans-search::placeholder {
        color: #4C4C4C;
        font-family: "LatoMedium";
        font-size: 14px;
    }

.table-h {
    display: flex;
    flex-direction: row;
    padding: 0 0 15px 0;
    margin: 0 30px;
    justify-content: space-between;
    border-bottom: 1px solid var(--k-200);
}

.dev-table-h {
    display: flex;
    flex-direction: row;
    padding: 0 0 15px 0;
    margin: 0 30px;
    justify-content: space-between;
    border-bottom: 1px solid var(--k-200);
}

.table-c {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dev-trans-table-c {
    height: 300px;
    overflow-y: scroll;
}

.table-col {
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    width: 100%;
    align-items: center;
}

.table-h-txt {
    font-family: "LatoMedium";
    font-size: 18px;
}

.sort-icon {
    height: 10px;
    cursor: pointer;
}

.table-r {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 30px;
    align-items: center;
    cursor: pointer;
}

    .table-r:hover {
        background-color: var(--k-200);
    }

.table-r-active {
    background-color: var(--k-100);
}

.table-r-c {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    justify-content: center;
    align-items: center;
}

.table-r-cdr {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 30px;
    align-items: center;
    cursor: pointer;
}

.dev-trans-table-r {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 30px;
    align-items: center;
    cursor: pointer;
}

    .dev-trans-table-r:hover {
        background-color: var(--k-200);
    }

.table-col-r {
    justify-content: flex-end;
    justify-items: flex-end;
}

.table-col-center {
    justify-content: center;
}

.table-col-250 {
    width: 250px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    align-items: center;
}

.table-col-150 {
    width: 150px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    align-items: center;
}

.table-col-120 {
    width: 120px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    align-items: center;
}

.table-col-100 {
    width: 100px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    align-items: center;
}

.table-col-70 {
    width: 70px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    align-items: center;
}

.table-col-85 {
    width: 85px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    align-items: center;
}

.table-col-flex-col {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.table-col-evse {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.table-income {
    padding: 6px 8px;
    background-color: #EEFFE8;
    border-radius: 5px;
    color: #338814;
}

.status0, .available {
    background-color: #EEFFE8;
    width: 85px;
    text-align: center;
    padding: 8px 0 6px 0;
    font-family: "LatoMedium";
    font-size: 14px;
    color: #3CBB10;
    border: 1px solid #3CBB10;
    border-radius: 5px;
}
.connection-img {
    width: 20px;
    cursor: pointer;
}

.available, .occupied, .faulted, .unknown, .reserved, .inoperative {
    margin-right: 10px;
}

.status1, .unknown, .finishing {
    background-color: #FFFAE9;
    width: 85px;
    text-align: center;
    padding: 8px 0 6px 0;
    font-family: "LatoMedium";
    font-size: 14px;
    color: #FFAC30;
    border: 1px solid #FFAC30;
    border-radius: 5px;
}

.status2, .faulted, .susp_ev {
    background-color: #FFF3F3;
    width: 85px;
    text-align: center;
    padding: 8px 0 6px 0;
    font-family: "LatoMedium";
    font-size: 14px;
    color: #FC6A6A;
    border: 1px solid #FC6A6A;
    border-radius: 5px;
}

.occupied, .susp_evse {
    background-color: #F7FAFF;
    width: 85px;
    text-align: center;
    padding: 8px 0 6px 0;
    font-family: "LatoMedium";
    font-size: 14px;
    color: #2462BB;
    border: 1px solid #2462BB;
    border-radius: 5px;
}

.charging {
    background-color: #F7FAFF;
    width: 85px;
    text-align: center;
    padding: 8px 0 6px 0;
    font-family: "LatoMedium";
    font-size: 14px;
    color: #002354;
    border: 1px solid #002354;
    border-radius: 5px;
}

.reserved, .preparing {
    background-color: #F7FAFF;
    width: 85px;
    text-align: center;
    padding: 8px 0 6px 0;
    font-family: "LatoMedium";
    font-size: 14px;
    color: #4DB8DA;
    border: 1px solid #4DB8DA;
    border-radius: 5px;
}

.inoperative {
    background-color: var(--k-100);
    width: 85px;
    text-align: center;
    padding: 8px 0 6px 0;
    font-family: "LatoMedium";
    font-size: 14px;
    color: #CCCCCC;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}


.trans-error {
    content: url(/icons/trans-error.svg);
}
/*Transaction Details*/

.trans-det-w {
    background-color: var(--k-100);
}

.info-w {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    overflow-y: scroll;
    height: 537px;
}

.info-r {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin: 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--k-300);
}

.info-r-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    column-gap: 20px;
}

.info-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.info-i {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    width: 100%;
}
.trans-status-info {
    display: flex;
    flex-direction: row;
    column-gap: 7px;
    align-items: center;
}
#imgsuc {
    margin-bottom: 2px;
    width: 16px;
}
#imgerror {
    margin-bottom: 2px;
    width: 16px;
}
.info-blank {
    width: 100%;
    height: 100%;
    display: flex;
    height: 538px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 0 30px 30px 30px;
    position: relative;
    padding-top: 40px;
}

.blank-h {
    text-align: left;
    color: var(--k-700);
    padding-bottom: 5px;
    font-family: LatoMedium;
    font-size: 28px;
    z-index: 2;
    position: relative;
}

.blank-d {
    color: #A9A9A9;
    font-family: LatoLight;
    text-align: left;
    z-index: 2;
    position: relative;
    font-size: 18px;
}

.blank-img {
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 70%;
}


/*Average Stats*/

.t-r3 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
}

.avg-c {
    grid-column-start: 5;
    grid-column-end: 13;
    z-index: 2;
    grid-row-start: 1;
}

.avg-stats {
    display: flex;
    flex-direction: row;
    align-items: start;
    column-gap: 30px;
    align-items: end;
}

.trans-status-report {
    grid-column-start: 1;
    grid-column-end: 5;
    z-index: 1;
    grid-row-start: 1;
}

.trans-status-c {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.trans-status-r {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 25px;
    justify-content: start;
    align-items: center;
}

.trans-status-border {
    width: 100%;
    height: 1px;
    background-color: var(--k-300);
}

.trans-status-report-graph {
    width: 120px;
    height: 120px;
}

/*Trnasaction Duration*/
.trans-dur-c {
    grid-column-start: 1;
    grid-column-end: 7;
    z-index: 1;
}

/*Tokens*/

.tokens-c {
    grid-column-start: 6;
    grid-column-end: 9;
}

.cons-time {
    grid-column-start: 7;
    grid-column-end: 13;
    z-index: 1;
}


.close {
    cursor: pointer;
    padding: 10px;
    border-radius: 3px;
}

    .close:hover {
        background-color: var(--k-200);
    }

/* Live page*/

.live-stats{
    width: 100%;
    padding: 30px 30px 20px 30px; 
    cursor: pointer;
}
.not-container{
    grid-column-start: 1;
    grid-column-end: 5;
    padding: 30px 0 15px 0;
    row-gap: 40px;
}
.not-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    height: 100%;
    overflow-y: scroll;
    height: 545px;
}
.not-item {
    padding: 15px;
    background-color: white;
    border: 1px solid var(--k-300);
    border-radius: 5px;
    margin: 0 15px;
}
.not-header{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--k-300);
}
.not-id{
    padding: 25px 0 25px 0;

}
.not-arrow{
    width: 18px;
}
.not-action {
    display: flex;
    flex-direction: row;
    column-gap: 15px;
}
.trans-start {
    font-family: "LatoMedium";
    font-size: 14px;
    background-color: #4DB8DA;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
}
.trans-end-success {
    font-family: "LatoMedium";
    font-size: 14px;
    background-color: #3CBB10;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    text-wrap: nowrap;
}
.trans-end-error {
    font-family: "LatoMedium";
    font-size: 14px;
    background-color: #FC6A6A;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    text-wrap: nowrap;
}
.ongoing-transactions {
    grid-column-start: 5;
    grid-column-end: 13;
}


/*spinner*/
#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(255,255,255,0.6);
}

#overlay-modal {
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: white;
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2462BB solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

/*login*/
/*login*/

.main_cont {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
}

    .main_cont .left_cont {
        grid-column-start: 1;
        grid-column-end: 5;
        width: 100%;
        height: 100vh;
        position: relative;
        background-image: url(../Materials/photomain.png);
        background-size: cover;
    }

        .main_cont .left_cont .logo_nrg {
            position: absolute;
            left: 25px;
            top: 25px;
            display: none;
        }

    .main_cont .right_cont {
        grid-column-start: 5;
        grid-column-end: 11;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }

        .main_cont .right_cont .login_cont {
            grid-column-start: 2;
            grid-column-end: 6;
            max-width: 600px;
            justify-content: center;
            align-content: center;
            align-self: center;
            justify-self: center;
            padding: 90px 115px;
            border-left: 3px solid #2462BB;
        }

            .main_cont .right_cont .login_cont .logo_cont {
                display: flex;
                flex-direction: column;
                row-gap: 10px;
                justify-content: center;
                align-items: center;
                padding-bottom: 20px;
                /*opcharge:*/
                /*margin-right: 40px;*/
            }

body .wrapper .cont_right .row1 .logo {
    width: 240px;
    height: 100px; /*sgm: 100px, other 80px*/
    grid-row-start: 1;
}

/*sgm:*/
#user_logo {
    height: 160px;
}

.main_cont .right_cont .register_cont {
    grid-column-start: 2;
    grid-column-end: 6;
    max-width: 600px;
    justify-content: center;
    align-content: center;
    align-self: center;
    justify-self: center;
    padding: 10px 115px;
    border-left: 3px solid #2462BB;
}

    .main_cont .right_cont .register_cont .heading {
        color: #d9d9d9;
        font-family: "Kanit";
        font-size: 42px;
        font-weight: 500;
        display: block;
        margin: auto;
        padding-bottom: 20px;
        text-align: center;
    }

    .main_cont .right_cont .register_cont .toggle_cont {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
        padding-bottom: 25px;
    }

        .main_cont .right_cont .register_cont .toggle_cont .toggle_option {
            justify-self: center;
            font-size: 20px;
            font-family: "Kanit";
            font-weight: 300;
            color: #D9D9D9;
            padding: 20px 0;
            border-bottom: 1px solid #D9D9D9;
            width: 100%;
            text-align: center;
        }

            .main_cont .right_cont .register_cont .toggle_cont .toggle_option:hover {
                font-weight: 300;
                cursor: pointer;
                border-bottom: 3px solid #D9D9D9;
            }

        .main_cont .right_cont .register_cont .toggle_cont .toggle_active {
            color: #2462BB;
            border-bottom: 3px solid #2462BB;
            font-weight: 500;
        }

            .main_cont .right_cont .register_cont .toggle_cont .toggle_active:hover {
                border-bottom: 3px solid #2462BB;
            }

.main_cont .disc {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-family: "Kanit";
    font-size: 16px;
    font-weight: 300;
    color: #a6a6a6;
}

    .main_cont .disc .txt_bold {
        font-weight: 500;
    }

.input_wrapper {
    justify-content: center;
    display: grid;
    padding-bottom: 40px;
}

    .input_wrapper .input_cont {
        justify-self: center;
        align-self: center;
        padding-bottom: 15px;
    }

        .input_wrapper .login_input_cont {
            display: flex;
            justify-self: left;
            align-items: center;
        }

        .input_wrapper .login_input_cont input {
            width: 20px !important;
            height: 30px !important;
            margin-left: 10px;
        }

        .input_wrapper .input_cont:last-child {
            padding: 0;
        }

        .input_wrapper .input_cont label {
            display: block;
            padding-bottom: 5px;
            font-family: "Kanit";
            font-weight: 300;
            font-size: 16px;
            line-height: 24px;
            color: #a6a6a6;
            position: unset;
        }

        .input_wrapper .input_cont:last-child {
            padding: 0;
        }

        .input_wrapper .input_cont input {
            width: 350px;
            height: 40px;
            background-color: white;
            border: 1px solid #d9d9d9;
            font-family: "Kanit";
            font-weight: 300;
            font-size: 16px;
            line-height: 24px;
            color: #133463;
            padding: 0 10px;
            box-sizing: border-box;
        }

            .input_wrapper .input_cont input:focus {
                border: 1px solid #2462BB;
                outline: none;
            }

            .input_wrapper .input_cont input::-moz-placeholder {
                font-size: 16px;
                font-weight: 300;
                font-style: italic;
                opacity: 0.5;
            }

            .input_wrapper .input_cont input::placeholder {
                font-size: 16px;
                font-weight: 300;
                font-style: italic;
                opacity: 0.5;
            }

            .input_wrapper .input_cont input:-webkit-autofill, .main_cont .right_cont .login_cont .input_wrapper .input_cont input:-webkit-autofill:hover, .main_cont .right_cont .login_cont .input_wrapper .input_cont input:-webkit-autofill:focus, .main_cont .right_cont .login_cont .input_wrapper .input_cont input:-webkit-autofill:active {
                -webkit-box-shadow: 0 0 0px 1000px white inset;
                -webkit-text-fill-color: #133463 !important;
                font-family: "Kanit";
                font-weight: 300;
            }

    .input_wrapper .reg_dd_cont {
        padding-bottom: 15px;
        z-index: 1;
    }

        .input_wrapper .reg_dd_cont:last-child {
            padding: 0;
        }

        .input_wrapper .reg_dd_cont .dd_label {
            display: block;
            padding-bottom: 5px;
            font-family: "Kanit";
            font-weight: 300;
            font-size: 16px;
            line-height: 24px;
            color: #a6a6a6;
        }

        .input_wrapper .reg_dd_cont .reg_dd {
            width: 350px;
            height: 40px;
            cursor: pointer;
            box-sizing: border-box;
        }

            .input_wrapper .reg_dd_cont .reg_dd .menu_label {
                display: grid;
                align-content: center;
                grid-template-rows: auto;
                height: 100%;
                background-color: white;
                border: 1px solid #d9d9d9;
                font-family: "Kanit";
                font-weight: 300;
                font-size: 16px;
                line-height: 24px;
                color: #133463;
                padding: 0 10px;
                box-sizing: border-box;
            }

                .input_wrapper .reg_dd_cont .reg_dd .menu_label #touch {
                    opacity: 0;
                    height: 0;
                }

                    .input_wrapper .reg_dd_cont .reg_dd .menu_label #touch:checked ~ .dropdown_arrow {
                        transform: rotate(180deg);
                    }

                .input_wrapper .reg_dd_cont .reg_dd .menu_label span {
                    background: white;
                    color: #133463;
                    font-family: "Kanit";
                    font-weight: 300;
                    font-size: 16px;
                    cursor: pointer;
                    display: block;
                    grid-row-start: 1;
                }

                .input_wrapper .reg_dd_cont .reg_dd .menu_label .dropdown_arrow {
                    transform: rotate(0deg);
                    content: url(../Materials/Arrow.svg);
                    transition: transform 0.4s ease-in-out;
                    grid-row-start: 1;
                    justify-self: end;
                    align-self: center;
                }

            .input_wrapper .reg_dd_cont .reg_dd .slide {
                clear: both;
                width: 100%;
                color: #133463;
                height: 0;
                overflow-y: scroll;
                overflow-x: hidden;
                text-align: left;
                transition: all 0.3s linear;
                filter: drop-shadow(0px 6px 15px rgba(217, 217, 217, 0.2));
            }

                .input_wrapper .reg_dd_cont .reg_dd .slide::-webkit-scrollbar {
                    width: 5px;
                    background: var(--k-100);
                }

                .input_wrapper .reg_dd_cont .reg_dd .slide::-webkit-scrollbar-thumb {
                    background-color: #a6a6a6;
                    width: 50px;
                }

                .input_wrapper .reg_dd_cont .reg_dd .slide .dropdown_item {
                    padding: 15px 0;
                    width: 100%;
                    display: grid;
                    align-content: center;
                    padding-left: 10px;
                    font-family: "Kanit";
                    font-weight: 300;
                    font-size: 16px;
                    color: #133463;
                    border-left: 1px solid #D9D9D9;
                }

                    .input_wrapper .reg_dd_cont .reg_dd .slide .dropdown_item:hover {
                        background-color: var(--k-100);
                        border-left: 3px solid #D9D9D9;
                        transition: all 0.2s ease-in-out !important;
                    }

                .input_wrapper .reg_dd_cont .reg_dd .slide .dropdown_active {
                    border-left: 3px solid #2462BB;
                    background-color: #F6F9FC;
                }

                    .input_wrapper .reg_dd_cont .reg_dd .slide .dropdown_active:hover {
                        background-color: #F6F9FC;
                        border-left: 3px solid #2462BB;
                    }

            .input_wrapper .reg_dd_cont .reg_dd .show-slide {
                height: 150px;
                background-color: white;
                width: 100%;
            }

.btn_big {
    width: 350px;
    height: 50px;
    background-color: #2462BB;
    color: white;
    display: grid;
    align-content: center;
    justify-content: center;
    font-family: "Kanit";
    font-weight: 500;
    font-size: 16px;
    align-self: center;
    justify-self: center;
    margin: auto;
    cursor: pointer;
}

.error_pass {
    border: 1px solid #FF9292 !important;
}

/*.error_pass_msg:after {
    content: "* Ne valja ti sifra druze";
    display: block;
    font-family: "Kanit";
    font-size: 14px;
    font-weight: 300;
    color: #FF9292;
    padding-top: 5px;
}*/

.validation-summary-errors ul {
    list-style-type: none;
}

.error_pass_msg {
    display: block;
    font-family: "Kanit";
    font-size: 12px;
    font-weight: 300;
    color: #FF9292;
    padding-top: 5px;
}

.error_email {
    border: 1px solid #FF9292 !important;
}

.error_pass_email:after {
    content: "* Ne valja ti mejl druze";
    display: block;
    font-family: "Kanit";
    font-size: 14px;
    font-weight: 300;
    color: #FF9292;
    padding-top: 5px;
}


@media only screen and (max-width: 1440px) {

    /*Text*/

    .txt-d, .txt-d-l, .txt-d-b, .txt-d-l-red, .legend-value {
        font-size: 16px;
    }

    
}


/*modal*/
/* The Modal (background) */
.download-modal {
    display: none;
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4)

}

/* Modal Content */
.download-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 650px;
    border-radius: 10px;
}
.download-modal-h{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--k-300);
}
.download-modal-toggle {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.download-toggle-option {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-family: LatoMedium;
    font-size: 18px;
    color: var(--k-700);
    border-bottom: 2px solid #CCCCCC;
    cursor: pointer;
}
.download-toggle-option-active {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-family: LatoMedium;
    font-size: 18px;
    color: var(--k-700);
    border-bottom: 2px solid #CCCCCC;
    cursor: pointer;
    color: #2462BB;
    border-color: #2462BB;
}
.download-analytics-section{
    cursor: pointer;
}
.download-analytics-section-checkbox {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    width: 100%;
    padding: 20px 0 15px 0;
}
.download-analytics-section-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 5px;
    border-bottom: 1px solid var(--k-300);
}
.download-analytics-subsection {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}
.download-analytics-subsection-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 20px;
    border-bottom: 1px solid var(--k-300);
}
.checkbox-item {
    font-size: 16px;
    color: var(--k-700);
    font-family: "LatoMedium";
}
.download-cdr-container {
    flex-direction: row;
    column-gap: 30px;
    display:none;
}
.download-modal-btn-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    background-color: #2462BB;
    padding: 15px 0;
    border-radius: 5px;
    cursor: pointer;
}
.download-modal-btn {
    display: flex;
    flex-direction: row;
    row-gap: 5px;
}

/* Datepicker*/
#el .datepicker--years, #er .datepicker--years {
    width: 100%;
}
#el .datepicker--months, #er .datepicker--months {
    width: 100%;
}
#el .datepicker, #er .datepicker {
    width: 100%;
    width: 100%;
    font-family: LatoMedium;
    color: #4c4c4c;
    border-radius: 5px;
}
#el .datepicker--nav, #er .datepicker--nav{
    border-bottom: 1px solid %e6e6e6;
    margin: 5px 10px 0 10px;
    padding: 0 0 5px 0;
}

#el .datepicker--day-name, #er .datepicker--day-name {
    color: #8C8C8C;
}
#el .-other-month-, #er .-other-month- {
    color: #CCCCCC;
}
#el .-selected-, #er .-selected- {
    background-color: #2462BB;
    border-radius: 5px;
}
#el .-current-, #er .-current- {
    color: #2462BB;
}

.datesInput {
    display: none;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/*authenticator*/
.trouble {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
    color: #133463;
    cursor: pointer;
}

.info-popup {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-container {
    width: 650px;
    padding: 40px;
    background-color: white;
    border: 1px solid var(--k-300);
    max-height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 10px;
}

.popup-headline {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    padding-bottom: 30px;
}

.popup-txt {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    padding-bottom: 15px;
}

.loginWithRecovery {
    margin: 15px;
    display: block;
    padding-bottom: 5px;
    font-family: "Kanit";
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #a6a6a6;
    position: unset;
}

.attributehidden {
    display: none;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: #495057;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .3rem .85rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}

.button-fit-content {
    width: fit-content;
}



/*CRD PAGE*/

.list-wrapper {
    padding-top: 30px;
    height: 500px;
    overflow: auto;
    position: relative;
}
.list-cont{
    padding: 0 30px 30px 30px;
}
.list-item-wrapper {
    padding: 24px;
    background-color: var(--k-100);
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    max-height: 600px;
    overflow-y: scroll;
}
.list-item-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.list-item-id-wrapper{
    /*width: 100%;*/
    display:flex;
}
.list-item-id {
    padding: 6px 16px 6px 16px;
    background-color: var(--k-300);
    align-self: flex-start;
}
.list-item-control-wrapper {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
}
.list-item-control-wrapper-qr {
    justify-content: center;
    align-items: center;
}
.list-item-body{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.list-item-body-row {
    display: flex;
    flex-direction: row;
    padding-top: 24px;
    border-top: 1px solid var(--k-200);
    column-gap: 36px;
}
.list-item-data{
    width: 100%;
}

    .list-item-empty{
        height:100%;
        width: 100%;

        display:none;
        flex-direction:column;
        gap: 32px;
        align-items:center;
        justify-content:center;
    }
        .list-item-empty p{
            font-size: 24px;
            color: var(--k-700);
            font-family: "LatoMedium";
        }

        .list-item-empty img{
            width: 240px;
        }

.input-as-h3 {
    font-size: 1.3125rem;
    color: var(--bs-heading-color);
    font-weight: 400;
    line-height: 1.2;
    font-family: "LatoMedium";
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    background-color: transparent;
    width: 100%;
}

.input-as-p {
    border: none;
    background-color: transparent;
    width: 100%;
}

.cdr-message-error {
    max-width: 1540px;
    margin: auto !important;
    color: #FC6A6A;
    padding-top: 50px;
    padding-left: 50px;
}

.user-status {
    display: flex;
    gap: 4px;
    padding: 0px 12px;
    align-items: center;
    justify-content: center;
}

    .user-status.pending {
        background-color: #f2f2f2;
        color: #6f6f6f;
    }

    .user-status.approved {
        background-color: #EEFFE8;
        color: #338814;
    }

.page-h-btn{
    display:flex;
    gap:16px;
    align-items:center;
}
.cdr-search {
    width: 300px;
    height: 36px;
    background-color: white;
    border: 0;
    border-radius: 5px;
    padding-left: 38px;
    background-image: url(../icons/search_icon.svg);
    background-position: 12px 10px;
    background-repeat: no-repeat;
    border: 2px solid var(--k-300);
}

    .cdr-search::placeholder {
        font-family: LatoMedium;
        font-size: 15px;
    }

.load_balanced {
    display: none;
}

.pt-0 {
    padding-top: 0px;
}


div:has(.report-device-popup){
    background-color:rgba(100, 100, 100, .8);
    z-index:5;
}
.report-device-popup {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding-block: 30px;
    width: 100%;
    max-width: 600px;
    & > .header{
        display:flex;
        justify-content:space-between;

        padding-inline:30px;
        padding-bottom:16px;
        font-size:1rem;
        color:var(--k-700);
    }

    & > .body{
        display:flex;
        flex-direction:column;
        gap:40px;

        max-height:500px;

        padding-block:30px;
        padding-inline:30px;
        border-top:1px solid var(--k-200);

        & > ul{
                  display:flex;
                  flex-direction:column;
                  row-gap:40px;
                  overflow:scroll;
                  padding-inline:30px;

              }

        & > ul > li{
            display:flex;
            flex-direction:column;
            row-gap:16px;
        }
        & > ul > li > div:nth-child(2){

            padding-left:20px;
        }
    }

    & > .submit-cont{
        padding-inline:30px;
        padding-top:30px;
        border-top:1px solid var(--k-200);

        & > div:nth-child(1){
            display:flex;
            gap:10px;

            & > label{
                         font-size:16px;
                         color:var(--k-700);
                         font-family:LatoRegular;
                     }
        }

        & > .button-cont{
            width:100%;
            display:flex;
            justify-content:end;
            gap:16px;
        }
    }

}

/*Success Message*/
.success-msg-container {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(100, 100, 100, .8);
    z-index: 5;
    display: none;
    justify-content: center;
    align-items: center;
}

.success-msg-wrapper {
    background-color: white;
    padding: 32px;
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    row-gap: 48px;
}

.success-msg-control {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--black-2);
}

.success-msg-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-img-text {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.success-img-text p {
    text-align: center;
}

.report-device-unlock {
    display: flex;
    gap: 10px;
}

.cdr-feedback {
    display: flex;
}

.cdr-feedback-msg {
    display: flex;
    align-items: center;
}
.confirm-wrapper {
    text-wrap: nowrap;
    padding: 4px 12px;
    gap: 4px;
    border: 1px solid var(--bs-black);
    align-self: stretch;
    display: flex;
    align-items: center;
}

