@font-face {
  font-family: "Muli-Regular";
  src: url("{{asset(fonts/muli/Muli-Regular.ttf"}}); }
@font-face {
  font-family: "Muli-SemiBold";
src: url("{{asset(fonts/muli/Muli-SemiBold.ttf"}}); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Muli-Regular";
  font-size: 14px;
  margin: 0; }

.ltr {
    direction: ltr;
    font-family: Cabin; }

.rtl {
    direction: rtl;
    font-family: Cabin; }

.navbar {
    background-color: #00425F;
    color: aliceblue;
    font-weight: bold;
    padding: 5px 0;
    min-height: 25px; }

#en {
  display: none;
  direction: ltr;
}

.button_lang {
  position: absolute;
  right: 0;
  background-color: #444;
  color: #FFF;
  padding: 0px 15px;
  border-radius: 5px;
  -webkit-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  -ms-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}
.button_lang:hover, .current_lang {
  cursor: pointer;
  background-color: #3c5c88;   
  -webkit-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  -ms-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.current_lang {
    display: none; }

ul li {
  width: auto;
  display: inline;
}

.section {
    margin-top: 15px;
    margin-bottom: 15px;	}

.section_name {
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
    margin: 7px 0 15px 0;
    color: #00425F; }

.first_section,
.second_section,
.third_section,
.forth_section,
.fifth_section,
.six_section,
.seven_section {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: -10px;
    padding: 10px 10px 20px 10px;
    color: #00425F;
}

.third_section .lang label {
  float: left;
  padding: 0 4px;
  text-align: center;
}

input, textarea, select, button {
  font-family: "Muli-Regular"; }

p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0; }

img {
  max-width: 100%; }

ul {
  padding-left: 0;
  margin-bottom: 0; }

a {
  text-decoration: none; }

:focus {
  outline: none; }

.wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00425F; }

.inner {
  position: relative;
  width: 500px; }

.image-1 {
  position: absolute;
  bottom: -12px;
  left: -191px;
  z-index: 99; }

.image-2 {
  position: absolute;
  bottom: 0;
  right: -129px; }

.dot {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
}

.read {
  background-color: #0069D9;
}

.unread {
  background-color: #DC3545;
}

.readform {
    padding: 0;
    margin: 0;
}

.readform button {
    padding: 0;
    margin: 0;
    background-color: #06112b;
    color: #fbfbfb;
    font-size: 1rem;
    font-weight: bold;
}

form {
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 25px 25px 25px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }

h3 {
  text-transform: uppercase;
  font-size: 25px;
  font-family: "Muli-SemiBold";
  color: #333;
  text-align: center;
  margin-bottom: 33px; }

.form-holder {
  position: relative;
  -bottom: 21px; }
  .rtl .form-holder span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #333; }
  .ltr .form-holder span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #333; }
    .form-holder span.lnr-lock {
      left: 2px; }

.form-control {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  width: 100%;
  height: 38px;
  background: none;
  padding: 3px 12px 0px;
  color: #666;
  font-family: "Muli-SemiBold";
  font-size: 16px; }
  .form-control::-webkit-input-placeholder {
    font-size: 14px;
    font-family: "Muli-Regular";
    color: #999;
    transform: translateY(1px); }
  .form-control::-moz-placeholder {
    font-size: 14px;
    font-family: "Muli-Regular";
    color: #999;
    transform: translateY(1px); }
  .form-control:-ms-input-placeholder {
    font-size: 14px;
    font-family: "Muli-Regular";
    color: #999;
    transform: translateY(1px); }
  .form-control:-moz-placeholder {
    font-size: 14px;
    font-family: "Muli-Regular";
    color: #999;
    transform: translateY(1px); }
  .form-control:focus {
    border-bottom: 1px solid #accffe; }

button {
  border: none;
  width: 100%;
  height: 49px;
  margin-top: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #99ccff;
  color: #fff;
  text-transform: uppercase;
  font-family: "Muli-SemiBold";
  font-size: 15px;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden; }
  button span {
    position: relative;
    z-index: 2; }
	
  button:before, button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(52, 152, 253, 0.25) }

@media (max-width: 991px) {
  .inner {
    width: 400px;
    left: 4%; } }
@media (max-width: 767px) {
  .inner {
    width: 100%;
    left: 0; }

  .image-1, .image-2 {
    display: none; }

  form {
    padding: 35px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none; }

  .wrapper {
    background: none; } }

/*# sourceMappingURL=style.css.map */


/* voulnteers counts */

.volunteers_counts {
    text-align: right;
    color: crimson;
}

.more_volunteer p {
    float: left;
    text-align: right;
    direction: rtl;
}

.more_volunteer img {
    width: 25%;
    height: 25%;
}

.more_volunteer form {
  padding: 25px 25px 100%; }

.more_volunteer .six_section {
    padding: 10px 10px 25% 10px;
}


/* error 503 page */

.error503 {
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 3px;
    color: crimson;
}

.hidden {
	display: none;
}

span.contact-important {
    font-style: italic;
    font-size: 12px;
}

/* labels action */

tr .label {
  color: white;
  padding: 3px;
  margin: 2px;
  width: 20px;
}

tr .label a {
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.success {background-color: #4CAF50;} /* Green */
.info {background-color: #2196F3;} /* Blue */
.warning {background-color: #ff9800;} /* Orange */
.danger {background-color: #f44336;} /* Red */
.other {background-color: #615353;} /* Gray */

.table td, .table th {
    padding: 0.25rem !important;
	vertical-align: inherit !important;
}

/* alerts */

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}