:root {
  --main-gray: #58595b;
  --main-green: #108340;
  --main-orange: #f58220;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

@font-face {
  font-family: "Estedad-Black";
  src: url("../fonts/Estedad-Black.woff2");
}
@font-face {
  font-family: "Estedad-Bold";
  src: url("../fonts/Estedad-Bold.woff2");
}
@font-face {
  font-family: "Estedad-ExtraBold";
  src: url("../fonts/Estedad-ExtraBold.woff2");
}
@font-face {
  font-family: "Estedad-ExtraLight";
  src: url("../fonts/Estedad-ExtraLight.woff2");
}
@font-face {
  font-family: "Estedad-Light";
  src: url("../fonts/Estedad-Light.woff2");
}

@font-face {
  font-family: "Estedad-Medium";
  src: url("../fonts/Estedad-Medium.woff2");
}

@font-face {
  font-family: "Estedad-Regular";
  src: url("../fonts/Estedad-Regular.woff2");
}

@font-face {
  font-family: "Estedad-SemiBold";
  src: url("../fonts/Estedad-SemiBold.woff2");
}

@font-face {
  font-family: "Estedad-Thin";
  src: url("../fonts/Estedad-Thin.woff2");
}

@font-face {
  font-family: "Estedad-FD-Black";
  src: url("../fonts/Estedad-Black.woff2");
}
@font-face {
  font-family: "Estedad-Bold";
  src: url("../fonts/Estedad-FD-Bold.woff2");
}
@font-face {
  font-family: "Estedad-FD-ExtraBold";
  src: url("../fonts/Estedad-FD-ExtraBold.woff2");
}
@font-face {
  font-family: "Estedad-FD-ExtraLight";
  src: url("../fonts/Estedad-FD-ExtraLight.woff2");
}
@font-face {
  font-family: "Estedad-FD-Light";
  src: url("../fonts/Estedad-FD-Light.woff2");
}

@font-face {
  font-family: "Estedad-FD-Medium";
  src: url("../fonts/Estedad-FD-Medium.woff2");
}

@font-face {
  font-family: "Estedad-FD-Regular";
  src: url("../fonts/Estedad-FD-Regular.woff2");
}

@font-face {
  font-family: "Estedad-FD-SemiBold";
  src: url("../fonts/Estedad-FD-SemiBold.woff2");
}

@font-face {
  font-family: "Estedad-FD-Thin";
  src: url("../fonts/Estedad-FD-Thin.woff2");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?bv8jjr");
  src: url("../fonts/icomoon.eot?bv8jjr#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?bv8jjr") format("truetype"),
    url("../fonts/icomoon.woff?bv8jjr") format("woff"),
    url("../fonts/icomoon.svg?bv8jjr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-keyboard_arrow_down:before {
  content: "\e313";
}
.icon-keyboard_arrow_left:before {
  content: "\e314";
}
.icon-keyboard_arrow_right:before {
  content: "\e315";
}
.icon-keyboard_arrow_up:before {
  content: "\e316";
}
.icon-check2:before {
  content: "\e5ca";
}
.icon-search:before {
  content: "\e625";
}
.icon-home21:before {
  content: "\e908";
}
.icon-user1:before {
  content: "\f008";
}
.icon-cog11:before {
  content: "\f015";
}
.icon-log-out:before {
  content: "\e902";
}
.icon-login:before {
  content: "\e903";
}
.icon-eye:before {
  content: "\f06e";
}
.icon-eye-slash:before {
  content: "\f070";
}
.icon-delete:before {
  content: "\e900";
}
.icon-trash-2:before {
  content: "\e925";
}
.icon-pencil:before {
  content: "\e904";
}
.icon-view_list:before {
  content: "\e8ef";
}

body {
  font-family: "Estedad-Medium";
  font-size: 13px;
}

.icon-white {
  color: #fff;
}
.icon-dark {
  color: #000;
}
.show_error {
  color: var(--main-green);
  font-size: 14px;
}
.navbar-vertical .navbar-nav .nav-link {
  font-weight: normal !important;
}
label,
.form-label {
  font-size: 0.75rem;
  font-weight: normal;
}
.card .card-body {
  font-family: unset;
}
.btn {
  font-weight: normal;
}
.btn-sm,
.btn-group-sm > .btn {
  font-size: 0.85rem;
}
.alert {
  padding: 0.4rem 0.4rem;
}
.table th {
  font-weight: normal;
  font-size: 14px;
}
.table td {
  font-size: 12px;
}
.btn-small-custom {
  font-weight: normal !important;
  padding: 0.35rem 1rem !important;
  font-size: 0.75rem !important;
  border-radius: 0.3rem !important;
  margin-bottom: 0rem !important;
  letter-spacing: 0px !important;
}
.table thead th {
  padding: 0.75rem 0.2rem;
}
.input-search {
  float: right;
  width: auto;
  margin-left: 10px;
}
.alert {
  font-size: 0.8rem;
}
.navbar-vertical
  .navbar-nav
  .nav-item
  .collapse
  .nav
  .nav-item
  .nav-link::before,
.navbar-vertical
  .navbar-nav
  .nav-item
  .collapsing
  .nav
  .nav-item
  .nav-link::before {
  right: -18px;
  left: unset;
}
label span {
  /* background-image: linear-gradient(310deg, #ef4444, #ec4899); */
  margin-right: 10px;
  padding: 0px 2px;
  border-radius: 2px;
  color: #fff;
  width: 20px;
  display: inline-block;
  text-align: center;
  background-color: #000;
}
#tinymce .mceContentBody p {
  font-family: "Estedad-FD-Medium";
}

.mce-menubtn span {
  font-family: "Estedad-Medium" !important;
  font-size: 12px !important;
}
span.mce-text {
  font-family: "Estedad-Medium" !important;
  font-size: 12px !important;
}
.form-group {
  margin-bottom: 0;
  padding: 10px;
}
.navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"]::after {
  font-family: "icomoon";
  font-weight: 700;
  content: "\e314";
}
.navbar-vertical
  .navbar-nav
  .nav-link[data-bs-toggle="collapse"][aria-expanded="true"]::after {
  transform: rotate(-90deg);
}
#text[en]_ifr {
  text-align: left;
  direction: ltr;
}
.showfilebtn {
  font-size: 9px;
  background: green;
  padding: 2px 10px;
  color: #fff !important;
}
.deletefilebtn {
  font-size: 9px;
  background: red;
  padding: 2px 10px;
  color: #fff !important;
}
.form-select {
  background-position: left 0.75rem center;
}
