#dvComplianceDeposit {
  .sizeBodyModal {
    padding-bottom: 7px !important;
  }
  .sizeModalTitle {
    padding: 0.5rem 1rem;
  }
  .alertBottom {
    margin-bottom: 8px !important;
  }
  .btnBottom {
    margin-bottom: 14px !important;
  }
  .margin-top-body {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  .subTittleDetail {
    margin-bottom: 8px;
  }
  .titleModal {
    color: #5e5e5e;
    font-weight: 600;
  }
}

.modal-compliance-common-xs {
  min-width: 30% !important;

  & .modal-content {
    border: 1px solid #5e5e5e;
    margin-left: 0px;
    width: 100% !important;
  }

  & .modal-footer {
    align-items: center;
    justify-content: center;
    display: block;
    text-align: center;
    padding: 0.5rem 1rem;
  }

  @keyframes modal-open {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  .modal.open {
    display: block;
    animation: modal-open 0.5s ease-in-out;
  }
}

.modal-compliance-common-lg {
  min-width: 96% !important;
  top: -20px;

  & .modal-content {
    border: 1px solid #5e5e5e;
    margin-left: 0px;
    width: 100% !important;
  }

  & .modal-footer {
    align-items: center;
    justify-content: center;
    display: block;
    text-align: center;
    padding: 0.5rem 1rem;
  }
  & .modal-header .close {
    margin: -10px -1rem -1rem auto !important;
  }

  #navItems {
    margin-bottom: 20px;
  }

  .nav-link.active {
    font-weight: 600;
  }

  .selectActive {
    background-color: #cfcccc !important;
  }
  .nextStatus {
    color: rgb(243, 100, 33);
    line-height: 42px;
    .icon {
      margin-left: 5px;
      font-size: 20px;
      position: absolute;
      margin-top: 15px;
    }
    .label {
      line-height: 1px;
    }
  }

  .span {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.modal-compliance-common-md {
  min-width: 60% !important;
  & .modal-content {
    border: 1px solid #5e5e5e;
    margin-left: 0px;
    width: 100% !important;
  }

  & .modal-footer {
    align-items: center;
    justify-content: center;
    display: block;
    text-align: center;
    padding: 0.5rem 1rem;
  }
  .minPhotoSize {
    width: 100% !important;
    cursor: pointer;
    object-fit: contain;
    max-height: 700px;
    min-height: 700px;
  }
  .modal-content {
    border: 2px solid;
    resize: both;
    overflow: auto;
    width: inherit;
    height: inherit;
  }

  .span {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  @keyframes modal-open {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  .modal.open {
    display: block;
    animation: modal-open 0.5s ease-in-out;
  }
}
