body {
    margin: 0;
    padding: 0;
    display: block;
}
/*BACKGROUND STYLES*/
.background_color{
    background-color: #e8e8e8;
    border: 0;
    width: available;
}

.background_color2{
    background-color: #49afe4;
    color: white;
    border: 0;
    width: available;
}

.background_gradient{
    background: -webkit-linear-gradient(30deg, rgb(230, 255, 255) 12%, rgb(255, 255, 255) 77%);
    border: 0;
    color: #49afe4;
    width: available;
    box-shadow: 0 4px 30px rgb(231, 253, 253);
}

/*TEXT STYLES*/
.grad_text {
    background: -webkit-linear-gradient(30deg, rgba(144,223,50,1) 12%, rgba(73,175,228,1) 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    overflow-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: manual;
}

.text_gray{
    color: hsl(0, 0%, 40%);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
}

.text_blue{
    color: #49afe4;
}

/*BUTTON STYLES*/
.btn_color1{
    background: #90df32 !important;
    border: transparent;
    color: white !important;
}

.btn_color2{
    background: #49afe4 !important;
    border: solid 2px #a6cee5;
    color: white !important;
}

.btn_color2:hover{
    background: white !important;
    border: solid 2px #49afe4;
    color: #49afe4 !important;
}

.btn_color3{
    background: white !important;
    border: transparent;
    color: #49afe4 !important;
}

.btn_color4{
    background: white !important;
    border: solid black;
    color: #49afe4 !important;
}

.btn_outline2{
    background-color: transparent  !important;
    border: 3px solid #49afe4 !important;
    color: #49afe4 !important;
}

.btn_outline1{
    background-color: transparent  !important;
    border: 3px solid #90df32 !important;
    color: #90df32 !important;
}

/*MISC STYLES*/
.circle2 {
    background: #49afe4;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}

.hide {
    display: none;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border-radius: 10px;
    background-color: #49afe4;

}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 10px;
    color: white;
}

/* Create an active/current tablink class */
.tab button.active {
    color: white;
    background-color: #5cc4f8;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 0;
    border-top: none;
}

/*Map stuff*/
.OSM {
    width: available;
    margin: 0;
    padding: 0;

    font-family: Arial, serif;
    text-justify: inter-word;
}

.InnerOSM {
    text-align: center;
}

#map {
    height: 550px;
    width: 100%;
}

.leaflet-control-coordinates {
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    cursor: pointer;
    padding: 2px 5px;
}

.sidebar {
    background-color: white;
    padding: 5px 15px;
    marign: 5px 5px;
    color: black;
}

.leaflet-control-coordinates.hidden {
    display: none;
}

.leaflet-control-coordinates-lng {
    padding-left: 5px;
}

/*RADIO BUTTONS*/
.rad-label {
    display: flex;
    align-items: center;

    border-radius: 100px;
    padding: 14px 16px;
    margin: 10px 0;

    cursor: pointer;
    transition: .3s;
}

.rad-label:hover,
.rad-label:focus-within {
    background: hsla(0, 0%, 80%, .14);
}

.rad-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

.rad-design {
    width: 22px;
    height: 22px;
    border-radius: 100px;

    background: linear-gradient(to right bottom, hsl(87, 73%, 54%), hsl(225, 97%, 62%));

    position: relative;
}

.rad-design::before {
    content: '';

    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;

    background: hsl(0, 0%, 90%);
    transform: scale(1.1);
    transition: .3s;
}

.rad-input:checked+.rad-design::before {
    transform: scale(0);
}

.rad-text {
    color: hsl(0, 0%, 60%);
    margin-left: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;

    transition: .3s;
}

.rad-input:checked~.rad-text {
    color: hsl(0, 0%, 40%);
}

.border_grad {
    border-image-source: linear-gradient(to right bottom, hsl(87, 73%, 54%), hsl(225, 97%, 62%));
    border-width: 2pt;
    border-image-slice: 1;
    border-radius: 10px;

}

/*FOOTER*/

.bg-grey {
    background: white;
}

.logo-footer {
    margin-bottom: 40px;
}

footer {
    color: white;
}

.btn-footer {
    color: white;

    text-decoration: none;
    border: 1px solid;
    border-radius: 43px;
    font-size: 13px;
    padding: 7px 30px;
    line-height: 47px;
}

.btn-footer:hover {

    text-decoration: none;

}

.form-footer input[type="text"] {
    border: none;
    border-radius: 16px 0 0 16px;
    outline: none;
    padding-left: 10px;

}

::placeholder {
    font-size: 10px;
    padding-left: 10px;
    font-style: italic;
}

.logo-part {
    border-right: 1px solid white;
    height: 100%;
}

.footer_bg{
    background-color: #90df32
}


.fetty{
    font-size: 3rem;
    text-align: center;
    color: #f5ffd3;
    height: 450px;
    font-weight: 700;
    text-shadow: 3px 3px 0 #90df32, 6px 6px 0 #49afe4;
}
@keyframes confetti-slow {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }
    100% {
        transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
    }
}
@keyframes confetti-medium {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }
    100% {
        transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
    }
}
@keyframes confetti-fast {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }
    100% {
        transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
    }
}
.confetti-container {
    perspective: 700px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.confetti {
    position: absolute;
    z-index: 1;
    top: -10px;
    border-radius: 0;
}
.confetti--animation-slow {
    animation: confetti-slow 2.25s linear 1 forwards;
}
.confetti--animation-medium {
    animation: confetti-medium 1.75s linear 1 forwards;
}
.confetti--animation-fast {
    animation: confetti-fast 1.25s linear 1 forwards;
}