// .serviceItem {
//     display: flex;
//     justify-content: space-between;
//     align-items: left;
//     margin-bottom: 10px;
// }

.serviceName {
    text-align: left;
    margin-left: 10px;
}

.serviccNumInput {
    width: 70%;
}

.textAreaWide {
    width: 50%;
    margin-left: 15px;
}

// .datePickerLeft {
//     margin-top: 10px;
// }

.datePicker {
    position: relative;
    width: 100%;
}

.TermsSigine {
    background-color: #f7c5c5;
}
.TermsSigineText {
    padding: 10px;
}
.enableService {
    align-self: right;
    text-align: right;
    color: #175ca9;
    right: 0;
    cursor: pointer;
    position: relative;
}

// // .totalbox {
// //     margin-top: 20px;
// //     margin-bottom: 20px;
// // }

// // .serviceSwitch {
// //     margin-top: 20px !important;
// //     margin-bottom: 20px !important;
// // }

.right_alignButtonIcon {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.controlItemWidth {
    width: 100%;
}
