@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
.tableRowImage
{
    width: 50px;
    border-radius: 5px;
}
.loader
{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000099;
    z-index: 1100;
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}
.opLoaderArea
{
    display: flex;
    gap: 20px;
    padding: 20px;
    padding-block: 10px;
    background-color: #ffffff42;
    min-width: 200px;
    border-radius: 30px;
    color: white;
    align-items: center;
    justify-content: space-between;
    transform: scale(0.9);
    opacity: 0;
    margin: 40px;
    transition: all 0.25s ease;
}

.loader.show {
    opacity: 1;
    visibility: visible;
}
.loader.show .opLoaderArea {
    transform: scale(1);
    opacity: 1;
}
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1500px !important; /* veya istediğin değer */
}
.badge
{
  cursor: pointer !important;
  transition: 0.3s;
}
.badge:hover
{
  opacity: 0.7;
}
.startbar .brand
{
  padding-left: 30px !important;
  justify-content: flex-start !important;
}
.swal2-title
{
    font-family: var(--bs-body-font-family) !important;
    text-align: left;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0px !important;
    margin: 0px !important;
}
.swal2-popup.swal2-modal
{
      border-radius: var(--primaryRadius);
}
.swal2-html-container
{
    font-size: 13px !important;
    font-weight: 300 !important;
    font-family: var(--bs-body-font-family) !important;
    padding: 0px !important;
    margin: 0px !important;
    text-align: left !important;
    margin-top: 5px !important;
}
.swal2-sub-text
{
    font-weight: 400;
    color: var(--primaryColor);
}
.swal2-actions
{
  width: 100%;
  flex-direction: row-reverse;
}
.swal2-confirm,.swal2-cancel
{
    border-radius: 25px !important;
    width: 48%;
}

.swal2-cancel
{
    background-color: #eeeeee !important;
    color: black !important;
}
.table-row-back-red {
    background-color: rgba(255, 123, 123, 0.25) !important;
    transition: background-color 0.3s ease;
}

.table-row-fade-out {
    opacity: 0;
    transform: translateX(30px);
    transition:
        opacity 1s ease,
        transform 1s ease;
    
}
.dataTable-pagination .active a
{
    background-color: var(--secondaryColor);
    border-color: var(--secondaryColor);
}
tr
{
    transition: opacity 0.5s ease, height 0.5s ease, padding 0.5s ease;
}
.table-row-back-green
{
    transition: opacity 0.5s ease, height 0.5s ease, padding 0.5s ease;
    background: #b9ffb9;
}
.table-row-back-black
{
    transition: opacity 0.5s ease;
    background: #00000028;
}
@media (max-width: 768px) /* Mobile */
{
    .notifyToastTitle
    {
        max-width: 100% !important;
        width: 100% !important;
        min-width: 100% !important;
    }
    .notifyRoomArea
    {
        display: flex;
        justify-content: space-between;
    }
    .notifyDescription
    {
        max-width: 100% !important;
        width: 100% !important;
        min-width: 50% !important;
    }
    .customToastIcon
    {
        display: none;
    }
    .custom-toast-close
    {
        padding: 0;
    }
    .customToastIconMobile
    {
        display: block !important;
        position: absolute;
        left: 11px;
    }
    .notifyToastTitleText
    {
        margin-left: 20px;
    }
    .customToastCloseIcon
    {
        width: 25px !important;
        height: 25px !important;
    }
}
.notifyDescription
{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    max-width:350px;
    min-width:350px;
    width:350px;
}
.customToastIconMobile
{
        display: none;
}
.notifyToastTitleText
{
    font-weight: 500;
    font-size: 14px;
}
body {
    padding-right: 15px !important; /* scroll bar genişliği kadar */
}
a
{
    cursor: pointer;
}
.swal2-input-label
{
    font-size: 13px;
    font-weight: 300;
    color: #00000085;
}
.swal2-input
{
    display: block;
    padding: .517rem .95rem;
    font-size: .812rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
    background-color: var(--bs-card-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius);
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
#operationStates span
{
    display: block;
}
.loaderArea
{
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;

}
  .loaderArea svg {
    display: none;
  }
  
  .blobs {
    filter: url(#goo);
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 70px;
    transform-style: preserve-3d;
  }
  .blobs .blob-center {
    transform-style: preserve-3d;
    position: absolute;
    background: black;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform-origin: left top;
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-animation: blob-grow linear 2s infinite;
            animation: blob-grow linear 2s infinite;
    border-radius: 50%;
    box-shadow: 0 -10px 40px -5px black;
  }
  .blob {
    position: absolute;
    background: black;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-animation: blobs ease-out 2s infinite;
            animation: blobs ease-out 2s infinite;
    transform: scale(0.9) translate(-50%, -50%);
    transform-origin: center top;
    opacity: 0;
  }
  .blob:nth-child(1) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .blob:nth-child(2) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .blob:nth-child(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .blob:nth-child(4) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .blob:nth-child(5) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  
  @-webkit-keyframes blobs {
    0% {
      opacity: 0;
      transform: scale(0) translate(calc(-330px - 50%), -50%);
    }
    1% {
      opacity: 1;
    }
    35%, 65% {
      opacity: 1;
      transform: scale(0.9) translate(-50%, -50%);
    }
    99% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: scale(0) translate(calc(330px - 50%), -50%);
    }
  }
  
  @keyframes blobs {
    0% {
      opacity: 0;
      transform: scale(0) translate(calc(-330px - 50%), -50%);
    }
    1% {
      opacity: 1;
    }
    35%, 65% {
      opacity: 1;
      transform: scale(0.9) translate(-50%, -50%);
    }
    99% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: scale(0) translate(calc(330px - 50%), -50%);
    }
  }
  @-webkit-keyframes blob-grow {
    0%, 39% {
      transform: scale(0) translate(-50%, -50%);
    }
    40%, 42% {
      transform: scale(1, 0.9) translate(-50%, -50%);
    }
    43%, 44% {
      transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    45%, 46% {
      transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    47%, 48% {
      transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    52% {
      transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    54% {
      transform: scale(1.7, 1.6) translate(-50%, -50%);
    }
    58% {
      transform: scale(1.8, 1.7) translate(-50%, -50%);
    }
    68%, 70% {
      transform: scale(1.7, 1.5) translate(-50%, -50%);
    }
    78% {
      transform: scale(1.6, 1.4) translate(-50%, -50%);
    }
    80%, 81% {
      transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    82%, 83% {
      transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    84%, 85% {
      transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    86%, 87% {
      transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    90%, 91% {
      transform: scale(1, 0.9) translate(-50%, -50%);
    }
    92%, 100% {
      transform: scale(0) translate(-50%, -50%);
    }
  }
  @keyframes blob-grow {
    0%, 39% {
      transform: scale(0) translate(-50%, -50%);
    }
    40%, 42% {
      transform: scale(1, 0.9) translate(-50%, -50%);
    }
    43%, 44% {
      transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    45%, 46% {
      transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    47%, 48% {
      transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    52% {
      transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    54% {
      transform: scale(1.7, 1.6) translate(-50%, -50%);
    }
    58% {
      transform: scale(1.8, 1.7) translate(-50%, -50%);
    }
    68%, 70% {
      transform: scale(1.7, 1.5) translate(-50%, -50%);
    }
    78% {
      transform: scale(1.6, 1.4) translate(-50%, -50%);
    }
    80%, 81% {
      transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    82%, 83% {
      transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    84%, 85% {
      transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    86%, 87% {
      transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    90%, 91% {
      transform: scale(1, 0.9) translate(-50%, -50%);
    }
    92%, 100% {
      transform: scale(0) translate(-50%, -50%);
    }
  }
  #loaderArea {
    transition: opacity 0.5s ease-out;
}
.dataTable-pagination ul li
{
    list-style: none;
}
.sidebarBack
{
    background-color: rgba(0, 0, 0, 0.206);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 15999;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
}
#sidebarFilter {
    position: fixed;
    top: 10px;
    right: 10px;
    bottom: 10px;
    width: 400px;
    border-radius: 10px;
    background: var(--bs-startbar-bg);
    box-shadow: 0 3px 16px rgba(142, 134, 171, .05);
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.3s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%), opacity 0.3s ease;
    z-index: 16000;
}
.sidebarHeader
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebarHeader *
{
    margin: 0;
}
.sidebarHeader button
{
    padding: 5px;
    padding-inline: 10px;
}
.selectr-options-container
{
    background-color: white;
}
#sidebarFilter.sidebar-visible,.sidebarBack.sidebar-visible {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}
#sidebarFilter .sidebar-content {
    padding: 30px;
}
.sidebar-content
{
    gap: 20px;
    display: grid;
}
button {
    margin-top: 10px;
}
.selectr-tag
{
    background-color: rgb(8, 8, 8);
}
.selectr-tag button
{
    padding: 0px !important;
    margin: 0px !important;
}
.filterButton
{
    position: relative;
}
#filterCount 
{
    position: absolute;
    right: -6px;
    top: -12px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    padding: 5px;
}
#planningDate
{
  margin-inline: auto;
}
.gradient-red,.gradient-black,.gradient-cyan,.gradient-green
{
  background: linear-gradient(to right, #ffffff00 20%, rgba(92, 255, 116, 0.359) 40%, rgba(92, 255, 116, 0.359) 60%, #ffffff00 80%);
  background-size: 200% auto;
  animation: shine 1s linear infinite;
}
.gradient-black
{
  background: linear-gradient(to right, #ffffff00 20%, rgba(0, 0, 0, 0.359) 40%, rgba(0, 0, 0, 0.359) 60%, #ffffff00 80%);
  background-size: 200% auto;
  animation: shine 1s linear infinite;
}
.gradient-cyan
{
  background: linear-gradient(to right, #ffffff00 20%, rgba(54, 245, 255, 0.359) 40%, rgba(54, 245, 255, 0.359) 60%, #ffffff00 80%);
  background-size: 200% auto;
  animation: shine 1s linear infinite;
}
.gradient-red
{
  background: linear-gradient(to right, #ffffff00 20%, rgba(255, 96, 96, 0.359) 40%, rgba(255, 96, 96, 0.359) 60%, #ffffff00 80%);
  background-size: 200% auto;
  animation: shine 1s linear infinite;
}
.gradient-orange
{
  background: linear-gradient(to right, #ffffff00 20%, rgba(255, 186, 24, 0.359) 40%, rgba(255, 186, 24, 0.359) 60%, #ffffff00 80%);
  background-size: 200% auto;
  animation: shine 1s linear infinite;
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}
.popupData
{
  display: grid;
  gap: 10px;
}
.popupHeader
{
  display: flex;
  justify-content: space-between;
  padding: 15px;
  padding-block: 10px;
}
.popupData div
{
  background-color: rgb(248, 248, 248);
  border-radius: 5px;
  padding: 10px;
}
.closeRecordInfo
{
  color: white;
  cursor: pointer;
  transition: 0.3s;
  padding: 5px;
  border-radius: 25px;
}
.closeRecordInfo:hover
{
  background-color: rgba(255, 255, 255, 0.078);
}
:root
{
  --primaryColor: rgb(255,86,83);
  --primaryOpColor: #ff5653ad;
  --primaryMaxOpColor: #ff565347;
  --secondaryColor: rgb(12,12,12);
  --secondaryOpColor: rgba(12, 12, 12, 0.60);
  --secondaryMaxOpColor: rgba(12, 12, 12, 0.35);
  --whiteOpColor: rgb(245,245,245);
  --whiteColor: rgb(255,255,255);
  --primaryRadius: 20px;
  --bs-border-radius: 20px;
  --mainPadding: 20px;
  --smallPadding: 10px;
  --bs-startbar-width:0px !important;
  --bs-body-font-family: "Poppins";
  --bs-border-radius-lg: var(--primaryRadius);
}
.primaryRadius
{
  border-radius: var(--primaryRadius);
}
.primaryBgColor
{
  background-color: #FF5653;
}
.primaryOpBgColor
{
  background-color: #ff5653ad;
}
.primaryTxColor
{
  color: #FF5653;
}
.primaryTxOpColor
{
  color: #ff5653c4;
}
.whiteBgColor
{
  background-color: white;
}
.whiteTxColor
{
  color: white;
}
.whiteOpTxColor
{
  color: rgba(255, 255, 255, 0.5);
}
.activisButton
{
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  transition: 0.3s;
}
.activisButton:hover
{
  background-color: var(--primaryOpColor);
  color: var(--whiteColor);
}
.selectr-container,.selectr-options-container
{
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  border-radius: var(--primaryRadius) !important;
}
.selectr-selected
{
  border: none !important;
  border-radius: var(--primaryRadius) !important;
}
.form-control:focus
{
  transition: 0.3s;
  border: 1px solid var(--secondaryMaxOpColor);
}
.activisBorderButton
{
  border: 1px Solid var(--secondaryMaxOpColor);
  color: var(--secondaryColor);
  border-radius: var(--primaryRadius);
  padding-inline: 12px;
  padding-block: 5px;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
}
.activisBorderButton:hover
{
  opacity: 0.75;
}
.itemIcon
{
  margin-right: var(--smallPadding);
}
.topbar-custom
{
  border-radius: 0px !important;
  box-shadow: none !important;
}
.topbar-container
{
  padding-inline: 0px !important;
}
.selectr-tag
{
  border-radius: var(--primaryRadius);
  background-color: var(--primaryColor);
}
.modal-header
{
  background-color: var(--secondaryColor);
}
.btn-dark
{
  background-color: var(--secondaryColor);
}
.noUi-connect
{
  background-color: var(--secondaryColor);
}
.noUi-handle
{
  background-color: var(--secondaryColor);
}
.formLoader
{
    position: absolute;
    right: 0;
    left: 0;
    top: 0px;
    bottom: 0;
    height: 100%;
    z-index: 5;
    border-radius: var(--primaryRadius);
    background-color: var(--bs-secondary-bg);
    height: 100%;
    display: flex;
    min-height: 75vh;
    align-items: center;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}
.formLoader.show {
    opacity: 1;
    visibility: visible;
}
.formLoader.show .opLoaderArea {
    transform: scale(1);
    opacity: 1;
}
.incorrectInput
{
    transition: 0.4s;
    border: 1px Solid var(--primaryMaxOpColor) !important;
    background-color: #ff56530d !important;
}
.incorrectInput .selectr-selected
{
    transition: 0.4s;
    background-color: #ff56530d !important;
}
button.incorrectInput {
    color: white;
    box-shadow: none;
}

.incorrectInput {
    background: linear-gradient(
        90deg,
        #ff565352 0%,
        #ff565331 25%,
        #ff565352 50%,
        #ff565331 75%,
        #ff565352 100%
    );
    background-size: 200% 100%;
    animation: bgShimmer 3s infinite linear;
}

@keyframes bgShimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
.elementLoaderArea
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: var(--primaryRadius);
    bottom: 0;
    background: #ffffffb3;
    z-index: 1100;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}
.elementLoader
{
    display: flex;
    gap: 20px;
    padding: 20px;
    padding-block: 10px;
    background-color: #000000ba;
    min-width: 200px;
    border-radius: 30px;
    color: white;
    align-items: center;
    justify-content: space-between;
    transform: scale(0.9);
    opacity: 0;
    margin: 40px;
    transition: all 0.25s ease;
}

.elementLoaderArea.show {
    opacity: 1;
    visibility: visible;
}
.elementLoaderArea.show .elementLoader {
    transform: scale(1);
    opacity: 1;
}