* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  font-family: "Poppins", sans-serif;
}
#ConfirmationMSG{
    align-items: center;
    opacity: 1;
    background: #ffffffa1;
}
#ConfirmationMSG .btn-primary:focus{
  background-color: #F47C2C;
  border-color: #F47C2C;
}
#ConfirmationMSG .btn-primary{
  background-color: #F47C2C;
  border-color: #F47C2C;
}
#ConfirmationMSG .modal-dialog{
  width: 50%;
}
.container{
  height: 100%;
  background-color: #fff;
  position: relative;
}

.login{
  height: 50vh;
}

.form{
  margin-left: auto;
  height: 100%;
  border: solid 1px #eee;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  
}

footer{
  position: absolute;
  bottom: 0;
  width: 100%;
}

footer p{
  margin: 0;
  text-align: center;
  font-size: .75rem;
}

.login_btn{
  background-color:#F47C2C ;
  color: #fff;
  border: none;
  outline: none;
}

.error{
  color: red;
  font-size: .7rem;
}

.header{
  padding: 0 1rem; 
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: solid 1px #eee;
  height: 100px;
}

.header p{
  text-align: end;
  margin: 0;
}

.table-container{
  width: 80%;
  margin: auto;
 
  height:calc(100vh - 100px);
}
.table-header{
  display: flex;
  justify-content: space-between;

}

.table{
  border: solid 1px #eee;
  border-radius: 5px;
  height: 85%;
}
.table .headers{
  display: flex;
  justify-content: space-between;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  /* overflow: auto;
    height: 100%; */
}
thead{
  background-color: #000;
  color: #fff;
}
td, th {
  /* border: 1px solid #dddddd;
  text-align: left; */
  padding: 5px;
}
tbody tr:nth-child(even) {
  background-color: #dddddd;
}
.tablebody{

  overflow: auto;
  height: 90%;
}
.table_filters{
  padding: 1rem;
}

.upload_file, .excel{

  padding: .5rem 1rem;
  background-color: #fff;
  border: solid 1px #F47C2C ;
  outline: none !important;
  border-radius: 5px;
  border-radius: 5px;
  color:#F47C2C;
}
.add_attendee, .search{
  padding: .5rem 1rem;
  background-color: #F47C2C;
  border: none;
  outline: none !important;
  border-radius: 5px;
  color: #fff;
}

.upload-file-popup{
  width: 100vw;
  height: 100vh;
  position: absolute;

}
.modal-footer{
  border: none;
}
.modal-backdrop {
  background-color: #fff;
}
#fileIcon{
    width: 60px;
    height: 60px;
    margin: auto;
    background-color: #FBFEFF;
    display: none;
}
#browse{
    border: none;
    background: none;
    outline: none;
    color: #F47C2C;
    text-decoration: underline;
}

.buttons{
  width: 80%;
  margin: auto;
  background-color: #F47C2C;
  border: none;
  outline: none;
}
.validation_error{
  color: red;
  position: relative;
  bottom: 7px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #F47C2C;
  border-color: none;
  outline: none;
}
.btn-primary:focus {
  color: #fff;
  background-color: #F47C2C;
  border-color: none;
  outline: none;
}
.form-errors{
  text-align: left;
}
.fields{
  border-radius: 20px;
}

.success_message{
  display: none;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  background-color: #ffffff94;
  z-index: 111111111111111;

}
.success_message .content{
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
}
/* .search{}
.excel{} */


/* start style of the spin  */
.overlay-hidden {
  display: none !important;
}

.loading-overlay {
  background: rgba(0, 0, 0, 0.658) !important;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reverse-spinner {
  position: relative;
  height: 150px;
  width: 150px;
  border: 6px solid transparent;
  border-top-color: #f7931e;
  border-left-color: #f7931e;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.reverse-spinner::before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  content: "";
  border: 6px solid transparent;
  border-top-color: #9ba3a9;
  border-left-color: #a6b1b9;
  border-radius: 50%;
  -webkit-animation: spinBack 1s linear infinite;
  animation: spinBack 1s linear infinite;
}

@-webkit-keyframes spin {
  from {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }

  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }

  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@-webkit-keyframes spinBack {
  from {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }

  to {
      -webkit-transform: rotate(-720deg);
      transform: rotate(-720deg);
  }
}

@keyframes spinBack {
  from {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }

  to {
      -webkit-transform: rotate(-720deg);
      transform: rotate(-720deg);
  }
}
