body {
  font-family: 'Comfortaa', cursive;
  font-family: 'Rubik', sans-serif !important;
  color: #413f55 !important;
}
.table_container{
  padding: 0px 20px 0px 20px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.table_container1{
  padding-left: 10px;
  padding-right: 10px;
}
.pagination{
  //justify-content: center;
}
.table_title2{
  text-align: center;
  font-family: 'Comfortaa', cursive;
  line-height: 1;
  font-size: 1.7em;
  margin: 20px 0px 10px 0px;
  font-weight: 400;
}
strg{
  font-weight: 700;
}
p_m{
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
}

.pagination{
  margin-left: auto;
  margin-right: auto;
}
#add_counter{
  background-color: #a7a4bf;
  padding: 0 12px 0 12px;
  border-radius:50px;
  margin-left: 10px;
  color: white;
}
.table{
  table-layout: fixed;
  color: #413f55 !important;
  border-color: #ebe8f1 !important;
}
.fixed-table-container, .fixed-table-body{
}
.table-bordered>:not(caption)>*>*{
  border-width: 0 0 !important;
}
.table-bordered>:not(caption)>*{
  border-top: 0 !important;
}
.page-item:first-child .page-link{
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}
.page-item:last-child .page-link{
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}
.username{
  max-height:48px;
  width: auto;
  overflow-x:hidden;
  overflow-wrap:anywhere;
}
.search{
  width: 100%;
}
.btn_settings{
  float: right;
}
.btn{
  border-radius: 50px !important;
}
.dropdown-menu{
  border-radius: 10px !important;
}
#start_time_title{
  text-align: center;
}
.modal-content{
  border-radius: 26px !important;
}

.form-control{
  background-color: #f6f4fb !important;
  border: 1px solid #f6f4fb !important;
  border-radius: 50px !important;
}
#settings_bar{
  margin-top: 15px;
}
.btn-primary{
  background-color: #7264e2 !important;
  border-color: #7264e2 !important;
}
.btn-primary:hover {
    background-color: #6254d2 !important;
    border-color: #6254d2 !important;
}
.btn-primary:focus{
  box-shadow: 0 0 0 0.25rem rgb(93 49 253 / 29%) !important;
}
.form-control:focus{
  box-shadow: 0 0 0 0.25rem rgb(93 49 253 / 29%) !important;
}
.page-link{
  color: #6c6972 !important;
  background-color: #ebe8f1 !important;
  border: 1px solid #ebe8f1 !important;
}
.page-item.active .page-link{
  color: white !important;
  background-color: #a7a4bf !important;
  border-color: #a7a4bf !important;
}
.btn-secondary{
  color: #6c6972 !important;
  background-color: #ebe8f1 !important;
  border: 1px solid #ebe8f1 !important;
}
.dropdown-item.active{
  color: white !important;
  background-color: #a7a4bf !important;
  border-color: #a7a4bf !important;
}
.table-hover>tbody>tr:hover{
  --bs-table-accent-bg: #ebe8f1 !important;
}
.modal-header{
  border-bottom: 0 solid #dee2e6 !important;
}
.modal-footer{
  border-top: 0 solid #dee2e6 !important;
}
#winner_note{
  line-height: 1.4;
  padding: 15px 20px 15px 20px;
  margin: 10px 0 20px 0;
  text-align: center;
  border-radius: 50px;
  color: rgb(128, 0, 87);
  background-color: rgb(255, 230, 247);
}
#button_here{
  transition: 0.3s;
  color: rgb(128, 0, 87);
  border: none;
  background-color: inherit;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  padding: 0;
}
#button_here:hover {
  color: 	rgb(168, 36, 133);
}
#contacts_comment{
  border-radius: 20px !important;
}
#confirm_message{
  display: none;
  margin: 10px 30px 10px 30px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .pagination-detail{
    margin-left: 70px !important;
  }
  .fixed-table-pagination{
    display: flex !important;
    flex-direction: column !important;
    width: calc(100% + 140px) !important;
    transform: translateX(-70px) !important;
  }
}
.table_container_1{
  overflow-x: hidden;
}
.overlay{
  pointer-events: none;
  opacity:0.8;
  background-color: rgb(255,255,255);
  position:fixed;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  z-index:100;

  display: flex;
  justify-content: center;
  align-items: center;
}
.loader {
  display: flex;
  color: #7264e2;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
}
.loader-wrapper{
  display: flex;
}
@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 
    2em -2em 0 0em, 3em 0 0 -1em, 
    2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 
    3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 
    2em -2em 0 0, 3em 0 0 0.2em, 
    2em 2em 0 0, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, 
     -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, 
     -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, 
     -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 
    3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 
    3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.login_container{
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.login_container_2{
  padding: 20px;
  flex-basis: 420px;
  display: flex;
  flex-direction: column;
}
.login_container_2 form{
  width: 100%;
}
.error-message{
  color: rgb(230, 0, 92);
  text-align: center;
}
.form-check-input:focus{
  box-shadow: 0 0 0 0.25rem rgb(93 49 253 / 29%) !important;
}
.form-check-input{
  background-color: #ebe8f1!important;
  border: none!important;
}
.form-check-input:checked{
  background-color: #7264e2!important;
}
.form-control.is-invalid{
  padding-right: 12px !important;
  box-shadow: 0 0 0 0.25rem rgb(255 1 103 / 44%) !important;
  background-image:none !important;
}
