.container {
  width: 100%;
  max-width: 96%;
}



.page {
  background: none !important;
}

* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: #000;
  transition: all 0.5s ease 0s;
}

a:hover {
  color: #13c0d0;
  transition: all 0.5s ease 0s;
}

p {
  direction: rtl;
}

@font-face {
  font-family: ibmb;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/ArbFONTS-IBMPlexSansArabic-Bold.ttf") format('truetype')
}

@font-face {
  font-family: ibm;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ArbFONTS-IBMPlexSansArabic-Regular.ttf") format('truetype')
}

body {
  text-align: right;
  padding: 0;
  margin: 0;
  color: #000;
  direction: rtl;
  font-size: 20px;
  /*font-family: 'ibm', sans-serif;*/
  font-family: 'El Messiri', sans-serif;
}

/*  */

.sidebar {
  float: right;
  padding: 40px 0 50px;
}

.sidebar ul {
  list-style: none;
  outline: none;
}

.sidebar ul li {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.sidebar ul li a {
  width: 100%;
  color: #fff;
  display: block !important;
  font-size: 1.4rem;
  outline: none;
  text-decoration: none;
  padding: 12px 15px 10px 0;
  margin: 0 0 10px;
  background: #b888db;
  border-radius: 10px;
}

.sidebar ul li a span {
  color: #000000;
  background: #ffffff;
  width: auto;
  display: inline-block;
  padding: 3px 7px 0;
  border-radius: 12px;
  margin: 0 5px;
}

.sidebar ul li a:hover {
  color: #b888db;
  background: #ddd;
}

.sidebar ul li a img {
  float: right;
  width: 24px;
  height: 25px;
  margin: -5px 0 0 10px;
  filter: invert(1);
}

.sidebar h5 {
  font-weight: normal;
  text-align: center;
  color: #777;
  font-size: 12px;
  margin: 30px 0 0;
}

.sidebar .logo-sid {
  height: 50px;
  width: auto;
  display: block;
  margin: 15px auto;
}

/**/
.content-pages {
  float: right;
  padding: 0;
  width: 100%;
}

@media (max-width: 769px) {
  .content-pages {
    float: right;
    padding: 10px 0;
  }
}

.content-pages .form-reg {
  background: #fff;
  overflow: hidden;
  padding: 50px 35px;
}

@media (max-width: 769px) {
  .content-pages .form-reg {
    padding: 50px 10px;
  }
}

.form-reg h1 {
  color: #b888db;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #cccccc;
  clear: both;
  width: 100%;
}

.form-reg h1:after {
  content: "";
  position: absolute;
  background: #b1b1b1;
  border-radius: 20px;
  width: 200px;
  height: 1px;
  right: 0;
  bottom: -1px;
}

.form-reg h1.tit {
  color: #555;
  padding: 5px 20px 5px 0;
  margin: 40px 0 20px;
  clear: both;
  display: block;
  width: 100%;
  border: none;
  border-right: 4px solid #b888db;
}

h1.tit {}

.form-reg h1.tit:after {
  display: none;
}

.form-reg h1.tit p {
  clear: both;
  display: block;
  font-size: 14px;
  font-weight: 100;
  margin: 10px 0 0;
}



.rows {
  overflow: hidden;
  display: block;
  padding: 0 70px 0 0;
  margin: 0 0 20px;
}

.rows label {
  min-width: 15%;
  float: right;
  font-size: 14px;
  font-weight: 100;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  margin: 0 0 0 30px;
}

.rows .input {
  display: block;
  margin: 0;
  border: 1px solid #ddd;
  padding: 10px 15px;
  transition: all 0.5s ease 0s;
  outline: none;
  text-align: right;
  direction: rtl;
  width: 60%;
  float: right;
  font-size: 14px;
}

@media (max-width: 769px) {
  .rows {
    padding: 0 20px 0 0;
    margin: 0 0 15px;
  }

  .rows label {
    width: 100%;
    text-align: right;
    margin: 0 0 5px;
  }

  .rows .input {
    width: 100%;
    text-align: right;
    margin: 0px;
  }
}

.rows .input:focus {
  transition: all 0.5s ease 0s;
  border-color: #b1b1b1;
}

.rows ul {
  display: block;
  max-width: 100%;
  float: right;
  list-style: none;
  column-count: 3;
  width: 100%;
}

.rows ul li {
  clear: both;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  font-weight: 100;
  margin: 0 0 20px;
}

.rows ul li .checkbox {
  width: 20px;
  height: 20px;
  margin: 0 0 0 15px;
  float: right;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.rows ul li .checkbox:checked {
  opacity: 0;
}

.rows ul li .fa {
  position: absolute;
  top: -2px;
  right: 0;
  border: 1px solid #ddd;
  color: #fff;
  z-index: 1;
  font-size: 22px;
  display: none;
  z-index: 0;
}

.rows ul li .checkbox:checked~.fa {
  display: block;
  color: #b1b1b1;

}

.submit {
  float: right;
  padding: 15px 20px;
  margin: 10px 2px;
  outline: none;
  border: none;
  color: #fff;
  font-size: 13px;
  background: #8c6f30;
}

.cancel {
  background: #b888db;
}

/**/
.new-reg {
  display: block;
  max-width: 550px;
  margin: 50px auto 0;
  border: 1px solid #eee;
  padding: 20px;

}

/***********/

.new-reg .rows {
  padding: 5px;
  margin: 0 0 15px;
  float: right;
  display: block;
  font-size: 14px;
  font-weight: 100;
}

.new-reg .rows .input {
  width: 100%;
  padding: 15px !important;
}

.new-reg .rows .checkbox {
  width: 20px;
  height: 20px;
  margin: 0 0 0 15px;
  float: right;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.new-reg .rows .checkbox:checked {
  opacity: 0;
}

.new-reg .rows .fa {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 1px solid #ddd;
  color: #fff;
  z-index: 1;
  font-size: 22px;
  display: none;
  z-index: 0;
}

.new-reg .rows .checkbox:checked~.fa {
  display: block;
  color: #b1b1b1;

}

.new-reg .rows a {
  text-decoration: none;
  outline: none;
  color: #b1b1b1;
}

/**/






.whatsapp {
  background: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: 0 0 5px #99999975;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.whatsapp .fa {
  color: #000;
  font-size: 25px;
}

.whatsapp:hover .fa {
  color: #7030A0;
}


.sick,
.child,
.yas {
  display: none;
}









@media (max-width: 769px) {}
.marriage_requests .card-body{
    overflow:scroll;
}

.select2-container--focus {
  border: 1px solid #fbcd42;
}

.content-pages .form-control:focus {
  border: 1px solid #fbcd42;
}