/* Custom font import - Start */
@font-face {
  font-family: Raleway;
  src: url("../font/Raleway-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: Raleway;
  src: url("../font/Raleway-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Raleway;
  src: url("../font/Raleway-Bold.ttf");
  font-weight: 600;
}

/* Custom font import - End */
/* General override for elements - Start */
* {
  margin: 0;
  padding: 0;
  outline: none !important;
  font-family: Raleway;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none !important;
}

input, textarea, select {
  font-family: Raleway !important;
}

/* General override for elements - End */
/* General Mobile CSS - Start */
body {
  width: 100vw;
  background: #ffffff;
  position: relative;
}

/* General Mobile CSS - End */
/* General Tablet CSS - Start */
@media (min-width: 768px) and (max-width: 1023px) {
  @-webkit-keyframes spinner {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
}

/* General Tablet CSS - End */
/* General Desktop CSS - Start */
@media (min-width: 1024px) {
  body {
    width: 100%;
  }
  .modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 41.5px;
    left: 0;
    z-index: 5;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.95);
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal .modal_w {
    width: 850px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: auto;
  }
  .modal .modal_w .information {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .modal .modal_w .information img {
    width: 75%;
    height: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .modal .modal_w .information .information_c {
    width: 23%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal .modal_w .information .information_c h2 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .modal .modal_w .information .information_c h3 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
  }
  .modal .modal_w .information .information_c p {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    margin-bottom: 10px;
  }
  .modal .modal_w .information .information_c p:last-child {
    margin-bottom: 0;
  }
  .modal .modal_w .information .information_c .warning {
    color: #ffa7a7;
  }
  .modal .modal_w .information .information_c .divisor {
    width: 100%;
    height: 1px;
    background: rgba(150, 150, 150, 0.5);
    margin: 10px auto 5px auto;
  }
  .modal .modal_w .controls {
    width: 100%;
  }
  .modal .modal_w .controls i {
    cursor: pointer;
    font-size: 28px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .modal .modal_w .controls i:first-child {
    left: -30px;
  }
  .modal .modal_w .controls i:last-child {
    right: -30px !important;
  }
  .modal .modal_w .controls #modalClose {
    width: 30px;
    height: 30px;
    top: -26px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 100px;
  }
  @-webkit-keyframes spinner {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
}

/* General Desktop CSS - End */
