/* Move down content because we have a fixed navbar that is 3.5rem tall */
.header-navbar > a {
  font-size: 30px;
}

.header-navbar > a {
  font-size: 30px;
}

/*---------- Css for Stripe Element screen ZWT1032022----------*/

.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#loading-text {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(102, 102, 102);
    z-index: 30001;
    opacity: 0.8;
}

#loading-text > p {
    position: absolute;
    color: White;
    top: 50%;
    left: 45%;
}


/*---------- Css for login, Register, Reset-forgot password screen ----------*/

.full-width-section{
  padding: 100px 0;
  align-items: center;
  display: flex;
  background-image:url('../images/background-artwork.png');
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.form-wrapper{
    min-height: calc(100vh - 200px);
    align-items: center;
}
.form-col{
  margin-left: auto;
}
.form-card{
  padding: 42px 45px;
  border-radius: 6px;
  border:none;
  box-shadow: 1px 1px 9px 0px rgb(163, 163, 163, 19%);;
}
.form-card .fc-logo-wrap{
  max-width: 180px;
  margin: 0 auto 30px;
  color:#060606;
}
.form-card .fc-logo-wrap figcaption{
  font-size: 40px;
}
.form-card .fc-logo-wrap figcaption span{
  color: #D55C85;
}
.form-card .fc-title{
  margin: 0 0 30px 0;
}
.form-card .fc-title h1{
  margin-bottom: 5px;
  color:inherit;
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
}
.form-card .fc-title p{
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.form-card .form-group, .form-card .form-check{
  margin-bottom: 15px;
}
.form-control{
  border:1px solid #ADADAD;

}
.form-control:focus{
  box-shadow: none;
  border-color:#4D2D70;
}
.form-card a{
  color:#B16C89;
  text-decoration: underline;
}
.form-card .form-check-label{
  position: relative;
  color:#AAAAAC;
  font-size: 14px;
}
.form-card .fc-btn-wrap{
  display: flex;
  flex-direction: column;
}
.fc-btn-wrap .btn-primary{
  padding: 10px 30px;
  font-weight: 400;
  color: white;
  border-color: #4D2D70;
  background-color: #4D2D70;
}
.form-card .fc-btn-wrap .btn-primary:hover, .form-card .fc-btn-wrap .btn-primary:focus{
  background-color: rgba(77, 45, 112, .7);
  box-shadow: none;
}
.form-card .form-control::-webkit-input-placeholder { /* Edge */
  color: #adadad;
  font-size: 13px;
  font-weight: 400;
}
.form-control:-ms-input-placeholder { /* Internet Explorer */
  color: #adadad;
  font-size: 13px;
  font-weight: 400;
}
.form-control::placeholder {
  color: #adadad;
  font-size: 13px;
  font-weight: 400;
}
.form-check-input{
  opacity: 0;
  z-index: 1;
}
.fc-checkmark{
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  left: 0;
  top: 6px;
  bottom: 0;
  border-radius: 3px;
  border: 1px solid #B16C89;
  z-index: 0;
}
.fc-checkmark::after{
  content: "";
  position: absolute;
  display: none;
}
.fc-checkmark::after{
  left: 3px;
  top: 0px;
  width: 6px;
  height: 10px;
  border: solid #B16C89;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-card .form-check-input:checked ~ .fc-checkmark:after{
  display: block;
}


/*---------- Css for dashboard screen ----------*/

/* **** css for side navigation **** */
.dashboard .left{
  position: fixed;
  left:0;
  right:0;
  bottom:0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  width: 250px;
  padding: 20px;
  background-color: #4E2C70;
}
.dashboard .left .nav-brand{
  margin:0 auto;
  display: block;
}
.dashboard .left img{
  max-width: 120px;
}
.dashboard .left .nav-brand .nav-brand-text{
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
}
.dashboard .left .nav-brand figcaption span{
  font-weight: 300;
}
.left-nav .nav{
  list-style: none;
  padding-left: 0;
  flex-direction: column;
}
.left-nav .nav li{
  margin-bottom: 10px;
}
.left-nav .nav li a{
  display: block;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
}
.left-nav .nav li a i{
  display: inline-block;
  margin-right: 10px;
}
.left .copyrights{
  margin-bottom: 20px;
  color:white;
    opacity: 0.5;
}

/* **** css for right side of dashboard **** */

.dashboard .right{
  height: 100%;
  width: calc(100% - 250px);
  margin-left: 250px;
  background-color: #fcfcfc;
}

.right .navbar{
    padding: 30px;
    background-color: white;
    box-shadow: 1px 0px 15px -4px rgb(0, 0, 0, .14);;
}
.right .navbar .nav-item{
    padding: 0 15px;
}
.right .navbar .nav-item .nav-link{
    color:#000000;
    padding: 8px 15px;
}
.right .navbar .nav-item.active .nav-link{
  color: #fff;
  background-color:#4E2C70;
  border-radius: 5px;
}

/*--- css for right content -----*/
.dashboard .right-inner{
  padding: 30px;
  height: calc(100vh - 140px);
}
.dashboard .right-inner .ri-body{
  display: flex;
  flex-direction: column;
  padding-top:30px;
  padding-bottom: 120px;
}
.ri-title{
  border-bottom: 1px solid #dfdfdf;
}
.ri-title h2{
  font-size: 26px;
  color:black;
}
.ri-title p{
  font-size: 14px;
  color: #6a6a6a;
}


/* custom css for file uploading */
.file-upload {
  background-color: #ffffff;
  width: 100%;
  margin: 0;
  border-radius: 12px;
  /* padding: 20px; */
  border: 4px dashed #E8E8E8;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #E8E8E8;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {

  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  /*min-height: 356px;*/
}
.file-upload-content .video-title{
  color: #000;
}
.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.video-upload-wrap {
  position: relative;
  height:100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 4px dashed #E8E8E8; */
  border-radius: 12px;
}


.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text a{
  color:#5D99FB;
}

.drag-text h3 {
  font-weight: 100;
  color: #959595;
  padding: 60px 0;
}

.file-upload-video {
  max-height: 75%;
  max-width: 100%;
  margin: 0 auto ;
  padding: 20px;
}

.remove-video {
  width: 200px;
  margin: 0;
  color: #cd4535;
  background: transparent;
  border: none;
  padding: 10px;
  border-radius: 4px;
  transition: all .2s ease;
  outline: none;
}

.remove-image:hover {

  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}
/* css for progress bar */
.progressbar-wrapper{
  display: flex;
  align-items: center;
  max-width: 100%;
  flex-basis: 100%;
  margin-top: 40px;
}
.large-upload-icon{
  max-width: 75px;
}
.large-upload-icon img{
  width: 100%;
  height: 100%;
}
.upload-icon{
  max-width: 52px;
}
.upload-icon img{
  width: 100%;
  height: 100%;
}
.progressbar-container{
  width: 100%;
}
.file-title{
  font-size: 13px;
}


.upload-file-size{
  font-size: 11px;
  color:#828282;
}
.progress-number{
  color:#0977B9;
  font-size: 11px;
}

.progress {
    position:relative;
    width:100%;
    border: 1px solid #7F98B2;
    padding: 1px;
    border-radius: 3px;
    height: 24px;;
}
.bar {
    background-color: #1de91d;
    width:0%; height:50px;
    border-radius: 3px;
}
.percent {
    position:absolute;
    display:inline-block;
    top:3px;
    left:48%;
}

/* ------------------------  Responsive CSS  ------------------------ */
/* for landscape mode - tablets */
@media (max-width:992px){
  .dashboard .left{
    width:150px;
  }
  .dashboard .right{
    width: calc(100% - 150px);
    margin-left: 150px;
  }
  .dashboard .right-inner{
    padding: 15px;
  }
  /* .dashboard .right .navbar-nav{
    flex-direction: row;
  } */
  .dashboard .right .navbar-nav.collapse{
    display:none;
  }
  .right .navbar .nav-item{
    padding: 0px;
  }
  .dashboard .left .nav-brand .nav-brand-text{
    font-size: 24px;
  }
  .navbar-collapse{
    padding-top:30px;
  }
}


/* +++++ for tablet devices +++++*/
@media (max-width:768px){
  .form-col{
    margin: 0 auto;
  }
  .form-wrapper{
    min-height: calc(100vh - 100px);
  }
  .full-width-section{
    background-size: cover;
    padding: 50px 0;
  }
  .form-card .fc-logo-wrap figcaption{
    font-size: 30px;
  }
  .dashboard .right .navbar-nav{
    flex-direction: column;
  }
  .right .navbar{
    padding: 20px 20px 20px 20px;
  }
  .right .navbar > div{
    width: 100%;
  }
  .right .navbar .nav-item{
    display: block;
    width: 100%;
  }
  .right .navbar .nav-item .nav-link{
    padding: 5px 10px
  }
}

/* +++++ for mobile devices +++++*/
@media (max-width: 576px){
  .form-card{
    padding: 22px 25px;
  }
  .full-width-section{
    padding: 30px 0;
  }
  .form-wrapper{
    min-height: calc(100vh - 60px);
  }

  /* css for the left siude bar of the dashboard */
  .dashboard .left{
    width:80px;
    padding:10px;
  }
  .left-nav .nav li a i{
    font-size: 14px;
  }
  .left .copyrights p{
    font-size: 12px;
  }
  .dashboard .right{
    width: calc(100% - 80px);
    margin-left: 80px;
  }
  .dashboard .left .nav-brand .nav-brand-text{
    font-size: 15px;
  }
  .card-logo{
      width: 100%;
  }
  .social-menu {
    list-style-type: none;
    display: contents !important;
  }
}


/* custom css for uipload file */
@import " '_normalize.css' ";@import " '_defaults.css' ";body,.ad,.sm{font-family:Lucida Grande,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif}a{color:currentColor;text-decoration:none}.clearfix::after{content:'';display:table;clear:both}.ad{width:9.375rem;color:#444;color:rgba( 0,0,0,.75 );background-color:#fff;background-color:rgba( 255,255,255,.5 );position:fixed;z-index:1000;top:.625rem;left:.625rem;padding:.5rem .625rem}.ad--dark{color:#ddd;color:rgba( 255,255,255,.75 );background-color:#111;background-color:rgba( 0,0,0,.5 )}.ad__close{width:.625rem;height:.625rem;background-color:#777;background-color:rgba( 0,0,0,.5 );border-radius:50%;position:absolute;z-index:1;top:-.25rem;right:-.25rem;-webkit-transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out}.ad--dark .ad__close{background-color:#ddd;background-color:rgba( 255,255,255,.75 )}.ad__close:hover,.ad__close:focus{-webkit-transform:scale( 1.25 );-ms-transform:scale( 1.25 );transform:scale( 1.25 )}#carbonads{font-size:.875rem;letter-spacing:-.071em;line-height:1.125rem}#carbonads a{color:currentColor;display:block;margin-top:.313rem}#carbonads .carbon-poweredby{font-size:.75rem;text-transform:uppercase;color:#aaa;color:rgba( 0,0,0,.25 )}.ad--dark #carbonads .carbon-poweredby{color:#999;color:rgba( 255,255,255,.25 )}.sm{width:100%;height:2.5rem;color:#444;color:rgba( 0,0,0,.75 );background-color:#fff;background-color:rgba( 255,255,255,.5 );overflow:hidden;position:fixed;z-index:1001;bottom:0;left:0;padding:.625rem 1.25rem 0}.sm--dark{color:#ddd;color:rgba( 255,255,255,.75 );background-color:#111;background-color:rgba( 0,0,0,.5 )}.sm ul{}.sm li{float:right;margin-left:1rem}.sm li:first-child{float:left;margin-left:0}.sm .googleplus-one{max-width:60px}.sm .twitter-follow>*:not( :first-child ),.sm .twitter-share>*:not( :first-child ){display:none}@media screen{@media(min-width:0px){.sm li:last-child{opacity:0;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.sm:hover li:last-child{opacity:1}}}.sm__back{font-size:.875rem;font-weight:700;color:currentColor;text-transform:uppercase;position:relative}.sm__back::before{width:0;height:0;border:.313rem solid transparent;border-left:none;border-right-color:currentColor;content:'';display:inline-block;position:relative;left:0;margin-right:.313rem;-webkit-transition:left .25s ease-in-out;transition:left .25s ease-in-out}.sm__back:hover::before,.sm__back:focus::before{left:-.313rem}@media screen and (max-width:40em),screen and (max-height:40em){.ad,.sm{display:none}}


/* Social Icon */

.social-menu {
	display: flex;
	list-style-type: none;
    padding: 0px;
}

.social-menu i {
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 20px;
	margin-right: 10px;
	transition: all 0.2s ease-in-out;
	display: flex;
	justify-content: center;
  margin-bottom: 8px;
}

.social-menu i:before {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
    font-weight: 400;
}

.social-menu a {
	text-decoration: none;
}

.fa-facebook {
	background:#3b5998
}

.fa-twitter {
	background:#00aced
}
.fa-instagram {
	background:#bc2a8d;
}
.social-menu i:hover {
	opacity: .7;
	border-radius: 0;
}
