body {
  font-family: 'Nunito', sans-serif;
  color: #333438;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  width: 100%;
  height: 100vh;
}
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  display: block;
}
.registration-steps {
  position: relative;
}
#splash-screen {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: flex;
  justify-content: center;
}

.splash-spinner {
	animation: rotate 2s linear infinite;
	width: 50px;
	height: 50px;
}
.splash-spinner .path {
	stroke: #32c15b;
	stroke-linecap: round;
	animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
	100% {
	  transform: rotate(360deg);
	}
}

@keyframes dash {
	0% {
	  stroke-dasharray: 1, 150;
	  stroke-dashoffset: 0;
	}
	50% {
	  stroke-dasharray: 90, 150;
	  stroke-dashoffset: -35;
	}
	100% {
	  stroke-dasharray: 90, 150;
	  stroke-dashoffset: -124;
	}
}
body .loader.show-spin {
	background: #d4d4d4d4;
}


a {
  color: #f9cd4a;
  text-decoration: none;
}
a:hover {
  color: #ffc107;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
ul {
  padding: 0;
  margin: 0;
}
h3 {
  font-size: 24px;
  line-height: 32px;
}
.vertical-line {
  display: block;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #ededed;
}
span.divider {
  width: auto;
  margin: auto;
  display: block;
  text-align: center;
  position: relative;
}
span.divider::before,
span.divider::after {
  content: "";
  position: absolute;
  top: 10px;
  width: calc(50% - 14px);
  height: 1px;
  background: #E8EAED;
}
span.divider::before {
  left: 0;
}
span.divider::after {
  right: 0;
}

.login-page-wrapper {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #303E50 0%, #437F8E 100%);
}
.login-area {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.middle-content {
  background: #FFFFFF;
  border-radius: 15px;
  margin: auto;
}
.small-screen .middle-content {
  max-width: 440px;
  /*height: 725px;*/
  overflow: hidden;
  padding-right: 1.5rem !important;
}
.logo {
  width: 164px;
  margin-bottom: 1.5rem !important;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.trending-question {
  border: 2px solid #278740;
  border-radius: 10px;
}
.trending-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
}
.question-title {
  font-size: 18px;
  line-height: 25px;
  color: #278740;
}
.knowledge-tree {
  width: 275px;
  margin: auto;
}
.login-form-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.social-login {
  display: block;
  width: 100%;
  margin-top: 15px;
  font-weight: 600;
  color: #333438;
  border: 2px solid #E8EAED;
  border-radius: 5px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.social-login:hover {
  color: initial;
  background-color: #E8EAED;
}
.social-login .social-icon-text {
  width: calc(100% - 42px);
  display: inline-block;
  vertical-align: middle;
}
.social-login img{
  display: inline-block;
  padding: 5px;
  border-right: 2px solid #E8EAED;
}

/*************** User registration steps ********/
.block {
  border: 2px solid #E8EAED;
  border-radius: 10px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.type.block:hover {
  box-shadow: 4px 4px 4px #CCE1E4;
}
.type-selection input[type=radio]:checked + label {
  border-color: #F3A83B;
}
.type-selection-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.type > * {
  width: 47%;
}
.type-heading {
  line-height: 26px;
}
.registration-steps .steps ul {
  display: none;
}
.step-counter {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #E8EAED;
}
.step-counter .counter {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F3A83B;
  -webkit-transition: width ease .3s;
  transition: width ease .3s;
}
.registration-steps .actions ul {
  display: none;
  flex-direction: column;
  list-style: none;
  justify-content: center;
  align-items: center;
}
.step-trigger {
  row-gap: 10px
}

.step-trigger button:not(:last-child) {
  width: 270px;
  height: 37px;
  text-align: center;
  margin: auto;
  border: 2px solid #FEC26D;
  font-weight: 600;
  background-color: #FEC26D;
  color: white;
}
.step-trigger button:not(:last-child):hover{
    border: 2px solid #F3A83B;
    background-color: #F3A83B;
}

.uploader-wrapper {
  padding: 3px;
  border: 2px solid #E8EAED;
  border-radius: 10px;
}
.upload-trigger {
  position: relative;
  width: 132px;
  height: 132px;
  overflow: hidden;
  background: #E8EAED;
  border-radius: 10px;
}
.upload-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
label[data-image=true].upload-trigger .upload-icon {
  z-index: -1;
  opacity: 0;
  background: #3b65758c;
  color: white;
}
label[data-image=true].upload-trigger:hover .upload-icon {
  z-index: 2;
  opacity: 1;
}
.upload-icon span {
  line-height: 15px;
}
.photo-rules {
  width: calc(100% - 170px);
}

/*********** add expertise ******/
.topic-list-area {
  transition: all ease .3s;
}
.focus-out .topic-list-area {
  padding: 0 15px;
}
.expertise-wrap {
  padding: 0 10px 20px 10px;
  border: 2px solid transparent;
  border-radius: 5px;
}
.single-topic {
  padding: 5px;
  border: 1px solid #E8EAED;
  border-radius: 25px;
  cursor: pointer;
}
.selected-topic .single-topic {
  border-color: #6EE66D;
}
.selected-topic .single-topic .round-shape {
  background-color: #6EE66D;
}
.selected-topic .remove {
  color: #6EE66D;
}

.single-topic > * {
  display: inline-block;
  vertical-align: middle;
}
.single-topic .round-shape {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #C4C4C4;
}
.single-active{
    border-color: #6EE66D;
    color: #6EE66D;
}
.single-active .round-shape{
    background-color: #6EE66D !important;
}
.list-wrap {
  height: 200px;
  overflow-x: auto;
}
.list-wrap .single-topic{
    display: inline-block;
}

.list-wrap::-webkit-scrollbar {
  width: 3px;
}
.list-wrap::-webkit-scrollbar-track {
  background: #E8EAED;
}
.list-wrap::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 2px solid #437F8E;
}
.search-topic input {
  transition: none;
}
.focus-in .search-topic {
  padding: 0 10px;
}
.focus-in .search-topic input {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #E8EAED;;
}
.search-icon {
  position: absolute;
  top: 7px;
  right: 7px;
  color: #E8EAED;
  font-size: 17px;
  transition: all ease .3s;
  padding: 5px;
  cursor: pointer;
}
.focus-out .search-icon.fa-search {
  z-index: 1;
  opacity: 1;
}
.focus-out .search-icon.fa-times {
  z-index: -1;
  opacity: 0;
}
.focus-in .search-icon.fa-search {
  z-index: -1;
  opacity: 0;
}
.focus-in .search-icon.fa-times {
  font-size: 18px;
  z-index: 1;
  opacity: 1;
}

.focus-in .expertise-wrap {
  border-color: #E8EAED;
  transition: border-color .2s ease .3s;
}
/**************** Sign In form *************/
::-webkit-input-placeholder {
  font-size: 14px;
}
::-moz-input-placeholder {
  font-size: 14px;
}
::-o-input-placeholder {
  font-size: 14px;
}
.form-control {
  outline: none;
}
input.form-control:active,
input.form-control:focus {
  box-shadow: none;
}
label {
  cursor: pointer;
  font-weight: 600;
}

.validate-input input {
  border: 2px solid #E8EAED;
  border-radius: 5px;
}
.error-field input {
  border-color: #EA4335;
}
.error-field .error .text {
  color: #EA4335;
}
span#visibleSpan {
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 2;
  color: #b2b2b2;
  cursor: pointer;
}

input[type="checkbox"].round-checkbox {
  width: 17px;
  height: 17px;
  margin: 0;
  border: 2px solid #E8EAED;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-margin-start: 0;
  -webkit-margin-end: 3px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-radius: 50% !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all .3s ease .1s;
  transition: all .3s ease .1s;
}

input[type=checkbox].round-checkbox::before {
  content: "";
  position: absolute;
  width: 33px;
  height: 14px;
  top: -3px;
  left: 0;
  background-image: url(../images/checked-mark.svg);
  background-position: 10px 0px;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
input[type=checkbox].round-checkbox:checked {
  border-color: #6EE66D;
}
input[type=checkbox].round-checkbox:checked::before {
  z-index: 2;
  opacity: 1;
  background-position: 1px 0px;
}

input[type=checkbox].sage-check-box:focus {
  outline: none;
}
.submit-button {
  width: 100%;
  padding: 8px 20px;
  outline: 0;
  border: 0;
  color: white;
  text-align: center;
  margin: 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  background: #FEC26D;
  border-radius: 5px;
}
button:focus,
button.btn:focus  {
  box-shadow: none;
}
.submit-button:hover{
    background: #F3A83B;
}
button:focus {
  outline: none;
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

/********** Sweat alert *******/
.swal2-popup .swal2-title {
  font-size: 1.5em;
}
.swal2-popup .swal2-actions {
  margin: .3em auto 0;
}

/********** Fix step wizard height ********/
@media (min-height: 970px) {
}
@media (max-height: 790px) {
}
@media (max-height: 650px) {
  .small-screen .middle-content {
    height: 100%;
    overflow: visible;
  }

}
@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
  .middle-content {
    width: 380px;
  }
}
@media (max-width: 420px) {
  .login-area {
    width: 100%;
    height: 100%;
    display: block;
  }
  .middle-content {
    width: 100%;
    height: 100%;
    padding: 30px 15px 10px !important;
    border-radius: 0;
    overflow: visible;
    box-shadow: none !important;
  }
  .small-screen .middle-content {
    width: 100%;
    height: 100%;
  }
  .login-area h4 {
    font-size: 16px;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .login-area h4 {
    font-size: 18px;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .middle-content {
    width: 840px;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

