@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body {
  font-family: 'Poppins', sans-serif;
}

.login-container {
  margin-top: 7%;
  border: 1px solid #CCD1D1;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  max-width: 60%;
}
.reg-container{
  margin-top: 5%;
  border: 1px solid #CCD1D1;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 550px;
  padding: 0px 30px;
}
.reg-container form{
  margin: 50px;
}
.form-group {
  margin-bottom: 20px !important;
}
.cus-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reg-container h3{
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #222;
}
.ads {
  /*background-color: #A569BD;*/
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  text-align: center;
  padding:0;
  margin-left: -5px;
}
.ads img{
  width: 350px;
  height: 100%;
}

.ads h1 {
  margin-top: 20%;
}

#fl {
  font-weight: 600;
}

#sl {
  font-weight: 100 !important;
}

.profile-img {
  text-align: center;
}

.profile-img img {
  border-radius: 50%;
  /* animation: mymove 2s infinite; */
}

@keyframes mymove {
  from {border: 1px solid #F2F3F4;}
  to {border: 8px solid #F2F3F4;}
}

.login-form {
  padding: 15px;
}


.login-form h3 {
  text-align: center;
  padding-top: -15px;
  padding-bottom: 15px;
  font-weight: bold;
}

.form-control {
  font-size: 14px;
}

.forget-password{
  text-align: center;
  padding-top: 10px;
}
.forget-password a {
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  color: #3b8bdf;
}
.forget-psssword a:hover{
  color: #3b8bdf !important;
  text-decoration: none !important;
}
.btn-custom{
  background-color: #3b8bdf;
  color: white;
  font-size: 17px !important;
}
.btn-custom:hover{
  background-color: #3b8bdf;
  color: white;
}
.btn-custom:focus{
  background-color: #3b8bdf;
  color: white;
}
.form-control{
  font-size: 14px !important;
  color: #222 !important;
}
.select-login-type{
  display: block;
    width: 100%;
    padding: .475rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 5px !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.login-card-header{
  background: linear-gradient(to left, #cba56e,#3d8274);
  padding:10px;
  margin-left: -5px;
  width: 101%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  opacity: 0.9;
}



/* Tab */
a:hover,
a:focus{
    text-decoration: none;
    outline: none;
}
.tab{

    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 15px;
}
.tab .nav-tabs{
    margin: 0;
    border: none;
    margin-bottom: 6px;
    margin-left: 30%;
    margin-top: 6px;
}
.tab .nav-tabs li a{
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 8px 35px 10px;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    background: transparent;

}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover{
    color: #fff;
    background: #fd9306;
    border: none;
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.25);
}
.tab .nav-tabs li a:before{
    content: "";
    background: #fff;
    opacity: 0;
    filter: blur(5px);
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{

    opacity: 1;
    filter: blur(0);
}
.tab .tab-content{

    font-size: 16px;
    letter-spacing: 1px;

}
@media(min-width: 360px) and (max-width: 600px){
  .cus-tab-group{
      width: 100%;
      text-align: center;
      margin-left: 100px !important;
  }
  .login-container{
    max-width: 450px !important;
  }
  .login-card-header{
    margin-left: 0px !important;
    width: 100% !important;
  }
  .ads img{
    margin-top: 0px !important;
    width: 450px !important;
    margin-left: 05px !important;
  }
  .profile-container{
    display: block !important;
  }
  .profile-box-1{
    width: 430px !important;
    margin: 30px 20px 20px 30px !important;
  }
  .profile-box-2{
    width: 450px !important;
    margin: 30px 20px 20px 30px !important;
  }
  .reg-container{
    padding: 0 !important;
    width: 340px !important;    
  }
  .reg-container form{
    margin: 20px !important;
  }
  .pass-visible{
    margin-top: -50px !important;
  }
}
@media(min-width: 600px) and (max-width: 800px){
  .cus-tab-group{
      width: 100%;
      text-align: center;
      margin-left: 100px !important;
  }
  .login-container{
    max-width: 450px !important;
  }
  .login-card-header{
    margin-left: 0px !important;
    width: 100% !important;
  }
  .ads img{
    margin-top: 0px !important;
    width: 450px !important;
    margin-left: 05px !important;
  }
  .profile-container{
    display: block !important;
  }
  .profile-box-1{
    width: 480px !important;
    margin: 30px 30px 20px 30px !important;
  }
  .profile-box-2{
    width: 500px !important;
    margin: 30px 30px 20px 30px !important;
  }
}
@media(min-width: 800px) and (max-width: 900px){
  .cus-tab-group{
      width: 100%;
      text-align: center;
      margin-left: 170px !important;
  }
  .login-container{
    max-width: 600px !important;
  }
  .login-card-header{
    margin-left: 0px !important;
    width: 100% !important;
  }
  .ads img{
    margin-top: 0px !important;
    width: 450px !important;
    margin-left: 05px !important;
  }
  .profile-container{
   display: block !important;
 }
 .profile-box-1{
   width: 600px !important;
   margin: 30px 30px 20px 60px !important;
 }
 .profile-box-2{
   width: 620px !important;
   margin: 30px 30px 20px 60px !important;
 }
}
@media(min-width: 900px) and (max-width: 1000px){
  .cus-tab-group{
      width: 100%;
      text-align: center;
      margin-left: 170px !important;
  }
  .login-container{
    max-width: 600px !important;
  }
  .login-card-header{
    margin-left: 0px !important;
    width: 100% !important;
  }
  .ads img{
    margin-top: 0px !important;
    width: 450px !important;
    margin-left: 05px !important;
  }
  .profile-container{
    display: block !important;
  }
  .profile-box-1{
    width: 700px !important;
    margin: 30px 30px 20px 60px !important;
  }
  .profile-box-2{
    width: 720px !important;
    margin: 30px 30px 20px 60px !important;
  }
}
/*@media only screen and (max-width: 479px){
    .cus-tab-group{
        width: 100%;
        text-align: center;
        margin-left: -100px !important;
    }
    .tab .nav-tabs li a{ margin: 0 0 10px; }
    .login-container{
        max-width: 100% !important;
        margin:0 !important;
    }
}*/


.cus-tab-group {
 list-style: none;
 padding: 0;
 margin: 05px 0 05px 200px;
}
.cus-tab-group:after {
 content: "";
 display: table;
 clear: both;
}
.cus-tab-group li a {
 text-decoration: none;
 padding: 7px 10px 5px 10px;
 background: rgba(160, 179, 176, .25);
 color: #a0b3b0;
 font-size: 15px;
 float: left;
 width: 45%;
 text-align: center;
 cursor: pointer;
 transition: 0.5s ease;
 display:inline-block;
 /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
 font-weight: bold;
 letter-spacing: 1px;
 font-family: 'Roboto', sans-serif;

}
.cus-tab-group li a:hover {
 /*background: #fff111 ;
 color: #222;*/
 background-color: #e65100;
 color: #fff;
}
.cus-tab-group .active a {
 /*background: yellow;
 color: #222;*/
 background-color:#ff6f00;
 color: #fff;
}

/* Tab Primary */
.cus-tab-group-primary {
 list-style: none;
 padding: 0;
 margin: 05px 0 05px 220px !important;
}
.cus-tab-group-primary:after {
 content: "";
 display: table;
 clear: both;
}
.cus-tab-group-primary li a {
 text-decoration: none;
 padding: 7px 10px 5px 10px;
 background: rgba(160, 179, 176, .25);
 color: #a0b3b0;
 font-size: 15px;
 float: left;
 width: 45%;
 text-align: center;
 cursor: pointer;
 transition: 0.5s ease;
 display:inline-block;
 /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
 font-weight: bold;
 letter-spacing: 1px;
 font-family: 'Roboto', sans-serif;

}
.cus-tab-group-primary li a:hover {
 /*background: #fff111 ;
 color: #222;*/
 background-color: #3b8bdb !important;
 color: #fff;
}
.cus-tab-group-primary .active a {
 /*background: yellow;
 color: #222;*/
 background-color:#3b8bdf;
 color: #fff;
}
.cus-tab-content-primary > div:last-child {
 display: none;
}
.pass-visible {
    float: right;
    margin-top: -56px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-right: 17px;
}
.fa-eye {
  color: #666;
  font-size: 15px !important;
}
.notif-text{
  background-color: #3b8dbf !important;
  margin-top: 100px;
  padding: 10px;
  border-radius: 5px;
  width: 400px;
  margin: 0 auto;
}
.notif-text p{
  text-align: center;
  color: white;
  margin-top: 3px;
}
.notif-text-register{
  background-color: #3b8dbf !important;
  margin-top: 40px !important;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
  width: 400px;
  margin: 0 auto;
}
.notif-text-register p{
  text-align: center;
  color: white;
  margin-top: 3px;
  font-size: 15px;
}
.root-container{
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}
.form-group .forget-password{
  font-size: 20px !important;
}
.event-details-container{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.event-details-box{
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  background: #fff;
  width: 600px;
  margin-top: 70px;
  border-radius: 5px;
}
.event-details-box:after{
  background:
    linear-gradient(-45deg, transparent 28px, #f1f1f1 0),
    linear-gradient(45deg, transparent 28px, #f1f1f1  0);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 22px 32px;
    content: "";
    display: block;
    width: 100%;
    height: 32px;
    position: relative;
    top:28px;
    left:0px;
}
.event-details-header{
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
  height: 110px;
}
.event-details-header img{
  height: 100px;
  width: 100px;
  display:inline-block;
  margin-bottom: 10px;
}
.event-payment-status {

  margin-top: -110px;
  margin-left: 120px;
}
.event-payment-status h3{
  color: #048404;
  font-size: 22px;
  font-family: sans-serif;
}
.event-payment-status p{
  color: #666;
  font-size: 13px;
  line-height: 20px;
  margin-top: 0px;
}
.event-payment-body{
  padding: 15px 20px;
}
.eve-grp{
  padding: 20px;
  display: flex;

}
.eve-grp span{
  display: inline-block !important;
}
.eve-grp p{
  display: inline-block !important;
  margin-top: 0px;
}
.back-to-home{
  bottom: -60px;
  position: absolute;
}
.back-to-home button{
  background-color: #3b8dbf !important;
  border: none;
  padding: 12px 25px 12px 25px;
  border-radius: 20px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

/* Profile Container */
.profile-container{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 100px 30px 0px;
}
.profile-box-1{
  /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  width: 350px;
  margin-right: 30px;
  background: white;
  border-radius: 10px;
  padding:10px;
  height: 230px;
  margin-top: -600px;
}
.profile-box-2{
  width: 800px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: white;
  border-radius: 10px;
}
.img-container{
  margin-top: 30px;
  margin-bottom:10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-flow:  wrap;
}
.initial-rounded{
  height: 90px;
  width: 90px;
  background-color: #3b8dbf !important;
  border-radius: 50%;
  border: 3px solid #ddd;
}
.initial-rounded p{
  color: white;
  text-align: center;
  margin-top: 37%;
  font-size: 33px;
  margin-left: 05px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.img-container img{
  height: 90px;
  width: 90px;
  border-radius: 50%;
}
.name-container{
  text-align: center;
  margin-top: 20px;
}
.name-container .usr-name{
  color: #333;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
}
.name-container .email{
  color: #888;
  letter-spacing: 1px;
  font-size: 13px;
  margin-top: 10px;
}
.profile-header{
  border-bottom: 1px solid #ddd;
  height: 45px;
}
.profile-usr-details{
  padding: 20px 0px 20px 40px;
}
.profile-form-group{
  display: inline-block;
  width: 41%;
  margin-right: 50px;
  margin-bottom: 10px;
}
.profile-form-group label{
  letter-spacing: 1px;
  color: #666;
  font-size: 14px;
  font-weight: 300;
}
.profile-form-group input{
  border: 1px solid #666;
  border-radius: 5px;
  height: 35px;
  padding: 0px 0px 0px 10px;
  width: 330px !important;
  margin-top: 5px;
  letter-spacing: 1px;
  color: #666;
}
.profile-form-group select{
  border: 1px solid #666;
  border-radius: 5px;
  height: 35px;
  padding: 0px 0px 0px 10px;
  width: 330px !important;
  margin-top: 10px;
  color: #666;
  letter-spacing: 1px;
  font-size: 14px;
}
.profile-footer{
  height: 50px;
  border-top: 1px solid #ddd;
}
.profile-footer button{
  float: right;
  border: none;
  background-color: #3b8dbf !important;
  color: white;
  padding: 9px 20px 9px 20px;
  border-radius: 5px;
  margin-top: 8px;
  margin-right: 30px;
  cursor: pointer;
}
.profile-heading{
  position: absolute;
  top: 20px;
  margin-left: 0px;
}
.profile-heading h2{
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 500;
}
.cus-nav{

  list-style: none;
  background-color: #222 !important;
  height: 35px;
  width: 100%;
  top:0;
  margin: 0;
}
.cus-nav li{
  display: inline-block;
  position: relative;
  line-height: 21px;
  text-align: left;
}
.cus-nav li a{
  color: white;
  display: block;
  /*padding: 8px 25px;*/
  text-decoration: none;
}
.cus-nav li a:hover{
}
.cus-nav li ul.dropdown{
  width: 180px; /* Set width of the dropdown */
  background-color: #fff !important;
  height: auto;
  left: -50px;
  margin-top: -5px;
  color: #222;
  box-shadow: 0 0 5px rgb(0 0 0 / 30%);
  display:none;
  z-index: 9999999999999999;
  position: absolute;
  margin-right: 30px !important;

}
.cus-nav li ul.dropdown li {

  text-align: left !important;
}
.cus-nav li ul.dropdown li a {
color: #222 !important;
padding: 10px;
}

.cus-nav li:hover ul.dropdown{
  display: block; /* Display the dropdown */
}

ul.dropdown li a{
float: left !important;
}
/* Image Plceholder */
.img-placeholder{
  position: absolute;
  height: 140px;
  width: 300px;
  top: 110px;
  left: 35px;
  background-color: #F5F5F5;
  color: black;
  padding: 10px;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.25);
}
.img-placeholder p{
  color: black !important;
  font-size: 15px;
  margin-bottom: 7px;
}
.img-placeholder span{
  font-size: 15px;
}