﻿/*#region globals */
.va-center {
  vertical-align: middle !important;
}

.fc-today-button {
  text-transform: capitalize !important;
}

.scrollcardbody {
  overflow-y: auto;
  height: calc(100vh - 210px);
}

.customTitle {
  position: relative;
  display: inline-block;
}

.customTitle[data-title]:hover::after {
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem !important;
  border-radius: 6px;
  content: attr(data-title);
  position: absolute;
  top: 12px;
  left: -75px;
  color: white;
  background-color: #021d49;
  width: 400px;
  height: auto;
  padding: 8px;
  text-align: center;
  z-index: 100000000;
  line-height: 1.6;
}

.dropdown-toggle::after {
  display: none !important;
}
.mw-1200 {
  max-width: 1200px;
}
.dropdown-toggle {
  padding: 5px 8px 5px 10px !important;
}

.card-header-sticky {
  position: sticky !important;
  top: 64px !important;
  z-index: 50 !important;
  background: white !important;
}
.custom-header-1 {
  border-radius: 4px;
  background: #f3f3f3;
}

.tooltip {
  z-index: 10000000000000000;
}

.z-index-10 {
  z-index: 10 !important;
}

body {
  background: rgb(204, 204, 204);
}

page {
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
}

page[size="A4"] {
  width: 21cm;
  height: 29.7cm;
}

page[size="A4"][layout="landscape"] {
  width: 29.7cm;
  height: 21cm;
}

page[size="A3"] {
  width: 29.7cm;
  height: 42cm;
}

page[size="A3"][layout="landscape"] {
  width: 42cm;
  height: 29.7cm;
}

page[size="A5"] {
  width: 14.8cm;
  height: 21cm;
}

page[size="A5"][layout="landscape"] {
  width: 21cm;
  height: 14.8cm;
}

@media print {
  body,
  page {
    margin: 0;
    box-shadow: 0;
  }
}

:root {
  --color-1: #021d49;
  --color-1-light: #5bdeef;
  --color-1-hover: #00a0af;
  --color-2: #00a0af; /* lacivert */
  --color-2-light: #535668;
  --color-2-op: #1e325c88;
  --color-dark-gra: rgba(17, 29, 53, 0.8);
  --color-light-blue: rgb(67 197 219);
  --color-gri: #626576;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #121c4d;
}

.text-gri {
  color: var(--color-gri) !important;
}

.ucnokta {
  width: 150px;
  overflow: hidden; /* taşanları gizle */
  white-space: nowrap; /* alt satıra hiç inme */
  text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
}

/*#endregion */
/*#region keyframes */
@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes widthUp {
  50% {
    height: 80%;
  }

  100% {
    height: 100%;
  }
}

/*#endregion */

/*#region colors */

.color-intime {
  color: #021d49;
}

.color-intime-blue {
  color: var(--color-1) !important;
}

.color-intime-darkblue {
  color: var(--color-2) !important;
}

.text-intime-white {
  color: white !important;
}

.text-intime {
  color: #2eb1bd !important;
}

.text-intime-blue {
  color: var(--color-light-blue) !important;
}

.text-intime-darkblue {
  color: var(--color-2) !important;
}

.text-turkuaz {
  color: var(--color-2) !important;
}

.text-mavi {
  color: var(--color-1) !important;
}

.text-intime-blue1 {
  color: rgb(55 127 178) !important;
}

.font-green-jungle {
  color: #26c281;
}

.font-blue-jungle {
  color: #a2d7dd;
}

.font-red-thunderbird {
  color: #d91e18;
}

.bg-whitesmoke {
  background-color: whitesmoke !important;
}
.bg-semi-light-danger {
  background-color: #f7c5d4ba !important;
}
.bg-semi-light-info {
  background-color: #e8e3f5 !important;
}

.bg-semi-light-success {
  background-color: #d5f0e2 !important;
}

.bg-semi-light-primary {
  background-color: #0893e14a !important;
}

.bg-semi-light-warning {
  background-color: #ffc7003d !important;
}

text-whitesmoke {
  color: whitesmoke !important;
}

.bg-mavi {
  background-color: var(--color-1) !important;
}

.bg-turkuaz {
  background-color: var(--color-2) !important;
}

.active-item {
  background: var(--color-1) !important;
  margin-inline: 15px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.active-icon {
  color: var(--color-1) !important;
}

.active-bg {
  background: var(--color-1) !important;
}

.active-box {
  width: 90% !important;
  margin-left: 12px !important;
  border-radius: 8px !important;
  padding: 8px 5px 8px 8px !important;
}

.active-icon-box {
  background: white !important;
  border-radius: 7px !important;
}

.menu-sub-accordion .menu-item {
  position: relative;
}

.menu-sub-accordion .menu-item .menu-link::before {
  content: "-";
  position: absolute;
  left: 40px;
}

.menu-sub-accordion .menu-item .menu-link.active {
  color: var(--color-1-hover) !important;
}
.menu-sub-accordion .menu-item .menu-link:hover {
  color: var(--color-1-hover) !important;
}

.menu-icon {
  width: 42px !important;
  height: 42px !important;
  display: flex;
  justify-content: center !important;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #8080802b;
}

.menu-item-dark {
  color: #102d80;
}

.menu-item-light {
  color: #13a7b5;
}
/*#endregion */

/*#region sizing */

.widthUpp:hover {
  box-shadow: 0px 0px 50px 50px rgba(255, 255, 255, 0.5);
  z-index: 500;
}

.width-1 {
  width: 100%;
}

.width-2 {
  width: 49%;
}

.width-3 {
  width: 31%;
}

.width-4 {
  width: 23%;
}

.width-5 {
  width: 20%;
}

/*#endregion */

/*#region fonts */

.fontsize-16 {
  font-size: 16px;
}

/*#endregion */

/*#region floating */

.times-relative {
  position: relative;
  top: -15px;
  left: 27px;
  font-size: 17px;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.contheight {
  height: 19rem;
}

.heightbox1 {
  height: 825px;
  overflow: scroll;
}

@media (max-width: 767px) {
  .heightbox1 {
    height: auto;
    overflow: hidden;
  }
}

@media (max-width: 575px) {
  .m-mb-12px .m-w-100 {
    width: 100% !important;
  }
  .m-mb-12px {
    margin-bottom: 12px !important;
  }
}

@media (max-width: 500px) {
  .contheight {
    height: 25rem;
  }

  .block1 {
    min-width: 47.5% !important;
  }

  .cardX {
    padding: 0px !important;
  }

  .m-10A {
    margin: 0rem !important;
    margin-bottom: 25px !important;
  }

  .cardMax {
    max-height: 300px;
  }

  .TboxB {
    padding-bottom: 50px;
  }

  .MobileV1 {
    display: contents;
  }

  .MobileB1 {
    padding: 0px !important;
  }

  .MobileV1 > button {
    margin-top: 10px;
    min-width: 100px;
    border-radius: 0px !important;
    padding: 5px !important;
    height: 40px;
  }
}

@media (max-width: 400px) {
  .right-20-a1 {
    left: 35px !important;
  }
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
  .col-extra-lg {
    flex: 0 0 auto;
    width: 13%;
  }
  .extra-w-175px {
    width: 175px !important;
  }
}

.right-0 {
  right: 0 !important;
}

.right-10px {
  right: 10px;
}

.right-20-a1 {
  right: 0px;
}

.right-20px {
  right: 20px;
}

.right-30px {
  right: 30px;
}

.right-40px {
  right: 40px;
}

.right-50px {
  right: 50px;
}

.right-70px {
  right: 70px;
}

.right-75px {
  right: 75px;
}

.left-0 {
  left: 0 !important;
}

.left-10px {
  left: 10px;
}

.left-20px {
  left: 20px;
}

.left-30px {
  left: 30px;
}

.left-40px {
  left: 40px;
}

.left-50px {
  left: 50px;
}

.left-75px {
  left: 75px;
}

.top-0 {
  top: 0 !important;
}

.top-10px {
  top: 10px;
}

.top-20px {
  top: 20px;
}

.top-30px {
  top: 30px;
}

.top-40px {
  top: 40px !important;
}

.top-50px {
  top: 50px;
}

.top-75px {
  top: 75px;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-20px {
  bottom: 20px !important;
}

.right-65px {
  right: 65px !important;
}

.mr-4px {
  margin-right: 4px;
}

/*#endregion */

/*#region badges */

.badge-turkuaz {
  color: white;
  background-color: var(--color-light-blue);
}

.badge-acikturkuaz {
  color: white;
  background-color: var(--color-light-blue);
}

/*.bg--turkuaz*/
/*#endregion */
/*#region borders */
.border-turkuaz {
  border: 0.1rem solid !important;
  border-color: #2eb1bd !important;
}

.border-lacivert {
  border: 0.1rem solid !important;
  border-color: var(--color-2) !important;
}

.border-mavi {
  border: 0.1rem solid !important;
  border-color: #2eb1bd !important;
}
.border-yeşil {
  border: 0.2rem solid !important;
  border-color: #00ff00 !important;
}
.border-kırmızı {
  border: 0.2rem solid !important;
  border-color: #ff0000 !important;
}

.border-mavi-V2 {
  border-color: #2eb1bd !important;
}

.border-stock-mavi {
  border: 1px solid var(--color-1) !important;
}

.border-15px {
  border-radius: 15px !important;
  border: 2px solid #e4e6ef !important;
}

.border-15p {
  border-radius: 15px !important;
}

.border-dotted-turkuaz {
  border: 3px dotted var(--color-2) !important;
}
/*#endregion */

.block1 {
  background: #ddeefc;
  padding: 20px !important;
}

.block1 > div {
  min-height: 63px;
}

.block2 {
  background: #164362;
  padding: 5px;
  border-radius: 4px;
}

.block3 {
  background: #426fa3 !important;
}

.block4 {
  justify-content: center !important;
  border-radius: 6px;
  background: rgba(0, 158, 247, 0.85) !important;
  min-height: 50px !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 1rem 2.25rem;
}

.ticketS {
  background: #fff;
  border-radius: 8px;
}

.cardX {
  padding: 0 3.3% 0 3.3%;
}

/*#region tooltips */

.tooltip > .tooltip-inner {
  background: black;
  color: white;
  font-size: 14px;
  width: 150px;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: black;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: black;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: black;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: black;
}

.fc-more-popover {
  max-height: 95%;
  overflow-y: auto;
  width: 300px !important;
}

/*#endregion */

/*#region tables */

.tdmiddle {
  vertical-align: middle;
}

.stickyTd {
  z-index: 199;
  position: sticky;
  top: 60px;
  background: #f7f7f7 !important;
}

.field-validation-error {
  color: #e80c4d;
  font-weight: bold;
}

.field-validation-valid {
  display: none;
}

input.input-validation-error {
  border: 1px solid #e80c4d;
}

.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em;
}

.validation-summary-valid {
  display: none;
}

/*#endregion */

/*#region avatar */

.avatar-upload {
  position: relative;
  max-width: 160px;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f304";
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  max-width: 10px;
  max-height: 10px;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*#endregion */

.custButton {
  background: none;
  border: none;
}

/*#region modals */

@media (max-width: 1200px) {
  .modal-xl {
    max-width: 96%;
  }
  .scren-lg-justify-start {
    justify-content: flex-start !important;
  }
}

@media (min-width: 1360px) {
  .modal-xl {
    max-width: 70%;
  }
}

@media (min-width: 1600px) {
  .modal-xl {
    max-width: 75%;
  }
}

@media (min-width: 1650px) {
  .modal-xl {
    max-width: 60%;
  }
}

/*#endregion */
.w-10px {
  width: 10px !important;
}

.w-20px {
  width: 20px !important;
}

.w-30px {
  width: 30px !important;
}

.w-40px {
  width: 40px !important;
}

.w-45px {
  width: 45px !important;
}

.w-48px {
  width: 48px !important;
}

.w-50px {
  width: 50px !important;
}

.w-60px {
  width: 60px !important;
}

.w-70px {
  width: 70px !important;
}

.w-80px {
  width: 80px !important;
}

.w-90px {
  width: 90px !important;
}

.w-95px {
  width: 95px !important;
}

.w-100px {
  width: 100px !important;
}

.w-120px {
  width: 120px !important;
}

.w-130px {
  width: 130px !important;
}

.w-140px {
  width: 140px !important;
}

.w-150px {
  width: 150px !important;
}

.w-160px {
  width: 160px !important;
}

.w-170px {
  width: 170px !important;
}

.w-180px {
  width: 180px !important;
}

.w-190px {
  width: 190px !important;
}

.w-200px {
  width: 200px !important;
}

.w-225px {
  width: 225px !important;
}

.w-250px {
  width: 250px !important;
}
.w-350px {
  width: 350px !important;
}

.w-500px {
  width: 500px !important;
}

.max-w-200px {
  max-width: 200px !important;
}
.max-w-260px {
  max-width: 260px !important;
}

.max-w-300px {
  max-width: 300px !important;
}
.max-w-781px {
  max-width: 781px !important;
}

.max-w-100px {
  max-width: 100px !important;
}

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}
/*Map Button*/

.buttonmapsearch {
  display: inline-block;
  margin: 4px 2px;
  background-color: var(--color-1);
  font-size: 14px;
  padding-left: 32px;
  padding-right: 32px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  text-decoration: none;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.buttonmapsearch:hover {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: black;
  color: white;
}

.search-container {
  position: relative;
  display: inline-block;
  margin: 4px 2px;
  height: 60px;
  width: 60px;
  vertical-align: bottom;
}

.mglass {
  display: inline-block;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  margin-top: 5px;
}

.searchbutton {
  position: absolute;
  font-size: 30px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: white;
  color: black;
}

.search {
  position: absolute;
  left: 59px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
  background-color: white;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.search:focus {
  width: 363px; /* Bar width+1px */
  padding: 0 16px 0 0;
}

.expandright {
  left: auto;
  right: 59px; /* Button width-1px */
}

.expandright:focus {
  padding: 0 0 0 16px;
}

.maptype-control-satellite,
.maptype-control-map {
  background-color: var(--color-1);
  color: white;
}

.maptype-control-satellite:hover,
.maptype-control-map:hover {
  background-color: black;
  color: white;
}
/*Map Button Bitiş*/

/*#region slider */

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #56b6c1;
  display: block;
}

.items-slider-container {
  margin: 0 auto;
  max-width: 1200px;
}
/* line 19, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for {
  background-color: #fff;
  margin-bottom: 0;
}
/* line 23, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for img {
  max-width: 100%;
}
/* line 27, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container {
  padding: 30px;
  position: absolute;
}
/* line 37, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container.left-top {
  left: 0;
  top: 0;
}
/* line 41, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container.left-top .item-slide-title,
.items-slider-container .slider-for .item-informations-container.left-top .item-slide-info-1,
.items-slider-container .slider-for .item-informations-container.left-top .item-slide-info-2 {
  text-align: left;
}
/* line 48, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container.center-top {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
}
/* line 53, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container.right-top {
  top: 0;
  right: 0;
}
/* line 57, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container.right-top .item-slide-title,
.items-slider-container .slider-for .item-informations-container.right-top .item-slide-info-1,
.items-slider-container .slider-for .item-informations-container.right-top .item-slide-info-2 {
  text-align: right;
}
/* line 65, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container.left-center {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
/* line 69, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container.left-center .item-slide-title,
.items-slider-container .slider-for .item-informations-container.left-center .item-slide-info-1,
.items-slider-container .slider-for .item-informations-container.left-center .item-slide-info-2 {
  text-align: left;
}
/* line 77, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container.center-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 81, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container.right-center {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
/* line 85, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container.right-center .item-slide-title,
.items-slider-container .slider-for .item-informations-container.right-center .item-slide-info-1,
.items-slider-container .slider-for .item-informations-container.right-center .item-slide-info-2 {
  text-align: right;
}
/* line 93, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container.left-bottom {
  bottom: 0;
  left: 0;
}
/* line 97, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container.left-bottom .item-slide-title,
.items-slider-container .slider-for .item-informations-container.left-bottom .item-slide-info-1,
.items-slider-container .slider-for .item-informations-container.left-bottom .item-slide-info-2 {
  text-align: left;
}
/* line 104, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container.center-bottom {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
}
/* line 109, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container.right-bottom {
  bottom: 0;
  right: 0;
}
/* line 113, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container.right-bottom .item-slide-title,
.items-slider-container .slider-for .item-informations-container.right-bottom .item-slide-info-1,
.items-slider-container .slider-for .item-informations-container.right-bottom .item-slide-info-2 {
  text-align: right;
}
/* line 121, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container .item-slide-title,
.items-slider-container .slider-for .item-informations-container .item-slide-info-1 {
  line-height: 1em;
}
/* line 126, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container .item-slide-title {
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  text-transform: uppercase;
}
/* line 135, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container .item-slide-info-1 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #ccc;
  text-transform: uppercase;
}
/* line 144, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .item-informations-container .item-slide-info-2 {
  font-size: 40px;
  font-size: 4rem;
  color: #2ebaaf;
  text-transform: uppercase;
}
/* line 156, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-nav {
  /*background-color: #282828;*/
  margin-bottom: 30px;
}
/* line 160, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-nav .slick-slide {
  position: relative;
  padding: 7px;
}
/* line 164, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-nav .slick-slide img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  max-width: 100%;
  margin: 0 auto;
}
/* line 170, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-nav .slick-slide:hover {
  cursor: pointer;
}
/* line 174, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-nav .slick-slide.current-slide {
  background-color: #fff;
}
/* line 177, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-nav .slick-slide.current-slide img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@@media screen and (min-width: 600px) {
  /* line 197, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  .items-slider-container .slider-for .item-informations-container .item-slide-title {
    font-size: 71px;
    font-size: 7.1rem;
  }
  /* line 203, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  .items-slider-container .slider-for .item-informations-container .item-slide-info-1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
  /* line 209, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  .items-slider-container .slider-for .item-informations-container .item-slide-info-2 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

/*#endregion */

/*


    */

.color-intime-gray {
  color: #3f4254 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.tg-c8dp {
  background: #15234e !important;
}

@keyframes example {
  0% {
    background-color: red;
  }

  25% {
    background-color: yellow;
  }

  50% {
    background-color: blue;
  }

  100% {
    background-color: green;
  }
}

.menu-title-gray-800 .menu-item .menu-link .menu-title {
  color: #021d49;
  font-weight: 600;
}

.menu-state-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title,
.menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i {
  color: #00a0af;
}

.menu-state-title-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-title {
  color: #00a0af;
}

.menu-state-title-primary .menu-item .menu-link.active .menu-title {
  color: #00a0af;
}
.height-100 {
  height: 100% !important;
}

.max-height {
  height: max-content !important;
}

.max-height-100px {
  max-height: 100px !important;
}
.max-height-250px {
  max-height: 250px !important;
}

.max-height-300px {
  max-height: 300px !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}

.icon-btn {
  padding: 10px;
  outline: none;
  border: none;
}

.icon-btn:hover {
  opacity: 0.8;
}

.rounded-6px {
  border-radius: 6px !important;
}

.rounded-10px {
  border-radius: 10px !important;
}

.rounded-top-10px {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-bottom-10px {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}
.table tr .fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-25px {
  font-size: 25px !important;
}

.fs-28px {
  font-size: 28px !important;
}

.fs-35px {
  font-size: 35px !important;
}

.fs-50px {
  font-size: 50px !important;
}

.fs-20px {
  font-size: 20px !important;
}
.pt-2px {
  padding-top: 2px !important;
}
.pt-4px {
  padding-top: 4px !important;
}
.pt-6px {
  padding-top: 6px !important;
}
.pt-10px {
  padding-top: 10px !important;
}
.p-15px {
  padding: 15px !important;
}
.pb-10px {
  padding-bottom: 10px !important;
}

.w-175px {
  width: 175px !important;
}

.w-125px {
  width: 125px !important;
}
.mw-90px {
  min-width: 90px !important;
}
.mw-110px {
  min-width: 110px !important;
}
.mw-125px {
  min-width: 125px !important;
}
.mw-130px {
  min-width: 130px !important;
}

.mw-150px {
  min-width: 150px !important;
}

.mw-175px {
  min-width: 175px !important;
}
.mw-250px {
  min-width: 250px !important;
}
.mw-100px {
  min-width: 100px !important;
}
.min-w50px {
  min-width: 50px !important;
}

.min-w-1575px {
  min-width: 1575px;
}
.min-w-125px {
  min-width: 125px;
}
.min-w-1500px {
  min-width: 1500px;
}

.bg-transparent {
  background: transparent !important;
}

.new-table-style tr td {
  min-width: 125px !important;
  width: 125px !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.mt-minus2 {
  margin-top: -2px !important;
}

.color-blue {
  color: #00a0af !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-1rem {
  font-size: 1.1rem !important;
}

.tableLeftInnerText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.h-25px {
  height: 25px !important;
}
.h-30px {
  height: 30px !important;
}

.h-33px {
  height: 33px !important;
}

.h-36px {
  height: 36px !important;
}

.h-40px {
  height: 40px !important;
}
.h-44px {
  height: 44px !important;
}

.h-45px {
  height: 45px !important;
}
.h-48px {
  height: 48px !important;
}

.h-50px {
  height: 50px !important;
}
.h-55px {
  height: 55px !important;
}
.h-60px {
  height: 60px !important;
}

.h-90px {
  height: 90px !important;
}

.h-97px {
  height: 97px !important;
}

.h-105px {
  height: 105px !important;
}

.h-125px {
  height: 125px !important;
}

.h-135px {
  height: 135px !important;
}

.h-250px {
  height: 250px !important;
}
.h-253px {
  height: 253px !important;
}

.h-350 {
  height: 350px !important;
}
.h-450px {
  height: 400px !important;
}

.min-height-40px {
  min-height: 40px !important;
}

.min-height-200px {
  min-height: 200px !important;
}

.h-200 {
  height: 200px !important;
}

.h-max {
  height: max-content !important;
}

.h-min {
  height: min-content !important;
}

.left-4px {
  left: 4px !important;
}

.right-25px {
  right: 25px !important;
}

.column-gap-5px {
  column-gap: 5px !important;
}

.column-gap-10px {
  column-gap: 10px !important;
}

.column-gap-20px {
  column-gap: 20px !important;
}

.column-gap-30px {
  column-gap: 30px;
}

@media screen and (max-width: 1600px) {
  .column-gap-lg-10px {
    column-gap: 10px !important;
  }
}

@media screen and (max-width: 992px) {
  .column-gap-md-30px {
    column-gap: 10px !important;
  }
  .zero-mt {
    margin-top: 0px !important ;
  }
}

.row-gap-14px {
  row-gap: 14px !important;
}

.row-gap-5px {
  row-gap: 5px !important;
}

.row-gap-10px {
  row-gap: 10px !important;
}

.row-gap-20px {
  row-gap: 20px !important;
}

.row-gap-30px {
  row-gap: 30px !important;
}

.ml-birbucukrem {
  margin-left: 1.5rem !important;
}

.table-body-center td {
  text-align: center;
}

.px-45px {
  padding-inline: 45px !important;
}

.px-54px {
  padding-inline: 54px !important;
}

.top-43 {
  top: 43% !important;
}
.content-right {
  right: -35px !important;
}

.mt-3bucuk {
  margin-top: 0.9rem !important;
}
.mt-2px {
  margin-top: 2px !important;
}

.filter-size-18px {
  font-size: 18px !important;
}

.filter-size-18px {
  font-size: 18px !important;
}

.mt-6px {
  margin-top: 6px !important;
}

.top-37px {
  top: 37px !important;
}

.top-26px {
  top: 26px !important;
}

.right-40px {
  right: 40px !important;
}

.right-46px {
  right: 46px !important;
}

.h-24px {
  height: 24px !important;
}

.w-25px {
  width: 25px !important;
}

.left-13px {
  left: 13px !important;
}
.top-12px {
  top: 12px !important;
}
.top-10px {
  top: 10px !important;
}
.apperance-none {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-image: none !important;
}

.pt-38px {
  padding-top: 38px !important;
}
.pt-30px {
  padding-top: 30px !important;
}

.left-42px {
  left: 42px !important;
}

.nav-personel-link {
  padding-block: 10px;
  border-bottom: 2px solid transparent;
  color: darkgray;
}

.nav-personel-link:hover {
  border-bottom-color: var(--color-1);
  color: var(--color-1);
}

.nav-personel-link.active {
  border-bottom-color: var(--color-1);
  color: var(--color-1);
}

.shortcut-icon-bg {
  background-color: #03a1b033 !important;
}

.shortcut-bg {
  background-color: #f3fafe !important;
}

.shortcut-border {
  border: 1px solid #03a1b0 !important;
}

.swiper {
  width: 700px;
  height: auto;
}
.bg-gri {
  background-color: #a2a6c0;
}
.rounded-left-10px {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-right-10px {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.h-400px {
  height: 400px !important;
}
.homapage-nav li {
  background-color: #a2a6c0;
  color: white !important;
}

.homapage-nav li.active {
  background-color: var(--color-1) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.min-height-50px {
  min-height: 50px !important;
}

.mw-48px {
  min-width: 48px !important;
}

.text-left {
  text-align: left !important;
}

.min-w-160px {
  min-width: 160px !important;
}

.min-w-630px {
  min-width: 630px !important;
}

.min-w-180px {
  min-width: 180px !important;
}

.border-1px-ef {
  border: 1px solid #eff2f5 !important;
}

.mb-70px {
  margin-bottom: 70px !important;
}
.h-100vh {
  height: 100vh !important;
}
.h-170px {
  height: 170px !important;
}
.table .vertical-middle {
  vertical-align: middle !important;
}

.centered-vertical {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.centered-horizontal {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.pl-40px {
  padding-left: 40px !important;
}

.pl-14px {
  padding-left: 14px !important;
}
.pl-8px {
  padding-left: 8px !important;
}

.left-10px {
  left: 10px !important;
}

.right-10px {
  right: 10px !important;
}

.text-black {
  color: black !important;
}
.text-light-gray {
  color: #7e8299 !important;
}

.text-ultragray {
  color: #a2a2a2 !important;
}

.w-46px {
  width: 46px !important;
}
.h-46px {
  height: 46px !important;
}
.bg-darkred {
  background: #ed1e24 !important;
}

.right-minus-20px {
  right: -20px !important;
}

.bottom-35px {
  bottom: 35px !important;
}

.bottom-23px {
  bottom: 23px !important;
}

.bottom-75px {
  bottom: 75px !important;
}

.bottom-8px {
  bottom: 8px !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.btn-outline-mavi {
  border: 2px solid var(--color-1) !important;
  border-radius: 6px !important;
}

.btn-new-plus-outline {
  width: 180px;
  padding: 6px 19px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  column-gap: 10px !important;
  color: var(--color-1) !important;
  background-color: white !important;
  border: 2px solid var(--color-1) !important;
  border-radius: 6px !important;
}

.task-box .px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.task-box .px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.btn-new-plus-outline:hover {
  opacity: 0.8;
}

.btn-new-plus-outline i,
.btn-new-plus-outline span {
  color: var(--color-1);
}

.btn-new-plus-outline span {
  font-size: 14px !important;
}

.btn-new-plus {
  width: 180px !important;
  padding: 6px 19px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  column-gap: 10px !important;
  color: white !important;
  background-color: var(--color-1) !important;
}

.btn-new-plus:hover {
  opacity: 0.8;
}

.btn-new-plus i,
.btn-new-plus span {
  color: white;
}

.btn-new-plus span {
  font-size: 14px !important;
}

.input-new-plus {
  width: 100%;
  max-width: 350px;
  background: white !important;
  border: 1px solid var(--color-1) !important;
  height: 33px;
  font-size: 13px;
  padding: 9px 12px !important;
}

.bg-zero-opacity {
  background-color: #f5f8fa !important;
}

.bg-gradient-blue {
  background-color: #4099ff !important;
}

.bg-gradient-green {
  background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}

.bg-gradient-orange {
  background: linear-gradient(45deg, #ffb64d, #ffcb80);
}

.bg-gradient-darkgray {
  background: linear-gradient(45deg, #bdbdbd, #bdbdbd);
}

.bg-gradient-opacity-green {
  background: linear-gradient(45deg, #a5d6a7, #a5d6a7);
}
.bg-gradient-dark-light-green {
  background: linear-gradient(45deg, #26d515, #26d515);
}
.bg-gradient-dark-pink {
  background: linear-gradient(45deg, #e02f9e, #e02f9e);
}
.bg-gradient-brown {
  background: linear-gradient(45deg, #c47a3e, #c47a3e);
}
.bg-gradient-light-pink {
  background: linear-gradient(45deg, #ff5370, #ff869a);
}

.mb-20px {
  margin-bottom: 20px !important;
}
.mb-8px {
  margin-bottom: 8px !important;
}

#piechart {
  width: 300px !important;
  height: 300px !important;
}

#piechart1 {
  width: 300px !important;
  height: 300px !important;
}

#yearlyTaskSummaryCanvas {
  width: 100% !important;
  height: 330px !important;
}
.bg-background-color {
  background: #f7f7f8 !important;
}

.w-min {
  width: min-content !important;
}

.w-max {
  width: max-content !important;
}

.font {
  font-family: Poppins !important;
  line-height: normal;
  font-style: normal;
}
.vehicle-title {
  color: var(--color-1, #063c89) !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}
.vehicle-subtitle {
  color: #a0aec0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.fw-500 {
  font-weight: 500 !important;
  font-size: 14px !important;
}

.me-4px {
  margin-right: 4px;
}
.me-5px {
  margin-right: 5px;
}
.me-7px {
  margin-right: 7px;
}
.object-cover {
  object-fit: cover !important;
}
.object-contain {
  object-fit: contain !important;
}

.icon-gri {
  color: var(--mavi, #03a1b0);
}

.bg-light-gray {
  background: #e5e5e5 !important;
}

.mt-minus-4px {
  margin-top: -4px !important;
}

.mt-16px {
  margin-top: 16px !important;
}

.bg-light-turquaz {
  background: #179aab5e !important;
}

.legend-text-position .apexcharts-legend {
  position: absolute !important;
  left: auto !important;
  top: 55px !important;
  right: 90px !important;
}
.toolbar-hidden .apexcharts-toolbar {
  display: none !important;
}

.top-15px {
  top: 15px !important;
}

.color-88c {
  color: #88c057ba !important;
}
.bg-light-ff {
  background-color: #f0f0f0 !important;
}
.z-99 {
  z-index: 99 !important;
}

.top-minus5px {
  top: -5px !important;
}
.table-overflow {
  overflow-x: auto !important;
}

.shiftDateTable {
  border: 1px solid #eaecf0;
  min-width: 1575px;
}

.border-top-light-gray {
  border-top: 1px solid #eaecf0 !important;
}
.badge-form-atama-durum-div {
  width: 120px;
  border-radius: 3px;
  text-align: center;
}

.badge-form-atama-durum-0 {
  background: #ffffff3d;
  color: #372e7e;
  border: 1px solid #372e7e;
  padding: 4px;
}
.badge-form-atama-durum-1 {
  background: #729edf40;
  color: #50cae7;
  border: 1px solid #79c5d1;
  padding: 4px;
}
.badge-form-atama-durum-2 {
  background: #fb933752;
  color: #fb9337;
  border: 1px solid #fb9337;
  padding: 4px;
}
.badge-form-atama-durum-3 {
  background: #0bc37640;
  color: #0bc376;
  border: 1px solid #0bc376;
  padding: 4px;
}
.badge-form-atama-durum-4 {
  background: #f062623d;
  color: #ff0025;
  border: 1px solid #ff0025;
  padding: 4px;
}
.badge-form-aktif-div {
  width: 120px;
  border-radius: 3px;
  text-align: center;
}
.badge-form-aktif {
  background: #0bc37640;
  color: #0bc376;
  border: 1px solid #0bc376;
  padding: 4px;
}
.badge-form-pasif {
  background: #ff000047;
  color: red;
  border: 1px solid #ff0000;
  padding: 4px;
}

.badge-proje-oncelik-div,
.badge-proje-durum-div {
  width: 120px;
  border-radius: 3px;
  text-align: center;
}
.badge-proje-oncelik-0 {
  background: #0bc37640;
  color: #0bc376;
  border: 1px solid #0bc376;
  padding: 4px;
}

.badge-proje-oncelik-1 {
  background: #fb933752;
  color: #fb9337;
  border: 1px solid #fb9337;
  padding: 4px;
}

.badge-proje-oncelik-2 {
  background: #ff000047;
  color: red;
  border: 1px solid #ff0000;
  padding: 4px;
}
.badge-proje-durum-0 {
  color: #063c89;
  border: 1px solid #063c89;
  padding: 4px;
}

.badge-proje-durum-1 {
  background: #fb933752;
  color: #fb9337;
  border: 1px solid #fb9337;
  padding: 4px;
}

.badge-proje-durum-2 {
  background: #0bc37640;
  color: #0bc376;
  border: 1px solid #0bc376;
  padding: 4px;
}

.badge-proje-durum-3 {
  color: #e71818;
  border: 1px solid #e71818;
  padding: 4px;
  background: white;
}

.badge-arac-durum-div {
  width: 120px;
  border-radius: 3px;
  text-align: center;
}
.badge-arac-durum-0 {
  background: #fb933752;
  color: #fb9337;
  border: 1px solid #fb9337;
  padding: 4px;
}

.badge-arac-durum-1 {
  background: #0bc37640;
  color: #0bc376;
  border: 1px solid #0bc376;
  padding: 4px;
}

.badge-arac-durum-2,
.badge-arac-durum-4 {
  background: #df727240;
  color: #e75050;
  border: 1px solid #ff3030;
  padding: 4px;
}
.badge-arac-durum-3 {
  background: #729edf40;
  color: #50cae7;
  border: 1px solid #79c5d1;
  padding: 4px;
}

.icon-hover:hover {
  color: #354c6c;
}

.icon-hover-red:hover {
  color: #d60f0f;
}

.border-bottom-1px-light-gray {
  border-bottom: 1px solid #f4f3f5;
}

@media screen and (min-width: 1300px) and (max-width: 1540px) {
  .special-class {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .special-class-box-left {
    flex: 0 0 auto;
    width: 33% !important;
  }
  .special-class-box-right {
    flex: 0 0 auto;
    width: 66% !important;
  }
  /* .special-class-laptop{
        margin-right: 20px;
      } */
}

@media screen and (min-width: 992px) and (max-width: 1299px) {
  .special-class {
    flex: 0 0 auto;
    width: 100% !important;
  }
  .special-class-box-left {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .special-class-box-right {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media screen and (min-width: 675px) and (max-width: 991px) {
  .special-class {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .special-class-box-left {
    flex: 0 0 auto;
    width: 40% !important;
  }
  .special-class-box-right {
    flex: 0 0 auto;
    width: 60% !important;
  }
}

@media screen and (min-width: 340px) and (max-width: 674px) {
  .special-class {
    flex: 0 0 auto;
    width: 100% !important;
  }
  .special-class-box-left {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .special-class-box-right {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .mobile-mb-20px {
    margin-bottom: 20px !important;
  }
  .mobile-max-width-100 {
    max-width: 100% !important;
  }
}

.symbol-40px img {
  width: 40px;
  height: 40px;
}

.min-h-140px {
  min-height: 140px !important;
}

.min-h-300px {
  min-height: 300px !important;
}

.h-140px {
  height: 140px !important;
}

.card-body .table tbody .border-dashed-1px {
  border-bottom-width: 1px !important;
  border-bottom-style: dashed !important;
  border-bottom-color: #eff2f5 !important;
}

.inventory-box .btn-new-plus {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner-border-loading {
  width: 4rem;
  height: 4rem;
  vertical-align: -.125em;
  border: .185em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .65s linear infinite spinner-border
}

.btn-primary-2{
  background: #009ef7 !important;
  color: #fff !important;
  border-color: #009ef7 !important;
}

.badge-proje-maliyet-durum-0 {
  background: #fb933752;
  color: #fb9337;
  border: 1px solid #fb9337;
  padding: 4px;
}

.badge-proje-maliyet-durum-1 {
  background: #0bc37640;
  color: #0bc376;
  border: 1px solid #0bc376;
  padding: 4px;
}

.badge-proje-maliyet-durum-2 {
  background: #ff000047;
  color: red;
  border: 1px solid #ff0000;
  padding: 4px;
}

.line-h-25px {
  line-height: 25px !important;
}

.line-h-1px {
  line-height: 1px !important;
}
.b-bottom-1px-aqua-blue {
  border-bottom: 1px solid #dbecff4f;
}
.max-h-125px {
  max-height: 125px !important;
}
.min-h-125px {
  min-height: 125px !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.max-h-200px {
  max-height: 200px !important;
}
.pt-8px {
  padding-top: 8px !important;
}
.mt-5px {
  margin-top: 5px !important;
}
.mt-3px {
  margin-top: 3px !important;
}
.h-min-content {
  height: min-content !important;
}
.-ms-4px {
  margin-left: -4px !important;
}

.-ms-15px {
  margin-left: -15px !important;
}
.bg-darkblue {
  background-color: #021d49 !important;
}

.shift-input-plus {
  width: 100%;
  background: white !important;
  border: 1px solid var(--color-1) !important;
  height: 33px;
  font-size: 13px;
  padding: 9px 12px !important;
}
.min-w-1475px {
  min-width: 1475px !important;
}
.min-w-820px {
  min-width: 820px !important;
}

.currency .select2-selection .select2-selection__clear {
  top: 40% !important;
}

.border-all {
  border: 1px solid #bfbfbf !important;
}

.border-right {
  border-right: 1px solid #bfbfbf !important;
}
.border-bottom-light {
  border-bottom: 1px solid #dcdcdc !important;
}

.ps-9px {
  padding-left: 9px !important;
}

.bg-lightblue {
  background: #f2fafb !important;
}

.text-primary-color {
  color: #354a6d !important;
}

.border-lightgrey {
  border: 1px solid #ebeef5;
}

.print-table-left {
  min-width: 200px;
  padding-block: 10px;
  padding-left: 10px;
  font-size: 14px;
  border-right: 1px solid #ebeef5;
  color: #626576;
  background: #f5f5f5;
  font-weight: bolder;
}

.print-table-right {
  padding-left: 8px;
  font-size: 14px;
  width: 100%;
  color: black;
}

.ms-7px {
  margin-left: 7px !important;
}
.ms-11px {
  margin-left: 11px !important;
}
.px-30px {
  padding-left: 30px;
  padding-right: 30px;
}
.rounded-4px {
  border-radius: 4px !important;
}
.settings-list li {
  margin-bottom: 6px !important;
  box-shadow: 0px 2px 4px -1px #a5a5a594;
}
.border-bottom-0px {
  border-bottom: 0px !important;
}

.ms-6px {
  margin-left: 6px !important;
}
.ms-12px {
  margin-left: 12px !important;
}
.ms-9px {
  margin-left: 9px !important;
}
.ms-11px {
  margin-left: 11px !important;
}
.ms-5px {
  margin-left: 5px !important;
}
.ms-2px {
  margin-left: 2px !important;
}
.ms-4px {
  margin-left: 4px !important;
}

.nav-tabs .nav-column {
  flex-direction: column !important;
}

.drop-menu {
  position: absolute;
  z-index: 999;
  background: #ffffff;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
}

.table-cell {
  display: table-cell !important;
}
