/*start general properties for website*/
@font-face {
  font-family: "semiBold";
  src: url(../fonts/tajawal/ArbFONTS-AGCRegular.ttf);
}

@font-face {
  font-family: "regular";
  src: url(../fonts/tajawal/ArbFONTS-AGCLight.ttf);
}

@font-face {
  font-family: "bold";
  src: url(../fonts/tajawal/ArbFONTS-AGCBold.ttf);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn:focus,
button:focus,
input:focus,
.form-control:focus {
  outline-width: 0px !important;
  outline-color: transparent !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3 {
  font-family: "bold";
}

h4,
h5,
h6 {
  font-family: "semiBold";
}

p,
span {
  font-family: 'regular';
}

.head-content {
  width: 100%;
  padding: 10px 0px;
  background-color: #0e2c50;
  text-align: center;
}

.head-content h3 {
  color: #fff;
  margin: 0px;
  font-size: 20px;
  font-family: 'bold';
}

/*end general properties for website*/
.head-content {
  background-color: #0F7CA5;
  padding: 10px 0px;
  width: 100%;
}

.head-content h3 {
  text-align: center;
  margin: 0px auto;
  color: #fff;
  font-size: 20px;
  font-family: 'bold';
}

.form-content {
  width: 100%;
  padding: 50px 0px;
  background-color: #48B5BD;
}

.form-content .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-content .form .input-group-prepend, .form-content .form .form-control, .form-content .form .input-group-text {
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
}

.form-content .form .form-control {
  text-align: left !important;
  color: #fff !important;
}

.form-content .form .form-control::-webkit-input-placeholder {
  color: #fff !important;
  font-size: 20px;
  font-family: 'bold';
}

.form-content .form .form-control:-ms-input-placeholder {
  color: #fff !important;
  font-size: 20px;
  font-family: 'bold';
}

.form-content .form .form-control::-ms-input-placeholder {
  color: #fff !important;
  font-size: 20px;
  font-family: 'bold';
}

.form-content .form .form-control::placeholder {
  color: #fff !important;
  font-size: 20px;
  font-family: 'bold';
}

.form-content .form .input-group {
  border: 2px solid #A3D2D7;
  border-radius: 30px;
  width: 100%;
}

.form-content .form i {
  font-size: 15px;
  color: #A3D2D7;
}

.form-content .custom-btn {
  padding: 10px 64px;
  border: 2px solid #fff;
  background-color: #fff;
  width: 238px;
  margin: 10px 0px 0px 0px;
  border-radius: 30px;
  color: #72C8DB;
  text-align: center;
  font-family: 'semiBold';
  font-size: 16px;
  display: block;
}

.form-content .custom-btn.white-color {
  border: 2px solid #72C8DB;
  background-color: transparent;
  color: #fff;
}

.form-content .circle-contain {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.form-content .circle-contain .circle {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: block;
  border-radius: 50%;
}

.form-content .circle-contain .circle.first-color {
  background-color: #0F7CA5;
}

.form-content .circle-contain .circle.second-color {
  background-color: #72C8DB;
}

.form-content .circle-contain .circle.third-color {
  background-color: #1FB795;
}

.buttons-content {
  width: 100%;
  padding: 50px 0px;
  height: 100vh;
  background-color: #0F7CA5;
}

.buttons-content .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.buttons-content .content-data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.buttons-content .content-data .custom-bnt {
  padding: 10px 64px;
  border: 2px solid #72C8DB;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-family: 'semiBold';
  font-size: 16px;
  margin-bottom: 20px;
}

.head {
  color: #fff;
  text-align: center;
  margin: 20px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-family: 'bold';
}

.brand-name {
  width: 300px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.table-content {
  background-color: #A3D2D7;
  padding: 20px 0px;
  width: 100%;
}

.table-content .table {
  width: 50%;
  height: 100%;
  margin: auto;
}

.table-content .table tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.8);
}

.table-content .table tr:nth-child(odd) th {
  background-color: rgba(230, 231, 233, 0.8);
}

.table-content .table th, .table-content .table td {
  border-bottom: 3px solid #A3D2D7;
}

.table-content .table th {
  background-color: #e6e7e9;
  text-align: center;
  height: 60px;
}

.table-content .table .table-data {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.table-content .table .table-data p {
  font-family: 'bold';
  font-size: 20px;
  color: #000;
  margin: 0px;
}

.table-content .table .table-data input {
  text-align: center;
  background-color: transparent;
  border: 0px;
  padding: 10px;
}

.table-content .table td {
  background-color: #fff;
  text-align: center;
  height: 60px;
}

.table-content .table td .edit {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F7F3EF;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.table-content .table td .edit i {
  color: #EFD8AA;
  font-size: 30px;
}

@media (max-width: 900px) {
  .table {
    width: 100% !important;
    overflow-x: scroll !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media (max-width: 500px) {
  .table {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .table-content .table .table-data input {
    width: 100px;
  }
  .custom-btn {
    width: 100% !important;
  }
}
/*# sourceMappingURL=style.css.map */