@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
 
 @media only screen and (max-width: 1500px) {
     .list-container-wrapper .list-container .left-list .title-top .left h1 {
    font-size: 18px  !important;
    padding-right: 34px !important;
    padding-left: 34px  !important;
     }
     
 .list-container-wrapper .list-container .left-list .list-content {
     overflow-x: auto !important;
 }
 
 
 
 }
 
 @media only screen and (max-width: 568px) {
     .list-container-wrapper .list-container .left-list .title-top {
    width: 100%;
    height: auto !important;
    gap: 30px !important;
     
         
     }
 }
 
 
.hero-texts {
      padding-left: 120px;
    padding-right: 120px;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 26px auto auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
}

.hero-texts p {
    width: 100%;
    color: #6D6D6D;
    text-align: justify !important;
    font-size: 15px;
    line-height: 24px;
}
.hero-texts span {
    color: #4b2f8f;
    font-size: 16px;
    font-weight: bold;
    text-align: justify !important;
}

@media only screen and (max-width: 768px) {
    .hero-texts {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

html,
body {
  background: #ffffff;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
html input,
body input {
  transition: 60ms ease-in-out !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  border: 2px solid transparent;
}
html input:focus,
body input:focus {
  border: 2px solid rgb(248, 124, 41) !important;
}

td img {
  width: 45px;
  height: 45px;
  padding: 5px;
  cursor: pointer;
}

td img:active {
  transform: scale(0.9);
}

.parentDynamicNumberEl {
  background-color: #c7c7c7;
  color: black !important;
  font-weight: bold !important;
  font-size: 18px !important;
}

.header-wrapper {
  width: calc(100% - 40px);
  margin: 20px auto auto;
  background-color: #ffc425;
  border-radius: 18px;
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.header-wrapper .header {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-wrapper .header .informations {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.header-wrapper .header .informations .item-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.header-wrapper .header .informations .item-info img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-wrapper .header .informations .item-info a {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  transition: 100ms ease-in-out;
}
.header-wrapper .header .informations .item-info a:hover {
  color: #575757;
}
.header-wrapper .header .socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.header-wrapper .header .socials a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #000000;
  transition: 100ms ease-in-out;
}
.header-wrapper .header .socials a img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.header-wrapper .header .socials a:hover {
  background-color: rgb(255, 155, 88);
}

.logo-center {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 28px;
}
.logo-center a {
  width: 129px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.logo-center a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero-wrapper {
  width: 100%;
  height: 318px;
  margin-top: 60px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.hero-wrapper .hero {
  background-color: rgba(0, 0, 0, 0.281);
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 60px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100vh;
}
.hero-wrapper .hero h1 {
  color: #ffffff;
  font-weight: 500;
  font-family: "Lora", serif;
  font-size: 38px;
  line-height: 48px;
}
.hero-wrapper .hero span {
  position: relative;
  top: 26px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.list-container-wrapper {
  width: 100%;
  height: auto;
  padding: 70px;
  background-color: transparent;
  margin-top: 61px;
}
.list-container-wrapper .list-container {
  padding-bottom: 100px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.list-container-wrapper .list-container .left-list {
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.list-container-wrapper .list-container .left-list .title-top {
  width: 100%;
  height: 125px !important;
  display: flex;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 27px;
  justify-content: center;
  background: #ffffff;
}
.list-container-wrapper .list-container .left-list .title-top .left {
  width: 75%;
  height: 125px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.list-container-wrapper .list-container .left-list .title-top .left h1 {
  color: #000000;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.list-container-wrapper .list-container .left-list .title-top .right {
  width: 25%;
  height: 125px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.6117647059);
}
.list-container-wrapper .list-container .left-list .title-top .right .field-voen {
  width: 100%;
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-container-wrapper .list-container .left-list .title-top .right .field-voen .field-name {
  border: none;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}
.list-container-wrapper .list-container .left-list .title-top .right .field-voen input {
  width: 100%;
  border-radius: 6px;
  outline: none;
  border: 3px solid #cecece;
  height: 80%;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: 10px;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
}
.list-container-wrapper .list-container .left-list .title-top .right span {
  width: 100%;
  height: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.431372549);
  color: #000000;
  font-weight: 500;
  font-size: 20px;
}
.list-container-wrapper .list-container .left-list .list-content {
  width: 100%;
}
.list-container-wrapper .list-container .left-list .list-content table.customTable {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.8);
  border-style: solid;
  color: #000000;
}
.list-container-wrapper .list-container .left-list .list-content table.customTable:nth-child(1) {
    background-color: #FDFD96;
}
.list-container-wrapper .list-container .left-list .list-content table.customTable .inputs-tr td {
  padding: 0 !important;
}
.list-container-wrapper .list-container .left-list .list-content table.customTable .inputs-tr td input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 16px;
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.list-container-wrapper .list-container .left-list .list-content table.customTable td {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}
.list-container-wrapper .list-container .left-list .list-content table.customTable td,
.list-container-wrapper .list-container .left-list .list-content table.customTable th {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.8);
  border-style: solid;
  padding: 14px;
}
.list-container-wrapper .list-container .left-list .list-content table.customTable thead {
  background-color: #ffd966;
}
.list-container-wrapper .list-container .left-list .list-content .bottom-table {
  width: 100%;
  height: 400px;
  background-color: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.list-container-wrapper .list-container .left-list .list-content .bottom-table .left-list-area {
  width: 75%;
  height: auto;
}
.list-container-wrapper .list-container .left-list .list-content .bottom-table .left-list-area .special-field-name,
.list-container-wrapper .list-container .left-list .list-content .bottom-table .left-list-area .field-name {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: end;
  padding-right: 12px;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  background: #d9d9d9;
  border-top: none !important;
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.list-container-wrapper .list-container .left-list .list-content .bottom-table .left-list-area .field-name {
  background: #ffffff !important;
}
.list-container-wrapper .list-container .left-list .list-content .bottom-table .right-input-area {
  width: 25%;
  height: auto;
}
.list-container-wrapper .list-container .left-list .list-content .bottom-table .right-input-area .special-input,
.list-container-wrapper .list-container .left-list .list-content .bottom-table .right-input-area .input {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.3882352941);
  background: #d9d9d9;
}
.list-container-wrapper .list-container .left-list .list-content .bottom-table .right-input-area .input {
  background: #ffffff !important;
}

.send-request {
  width: 100%;
  height: auto;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.send-request button {
  background: #ffc425;
  padding: 14px 32px 14px 32px;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid transparent;
  outline: none;
  transition: 100ms ease-in-out;
}
.send-request button:hover {
  background-color: transparent;
  border: 2px solid orangered;
  cursor: pointer;
}
.send-request button:active {
  transform: scale(0.98);
}

.footer-wrapper {
  padding-left: 120px;
  padding-right: 120px;
  width: calc(100% - 40px);
  margin: 120px auto 20px auto;
  height: auto;
  background: rgba(255, 196, 37, 0.2784313725);
  border-radius: 38px;
}
.footer-wrapper .footer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 28px;
}
.footer-wrapper .footer .logo-area {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-wrapper .footer .logo-area .logo {
  width: 110px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.footer-wrapper .footer .logo-area .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-wrapper .footer .info-area {
  position: relative;
  margin-top: 40px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5215686275);
}
.footer-wrapper .footer .info-area .info-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer-wrapper .footer .info-area .info-box .item-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.footer-wrapper .footer .info-area .info-box .item-info img {
  width: 20px;
  height: 20px;
}
.footer-wrapper .footer .info-area .info-box .item-info a {
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  transition: 70ms ease-in-out;
  font-size: 15px;
}
.footer-wrapper .footer .info-area .info-box .item-info a:hover {
  color: rgba(0, 0, 0, 0.3882352941);
}
.footer-wrapper .footer .info-area .socials {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.footer-wrapper .footer .info-area .socials a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  transition: 70ms ease-in-out;
}
.footer-wrapper .footer .info-area .socials a img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.footer-wrapper .footer .info-area .socials a:hover {
  background-color: #d9d9d9;
}
.footer-wrapper .footer p {
  padding-top: 28px;
  text-align: start;
  text-wrap: wrap;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
}
.footer-wrapper .footer p a {
  color: #d19b05;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
  transition: 100ms ease-in-out;
}
.footer-wrapper .footer p a:hover {
  color: #fff;
}

@media only screen and (min-width: 1360px) {
  .header-wrapper .header {
    max-width: 1440px;
    margin: auto;
  }
  .list-container-wrapper .list-container {
    max-width: 1700px;
    margin: auto;
  }
  .footer-wrapper .footer {
    max-width: 1440px;
    margin: auto;
  }
}
@media only screen and (max-width: 968px) and (min-width: 568px) {
  .list-container-wrapper .list-container .left-list .title-top {
    height: auto;
  }
  .list-container-wrapper .list-container .left-list .title-top .right {
    height: auto;
  }
  .list-container-wrapper {
    padding: 10px !important;
  }
  .list-container-wrapper .list-container .left-list .title-top .right .field-voen {
    flex-direction: column;
    gap: 10px;
    height: 80%;
  }
  .list-container-wrapper .list-container .left-list .title-top .right .field-voen input {
    margin-right: 0;
    width: 100%;
  }
  .header-wrapper {
    width: 100% !important;
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-wrapper .header {
    flex-direction: column;
    gap: 40px;
  }
  .header-wrapper .header .informations {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .hero-wrapper .hero h1 {
    font-size: 17px;
    line-height: unset;
  }
  .list-container-wrapper .list-container .left-list .list-content table.customTable td,
  .list-container-wrapper .list-container .left-list .list-content table.customTable th {
    padding: 2px !important;
    font-size: 12px !important;
  }
  .list-container-wrapper .list-container .left-list .list-content table.customTable {
    border-collapse: unset !important;
  }
  .list-container-wrapper .list-container .left-list .title-top .left h1 {
    font-size: 17px;
  }
  .list-container-wrapper .list-container .left-list .title-top .right span {
    font-size: 15px;
  }
  .footer-wrapper .footer .info-area .info-box {
    flex-direction: column;
    gap: 20px;
  }
  .footer-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer-wrapper .footer .info-area .socials {
    display: none;
  }
}
@media only screen and (max-width: 568px) and (min-width: 268px) {
    .list-container-wrapper .list-container .left-list .list-content .bottom-table .left-list-area {
        width: 100% !important;
    }
       .list-container-wrapper .list-container .left-list .title-top {
    width: 100%;
    height: auto !important;
    gap: 30px !important;
    flex-direction: column !important;
}
.list-container-wrapper .list-container .left-list .title-top .left {
    width: 100% !important;
}
.list-container-wrapper .list-container .left-list .title-top .right {
    height: auto !important;
    width: 100% !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    
}
.list-container-wrapper .list-container .left-list .title-top .right .field-voen input {
    max-width: 85% !important;
    height: 42px !important;
}
.list-container-wrapper .list-container .left-list .title-top .left h1 {
    font-size: 14px !important;
}
.list-container-wrapper {
    margin-top: 6px !important;
}
     
     
     
  .list-container-wrapper {
    padding: 10px !important;
  }
  .list-container-wrapper .list-container .left-list .title-top {
    height: auto;
  }
  .list-container-wrapper .list-container .left-list .title-top .right {
    height: auto;
  }
  .list-container-wrapper .list-container .left-list .title-top .right .field-voen {
    flex-direction: column;
    gap: 10px;
    height: 80%;
  }
  .list-container-wrapper .list-container .left-list .title-top .right .field-voen input {
    margin-right: 0;
    width: 100%;
  }
  .list-container-wrapper .list-container .left-list .title-top .right .field-voen .field-name {
    font-size: 14px;
  }
  .header-wrapper {
    width: 100% !important;
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-wrapper .header {
    flex-direction: column;
    gap: 40px;
  }
  .header-wrapper .header .informations {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .hero-wrapper .hero h1 {
    font-size: 17px;
    line-height: unset;
  }
  .list-container-wrapper .list-container .left-list .list-content table.customTable td,
  .list-container-wrapper .list-container .left-list .list-content table.customTable th {
    padding: 2px !important;
    font-size: 12px !important;
  }
  .list-container-wrapper .list-container .left-list .list-content table.customTable {
    border-collapse: unset !important;
  }
  .list-container-wrapper .list-container .left-list .title-top .left h1 {
    font-size: 17px;
  }
  .list-container-wrapper .list-container .left-list .title-top .right span {
    font-size: 15px;
  }
  .hero-wrapper .hero {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-wrapper .footer .info-area .info-box {
    flex-direction: column;
    gap: 20px;
  }
  .footer-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer-wrapper .footer .info-area .socials {
    display: none;
  }
 
  .list-container-wrapper .list-container .left-list .list-content table.customTable .inputs-tr td input {
    padding: 10px 13px !important;
  }
  .list-container-wrapper .list-container .left-list .list-content table.customTable thead {
    height: 50px !important;
  }
  .list-container-wrapper .list-container .left-list .list-content table.customTable td, .list-container-wrapper .list-container .left-list .list-content table.customTable th {
      text-wrap: nowrap !important;
      padding: 12px !important;
      font-size: 13px !important;
  }
  
  .list-container-wrapper .list-container .left-list .list-content table.customTable .inputs-tr td input::placeholder {
      font-size: 10px !important;
  }
  
}
@media only screen and (max-width: 1315px) and (min-width: 968px) {
  .list-container-wrapper {
    padding: 10px !important;
  }
  .list-container-wrapper .list-container .left-list .title-top {
    height: auto;
  }
  .list-container-wrapper .list-container .left-list .title-top .right {
    height: auto;
    gap: 24px !important;
  }
  .list-container-wrapper .list-container .left-list .title-top .right .field-voen {
    flex-direction: column;
    gap: 10px;
    height: 80%;
  }
  .list-container-wrapper .list-container .left-list .title-top .right .field-voen input {
    margin-right: 0;
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */