.form-control:focus,.form-select:focus {
    box-shadow: 0 0 0 3px #4169E1;
}

.form-head{
    margin: 40px 0 18px 0;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    color: #404040;
}
.form-select, .form-input{
    background-color: #F7F7F7;
    border-radius: 4px;
    border: none;
    padding: 15px 20px;

    font-family: 'Montserrat-regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #9D9D9D;
}
.form-btn{
    background-color: #4169E1;
    border-radius: 5px;
    border:none;
    padding: 15px 25px;

    font-family: 'Montserrat-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}
.form-btn:hover{
    background-color: #0b5ed7;
}
.form-table{
    margin: 40px 0 0 0;
}
.tip{
    padding: 15px 40px!important;
}
.form-table .tr-head, .form-table th{
    font-family: 'Montserrat-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #404040;
    border: none;
}
.form-table tr{
    border: 1px solid #D5D5D5;
}
.form-table td{
    border: none;
}
.table-sub-head{
    font-family: 'Montserrat-regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #4169E1;
}
.table-item{
    font-family: 'Montserrat-Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #404040;
}

.form-ul li{
    margin: 0 0 25px 0;
}

.upload{
    border: 1px dashed #A8A8A8;
    border-radius: 17px;
    overflow: hidden;
    padding: 20px;
}
.upload img{
    width: 25px;
    margin: 10px;
}
.upload h4{
    font-family: 'Montserrat-regular';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    text-align: center;

    color: #AFAFAF;
}
.ul-in{
    max-width: 200px;
    margin: 0 auto;
    position: relative;
    top:20px;
}
.upload input{
    position: relative;
    top: 0;
    transform: scale(100);
    opacity: 0;
}

.remind{
    display: flex;
    align-items: center;
}
.remind img{
    width: 36px;
    margin-right: 8px;
}
.remind p{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #AFAFAF;
}

/*rating*/
.rating div{
display: flex;
align-items: center;
justify-content: space-between;
}
.mood{
    padding: 20px;
}
.rating h4{
    font-family: 'Montserrat-regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #BEBEBE;
}
.star{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #404040;
    margin: 10px;


    border: 2px solid rgba(65, 105, 225, 0.29);
    border-radius: 5px;

    padding: 22px 50px;
    transition: 0.3s;
}
.star:hover{
    background-color: #cacaca;
    cursor: pointer;
}