/**
  * Custom CSS
  */

.uppercase {
  text-transform: uppercase;
}

/* captcha */

.captcha-modal {
  width: 326px;
  height: 300px;
}

.captcha-modal .card {
  border-radius: 8px;
  height: 300px;
}

.captcha-modal .card .card-header{
  min-height: 50px;
  padding: 10px 25px;
}

.captcha-modal .refreshIcon {
  top: -55px;
}

.captcha-modal .slider:hover {
  background: #6777ef;
  color: #ffffff;
}

/* wizard app */

.wizard-apps { 
  display: flex;
  margin: 0 -10px;
  margin-bottom: 60px;
}

.wizard-apps .wizard-app {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  border-radius: 5px;
  border: none;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  /*flex-grow: 1;*/
  /*flex-basis: 0;*/
  margin: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  transition: .4s;
}

.wizard-apps .wizard-app a {
  text-decoration: none;
}

.wizard-apps .wizard-app.primary {
  background-image: linear-gradient(#6777ef,#6777ef);
  background-size: 0 100%;
  border-left: 5px solid #6777ef;
  color: #6777ef;
}

.wizard-apps .wizard-app.primary:hover {
  background-size: 100% 100%;
  color: #fff;
}

.wizard-apps .wizard-app.primary:hover a{
  color: #fff;
}

.wizard-apps .wizard-app.primary a {
  color: #6777ef;
}

.wizard-apps .wizard-app.primary a:hover {
  color: #fff;
  text-decoration: none;
}

.wizard-apps .wizard-app.secondary {
  background-image: linear-gradient(#cdd3d8,#cdd3d8);
  background-size: 0 100%;
  border-left: 5px solid #cdd3d8;
  color: #cdd3d8;
}

.wizard-apps .wizard-app.secondary:hover a{
  color: #fff;
}

.wizard-apps .wizard-app.secondary a {
  color: #cdd3d8;
}

.wizard-apps .wizard-app.secondary:hover {
  background-size: 100% 100%;
  color: #fff;
}

.wizard-apps .wizard-app.success {
  background-image: linear-gradient(#47c363,#47c363);
  background-size: 0 100%;
  border-left: 5px solid #47c363;
  color: #47c363;
}

.wizard-apps .wizard-app.success:hover a{
  color: #fff;
}

.wizard-apps .wizard-app.success a {
  color: #47c363;
}

.wizard-apps .wizard-app.success a:hover {
  color: #fff;
  text-decoration: none;
}

.wizard-apps .wizard-app.success:hover {
  background-size: 100% 100%;
  color: #fff;
}
/* */
.wizard-apps .wizard-app.warning {
  background-image: linear-gradient(#ffa426,#ffa426);
  background-size: 0 100%;
  border-left: 5px solid #ffa426;
  color: #ffa426;
}

.wizard-apps .wizard-app.warning:hover a{
  color: #fff;
}

.wizard-apps .wizard-app.warning a {
  color: #ffa426;
}

.wizard-apps .wizard-app.warning a:hover {
  color: #fff;
  text-decoration: none;
}

.wizard-apps .wizard-app.warning:hover {
  background-size: 100% 100%;
  color: #fff;
}
/* */
.wizard-apps .wizard-app.danger {
  background-image: linear-gradient(#fc544b,#fc544b);
  background-size: 0 100%;
  border-left: 5px solid #fc544b;
  color: #fc544b;
}

.wizard-apps .wizard-app.danger:hover a{
  color: #fff;
}

.wizard-apps .wizard-app.danger a {
  color: #fc544b;
}

.wizard-apps .wizard-app.danger a:hover {
  color: #fff;
  text-decoration: none;
}

.wizard-apps .wizard-app.danger:hover {
  background-size: 100% 100%;
  color: #fff;
}

.wizard-apps .wizard-app.info {
  background-image: linear-gradient(#3abaf4,#3abaf4);
  background-size: 0 100%;
  border-left: 5px solid #3abaf4;
  color: #3abaf4;
}

.wizard-apps .wizard-app.info:hover {
  background-size: 100% 100%;
  color: #fff;
}
.wizard-apps .wizard-app.info:hover a{
  color: #fff;
}

.wizard-apps .wizard-app.info a {
  color: #3abaf4;
}

.wizard-apps .wizard-app.info a:hover {
  color: #fff;
  text-decoration: none;
}

.wizard-apps .wizard-app .wizard-app-icon .fas, 
.wizard-apps .wizard-app .wizard-app-icon .far, 
.wizard-apps .wizard-app .wizard-app-icon .fab, 
.wizard-apps .wizard-app .wizard-app-icon .fal, 
.wizard-apps .wizard-app .wizard-app-icon .ion {
  font-size: 34px;
  margin-bottom: 15px;
}

.wizard-app {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  border-radius: 5px;
  border: none;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  /*flex-grow: 1;*/
  /*flex-basis: 0;*/
  margin: 0 10px;
  cursor: pointer;
  background-repeat: no-repeat;
  transition: .4s;
}

.wizard-webs { 
  display: flex;
  margin: 0 -10px;
  margin-bottom: 60px;
}

.wizard-webs .wizard-web {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  background-color: #fff !important;
  border-radius: 5px;
  border: none;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  padding: 15px;
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 10px;
  cursor: pointer;
  background-repeat: no-repeat;
  transition: .4s;
}

.wizard-webs .wizard-web .wizard-web-icon .fas, 
.wizard-webs .wizard-web .wizard-web-icon .far, 
.wizard-webs .wizard-web .wizard-web-icon .fab, 
.wizard-webs .wizard-web .wizard-web-icon .fal, 
.wizard-webs .wizard-web .wizard-web-icon .ion {
  font-size: 24px;
  margin-bottom: 10px;
}

.wizard-webs .wizard-web.warning {
  background: linear-gradient(#ffa426 0 0) left / var(--p,0) no-repeat;
  transition: .4s,background-position 0s;
  border-right: 5px solid #ffa426;
  color: #ffa426;
}

.wizard-webs .wizard-web.warning:hover {
  --p: 100%;
  background-position: right;
  color: #fff;
}

.wizard-webs .wizard-web.danger {
  background: linear-gradient(#fc544b 0 0) left / var(--p,0) no-repeat;
  transition: .4s,background-position 0s;
  border-right: 5px solid #fc544b;
  color: #fc544b;
}

.wizard-webs .wizard-web.danger:hover {
  --p: 100%;
  background-position: right;
  color: #fff;
}

/* wishlist link */
.wishlist {
    text-decoration: none;
    color: #fc544b;
}

/* card summary skeleton */
.skeleton {
    background: #e2e2e2;
    background: linear-gradient(to right, #e2e2e2 25%, #d5d5d5 50%, #e2e2e2 100%);
    animation: shine 1s ease infinite;
    border-radius: 5px;
}

.card.card-statistic-1 .card-body.skeleton {
    margin-top: 5px;
    margin-left: 105px;
    width: 25%;
    height: 23px;
    color: transparent;
    text-align: left;
}

@keyframes shine {
	to {
		background-position: right -40px top 0;
	}
}

/* loading */
.loading {
  position: relative;
  
  .bar {
    background-color: #E7E7E7;
    height: 14px;
    border-radius: 7px;
    width: 80%;
  }

  &:after {
      position: absolute;
      transform: translateY(-50%);
      top: 50%;
      left: 0;
      content: "";
      display: block;
      width: 100%;
      height: 24px;
      background-image: linear-gradient( 100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 80% );
      background-size: 200px 24px;
      background-position: -100px 0;
      background-repeat: no-repeat;
      animation: loading 1s infinite;
  }
}

@keyframes loading {
  40% {
      background-position:
          100% 0;
  }
  100% {
      background-position:
          100% 0;
  }
}

.card .card-header .form-control {
  border-radius:.25rem;
}

/* select 2 invalid */
.is-invalid .select2-selection,
.needs-validation~span>.select2-dropdown {
    border-color: #fc544b !important;
}

/* summernot invalid */
.note-editor.note-frame.is-invalid{
  border-color: #fc544b !important;
  margin-bottom: 0;
}