.modal-alpha {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow-y: scroll;
}

.modal-alpha .default-modal {
  margin: auto;
  width: 100%;
}

.modal-alpha .default-modal .transparent {
  background-color: transparent !important;
}

.modal-alpha .default-modal h3 {
  font-size: 30px;
}

.modal-alpha .default-modal p {
  font-weight: bold;
}

.modal-alpha .default-modal .container {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  position: relative;
}

.modal-alpha .default-modal .container .close-this {
  position: absolute;
  right: 1%;
  top: 3%;
  z-index: 95;
  border: 0;
  background-color: transparent;
  width: 35px;
  height: 35px;
  background-image: url(../../admin/img/icons/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.modal-alpha .default-modal .container .close-this:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.modal-alpha .default-modal .container .box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background-color: #ffffff;
}

.modal-alpha .default-modal .container .card {
  position: relative;
}

.modal-alpha .default-modal .container .row .col-01 img {
  width: 100%;
}

.modal-alpha .default-modal .container .row .col-02 h2 {
  font-size: 40px;
}

.modal-alpha .default-modal .container .row .col-02 p {
  font-size: 16px;
  margin-bottom: 15px;
}

.modal-alpha .default-modal .container .row .item {
  -webkit-transition: all .5s;
  transition: all .5s;
  text-align: center;
}

@media (max-width: 767px) {
  .modal-alpha .default-modal .container .row .item {
    padding-bottom: 10%;
  }
}

.modal-alpha .default-modal .container .row .item:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  cursor: pointer;
}

.modal-alpha .default-modal .container .row .item img {
  width: 100%;
  margin-bottom: 12px;
}

.modal-alpha .default-modal .container .row .item h2 {
  font-size: 30px;
}

.modal-alpha .default-modal .container .row .item p {
  font-size: 16px;
}
/*# sourceMappingURL=modal.css.map */