body {
  font-family: Gilroy, sans-serif;
  background: linear-gradient(135deg, #E6E6E6 0%, #FFFFFF 100%);
}

.order {
  background-image: url("/assets/img/bg-order.webp");
  background-repeat: no-repeat;
}

.navbar__toggle-menu {
  border: none;
  width: 2.0625rem;
  height: 2.0625rem;
  display: none;
  border-radius: 0.375rem;
  background: #f2f2f2 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUgxN00xIDdIMTdNMSAxM0gxNyIgc3Ryb2tlPSIjMUUxRDFEIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=) 50%/1rem 0.75rem no-repeat;
  order: 1;
}

.navbar__toggle-menu.opened {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUwxNSAxNU0xIDE1TDE1IDEiIHN0cm9rZT0iIzFFMUQxRCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-size: 0.875rem 0.875rem;
}

.menu-wrapper {
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100vh;
  background: linear-gradient(315deg, #E6E6E6 0%, #FFF 100.86%);
  z-index: 999;
}

.menu-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-link a {
  padding: 10px 0;
}

nav {
  position: relative;
  background: linear-gradient(315deg, #E6E6E6 0%, #FFF 100.86%);
  box-shadow: 0 10px 73px 0 rgba(0, 0, 0, 0.25);
  z-index: 5;
}

.nav-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 65px;
}

.nav-logo img {
  width: 75px;
}

.nav-link {
  padding-left: 25px;
  margin-right: auto;
}

.nav-active {
  color: #00A113!important;
}

nav a {
  padding: 0 20px;
  text-decoration: none;
  color: #2B2B2B;
  font-size: calc(.7rem + .4vw);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nav-profile {
  color: #ABABAB;
  font-weight: 500;
  font-size: calc(.7rem + .3vw);
  background: none;
  border: none;
}

.nav-profile img {
  width: 10px;
}

.bereke-btn {
  border: none;
  padding: 10px 15px;
  border-radius: 72px;
  background: linear-gradient(262deg, #C84800 -1.36%, #FF8A00 100%);
  color: white;
  font-size: calc(.8rem + .4vw);
  font-weight: 500;
  cursor: pointer;
  height: fit-content;
}

.login-wrapper {
  display: flex;
  height: 100vh;
  width: 100vw;
}

.login-left {
  width: 100%;
}

.login-logo-h2 {
  text-align: center;
  margin-bottom: -50px;
  margin-top: 150px;
}

.login-right {
  width: 100%;
}

.login-img {
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/login-background.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.login-form {
  margin: 0 auto;
  width: 550px;
  height: 450px;
  flex-shrink: 0;
  border-radius: 15px;
  background: linear-gradient(315.48deg, #E6E6E6 0%, #FFFFFF 100.86%);
}

.login-form-wrapper {
  display: flex;
  flex-direction: column;
  padding: 50px;
}

.sms-form-wrapper {
  display: flex;
  flex-direction: column;
  padding: 50px 160px;
}

.login-form-text {
  margin: 25px auto 0;
  font-weight: 400;
  font-size: calc(.8rem + .5vw);
  text-align: center;
}

.login-inputs p {
  font-size:calc(.8rem + .5vw);
  font-weight: 400;
}

.login-input {
  border: 1px solid #8A9CB8;
  border-radius: 3px;
  height: 35px;
  width: 100%;
  padding-left: 8px;
}

input::placeholder {
  color: #8A9CB8!important;
  font-size:calc(.6rem + .3vw);
  font-weight: 300;
}

.login-btn {
  background: linear-gradient(261.63deg, #C84800 -1.36%, #FF8A00 100%);
  border: none;
  border-radius: 25px;
  color: white;
  padding: 15px 25px;
}

.login-checkbox[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  width: 15px;
  height: 15px;
  border: 1px solid #8A9CB8;
  margin-right: 4px;
  cursor: pointer;
}

.login-checkbox[type="checkbox"]:checked::before {
  content: "\2713";
  display: block;
  text-align: center;
  font-size: 14px;
  color: #8A9CB8;
}

.login-label-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-text {
  margin: 25px auto 0;
  text-align: center;
  color: #8A9CB8;
  width: 250px;
}

.login-text a {
  text-decoration: none;
  color: #00A113;
}

.login-form button {
  margin: 25px auto 0;
}

.form-text {
  margin-top: 50px;
  color: #8A9CB8;
  text-align: center;
}

.form-text a {
  margin-left: 18px;
  text-decoration: none;
  color: #00A113;
}

.sms-text {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sms-text a {
  text-decoration: none;
  color: #00A113;
  font-size:calc(.6rem + .3vw);
  font-weight: 400;
}

.sms-text img {
  width: calc(.8rem + .4vw);
}

.reg-form {
  margin: 0 auto;
  width: 60vw;
  height: 450px;
  flex-shrink: 0;
  border-radius: 15px;
  background: linear-gradient(315.48deg, #E6E6E6 0%, #FFFFFF 100.86%);
}

.reg-form-wrapper {
  display: flex;
  flex-direction: column;
}

.reg-form button {
  margin: 25px auto 0;
}

.reg-inputs {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}

.reg-label {
  padding: 0 25px;
}

.reg-input {
  border: 1px solid #8A9CB8;
  border-radius: 3px;
  height: 50px;
  width: 80%;
  padding-left: 8px;
}

#table {
  background: linear-gradient(315deg, #E6E6E6 0%, #FFF 100.86%);
  max-height: 560px;
  max-width: 70%;
  margin: 100px auto 0;
  overflow-y: auto;
  border-radius: 12px;
}

.table-animation {
  animation: table 2s ease 0s 1 alternate none;
}

@keyframes table {
  0% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
  }
}

.order-action {
  background: #ABABAB;
  border-radius: 50%;
  width: 22px;
  padding: 5px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.order-action:hover {
  background: linear-gradient(262deg, #C84800 -1.36%, #FF8A00 100%);
  transform: scale(1.1);
}

.table-nav {
  display: flex;
  align-items: center;
}

.table-nav-right {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #C3C3C3;
  padding: 0 15px;
  cursor: pointer;
}

.table-nav-right img {
  padding-right: 5px;
  width: 25px;
}

.table-nav-btn {
  background: none;
  border: none;
  padding: 18px;
  font-weight: 600;
  cursor: pointer;
}

.table-nav-btn-active {
  background: #EEEEEE;
  border-radius: 12px;
}

.table-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #ABABAB;
}

.table-search img {
  width: 22px;
}

.table-search p {
  padding: 0 5px;
}

.table-search-input {
  border-radius: 19px;
  border: none;
  background: #EBEBEB;
  width: 250px;
  height: 30px;
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.order-table {
  margin-top: 15px;
  width: 100%;
  color: #2B2B2B;
}

.order-table tr {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.order-table td,
.order-table th {
  display: block;
  flex: 1 1 auto;
  padding: 1rem;
  width: 135px;
  text-align: center;
  font-size: calc(.9rem + .4vw);
  font-weight: 400;
}

.user-num-table {
  padding: 1rem 0.2rem!important;
  flex: .2 1 auto!important;
  font-weight: 600!important;
}

.order-table td ul {
  padding-inline-start: 10px;

}

.order-table td ul li {
  text-align: start;
}

.order-table th ul {
  margin: 0;
  padding: 0 10px;
  text-align: start;
}

thead th {
  font-weight: 600!important;
}

tbody th,
tbody td {
  border: 1px solid #C3C3C3;
}

.modal-overlay {
  background-color: rgba(30,29,29,.24);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.modal-body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.modal-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.update-modal {
  border-radius: .8rem;
  max-width: 40.25rem;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
}

.modal-content {
  position: relative;
}

.modal-up {
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  background: linear-gradient(315deg, #E6E6E6 0%, #FFF 100.86%);
  box-shadow: 0 22px 30px rgba(85, 93, 137, 0.10);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-up a {
  text-decoration: none;
  color: #00A113;
  padding-left: 15px;
}

.modal-up h1 {
  padding: 1rem 2rem 1rem 5rem;
  font-size: calc(.8rem + .7vw);
  margin: unset;
  font-weight: 600;
}

.modal-button-close {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 0 1rem;
  color: #A9A9A9;
  cursor: pointer;
}

.modal-button-close img {
  width: 20px;
  padding-right: 5px;
}

.body-modal {
  padding: 0 3rem 3rem;
}

.modal-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal-inputs {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #2B2B2B;
}

.modal-input {
  border-radius: 12px;
  border: 1px solid #ABABAB;
  width: 200px;
  height: 35px;
  padding-left: 15px;
}

.modal-form-title {
  font-size: calc(.7rem + .6vw);
}

.modal-body-form {
  display: flex;
  align-items: center;
}

.list-form-modal {
  list-style-type: none;
  text-align: start;
  margin: 0;
  padding: 0;
  font-size: calc(.5rem + .4vw);
}

.label-file {
  border-radius: 19px;
  background: linear-gradient(135deg, #E6E6E6 0%, #FFF 100%);
  width: 185px;
  margin-left: 25px;
  cursor: pointer;
}

.label-file img {
  width: 100px;
  padding: 20px 50px;
}

.label-file span {
  border-radius: 19px;
  background: #D7D7D7;
  font-size: calc(.4rem + .6vw);
  padding: 15px 0;
  color: #858585;
  display: block;
  width: 100%;
}

.modal-button {
  border: none;
  border-radius: 80px;
  background: linear-gradient(262deg, #C84800 -1.36%, #FF8A00 100%);
  color: white;
  padding: 8px 25px;
  margin-top: 25px;
  cursor: pointer;
}

#profile {
  padding: 100px 150px;
}

.profile-wrapper {
  border-radius: 19px;
  background: linear-gradient(315deg, #E6E6E6 0%, #FFF 100.86%);
  box-shadow: 0 0 44px 0 rgba(79, 79, 79, 0.20);
  width: fit-content;
  padding: 50px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.profile-inputs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  width: fit-content;
}

.profile-input {
  border-radius: 14px;
  border: 1px solid #ABABAB;
  color: #303030;
  width: 300px;
  height: 40px;
  padding-left: 15px;
}

.inputs-div {
  padding: 0 50px;
}

.profile-addon-text {
  text-align: end;
  color: #ABABAB;
  display: flex;
  flex-direction: column;
}

.profile-addon-text a {
  color: #00A113;
  text-decoration: none;
}

.profile-addon-text img {
  width: 20px;
  padding-right: 5px;
}

@media only screen and (max-width: 1400px) {
  #table {
    width: fit-content;
  }
  .order-table {
    width: 1024px;
  }
  #profile {
    padding: 100px 0;
  }
  .profile-wrapper {
    padding: 25px;
  }
  .inputs-div {
    padding: 0 15px;
  }
}

@media only screen and (max-width:992px) {
  .login-form {
    width: 100%;
  }
  .reg-form {
    width: 90vw;
    height: unset;
  }
  .reg-logo {
    width: 45%;
  }
  .reg-form-wrapper {
    padding: 25px 0;
  }
  .reg-label {
    padding: 0 5px;
  }
  #table {
    max-width: unset;
  }
}

@media only screen and (max-width: 820px) {
  .menu-wrapper {
    top: 52px !important;
  }
  .nav-link {
    display: none;
  }
  .navbar__toggle-menu {
    display: inline-block;
  }
  #profile {
    padding: 100px 0;
  }
  .profile-wrapper {
    padding: 25px;
    flex-direction: column;
  }
  .inputs-div {
    padding: 0 15px;
  }
}

@media only screen and (max-height:820px) {
  .login-logo-h2 {
    margin-top: 25px;
  }
  .reg-logo {
    width: 25%;
  }
  .form-text {
    margin-top: 5px;
  }
  .menu-wrapper {
    top: 80px !important;
  }
}

@media only screen and (max-height:1200px) {
  .menu-wrapper {
    top: 80px !important;
  }
}

@media only screen and (max-width:525px) {
  .nav-wrapper {
    padding: 0 20px;
  }
  .nav-logo img {
    width: 50px;
  }
  .login-logo-h2 {
    margin-top: 10%;
  }
  .login-right {
    display: none;
  }
  .login-form {
    width: 100vw;
    height: unset;
  }
  .login-input {
    padding-left: 2%;
  }
  .login-text {
    width: unset;
  }
  .form-text {
    margin: 25px 0;
  }
  .sms-form-wrapper {
    padding: 50px;
  }
  .modal-up h1 {
    padding: 1rem 0!important;
  }
  .list-form-modal {
    padding: 0 0 50px;
    font-size: calc(.7rem + .6vw);
  }
  .label-file {
    width: 150px;
  }
  .label-file img {
    width: 50px;
    padding: 10px 25px;
  }
  .modal-body-form {
    flex-direction: column;
  }
  #profile {
    padding: 50px 0;
  }
  .profile-wrapper {
    padding: 15px;
    flex-direction: column;
  }
  .inputs-div {
     padding: 0 20px;
  }
  .profile-input {
    width: 100%;
  }
  .profile-addon-text {
    align-items: center;
  }
  .profile-addon-text p {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
