@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
*{
    /* --primary-color: #4f46e5; */
    --primary-color: rgb(237, 145, 33);
}

#left_form {
    min-height: 100%;
    color: #fff;
    text-align: center;
    padding: 70px 50px 30px 50px;
    box-sizing: border-box;
    position: relative;
}

.left_form-carousel{
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    overflow: auto;
    background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,1));
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    flex-flow: row nowrap;
}

.left_form-carousel img{
background-size: cover;
}

.left_form-carousel-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
    	z-index: 900;
}
#left_form h2, #left_form p, #left_form img{
position: relative;
z-index: 1000;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    min-width: 300px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-font-smoothing: antialiased;
}

.wizard .progress{
    margin: 15px;
}

button:focus{
    outline: none;
}

.page-ath-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-ath-content {
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-ath-heading {
    font-size: 28px;
    font-weight: 700;
    color: #231f20;
    padding-bottom: 40px;
}


.page-ath-form,
.page-ath-header,
.page-ath-footer,
.page-ath-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page-ath-form {
    padding-bottom: 100px;
}

.page-ath-header {
    visibility: hidden;
    opacity: 0;
}

.page-ath-footer {
    font-family: 'Roboto', sans-serif;
    padding-top: 40px;
}
.page-ath-footer p{
    font-size: 15px;
}
.page-ath-footer p a{
    display: inline-block;
    margin-left: 3px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.page-ath-footer p a:hover{
    color: #000000;
}

.page-content {
    margin-left: 260px;
    transition: all .5s;
    padding: 15px;
}
.page-content.page-active{
    margin-left: 0px;
}

/*---------signup-step-------------*/
.register-form-content{
    justify-content: center;
}
.register-form-content .page-ath-form{
    padding-bottom: 0px;
}
.register-form-content .form-align-box,
.register-form-content .page-ath-form,
.register-form-content .wizard,
.register-form-content .register-wizard-box,
.register-form-content .tab-content,
.register-form-content .wizard .tab-pane{
    height: 100%;
}
.register-form-content .page-ath-header{
    display: none;
}
.register-wizard-box .tab-pane h4{
    margin-top: 0px;
    font-size: 18px;
    color: #8e8c8c;
    margin-bottom: 12px;
}
.register-wizard-box .tab-pane h3{
    font-size: 26px;
    font-weight: 700;
    color: #231f20;
    padding-bottom: 25px;
}

.wizard {
    position: relative;
}
.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: absolute;
    bottom: 20px;
}

.wizard .nav-tabs > li > a.active .round-tab, 
.wizard .nav-tabs > li > a.active:hover .round-tab, 
.wizard .nav-tabs > li > a.active:focus .round-tab{
    cursor: default;
    /* background-color: #000000; */
    background-color: rgb(237, 145, 33);
    color: #fff;
}

.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
    color: #0db02b;
}

.wizard .nav-tabs > li a {
    padding: 15px;
    position: relative;
}

.wizard .nav-tabs > li{
    /* width: 25%; */
    position: relative;
}

.wizard .nav-tabs > li a .round-tab{
    width: 20px;
    height: 20px;
    color: #868cbd;
    font-weight: 600;
    background-color: #ced2f2;
    display: inline-block;
    border-radius: 50%;
    padding-top: 6px;
    text-align: center;
    z-index: 1;
    position: relative;
    transition: 0.5s;
}

.wizard .nav-tabs > li:before,
.wizard .nav-tabs > li:after{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    background-color: #ced2f2;
    left: 15px;
    transition: 0.5s;
}
.wizard .nav-tabs > li:after{
    background-color: #42b161;
    width: 0;    
}

.wizard .nav-tabs > li.done a .round-tab {
    background-color: #42b161;
    color: #fff;
}

.wizard .nav-tabs > li.done:after{
    width: 100%;
}

.wizard .nav-tabs > li.done.active a .round-tab{
    background-color: #000000;
    color: #fff;
}

.wizard .nav-tabs > li.done.active ~ li .round-tab {
    background: #ced2f2;
    color: #868cbd;
}

.wizard .nav-tabs > li.active:after, 
.wizard .nav-tabs > li.active~li:after{
    width: 0;
}


.wizard .nav-tabs > li:last-child:before,
.wizard .nav-tabs > li:last-child:after{
    display: none;
}

.wizard .nav-tabs > li a.disabled{
    cursor: not-allowed;
}
.wizard .nav-tabs > li a i{
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}



.wizard .tab-content>.active{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.wizard .tab-pane {
    position: relative;
}
.step-btn{
    background-color: transparent;
}
.step-btn i{
    width: 30px;
    height: 30px;
    background-color: #e9e9ea;
    display: inline-block;
    border-radius: 50%;
    color: #5e666b;
    font-size: 15px;
    text-align: center;
    padding-top: 6px;
}
.step-btn span{
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #5e666b;
    letter-spacing: 0.3px;
}
.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step{
    border: none;
    margin-top: 30px;
}
.prev-step span{
    margin-left: 10px;
}
.next-step span{
    margin-right: 10px;
    color: #000000;
}
.next-step i {
    box-shadow: 0px 4px 12px rgba(81, 97, 206, 0.5);
    /* background-color: #000000; */
    background-color: rgb(237, 145, 33);
    color: #fff;
}

.form-input-steps .custom-control.custom-checkbox label{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.form-input-steps .custom-control.custom-checkbox label a{
    display: inline-block;
    margin-left: 3px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    
}
.form-input-steps .custom-control.custom-checkbox label a:hover{
    color: #000000;
}

.form-control {
    height: auto;
    padding: 16px 18px;
    border-radius: 13px;
    font-weight: 400;
    color: #333;
    border:2px solid rgb(237, 145, 33);
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.progress{
  border-radius: 50px;
}
.progress-bar{
  /* background-color: #000000; */
  background-color: rgb(237, 145, 33);
}

.contenido {
    margin: 10px auto 0;
    height: 90%;
    width: 90%;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(202, 202, 204);
    border-radius: 2px;
  }
  .details {
    padding: 26px;
    background:white;
    border-top: 1px dashed #c3c3c3;
  }
  .tinfo {
    font-weight: 300;
    color: #c3c3c3;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin:7px 0;
  }
  
  .tdata {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    margin:7px 0;
  }
  
  .name {
    font-size: 1.3em;
    font-weight: 300;
  }
  
  .link {
    text-align: center;
    margin-top:10px;
  }
  
  a {
    text-decoration: none;
    color:#55C9E6;  
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.7px;
    font-size: 0.7em;
  }
  
  .masinfo{
    display:block;
  }
  .left,.right{
    width:49%;
    display:inline-table;
  }
  
  .nesp{
    letter-spacing: 0px;
  }
/* Checkbox Group */
.checkbox-group{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1rem;
    text-align: center;
    width: 100%;
}

.checkbox-wrapper{
    width: 100%;
}

/* Hide default radio style */
.checkbox-input {
    opacity: 0;
    visibility: hidden;
    margin: 0;
}
  
/* Change icon, border and text color when radio is checked */
.checkbox-input:checked + .checkbox-tile,
.checkbox-input:checked + .checkbox-tile span {
    border-color: var(--primary-color);
    color: var(--primary-color);
}
  
/* Checkbox display */
.checkbox-input:checked + .checkbox-tile::before {
    transform: scale(1);
    opacity: 1;
    background-color: var(--primary-color);
    background-color: var(--primary-color);
}
  
/* Checkbox icon and text */
.checkbox-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    width: 100%;
    height: 70px;
    border-radius: 5px;
    transition: 0.1s ease;
    cursor: pointer;
    position: relative;
    background: rgb(237, 145, 33);
    box-shadow: 0px 2px 5px 5px rgba(0,0,0,0.05);
    transition: .2s ease-in-out;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
}
  
.checkbox-tile:hover {
    border-color: #999;
    border: 2px solid #eee;
    transform: translateY(-10px);
}
  
/* Checkmark (icon inside checker) */
.checkbox-tile::before {
    content: "";
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    border: 2px solid var(--primary-color);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  .file-icon p{
    font-size: 12px;
  }

  .venue-reveal, .datetime-reveal{
    width: 100%;
    border: 1px solid rgba(0,0,0,0.4);
    padding: 10px;
    border-radius: 5px;
    transition: .4s ease-in-out;
  }
  
  
element.style {
    width: 400px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 998;
    opacity: 0;
    transition: opacity 500ms ease 0s;
}
#left_form h2, #left_form p, #left_form img {
    position: relative;
    z-index: 1000;
}