@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body.index {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding-inline: 10px;
}

.index .login-card {
  border: 2px solid #b79c57;
  padding: 10px 75px 75px 75px;
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
  text-align: center;
}

@media (max-width: 575px) {
  .index .login-card {
    border: 2px solid #b79c57;
    padding: 10px 45px 75px 45px;
  }
}

.index .login-card img {
  margin-top: -10px;
}

.index .login-card h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}

.login-card input[type="email"],
.login-card input[type="password"] {
  background-color: #f9f9f9;
  border: none;
}

.index .form-check-input:checked {
  background-color: #b79c57;
  border-color: #b79c57;
}

.index .btn-custom {
  background-color: #b79c57;
  color: #fff;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
}

.index .btn-custom:hover {
  color: #fff;
}

.index .btn-custom:focus {
  box-shadow: none;
}

.index .form-text-link {
  color: #b79c57;
  text-decoration: none;
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
}

.index .form-text-link:hover {
  text-decoration: underline;
}

.index .okha {
  background-color: #f9f9f9 !important;
}

.index .upar {
  background-color: #f9f9f9;
}

.index .upar .form-control {
  background: #f9f9f9;
  border: none;
}

.index .back {
  padding-left: 12px;
  padding-top: 10px;
  margin-bottom: 0%;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.index .form-check-label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
}

.index .form-control:focus {
  box-shadow: none;
}

.index .form-check-input:focus {
  box-shadow: none;
}

.index .form-text-link:hover {
  color: #b79c57;
  text-decoration: none;
}

.sidebar {
  /* width: 100%;
    max-width: 342px; */
  height: 100vh;
  padding: 40px 30px;
  background: #fafafb;
  overflow-y: auto;
  top: 0;
  left: 0;
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  /* position: fixed; */
  transform: translateX(-100%);
}

.sidebar.open {
  transform: translateX(0);
}

.toggle-btns {
  top: 10px;
  right: 27px;
  background-color: #b79c57;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1100;
  font-size: 25px;
}

@media (max-width: 991px) {
  .sidebar {
    transform: translateX(-100%);
    position: fixed;
    overflow-y: auto;
    height: 100vh;
    width: 80%;
  }

  .sidebar.open {
    transform: translateX(0);
  }

  .toggle-btns {
    display: flex;
  }
}

@media (min-width: 992px) {
  .sidebar {
    transform: translateX(0);
  }

  .toggle-btns,
  .close-btn {
    display: none;
  }
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  color: #000;
  border: none;
  font-size: 40px;
  cursor: pointer;
  display: none;
  z-index: 1200;
}

.sidebar::-webkit-scrollbar {
  width: 6px;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.sidebar .sidebar-item {
  color: black;
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 17px 12px 17px 12px;
}

.sidebar .sidebar-item span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #9197a1;
}

.sidebar .sidebar-item .log {
  color: #f72585;
}

.sidebar .sidebar-item.active {
  border-radius: 3px;
  background: #3a0ca3;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #ffffff;
}

.sidebar .sidebar-item.active span {
  color: #ffffff;
  font-weight: 600;
}

.sidebar .sidebar-item.active img {
  filter: brightness(1000%);
}

.header {
  height: 80px;
  padding: 24px 40px 24px 40px;
  background: #ffffff;
  position: relative;
  z-index: 11;
}

@media (max-width: 767px) {
  .header {
    padding: 15px;
  }
}

.header .he-name {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #000000;
  display: flex;
  gap: 5px;
}

.header .he-name .hard {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #000000;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.content {
  height: calc(100vh - 80px);
  overflow-y: scroll;
  background: #ffffff;
  padding: 25px 20px 25px 20px;
}

.sidebar .sidebar-item.active {
  border-radius: 5px;
  background: #b79c57;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #ffffff;
}

.menus .contentx {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}

.menus .custom-box {
  background-color: #faf9f4;
  padding: 55px 0px 30px 0px;
  text-align: center;
  height: 100%;
}

.menus .custom-box.active {
  background-color: #f7f7f7;
}

.menus .icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #a58e49;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.menus .icon-circle.dark {
  background-color: #3d3e3c;
}

.menus .icon-circle img {
  width: 20px;
  height: 20px;
}

.menus .label-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #a88c4c;
  font-size: 22px;
  line-height: 28px;
}

.menus .label-text.dark {
  color: #4a4b49;
}

.page-logo {
  width: 150px;
}

.conta .form-control {
  border: 0;
  border-bottom: 1px solid #e0e1e5;
  border-radius: 0%;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.conta .form-control:focus {
  box-shadow: none;
  border-color: #e0e1e5;
}

.conta .form-select {
  border: 0;
  border-bottom: 1px solid #e0e1e5;
  border-radius: 0%;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.conta .form-select:focus {
  box-shadow: none;
  border-color: #e0e1e5;
}

.conta .form-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #999faa;
  margin-bottom: 0%;
}

.conta .gayu {
  font-family: "Poppins", sans-serif;
  color: #d1d2d2;
}

.conta .goba {
  font-family: "Poppins", sans-serif;
  color: #d1d2d2;
  border-bottom: 1px solid #847a7a;
}

.conta .lasty {
  background: #a58e49;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}

.conta .lasty:hover {
  color: #ffffff;
}

.conta .lasty:focus {
  box-shadow: none;
}

.conta .khokha a i {
  color: #000000;
}

.conta .khokha a {
  color: #007bff;
}

.adjust .choktha {
  background-color: #faf9f4;
  padding: 25px;
}

.adjust .choktha .texu {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #a88c4c;
  font-size: 22px;
  line-height: 28px;
  word-break: break-word;
  white-space: normal;
}

.adjust .chokthas .texu {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #4a4b49;
  word-break: break-word;
  white-space: normal;
}

.adjust .chokthas {
  background-color: #dee2e66e;
  padding: 25px;
}

.adjust .ico {
  background-color: #a58e49;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}

.adjust .icos {
  background-color: #3d3e3c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}

.adjust .table thead th {
  border-bottom: 2px solid transparent;
}

.adjust .table > :not(:last-child) > :last-child > * {
  border-bottom: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #3c3f4a;
  vertical-align: middle;
}

.adjust .okha .table > :not(:last-child) > :last-child > * {
  border: 1px solid #dee2e6;
}

.adjust .table td,
.table th {
  border-top: none;
  vertical-align: middle;
}

.adjust table tbody tr td span {
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  background: #f3f4f6;
  border-radius: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 350;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.adjust table tbody tr td .menu {
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  background: #faf9f4;
  border-radius: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 350;
  font-size: 12px;
  line-height: 18px;
  color: #9c7b0c;
}

.adjust table tbody tr td a {
  font-family: "Poppins", sans-serif;
  font-weight: 350;
  font-size: 12px;
  line-height: 18px;
  color: #9c7b0c;
}

.adjust table tbody tr td {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.adjust table tbody tr td .firsty {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  padding: 0%;
  background: none;
}

.adjust table tbody tr {
  border-left: 1px solid #dee2e66e;
  border-right: 1px solid #dee2e66e;
}

.adjust table {
  border-color: #dee2e66e;
}

.adjust .form-select:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.adjust .sona .form-select {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #59616a;
}

.adjust .okha table tbody tr td a {
  color: #000;
}

.adjust .okha .table > :not(:last-child) > :last-child > * {
  border-bottom: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4f5b72;
  vertical-align: middle;
}

.adjust .okhas .table > :not(:last-child) > :last-child > * {
  border-bottom: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4f5b72;
  vertical-align: middle;
}

.adjust .okhas table tbody tr td span {
  padding: 0%;
  background: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.adjust .sona button {
  background: #a58e49;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.adjust .sona button:focus {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  box-shadow: none;
}

.table thead th {
  white-space: nowrap;
}

.icon-paperclip::before {
  content: "\1F4CE";
  /* paperclip emoji */
}

.servicos .table > :not(:last-child) > :last-child > * {
  border-bottom: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4f5b72;
}

.servicos table tbody tr td {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.servicos .table > :not(:last-child) > :last-child > * {
  border: 1px solid #dee2e6;
}

.servicos .table td,
.table th {
  border-top: none;
  vertical-align: middle;
}

.servicos .form-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #999faa;
  margin-bottom: 0%;
}

.servicos .form-control {
  border: 0;
  border-bottom: 1px solid #e0e1e5;
  border-radius: 0%;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.servicos .nami {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-right: 15px;
}

.servicos .prise {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  border: 1px solid #e4e5e9;
  border-radius: 5px;
  padding: 5px 12px;
}

.servicos .form-select {
  border: 0;
  border-bottom: 1px solid #e0e1e5;
  border-radius: 0%;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.servicos .form-select:focus {
  box-shadow: none;
  border-color: #e0e1e5;
}

.conta .nami {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-right: 15px;
}

.conta .prise {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  border: 1px solid #e4e5e9;
  border-radius: 5px;
  padding: 5px 12px;
}

.conta .table > :not(:last-child) > :last-child > * {
  border: 1px solid #dee2e6;
}

.conta .table > :not(:last-child) > :last-child > * {
  border-bottom: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4f5b72;
}

.conta table tbody tr td {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.conta .lasty img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.clients .icon-set {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients .icon-set img {
  width: 20px;
}

.clients .seti {
  background: #faf9f4;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 50%;
}

.clients .naya span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.clients .naya h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #b79c57;
  margin-bottom: 0%;
  margin-top: 10px;
}

.clients .table > :not(:last-child) > :last-child > * {
  border: 1px solid #dee2e6;
}

.clients .table > :not(:last-child) > :last-child > * {
  border-bottom: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4f5b72;
}

.clients table tbody tr td {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.clients .form-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #999faa;
  margin-bottom: 0%;
}

.clients .form-select {
  border: 0;
  border-bottom: 1px solid #e0e1e5;
  border-radius: 0%;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.clients .form-select:focus {
  box-shadow: none;
  border-color: #e0e1e5;
}

.clients .inis {
  border: 0;
  border-bottom: 1px solid #e0e1e5;
  border-radius: 0%;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.clients .inis:focus {
  color: #000000;
  box-shadow: none;
  border-color: #e0e1e5;
}

.clients .onos {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.clients .lomos:focus {
  box-shadow: none;
}

.clients .lomos:checked {
  background-color: #b79c57;
  border-color: #b79c57;
}

.clients .leki {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #999faa;
  margin-bottom: 0%;
}

.clients .same {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.clients .status-badge {
  background: #eefdf3;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #12913d;
  font-family: "Poppins", sans-serif;
}

.clients .sidy-img {
  width: 20px;
  margin-right: 15px;
}

.clients h6 {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}

.clients .exhaust {
  margin-left: 35px;
}

.clients .backy {
  border: 1px solid #f3f1e8;
  border-radius: 10px;
}

.clients .dsdfs {
  background: #faf9f4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100px;
}

.clients .only-p {
  padding: 25px;
  margin-top: -70px;
}

.clients .ghiko {
  width: 50%;
  border-bottom: 1px solid #e0e1e5;
  margin-left: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.clients .mota textarea {
  background: #f3f4f6;
}

.clients .mota textarea:focus {
  background: #f3f4f6;
  box-shadow: none;
  border-color: #ced4da;
}

.country-logo {
  margin-right: 30px;
  width: 80px;
  height: auto;
  object-fit: contain;
}

.league-logo {
  margin-right: 30px;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.team-logo {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
}

.filter-btn {
  margin: 2px;
}

.table-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.scroll-x {
  overflow-x: auto;
}

.clients .form-control {
  border: 0;
  border-bottom: 1px solid #e0e1e5;
  border-radius: 0%;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.table.outer-bordered {
  border: 1px solid #dee2e6;
}

.clients .fotra .table > :not(:last-child) > :last-child > * {
  border-top: 1px solid #dee2e6;
  border: 0;
}

.clients .lasty {
  background: #a58e49;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}

.clients .lasty:hover {
  color: #ffffff;
}

.clients .form-control:focus {
  box-shadow: none;
  border-color: #e0e1e5;
}

.clients .lasty:focus {
  box-shadow: none;
}

.clients .lasty img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.clients .usape {
  width: 18px;
}

.clients .table td,
.table th {
  vertical-align: middle;
}

.clients .cusradio input {
  display: none;
}

.clients .cusradio label {
  display: inline-block;
  padding: 10px 25px;
  margin-right: 15px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  color: #a58e49;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}

.clients .cusradio input:checked + label {
  background: #a58e49;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 35px;
}

.clients .form-check-label {
  font-family: "Poppins", sans-serif;
  color: #a58e49;
  font-size: 16px;
  line-height: 22px;
  /* margin-left: 5px; */
}

.clients .form-check-inline {
  margin-right: 30px;
  /* display: flex;
    align-items: center; */
}

.clients .fako {
  border: 1px solid #000000;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .custom-wrap {
    flex-wrap: wrap !important;
  }
}

.clients .ghata {
  font-weight: 600;
}

.clients .shad:focus {
  box-shadow: none;
}

.td-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.agenda .lining {
  border: 1px solid #e6e9ec;
}

.agenda .form-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #999faa;
  margin-bottom: 0%;
}

.agenda .form-select {
  border: 0;
  border-bottom: 1px solid #e0e1e5;
  border-radius: 0%;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.agenda .form-control {
  border: 0;
  border-bottom: 1px solid #e0e1e5;
  border-radius: 0%;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.agenda .section-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.agenda .section-title p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.agenda .form-control:focus {
  box-shadow: none;
  border-color: #e0e1e5;
}

.agenda .form-select:focus {
  box-shadow: none;
  border-color: #e0e1e5;
}

.agenda .form-control a {
  border: 0;
  border-radius: 0%;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.agenda .lasty {
  background: #a58e49;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}

.agenda .lasty img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.agenda .table > :not(:last-child) > :last-child > * {
  border-bottom: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4f5b72;
}

.agenda table tbody tr td {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.agenda table tbody tr td a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.agenda .table td,
.table th {
  vertical-align: middle;
}

.agenda .anu .form-check-input:checked[type="radio"] {
  background-image: url("../images/radio.png");
  background-size: 20px;
}

.agenda .anu .form-check-input:focus {
  box-shadow: none;
}

.agenda .form-check-input:checked {
  background-color: unset;
  border-color: transparent;
}

.agenda .lasko {
  width: 20px;
}

.agenda .icon img {
  border: 2px solid transparent;
  border-radius: 4px;
  transition: 0.2s;
}

.agenda .icon.active {
  filter: invert(59%) sepia(78%) saturate(263%) hue-rotate(5deg) brightness(93%)
    contrast(85%);
}

.fc-toolbar-title {
  font-weight: bold;
}

.fc-button {
  font-size: 0.85rem !important;
}

.fc-event-title-container img {
  width: 16px;
  height: 11px;
  margin-left: 4px;
  object-fit: contain;
}

.fc-event {
  font-size: 12px;
  padding: 2px 4px;
  border: none;
}

.agenda #calendar .fc-col-header-cell-cushion {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}

.custom-event {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 2px;
}

.event-time-title {
  font-weight: bold;
}

.event-flag {
  margin-left: 5px;
  width: 16px;
  height: 11px;
  object-fit: contain;
}

.fc .fc-daygrid-day.fc-day-today {
  background: none;
}

.agenda #calendar .fc-day-today.fc-daygrid-day .fc-daygrid-day-number {
  color: #b79c57;
  text-decoration: underline;
  font-weight: 600;
}

.agenda #calendar table tbody tr td a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  text-decoration: none;
}

.agenda #calendar .fc-button-group {
  gap: 10px;
}

.agenda #calendar .fc-button-active {
  background: #b79c57;
  border: none;
}

.agenda #calendar .fc-button-active:focus {
  box-shadow: none;
}

.agenda #calendar .fc-button-group .fc-prev-button {
  background: #f3f4f6;
  color: #afb6cc;
  padding: 10px;
}

.agenda #calendar .fc-button-group .fc-next-button {
  background: #f3f4f6;
  color: #afb6cc;
  padding: 10px;
}

.agenda #calendar .fc-today-button {
  background: #faf9f4;
  color: #b79c57;
}

.fc .fc-button-primary {
  background: none;
  color: #b79c57;
  border: none;
}

.fc .fc-button-primary:not(:disabled):active {
  background: transparent;
  color: #b79c57;
}

.fc .fc-button-primary:hover {
  background: none;
  color: #b79c57;
}

.fc .fc-button-primary:focus {
  box-shadow: none;
}

.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none;
}

.agenda #calendar .fc-button-primary:focus {
  box-shadow: none;
}

.agenda #calendar .fc-daygrid-day-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.agenda #calendar .fc-daygrid-event-dot {
  display: none;
}

.agenda #calendar .event-cassie {
  background: #b79c57;
  padding: 8px;
  margin-bottom: 2px;
}

.agenda #calendar .event-cassie:hover {
  background: #b79c57;
  padding: 8px;
}

.agenda #calendar .event-ossie {
  background: #3d3e3c;
  padding: 8px;
}

.agenda #calendar .event-ossie:hover {
  background: #3d3e3c;
  padding: 8px;
}

.agenda #calendar .fc-event-time {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}

.agenda #calendar .fc-event-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  margin-left: 5px;
}

.agenda .lasty:focus {
  box-shadow: none;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-radius: 5px;
  padding: 5px 25px;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  border-radius: 5px;
  padding: 5px 25px;
}

.agenda #calendar .fc-button-group {
  flex-direction: row-reverse;
}

.agenda #calendar .fc-timeGridDay-button {
  border-right: 1px solid #b79c57;
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
}

.agenda #calendar .fc-header-toolbar {
  flex-wrap: wrap;
  gap: 15px;
}

.agenda #calendar .fc-toolbar-chunk {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fc .fc-toolbar-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.poka {
  color: #0089ea;
}

.clients table tbody tr td a {
  font-family: "Poppins", sans-serif;
  font-weight: 350;
  font-size: 12px;
  line-height: 18px;
  color: #9c7b0c;
}

.deleta .modal-body h5 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 15px;
}

.deleta .modal-body .cancers {
  border: 1px solid #868686;
}

.deleta .modal-body .cancers:focus {
  box-shadow: none;
}

.deleta .modal-body .confirms {
  background: #a58e49;
  color: #fff;
}

.deleta .modal-body .confirms:focus {
  box-shadow: none;
}

.dic {
  text-decoration: none;
  background: #b79c57;
  padding: 5px 20px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  border-radius: 3px;
}

.dic:hover {
  color: #ffffff;
}

.olkja {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.edita .guys {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.edita .form-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 0%;
  width: 29%;
  text-align: end;
  margin-right: 10px;
}

.edita .form-control {
  border: 1px solid #dcdcdd;
  border-bottom: 1px solid #dcdcdd;
  border-radius: 7px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  padding: 3px;
  padding-left: 12px;
  font-size: 14px;
}

.edita .form-control:focus {
  box-shadow: none;
}

.edita .form-control::placeholder {
  color: #000000;
  font-size: 13px;
}

.edita h5 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #000000;
}

.edita button {
  font-family: "Poppins", sans-serif;
  background: #b79c57;
  color: #ffffff;
}

.edita button:hover {
  color: #ffffff;
}

.edita button:focus {
  box-shadow: none;
}

.nichulast {
  font-family: "Poppins", sans-serif;
  background: #b79c57;
  color: #ffffff;
}

.nichulast:hover {
  color: #ffffff;
}

.nichulast:focus {
  box-shadow: none;
}

.edita .form-label.ko {
  width: 14%;
}

.adjust .lasty {
  background: #a58e49;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}

.adjust .lasty img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.adjust .lasty:focus {
  box-shadow: none;
}

.clients table tbody tr td a.ano-a {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.edita .form-control option {
  border: 1px solid #dcdcdd;
  border-bottom: 1px solid #dcdcdd;
  border-radius: 7px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  padding: 3px;
  padding-left: 12px;
  font-size: 14px;
}
input::placeholder {
  color: #999faa !important;
}
input::-webkit-input-placeholder {
  color: #999faa !important;
}

input:-ms-input-placeholder {
  color: #999faa !important;
}

input::-moz-placeholder {
  color: #999faa !important;
}
/*Start Loader*/
.loadingClass {
  margin: 0;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  z-index: 1111;
}
.loadingClass img {
  width: 60px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#showload {
  display: none;
}
.servicos .lasty img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.servicos .lasty {
  background: #a58e49;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}
.btn-search,
.btn-search:hover {
  background: #a58e49;
  color: #fff;
  border: none;
}
.btn-search:focus {
  box-shadow: none;
  background: #a58e49;
  color: #fff;
  border: none;
}

/* new */
.clients .logo-upload-container input[type="file"] {
  display: none;
}

.clients .logo-placeholder img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}

.clients .form-check-label.onos {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "Poppins", sans-serif;
}
.dic:focus {
  box-shadow: none;
}

.scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  padding-top: 25px;
}

.reminder .nami {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-right: 15px;
}

.reminder .prise {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  border: 1px solid #e4e5e9;
  border-radius: 5px;
  padding: 5px 12px;
}

.reminder .table > :not(:last-child) > :last-child > * {
  border: 1px solid #dee2e6;
}

.reminder .table > :not(:last-child) > :last-child > * {
  border-bottom: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4f5b72;
}

.reminder table tbody tr td {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.reminder .lasty img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
/* Chrome, Safari, Edge, Opera */
.table-leauge input[type="number"]::-webkit-outer-spin-button,
.table-leauge input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.table-leauge input[type="number"] {
  -moz-appearance: textfield;
}

/* Optional: to ensure appearance consistency */
.table-leauge input[type="number"] {
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.service_type .lining {
  border: 1px solid #e6e9ec;
}

.service_type .form-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #999faa;
  margin-bottom: 0%;
}

.service_type .form-select {
  border: 0;
  border-bottom: 1px solid #e0e1e5;
  border-radius: 0%;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.service_type .form-control {
  border: 0;
  border-bottom: 1px solid #e0e1e5;
  border-radius: 0%;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.agenda .section-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.service_type .section-title p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.service_type .form-control:focus {
  box-shadow: none;
  border-color: #e0e1e5;
}

.service_type .form-select:focus {
  box-shadow: none;
  border-color: #e0e1e5;
}

.service_type .form-control a {
  border: 0;
  border-radius: 0%;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.service_type .lasty {
  background: #a58e49;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}

.service_type .lasty img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.service_type .table > :not(:last-child) > :last-child > * {
  border-bottom: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4f5b72;
}

.service_type table tbody tr td {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.service_type table tbody tr td a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.service_type .table td,
.table th {
  vertical-align: middle;
}

.service_type .anu .form-check-input:checked[type="radio"] {
  background-image: url("../images/radio.png");
  background-size: 20px;
}

.service_type .anu .form-check-input:focus {
  box-shadow: none;
}

.service_type .form-check-input:checked {
  background-color: unset;
  border-color: transparent;
}

.service_type .lasko {
  width: 20px;
}

.service_type .icon img {
  border: 2px solid transparent;
  border-radius: 4px;
  transition: 0.2s;
}

.service_type .icon.active {
  filter: invert(59%) sepia(78%) saturate(263%) hue-rotate(5deg) brightness(93%)
    contrast(85%);
}

.clf-icn {
  background-color: #b79c57;
  width: 40px;
  height: 40px;
  justify-content: center;
  display: flex;
}
.clf-btn button {
  background-color: #9197a1;
  height: 40px;
  justify-content: center;
  display: flex;
  border: 0px;
}
.clf-icn img {
  width: 20px;
}
.clf-btn img {
  width: 20px;
}

.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  height: 40px !important;
  border-radius: 0px !important;
  align-items: center !important;
  justify-content: center !important;
  display: flex !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px !important;
}
