a:hover {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
};
.cursor--pointer {
	cursor: pointer;
}

.card-wrapper {
border: 1px solid #f3f3f3;
border-radius: 5px;
margin: 25px 0;
padding: 15px;
box-shadow: 0 2px 5px 1px #dddddd;
background: white;
}

  input[type=checkbox], input[type=radio] {
    cursor: pointer;
  }

  .option-item__fa {
    cursor: pointer;
  }



  @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;900&display=swap');
/*<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;900&display=swap" rel="stylesheet">*/
/*font-family: 'Nunito', sans-serif;*/



/* //  Global Variables.
$deviceHeight: 100vh;
$100%: 100%;
100%: 100%;
#efefef: #efefef;
#ffffff: #ffffff;
#efefef: #efefef;
#E96317: #E96317;
#993902: #993902;
#ffffff: #ffffff; */

.signUp-page-container {
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
}

.right-section-wrapper {
  height: 100%;
  width: 100%;
  padding: 50px;
}

.signUp-wrapper {
  height: 100%;
  width: 100%;
}

.app-logo {
  width: 62px;
}
.bubbles {
  width: 60px;
}

.signup-button-wrapper {
  margin-top: 20px;
}

.form-wrapper {
  width: 100%;
  margin-top: 35px;
}
.form-input-bg {
  background: #F9FDFF;
  font-size: 14px;
  padding: 23px 10px;
}
.inputBox {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* For IE10 */
  margin-bottom: 20px;
  /* border-bottom: 1px solid #484848 !important; */
  padding-bottom: 0;
}

.sign-button-active {
  width: 100%;
  padding: 8px 0;
  border: none;
  border-radius: 5px;
  background: #56CCF2;
  color: white;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 0 2px 5px 1px #dddddd;
}

.sign-button-active:hover {
  background: transparent;
  border: 1px solid #56CCF2;
  color: #2cb3de;
  padding: 8px 0;
  box-shadow: 0 2px 5px 1px #dddddd;
}

.sign-button-disabled {
  width: 100%;
  padding: 8px 0;
  border: none;
  border-radius: 5px;
  background: #efefef;
  color: #929191;
  cursor: auto;
  transition: 0.4s;
  box-shadow: 0 2px 5px 1px #dddddd;
}

.form--input {
  min-width: 90%;
  border: none;
  border-radius: 0;
  padding: 0 5px;
}
.input--icons--suffix {
  min-width: 33px;
  margin-left: -33px;
  padding: 12px 8px;
  cursor: pointer;
}

/*=== Left Section Wrapper ===*/
.left-section-wrapper {
  height: 100%;
  width: 100%;
  background: linear-gradient(60.75deg, #2A73F3 14.33%, #3EDAD8 77.79%);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;            
}
.man-sitting-with-laptop {
  width: 400px;
  text-align: center;
}
.title-description {
  margin-top: 40px;
  font-size: 1.2rem;
  text-align: center;
}










/*====================================================================*/
/*=========================== Left SideBar ===========================*/
.left-drawer-wrapper {
  height: 100%;
  min-width: 300px;
  background: #000000;
  overflow-y: scroll;
  z-index: 2;
}


/*

 &::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2F80ED;
  }
  &::-webkit-scrollbar {
    width: 5px;
  }

&:hover {
  border-left: 5px solid rgba(231, 231, 231, 0.9);
  color: #ffffff;
  cursor: pointer;
}; */


.app-logo-wrapper {
  padding: 20px;
}
.app-logo {
  width: 50px;
}

ul {
  list-style-type: none;
  margin-left: 20px; 
}

li {
  margin: 15px 0;
  line-height: 3;
  padding: 0 20px;
  transition: 0.5s;
  
}

.side-menu__icon {
  color: #eceaea;
  margin-right: 15px;
  width: 20px;
};
span {
  color: #eceaea;
  font-size: 16px;
};

.drop-down-item-wrapper {
  width: calc(100% - 35px);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.drop-down-item-wrapper i {
  transition: 0.3s;
}
.drop-down-item-wrapper .rotate {
  transform: rotateY(0deg) rotate(90deg); /* needs Y at 0 deg to behave properly*/
}

/*===================== Header/NavBar ======================*/

.drop-down__items {
  padding-left: 18px;
  transition: 0.3s;
}

.drop-down__item a {
  color: #eceaea;
  text-decoration: none;
}

.navbar-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 20px 10px 0;
  background: #ffffff;
}

.navbar-wrapper ul {
  margin-bottom: 0;
}

.navbar-wrapper li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.rounded-avatar {
  height: 17px;
  width: 17px;
  border-radius: 50px;
  margin-left: 20px;
  cursor: pointer;
}

/* &::before {
  content: "";
  height: 7px;
  width: 7px;
  background: red;
  border: none;
  border-radius: 10px;
  position: absolute;
  right: 105px;
  top: 15px;
} */

/* &::before {
  content: "";
  height: 15px;
  width: 15px;
  margin-top: -8px;
  background: white;
  display: inline-block;
  position: absolute;
  right: 62px;
  transform: rotate(45deg);
} */

.drop-down-menu {
  width: 200px;
  margin-top: 220px;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
  box-shadow: 0 0 25px rgba(0, 0, 0, .15);
  background: white;
  position: absolute;
  right: 10px;
  z-index: 2;
}

.dropdown-item {
  padding: 10px 20px;
  line-height: 1.2;
  color: #777ab2;
}

.dropdown-item {
  padding: 10px 20px;
  line-height: 1.2;
  color: #777ab2;
}



/*====================================================================*/
/*=============================== LOGIN ==============================*/

.app-logo {
  width: 62px;
};
.bubbles {
  width: 60px;
}
.login-right-section-wrapper {
    height: 100%;
    width: 100%;
   

    
}

.login-form-wrapper {
 
  padding-top: 60px;
  text-align: center;
 
}

.inputBox {
  width: 100%;
  display: flex;
  display: -ms-flexbox; 
  /* border-bottom: 1px solid #484848 !important; */
  padding-bottom: 0;   
}

/* .form--input {
  min-width: 90%;
  border: none;
  border-radius: 0;
  padding: 0 5px;
} */

.not-registered {
  margin-top: 20px;
}
.input--icons--suffix {
  min-width: 33px;
  margin-left: -33px;
  padding: 12px 8px;
  cursor: pointer;
}


.login-button-wrapper {
  margin-top: 20px;            
}

.login-button-active {
  width: 100%;
  padding: 8px 0;
  border: none;
  border-radius: 5px;
  background: #56CCF2;
  color: white;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 0 2px 5px 1px #dddddd;
}

.login-button-disabled {
  width: 100%;
  padding: 8px 0;
  border: none;
  border-radius: 5px;
  background: #efefef;
  color: #929191;
  cursor: auto;
  transition: 0.4s;
  box-shadow: 0 2px 5px 1px #dddddd;
}

.login-button-active:hover {
  background: transparent;
  border: 1px solid #56CCF2;
  color: #2cb3de;
  padding: 8px 0;
  box-shadow: 0 2px 5px 1px #dddddd;
}


* {
    margin: 0;
    padding: 0;
}
a, a:hover {
    color: #c8cbcf;
}

.page-wrapper {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;


    /*====================================================================*/
    /*==================== Right Main Page Container =====================*/

    .main-page-wrapper {
        height: 100%;
        width: 100%;
        padding: 0;
    }


}





/**** DASHBOARD LAYOUT STYLE *********************/

/* * {
  margin: 0;
  padding: 0;
} */
a, a:hover {
  color: #c8cbcf;
}

.page-wrapper {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
}
  /*====================================================================*/
  /*==================== Right Main Page Container =====================*/

  .page-wrapper .main-page-wrapper {
      height: 100%;
      width: 100%;
      padding: 0;
  }


  /******************* DASHBOARD STYLE ***************************/



  .dashboard-body-wrapper {
    height: 90%;
    width: 100%;
    display: flex;
    background: #f9f9f9;
    padding: 10px;
    box-sizing: border-box;
    overflow: auto;

    &::-webkit-scrollbar {
        width: 5px;
    }


    /*====================================================================*/
    /*=========================== Main Container =========================*/
    

    

    /*====================================================================*/
    /*=========================== Right Side Bar =========================*/
      
}

.main-container {
  height: auto;
  width: 100%;
  margin-right: 15px;
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  overflow: auto;

}

.search-box-wrapper {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 5px;
  display: inline-block;
  justify-content: space-between;
  padding: 5px 5px;
}

.search-box-wrapper input {
  width: calc(100% - 30px);
  border: none;
  padding: 5px;
}

.search-box-wrapper .search-icon {
  width: 30px;
  cursor: pointer;
  color: #c0c0c1;
}

.user-greeting-data {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.user-greeting-data p {
  font-size: 0.9rem;
  color: #000000;
};

.user-greeting-data .user-image {
  width: 53px;
  margin-right: 40px;
}

.player-wrapper {
  position: relative;
  padding-top: 56.25% /* Player ratio: 100 / (1280 / 720) */
}
.react-player {
  position: absolute;
  top: 0;
  left: 0;
}

.event-card-wrapper .card-button {
  padding: 7px 20px;
  border: 1px solid #e1e1e2;
  box-shadow: 0 2px 5px 1px #dddddd;
}
.event-card-wrapper a:hover {
  text-decoration: none;
}
.event-card-wrapper .card-item {
  height: 400px;
  min-width: 150px;
  box-shadow: 0 2px 5px 1px #dddddd;
  margin-top: 20px;
  padding-bottom: 10px;
}


.event-card-wrapper .event-image {
  width: 100%;
  height: 180px;
  background: linear-gradient(47.05deg, #2A73F3 14.33%, #3EDAD8 77.79%);
}
.event-card-wrapper .pay-now-button {
  width: 90px;
  height: 30px;
  border: 1px solid #0046C8;
  border-radius: 4px;
  background: #ffffff;
  color: #0046C8;
  margin-bottom: 10px;
  transition: 0.3s;
}
.event-card-wrapper .pay-now-button:hover {
  color:#fff;
  background-color:#0046C8;
}
.event-card-wrapper .pay-now-button-hidden {
  display: none;
}
.add-event-image {
  display: block;
  width: 120px;
  margin: 40px auto;
  padding-top: 20px;
  cursor: pointer;
}

.right-sidebar {
  height: 100%;
  width: 300px;
  padding: 35px 20px;
  background: #ffffff;
  border-radius: 5px;
}
.right-sidebar__event-wrapper {
  margin-bottom: 30px;
}

.right-sidebar__subheading {
  font-family: 'Nunito', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}

.event-heading {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.upcoming-event-list {
}

.upcoming-event-item {
  list-style-type: none;
  margin-bottom: 25px;
  padding: 15px 15px;
  border-left: 4px solid #3EDAD8;
  border-radius: 3px;
}










