


/* MODALS (Bootstrap) */
/* ================================================== */

/*.modal-content {*/
/*    -webkit-border-radius: 0;*/
/*    -moz-border-radius: 0;*/
/*    border-radius: 0;*/

/*    background: #ebebec;*/
/*}*/
/*.modal-content.form-shadow-wrap {*/
/*    border: 2px solid #000;*/
/*}*/
/*.form-modal .modal-header {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    border: none;*/
/*}*/
/*.form-modal .modal-header .col:first-child {*/
/*    pointer-events: none;*/
/*}*/
/*.form-modal .modal-header .modal-title {*/
/*    display: none;*/
/*}*/
/*.form-modal h2,*/
/*.form-modal h3 {*/
/*    color: #FF4800;*/
/*    font-size: 42px;*/
/*}*/

body.modal-open {
    padding: 0!important;
    height: 100vh!important;
    overflow: hidden!important;
}

