/* This file is reserved for overriding and extending the template styles. */
* {
    margin: 0;
    padding: 0;
}
.title {
    font-size: 20px;
    padding: 10px;
    font-weight: bold;
    color: black;
}
.title-select{
    font-size: 15px;
    margin-right: 10px;
    /* width: 30%; */
    /* height: 4vh; */
    padding: 5px 20px;
    border-radius: 10px;
}
.title-input {
    width: 100px;
    height: 5vh;
    font-size: 18px;
    padding-left: 5px;
    border-radius: 10px;
}
.title-input1 {
    width: 390px;
    height: 5vh;
    font-size: 18px;
    padding-left: 5px;
    border-radius: 10px;
}
.dropdown1 {
    width: 110px;
    border-radius: 10px;
}
.table-input-border {
    border-bottom: none;
    border-right: none;
    border-top: none; 
}
.table-header {
    border-right: none;
    border-left: none;
    font-weight: bolder;
    font-size: 15px;
    color: black;
}
@media only screen and (max-width: 1285px) {
    .frame-mobile {
        width: 100%;
    }
}

@media only screen and (max-width: 425px) {
    .title-input1 {
        width: 100px;
        text-align: start;
        /* margin-right: 10%; */
    }
    .table-res {
        display: none;
    }
} 

@media only screen and (max-width: 500px) {
    .ReactPlayer {
        width: 100% !important;
        
    }
} 


input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}