.wrapper-modal {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 5% 0px 0px 0px; }

@media only screen and (min-width: 1248px) {
  .wrapper-modal {
    padding: 5%; } }

#formContent {
  border-radius: 10px 10px 10px 10px;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3); }

#formContent .text-login-title {
  font-size: 2.4em;
  font-weight: 600; }

#formContent ::-webkit-input-placeholder {
  color: #222; }

#formContent ::-moz-placeholder {
  color: #222; }

#formContent :-ms-input-placeholder {
  color: #222; }

#formContent ::-ms-input-placeholder {
  color: #222; }

#formContent ::placeholder {
  color: #222; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.fadeIn.two {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.col-gallery-img.active .img-thumbnail {
  border: dashed 2px #7366ff;
  background: rgba(115, 102, 255, 0.1);
}

.fake-dropzone {
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border: 2px dashed #7366ff !important;
  border-radius: 15px;
  -o-border-image: none;
  border-image: none;
  background: rgba(115, 102, 255, 0.1);
  box-sizing: border-box;
  min-height: 150px;
  position: relative;
  cursor: pointer; }

.fake-dropzone i {
  font-size: 50px;
  color: #7366ff; }

@media only screen and (min-width: 1248px) {
  .image-gallery-size {
	height: 220px;
	}
}

.onhover-show-div {
  right: 0;
  left: auto !important;
}

.onhover-dropdown:hover .onhover-show-div:before {
  left: auto !important;
  right: 10px;
}

.onhover-dropdown:hover .onhover-show-div:after {
  left: auto !important;
  right: 10px;
}

.page-main-header .main-header-right .nav-right .profile-dropdown {
  width: 200px;
}

.tooltip {
  font-family: 'Kanit', sans-serif;
}

@media (min-width: 770px) {
  .tooltip-inner {
    white-space:nowrap;
    max-width:none;
  }
}
