@media screen and (max-width:1199px) {
  .cm-modal .modal-content {
    background-color: #f5f9fc!important;
    width: 100%!important;
    height: auto!important;
    border-radius: 16px 16px 0 0;
    bottom: 0;
    position: fixed;
    border: none
  }
  .cm-modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px!important;
    border-bottom: none
  }
  .cm-modal .modal-header .btn-close {
    width: 18px;
    height: 18px
  }
  .cm-modal .modal-title {
    font-weight: 400!important;
    font-size: 22px!important;
    line-height: 127%;
    letter-spacing: -.01em;
    color: #333349
  }
  .cm-modal .modal-body {
    background-color: #f5f9fc;
    padding-top: 5px;
    padding-bottom: 5px
  }
  .cm-modal .modal-footer {
    border-top: none;
    padding-top: 8px;
    padding-bottom: 8px
  }
  .cm-modal .modal-footer .btn-primary-tran {
    color: #fff;
    background-color: #1382c6
  }
  .cm-modal .modal-footer .btn-secondary-tran {
    color: #000;
    background-color: #e1eaf2
  }
}
/*# sourceMappingURL=cm-modal.css.map */
