

/* Start Variables */
:root {
    --side-color: #20304f;
    --primary-button-color: #df1f29;
    --secondary-button-color: #8490a4;
    --white-color: #f0ffff;
    --secondary-color: #c30303;
    --background-color: #f2f5f7;
    --search-background-color: #f4f4f4d1;
}


/*Start KendoDropTree Styles */
.k-popup {
    max-width: 100vw;
    overflow-x: hidden;
}
/*End KendoDropTree Styles */
/*End Variables */


/* Start Login Page Styles */

.login-button {
    background-color: #0077B9 !important;
    color: var(--white-color) !important;
}

.login-box {
    border-radius: 5px;
    background-color: rgba(10, 43, 84, 0.8);
    color: var(--white-color);
    padding: 5px 60px 10px;
    width: 100%;
   
}



.account-pages p {
    color: var(--white-color) !important;
}
 .account-pages p:first-of-type {
        color: #e3e3e3 !important;
        font-size: 16px;
    }

/*.login-backg {
    background: url("/images/VIVA_LOGIN_BG.jpg") no-repeat center center fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
}*/


.login-backg {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1; /* Ensure content appears above the video */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Prevent scrollbars from appearing */
    margin: 0 -5%;
}


    .login-backg video {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensure the video covers the entire background */
        z-index: -1; /* Place video behind the content */
        pointer-events: none; /* Ensure video doesn't capture any mouse events */
    }

/* End Login Page Styles */


/* sidebar menuitem parent active */
#sidebar-menu .menuitem-active > a {
    color: var(--white-color);
}

/*Start Login Page design*/





/*End Login Page design*/






/* Start Error And Success Page Design */


.modal#statusSuccessModal .modal-content,
.modal#statusErrorsModal .modal-content {
    border-radius: 30px;
}

    .modal#statusSuccessModal .modal-content svg,
    .modal#statusErrorsModal .modal-content svg {
        width: 100px;
        display: block;
        margin: 0 auto;
    }

    .modal#statusSuccessModal .modal-content .path,
    .modal#statusErrorsModal .modal-content .path {
        stroke-dasharray: 1000;
        stroke-dashoffset: 0;
    }

        .modal#statusSuccessModal .modal-content .path.circle,
        .modal#statusErrorsModal .modal-content .path.circle {
            -webkit-animation: dash 0.9s ease-in-out;
            animation: dash 0.9s ease-in-out;
        }

        .modal#statusSuccessModal .modal-content .path.line,
        .modal#statusErrorsModal .modal-content .path.line {
            stroke-dashoffset: 1000;
            -webkit-animation: dash 0.95s 0.35s ease-in-out forwards;
            animation: dash 0.95s 0.35s ease-in-out forwards;
        }

        .modal#statusSuccessModal .modal-content .path.check,
        .modal#statusErrorsModal .modal-content .path.check {
            stroke-dashoffset: -100;
            -webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards;
            animation: dash-check 0.95s 0.35s ease-in-out forwards;
        }

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

.box00 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}



/* End Error And Success Page Design */


/* Start Overlay Design */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

/* End Overlay Design */


/* Start Context Menu For The Grid Design */
.k-grid-content {
    position: initial;
}

    .k-grid-content .dropdown-menu.show {
        top: auto !important;
        left: auto !important;
        overflow: hidden;
    }

/* End Context Menu For The Grid Design */



@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.k-grid-edit,
.k-grid-delete {
    padding: 3px 7px;
}
.k-btn-edit {
background-color: #20304f;
padding: 3px 7px;
color: white;
}



.k-grid-delete {
    color: white;
    background-color: #F05050;
}

.k-grid tr.k-alt {
    background-color: #f4f4f4d1;
}

.k-grid-pdf, .k-grid-excel {
    padding: 4px 18px !important;
}



.k-grid .k-grid-excel {
    color: green;
}

.k-grid .k-grid-pdf {
    color: darkred;
}

.k-grid .k-grid-excel .k-icon.k-i-file-excel, .k-grid .k-icon.k-i-file-pdf {
    width: 1.5em;
    height: 1.5em;
}

.k-i-file-excel, .k-i-file-pdf:before {
    font-size: 22px;
}

.margin-rig input[type="checkbox"] {
    margin-right: 140px;
}

.form-check-input-reverse {
    margin-left: 5px;
}

.form-check-label {
    margin-left: -20px;
}

#popup .form-control {
    width: 100%;
    box-sizing: border-box;
}

.k-treeview {
    font-size: 1.1rem;
}

#treeview .k-item:has(.k-group) > .k-top > .k-in,
#treeview .k-item:has(.k-group) > .k-mid > .k-in,
#treeview .k-item:has(.k-group) > .k-bot > .k-in {
    font-weight: bold;
    font-size: 1.2rem;
}


.disabled {
    opacity: 0.3;
    color: black;
    background-color: lightgray;
    border-radius: 3px;
}

#toast-container.toast-top-center {
    top: 12%;
    right: -40%;
    transform: translateY(-50%);
}

#toast-container.toast-center-center {
    top: 50%;
    right: 35%;
    transform: translateY(-50%);
}

    #toast-container.toast-center-center > .toast {
        width: 500px;
    }

.context-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f1f1f1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-family: Arial, sans-serif;
}

a {
    text-decoration: none;
}


.k-menu {
    font-size: 1rem;
}

.k-menu-link {
    font-size: 1rem;
    padding: 10px 10px;
    color: black;
}


.k-popup .k-item:hover {
    cursor: pointer;
    color: black;
}

.k-menu.k-context-menu .k-item > .k-link:hover {
    background-color: #eee;
    color: black;
}

.treeview-content {
    width: 100%;
    margin: 0 40%;
}

.text-end {
    text-align: right;
}

#cardCollpase4 {
    padding: 0px;
    height: 460px;
}

/*Pageable DropDown Size */
.k-pager-sizes .k-dropdown {
    width: auto;
}




#map-title {
    position: relative; /* Create a positioning context for #info-container */
}

#info-container {
    position: absolute;
    top: 1em; /* Position below the #map-title */
    left: 0; /* Align with the left edge of the #map-title */
    min-width: 18em; /* Adjust the width as needed */
    min-height: 12em; /* Adjust the width as needed */
    max-width: 31em;
    padding: 1%;
    display: grid;
    color: black;
    font-weight: bold;
}

#map {
    position: absolute;
    height: 70%;
    width: 180%;
    left: -1em;
    max-width: 80em;
    min-width: 65em;
    min-inline-size: 65em;
    min-block-size: 70em;
    min-height: 70em;
    max-height: 75em;
    transform: scaleY(-1);
}

#map-container {
    width: 80em;
    height: 100em;
    max-width: 150em;
    max-height: 100em;
}





.province {
    stroke: rgb(255, 73, 61);
    stroke-opacity: 1;
    stroke-width: 0.1;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: rgb(255, 73, 61);
    fill-opacity: 0.6;
    fill-rule: evenodd;
}

    .province:hover {
        stroke: rgb(255, 73, 61);
        stroke-opacity: 2;
        stroke-width: 0.3;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: rgb(255, 73, 61);
        fill-opacity: 0.8;
        fill-rule: evenodd;
    }

.map-text {
    font-size: 0.8px;
    fill: black;
    opacity: 0.5;
    font-weight: bold;
}

.notfound, .internalerror {
    height: 100vh;
    background-color: #00ACC1;
    position: relative;
    z-index: 100;
}

.h-100 {
    height: 100vh !important;
}

.bg-opacity-6 {
    --ct-bg-opacity: 0.6;
}

/*body.authentication-bg {
        background: none;
    }*/

.app-login-box .app-logo {
    margin-bottom: 3rem;
}

img.logo {
    width: 250px;
    height: 250px;
    margin-right: auto;
    margin-left: auto;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto
}

.slick-slider-sm .slick-slider {
    max-width: 450px
}

    .slick-slider-sm .slick-slider .slick-prev {
        left: -20px
    }

    .slick-slider-sm .slick-slider .slick-next {
        right: -20px
    }

.slick-slider-md .slick-slider {
    max-width: 650px;
    margin: 0 auto
}

.slick-slider-hover .slick-arrow {
    opacity: 0;
    background: #3f6ad8;
    color: #fff !important
}

.slick-slider-hover .slick-prev {
    left: -30px
}

.slick-slider-hover .slick-next {
    right: -30px
}

.slick-slider-hover:hover .slick-arrow {
    opacity: 1
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff slick-image-url(/lib/slick/ajax-loader.gif) center center no-repeat
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    cursor: pointer;
    color: #6c757d;
    top: 50%;
    transform: translate(0,-80%);
    padding: 0;
    border: none;
    outline: none;
    box-shadow: 0 .46875rem 2.1875rem rgba(4,9,20,.03),0 .9375rem 1.40625rem rgba(4,9,20,.03),0 .25rem .53125rem rgba(4,9,20,.05),0 .125rem .1875rem rgba(4,9,20,.03);
    transition: all .2s;
    font-family: pe-icon-7-stroke;
    font-family: "Font Awesome 5 Free";
    border-radius: 50px;
    background: #fff;
    z-index: 6;
    overflow: hidden
}

    .slick-prev::before, .slick-next::before {
        font-size: 35px;
        height: 40px;
        line-height: 40px;
        width: 40px;
        display: block
    }

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        outline: none;
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
        color: #3f6ad8
    }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: .25
    }

.slick-prev {
    left: 0
}

    .slick-prev:before {
        content: "\f106";
    }

.slick-next {
    right: 0
}

    .slick-next:before {
        content: "\f054";
    }

.slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: .75rem 0 0;
    width: 100%
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        padding: 0;
        margin: 0 5px;
        cursor: pointer;
        transform: scale(.8);
        transition: all .2s
    }

        .slick-dots li button {
            border: 0;
            background: 0 0;
            display: block;
            height: 14px;
            width: 14px;
            background: #3f6ad8;
            cursor: pointer;
            position: relative;
            border-radius: 20px;
            color: transparent
        }

            .slick-dots li button::before {
                content: '';
                position: absolute;
                background: #fff;
                left: 50%;
                top: 50%;
                margin: -4px 0 0 -4px;
                display: block;
                width: 8px;
                height: 8px;
                border-radius: 20px
            }

        .slick-dots li.slick-active {
            transform: scale(1.2)
        }

.slick-center {
    transform: scale(1.1)
}

.slick-slider .slide-img-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: .8;
    z-index: 10
}

.slick-slider .slider-content {
    position: relative;
    z-index: 15;
    text-align: center;
    margin: 0 6rem
}

    .slick-slider .slider-content h3 {
        font-size: 1.75rem;
        font-weight: 400;
        margin-bottom: 1.5rem
    }

    .slick-slider .slider-content p {
        font-size: 1rem;
        opacity: .7
    }

.slider-light .slick-dots {
    position: absolute;
    bottom: 10px
}

    .slider-light .slick-dots li button {
        background: rgba(255,255,255,.25)
    }

.slider-light .slick-prev, .slider-light .slick-next {
    background: 0 0;
    color: #fff;
    box-shadow: 0 0 0 0 transparent
}

    .slider-light .slick-prev:hover, .slider-light .slick-next:hover {
        background: rgba(255,255,255,.15)
    }

.slider-light .slick-next {
    right: 15px
}

.slider-light .slick-prev {
    left: 15px
}

.slider-light .slider-content {
    color: #fff
}

.page-title-box .page-title {
    line-height: 55px;
}



#sidebar-menu > ul > li > a,
#sidebar-menu > ul > li > a:active,
#sidebar-menu > ul > li > a:focus,
#sidebar-menu > ul > li > a:hover,
.nav-second-level li a:hover {
    color: #fff;
}

#sidebar-menu .menuitem-active .active {
    color: #ffffff;
}

.left-side-menu > .h-100 {
    height: calc(100vh - 70px) !important;
}

.nav-second-level li a {
    color: #cedce4;
}

body[data-leftbar-size=condensed] .left-side-menu .nav-second-level li a {
    color: #6c757d !important;
}


.content-page {
    padding: 0 15px 65px 15px;
    background-color: var(--background-color);
}

.k-grid, .k-grid .k-grid-content, .k-grid .k-grid-toolbar, .k-grid .k-toolbar > :last-child, .k-grid .k-grid-content-locked {
    position: initial;
}

    .k-grid .k-grid-content .dropdown-menu.show, .k-grid .k-grid-content-locked .dropdown-menu.show {
        top: auto !important;
        left: auto !important;
        overflow: hidden;
    }

    .k-grid .k-grid-toolbar .dropdown-menu.show {
        top: 60px !important;
        left: auto !important;
        overflow: hidden;
    }



.k-grid-header-locked, .k-grid-content-locked {
    border: 0;
}

.k-grid .k-grid-header-locked th, .k-grid .k-grid-content-locked td {
    border-left-width: 0px;
}

.js-map {
    cursor: pointer;
}

.modal-background {
    position: absolute;
    top: 0.05em;
    left: 25%;
    width: 300em;
    height: 100%;
    background-image: url('/images/fviva.svg');
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: 1;
    pointer-events: none; /* Disable mouse events on the background */
}

/* Center the image within the background */
.modal-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    /* Style the image within the background */
    .modal-image img {
        width: 10em; /* Adjust the width as needed */
        height: 10em; /* Adjust the height as needed */
        object-fit: contain; /* Preserve aspect ratio and fit within the container */
    }

.k-master-row.k-state-selected {
    background: #CDE6F7;
}

.k-alt.k-master-row.k-state-selected {
    background: #CDE6F7;
}

.image-container {
    position: relative;
    display: inline-block;
}

.profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
    transition: filter 0.3s ease; /* Add transition for smooth hover effect */
}

.edit-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease; /* Add transition for smooth hover effect */
}

.image-container:hover .edit-icon {
    filter: brightness(0.8); /* Apply darkness to both image and icon when hovered */
}

.edit-icon i {
    color: #333333; /* Change the color of the pen icon */
    font-size: 15px;
}





/* Add some styling for fullscreen mode */



/* Start Full screen Styles */


.h-600 {
    height: 600px;
}

.k-grid.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% /*!important*/;
    z-index: 5000;
}

    .k-grid.fullscreen .k-grid-content,
    .k-grid.fullscreen .k-grid-content-locked,
    .k-grid.fullscreen .k-auto-scrollable {
        height: 100% /*!important*/;
    }

    .k-grid.fullscreen .k-auto-scrollable {
        width: auto /*!important*/;
    }

    .k-grid.fullscreen .k-grid-content {
        height: 100%;
    }

    .k-grid.fullscreen .k-pager-wrap {
        position: fixed;
        bottom: 0;
        width: 100%;
    }


/* End Full Screen Styles */



.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}






.k-fullscreen .grid-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.chart-container {
    position: relative;
    display: grid;
    gap: 20px;
}

.apexcharts-legend-series {
    display: flex;
    align-items: center;
}
/*the markers of the data piechart*/
.apexcharts-legend-marker {
    margin-right: 5px; /* Adjust the spacing between marker and text */
}
/*the container of the 3 circle Results charts*/
.circles-container {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    align-items: center; /* Center vertically */
}

/* the title if the 3 charts*/
.chart-title {
    grid-column: 1; /* Span all 4 columns */
    justify-self: center; /* Center the content horizontally within the grid cell */
}

@font-face {
    font-family: 'Firelli Black';
    src: url('../fonts/FontsFree-Net-Firelli-Black.ttf') format('woff2'), url('../fonts/FontsFree-Net-Firelli-Black.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

.chart-title h2 {
    font-weight: bold;
    font-family: 'Firelli Black', sans-serif;
    line-height: 1.4;
    margin-left: 10px;
}

#pieChart {
    position: absolute;
    top: 0;
    right: 0; /* Set right to 0 instead of left to position it at the right */
    min-width: 500px; /* You can adjust the width as needed */
    height: auto;
}

.circles-container, .chart-title, #chart1, #chart2, #chart3, #chart4, #chart5 {
    width: 100%; /* Set width to 100% by default */
}
/*info map container*/
#info-map-container {
    position: absolute;
    top: 1em; /* Position below the #map-title */
    left: 0; /* Align with the left edge of the #map-title */
    min-width: 18em; /* Adjust the width as needed */
    min-height: 12em; /* Adjust the width as needed */
    background-color: #f2f2f2;
    max-width: 25em;
    padding: 1%;
    display: grid;
    color: black;
    font-weight: bold;
}

.apexcharts-datalabels-group .apexcharts-datalabel-value {
    font-size: large !important;
    font-family: Nunito,sans-serif;
    font-weight: bold;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.apexcharts-datalabels-group text {
    fill: initial !important;
    font-family: Nunito,sans-serif;
}


/*ToolBar Styles for grid */
.grid-communication .k-spacer {
    display: none;
}

.grid-communication .k-searchbox {
    flex: 1 1 0%;
    margin-right: 5px !important;
}

#toSelectDrop {
    position: initial;
}


@media screen and (min-width: 1504px) and (max-width: 1666px) {
    /* #map1 {
        position: absolute;
        height: 70%;
        width: 180%;
        left: -8em;
        max-width: 80em;
        min-width: 65em;
        min-inline-size: 65em;
        min-block-size: 70em;
        min-height: 70em;
        max-height: 75em;
        transform: scaleY(-1);
    }*/
    .info-map-container1 {
        position: absolute;
        top: 1em;
        left: 0;
        min-width: 11em;
        min-height: 15em;
        max-width: 20em;
        padding: 1%;
        display: inline;
        display: inline;
        color: black;
        font-weight: bold;
    }
}






.fixed-header {
    /*top: 70px;*/
    /* top:40px;
    position: fixed;*/
    width: auto;
    z-index: 1;
}

/*.fixed-row {
    top: 120px;
    position: fixed;
    width: auto;
    z-index: 1;
}*/
.k-auto-scrollable > table,
.k-grid-footer-wrap > table {
    width: 100% !important;
}

/*.customHeaderRowStyles td {*/
/*background: #bde0ed !important;
    background-image: none;*/
/*}*/

.k-grid.fullscreen .k-grid-content-locked,
.k-grid.fullscreen .k-grid-content-locked + .k-auto-scrollable {
    /*top: 113px;*/
}

.k-grid-footer-locked {
    border: none;
}

.k-grid-footer table td {
    padding-left: 0;
    padding-right: 0;
}


/*DropDownTree style*/

.k-dropdowntree {
    padding: 3.5px;
    background-color: white;
    border: 1px solid #ced4da;
}

#sidebar-menu .menuitem-active .active {
    color: #fff;
}

.k-grid .k-master-row td:first-child {
    overflow: visible;
}

/*********************************************************************************************/


/* Start Swiper Styles */
.swiper-slide img {
    height: 20vh;
    width: 100%;
    object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #FFF;
    font-size:16px;
    font-weight:bold;
}

.swiper-pagination-bullet {
    background-color: #FFF;
}

/* End Swiper Styles */