*{
    font-family: 'Almarai', sans-serif;
}

/*.Gen5{
  display: none;
}.Gen6{
  display: none;
}.Gen7{
  display: none;
}.Gen8{
  display: none;
}.Gen10{
  display: none;
}.Gen11{
  display: none;
}*/



.container{
  min-height: 650px;
  width: 100%;
  height: auto;
  text-align: center;
  max-width: 1400px;
}
.select2-container .select2-selection--single {
  height: 40px !important;
  font-size: 20px;
  line-height: 40px;
  padding: 2px;
}
.btn{
  border: 1px solid #000;
}
#delok
{
  width:50%;
  background:#fff;
  padding:50px;
  margin: 5px auto;
  border:2px #000 solid;
}
div.mez
{
  width: 100px;
  height: 100px;
  background: green;
  border-radius: 50%;
  margin-top: 20px;
  text-align: center;
}

div.mez>p>a
{
  line-height: 100px;
  color: #fff;
  font-size: 60px;
  text-decoration: none;
}
div.mez>p>a:hover
{
  color: #f2d803;
  font-weight: bold;
}
.w_form{
  width: 85%;
  background: #fff;
  padding: 10px;
  text-align:center;
  margin: 0 auto;
}
.w_form>input{
  margin: 0 auto;
}
.w_form>h2{
  text-align: center;

}

table{
  background: #fff !important;
}
.bord
{
  border: 2px solid #000;
}
td{
  vertical-align: middle !important;
}

#footer{
  margin-top: -10px;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.hide{
  display: revert !important;
}

.btn.btn-increment{
  background: #28a745 !important;
color: #fff !important;
}
.btn.btn-decrement{
  background: #dc3545 !important;
color: #fff !important;
}
.input-group {
    width: 57% !important;
    margin: 0 auto;
}
footer{
  text-align: center;
}
@media screen and (min-width: 360px)and (max-width: 740px)
{
  .w_form{
    width: 100% !important;
  }
  #footer{
    margin-right: 20%;
    margin-bottom: 2%;
  }
  div>#users
  {
    width: 100%;
  }
  #delok
  {
    width:100%;
  }
  .hide{
    display: none !important;
  }
  div>#state
  {
    width: 100%;
  }
  div>#pagenion
  {
    margin-bottom: -5px;
  }
}
@media screen and (min-width: 375px)and (max-width: 667px)
{
  .w_form{
    width: 100% !important;
  }
  #footer{
    margin-right: 20%;
    margin-bottom: 2%;
  }
  div>#users
  {
    width: 100%;
  }
  #delok
  {
    width:100%;
  }
  .hide{
    display: none !important;
  }
  div>#state
  {
    width: 100%;
  }
  div>#pagenion
  {
    margin-bottom: -5px;
  }
}
@media screen and (min-width: 414px)and (max-width: 736px)
{
  .w_form{
    width: 100% !important;
  }
  #footer{
    margin-right: 23%;
    margin-bottom: 2%;
  }
  div>#users
  {
    width: 100%;
  }
  #delok
  {
    width:100%;
  }
  .hide{
    display: none !important;
  }
  div>#state
  {
    width: 100%;
  }
  div>#pagenion
  {
    margin-bottom: -5px;
  }
}

@media screen and (min-width: 768)and (max-width: 1024px)
{

}
