/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


#loader {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
}
.loader {
  background: rgba(0, 0, 0, 0.5);
  /* background: radial-gradient(#222, #ccc8); */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
.loader-inner {
  bottom: 0;
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.loader-line-wrap {
  -webkit-animation: spin 2s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation: spin 2s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  box-sizing: border-box;
  height: 50px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 100px;
}
.loader-line {
  border: 4px solid transparent;
  border-radius: 100%;
  box-sizing: border-box;
  height: 100px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.loader-line-wrap:nth-child(1) {
  -webkit-animation-delay: -50ms;
  animation-delay: -50ms;
}
.loader-line-wrap:nth-child(2) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.loader-line-wrap:nth-child(3) {
  -webkit-animation-delay: -150ms;
  animation-delay: -150ms;
}
.loader-line-wrap:nth-child(4) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.loader-line-wrap:nth-child(5) {
  -webkit-animation-delay: -250ms;
  animation-delay: -250ms;
}
.loader-line-wrap:nth-child(1) .loader-line {
  border-color: #ea4747;
  height: 90px;
  width: 90px;
  top: 7px;
}
.loader-line-wrap:nth-child(2) .loader-line {
  border-color: #eaea47;
  height: 76px;
  width: 76px;
  top: 14px;
}
.loader-line-wrap:nth-child(3) .loader-line {
  border-color: #47ea47;
  height: 62px;
  width: 62px;
  top: 21px;
}
.loader-line-wrap:nth-child(4) .loader-line {
  border-color: #47eaea;
  height: 48px;
  width: 48px;
  top: 28px;
}
.loader-line-wrap:nth-child(5) .loader-line {
  border-color: #4747ea;
  height: 34px;
  width: 34px;
  top: 35px;
}

/* ------------------------------------ */
.text-shadow-1 {
	text-shadow: 1px 1px 0px #000;
}

.text-shadow-2 {
	text-shadow: 2px 2px 0px #000;
}

.text-shadow-w-1 {
	text-shadow: 1px 1px 0px 1px #fff;
}

.text-shadow-w-2 {
	text-shadow: 2px 2px 0px 1px #fff;
}

/* ------------------------------------ */

@-webkit-keyframes spin {
  0%,
  15% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0%,
  15% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.text-center {
  text-align: center;
}
.b {
  font-family: Arial, serif;
  font-weight: 700;
}
.wrapper {
  width: 80%;
  max-width: 1250px;
  margin: 0 auto;
}
.section {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-box {
  width: 95%;
  max-width: 290px;
  margin: 0 auto;
}
.section-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.section-loading__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8px;
  background-color: #cddbf5;
  border-radius: 50px;
  overflow: hidden;
}
.section-loading__inner-block {
  width: 0;
  height: 100%;
  background-color: #5286ed;
}
.section-loading__text {
  text-align: center;
  padding-top: 15px;
}
.section-content {
  position: static;
  width: 100%;
  z-index: 0;
}
.section-content__title {
  font-size: 22px;
  font-weight: 600;
}
.section-content__info {
  max-width: 405px;
  margin: 0 auto;
  padding: 30px 0 50px;
  line-height: 1.3;
}
.section-content__btn {
  display: inline-block;
  min-width: 155px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  background-color: #5286ed;
  border-radius: 3px;
  padding: 10px 13px;
  margin: 15px 0;
}
.section-content__btn:hover {
  background-color: #416cc3;
}
.section-content__link {
  color: #9e9e9e;
}
.section-content__link:hover {
  color: #6c6b6b;
}
.section-content-wrapper {
  position: relative;
}
.MAIN {
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  position: fixed;
  background: #f5f5f5;
}
#section_loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#section_two {
  display: none;
}
.open-two-section #section_loader {
  display: none;
}
.open-two-section #section_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grey {
  background: #ccc;
}

.img-cropped {
  object-fit: cover;
  object-position: top center;
}
.img-w64{
  width: 64px;
  height: 64px;
}
.img-w64-hno{
  width: 64px;
  height: auto;
}
.img-w128-hno{
  width: 128px;
  height: auto;
}
.img-border{
  border: 2px solid rgba(51, 153, 255, 0.5);
  border-radius: 10px;
}

@media screen and (max-width: 920px) {
    .ontop_menu_wrap {
        position: relative;
        width: 100%;
        overflow:auto
    }

    .ontop_menu_area {
        position: relative;
        width:950px
    }

    .hand_touch {
        position: absolute;
        z-index: 10;
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -20px;
        margin-top: -20px;
        background: url(../../app-assets/images/img/touch_rl.gif) no-repeat center;
        background-size: 100% 100%;
		border-radius: 50%;
		border: 2px solid #fff;
        opacity: .8;
		box-shadow:1px 1px 5px rgba(0, 0, 0, .8);
		background-color: rgba(200, 200, 200, .8);
    }
}

.was-validated select.select2:invalid + .select2.select2-container.select2-container--default span.select2-selection, select.select2.is-invalid + .select2.select2-container.select2-container--default span.select2-selection {
  border-color: #fa5c7c;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fa5c7c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fa5c7c' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated select.select2:invalid + .select2.select2-container.select2-container--default .select2-selection__arrow, select.select2.is-invalid + .select2.select2-container.select2-container--default .select2-selection__arrow {
  right: 25px!important;
}
.was-validated select.select2:valid + .select2.select2-container.select2-container--default span.select2-selection, select.select2.is-valid + .select2.select2-container.select2-container--default span.select2-selection {
  border-color: #0acf97;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230acf97' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated select.select2:valid + .select2.select2-container.select2-container--default .select2-selection__arrow, select.select2.is-valid + .select2.select2-container.select2-container--default .select2-selection__arrow {
  right: 25px!important;
}

.form-group .show_password,.show_password_input {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f5050;
  height: 32px;
  font-size: 20px;
  position: absolute;
  right: 18px;
  top: 27px;
  width: 32px;
  opacity: 0.8;
  
}

