.toast-message {
font-size: 14px;
}

.reg-top-bg-image-cont{
  width: 100%;
  height: 40vh;
  background-image: url("https://res.cloudinary.com/dns3bxdp9/image/upload/v1634015411/cropped_rcfksu.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}
.reg-cineplo-image {
  width:150px;
  height: 40px;
  margin-top: 6vh;
}
@media screen and (min-width:992px) {
  .reg-bottom-content-main-cont{
    width: 30%;
    height: 75vh;
    position: absolute;
    z-index: 90;
    top: 20vh;
    right: 35%;
    left: 35%;
    border: 1px solid #D7D7D8;
    background-color: white;
    border-radius: 10px;
    overflow-y: auto;
  }
  .reg-bottom-content-main-cont::-webkit-scrollbar {
    width: 4px;
    position: fixed;
    }
    
    /* Track */
  .reg-bottom-content-main-cont::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius:10px;
    margin-bottom: 5px;
    
    }
     
    /* Handle */
  .reg-bottom-content-main-cont::-webkit-scrollbar-thumb {
    background:#9C9C9C; 
    border-radius: 5px;
    }
  .reg-add-title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width:767px) {
  .reg-bottom-content-main-cont{
    width: 80%;
    height: 75vh;
    position: absolute;
    z-index: 90;
    top: 20vh;
    right: 10%;
    left: 10%;
    box-shadow: 0px 2px 2px 0px grey;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow-y: auto;
  }
  .reg-bottom-content-main-cont::-webkit-scrollbar {
    width: 4px;
    position: fixed;
    }
    
    /* Track */
  .reg-bottom-content-main-cont::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius:10px;
    margin-bottom: 5px;
    
    }
     
    /* Handle */
  .reg-bottom-content-main-cont::-webkit-scrollbar-thumb {
    background:#9C9C9C; 
    border-radius: 5px;
    }
  .reg-add-title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .reg-bottom-content-main-cont{
    width: 50%;
    height: 75vh;
    position: absolute;
    z-index: 90;
    top: 20vh;
    right: 25%;
    left: 25%;
    box-shadow: 0px 2px 2px 0px grey;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow-y: auto;
  }
  .reg-bottom-content-main-cont::-webkit-scrollbar {
    width: 4px;
    position: fixed;
    }
    
    /* Track */
  .reg-bottom-content-main-cont::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius:10px;
    margin-bottom: 5px;
    
    }
     
    /* Handle */
  .reg-bottom-content-main-cont::-webkit-scrollbar-thumb {
    background:#9C9C9C; 
    border-radius: 5px;
    }
  .reg-add-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
}
.reg-form-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reg-each-input-cont {
  width: 90%;
  height: 40px;
  padding: 10px;
  border: 1px solid #D9DAE6;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 15px;
}
.reg-select-item {
  width: 90%;
  padding-left: 5px;
  border-width: 0px;
  border-left: 1px solid #D9DAE6;
}
.reg-password-item {
  width: 80%;
  padding-left: 5px;
  border-width: 0px;
  border-left: 1px solid #D9DAE6;
}
.reg-register-btn-cont {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}
.reg-register-btn {
  width: 120px;
  height: 40px;
    font-size: 15px;
    font-weight: 500;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    background-color: #0B5BA1;
    border-width: 0px;
}
.reg-user-icon-cont {
  text-align: center;
  position: absolute;
  z-index: 90;
  top: 3vh;
  right: 100px;
}
.reg-user-logo-btn {
  height: 35px;
  width: 35px;
  border-width: 0px;
  background-color: transparent;
  outline: none !important;
  box-sizing: content-box;
}
.reg-user-name {
  color: white;
  font-size: 15px;
  text-transform: capitalize;
}
.reg-user-pop-cont {
  width: 200px;
  background-color: white;
  border-radius: 5px;
  position: absolute;
  z-index: 90;
  top: 80px;
  right: 50px;
}
.reg-user-pop-items {
  color: #2f3538;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  margin: 0px;
}
.reg-user-pop-items:hover {
  color: #2f3538;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  border-radius: 5px;
  padding:10px;
  cursor: pointer;
  background-color: #f0f4f7;
  margin: 0px;
}
.reg-error-pop-item {
  width: 100%;
  border-width: 0px;
  border-radius: 5px;
color: red;
font-size: 14px;
font-family: 'Poppins', sans-serif;
font-weight: 400;
padding: 10px;
cursor: pointer;
background-color: white;
text-align: left;
outline: none !important;
}
.reg-error-pop-item:hover {
  border-width: 0px;
  color: red;
  border-radius: 5px;
  text-align: left;
  width: 100%;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 10px;
  cursor: pointer;
  background-color: #f0f4f7;
}
.reg-user-main-icon-cont{
  width: 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.reg-user-short-name-cont{
  background: #7487FF;
  border-radius: 6px;
  height: 40px;
  width: 50px;
  /* margin-top: 5px; */
  text-align: center;
  padding: 5px;
}
.reg-user-short-name{
  text-transform: capitalize;
  color: white;
  font-weight: 500;
  font-size: 26px;
  margin: 0px;
}
.reg-user-name-mail-cont{
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 12px;
  margin-left: 12px;
  /* align-items: center; */
}
.reg-user-name {
  color: white;
  font-size: 13px;
  font-weight: 500;
  margin: 0px;
  max-width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.reg-user-email {
  color: white;
  font-size: 13px;
  margin: 0px;
  max-width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}
.reg-validations {
  margin:0px;
  margin-top: 7px;
  width: 90%;
  color: red;
}
.reg-user-main-icon-cinema-cont {
  width: 200px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 90;
  top: 3vh;
  right: 50px;
  font-family: 'Poppins', sans-serif;
}
.reg-user-cinema-name{
  color: white;
  font-weight: 400;
  font-size: 16px;
  margin: 0px;
  margin-top: 8px;
  font-family: 'Poppins', sans-serif !important;
}