.step-btn-save {
    width: 100px;
    border-radius: 30px;
    border: none;
    background: #1BB566;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.btn-next {
    padding: 9.6px !important;
}

.btn-back {
    color: #00d5e1;
    background-color: white;
    border: 1px solid #11CCDD;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    height: 36px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-back:hover {
    background-color: rgba(0, 213, 225, 0.1);
    color: #00d5e1;
}

.btn-next {
    background-color: #11CCDD;
    color: white;
    border: none;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    height: 36px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-next:hover {
    background-color: #00b8c2;
}

.launch-card-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.launch-card-title button {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -1%;
    text-align: right;
    color: #229ED9;
    padding: 0;
    border: none;
    background: transparent;
}

.signatured-img img {
  object-fit: contain;
  width: 100%;
}

.signature-container input, .signature-container input::placeholder {
    font-size: 12px !important;
}

.signature-container .custom-black-checkbox {
    min-width: 23px !important;
    min-height: 23px !important;
}

.signature-container  .custom-black-checkbox:checked::after {
    top: calc(50% - 6.5px) !important;
    left: calc(50% - 2.5px) !important;
}

.signature-container .confirm-signature-container label{
    /* font-size: 14px; */
    color: #5d5d5d;
}

@media(max-width: 767px) {
    ._order-summary {
        width: 100%;
    }
}
