html, body {
    font-family: 'Quicksand', sans-serif;
    background: #ffffff;
    font-size: 18px;
    color: #283d3b;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/*
@import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@500&display=swap');
font-family: 'Smooch Sans', sans-serif;
*/

.material-symbols-sharp {
    font-variation-settings:      
    'FILL' 0,
    'wght' 700,
    'GRAD' 0,
    'opsz' 48
}

ul {
    list-style-type: none;
    padding: 0 1.5rem 0 1rem;
    line-height: 3rem;
}

li {
    white-space: nowrap;
}

i1 {
   transform: translateX(-5px);
}

i2 {
    transform: translateX(0px);
}

i3 {
    transform: translateX(-10px) translateY(-5px);
}
 
h1 {
    font-size: 1.8rem;
}

h4 {
    margin: 0;
    font-size: 20px;
    font-size: 1.0rem;
}

cred {
    color: red;
    font-weight:bolder;
}

a {
    text-decoration: none;
}

.dropdown-menu {
    background: rgba(80, 157, 245, 0.4);
    max-height: 700px;
    overflow-y: auto;
}

#map {
    margin: 0;
    width: 100%;
    height: 100%;
}

.CitySeeker, .MapType, .MapType2, .CsopModi, .LatModi, .Statics, .LefTab, .infoView, .Params, .TownList, .KiemKozmu, .userPanel {
    padding: 0.5rem 0.5rem;
    font: 14px/18px 'Quicksand', Arial, Helvetica, sans-serif;
    background: rgba(80, 157, 245, 0.4);
    background: rgba(150, 193, 241, 0.6);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px rgba(18, 22, 250, 0.2);

    background: white;
    background: rgba(241, 241, 241, 0.8);

    border-radius: 8px;
    width: 280px;
    height: auto;
    color: #777;
    color: rgb(45, 42, 243);
    color: rgb(10, 6, 255);
    transform: translateX(0px);
    transition: transform 350ms ease-in-out;
}

.leftCloser {
    overflow: hidden;
    width: 305px;
    height: 12px;
    transform: translateX(-300px);
    transition: transform 250ms ease-in-out;
}

.leftCloser2 {
    overflow: hidden;
    width: 305px;
    height: 10px;
    transform: translateX(-306px);
    transition: transform 250ms ease-in-out;
}

.rightCloser {
    overflow: hidden;
    transform: translateX(+320px); 
    transition: transform 250ms ease-in-out;
}

#kontener {
    margin-top: 0.35rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#kontener2 {
    margin-top: 0.25rem;
}

.zoomAll {
    font: 14px/18px 'Quicksand', Arial, Helvetica, sans-serif;
    background: rgba(80, 157, 245, 0.4);
    background: rgba(128, 181, 241, 0.6);
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px rgba(18, 22, 250, 0.2);
    border-radius: 2px;
/*    
    transform: translateX(-44px) translateY(-118px);
*/    
}

select {
    background: rgba(255, 255, 255, 0.5);
    background: rgba(51, 103, 245, 0.2);
    width: 234px;
    height: 30px;
    font: 14px/20px 'Quicksand', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: rgb(24, 78, 255);
    color: rgb(52, 10, 240);
    border-radius: 5px;
    border: 1px solid #1c97f3;
}

.selectCity {
    width: 280px;
}

select:hover {
    outline: 2px solid #1f07f7;
}

input {
    background: rgba(80, 157, 245, 0.1);
    width: 228px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #1c97f3;
    font: 14px/20px 'Quicksand', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    transform: translateY(-2px);
}

input:hover {
    outline: 2px solid #1f07f7;;
}


button {
    align-items: center;
    text-align: center;
    padding: 0px;
    height: 30px;
    border-radius: 5px;
    background-color: rgb(199, 235, 255);
    color:rgba(39, 39, 39, 0.753);
    cursor: pointer;
    transition: 0.25s;
    font-size: 14px;
}

button:hover {
    background-color: rgb(1, 48, 255);
    color:rgb(250, 250, 250);
    transform: scale(1.25);
    transition: 0.25s;
}

#b_disable {
    visibility: hidden;
}

.btnonoff {
    align-items: center;
    width: 48px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.25s;
}

.btnonoff2 {
    align-items: center;
    width: 32px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.25s;
}

.btnonoff, .btnonoff2:hover {
    letter-spacing: 1.5px;
    transition: 0.25s;
}

.btnOn {
    background-color: rgb(252, 56, 30);
    color:rgb(250, 250, 250);
    font-weight: bold;
    letter-spacing: 1.5px;
    transition: 0.25s;
    transform: scale(1.15);
}

.btn1 {
    width: 42px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.25s;
    font-size: 14px;
}

.btn1:hover {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 4px;
    transition: 0.25s;
    transform: scale(1.2);
}

.btn2 {
    align-items: center;
    width: 90px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.25s;
    font-size: 14px;
}

.btn2:hover {
    font-weight: bold;
    transition: 0.25s;
    letter-spacing: 1.5px;
}

.btn3 {
    align-items: center;
    width: 60px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.25s;
    font-size: 14px;
}

.btn3:hover {
    font-weight: bold;
    transition: 0.25s;
    letter-spacing: 1.5px;
}

.btn4 {
    align-items: center;
    width: 48px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.25s;
    font-size: 14px;
}

.btn4:hover {
    font-weight: bold;
    transition: 0.25s;
    letter-spacing: 1.5px;
}

.btn5 {
    align-items: center;
    width: 130px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.25s;
    font-size: 14px;
}

.btn5:hover {
    font-weight: bold;
    transition: 0.25s;
    letter-spacing: 1.5px;
}

.btn6 {
    font-family: 'Smooch Sans', sans-serif;
    align-items: center;
/*    
    color: black;
*/    
    width: 78px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.25s;
    font-size: 18px;
    margin-top: 4px;
}

.btn6:hover {
    font-weight: bold;
/*    
    transform: scaleY(1.25) scaleX(1.1);
*/    
    color: white;
    transition: 0.25s;
    letter-spacing: 0.5px;
}

.btn7 {
    align-items: center;
    width: 80px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.25s;
    font-size: 14px;
}

.btn7:hover {
    font-weight: bold;
/*    
    transform: scaleY(1.25) scaleX(1.1);
*/    
    transition: 0.25s;
    letter-spacing: 1px;
}

.btnClose {
    position: absolute;
    left: calc(100% - 32px);
    top: 1px;
    margin: 0px;
    padding-left: 6px;
    z-index: 1;

    align-content: top;
    text-align: top;
    vertical-align: top;

    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: rgb(199, 235, 255);
    color:rgba(39, 39, 39, 0.753);
    cursor: pointer;
    transition: 0.25s;
    letter-spacing: 0px;
    font-size: 12px;
    transform: scale(0.8);
}

.btnClose:hover {
    background-color: rgb(241, 38, 2);
    background-color: rgba(20, 156, 2, 0.699);
    color:rgb(253, 253, 253);
    font-size: 12px;
    font-weight: bold;
    transform: scale(1.05) rotate(360deg);
    transition: 0.25s;
}

.btnClose2 {
    position: absolute;
    left: calc(100% - 24px);
    top: 4px;
    margin: 0px;
    padding-left: 6px;
    z-index: 1;

    align-content: top;
    text-align: top;
    vertical-align: top;

    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: rgb(199, 235, 255);
    color:rgba(39, 39, 39, 0.753);
    cursor: pointer;
    transition: 0.25s;
    letter-spacing: 0px;
    font-size: 12px;
}

.btnClose2:hover {
    background-color: rgb(241, 38, 2);
    color:rgb(253, 253, 253);
    font-size: 12px;
    font-weight: bold;
    transform: scale(1.3) rotate(360deg);
    transition: 0.25s;
}

.btnMap {
    align-items: center;
    text-align: center;
    width: 24px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.25s;
    font-size: 12px;
}

.btnMap:hover {
    font-weight: bold;
    transform: scale(1.4);
    transition: 0.25s;
}

.btnMap.btnOn {
    transform: scale(1.25);
    transition: 0.25s;
}

.buttonZoom {
    align-content: center;
    text-align: center;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin: 0px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 0px;
    background-color: white;
    color: black;
    cursor: pointer;
    font-size: 16px;
/*    
    transform: translate(43px, 118px);
*/    
    transition: 0s;
}

.buttonZoom:hover {
    background-color: rgb(240, 240, 240);
    color:black;
    font-weight: bold;
    font-size: 24px;
    transform: scale(1);
    transition: 0.25s;
}


.modal {
    display: none;
    position: fixed;
    z-index: 9998;
    padding-top: 100px;
    padding-bottom: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    height: calc(100% - 50px);
    overflow: auto; 
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 2px solid black;
    width: 80%;
}

.modal-close {
    position: relative;
    z-index: 9999;
    top: 0px;
    left: calc(100% - 10px);
    left: 10px;
    color: #aaaaaa;
    float: right;
    font-size: 64px;
    font-weight: bold;
    transform: translateY(-40px);
}

.modal-close:hover,
.modal-close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
    transform: translateY(-40px);
    transform: scale(1.25) rotate(180deg) translateY(26px) translateX(-0px);
    transition: 0.25s;
}

.btnX {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.25s;
    font-size: 16px;
    margin-top: 0px;
/*
    margin-left: 200px;
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
*/
}

.btnX:hover {
    font-weight: bold;
    transition: 0.25s;
    letter-spacing: 1.5px;
/*
    align-items: center;
*/    
    transform: scale(1.2);
    background-color: rgb(252, 56, 30);
    color:rgb(250, 250, 250);
}

.modal-btn {
    width: 100%;
    height: 40px;
    position: relative;
    text-align: center;
}
    

c0 {
    color: rgb(82, 81, 81);
}

c1 {
    color: rgb(233, 67, 67);
}

c2 {
    color: rgb(33, 109, 250);
}

c3 {
    color: rgb(29, 179, 10);
    font-weight: bold;
}