body{
    background: rgb(0,255,248);
    background: linear-gradient(13deg, rgba(0,255,248,1) 0%, rgba(251,164,249,1) 80%);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    color: black;
    display: flex;
    justify-content: center;
    
}

.TravelMap{
    text-align: center;
    margin-top: 5%;
}
.logo{
    width: 10%;
}

.div1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    margin-top: 5%;
}

.date{
    width: 170px;
}
.viloyat{
    width: 175px;
}

.manzil{
    width: 400px;
}


.div2{
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-top: 5%;
}


.button-19 {
    appearance: button;
    background-color: #1899D6;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: din-round,sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 20px;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 13px 16px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 150px;
  }
  
  .button-19:after {
    background-clip: padding-box;
    background-color: #1CB0F6;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    bottom: -4px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  
  .button-19,
  .button-19:focus {
    user-select: auto;
  }
  
  .button-19:hover:not(:disabled) {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
  }
  
  .button-19:disabled {
    cursor: auto;
  }
  
  .button-19:active {
    border-width: 4px 0 0;
    background: none;
  }

.hiden{
    display: none;
}
input{
    background-color: #ffffff63;
    border: none;
}
select{
    background-color: #ffffff63;
    border: none;
}
.file{
    width: 180px;
}
#inputFile::-webkit-file-upload-button {
    display: none;
  }
.btn-10{
    color: #FFFFFF;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
        .logo{
            width: 20%;
        }
        .manzil{
            width: 380px;
        }
    }
    @media screen and (max-width: 768px) {
        .logo{
            width: 20%;
        }
        .manzil{
            width: 370px;
        }

    }
    @media screen and (max-width: 500px) {
        .px500{
            width: 350px;
        }    
    }

    @media screen and (max-width: 430px) {
       .logo{
           width: 35%;
       }
    .px500{
        width: 300px;
    }
    }
    @media screen and (max-width: 425px) {
        .logo{
            width: 30%;
        }
    }
    @media screen and (max-width: 380px) {
        .date{
            width: 175px;
        }
        .viloyat{
            width: 180px;
        }
        .px500{
            width: 200px;
        }
    }
    @media screen and (max-width: 375px) {
            .logo{
                width: 30%;
            }
    }
    @media screen and (max-width: 320px) {
    .logo{
        width: 35%;
    }
}