@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@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");

@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");

@import url("https://fonts.googleapis.com/css2?family=Ruda:wght@400..900&display=swap");

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

.ui-menu {
  width: 200px;
  margin-bottom: 2em;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-autocomplete::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
  border-radius: 8px;
}

.ui-corner-all {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_glass_75_ffffff_1x400.png") 50% 50% repeat-x;
  color: #404040;
}

.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}

.ui-front {
  z-index: 100;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  /*support: IE10, see #8844;*/
}

.ui-menu .ui-menu-item a.ui-corner-all {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  support: IE7;
  font-weight: normal;
}

.ui-corner-all {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.spinner-load {
  width: 100px;
  height: 100px;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-right-color: #409a38;
  animation: spinner-a4dj62 1s infinite linear;
}

.spinner-load::before,
.spinner-load::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
  animation: spinner-a4dj62 2s infinite;
}

.spinner-load::after {
  margin: 8px;
  animation-duration: 3s;
}

@keyframes spinner-a4dj62 {
  100% {
    transform: rotate(1turn);
  }
}

.tooltip-custom {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-custom .result-box:hover {
  background-color: #b92929;
  transform: scale(1.05);
}

.tooltip-custom:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  margin-left: -150px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 72%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.btn-auth.auth-hidden {
  display: none !important;
}

.gg-danger {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 40px;
}

.gg-danger::after,
.gg-danger::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  background: currentColor;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
}

.gg-danger::after {
  top: 9px;
  height: 12px;
}

.gg-danger::before {
  height: 2px;
  bottom: 2px;
}

.line-wobble {
  --uib-size: 80px;
  --uib-speed: 1.55s;
  --uib-color: #ffffff;
  --uib-line-weight: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--uib-line-weight);
  width: var(--uib-size);
  border-radius: calc(var(--uib-line-weight) / 2);
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.line-wobble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--uib-color);
  opacity: 0.1;
}

.line-wobble::after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: calc(var(--uib-line-weight) / 2);
  animation: wobble var(--uib-speed) ease-in-out infinite;
  transform: translateX(-90%);
  background-color: var(--uib-color);
}

@keyframes wobble {
  0%,
  100% {
    transform: translateX(-90%);
  }

  50% {
    transform: translateX(90%);
  }
}

/* licence package start */
.plan {
  border-radius: 16px;
  box-shadow: 0 30px 30px -25px rgba(0, 38, 255, 0.205);
  padding: 10px;
  background-color: #fff;
  color: #697e91;
  max-width: 350px;
  width: 350px;
  min-width: 350px;
  margin: 20px;
  min-height: 460px;
  /* height: 100%; */
  flex: 1 1 calc(33.33% - 16px);
  box-sizing: border-box;
}

/* Ekran genişliği 1200px ve altına düştüğünde */
@media (max-width: 1200px) {
  .plan {
    flex: 1 1 calc(50% - 16px);
  }
}

/* Ekran genişliği 768px ve altına düştüğünde */
@media (max-width: 768px) {
  .plan {
    flex: 1 1 100%;
  }
}

.plan strong {
  font-weight: 600;
  color: #425275;
}

.plan .inner {
  align-items: center;
  padding: 20px;
  padding-top: 40px;
  background-color: #ecf0ff;
  border-radius: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: normal;
  justify-content: space-between;
  /* padding-bottom: 60px; */
}

.plan .pricing {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #bed6fb;
  border-radius: 99em 0 0 99em;
  display: flex;
  align-items: center;
  padding: 0.625em 0.75em;
  font-size: 16px;
  font-weight: 600;
  color: #425475;
}

.plan .package_type {
  position: absolute;
  left: 0;
  right: auto;
  border-radius: 0 99em 99em 0;
}

.plan .pricing small {
  color: #707a91;
  font-size: 0.75em;
  margin-left: 0.25em;
}

.plan .title {
  font-weight: 600;
  font-size: 1.25rem;
  color: #425675;
  margin-top: 50px;
}

.plan .title + * {
  margin-top: 0.75rem;
}

.plan .info + * {
  margin-top: 1rem;
}

.plan .features {
  display: flex;
  flex-direction: column;
  padding: 0;
  max-height: 150px;
  overflow-y: scroll;
  padding-bottom: 10px;

  --sb-track-color: #ecf0ff;
  --sb-thumb-color: #464646;
  --sb-size: 7px;
}

.plan .features::-webkit-scrollbar {
  width: var(--sb-size);
}

.plan .features::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 8px;
}

.plan .features::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 8px;
}

@supports not selector(::-webkit-scrollbar) {
  .plan .features {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}

.plan .features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.plan .features li + * {
  margin-top: 0.75rem;
}

.plan .features .icon {
  background-color: #1fcac5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.plan .features .icon svg {
  width: 14px;
  height: 14px;
}

.plan .features + * {
  margin-top: 1.25rem;
}

.plan .action_x {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.plan .button,
.plan .button_pay,
.plan .button_sale {
  background-color: #6558d3;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  border: 0;
  outline: 0;
  width: 100%;
  padding: 0.625em 0.75em;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}

.plan .button_sale {
  background-color: #38b979;
}

.plan .button_pay {
  background-color: #6e98d7;
}

.plan .btn_create_licence_key {
  background-color: #0067d1;
}

.plan .btn_create_licence_key {
  background-color: #0067d1;
}

.plan .button:hover,
.plan .button:focus {
  background-color: #4133b7;
}

.plan .button_pay:hover,
.plan .button_pay:focus {
  background-color: #4c6b9b;
}

.plan .button_sale:hover,
.plan .button_sale:focus {
  background-color: #38b979;
}

.plan .btn_create_licence_key:hover,
.plan .btn_create_licence_key:focus {
  background-color: #004995;
}

.plan .repo_container .repo_left {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5px;
}

/* licence package end */

@media (max-width: 768px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }

  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* display 4 */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next,
  .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(25%) !important;
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-item-prev:not(.carousel-item-end),
  .active.carousel-item-start,
  .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
  }

  .carousel-item-next.carousel-item-start,
  .active.carousel-item-end {
    transform: translateX(0) !important;
  }

  .carousel-inner .carousel-item-prev,
  .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
  }
}

.owl-carousel .owl-stage {
  padding: 40px 0 !important;
}

.owl-item > div {
  cursor: pointer;
  /* margin: 6% 8%; */
  transition: all 0.4s ease;
}

.owl-item.center > div {
  cursor: auto;
  transform: scale(1.062);
  -webkit-box-shadow: 0px 0px 23px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 23px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 23px -5px rgba(0, 0, 0, 0.75);
}

.owl-item:not(.center) > div:hover {
  opacity: 0.75;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  display: flex;
  align-items: stretch;
}

.owl-carousel .owl-item > div {
  flex: 1;
}

/* auth error start */
.error-wrapper {
  /* color: #138FF2; */
  font-family: Roboto;
  flex-grow: 2;
  width: 100%;
  margin: 20px;
}

.error-wrapper h1 {
  margin: 0;
  font-size: 5em;
  font-weight: 100;
}

.error-wrapper p {
  width: 95%;
  font-size: 1.5em;
  line-height: 1.4;
}

.error-wrapper .error-buttons {
  white-space: nowrap;
  display: inline-block;
}

.error-wrapper span {
  display: block;
  text-transform: uppercase;
  color: #b9ddfb;
  letter-spacing: 1.5px;
  text-align: center;
}

.error-wrapper a {
  display: inline-block;
  padding: 0.8em 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  border: 3px solid #b9ddfb;
  color: #138ff2;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2em;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.error-wrapper a:hover {
  color: #e3f2fd;
}

.error-wrapper a:hover:before {
  top: 0;
}

.error-wrapper a:before {
  content: "";
  background: #138ff2;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  transition: 0.3s;
  z-index: -1;
}

/* auth error end */

.error_pass {
  opacity: 0;
  transition: opacity 350ms ease-in;
  /* height: 0; */
  /* width: 0; */
  color: #c32424;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
}

.hide {
  display: none;
}

.eye {
  border-radius: 0 !important;
  padding: 10px 12px;
  height: 100%;
}

.lock_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(28 28 28 / 30%);
}

body.blur {
  overflow: hidden;
  /* filter: blur(5px); */
}

#lockScreen {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  transition: top 0.5s ease-in-out;
}

#lockScreen > * {
  color: #fff;
}

/* -lock screen- */
.container_lock {
  width: 100%;
  height: 100vh;
  background: grey url("../images/lock_screen5.jpg") no-repeat;
  background-size: cover;
  position: fixed;
  left: 0;
  top: -100%;
}

#main_scr {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1;
  transition: ease 0.5s;
  top: -100%;
}

#clock {
  position: absolute;
  box-sizing: border-box;
  padding: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#time {
  font-size: 80px;
  font-family: "Ruda", sans-serif;
}

#date {
  font-size: 30px;
  text-align: center;
  font-family: "Ruda", sans-serif;
}

#pass_scr {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 2;
  background: rgba(100, 100, 100, 0.2);
  transition: ease 0.5s;
  top: 100%;
}

#pass_box {
  text-align: center;
  /* margin: 10% auto; */
  width: 350px;
  position: absolute;
  box-sizing: border-box;
  padding: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#pro_img {
  width: 160px;
  height: 160px;
  background: rgb(100, 100, 150) url() no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  overflow: hidden;
}

#user_title {
  font-size: 30px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#fgt_pass {
  margin-bottom: 10px;
  cursor: pointer;
}

#sign_options {
  cursor: pointer;
}

#pass_input {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

#pass_input input {
  box-sizing: border-box;
  text-align: left;
  width: 88%;
  height: 45px;
  padding-left: 5px;
  border: 2px solid transparent;
  transition: ease 0.2s;
  outline: none;
  font-size: 17px;
  display: inline-block;
  position: relative;
  /* left: 15px; */
  background: rgba(250, 250, 250, 0.5);
}

#pass_input input:hover {
  border: 2px solid rgb(150, 150, 200);
  background: rgba(250, 250, 250, 0.6);
}

#pass_input input:focus {
  border: 2px solid rgb(100, 100, 200);
  background: rgba(250, 250, 250, 0.7);
}

.pass_btn_container {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.pass_sub {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 3px;
  position: relative;
  top: 50%;
  background: rgba(100, 100, 150, 0.5);
  transform: translate(-10%, 9px);
  left: -23px;
  cursor: pointer;
  transition: ease 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_unlock {
  background: rgba(100, 100, 150, 0.5) url(https://img.icons8.com/carbon-copy/2x/arrow.png) no-repeat;
  background-size: 70%;
  background-position: center;
}

.show_pass:hover {
  background: rgba(80, 80, 130, 0.8);
  background-position: center;
}

.btn_unlock:hover {
  background: rgba(80, 80, 130, 0.8) url(https://img.icons8.com/carbon-copy/2x/arrow.png) no-repeat;
  background-size: 75%;
  background-position: center;
}

/*  context menu start */
.context-menu {
  /* display: none; */
  /* position: absolute; */
  background-color: white;
  /* border: 1px solid #ccc !important; */
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
  /* z-index: 9999; */
  margin-right: 15px;
  transition: all 0.13s ease-in-out;
}

.context-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.13s ease-in-out;
}

.target {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 2vw;
  /* display: none; */
}

.target-light {
  left: 0;
}

.contextMenu {
  --menu-border: rgba(255, 255, 255, 0.08);
  --menu-bg: linear-gradient(45deg, rgba(10, 20, 28, 0.2) 0%, rgba(10, 20, 28, 0.7) 100%);
  --item-border: rgba(255, 255, 255, 0.1);
  --item-color: #fff;
  --item-bg-hover: rgba(255, 255, 255, 0.1);
  height: 0;
  overflow: hidden;
  background: var(--menu-bg);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  /* position: fixed;
    top: var(--top);
    left: var(--left); */
  -webkit-animation: menuAnimation 0.4s 0s both;
  animation: menuAnimation 0.4s 0s both;
  transform-origin: left;
  list-style: none;
  /* margin: 4px; */
  padding: 0;
  display: flex;
  flex-direction: column;
  z-index: 999999999;
  box-shadow: 0 0 0 1px var(--menu-border), 0 0px 0px rgba(0, 0, 0, 0.03), 0 0px 0px rgba(0, 0, 0, 0.04), 0 0px 0px rgba(0, 0, 0, 0.05), 0 0px 4px rgba(0, 0, 0, 0.06), 0 0px 0px rgba(0, 0, 0, 0.07), 0 26px 26px rgba(0, 0, 0, 0.09);
  transition: all 0.13s ease-in-out;
}

.contextMenu-item {
  padding: 4px;
}

.contextMenu-item[data-divider="top"] {
  border-top: 1px solid;
}

.contextMenu-item[data-divider="bottom"] {
  border-bottom: 1px solid;
}

.contextMenu-item[data-divider="top-bottom"] {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.contextMenu-item[data-divider] {
  border-color: var(--item-border);
}

.contextMenu-button {
  color: var(--item-color);
  background: 0;
  border: 0;
  white-space: nowrap;
  width: 100%;
  border-radius: 4px;
  padding: 8px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 100%;
  -webkit-animation: menuItemAnimation 0.2s 0s both;
  animation: menuItemAnimation 0.2s 0s both;
  font-family: "Inter", sans-serif;
  cursor: pointer;
}

.contextMenu-button:hover {
  background-color: var(--item-bg-hover);
}

.contextMenu[data-theme="light"] {
  --menu-bg: linear-gradient(45deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.85) 100%);
  --menu-border: rgba(0, 0, 0, 0.08);
  --item-border: rgba(0, 0, 0, 0.1);
  --item-color: rgb(10, 20, 28);
  --item-bg-hover: rgba(10, 20, 28, 0.09);
}

@-webkit-keyframes menuAnimation {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  100% {
    height: var(--height);
    opacity: 1;
    border-radius: 8px;
    transform: scale(1);
  }
}

@keyframes menuAnimation {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  100% {
    height: var(--height);
    opacity: 1;
    border-radius: 8px;
    transform: scale(1);
  }
}

@-webkit-keyframes menuItemAnimation {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes menuItemAnimation {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* context menu end */

.set-list {
  position: absolute !important;
  bottom: 0 !important;
  background-color: #1f2330;
}

.vertical-menu * {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.vertical-menu li a span {
  margin: 10px;
}

.metismenu li {
  line-height: 1.66;
  letter-spacing: 0.4px;
}

#sidebar-menu {
  padding-top: 0 !important;
}

#sidebar-menu ul li a {
  -webkit-transition: all 0.27s;
  transition: all 0.27s;
}

ul.metismenu.list-unstyled li a {
  display: flex;
  align-items: center;
  transition: transform 0.1s ease;
}

ul.metismenu.list-unstyled li a:hover {
  transform: translateX(7px) !important;
}

.vertical-menu * {
  font-family: "Poppins", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 500 !important;
  font-style: normal;
  letter-spacing: 0.5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #fff;
  font-weight: 500;
  padding: 10px 15px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1px solid #d5d5d5 !important;
  color: #d5d5d5 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.filter_body {
  overflow: hidden;
}

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

/* Style the select2 container */
.select2-container {
  width: 100% !important;
  /* margin: 0 auto !important; */
}

/* Style the select2 dropdown */
.select2-dropdown {
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  animation: fadeIn 0.3s ease !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Style the select2 options */
.select2-results__option {
  padding: 10px !important;
  cursor: pointer !important;
  transition: background-color 0.3s !important;
}

.select2-results__option:hover {
  background-color: #f0f0f0 !important;
}

/* Style the selected options */
.select2-selection__choice {
  /* background-color: #007bff;
    color: #fff; */
  border-radius: 20px !important;
  padding: 5px 10px !important;
  margin-right: 5px !important;
  animation: slideIn 0.3s ease !important;
}

@keyframes slideIn {
  from {
    transform: translateX(-10px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Style the select2 search input */
.select2-search__field {
  width: 100% !important;
  padding: 5px !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
}

/* Media query for responsiveness */
@media screen and (max-width: 600px) {
  .select2-container {
    max-width: 100%;
  }
}

.select2-selection__choice__remove {
  height: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 10px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  border: none !important;
}

.offcanvas {
  width: 520px !important;
}

.chosen-container {
  margin-bottom: 30px !important;
}

/*  custom radio button start */

.mydict input:focus {
  outline: 0;
  border-color: #2260ff;
  box-shadow: 0 0 0 4px #b5c9fc;
}

.mydict div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  justify-content: center;
}

.mydict input[type="radio"] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.mydict input[type="radio"]:checked + span {
  box-shadow: 0 0 0 0.0625em #0043ed;
  background-color: #dee7ff;
  z-index: 1;
  color: #0043ed;
}

.mydict label span {
  display: block;
  cursor: pointer;
  background-color: #fff;
  padding: 0.375em 0.75em;
  position: relative;
  margin-left: 0.0625em;
  box-shadow: 0 0 0 0.0625em #b5bfd9;
  letter-spacing: 0.05em;
  color: #3e4963;
  text-align: center;
  transition: background-color 0.5s ease;
  font-size: 12px;
}

.mydict label:first-child span {
  border-radius: 0.375em 0 0 0.375em;
}

.mydict label:last-child span {
  border-radius: 0 0.375em 0.375em 0;
}

/*  custom radio button end */

/* filter form start */
.card_filter {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 50px;
  /* width: 350px; */
  display: flex;
  flex-direction: column;
}

.card_filter .title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.card_filter .form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.card_filter .group {
  position: relative;
}

.card_filter .form .group label {
  font-size: 14px;
  color: rgb(99, 102, 102);
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.card_filter .form .group input,
.card_filter .form .group textarea,
.card_filter .form .group select {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  outline: 0;
  width: 100%;
  background-color: transparent;
}

.card_filter .form .group input:placeholder-shown + label,
.card_filter .form .group textarea:placeholder-shown + label {
  top: 10px;
  background-color: transparent;
}

.card_filter .form .group input:focus,
.card_filter .form .group textarea:focus {
  border-color: #3366cc;
}

.card_filter .form .group input:focus + label,
.card_filter .form .group textarea:focus + label {
  top: -10px;
  left: 10px;
  background-color: #fff;
  color: #3366cc;
  font-weight: 600;
  font-size: 14px;
}

.card_filter .form .group textarea {
  resize: none;
  height: 100px;
}

.btn_body {
  /* position: absolute;
    width: 90%;
    bottom: 2%;
    padding-top: 30px; */
  display: flex;
  gap: 15px;
}

.fancy {
  background-color: transparent;
  border: 2px solid #afe4af;
  border-radius: 0px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 390;
  letter-spacing: 2px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 8px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  user-select: none;
  font-size: 13px;
  width: 100%;
}

.fancy_red {
  border: 2px solid #ff5c5c;
}

.fancy::before {
  content: " ";
  width: 1.7rem;
  height: 2px;
  background: #afe4af;
  top: 50%;
  left: 1.5em;
  position: absolute;
  transform: translateY(-50%);
  transform: translateX(20%);
  transform-origin: center;
  transition: background 0.3s linear, width 0.3s linear;
}

.fancy_red::before {
  background: #ff5c5c;
}

.fancy .text {
  font-size: 1.125em;
  line-height: 1.33333em;
  padding-left: 2em;
  /* display: block; */
  text-align: left;
  transition: all 0.3s ease-in-out;
  text-transform: lowercase;
  text-decoration: none;
  color: #41c041;
  font-weight: 500;
  transform: translateX(30%);
}

.fancy_red .text {
  color: #ff0000;
}

.fancy .top-key {
  height: 2px;
  width: 1.5625rem;
  top: -2px;
  left: 0.625rem;
  position: absolute;
  background: white;
  transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy .bottom-key-1 {
  height: 2px;
  width: 1.5625rem;
  right: 1.875rem;
  bottom: -2px;
  position: absolute;
  background: white;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy .bottom-key-2 {
  height: 2px;
  width: 0.625rem;
  right: 0.625rem;
  bottom: -2px;
  position: absolute;
  background: white;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy:hover {
  color: white;
  background: #41c041;
}

.fancy_red:hover {
  background: #ff0000;
}

.fancy:hover::before {
  width: 1.5rem;
  background: white;
}

.fancy:hover .text {
  color: white;
  padding-left: 1.5em;
}

.fancy:hover .top-key {
  left: -2px;
  width: 0px;
}

.fancy:hover .bottom-key-1,
.fancy:hover .bottom-key-2 {
  right: 0;
  width: 0;
}

/* filter form end */

.badge {
  font-size: 12px !important;
}

.empty-state {
  width: 100%;
  /* margin: 40px auto;
    background: #ffffff;
    box-shadow: 1px 2px 10px #e1e3ec;
    border-radius: 4px; */
}

.empty-state__content {
  /* padding: 48px; */
  display: flex;
  align-items: center;
  flex-direction: column;
}

.empty-state__content .empty-state__icon {
  /* width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    border-radius: 200px;
    justify-content: center;
    background-color: #f7fafc;
    box-shadow: 0px 2px 1px #e1e3ec; */
}

.empty-state__content .empty-state__icon img {
  width: 140px;
}

.empty-state__content .empty-state__message {
  color: #38a169;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0.85rem;
}

label {
  margin-bottom: 5px !important;
}

.form-control:disabled {
  background-color: #d4d4d4 !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #d4d4d4 !important;
}

.select2-results__option {
  transition: all 0.15s ease 0.1s !important;
  padding: 12px 6px !important;
}

.select2-container--default .select2-results__option[aria-selected="true"]:hover {
  background-color: #39b44a !important;
  color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #39b44a !important;
  color: white;
}

input[type="text"],
input[type="number"],
input[type="color"],
input[type="email"],
input[type="date"]:not(.datetimepicker input),
input[type="datetime-local"]:not(.datetimepicker input),
select:not(.dataTables_length select):not(#vergi_durum) {
  /* width: 100%; */
  /* max-width: 220px; */
  height: 45px !important;
  padding: 12px !important;
  /* border-radius: 12px !important; */
  border: 1.5px solid lightgrey !important;
  outline: none !important;
  transition: all 0.3s ease-in-out !important;
  box-shadow: 0px 0px 20px -18px !important;
}

input:hover {
  border: 2px solid lightgrey !important;
  box-shadow: 0px 0px 20px -17px !important;
}

input:active {
  transform: scale(0.98);
  outline: none !important;
  border: none !important;
}

input:focus {
  border: 2px solid grey !important;
}

table {
  border-collapse: collapse;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.mm-active .active {
  background: linear-gradient(118deg, #39b44a, #36b44eb3);
  box-shadow: 0 0 10px 1px #36b44eb3;
}

table tbody tr,
table tbody tr td,
table thead tr th {
  text-align: center !important;
}

.ilk_input {
  height: 45px;
}

.drop_new_button {
  height: 25px;
  margin-top: 10px;
  width: 100%;
  display: flex;
  background-color: #00bf3cab;
  color: #fff;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 6px;
}

.modal-content {
  -webkit-box-shadow: 0px 0px 28px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 28px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 28px -3px rgba(0, 0, 0, 0.75);
}

.dropdown-menu::-webkit-scrollbar {
  width: 3px !important;
  height: 3px !important;
}

.dropdown-menu::-webkit-scrollbar-track {
  background: white;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 0 !important;
  background: linear-gradient(to top, #2a3042, #082065);
  animation: animate 5s linear infinite;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: linear-gradient(to top, #2a3042, #082065);
  animation: animate 5s linear infinite;
}

* {
  -webkit-font-smoothing: antialiased;
}

@keyframes animate {
  0%,
  100% {
    filter: hue-rotate(0deg);
  }

  50% {
    filter: hue-rotate(360deg);
  }
}

.modal-body {
  background-color: #f1f1f1 !important;
  padding-top: 50px !important;
}

.modal-content {
  overflow: visible !important;
}

.modal-header .custom_header_container {
  width: 75%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
  padding: 1.5rem;
  margin: 0rem 1rem 1rem 1rem;
  text-align: center;
  border: 0;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  z-index: 9999;
  background: aliceblue;
  display: flex;
  -ms-flex-align: start;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-header .custom_header_container .btn-close {
  margin-left: 50px;
}

.modal-header .custom_header_container .btn-close {
  background-color: #48abe0;
  color: white;
  border: none;
  padding: 5px;
  font-size: 14px;
  height: 30px;
  width: 30px;
  box-shadow: 0 2px 4px darkslategray;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 70%;
}

.modal-header .custom_header_container .btn-close:active {
  background-color: #48abe0;
  box-shadow: 0 0 2px darkslategray;
  transform: translateY(2px);
}

/* Hide the default checkbox */
.check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check_container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 1.5rem;
  user-select: none;
}

/* Create a custom checkbox */
.check_container .checkmark {
  --clr: #39b14a;
  position: relative;
  top: 0;
  left: 0;
  height: 1.05em;
  width: 1.05em;
  background-color: #ccc;
  border-radius: 50%;
  transition: 300ms;
}

/* When the checkbox is checked, add a blue background */
.check_container input:checked ~ .checkmark {
  background-color: var(--clr);
  border-radius: 0.5rem;
  animation: pulse 500ms ease-in-out;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check_container .checkmark:after {
  left: 0.39em;
  top: 0.23em;
  width: 0.25em;
  height: 0.5em;
  border: solid #e0e0e2;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 #0b6e4f90;
    rotate: 20deg;
  }

  50% {
    rotate: -20deg;
  }

  75% {
    box-shadow: 0 0 0 10px #0b6e4f60;
  }

  100% {
    box-shadow: 0 0 0 13px #0b6e4f30;
    rotate: 0;
  }
}

.dataTables_info,
.dataTables_paginate,
.dataTables_length {
  width: 50% !important;
  float: left !important;
  margin: 0 !important;
  padding: 6px !important;
  text-align: start !important;
}

.dataTables_info {
  float: left !important;
  text-align: start !important;
}

.dataTables_paginate {
  float: right !important;
}

.page-item {
  border-radius: 5rem !important;
}

.page-item.previous a,
.page-item.next a {
  font-size: 12px !important;
}

.page-item.disabled .page-link {
  color: #b9b9c3 !important;
}

.page-item:first-child:not(.prev-item) .page-link {
  width: auto !important;
  border-top-left-radius: 1.428rem !important;
  border-bottom-left-radius: 1.428rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding: 0 15px !important;
}

.page-item:last-child:not(.next-item) .page-link {
  width: auto !important;
  border-top-right-radius: 1.428rem !important;
  border-bottom-right-radius: 1.428rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 15px !important;
}

.page-item.active .page-link {
  z-index: 3;
  border-radius: 5rem;
  background-color: #39b14a;
  color: #fff !important;
  font-weight: 600;
}

.page-item.active {
  background-color: #f3f2f7 !important;
  border-radius: 0 !important;
}

.page-item.disabled .page-link {
  /* color: #b9b9c3; */
  pointer-events: none;
  background-color: #f3f2f7;
  border-color: #dae1e7;
}

.page-item .page-link {
  margin: 0 !important;
  margin-left: 0 !important;
  font-size: 1rem !important;
  min-width: 2.286rem !important;
}

table.dataTable {
  width: 100% !important;
  border-collapse: collapse !important;
}

table.dataTable.table-responsive:not(.datatables-ajax) {
  display: block;
}

table.dataTable td,
table.dataTable th {
  padding: 0.72rem 0.8rem;
  vertical-align: middle;
}

table.dataTable tbody td {
  padding: 2rem 0.8rem;
  /* min-height: 120px !important; */
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  padding-right: inherit;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235e5873' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  color: #6e6b7b;
  width: 14px;
  height: 14px;
  content: "";
  right: 0.3rem;
  top: 0.5rem;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235e5873' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  color: #6e6b7b;
  width: 14px;
  height: 14px;
  content: "";
  right: 0.3rem;
  top: 1.3rem;
}

div.dataTables_wrapper .dt-button-collection {
  background-color: #fff;
}

div.dataTables_wrapper .dt-button-collection > div[role="menu"] {
  text-align: left;
  box-shadow: 0px 5px 16px -8px;
  min-width: 8rem;
}

div.dataTables_wrapper .dt-button-collection [class*="buttons-"]:focus {
  outline: 0;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  line-height: 0.8em;
}

@media screen and (max-width: 1399.98px) {
  table.dataTable.table-responsive {
    display: block;
  }
}

.modal.dtr-bs-modal .modal-body {
  padding: 0;
}

.modal.dtr-bs-modal .table tr:last-child > td {
  border-bottom: 0;
}

div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_length label {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

div.dataTables_wrapper div.dataTables_filter select,
div.dataTables_wrapper div.dataTables_length select {
  background-position: calc(100% - 3px) 11px, calc(100% - 20px) 13px, 100% 0;
  width: 5rem;
  margin: 0 0.5rem;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.75rem;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

div.dataTables_wrapper .dataTables_info {
  padding-top: 1.25rem !important;
  color: #b9b9c3;
}

tr.group {
  background-color: #fafafc;
}

@media only screen and (max-width: 992px) {
  table.dataTable.table-responsive.datatables-ajax {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
  }

  div.dataTables_wrapper div.dataTables_info {
    white-space: inherit;
  }

  div.dt-buttons {
    justify-content: center;
    margin-top: 1rem;
  }

  div.dt-buttons button {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 575.98px) {
  .dtr-bs-modal .modal-body {
    padding-left: 0;
    padding-right: 0;
    overflow-x: scroll;
  }

  .dtr-bs-modal .table.dtr-details {
    margin: 0 auto 1rem;
  }

  .dtr-bs-modal .table.dtr-details td {
    padding-left: 0;
    padding-right: 0;
  }

  .dtr-bs-modal .table.dtr-details tr td:first-child {
    padding-left: 0.75rem;
  }

  div.dataTables_wrapper {
    overflow: scroll;
  }
}

[data-tooltip] {
  cursor: pointer;
  position: relative;
}

[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.15s cubic-bezier(0.5, 1, 0.25, 1);
  z-index: 1;
}

[data-tooltip]:before {
  padding: 10px;
  width: auto;
  /* width: 110px; */
  border-radius: 3px;
  background: #2d2d2d;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  -webkit-box-shadow: 0px 0px 18px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 18px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 18px -7px rgba(0, 0, 0, 0.75);
}

[data-tooltip]:after {
  border: 8px solid transparent;
  width: 0;
  content: "";
  font-size: 0;
  line-height: 0;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

[data-tooltip].t-top:before {
  bottom: calc(100% + 0);
  /* Tooltip'un butondan olan mesafesi */
  bottom: 100%;
  left: 50%;
  /* margin-bottom: 5px; */
  transform: translateX(-50%);
}

[data-tooltip].t-top:after {
  bottom: calc(100% + -4px);
  /* bottom: 100%; */
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid #2d2d2d;
  border-bottom: none;
}

[data-tooltip].t-top:hover:before,
[data-tooltip].t-top:hover:after {
  transform: translateX(-50%) translateY(-5px);
}

.dataTables_processing {
  background-color: transparent !important;
  /* transform: translate(-50%, -50%) !important; */
}

.dataTables_processing div:nth-child(2) {
  display: none !important;
}

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

.bars {
  width: 10px;
  height: 30px;
  margin: 0 2px;
  border-radius: 4px;
  animation: loader3 1.5s ease-in-out infinite;
}

.bar1 {
  background-color: #4285f4;
  animation-delay: -0.5s;
}

.bar2 {
  background-color: #4285f4;
  animation-delay: -0.4s;
}

.bar3 {
  background-color: #4285f4;
  animation-delay: -0.3s;
}

.bar4 {
  background-color: #4285f4;
  animation-delay: -0.2s;
}

.bar5 {
  background-color: #4285f4;
  animation-delay: -0.1s;
}

.bar6 {
  background-color: #4285f4;
  animation-delay: 0s;
}

.bar7 {
  background-color: #4285f4;
  animation-delay: 0.1s;
}

.bar8 {
  background-color: #4285f4;
  animation-delay: 0.2s;
}

.bar9 {
  background-color: #4285f4;
  animation-delay: 0.3s;
}

.bar10 {
  background-color: #4285f4;
  animation-delay: 0.4s;
}

@keyframes loader3 {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1, 2.32);
  }

  40% {
    transform: scale(1);
  }
}

.radial_button {
  width: 100%;
  position: relative;
  gap: 5px;
}

.radial_button button,
.radial_button a {
  flex-shrink: 0;
  border-radius: 50% !important;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  width: 56px;
  /* background: #7E57C2; */
  /* color: white; */
  /* box-sizing: border-box; */
  /*box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);*/
  cursor: pointer;
  z-index: 1;
}

.radial_button button i,
.radial_button a i {
  opacity: 1;
  transition: opacity 195ms cubic-bezier(0.4, 0, 0.2, 1);
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 45px !important;
  display: flex !important;
  align-items: center;
  border: 1px solid lightgray !important;
  outline: none !important;
  border-radius: 0.35rem !important;
  overflow: hidden;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.select2-selection__rendered {
  transition: all 0.2s ease-in-out !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}

.select2-selection__arrow {
  height: 100% !important;
}

s .dropdown-menu {
  -webkit-box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.75);
}

.inner-dropdown {
  position: absolute !important;
  left: -290% !important;
}

@media (max-width: 576px) {
  .inner-dropdown {
    left: 0 !important;
  }
}

/* .input-group-text {
    color: rgb(0 0 0);
    background-color: rgb(57 179 215 / 14%);
    border-color: rgb(38 154 188 / 14%);
} */

.btn-pink {
  box-shadow: 0 7px 14px 0 rgba(253, 60, 151, 0.5);
  background-color: rgba(253, 60, 151, 0.5);
  color: #f8f8fc;
}

.btn-pink:hover {
  box-shadow: none;
}

.btn-purple {
  box-shadow: 0 7px 14px 0 rgba(109, 129, 245, 0.5);
  background-color: rgba(109, 129, 245, 0.5);
  color: #f8f8fc;
}

.btn-purple:hover {
  box-shadow: none;
}

.btn-blue {
  box-shadow: 0 7px 14px 0 rgba(23, 97, 253, 0.5);
  background-color: rgba(23, 97, 253, 0.5);
  color: #f8f8fc;
}

.btn-blue:hover {
  box-shadow: none;
}

.btn-dark {
  color: #f8f8fc;
  box-shadow: 0 7px 14px 0 rgba(0, 4, 68, 0.5);
}

.btn-dark:hover {
  box-shadow: none;
  color: #f8f8fc;
}

.btn-gray {
  box-shadow: 0 7px 14px 0 rgba(155, 167, 202, 0.5);
  background-color: rgba(155, 167, 202, 0.5);
  color: #f8f8fc;
}

.btn-gray:hover {
  box-shadow: none;
}

.btn-light {
  box-shadow: 0 7px 14px 0 rgba(182, 194, 228, 0.6);
  background-color: rgba(182, 194, 228, 0.6);
}

.btn-light:hover {
  box-shadow: none;
}

.btn-outline-light {
  /* color: #7081b9; */
  background-image: none;
  background-color: transparent;
  border-color: #eaf0f9;
}

.btn-outline-dark {
  color: #000444;
}

.btn-outline-dark:hover {
  box-shadow: none;
  color: #f8f8fc;
}

/*soft buttons*/

.btn-soft-primary {
  background-color: rgba(80, 110, 228, 0.1);
  color: #506ee4;
}

.btn-soft-primary:hover {
  background-color: #506ee4;
  color: #ffffff;
}

.btn-soft-primary:focus {
  box-shadow: 0 0 0 0.1rem rgba(80, 110, 228, 0.2);
  background-color: rgba(80, 110, 228, 0.8);
  color: #ffffff;
}

.btn-soft-secondary {
  background-color: rgba(65, 203, 216, 0.15);
  color: #41cbd8;
}

.btn-soft-secondary:hover {
  background-color: #41cbd8;
  color: #ffffff;
}

.btn-soft-secondary:focus {
  box-shadow: 0 0 0 0.1rem rgba(65, 203, 216, 0.2);
  background-color: rgba(65, 203, 216, 0.8);
  color: #ffffff;
}

.btn-soft-success {
  background-color: rgba(45, 218, 181, 0.1);
  color: #2ddab5;
}

.btn-soft-success:hover {
  background-color: #2ddab5;
  color: #ffffff;
}

.btn-soft-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(45, 218, 181, 0.2);
  background-color: rgba(45, 218, 181, 0.8);
  color: #ffffff;
}

.btn-soft-warning {
  background-color: rgba(255, 159, 67, 0.18);
  color: #ff9f43;
}

.btn-soft-warning:hover {
  background-color: #ff9f43;
  color: #ffffff;
}

.btn-soft-warning:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 159, 67, 0.2);
  background-color: rgba(255, 159, 67, 0.8);
  color: #ffffff;
}

.btn-soft-danger {
  background-color: rgba(239, 77, 86, 0.1);
  color: #ef4d56;
}

.btn-soft-danger:hover {
  background-color: #ef4d56;
  color: #ffffff;
}

.btn-soft-danger:focus {
  box-shadow: 0 0 0 0.1rem rgba(239, 77, 86, 0.2);
  background-color: rgba(239, 77, 86, 0.8);
  color: #ffffff;
}

.btn-soft-info {
  background-color: rgba(155, 167, 202, 0.1);
  color: #9ba7ca;
}

.btn-soft-info:hover {
  background-color: #9ba7ca;
  color: #ffffff;
}

.btn-soft-info:focus {
  box-shadow: 0 0 0 0.1rem rgba(155, 167, 202, 0.2);
  background-color: rgba(155, 167, 202, 0.8);
  color: #ffffff;
}

.btn-soft-dark {
  background-color: rgba(0, 4, 68, 0.1);
  color: #000444;
}

.btn-soft-dark:hover {
  background-color: #000444;
  color: #f8f8fc;
}

.btn-soft-dark:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 4, 68, 0.2);
  background-color: rgba(0, 4, 68, 0.8);
  color: #f8f8fc;
}

.btn-soft-pink {
  background-color: rgba(253, 60, 151, 0.1);
  color: #fd3c97;
}

.btn-soft-pink:hover {
  background-color: #fd3c97;
  color: #ffffff;
}

.btn-soft-pink:focus {
  box-shadow: 0 0 0 0.1rem rgba(253, 60, 151, 0.2);
  background-color: rgba(253, 60, 151, 0.8);
  color: #ffffff;
}

.btn-soft-purple {
  background-color: rgba(109, 129, 245, 0.1);
  color: #6d81f5;
}

.btn-soft-purple:hover {
  background-color: #6d81f5;
  color: #ffffff;
}

.btn-soft-purple:focus {
  box-shadow: 0 0 0 0.1rem rgba(109, 129, 245, 0.2);
  background-color: rgba(109, 129, 245, 0.8);
  color: #ffffff;
}

.btn-soft-blue {
  background-color: rgba(23, 97, 253, 0.1);
  color: #1761fd;
}

.btn-soft-blue:hover {
  background-color: #1761fd;
  color: #ffffff;
}

.btn-soft-blue:focus {
  box-shadow: 0 0 0 0.1rem rgba(23, 97, 253, 0.2);
  background-color: rgba(23, 97, 253, 0.8);
  color: #ffffff;
}

/*btn-gradient-primary*/

.btn-gradient-primary {
  background: linear-gradient(14deg, #506ee4 0%, rgba(80, 110, 228, 0.6));
  color: #ffffff;
  box-shadow: 0 7px 14px 0 rgba(80, 110, 228, 0.5);
  border: none;
}

.btn-gradient-primary:hover,
.btn-gradient-primary:focus,
.btn-gradient-primary:active,
.btn-gradient-primary.active,
.btn-gradient-primary.focus,
.btn-gradient-primary:active,
.btn-gradient-primary:focus,
.btn-gradient-primary:hover,
.open > .dropdown-toggle.btn-gradient-primary,
.btn-gradient-primary.active,
.btn-gradient-primary:active,
.show > .btn-gradient-primary.dropdown-toggle {
  background: linear-gradient(14deg, #506ee4 0%, rgba(80, 110, 228, 0.6));
  color: #ffffff;
}

.btn-gradient-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-gradient-primary.dropdown-toggle:focus,
.btn-gradient-primary.focus,
.btn-gradient-primary:focus {
  box-shadow: 0 0 0 2px rgba(80, 110, 228, 0.3);
}

/*btn-gradient-success*/

.btn-gradient-success {
  background: linear-gradient(14deg, #2ddab5 0%, rgba(45, 218, 181, 0.7));
  color: #ffffff;
  box-shadow: 0 7px 14px 0 rgba(45, 218, 181, 0.5);
  border: none;
}

.btn-gradient-success:hover,
.btn-gradient-success:focus,
.btn-gradient-success:active,
.btn-gradient-success.active,
.btn-gradient-success.focus,
.btn-gradient-success:active,
.btn-gradient-success:focus,
.btn-gradient-success:hover,
.open > .dropdown-toggle.btn-gradient-success,
.btn-gradient-success.active,
.btn-gradient-success:active,
.show > .btn-gradient-success.dropdown-toggle {
  background: linear-gradient(14deg, #2ddab5 0%, rgba(45, 218, 181, 0.7));
  color: #ffffff;
}

.btn-gradient-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-gradient-success.dropdown-toggle:focus,
.btn-gradient-success.focus,
.btn-gradient-success:focus {
  box-shadow: 0 0 0 2px rgba(45, 218, 181, 0.3);
}

/*btn-gradient-secondary*/

.btn-gradient-secondary {
  background: linear-gradient(14deg, #41cbd8 0%, rgba(65, 203, 216, 0.7));
  color: #ffffff;
  box-shadow: 0 7px 14px 0 rgba(65, 203, 216, 0.5);
  border: none;
}

.btn-gradient-secondary:hover,
.btn-gradient-secondary:focus,
.btn-gradient-secondary:active,
.btn-gradient-secondary.active,
.btn-gradient-secondary.focus,
.btn-gradient-secondary:active,
.btn-gradient-secondary:focus,
.btn-gradient-secondary:hover,
.open > .dropdown-toggle.btn-gradient-secondary,
.btn-gradient-secondary.active,
.btn-gradient-secondary:active,
.show > .btn-gradient-secondary.dropdown-toggle {
  background: linear-gradient(14deg, #41cbd8 0%, rgba(65, 203, 216, 0.7));
  color: #ffffff;
}

.btn-gradient-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-gradient-secondary.dropdown-toggle:focus,
.btn-gradient-secondary.focus,
.btn-gradient-secondary:focus {
  box-shadow: 0 0 0 2px rgba(65, 203, 216, 0.3);
}

/*btn-gradient-danger*/

.btn-gradient-danger {
  background: linear-gradient(14deg, #ef4d56 0%, rgba(239, 77, 86, 0.7));
  color: #ffffff;
  box-shadow: 0 7px 14px 0 rgba(239, 77, 86, 0.5);
  border: none;
}

.btn-gradient-danger:hover,
.btn-gradient-danger:focus,
.btn-gradient-danger:active,
.btn-gradient-danger.active,
.btn-gradient-danger.focus,
.btn-gradient-danger:active,
.btn-gradient-danger:focus,
.btn-gradient-danger:hover,
.open > .dropdown-toggle.btn-gradient-danger,
.btn-gradient-danger.active,
.btn-gradient-danger:active,
.show > .btn-gradient-danger.dropdown-toggle {
  background: linear-gradient(14deg, #ef4d56 0%, rgba(239, 77, 86, 0.7));
  color: #ffffff;
}

.btn-gradient-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-gradient-danger.dropdown-toggle:focus,
.btn-gradient-danger.focus,
.btn-gradient-danger:focus {
  box-shadow: 0 0 0 2px rgba(239, 77, 86, 0.3);
}

/*btn-gradient-warning*/

.btn-gradient-warning {
  background: linear-gradient(14deg, #ff9f43 0%, rgba(255, 159, 67, 0.7));
  color: #ffffff;
  box-shadow: 0 7px 14px 0 rgba(255, 159, 67, 0.5);
  border: none;
}

.btn-gradient-warning:hover,
.btn-gradient-warning:focus,
.btn-gradient-warning:active,
.btn-gradient-warning.active,
.btn-gradient-warning.focus,
.btn-gradient-warning:active,
.btn-gradient-warning:focus,
.btn-gradient-warning:hover,
.open > .dropdown-toggle.btn-gradient-warning,
.btn-gradient-warning.active,
.btn-gradient-warning:active,
.show > .btn-gradient-warning.dropdown-toggle {
  background: linear-gradient(14deg, #ff9f43 0%, rgba(255, 159, 67, 0.7));
  color: #ffffff;
}

.btn-gradient-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-gradient-warning.dropdown-toggle:focus,
.btn-gradient-warning.focus,
.btn-gradient-warning:focus {
  box-shadow: 0 0 0 2px rgba(255, 159, 67, 0.3);
}

/*btn-gradient-info*/

.btn-gradient-info {
  background: linear-gradient(14deg, #9ba7ca 0%, rgba(155, 167, 202, 0.7));
  color: #ffffff;
  box-shadow: 0 7px 14px 0 rgba(155, 167, 202, 0.5);
  border: none;
}

.btn-gradient-info:hover,
.btn-gradient-info:focus,
.btn-gradient-info:active,
.btn-gradient-info.active,
.btn-gradient-info.focus,
.btn-gradient-info:active,
.btn-gradient-info:focus,
.btn-gradient-info:hover,
.open > .dropdown-toggle.btn-gradient-info,
.btn-gradient-info.active,
.btn-gradient-info:active,
.show > .btn-gradient-info.dropdown-toggle {
  background: linear-gradient(14deg, #9ba7ca 0%, rgba(155, 167, 202, 0.7));
  color: #ffffff;
}

.btn-gradient-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-gradient-info.dropdown-toggle:focus,
.btn-gradient-info.focus,
.btn-gradient-info:focus {
  box-shadow: 0 0 0 2px rgba(155, 167, 202, 0.3);
}

/*btn-gradient-dark*/

.btn-gradient-dark {
  background: linear-gradient(14deg, #000444 0%, rgba(0, 4, 68, 0.7));
  color: #f8f8fc;
  box-shadow: 0 7px 14px 0 rgba(0, 4, 68, 0.5);
  border: none;
}

.btn-gradient-dark:hover,
.btn-gradient-dark:focus,
.btn-gradient-dark:active,
.btn-gradient-dark.active,
.btn-gradient-dark.focus,
.btn-gradient-dark:active,
.btn-gradient-dark:focus,
.btn-gradient-dark:hover,
.open > .dropdown-toggle.btn-gradient-dark,
.btn-gradient-dark.active,
.btn-gradient-dark:active,
.show > .btn-gradient-dark.dropdown-toggle {
  background: linear-gradient(14deg, #000444 0%, rgba(0, 4, 68, 0.7));
  color: #f8f8fc;
}

.btn-gradient-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-gradient-dark.dropdown-toggle:focus,
.btn-gradient-dark.focus,
.btn-gradient-dark:focus {
  box-shadow: 0 0 0 2px rgba(0, 4, 68, 0.3);
}

/*btn-gradient-pink*/

.btn-gradient-pink {
  background: linear-gradient(14deg, #fd3c97 0%, rgba(253, 60, 151, 0.7));
  color: #ffffff;
  box-shadow: 0 7px 14px 0 rgba(253, 60, 151, 0.5);
  border: none;
}

.btn-gradient-pink:hover,
.btn-gradient-pink:focus,
.btn-gradient-pink:active,
.btn-gradient-pink.active,
.btn-gradient-pink.focus,
.btn-gradient-pink:active,
.btn-gradient-pink:focus,
.btn-gradient-pink:hover,
.open > .dropdown-toggle.btn-gradient-pink,
.btn-gradient-pink.active,
.btn-gradient-pink:active,
.show > .btn-gradient-pink.dropdown-toggle {
  background: linear-gradient(14deg, #fd3c97 0%, rgba(253, 60, 151, 0.7));
  color: #ffffff;
}

.btn-gradient-pink:not(:disabled):not(.disabled):active:focus,
.show > .btn-gradient-pink.dropdown-toggle:focus,
.btn-gradient-pink.focus,
.btn-gradient-pink:focus {
  box-shadow: 0 0 0 2px rgba(253, 60, 151, 0.3);
}

/*btn-gradient-purple*/

.btn-gradient-purple {
  background: linear-gradient(14deg, #6d81f5 0%, rgba(109, 129, 245, 0.7));
  color: #ffffff;
  box-shadow: 0 7px 14px 0 rgba(109, 129, 245, 0.5);
  border: none;
}

.btn-gradient-purple:hover,
.btn-gradient-purple:focus,
.btn-gradient-purple:active,
.btn-gradient-purple.active,
.btn-gradient-purple.focus,
.btn-gradient-purple:active,
.btn-gradient-purple:focus,
.btn-gradient-purple:hover,
.open > .dropdown-toggle.btn-gradient-purple,
.btn-gradient-purple.active,
.btn-gradient-purple:active,
.show > .btn-gradient-purple.dropdown-toggle {
  background: linear-gradient(14deg, #6d81f5 0%, rgba(109, 129, 245, 0.7));
  color: #ffffff;
}

.btn-gradient-purple:not(:disabled):not(.disabled):active:focus,
.show > .btn-gradient-purple.dropdown-toggle:focus,
.btn-gradient-purple.focus,
.btn-gradient-purple:focus {
  box-shadow: 0 0 0 2px rgba(109, 129, 245, 0.3);
}

.btn-gradient-primary:hover,
.btn-gradient-purple:hover,
.btn-gradient-success:hover,
.btn-gradient-secondary:hover,
.btn-gradient-danger:hover,
.btn-gradient-warning:hover,
.btn-gradient-info:hover,
.btn-gradient-dark:hover,
.btn-gradient-pink:hover,
.btn-gradient-purple:hover {
  box-shadow: none;
}

.dropdown-item:hover {
  background-color: #495057 !important;
  color: white !important;
}

.dropdown-item {
  padding: 0.55rem 2.2rem !important;
}

@media (min-width: 992px) {
  .makbuz_loader {
    width: 28px;
    height: 49px;
    border: 5px solid #495057;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-top: 50%;
  }

  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .makbuz_loader {
    width: 28px;
    height: 49px;
    border: 5px solid #495057;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-top: 80%;
  }

  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
}

.select2-container {
  z-index: 9999 !important;
}

.datepicker {
  background-color: #2a3042 !important;
}

.datepicker table thead tr th {
  background: none !important;
}

.alert-virman {
  box-sizing: border-box;
  background-color: #bdffe1;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 300;
  padding: 10px 20px;
  color: #333;
}

.container-extract-link .card {
  width: 600px;
  min-height: 360px;
  max-height: max-content;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

.content-extract-link {
  text-align: center;
  margin-top: 70px;
}

.content-extract-link h3 {
  letter-spacing: 1px;
  font-size: 22px;
}

.input-text-extract-link {
  margin-top: 30px;
  width: 100%;
  padding: 0px 40px;
  box-sizing: border-box;
  position: relative;
}

.input-text-extract-link input {
  width: 100%;
  height: 57px;
  background-color: #abc9e4;
  outline: none;
  border: none;
  border-radius: 7px;
  padding: 0px 40px;
  box-sizing: border-box;
  font-size: 16px;
}

.input-text-extract-link .fa-copy {
  position: absolute;
  top: 16px;
  right: 55px;
  font-size: 20px;
  cursor: pointer;
  color: #1147cf;
}

/*.spinner-border {
    width: 2.1rem !important;
    height: 2.29rem !important;
}*/
#messages::-webkit-scrollbar {
  width: 8px;
  margin-left: 3px;
}

#messages::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}

@media (max-width: 768px) {
  span,
  div {
    font-size: 12px !important;
  }

  .plan {
    max-width: 320px !important;
    width: 320px !important;
    min-width: 320px !important;
    margin: 10px !important;
  }

  .owl-item.center > div {
    transform: scale(1) !important;
  }

  .error-wrapper h1 {
    font-size: 3em;
  }

  .error-wrapper p {
    font-size: 1em;
  }

  .error-wrapper a {
    padding: 0.5em 0.8em;
    margin-right: 0.4em;
    border: 2px solid #b9ddfb;
    letter-spacing: 0.13em;
    font-size: 11px;
  }

  .container_lock img {
    left: 50% !important;
    transform: translate(-50%, 2%);
  }
}

/*buradan itibaren*/
#loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#loading-screen.sc-hide {
  display: none !important;
}

.spinner {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#content {
  display: none;
  /* Başlangıçta gizlenmiş olacak */
}

#content.sc-show {
  display: block !important;
  /* Başlangıçta gizlenmiş olacak */
}

@media (max-width: 992px) {
  .modal-header .custom_header_container {
    width: 100%;

    left: 44%;
  }
}

/********************* Additional CSS ***********************/
table.dataTable tbody td {
  padding: 5px 10px;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody td {
  text-align: left !important;
}

.page-item .page-link {
  font-size: 0.75rem !important;
  min-width: 2rem !important;
}

.modal-body {
  background-color: #fff !important;
}

.modal-body-content {
  background-color: #f2f2f2;
  border-radius: 10px;
  margin-top: 15px;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: none;
  background: #f6f6f6;
}

footer.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

table.dataTable {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.card .card-body.table-responsive {
  padding: 0 !important;
}

.card .card-body.table-responsive div.dataTables_wrapper div.dataTables_filter input,
.table-responsive div.dataTables_wrapper div.dataTables_filter input {
  margin-right: 10px;
  background: #f4f4f4;
}

.card .card-body.table-responsive div.dataTables_wrapper div.dataTables_length select,
.table-responsive div.dataTables_wrapper div.dataTables_length select {
  background-color: #f4f4f4;
}

.card .card-body.table-responsive .dataTables_length,
.table-responsive .dataTables_length,
.card .card-body.table-responsive .dataTables_info,
.table-responsive .dataTables_info {
  padding: 10px !important;
}

table.text-align-start tbody td {
  text-align: left !important;
}

table#income_report_table tbody tr .w-100,
table#tax_detail_table tbody tr .w-100 {
  width: fit-content !important;
}

.daterangepicker {
  font-family: "Poppins" !important;
}

.custom_dataTable {
  max-height: calc(100vh - 180px);
  position: relative;
  background-color: transparent;
  overflow: visible !important;
}

.custom_dataTable_special {
  overflow: visible !important;
}

.card.custom_dataTable .card-body.table-responsive {
  background-color: #f8f9fa;
}

.custom_dataTable_special .special_filter {
  margin-bottom: 0 !important;
}

.custom_dataTable table,
.custom_dataTable_special table {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.custom_dataTable table thead,
.custom_dataTable_special table thead {
  position: sticky;
  top: -1px;
  z-index: 999;
}

.custom_dataTable table thead tr th,
.custom_dataTable_special table thead tr th {
  background-color: #f8f9fa !important;
}

.custom_dataTable table,
.custom_dataTable_special table {
  border: none;
}

.custom_dataTable ::-webkit-scrollbar,
.custom_dataTable_special ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.custom_dataTable ::-webkit-scrollbar-track,
.custom_dataTable_special ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.custom_dataTable ::-webkit-scrollbar-thumb,
.custom_dataTable_special ::-webkit-scrollbar-thumb {
  background: #888;
}

.custom_dataTable ::-webkit-scrollbar-thumb:hover,
.custom_dataTable_special ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.custom_dataTable .dataTables_info,
.custom_dataTable_special .dataTables_info {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
}

.custom_dataTable .dataTables_paginate,
.custom_dataTable_special .dataTables_paginate {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50px;
  background: #fff;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  justify-content: end;
  align-items: center;
}

.custom_dataTable .dataTables_paginate .pagination {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.custom_dataTable::after,
.custom_dataTable_special .table-rep-plugin::after,
.custom_dataTable_special::after {
  content: "";
  display: flex;
  background: #fff;
  height: 50px;
  flex-shrink: 0;
}

.custom_dataTable .dataTables_length,
.custom_dataTable .dataTables_filter,
.custom_dataTable_special .dataTables_length,
.custom_dataTable_special .dataTables_filter {
  display: none;
}

.custom_dataTable_special.show_dataTable_filter .dataTables_filter {
  display: block;
}

.custom_dataTable table.dataTable.table-hover > tbody > tr:hover > * {
  color: #409a38;
}

.custom_dataTable_special {
  position: relative;
  background-color: transparent;
}

.custom_dataTable_special .table-responsive {
  max-height: calc(100vh - 320px);
}

@media screen and (max-width: 767px) {
  .custom_dataTable .dataTables_info,
  .custom_dataTable_special .dataTables_info {
    display: none;
  }

  .custom_dataTable_special.barreer .dataTables_info {
    color: transparent !important;
    display: flex;
  }
}

.special_filter .dropdown,
.special_filter .dropdown-toggle {
  height: 100%;
}

.special_filter .dropdown svg {
  height: 20px;
}

.special_filter .dropdown-toggle {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0.7;
  color: #000;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 12px;
}

.special_filter .dropdown-toggle.show .custom_dropdown_arrow {
  transform: translateY(25%) rotate(180deg);
}

.special_filter .dropdown-toggle:active {
  color: #000;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
}

.special_filter .dropdown-toggle:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.special_filter .dropdown-toggle.show {
  background-color: rgba(0, 0, 0, 0.05);
}

.special_filter .dropdown-toggle.show {
  opacity: 1;
}

.special_filter .search_field .custom_icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 17px;
  fill: gray;
}

.special_filter .search_field {
  width: 100%;
  height: 40px;
  position: relative;
}

.special_filter .search_field input {
  width: 100%;
  height: 40px !important;
  background-color: #fff;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  transform: scale(1) !important;
  opacity: 0.7;
  padding-right: 32px !important;
  transition: all 0.3s ease;
}

.special_filter .search_field input:focus {
  background-color: rgba(0, 0, 0, 0.05);
  opacity: 1;
}

.special_filter .custom_filter_icon {
  width: 13px;
}

.special_filter .custom_close_button {
  width: 20px;
  height: 20px;
  outline: none !important;
  border: none;
  padding: 0;
  display: flex;
  background: transparent;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  transition: background 0.3s ease;
  will-change: background;
}

.special_filter .custom_close_button:hover {
  background: rgba(0, 0, 0, 0.1);
}

.special_filter .custom_close_button svg {
  height: 14px;
}

.special_filter .custom_dropdown_arrow {
  transform: translateY(-25%);
  height: 13px !important;
  transition: all 0.15s ease;
}

.special_filter .dropdown .custom_dropdown_menu {
  padding: 0 !important;
}

.special_filter .filter_dropdown .dropdown-menu {
  max-height: 350px;
  overflow-y: auto;
}

.special_filter .dropdown .custom_dropdown_menu .dropdown-title {
  color: gray;
  padding: 10px;
}

.special_filter .dropdown .custom_dropdown_menu .item {
  display: flex;
  align-items: center;
}

.special_filter .dropdown .custom_dropdown_menu .item label {
  cursor: pointer;
  width: 100%;
  display: flex;
  padding-right: 10px;
  background-color: #fff;
  align-items: center;
  margin-bottom: 0 !important;
  white-space: nowrap;
  transition: background-color 0.3s ease;
  will-change: background-color;
}

.special_filter .dropdown .custom_dropdown_menu .item label input {
  accent-color: #2ca67a;
}

.special_filter .dropdown .custom_dropdown_menu .item div:not(.nott) {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.special_filter .dropdown .custom_dropdown_menu .item label:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.special_filter .dropdown .custom_dropdown_menu .dropdown-item {
  padding: 10px !important;
}

.special_filter .dropdown .custom_dropdown_menu .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #000 !important;
}

.special_filter .dropdown .custom_dropdown_menu .dropdown-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  padding: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: end;
}

.special_filter .filter_dropdown .custom_dropdown_menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.special_filter .filter_dropdown .custom_dropdown_menu .dropdown-item svg {
  display: none;
  width: 13px;
}

.special_filter .filter_dropdown .custom_dropdown_menu .dropdown-item.active svg {
  display: block;
}

.special_filter .filter_dropdown .custom_dropdown_menu .dropdown-item.active {
  color: #2ca67a;
  fill: #2ca67a;
}

.special_filter .filter_dropdown .custom_dropdown_menu .dropdown-item.active:hover {
  color: #2ca67a !important;
}

.special_filter .filter-dropdown-toggle {
  background-color: #556ee6 !important;
  fill: #fff !important;
  color: #fff !important;
}

.filter_toggle_group {
  display: flex;
  align-items: center;
  gap: 1px;
}

.special_filter {
  display: flex;
  align-items: center;
  gap: 1px;
  height: 50px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .filter_toggle_group {
    flex-wrap: wrap !important;
  }

  .special_filter {
    flex-direction: column !important;
    height: auto !important;
  }

  .special_filter .dropdown-toggle,
  .special_filter .filter-title {
    font-size: 11px !important;
  }

  .special_filter .dropdown .custom_dropdown_menu .item label {
    font-size: 10px;
  }

  .special_filter .dropdown .custom_dropdown_menu .item div {
    width: 30px;
    height: 30px;
  }

  .special_filter .filter_dropdown .custom_dropdown_menu .dropdown-item {
    font-size: 11px;
    padding: 5px !important;
  }

  .special_filter .dropdown-footer .btn {
    font-size: 10px !important;
  }

  .filter_toggle_group {
    width: 100%;
  }
}

.customCardSecondary,
.customCardPrimary {
  border: 2px solid #f1f2f6;
  display: flex;
  flex-direction: column;
}

.accordion.accordion-flush .accordion-body .customCardSecondary:not(:last-child) {
  margin-bottom: 15px;
}

.customCardSecondary .customCardTitle {
  background-color: #f1f2f6;
  padding: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 7.5px;
}

.customCardSecondary .customCardBody {
  background-color: #fff;
  padding: 10px;
}

.customCardSecondary .customCardBody .data-not-found {
  margin: 15px 0;
  color: gray;
  font-size: 13px;
}

.customCardPrimary .customCardTitle div {
  display: flex;
  align-items: center;
  gap: 7.5px;
}

.customCardPrimary .customCardTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  font-size: 16px;
}

.customCardPrimary .customCardBody {
  display: flex;
  flex-direction: column;
}

.customCardPrimary .customCardBody .customCardItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  font-size: 12px;
}

.customCardPrimary .customCardBody .customCardItem:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px solid lightgray;
}

.customCardPrimary .customCardBody .customCardItem img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 7.5px;
}

.customCardPrimary .customCardBody .customCardItem .customDates {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.customCardPrimary .customCardBody .customCardItem .customDates span:first-child {
  color: gray;
}

.customCardPrimary .customCardBody .customCardItem .customDates span:last-child {
  color: #409a38;
}



.custom-select-wrapper {
  position: relative;
  display: inline-block;
}

.custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px !important;
  background-color: #fff;
}

.custom-select-wrapper::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #6c757d;
  pointer-events: none;
}

.custom-select-wrapper::before {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #6c757d;
  pointer-events: none;
}

.dataTables_processing {
  z-index: 1000000 !important;
}

.filter-group {
  border: none;
  padding: 0;
  margin: 0 0 20px 0;
  background-color: #f1f1f1;
  border-radius: 6px;
  padding: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  margin: 8px;
}

.filter-group .item {
  background-color: #f1f1f1 !important;
}
.filter-group .item label {
  background-color: #f1f1f1 !important;
}

.filter-group .item input {
  margin-right: 8px;
}


.filter-group legend {
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 5px;
  color: #555;
  float: none !important;
  font-size: 14px;
}


.date-info {
  background-color: #e9f2ff;
  border: 1px solid #4a90e2;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #2c5282;
}

.file-preview-export {
  display: none;
  margin-top: 20px;
  padding: 20px;
  border: 2px dashed #4a90e2;
  border-radius: 10px;
  text-align: center;
}
.file-icon-export {
  font-size: 48px;
  color: #4a90e2;
  margin-bottom: 10px;
}
.file-info-export {
  font-size: 12px;
  color: #333;
}
.download-link-export {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 20px;
  background-color: #4a90e2;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.download-link-export:hover {
  background-color: #3a7bc8;
  color: white;
}

.export-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 20px;
  background-color: #4a90e2;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  border: none;
}

/* ============================================
   DETAY EKLE BUTTON & MODAL STYLES
   ============================================ */

/* Renk Paleti */
:root {
    --primary-green: #39b44a;
    --light-green: #39b44adb;
    --very-light-green: #39b44a4f;
    --modal-blue: #eff8ff;
    --light-modal-blue: #f8fbff;
    --dark-gray: #404040;
    --very-dark-gray: #333;
}

/* Türkçe karakter desteği */
* {
    font-feature-settings: "kern" 1, "liga" 1;
    text-rendering: optimizeLegibility;
}

input, textarea, select {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Detay Ekle Butonu */
.btn-detay-ekle {
    background-color: var(--primary-green);
    border-color: var(--primary-green);
    color: white;
    border-radius: 25px;
    border-left: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 8px 20px;
}

.btn-detay-ekle:hover {
    background-color: var(--light-green);
    border-color: var(--light-green);
    color: white;
    transform: translateY(-1px);
}

/* Modal Styles */
.modal-header {
    background-color: var(--modal-blue);
    color: var(--dark-gray);
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 14px 16px;
}

.modal-title {
    text-align: center;
    margin: 0 auto;
}

.btn-close {
    position: absolute;
    right: 15px;
    filter: none;
    opacity: 0.6;
}

.btn-close:hover {
    opacity: 1;
}

.modal-content {
    border-radius: 10px;
    border: none;
}

/* Modal boyutunu optimize et */
.custom-modal-size {
    max-width: 990px;
}

.custom-modal-size .modal-body {
    padding: 18px;
}

/* Form Label Styles */
.form-label {
    font-weight: 600;
    color: var(--very-dark-gray);
    margin-bottom: 8px;
}

.form-control, .form-select {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px 12px;
}

.form-control:focus, .form-select:focus {
    border-color: var(--primary-green);
    box-shadow: 0 0 0 0.2rem rgba(57, 180, 74, 0.25);
}

.input-group-text {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: var(--dark-gray);
}

/* Calculation Results */
.calculation-result-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.calculation-result {
    background-color: var(--very-light-green);
    border: 1px solid var(--primary-green);
    border-radius: 6px;
    padding: 10px;
    font-weight: bold;
    color: var(--primary-green);
    flex: 1;
}

/* Match input style to calculation result */
.calculation-input .form-control {
    background-color: var(--very-light-green);
    border: 1px solid var(--primary-green);
    color: var(--primary-green);
    font-weight: 600;
    padding: 10px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-left: 0; /* remove inner divider */
}

.calculation-input .input-group-text {
    background-color: var(--very-light-green);
    border: 1px solid var(--primary-green);
    color: var(--primary-green);
    font-weight: 700;
    padding: 10px 12px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-right: 0; /* remove inner divider */
}

/* Ensure the whole group has consistent rounded corners */
.calculation-input {
    border-radius: 6px;
    overflow: hidden;
}

/* Floating Summary in Modal Footer */
.floating-summary {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 6px 10px;
    background: linear-gradient(135deg, #f8fff9, #e8f5e9);
    border: 1px solid var(--primary-green);
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(57, 180, 74, 0.12);
    margin-right: 15px;
    animation: slideInFromLeft 0.3s ease-out;
    position: relative;
    z-index: 10;
    flex: 1;
}

.floating-summary::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, var(--primary-green), #36b44eb3);
    border-radius: 10px;
    z-index: -1;
    opacity: 0.1;
}

.summary-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.summary-label {
    font-size: 9px;
    font-weight: 600;
    color: var(--primary-green);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.summary-value {
    font-size: 13px;
    font-weight: bold;
    color: var(--primary-green);
    background-color: white;
    padding: 3px 6px;
    border-radius: 3px;
    border: 1px solid var(--primary-green);
    min-width: 65px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}



.modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 15px;
}

.modal-footer-buttons {
    display: flex;
    gap: 10px;
    margin-left: auto;
    min-width: 200px;
}

/* Responsive design for floating summary */
@media (max-width: 768px) {
    .floating-summary {
        flex-direction: row;
        gap: 12px;
        margin-right: 0;
        margin-bottom: 6px;
        width: 100%;
        padding: 5px 8px;
    }
    
    .summary-item {
        flex-direction: column;
        align-items: center;
        flex: 1;
    }
    
    .summary-label {
        font-size: 8px;
    }
    
    .summary-value {
        font-size: 11px;
        min-width: 55px;
        padding: 2px 5px;
    }
    
    .modal-footer {
        flex-direction: column;
        align-items: stretch;
        padding: 6px 10px;
    }
    
    .modal-footer-buttons {
        margin-left: 0;
        justify-content: center;
        min-width: auto;
    }
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Bilgi İkonu */
.btn-info-icon {
    background-color: transparent;
    border: none;
    color: var(--primary-green);
    font-size: 18px;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    transition: all 0.3s ease;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-info-icon:hover {
    background-color: var(--very-light-green);
    color: var(--light-green);
    transform: scale(1.1);
}

/* Section Headers */
.section-header {
    background: linear-gradient(135deg, var(--primary-green), #36b44eb3);
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    margin: 20px 0 15px 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(57, 180, 74, 0.2);
}

/* Mesai Styles */
.mesai-single-row-container {
    margin-bottom: 15px;
}

.mesai-single-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-end;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.mesai-inline-field {
    flex: 1 1 calc(14.28% - 8px);
    min-width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mesai-inline-field label {
    font-size: 11px;
    font-weight: 600;
    color: var(--dark-gray);
    margin-bottom: 4px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.mesai-input-compact {
    width: 60px;
    padding: 4px 6px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.mesai-input-compact:focus {
    border-color: var(--primary-green);
    box-shadow: 0 0 0 0.1rem rgba(57, 180, 74, 0.25);
}

/* Custom Mesai Fields */
.mesai-custom-field {
    flex: 1 1 calc(25% - 8px);
    min-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: relative;
}

.mesai-custom-label {
    width: 80px;
    padding: 2px 4px;
    font-size: 10px;
    text-align: center;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.btn-add-mesai, .btn-remove-mesai {
    background-color: var(--primary-green);
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-add-mesai:hover, .btn-remove-mesai:hover {
    background-color: var(--light-green);
    transform: scale(1.1);
}

.btn-remove-mesai {
    background-color: #dc3545;
    position: absolute;
    top: -8px;
    right: -8px;
}

.btn-remove-mesai:hover {
    background-color: #c82333;
}

.mesai-add-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

/* Add Field Buttons */
.btn-add-field {
    background-color: var(--primary-green);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-add-field:hover {
    background-color: var(--light-green);
    transform: translateY(-1px);
}

/* Remove Field Buttons */
.btn-remove-field {
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    transition: all 0.3s ease;
}

.btn-remove-field:hover {
    background-color: #c82333;
}

/* Table Responsive */
.table-responsive {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    overflow: hidden;
}

.table {
    margin-bottom: 0;
}

.table td {
    vertical-align: middle;
    padding: 8px;
}

/* Dynamic Field Rows */
.dynamic-field-row {
    background-color: #f8f9fa;
}

.dynamic-field-row:hover {
    background-color: #e9ecef;
}

/* BES Specific Styles */
.bes-kesinti-field {
    background-color: #fff3cd !important;
}

.bes-kesinti-field:hover {
    background-color: #ffeaa7 !important;
}

/* Custom Info Modal */
.custom-info-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

.custom-info-content {
    background: white;
    border-radius: 10px;
    max-width: 500px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: slideIn 0.3s ease;
}

.custom-info-header {
    background: var(--primary-green);
    color: white;
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-info-header h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.custom-close-btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.custom-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .mesai-inline-field {
        flex: 1 1 calc(33.33% - 8px);
        min-width: 70px;
    }
    
    .mesai-custom-field {
        flex: 1 1 calc(50% - 8px);
        min-width: 100px;
    }
    
    .custom-modal-size {
        max-width: 95%;
    }
}

@media (max-width: 480px) {
    .mesai-inline-field,
    .mesai-custom-field {
        flex: 1 1 calc(50% - 4px);
        margin-right: 4px;
    }

    .custom-modal-size .modal-body {
        padding: 15px;
    }
}