.modalContainer { padding: 0 30px; } .closeModalBtn { position: absolute; top: 15px; right: 20px; } .mandate > * { margin-top: 15px; } .modalTitle { font-size: 28px; font-weight: 600; padding: 10px 0; } .footerConstainer { display: flex; flex-direction: row; justify-content: flex-end; .footerBtn { height: 50px; width: 125px; font-size: 26px; border: 0; color: #5697e4; background-color: #e5effa; } } .footerConstainer > * { margin-left: 10px; } .relatedOrder { margin-bottom: 20px; background-color: #e5effa; border-radius: 8px; display: flex; align-items: center; padding: 15px; .leftInfo { width: 80%; } .leftInfo > * { padding: 5px; } .rightButton { flex: auto; color: #5697e4; font-size: 28px; text-align: center; display: flex; justify-content: center; align-items: center; } } .taskCheckBox { padding: 10px; } .taskCheckItem { font-size: 20px; padding: 10px; } .fontS20 { font-size: 20px; } .fontS22 { font-size: 22px; } .fontS24 { font-size: 24px; } .fontS26 { font-size: 26px; } .fontS28 { font-size: 28px; } .fontS30 { font-size: 30px; }