* {
    font-family: consolas !important;
    scroll-behavior: smooth;
}

body {
    background-color: #d4d4d49c !important;
}

@keyframes scale-up-center {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#myJam {
    padding: 100px !important;
    text-align: center;
    width: 100%;
    vertical-align: middle;
    color: rgb(0, 0, 0);
    font-family: sans-serif;
    background: linear-gradient(-45deg, #e452ee, #e7c23c, #23a6d5, #23d5ab);
    background-size: 200% 200%;
    animation: gradient 20s ease infinite;
    height: fit-content;
    margin-bottom: 0 !important;
    padding: 100px !important;
}

.form-control {
    width: 300px !important;
    background-color: rgba(255, 255, 255, 0) !important;
    height: 50px !important;
    transition: 0.5s ease;
}

input {
    font-size: 20px !important;
    transition: 0.5s ease;
    color: black !important;
    outline: none !important;
    border: none !important;
    font-family: consolas;
}

.form-control::placeholder {
    color: rgba(1, 1, 1, 0.547) !important;
    font-family: consolas;
}

.form-control:focus {
    background-color: transparent !important;
    transition: 0.5s ease;
    border-bottom: 1px solid black !important;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.cta {
    position: relative;
    margin: auto;
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    outline: none !important;
}

.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #00000092;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #acacac;
}

.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #234567;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.cta:hover:before {
    width: 100%;
    background: #000000;
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active {
    transform: scale(0.95);
}

.City,
.Speed {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.temperature,
.discp,
.Humidity {
    color: rgb(0, 0, 0);
    font-size: medium;
}

.discp,
.Pressure {
    color: rgb(0, 0, 0);
    font-size: larger;
}

.Icon {
    height: 80px;
    width: auto;
}

.dataSet {
    display: none;
    margin: 0 !important;
    padding: 40px;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

.dataSet1 {
    background-color: #0000003c;
    height: 280px;
    border-right: 2px solid black;
    padding: 20px 20px 20px 20px;
    font-family: consolas;
}

.dataSet2 {
    background-color: #0000003c;
    height: 280px;
    border-left: 2px solid rgba(0, 234, 255, 0.353);
    padding: 20px 20px 20px 20px;
    font-family: consolas;
}

.Loader {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.table,
td,
th {
    border: 2px solid rgb(0, 0, 0) !important;
    padding: 10px !important;
    margin-top: 50px;
}

th {
    color: rgb(0, 0, 0) !important;
    font-weight: bold !important;
    background-color: rgb(161, 161, 161) !important;
}

.btn {
    transition: 0.5s ease !important;
}

.btn:hover {
    transform: scaleY(1.11);
}

.alert-danger {
    width: fit-content;
    text-align: center;
    vertical-align: middle !important;
    margin-top: 50px;
    margin-bottom: 50px !important;
    border: 1px solid rgb(77, 77, 77) !important;
    background-color: #c5c5c5aa !important;
    box-shadow: 0px 0px 5px rgb(89, 89, 89);
    color: red !important;
    -webkit-animation: alert 1s linear 0s 1 normal;
    -moz-animation: alert 1s linear 0s 1 normal;
    -ms-animation: alert 1s linear 0s 1 normal;
    animation: alert 1s linear 0s 1 normal;
}

@-webkit-keyframes alert {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    5% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    10% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    15% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    25% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    30% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    35% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    40% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    45% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes alert {
    0% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    5% {
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    10% {
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    15% {
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20% {
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    25% {
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    30% {
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    35% {
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    40% {
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    45% {
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    50% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.preloader1 {
    display: block;
    z-index: 3;
    transition: 0.5s ease;
    background-color: black;
    color: white;
    height: 100% !important;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: progress;
    overflow: hidden;
}

.overlay {
    z-index: 4;
    color: #23d5ab;
    position: absolute;
    top: 30%;
    left: 45%;
    background-color: transparent;
}

.loader {
    border: 10px solid transparent;
    border-radius: 50%;
    border-top: 16px solid #03fcca;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 0.5s linear infinite;
    /* Safari */
    animation: spin 0.5s linear infinite;
    margin-bottom: 30px !important;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.myLoad {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 5px solid transparent;
    border-top: 5px solid #000000;
    border-radius: 50%;
    animation: rotate 0.37s infinite linear;
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}