.custom-slider-range{
    height: 12px !important;
    background: white !important;
    width: 75% !important;
}
.ram-slider{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
.ram-slider .pai-field-input{
    display: flex;
    align-items: center;
    width: 50%;
}
h4.pai-field-label{
    margin: 0;
}
.custom-slider-text{
    margin: 0 0 0 20px;
    color: white;
    font-weight: 500;
}
.pai-field{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}
.preinstalls-name .pai-field-input{
    width: 50%;
}
.preinstalls,.server-time-input,.server-id{
    padding: 0 20px;
    width: 100%;
    border: 1px solid white;
    border-radius: 0;
    color: white;
}
.server-time-label{
    display: block;
    padding: 10px 40px;
    background: white;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: black;
}
.server-time .pai-field-input{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 50%;
}
/* .server-time-input{
    display: none;
} */
.server-name-input{
    padding: 8px;
    font-size: 15px;
    width: 100%;
}
.server-name .pai-field-input{
    width: 50%;
}
.cpu-slider .pai-field-input{
    display: flex;
    align-items: center;
    width: 50%;
}
.backup-slider .pai-field-input{
    display: flex;
    align-items: center;
    width: 50%;
}
.create-server{
    width: 100%;
    border-radius: 0 !important;
    font-size: 20px !important;
}
.amount-pai-p{
    color: white;
    font-weight: 500;
    font-size: 25px;
    /* border: 2px dotted gray;
    padding: 5px 20px; */
    display: inline-block;
    margin-bottom: 10px;
}
.amount-cart{
    list-style: none;
    padding: 0;
    margin-bottom: 10px !important;
}
.amount-cart li{
    color: white;
    font-size: 20px;
}
.pai-create-wrap{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap:10%;
}
.pai-create-col1{
    width: 70%;
}
.pai-create-col2{
    width: 20%;
    border: 2px dotted white;
    padding: 15px;
}

.dedicated-port-input{
    width: 25px;
    height: 25px;
    cursor: pointer;
}

#update-remaining-time{
    font-size: 20px;
    color: white;
}