.AllFromCreate{
    display: grid;
    grid-template-columns: 60% 40%;
    margin: auto;
    width: 95%;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    background: #F6F6F6;
    border: 1px solid #cccccc;
    overflow: hidden;
}

.AllFromCreate form{
    padding: 0 30px;
}

.LEftImageForCreateRequest{
    min-height: 600px;
    position: relative;
}

.LEftImageForCreateRequest img{
    position: sticky;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.LEftImageForCreateRequest1{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
}

.AllFromCreate .TopTitleForm{
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 1.2rem;
    color: #b94906;
    font-weight: 800;
    margin-bottom: 40px;
}

.AllFromCreate .FormBottomInput{
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
    padding:  0 20px;
}

.AllFromCreate .FormBottomInput .ChildFormBottomInput{
    margin-bottom: 30px;
}

.AllFromCreate .FormBottomInput .ChildFormBottomInput label{
    display: grid;
    grid-template-columns:  auto auto;
    justify-content: right;
    grid-gap: 10px;
    align-items: center;
}

.AllFromCreate .FormBottomInput .ChildFormBottomInput input{
    height: 45px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    width: 100%;
    background: white;
    text-align: right;
}

.AllFromCreate .FormBottomInput .ChildFormBottomInput input[type=file]{
    line-height: 20px;
    padding: 10px;
    text-align: right;
}

.AllFromCreate .FormBottomInput .ChildFormBottomInput select{
    height: 100%;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #cccccc;
    background: white;
}
.AllFromCreate .FormBottomInput .ChildFormBottomInput .SelectStyle{
    height: 45px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #cccccc;
    background: white;
}

.AllFromCreate .FormBottomInput .ChildFormBottomInput button{
    height: 45px;
    width: 150px;
    background: #f48847;
    border-radius: 5px;
    color: white;
    font-size: 1rem;
    font-weight: 500;
}

.DivGEtDataContentStop{
    margin: auto;
    width: 50%;
    height: 60px;
    background: rgb(43, 149, 93);
    margin-top: 40px;
    border-radius: 5px;
    line-height: 55px;
    padding: 0 20px;
    color: white;
    text-align: center;
}

.SendWarrantyContent{
    display: grid;
    grid-template-columns: 55% 40%;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    width: 95%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.saveChildSendWarrantyContent{
    margin: auto;
    height: 230px;
    background: #2b2d42;
    border-radius: 10px;
    padding: 20px;
}

.saveChildSendWarrantyContent button{
    height: 40px;
    width: 100px;
    border-radius: 30px;
    background: white;
    margin-top: 20px;
}

.saveChildSendWarrantyContentTwo{
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
}

.saveChildSendWarrantyContent h1{
    text-align: center;
    font-size: 1.2rem;
    color: white;
}

.saveChildSendWarrantyContentS{
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
}

.saveChildSendWarrantyContentS input{
    height: 40px;
    text-align: right;
    border-radius: 5px;
    background: white;
}

.saveChildSendWarrantyContentS label{
    text-align: right;
    color: white;
}

.saveChildSendWarrantyContentS input[type=file]{
    line-height: 20px;
    padding: 8px;
}

.saveChildSendWarrantyContent2{
    margin: auto;
    width: 40%;
    background: #2b2d42;
    height: 50px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 48px;
    border-radius: 30px;
}

.saveChildSendWarrantyContent2 a{
    color: #ffffff;
}