﻿body {
    background-image: url('../images/whatsapp image 2024-01-20 at 11.55.06_737dabed.jpg');
}


.font-16 {
    font-size:16px;
}
#logout1 {
    text-decoration: none;
    color: #4F985F;
    transition: color 0.3s;
}

    #logout1:hover {
        color: #276738;
    }

.sweet-alert p {
    font-size: 17px !important;
}

.sweet-alert h2,
.sweet-alert p,
.sweet-alert button.cancel,
.sweet-alert .sa-confirm-button-container {
    font-family: NikoshBAN !important;
}
 
@@media (max-width: 768px) {
    .mainHeader {
        height: auto !important;
    }
}

.awsm-dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.awd-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 44px 24px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.awd-message {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #333;
}

.btn {
    padding: 8px 20px;
    margin: 0 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.awd-ok {
    background-color: #4F985F;
    color: white;
}

    .awd-ok:hover {
        background-color: #3d7a4a;
    }

.awd-cancel {
    background-color: #dc3545;
    color: white;
}

    .awd-cancel:hover {
        background-color: #bb2d3b;
    }

.animated {
    animation: bounceIn 0.3s ease-out;
}

.hover_white:hover{
    color:white !important;
}
/* @@keyframes bounceIn {
            0% {
                opacity: 0;
                transform: scale(0.3);
            }
            50% {
                opacity: 0.9;
                transform: scale(1.1);
            }
            80% {
                opacity: 1;
                transform: scale(0.89);
            }
            100% {
                opacity: 1;
                transform: scale(1);
            }
        }*/
/*start map tools css */
/*.leaflet-top {
    left: 0px !important;
    right: unset !important;
    top: 64px !important;
    flex-direction: column;
}

.leaflet-left {
    left: 0px !important;
    right: unset !important;
    top: 0 !important;
    flex-direction: row;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: none !important;
}

.leaflet-control-layers-base label span {
    display: flex;
    font-size: 10px;
}*/

@@media (max-width: 989px) { /* Less than 990px */
    .mobileLogout {
        display: block; /* Show the div */
    }

    .largLogout {
        display: none;
    }
}

@@media (min-width: 990px) { /* 990px and above */
    .mobileLogout {
        display: none; /* Hide the div */
    }

    .largLogout {
        display: block;
    }
}

/*end map tools css */
