﻿#step2 fieldset:disabled .form-check {
    background-color: #e9ecef;
    opacity: 0.5;
}

.Packing-modal-dialog {
    margin: 2rem auto;
}

#step2 fieldset:disabled {
    position: relative;
}

.MailDont {
    font-size: 20px;
    color: red;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#step2 {
    display: none;
}
.width100{
    width: 100%;
}

