﻿html {
  font-size: 14px;
}


body {
  font-family: IRANSans;
  background-color: rgb(240, 241, 247);
}


u, .text-decoration-underline {
  text-underline-offset: 5px;
}


.filter-switch {
  display: inline-flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4px;
  row-gap: 6px;
  position: relative;
  height: auto;
  padding: 3px;
  margin: 0;
  border-radius: 6px;
  background-color: #e2e4ec;
}


.filter-switch-item {
  display: flex;
  position: relative;
  height: auto;
}


.filter-switch-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}


.filter-switch label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 13px;
  font-family: IRANSansMedium;
  border-radius: 6px;
  background-color: transparent;
  color: #5e6474;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  min-height: 24px;
  /* min-width: 50px; */
}


.filter-switch label:hover {
  color: #374151;
}


.filter-switch-item input:checked + label {
  background-color: #fff;
  color: #3a3f45;
  font-family: IRANSansBold;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}


.filter-switch-item input:not(:checked) + label {
  background-color: transparent;
  box-shadow: none;
}


@media (max-width: 575px) {
  .filter-switch.filter-switch-responsive {
    justify-content: center;
    width: 100%;
  }
  
  .filter-switch.filter-switch-responsive .filter-switch-item {
    /* flex: 1 1 calc((100% / var(--filter-switch-firstRow-count, 3)) - 3px); */
    flex: 1 1 calc((100% / 3) - 3px);
    /* flex: 1 1 calc(33% - 6px); */
  }
  
  .filter-switch.filter-switch-responsive label {
    width: 100%;
  }
  
  .filter-switch label {
    font-size: 12px;
    min-height: 22px;
  }
}


.filter-switch.filter-switch-light {
  padding: 2px;
}


.filter-switch.filter-switch-light label {
  min-height: 22px;
  padding: 0 8px;
  font-size: 12.5px;
}


@media (min-width: 1400px) {
  .filter-switch.filter-switch-light {
    background-color: #f0f1f7;
  }
  
  .filter-switch.filter-switch-light label {
    color: #6b7280;
  }
  
  .filter-switch.filter-switch-light .filter-switch-item input:checked + label {
    background-color: #fefefe;
    color: #1f2937;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.05);
  }
  
  .filter-switch.filter-switch-light label:hover {
    color: #111827;
  }
}


@media (min-width: 992px) {
  .modal-xxl {
    max-width: 800px;
  }
}


@media (min-width: 1200px) {
  .modal-xxl {
    max-width: 1140px;
  }
}


@media (min-width: 1500px) {
  .modal-xxl {
    max-width: 1440px;
  }
}


.inpTlab {
  border: none;
  display: inline-block;
  outline: none;
  font-family: inherit;
  text-align: center;
}


.inpTlab:not(:disabled) {
  background: none;
  color: inherit;
}


.hoverLink {
  cursor: pointer;
  font-family: "IRANSansBold";
}


.hoverLink:hover, .hoverLink:focus {
  text-decoration: underline;
  color: blue;
}


.createOrderForm .grid-row {
  display: grid;
  grid-template-columns: 20px repeat(11, 1fr) 20px;
  gap: 4px;
  margin-bottom: 8px;
}


.createOrderForm .divInp {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-around;
  /* padding-inline-end: 4px; */
}


.createOrderForm .divInp {
  width: 129px;
  white-space: nowrap;
}


.createOrderForm input {
  transition: transform 0.3s;
  /*  background-color: #eee;*/
  border: 1px solid #ddd;
  border-radius: 4px;
}


.createOrderForm input:focus {
  transform: scale(1.03)
}


.inputGroupText {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6 !important;
  border-right: none !important;
  border-radius: 4px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  font-size: 11px;
  height: 100%;
  padding-inline: 2px;
  width: 38px;
}


.SelectedPf {
  background-image: linear-gradient(to right, white, #55cac2);
}


.swal-title {
  font-weight: normal;
}


/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.widthCusDataTable {
  /*height:400px !important;*/
}


.digitNumber, .digitNumberString, .currencyNumber, .mobileNumber {
  direction: ltr !important;
}


/*.customFontTooltip {
font-family: 'IRANSansBold';
}*/
.dropdown-content {
  position: absolute;
  opacity: 0;
  transition-property: transform, opacity;
}


.dropdown-content.fade.show {
  opacity: 1;
}


.dropdown-content.slide {
  transform: translateY(1rem);
}


.dropdown-content.slide.show {
  transform: translateY(0);
  opacity: 1;
}


.dropdown-content.zoom {
  transform: scale(0.8);
}


.dropdown-content.zoom.show {
  transform: scale(1);
  opacity: 1;
}


@media (min-width: 768px) {
  [data-title],
  [data-title-left],
  [data-title-bottom],
  [data-title-right] {
    position: relative;
  }
  
  [data-title]::after, [data-title]::before,
  [data-title-left]::after, [data-title-left]::before,
  [data-title-bottom]::after, [data-title-bottom]::before,
  [data-title-right]::after, [data-title-right]::before {
    position: absolute;
    transition: all 0.2s 0.2s;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    font-size: 12px;
  }
  
  [data-title]::after,
  [data-title-left]::after,
  [data-title-bottom]::after,
  [data-title-right]::after {
    background-color: #000;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-family: "IRANSans"
  }
  
  [data-title]::before,
  [data-title-left]::before,
  [data-title-bottom]::before,
  [data-title-right]::before {
    content: "";
    border: solid 4px;
  }
  
  [data-title]:hover::after, [data-title]:hover::before,
  [data-title-left]:hover::after, [data-title-left]:hover::before,
  [data-title-bottom]:hover::after, [data-title-bottom]:hover::before,
  [data-title-right]:hover::after, [data-title-right]:hover::before {
    opacity: 1;
    visibility: visible;
  }
  
  /* data-title */
  [data-title]::after, [data-title]::before {
    left: 50%;
    transform: translateX(-50%) translateY(-4px);
  }
  
  [data-title]:hover::after, [data-title]:hover::before {
    transform: translateX(-50%) translateY(0);
  }
  
  [data-title]::after {
    content: attr(data-title);
    bottom: calc(100% + 6px);
  }
  
  [data-title]::before {
    bottom: calc(100% - 1px);
    border-color: #000 transparent transparent transparent;
  }
  
  /* data-title-bottom */
  [data-title-bottom]::after, [data-title-bottom]::before {
    left: 50%;
    transform: translateX(-50%) translateY(4px);
  }
  
  [data-title-bottom]:hover::after, [data-title-bottom]:hover::before {
    transform: translateX(-50%) translateY(0);
  }
  
  [data-title-bottom]::after {
    content: attr(data-title-bottom);
    top: calc(100% + 6px);
  }
  
  [data-title-bottom]::before {
    top: calc(100% - 1px);
    border-color: transparent transparent #000 transparent;
  }
  
  /* data-title-left */
  [data-title-left]::after, [data-title-left]::before {
    top: 50%;
    transform: translateX(-4px) translateY(-50%);
  }
  
  [data-title-left]:hover::after, [data-title-left]:hover::before {
    transform: translateY(-50%) translateX(0);
  }
  
  [data-title-left]::after {
    content: attr(data-title-left);
    right: calc(100% + 6px);
  }
  
  [data-title-left]::before {
    right: calc(100% - 2px);
    border-color: transparent transparent transparent #000;
  }
  
  /* data-title-right */
  [data-title-right]::after, [data-title-right]::before {
    top: 50%;
    transform: translateX(4px) translateY(-50%);
  }
  
  [data-title-right]:hover::after, [data-title-right]:hover::before {
    transform: translateY(-50%) translateX(0);
  }
  
  [data-title-right]::after {
    content: attr(data-title-right);
    left: calc(100% + 6px);
  }
  
  [data-title-right]::before {
    left: calc(100% - 1px);
    border-color: transparent #000 transparent transparent;
  }
}


.bs-tooltip-start[data-popper-placement] .tooltip-arrow {
  left: auto !important;
  right: 0 !important;
}


.bs-tooltip-start[data-popper-placement] .tooltip-arrow:before {
  border-width: .4rem 0 .4rem .4rem !important;
  border-left-color: #000;
  border-right-color: transparent;
  left: -1px !important;
  right: unset !important;
}


.buttonExcel {
  background: linear-gradient(to bottom, var(--Excel0), var(--Excel1));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px -1px #004f154f;
  border: none;
  user-select: none;
  cursor: pointer;
  border-radius: 5px;
  padding: 0;
  height: 28px;
  width: 34px
}


.buttonExcel:hover {
  background: linear-gradient(to bottom, var(--Excel1), var(--Excel0));
}


.buttonExcel:active, .buttonExcel:focus {
  background: linear-gradient(to bottom, var(--Excel0), var(--Excel1)) !important;
  border: none !important;
  box-shadow: 0 2px 10px -1px #004f154f !important;
}


.buttonPrint {
  background: linear-gradient(to bottom, #757881, #494b51);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px -1px #494b5173;
  border: none;
  user-select: none;
  cursor: pointer;
  border-radius: 5px;
  padding: 0;
  height: 28px;
  width: 34px
}


.buttonPrint:hover {
  background: linear-gradient(to bottom, #494b51, #757881);
}


.buttonPrint:active, .buttonPrint:focus {
  background: linear-gradient(to bottom, #757881, #494b51);
  border: none !important;
  box-shadow: 0 2px 10px -1px #494b5173 !important;
  outline: none !important;
}


.BgPurple {
  height: 37px;
  /*   background: var(--color2);*/
  background: linear-gradient(to bottom, var(--color25), var(--color26));
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  box-shadow: 0 2px 10px -1px rgb(64 42 169 / 50%);
  /*    padding-bottom: 2px;*/
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
  user-select: none;
}


.disableDiv {
  pointer-events: none;
  opacity: 0.4;
}


.swal-text {
  /*    text-align:justify;*/
  text-align: center;
}


.swal-footer {
  display: flex;
  justify-content: center;
}


/*checkbox*/
.checkbox-wrapper-20 {
  --slider-height: 6px;
  --slider-width: calc(var(--slider-height) * 4);
  --switch-height: calc(var(--slider-height) * 3);
  --switch-width: var(--switch-height);
  --switch-shift: var(--slider-height);
  --transition: all 0.2s ease;
  --switch-on-color: #025751;
  --slider-on-color: #00302d;
  --switch-off-color: #eeeeee;
  --slider-off-color: #c5c5c5;
}


.checkbox-wrapper-20 .switch {
  display: block;
}


.checkbox-wrapper-20 .switch .slider {
  position: relative;
  display: inline-block;
  height: var(--slider-height);
  width: var(--slider-width);
  border-radius: var(--slider-height);
  cursor: pointer;
  background: var(--slider-off-color);
  transition: var(--transition);
}


.checkbox-wrapper-20 .switch .slider:after {
  background: var(--switch-off-color);
  position: absolute;
  left: calc(-1 * var(--switch-shift));
  top: calc((var(--slider-height) - var(--switch-height)) / 2);
  display: block;
  width: var(--switch-height);
  height: var(--switch-width);
  border-radius: 50%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
  content: "";
  transition: var(--transition);
}


.checkbox-wrapper-20 .switch label {
  margin-right: 7px;
}


.checkbox-wrapper-20 .switch .input {
  display: none;
}


.checkbox-wrapper-20 .switch .input ~ .label {
  margin-left: var(--slider-height);
}


.checkbox-wrapper-20 .switch .input:checked ~ .slider:after {
  left: calc(var(--slider-width) - var(--switch-width) + var(--switch-shift));
}


.checkbox-wrapper-20 .switch .input:checked ~ .slider {
  background: var(--slider-on-color);
}


.checkbox-wrapper-20 .switch .input:checked ~ .slider:after {
  background: var(--switch-on-color);
}


/*////////////////*/

.ContentFilter {
  display: flex;
  justify-content: center;
  align-items: center;
  /*    width:100%;*/
}


.btnFilter {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}


.ContentFilterItem {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #e5e7eb;
  border: 1px solid #9ca3af;
  border-radius: 16px;
  padding: 4px 10px;
  font-size: 0.875rem;
  color: #1f2937;
  transition: all 0.2s ease;
}


.ContentFilterItem:hover {
  background-color: #d1d5db;
  border-color: #6b7280;
}


.ContentFilterItem .delFilter {
  cursor: pointer;
  color: #4b5563;
  font-size: 14px;
  transition: color 0.2s ease;
}


.ContentFilterItem .delFilter:hover {
  color: #dc2626;
}


.walledCredit {
  border-radius: 6px;
  padding-block: 2px;
  background: linear-gradient(to bottom, var(--color25), var(--color26));
}


.walledNotCredit {
  border-radius: 6px;
  padding-block: 2px;
  background: linear-gradient(to bottom, var(--color27), var(--color28));
}


.buttonDiv {
  z-index: 100;
  position: inherit;
  bottom: 12px;
  
  margin-inline: 172px;
  /* left: 180px;
  right: 180px; */
  /*    display: flex;
align-items:center;
justify-content: center;*/
  /*    width: 95vw;*/
}


.buttonDivContent {
  width: 100%;
  padding: 6px 16px;
  background-color: greenyellow;
  border-radius: 8px;
  /*    border-start-start-radius: 15px;*/
  /*    border-start-end-radius: 15px;*/
  /*background: linear-gradient(to bottom, #025751, #00302d);*/
  background-color: #025751;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


@media (max-width: 1499px) {
  .buttonDiv {
    margin-inline: 52px;
    /* left: 60px;
    right: 60px; */
  }
}


@media (max-width: 1399px) {
  #PreFactorDivList, #DetailDivList {
    /* max-height: calc(100dvh - 290px) !important; */
  }
}


@media (max-width: 1199px) {
  #WalletId {
    font-size: 20px !important;
  }
  
  
  .buttonDivContent .fbold {
    font-size: 15px !important;
  }
  
  .buttonDivContent {
    padding: 8px 12px;
  }
  
  .buttonDiv {
    margin-inline: 21px;
    /* left: 28px;
    right: 28px; */
  }
}


@media (max-width: 991px) {
  #WalletId {
    font-size: 18px !important;
  }
  
  .buttonDivContent {
    padding: 6px 8px;
  }
  
  .buttonDiv {
    margin-inline: 72px;
    /* left: 80px;
    right: 80px; */
  }
  
}


@media (max-width: 767px) {
  .buttonDiv {
    margin-inline: 8px;
    /*     left: 16px;
        right: 16px;
        bottom: 56px; */
  }
  
  #customerProfile-wrapper {
    height: calc(100dvh - 112px) !important;
  }
  
  #PreFactorDivList {
    padding: 0 !important;
    border: none;
    background-color: initial;
    /* max-height: calc(100dvh - 348px) !important; */
  }
  
  #DetailDivList {
    padding: 0 !important;
    border: none;
    background-color: initial;
    /* max-height: calc(100dvh - 323px) !important; */
  }
  
  .walledNotCredit {
    padding-block: 0px;
  }
  
  #wallet-balance {
    min-width: 100% !important;
  }
}


.Brand {
  font-family: "IRANSansBold";
  font-weight: 900;
  /*font-size: medium;*/
  display: flex;
  flex-direction: column;
  align-items: center;
}


.Brand > a:hover {
  color: darkblue !important;
}


.btn1 {
  background: white;
  color: #000;
  padding: 1px;
  font-weight: 100;
  border: 1px solid black;
  border-radius: 5px;
  cursor: pointer;
  transition-duration: 0.4s;
}


/* ===== Scrollbar CSS ===== */
/* Firefox */
/** {
scrollbar-width: 30px;
scrollbar-color: #008077 #ffffff;
}*/

/* Chrome, Edge, and Safari */
/*::-webkit-scrollbar {
width: 12px;
width: 12px;
}*/
* {
  scrollbar-width: thin;
  scrollbar-color: #008077 #0000;
}


.scrollbar-purple,
.scrollbar-purple * {
  scrollbar-color: #7740ab transparent;
}


/*::-webkit-scrollbar-track {
background: #ffffff;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
background-color: #008077;
border-radius: 10px;
border: 2px solid #ffffff;
}
::-webkit-scrollbar-thumb:hover {
background-color: #006760;
}*/

/* ===== Scrollbar CSS ===== */


.mycontainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.box {
  width: 100%;
  height: 100dvh;
  position: absolute;
  inset: 0;
  opacity: 0.4; /* for demo purpose  */
  z-index: 9;
}


.LD > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


#FLshowLoading > div {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  backdrop-filter: blur(4px);
  background-color: rgba(226, 232, 240, 0.2);
}


/*.loader {
width: 50px;
aspect-ratio: 0.7;
--c: no-repeat linear-gradient(#292524 0 0);
background: var(--c) 0 50%, var(--c) 50% 50%, var(--c) 100% 50%;
background-size: 20% 50%;
animation: loading 0.9s infinite linear;
}*/
/*
@keyframes loading {
20% {
    background-position: 0 0, 50% 50%, 100% 50%;
}

40% {
    background-position: 0 100%, 50% 0, 100% 50%;
}

60% {
    background-position: 0 50%, 50% 100%, 100% 0;
}

80% {
    background-position: 0 50%, 50% 50%, 100% 100%;
}
}*/

/* HTML: <div class="loader"></div> */
.loader {
  height: 50px;
  aspect-ratio: 2.5;
  --_g: no-repeat radial-gradient(farthest-side, #444 90%, #0000);
  background: var(--_g), var(--_g), var(--_g), var(--_g);
  background-size: 20% 50%;
  animation: loading 0.85s infinite linear;
}


@keyframes loading {
  0% {
    background-position: calc(0 * 100% / 3) 50%, calc(1 * 100% / 3) 50%, calc(2 * 100% / 3) 50%, calc(3 * 100% / 3) 50%
  }
  
  16.67% {
    background-position: calc(0 * 100% / 3) 0, calc(1 * 100% / 3) 50%, calc(2 * 100% / 3) 50%, calc(3 * 100% / 3) 50%
  }
  
  33.33% {
    background-position: calc(0 * 100% / 3) 100%, calc(1 * 100% / 3) 0, calc(2 * 100% / 3) 50%, calc(3 * 100% / 3) 50%
  }
  
  50% {
    background-position: calc(0 * 100% / 3) 50%, calc(1 * 100% / 3) 100%, calc(2 * 100% / 3) 0, calc(3 * 100% / 3) 50%
  }
  
  66.67% {
    background-position: calc(0 * 100% / 3) 50%, calc(1 * 100% / 3) 50%, calc(2 * 100% / 3) 100%, calc(3 * 100% / 3) 0
  }
  
  83.33% {
    background-position: calc(0 * 100% / 3) 50%, calc(1 * 100% / 3) 50%, calc(2 * 100% / 3) 50%, calc(3 * 100% / 3) 100%
  }
  
  100% {
    background-position: calc(0 * 100% / 3) 50%, calc(1 * 100% / 3) 50%, calc(2 * 100% / 3) 50%, calc(3 * 100% / 3) 50%
  }
}


@font-face {
  font-family: "IRANSans";
  src: url("../Fonts/IRANSans/woff2/IRANSansWeb(FaNum).woff2");
  font-weight: normal;
}


@font-face {
  font-family: "IRANSansBold";
  src: url("../Fonts/IRANSans/woff2/IRANSansWeb(FaNum)_Bold.woff2");
  font-weight: bold;
}


@font-face {
  font-family: "IRANSansMedium";
  src: url("../Fonts/IRANSans/woff2/IRANSansWeb(FaNum)_Medium.woff2");
  font-weight: 500;
}


b, strong, th, h1, h2, h3, h4, h5, h6 {
  font-family: "IRANSansBold";
}


.printBTN {
  border-end-end-radius: 15px !important;
  border-end-start-radius: 0px !important;
  border-start-end-radius: 15px !important;
  border-start-start-radius: 0px !important;
  width: fit-content;
  font-size: large;
  font-family: "IRANSans"
}


.DCustomer {
  background-image: linear-gradient(rgb(94 60 254), rgb(57 33 168));
  width: 20%;
  height: 130px;
  border-radius: 10px;
  margin: 5px;
}


.ToSend {
  height: 30px;
  width: 70%;
  font-size: 15px;
  color: var(--DarkColor);
  border: 1px solid var(--DarkColor);
  border-radius: 5px;
  background-color: transparent;
  transition: all 0.3s;
}


.ToSend:hover {
  color: white;
  background-color: #162636;
}


.MohrReject {
  border: 1px solid rgb(30, 30, 30);
  background-color: rgb(180, 180, 180);
  width: 100%;
  height: 40px;
  border-radius: 10px;
  transform: rotate(-10deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.MohrNotValid {
  border: 1px solid rgb(255, 0, 133);
  background-color: rgb(255, 200, 229);
  width: 100%;
  height: 40px;
  border-radius: 10px;
  transform: rotate(-10deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.MohrInComplete {
  border: 2px solid rgb(252, 255, 0);
  background-color: rgb(255, 252, 218);
  width: 100%;
  height: 40px;
  border-radius: 10px;
  transform: rotate(-10deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.MohrCompleted {
  border: 2px solid rgb(120, 255, 0);
  background-color: rgb(203, 251, 174);
  width: 100%;
  height: 40px;
  border-radius: 10px;
  transform: rotate(-10deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.mybuton:hover {
  color: red
}


.btnTable {
  font-size: 15px;
  height: 25px !important;
  width: 35%;
  margin: 3px !important;
  padding: 3px !important;
  border: none;
  border-radius: 5px !important;
}


/*VazinCustomTableForJqueryDataTable*/

.VCTable {
  width: 99%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.VCTable > tbody {
  width: 99%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.VCTable > tbody > tr {
  height: 80px !important;
  width: 99%;
  display: flex;
  /*justify-content: center;*/
  /*align-items: center;*/
  border: 1px solid #025751 !important;
  border-radius: 5px !important;
  margin-bottom: 5px;
}


.VCTable > tbody > tr > td {
  /*font-size: 18px !important;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}


.VCTable > thead {
  width: 99%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.VCTable > thead > tr {
  height: 50px !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.VCTable > thead > tr > th {
  /*font-size: 15px !important;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  /*background-color: var(--DarkColor);*/
  /*color: white*/
  align-items: center;
  border: none !important;
}


/*VazinCustomTableForDivTable*/

.VCDTable {
  width: 99%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.VCDTable > tbody {
  width: 99%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.VCDTable > tbody > tr {
  height: 80px !important;
  width: 99%;
  display: flex;
  /*justify-content: center;*/
  /*align-items: center;*/
  border: 1px solid #025751 !important;
  border-radius: 5px !important;
  margin-bottom: 5px;
}


.VCDTable > tbody > tr > td {
  /*font-size: 18px !important;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*width: 100%;*/
  height: 100%;
}


.VCDTable > thead {
  width: 99%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.VCDTable > thead > tr {
  height: 50px !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.VCDTable > thead > tr > th {
  /*font-size: 15px !important;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100% !important;
  /*background-color: var(--DarkColor);*/
  /*color: white*/
  align-items: center;
  border: none !important;
}


.AlertReqRadio {
  border: 1px solid;
  color: #212526 !important;
  border-color: red !important;
  outline: 0 !important;
  border-radius: .25rem;
}


.AlertReq {
  color: #212526 !important;
  border-color: red !important;
  outline: 0 !important;
}


.InpSearch {
  width: 40%;
  height: 32px;
  border: 1px solid lightgray;
  border-radius: 10px !important;
  text-align: center;
}


.InpSearch:focus {
  border: 1px solid lightgray !important;
}


.btnGroupBase {
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #fff;
  text-align: center;
  border: none;
  user-select: none;
  background: linear-gradient(145deg, var(--color21), var(--color22));
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}


.btnGroupBase:hover {
  background: linear-gradient(145deg, var(--color22), var(--color21));
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}


.btnLeft {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}


.btnCenter {
  border-radius: 0;
}


.btnRight {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}


.btnRightRed {
  background: linear-gradient(145deg, #a52628, #851b1d);
}


.btnRightRed:hover {
  background: linear-gradient(145deg, #851b1d, #a52628);
}


.btnLeftGreen {
  background: linear-gradient(145deg, #02514C, #003e39);
}


.btnLeftGreen:hover {
  background: linear-gradient(145deg, #003e39, #02514C);
}


.ac {
  background-color: var(--color22) !important;
  box-shadow: 0 2px 10px -1px rgb(64 42 169 / 50%);
}


.dac {
  background-color: lightcoral !important;
  box-shadow: 0 2px 10px -1px rgb(64 42 169 / 50%);
  cursor: not-allowed !important;
}


.PStepStart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  /*    margin-left: -10px;*/
}


.PStep {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.step {
  background-color: lightgray;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 15px;
  height: 15px;
  border: 1px solid gray;
  border-radius: 20px;
  cursor: pointer;
}


.parentPlusAdd {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.plusAdd {
}


.plusAdd:hover {
  color: #0088f8;
}


.form-group {
  padding: 5px;
}


.b {
  font-family: IRANSansBold !important;
}


th {
  font-family: IRANSansBold !important;
}


.fbold {
  font-family: IRANSansBold !important;
}


.fMedium {
  font-family: IRANSansMedium !important;
}


.main-font {
  font-family: IRANSans !important;
}


.tText {
  font-size: 0.80rem !important;
}


.iText {
  font-size: 0.75rem !important;
}


.tbborder {
  border: 1px solid gray !important;
  text-align: center;
}


.tbborder > td {
  border: 1px solid gray !important;
  margin: 0px !important;
  padding: 0px !important;
}


.swal2-modal {
  font-family: "IRANSans";
  direction: rtl;
}


.swal2-actions {
  flex-direction: row-reverse;
}


.worklistItem {
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
  /*border-bottom: 1px solid gray;*/
  border-right: 5px solid rgb(0, 138, 130);
  border-left: 5px solid rgb(0, 138, 130);
  border-top: 1px solid rgb(0, 138, 130);
  border-bottom: 1px solid rgb(0, 138, 130);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  direction: initial;
}


.worklistItem:hover {
  background-color: rgb(171, 251, 246) !important;
}


.PhenoItemBasePerson {
  border: 1px solid red;
  border-radius: 5px;
  background-color: lightcoral;
  cursor: pointer;
  margin: 5px;
  padding: 5px;
  height: fit-content;
}


.modLisyObFlow {
  border: 1px solid red;
  border-radius: 5px;
  margin-left: 2px;
  display: flex;
  flex-direction: column;
  background-color: lightgray;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}


.modLisyOb {
  border: 1px solid red;
  border-radius: 5px;
  margin-left: 2px;
  display: flex;
  flex-direction: column;
  background-color: lightcoral;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}


.Genotype {
  margin: 0px !important;
  padding: 0px !important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 50%;
  border-top: none;
  border-bottom: 2px solid #00a6a6;
  border-right: 2px solid #00a6a6;
  border-left: 2px solid #00a6a6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  direction: rtl;
}


.inpSearchTree {
  text-align: center;
  border: 1px solid #00a6a6;
  border-radius: 5px;
  border-radius: 5px;
  background-color: #ecfcfc;
}


.inpSearchTree:focus {
  background-color: white;
  outline: none;
  border: 1px solid #00a6a6 !important;
}


.btSearchTree {
  height: 30px !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}


.line {
  border-bottom: 2px solid #0065f2;
}


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}


.VCTable tbody, .VCTable td, .VCTable tfoot, .VCTable tr {
  border-style: none;
}


.AttachBt {
  font-size: large;
}


.PartnerShowText {
  font-family: IRANSansBold;
  font-size: medium;
}


.DocShowLable {
  width: 30%;
  justify-content: flex-end;
  display: flex;
  text-align: start;
  direction: ltr
}


.DocShowText {
  font-family: IRANSansBold;
  color: darkred;
  font-size: x-large;
  width: 50% !important;
  text-align: center
}


.PartnerShowTitle {
}


.PartnerShowGr {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}


.Mylink {
  color: blue !important;
  cursor: pointer;
}


.Mylink:hover {
  color: blue !important;
}


/* .btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
} */

/*
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
} */


.nav-pills {
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: var(--DarkColor);
}



/* Sticky footer styles
-------------------------------------------------- */


.border-top {
  border-top: 1px solid #e5e5e5;
}


.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}


.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}


button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}


/* Sticky footer styles
-------------------------------------------------- */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


.MyBtn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .30rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  /*margin: 2px;*/
}


.MyBtn:hover {
  /*background-color: #395978;*/
  /*        background-color: #f2f2f2;
color: black;*/
  font-size: 15px;
  /*border: solid 2px white;*/
  transition: color .3s ease-in-out, background-color 0.2s ease-in-out, border-color .3s ease-in-out, box-shadow 12.4s ease-in-out;
}


.l-default {
  background-color: #f5f7fa;
  min-height: calc(100dvh - 105px);
}


.ar-sidebar {
  background-color: #00c4c4;
  display: flex;
  /*max-width: 140px;*/
  height: 100%;
  /* height:100dvh;*/
}


.ar-sidebar {
  /*    position: -webkit-sticky;
position: sticky;
top: 0;*/
}


/*
.myimageLoginN {
height: 50px;
width: 50px;
margin: 0px;
padding: 1px;
border: 1px solid rgb(128, 128, 128);
border-radius: 10px;
}

.myimageLogin {
height: 100px;
width: 100px;
margin: 0px;
padding: 1px;
border: 1px solid rgb(128, 128, 128);
border-radius: 10px;
}
*/
.ar-aside-pmmenu__devider {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
}


.ar-aside-pmmenu__deviderDot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  margin-right: 1px;
  margin-left: 1px;
  background-color: #f5f7fa;
}


.ar-aside-pmmenu__link--active {
  background-color: #00a6a6;
}


.ar-aside-pmmenu__link {
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  color: #fff;
  transition: color .15s linear, background-color .15s linear;
  display: flex;
  margin-top: 7px;
  margin-bottom: 7px;
  align-items: center;
  justify-content: center;
  height: 38px;
  position: relative;
  border-radius: 0 6px 6px 0;
}


.ar-aside-pmmenu__icon--home {
  width: 25px;
}


.ar-aside-pmmenu__icon {
  color: #fff;
}


.ar-container {
  /*max-width: 1500px;*/
}


.ar-aside-pmmenu__link {
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  color: #fff;
  transition: color .15s linear, background-color .15s linear;
  display: flex;
  margin-top: 7px;
  margin-bottom: 7px;
  align-items: center;
  justify-content: center;
  height: 38px;
  position: relative;
  border-radius: 0 6px 6px 0;
}


a {
  text-decoration: none;
  background-color: transparent;
}


a:hover {
  /*color: rgb(141, 147, 0) !important;*/
  color: inherit !important;
}


.l-default__container {
  transition: transform .15s;
}


.ar-content {
  background-color: #fff;
  box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
  border-radius: 5px;
  padding: 20px;
}


@media (min-width: 992px) {
  .container {
    margin-top: 5px;
  }
  
  #DivBtnReg {
    margin-top: 30px;
  }
}


@media (min-width: 1200px) {
  .container {
    margin-top: 5px;
  }
  
  #DivBtnReg {
    margin-top: 30px;
  }
}


.button_border, #cancel-comment-reply-link {
  background: transparent;
  border: 1px solid var(--color2);
  color: var(--color2);
  box-shadow: none;
}


#listMobileNumber {
  list-style: none;
}


.mobileItems::before {
  content: "" !important;
}


.ulNotPoint li::before {
  content: "" !important;
}


/*ul {
list-style: none;
}

ul li::before {
    content: "\2022";
    color: #00a6a6;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -10px;
}

*/
.select-selected {
  color: #fff;
  height: 2rem !important;
  /*padding: 0.5rem 1rem 0.5rem 1.875rem;*/
  /*border: transparent;*/
  /*border: 1px solid #ced4da;*/
  border-bottom: rgba(0, 0, 0, .1);
  cursor: pointer;
  user-select: none;
  text-align: right;
  font-family: iransans;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -.16px;
  color: #364163;
}


.select-selected {
  /*background-color: rgb(247 243 243) !important;*/
  /*height: 100%;*/
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #ced4da !important;
  border-radius: 0.3125rem !important;
  justify-content: space-between;
}


.form-controlLable {
  border: 1px solid #ced4da !important;
  /*border-radius: 0.3125rem !important;*/
  height: 2rem !important;
  border-radius: 0.3125rem !important;
  background-color: #ebebeb !important;
  text-align: center;
  font-size: 14px !important;
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
  color: black;
  align-items: center;
  display: flex;
  justify-content: center;
}


::selection {
  background-color: #025751;
  color: #fff;
}


input[type=checkbox], input[type=radio] {
  accent-color: #038980;
}


.form-check:not(.form-switch, .bootstrap-only) .form-check-input:checked {
  background-color: rgb(151 151 151);
  border-color: rgb(151 151 151);
}


.form-check:not(.form-switch, .bootstrap-only) .form-check-input:focus {
  border-color: rgb(195 195 195);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(195 195 195 / 25%);
}


.form-control:not(.bootstrap-only) {
  height: 2rem;
  border-radius: 4px;
  text-align: center;
  padding: 0;
  font-size: 1rem;
}


.form-control:not(.bootstrap-only):focus, .form-control:not(.bootstrap-only):active,
.form-select:not(.bootstrap-only):focus, .form-select:not(.bootstrap-only):active {
  color: #212529;
  background-color: #fff;
  border-color: rgb(195 195 195);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(195 195 195 / 25%);
}


.form-control::placeholder {
  color: #d0d0d0;
  opacity: 1;
}


:root {
  --color1: #0ace8c;
  --color2: #402aa9;
  --color3: #3a259c;
  --color4: #6d50fa;
  --color5: #06b578;
  --color6: #e60c63;
  --color7: #00c4c4;
  --color8: #04857c;
  --color9: #ff0027;
  --color10: #ac0620;
  --color11: #ffffff;
  --color12: #acaaaa;
  --color13: #02790c;
  --color14: #06e417;
  --color15: #600219;
  --color16: #a72142;
  --color17: #5d6f02;
  --color18: #3e4a03;
  --color19: #905901;
  --color20: #ffb800;
  --color21: #0065f2;
  --color22: #014ab0;
  --color23: #133cad;
  --color24: #4070f4;
  --color25: #5a02eb;
  --color26: #3b019c;
  --color27: #eb0234;
  --color28: #79021b;
  --DarkColor: #162636;
  --DarkColorLight: #3f5f80;
  --BDarkColor: #b4b4b4;
  --Excel0: #01691d;
  --Excel1: #01330e;
  --shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  
  /* --bs-body-bg: transparent; */
}


.bgPurple {
  background-color: #2400462e;
  border-color: #7740ab !important;
}


.bgGreen {
  background-color: #00766e45;
  border-color: #00766e !important;
}


.bgGray {
  background-color: #d3d3d3;
  border-color: #7b7b7b !important;
}


.bgLightGray {
  background-color: #efefef;
  border-color: #999999 !important;
}


.MenuRight {
  /*background-color: var(--DarkColor);*/
  background: linear-gradient(to bottom, #025751, #00302d);
  height: 100% !important;
  position: fixed;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: width 0.5s;
  align-items: center;
  overflow: hidden;
}


#mobileMenuId {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #025751, #00302d);
  height: 100% !important;
  z-index: 1000;
}


#overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  pointer-events: none;
}


#overlay.show {
  opacity: 1;
  visibility: visible;
}


#mainWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-right: 210px;
  transition: margin-right .7s;
}


html.sidebar-collapsed #mainWrapper {
  margin-right: 64px;
}


#mainHeader {
  height: 64px;
  background-color: #fff;
  border-bottom: 1px solid rgba(224, 224, 224, 0.7);
  padding-inline: 8px;
  margin-bottom: 12px;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 100;
}


#logoCompanyText {
  filter: brightness(10) saturate(0)
}


.profileImg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}


.personImageOpenMenu {
  width: 100px !important;
  height: 100px !important;
}


.personImageCloseMenu {
  width: 50px !important;
  height: 50px !important;
}


.menuBox {
  width: 100%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "IRANSansBold";
  user-select: none;
  color: #fff;
  gap: 12px;
  border-radius: 4px;
  transition: background-color 0.3s;
}


.MenuRight .menuBox span {
  white-space: nowrap;
}


.MenuRight .menuBox:hover,
.MenuRight .menuBox:focus,
.menuBox.active-menu {
  background-color: #19a19763;
  font-family: IRANSansBold !important;
}


.has-submenu ul.submenu {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition: all 0.3s ease;
  margin: 0;
  padding-right: 10px;
}


.has-submenu.open ul.submenu {
  margin-top: 4px;
  max-height: 300px;
  opacity: 1;
  transform: translateY(0);
}


.has-submenu.open .submenu-arrow {
  transform: rotate(-90deg);
}


.submenu li {
  list-style-type: circle;
  list-style-position: inside;
  padding: 4px 10px 4px 6px;
  color: #fff;
  transition: background-color 0.25s;
  border-radius: 4px;
}


.submenu li:hover {
  background-color: #19a19763;
}


.submenu a:focus li,
.submenu a.active-menu li {
  background-color: #19a19745;
  list-style-type: disc;
  font-family: IRANSansBold;
}


.menuBox.warning {
  background-color: rgba(239, 83, 80, 0.1);
  color: #EF5350;
}


.menuBox.warning:hover,
.menuBox.warning:focus {
  background-color: rgba(239, 83, 80, 0.3);
}


.menuBox.warning1 {
  background-color: rgba(255, 152, 0, 0.1);
  color: #FF9800;
}


.menuBox.warning1:hover,
.menuBox.warning1:focus {
  background-color: rgba(255, 152, 0, 0.3);
}


.menuIcon {
  width: 22px !important;
  height: 22px;
}


#expandMenuIcon {
  display: none;
}


#collapseMenuIcon, #expandMenuIcon {
  align-items: center;
  justify-content: center;
}


html.sidebar-collapsed .MenuRight {
  width: 64px !important;
}


html.sidebar-collapsed .MenuRight .menuBox span,
html.sidebar-collapsed .MenuRight #natixCompany > div,
html.sidebar-collapsed .MenuRight #logoCompanyText,
html.sidebar-collapsed #collapseMenuIcon {
  display: none !important;
}


html.sidebar-collapsed #expandMenuIcon,
#collapseMenuIcon {
  display: flex;
}


/*html.sidebar-collapsed .MenuRight:hover {
    width: 210px !important;
}

html.sidebar-collapsed .MenuRight:hover .menuBox span,
html.sidebar-collapsed .MenuRight:hover #natixCompany span,
html.sidebar-collapsed .MenuRight:hover #logoCompanyText {
    display: block;
}*/


.menufix {
  width: 11%;
}


.openMenu {
  width: 11%;
  height: 100% !important;
  /*    animation-name: _openMenu;
animation-duration: 0.3s;
animation-iteration-count: 1;
animation-timing-function: ease;
animation-fill-mode: forwards;*/
}


.closeMenu {
  width: 3%;
  height: 100% !important;
  /*    animation-name: _closeMenu;
animation-duration: 0.3s;
animation-iteration-count: 1;
animation-timing-function: ease;
animation-fill-mode: forwards;*/
}


.openMenuImg {
  animation-name: _openMenuImg;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}


.closeMenuImg {
  animation-name: _closeMenuImg;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}


@keyframes _openMenu {
  0% {
    width: 3%;
    height: 80% !important;
  }
  
  100% {
    width: 11%;
    height: 80% !important;
  }
}


@keyframes _closeMenu {
  0% {
    width: 11%;
    height: 80% !important;
  }
  
  100% {
    width: 3%;
    height: 80% !important;
  }
}


/*.form_newsl input[type=submit], .button {
height: 37px;
background: var(--color2);
background: linear-gradient(to bottom, var(--color4), var(--color2));
border-radius: 50px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 20px;
color: #fff;
box-shadow: 0 2px 10px -1px rgb(64 42 169 / 50%);
padding-bottom: 2px;
text-align: center;
position: relative;
z-index: 1;
overflow: hidden;
border: none;
user-select: none;
}


.form_newsl input[type=submit], .button:hover {
    background: var(--color2);
    background: linear-gradient(to bottom, var(--color2), var(--color4));
}

.form_newsl input[type=submit], .button:active {
    background: var(--color2);
    background: linear-gradient(to bottom, var(--color4), var(--color2));
}

.form_newsl input[type=submit], .button:disabled {
    background: #ccc;
}*/


.divMobileItems {
  border-radius: 1.25rem !important;
  background-color: rgb(247 243 243);
}


.mobileItems {
  height: 37px;
  background: var(--color2);
  background: linear-gradient(to bottom, var(--color1), var(--color5));
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 2px 10px -1px rgb(64 42 169 / 50%);
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
  user-select: none;
  text-align: center;
  padding: 3px;
}


.delitems {
  color: white;
}


.delitems:hover {
  color: red;
  cursor: pointer;
}


.button {
  color: white !important;
  height: 37px;
  /*   background: var(--color2);*/
  background: linear-gradient(to bottom, var(--color21), var(--color22));
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  box-shadow: 0 2px 10px -1px rgb(64 42 169 / 50%);
  /*    padding-bottom: 2px;*/
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
  user-select: none;
}


.button:hover {
  background: linear-gradient(to bottom, var(--color22), var(--color21));
  color: white;
}


.button:active {
  background: linear-gradient(to bottom, var(--color21), var(--color22));
  color: white;
}


.buttonGreen {
  height: 37px;
  background: linear-gradient(to bottom, var(--color7), var(--color8));
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  box-shadow: 0 2px 10px -1px rgba(0, 196, 196, 0.35);
  text-align: center;
  border: none;
  user-select: none;
}


.buttonGreen:hover {
  background: linear-gradient(to bottom, var(--color8), var(--color7));
}


.buttonGreen:active {
  background: linear-gradient(to bottom, var(--color7), var(--color8));
}


.buttonGreen0 {
  background-color: var(--color8);
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(4, 133, 124, 0.3);
  user-select: none;
  transition: all 0.3s;
  border: none;
  padding: 6px 12px;
}


.buttonGreen0:hover {
  background-color: #02615a;
}


.buttonGreen0:active {
  background-color: var(--color8);
}


.buttonGreen1 {
  height: 34px;
  width: 140px;
  line-height: 1;
  padding: 0 24px;
  border: none;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: IRANSansMedium;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(135deg, #00b9b9, #04857c);
  box-shadow: 0 3px 8px rgba(0, 196, 196, 0.35);
  user-select: none;
  transition: all 0.25s ease;
}


.buttonGreen1:hover {
  background: linear-gradient(135deg, #00b9b9, #05a297);
  transform: translateY(-2px);
}


.buttonGreen1:active {
  transform: scale(0.98);
}


.buttonGreen2 {
  background-color: var(--color8);
  padding: 2px 8px !important;
  font-size: 12px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(4, 133, 124, 0.3);
  color: #fff;
  border: none;
  user-select: none;
  transition: all 0.3s;
}


.buttonGreen2:hover {
  background-color: #02615a;
}


.buttonGreen2:active {
  background-color: var(--color8);
}


.buttonBlue {
  background-color: var(--color21);
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  box-shadow: 0 2px 10px #0065f24a;
  user-select: none;
  transition: all 0.3s;
  border: none;
  padding: 6px 12px;
}


.buttonBlue:hover {
  background-color: #014ab0;
}


.buttonBlue:active {
  background-color: #014ab0;
}


.buttonBlue2 {
  background-color: var(--color21);
  padding: 2px 8px !important;
  font-size: 12px;
  border-radius: 4px;
  box-shadow: 0 2px 10px #0065f24a;
  color: #fff;
  border: none;
  user-select: none;
  transition: all 0.3s;
}


.buttonBlue2:hover {
  background-color: #014ab0;
}


.buttonBlue2:active {
  background-color: #014ab0;
}


.buttonPurple2 {
  background-color: rebeccapurple;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  box-shadow: 0 2px 10px #66339947;
  user-select: none;
  transition: all 0.3s;
  border: none;
  padding: 6px 12px;
}


.buttonPurple2:hover {
  background-color: #57248b;
}


.buttonPurple2:active {
  background-color: #57248b;
}


.buttonGreen3 {
  background-color: #02514C;
  font-size: 13px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(4, 133, 124, 0.3);
  color: #fff;
  user-select: none;
  transition: all 0.3s;
  border: none;
  padding: 6px 12px;
}


.buttonGreen3:hover {
  background-color: #003e39;
}


.buttonGreen3:active {
  background-color: #003e39;
}


.buttonGray {
  background-color: rgb(135, 135, 135);
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(135, 135, 135, 0.3);
  color: #fff;
  border: none;
  user-select: none;
  transition: all 0.3s;
}


.buttonGray:hover {
  background-color: #5C5F66;
}


.buttonGray:active {
  background-color: #5C5F66;
  transform: scale(0.95);
}


.buttonGray:disabled {
  background-color: #c0c0c1;
}


.buttonGray2 {
  background-color: rgb(135, 135, 135);
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(135, 135, 135, 0.3);
  user-select: none;
  transition: all 0.3s;
  border: none;
  padding: 6px 12px;
}


.buttonGray2:hover {
  background-color: #5C5F66;
}


.buttonGray2:active {
  background-color: #5C5F66;
}


.buttonGray2:disabled {
  background-color: #c0c0c1;
}


.buttonPurple {
  height: 37px;
  /*   background: var(--color2);*/
  background: linear-gradient(to bottom, var(--color25), var(--color26));
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  box-shadow: 0 2px 10px -1px rgba(64, 42, 169, 35%);
  text-align: center;
  border: none;
  user-select: none;
}


.lightGreen-background-class {
  background-color: #19a197db;
}


.lightGray-background-class {
  background-color: #e8e8e8 !important;
}


.dragging {
  opacity: 0.7;
  background-color: #19a197db;
  transform: scale(1.1);
}


.nav-deny-drop {
  background-color: rgba(255, 0, 0, 0.15) !important;
}


.buttonPurple:hover {
  background: linear-gradient(to bottom, var(--color26), var(--color25));
}


.buttonPurple:active {
  background: linear-gradient(to bottom, var(--color25), var(--color26));
}


.buttonOrange {
  height: 37px;
  /*background: var(--color2);*/
  background: linear-gradient(to bottom, var(--color20), var(--color19));
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  box-shadow: 0 2px 10px -1px rgba(144, 89, 1, 0.35);
  /*    padding-bottom: 2px;*/
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
  user-select: none;
}


.buttonOrange:hover {
  background: linear-gradient(to bottom, var(--color19), var(--color20));
}


.buttonOrange:active {
  background: linear-gradient(to bottom, var(--color20), var(--color19));
}


.badgeGray {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: .5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  padding: 5px 12px;
  background-color: rgb(135, 135, 135);
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border: none;
  user-select: none;
}


button.badgeGray {
  transition: all 0.2s;
  cursor: pointer;
}


button.badgeGray:hover {
  background-color: #5C5F66;
}


.badgeGreen {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: .5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  padding: 5px 12px;
  background-color: var(--color8);
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border: none;
  user-select: none;
  transition: all 0.3s;
}


.badgeRed {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: .5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  padding: 2px 2px;
  background-color: #EF5350;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border: none;
  user-select: none;
  transition: all 0.3s;
}


.PhoneAddedPartner {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-evenly;
}


.PhoneAddedPartner > p {
  text-align: center;
  width: 15%;
  margin-left: 5px;
  padding: 2px;
  border-radius: 6px;
  border: 1px solid var(--color19);
  cursor: pointer;
  background-color: var(--color20);
  /*background: linear-gradient(to bottom, var(--color20), var(--color19));*/
}


.LineThame {
  height: 5px;
  /*   background: var(--color2);*/
  background: linear-gradient(to bottom, var(--color7), var(--color8));
  border-radius: 50px;
  margin: 10px;
  position: relative;
  z-index: 1;
  border: none;
}


dataTables_length {
  border-radius: 20px !important;
}


/*select {
border-radius: 20px !important;
}*/
/*select {

}
input {
border-radius: 20px !important;
}*/


.buttonRed {
  height: 37px;
  /*   background: var(--color2);*/
  background: linear-gradient(to bottom, var(--color9), var(--color10));
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  box-shadow: 0 2px 10px -1px rgb(64 42 169 / 50%);
  /*    padding-bottom: 2px;*/
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
  user-select: none;
}


.buttonRed:hover {
  background: linear-gradient(to bottom, var(--color10), var(--color9));
}


.buttonRed:active {
  background: linear-gradient(to bottom, var(--color9), var(--color10));
}


.buttonYellow {
  /* background: linear-gradient(to bottom, var(--color17), var(--color18)); */
  background: var(--color17);
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  box-shadow: 0 2px 10px #3E4A0334;
  user-select: none;
  transition: all 0.3s;
  border: none;
  padding: 6px 12px;
}


.buttonYellow:hover {
  background: var(--color18);
}


.buttonYellow:active {
  background: var(--color18);
}


.signuture {
  background-color: white !important;
  border: none !important;
  border-radius: 20px !important;
  /*box-shadow: 0 2px 10px -1px rgb(74 255 192 / 50%);*/
}


.wPaint {
  border: 1px solid var(--color17);
  border-radius: 20px;
  position: relative;
  width: 300px;
  height: 200px;
  /*background-color: #7a7a7a;*/
  /*margin: 70px auto 20px auto;*/
}


.alert-success {
  background-color: #b5e0b5 !important;
  border: none !important;
  border-radius: 10px !important;
}


/*textarea {
border: none !important;
border-radius: 10px !important;
box-shadow: 0 2px 10px -1px rgb(74 255 192 / 80%);
}*/

/*.select2-search {
margin: 0px !important;
padding: 0px !important;
width: 100% !important;
}

.select2-search__field {
padding: 0px !important;
width: 100% !important;
}*/

.buttonCusPartial {
  height: 20px !important;
  border-radius: 5px !important;
}


.buttonCancel {
  height: 37px;
  /*   background: var(--color2);*/
  background: linear-gradient(to bottom, var(--color16), var(--color15));
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  box-shadow: 0 2px 10px -1px rgb(64 42 169 / 50%);
  text-align: center;
  border: none;
  user-select: none;
}


.buttonCancel:hover {
  background: linear-gradient(to bottom, var(--color15), var(--color16));
  color: #fff;
}


.buttonCancel:active {
  background: linear-gradient(to bottom, var(--color16), var(--color15));
  color: #fff !important;
}


.buttonCancel2 {
  background-color: #851b1d;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(167, 33, 66, 0.3);
  user-select: none;
  transition: all 0.3s;
  border: none;
  padding: 6px 12px;
}


.buttonCancel2:hover, .buttonCancel2:active {
  background-color: #631617;
}


.buttonCancel3 {
  background-color: #851b1d;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(167, 33, 66, 0.3);
  color: #fff;
  border: none;
  user-select: none;
  transition: all 0.3s;
  cursor: pointer;
}


.buttonCancel3:hover {
  background-color: #631617;
}


.buttonCancel3:active {
  background-color: #851b1d;
}


.buttonOrange2 {
  background-color: #C48600;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(167, 33, 66, 0.3);
  user-select: none;
  transition: all 0.3s;
  border: none;
  padding: 6px 12px;
}


.buttonOrange2:hover, .buttonOrange2:active {
  background: #905901;
}


.buttonClose {
  height: 37px !important;
  /*   background: var(--color2);*/
  background: linear-gradient(to bottom, var(--color11), var(--color12)) !important;
  border-radius: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 20px !important;
  color: #000 !important;
  box-shadow: 0 2px 10px -1px rgb(64 42 169 / 20%) !important;
  /*    padding-bottom: 2px !important;*/
  text-align: center !important;
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  border: none !important;
  user-select: none !important;
}


.buttonClose:hover {
  background: linear-gradient(to bottom, var(--color12), var(--color11)) !important;
}


.buttonClose:active {
  background: linear-gradient(to bottom, var(--color11), var(--color12)) !important;
}


.buttonUpdate {
  height: 37px !important;
  /*   background: var(--color2);*/
  background: linear-gradient(to bottom, var(--color14), var(--color13)) !important;
  border-radius: 50px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 20px !important;
  color: #000 !important;
  box-shadow: 0 2px 10px -1px rgb(64 42 169 / 20%) !important;
  /*    padding-bottom: 2px !important;*/
  text-align: center !important;
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  border: none !important;
  user-select: none !important;
}


.buttonUpdate:hover {
  background: linear-gradient(to bottom, var(--color13), var(--color14)) !important;
}


.buttonUpdate:active {
  background: linear-gradient(to bottom, var(--color14), var(--color13)) !important;
}


.RolUser {
  height: 37px;
  /*   background: var(--color2);*/
  background: linear-gradient(to bottom, var(--color9), var(--color10));
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  box-shadow: 0 2px 10px -1px rgb(64 42 169 / 50%);
  padding-bottom: 2px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
  user-select: none;
}


.BtnDelete {
  /*height: 37px;*/
  /*   background: var(--color2);*/
  background: linear-gradient(to bottom, var(--color9), var(--color10));
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  color: #fff;
  box-shadow: 0 2px 10px -1px rgb(64 42 169 / 50%);
  /*    padding-bottom: 2px;*/
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
  user-select: none;
}


.BtnDelete:hover {
  background: linear-gradient(to bottom, var(--color10), var(--color9));
}


.BtnDelete:active {
  background: linear-gradient(to bottom, var(--color9), var(--color10));
}


.Lable-control {
  border: 1px solid rgb(84 57 213);
  border-radius: 1.25rem !important;
  background-color: rgb(242 240 252) !important;
  text-align: center;
  width: 100% !important;
  color: rgb(84 57 213);
  font-family: "IRANSansBold"
}


.show-info {
  /*border: 1px solid #b4b4b4;
border-radius: 1.25rem !important;
background-color: #f3f3f3 !important;*/
  text-align: center;
  /*width: 100% !important;*/
  height: 30px;
  color: rgb(84 57 213);
  font-family: "IRANSansBold";
}


li > label {
  font-family: "IRANSansBold";
}


.pictures {
  list-style: none;
  margin: 0;
  padding: 0;
}


.pictures > li {
  border: 1px solid transparent;
  float: left;
  height: calc(100% / 5);
  margin: 0 -1px -1px 0;
  overflow: hidden;
  width: calc(100% / 5);
}


.pictures > li > img {
  cursor: zoom-in;
  width: 100%;
}


.checkbox-contain {
  width: 100%;
  min-height: 60px;
  border: 1px solid #E8E8E8;
  border-radius: 25px;
  padding: 10px;
  background-color: #FAFAFA;
}


.checkbox-wrapper-2 .ikxBAC {
  appearance: none;
  background-color: #dfe1e4;
  border-radius: 72px;
  border-style: none;
  flex-shrink: 0;
  height: 20px;
  margin: 0;
  position: relative;
  width: 30px;
}


.checkbox-wrapper-2 .ikxBAC::before {
  bottom: -6px;
  content: "";
  left: -6px;
  position: absolute;
  right: -6px;
  top: -6px;
}


.checkbox-wrapper-2 .ikxBAC,
.checkbox-wrapper-2 .ikxBAC::after {
  transition: all 100ms ease-out;
}


.checkbox-wrapper-2 .ikxBAC::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 14px;
}


.checkbox-wrapper-2 input[type=checkbox] {
  cursor: default;
}


.checkbox-wrapper-2 .ikxBAC:hover {
  background-color: #c9cbcd;
  transition-duration: 0s;
}


.checkbox-wrapper-2 .ikxBAC:checked {
  background-color: #025751;
}


.checkbox-wrapper-2 .ikxBAC:checked::after {
  background-color: #fff;
  left: 13px;
}


.checkbox-wrapper-2 :focus:not(.focus-visible) {
  outline: 0;
}


.checkbox-wrapper-2 .ikxBAC:checked:hover {
  background-color: #00a6a6;
}


.calenderTxt {
  border: 0px none;
  outline: none;
  background-color: transparent;
  padding: 0;
}


.phenotic {
  cursor: pointer;
  margin-left: 25px !important;
  margin-right: 5px !important;
}


/*drowp down menu*/
.dropdown {
}


.hideDisplay {
  display: none !important;
}


/* .show {
  display: block;
} */


.mp {
  margin: 0 !important;
  padding: 0 !important;
}


p {
  margin: 0;
  padding: 0;
}


.person-info {
  /*margin: 10px 0px;*/
}


.InfoDataItemOp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}


.InfoDataHead_Prefactor {
  color: aliceblue;
  background-color: var(--DarkColor);
  width: 1%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}


.InfoDataHead_PrefactorRasmi {
  color: aliceblue;
  background-color: var(--DarkColor);
  width: 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
}


.InfoDataHead_PrefactorNonRasmi {
  color: aliceblue;
  background-color: var(--DarkColorLight);
  width: 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
}


.InfoDataItem_Prefactor {
  border-right: solid 2px var(--DarkColor);
  border-top: solid 2px var(--DarkColor);
  border-bottom: solid 2px var(--DarkColor);
  border-left: solid 2px var(--DarkColor);
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  /*   border: solid 2px rebeccapurple;*/
  /*border: solid 2px #0065f2;*/
  background-color: #ffffff;
  /*    border-start-end-radius: 10px;
border-end-end-radius: 10px;*/
}


.InfoDataItemHeadFactor {
  color: aliceblue;
  background-color: #00302d;
  width: 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 10px;
}


.InfoDataItemHead {
  color: aliceblue;
  background-color: #4c1087;
  width: 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 10px;
}


.InfoDataItemFactor {
  border: solid 2px #00625b;
  /*    border-right: solid 2px rebeccapurple;
border-top: solid 2px rebeccapurple;
border-bottom: solid 2px rebeccapurple;
border-left: solid 2px rebeccapurple;*/
  /*   border: solid 2px rebeccapurple;*/
  /*border: solid 2px #0065f2;*/
  background-color: #ffffff;
  /*    border-start-end-radius: 10px;
border-end-end-radius: 10px;*/
}


.InfoDataItem {
  border: solid 2px rebeccapurple;
  /*    border-right: solid 2px rebeccapurple;
border-top: solid 2px rebeccapurple;
border-bottom: solid 2px rebeccapurple;
border-left: solid 2px rebeccapurple;*/
  /*   border: solid 2px rebeccapurple;*/
  /*border: solid 2px #0065f2;*/
  background-color: #ffffff;
  /*    border-start-end-radius: 10px;
border-end-end-radius: 10px;*/
}


.InfoData {
  padding: 5px !important;
  border: solid 1px #055aa0;
  /*border: solid 2px #0065f2;*/
  background-color: #ffffff;
  border-radius: 5px;
}


.ReportData {
  /*padding-top: 10px;*/
  border: solid 2px #0c4854;
  /*background-color: #CAF0F8;*/
  border-radius: 10px;
}


.btnHome {
  margin-right: 10px;
  padding: 20px;
  height: 100px;
  width: 150px !important;
  border: solid 3px rgb(2 109 106);
  border-radius: 10px;
  background-color: #c8fbfb;
  color: black;
  cursor: pointer;
}


.btnHome:hover {
  box-shadow: 0px 0px 20px #05eaea;
  /*background-color: blueviolet;*/
  /*color:white;*/
}


.parent {
  justify-content: center;
}


.child {
  border: solid 1px #ccc;
}


.title {
  font-family: IRANSansBold;
}


.desc {
}


.fmp {
  /*margin-bottom:1px !important;*/
  margin: 0px 1px 0px 1px;
  padding: 0px 1px 0px 1px;
  font-size: 15px;
}


.fform {
  border: 1px solid rgb(214 212 212);
  background-color: rgb(245 243 243);
  border-radius: 4px;
  width: 100% !important;
  text-align: center;
  font-family: IRANSansBold;
}


.fform:active {
  border-radius: 5px !important;
  background-color: white !important;
}


.fform:focus {
  border-radius: 5px !important;
  background-color: white !important;
}


.center {
  display: flex;
  justify-content: space-around;
}


table {
  text-align: center;
}


td {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}


th {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}


td {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}


.fb {
  /*font-family:IRANSansBold;*/
}


.atach {
  cursor: pointer;
  background-color: #eff9fb;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: x-large;
  width: 120px;
  height: 100px;
  border: 1px solid black;
  border-radius: 15px;
}


.atach:hover {
  background-color: #bff0fa;
}


/*
.select2-results__options .select2-search__field {
margin: 0 !important;
padding: 0 !important;
}

.select2-results__options li::before {
content: "" !important;
color: #00a6a6;
font-size: 15px;
display: inline-block;
width: 0em;
margin: 0 !important;
padding: 0 !important;
}

.select2-search--dropdown .select2-search__field .select2-results__option {
margin: 0 !important;
padding: 0 !important;
}*/

.infoText {
  font-family: "IranSansBold";
  color: var(--color2);
}


.liActionDiv {
  width: 33% !important;
  cursor: pointer;
}


.liActionDiv > label {
  cursor: pointer;
  padding: 3px;
}


.liActionDiv :hover {
  width: 100% !important;
  background-color: #04857c;
  color: azure;
  border-radius: 5px;
}


.selAction {
  width: 33% !important;
  background-color: #04857c;
  color: azure;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 3px;
  cursor: pointer;
}


#SelListActionsBsId {
  text-align: center;
  min-height: 300px;
  max-height: 300px;
  overflow: auto;
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}


#ListActionsBsId {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  direction: rtl;
  min-height: 300px;
  max-height: 300px;
  overflow: auto;
  flex-wrap: wrap;
  text-align: center;
}


.chkActionbs {
  margin-left: 5px;
  margin-right: 5px;
  height: 15px !important;
  width: 15px !important;
}


.active {
  /* border: 0.2em dashed #025bee; */
}


.error {
  text-align: center;
  color: #ff3030;
}


#recycleContainerId {
  grid-template-columns: 1fr;
}


@media (min-width: 576px) {
  #recycleContainerId {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (min-width: 768px) {
  #recycleContainerId {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media (min-width: 1200px) {
  #recycleContainerId {
    grid-template-columns: repeat(4, 1fr);
  }
}


@media (min-width: 1400px) {
  #recycleContainerId {
    grid-template-columns: repeat(5, 1fr);
  }
}


@media (min-width: 1600px) {
  #recycleContainerId {
    grid-template-columns: repeat(6, 1fr);
  }
}


@media all and (max-width: 1199px) {
  .nav-tabs {
    display: flex !important;
  }
}


.tab-pane {
  display: none !important;
}


.tab-pane.active {
  display: flex !important;
}


.nav-tabs:not(.bootstrap-only) {
  justify-content: center;
  align-items: end;
  flex-wrap: wrap-reverse;
  border-bottom: none !important;
  font-size: clamp(12px, 2vw, 14px)
}


.nav-tabs {
  border-bottom: 1px solid #c1c4c7;
}


.nav-tabs .nav-link.active {
  font-family: "IRANSansBold";
  border-color: #c1c4c7 #c1c4c7 #fff;
  color: #fff;
}


.nav-tabs#CreateOrderTabs .nav-item:nth-child(2n) .nav-link.active {
  background-color: #7740ab;
  border-color: #7740ab #7740ab #fff;
}


.nav-tabs#CreateOrderTabs .nav-item:nth-child(2n + 1) .nav-link.active {
  background-color: #00766e;
  border-color: #00766e #00766e #fff;
}


.nav-tabs#CreateOrderTabs .nav-item:nth-child(2n + 1) .nav-link:not(.active):hover {
  border-color: #00766e #00766e #fff;
}


.nav-tabs#CreateOrderTabs .nav-item:nth-child(2n) .nav-link:not(.active):hover {
  border-color: #7740ab #7740ab #fff;
}


.nav-tabs:not(.bootstrap-only) .nav-link.active {
  color: #fff !important;
  background-color: #02514b !important;
  border: 1px solid #02514b !important;
  border-bottom: none !important;
  font-family: "IRANSansBold";
}


.nav-tabs .nav-link {
  color: #333;
}


.nav-tabs:not(.bootstrap-only) .nav-link {
  border: solid 1px #02514b !important;
  border-bottom: none !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
  cursor: pointer;
  /*    margin-left: 1px;*/
  transition: all 0.3s;
  color: #002f2b !important;
  background-color: #02a3832e !important;
  height: 28px;
  padding: 4px 12px;
}


.nav-tabs:not(.bootstrap-only) .nav-link:hover {
  color: #fff !important;
  background-color: #02514b !important;
  border: 1px solid #02514b !important;
  border-bottom: none !important;
}


.warning-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  background-color: #fff6f6;
  border: 1px solid #f0cfcf;
  border-radius: 8px;
  padding: 10px 12px;
  margin: 0;
}


.badgeCircle {
  font-size: 12px;
  background-color: #EF5350;
  border-radius: 50%;
  color: #00302d;
  padding: 1px;
  min-width: 16px;
  height: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}


.box-phoneBook {
  background-color: #fff;
  border-radius: .25rem;
  border: 1px solid rgb(239, 239, 239);
  padding: 1rem;
  /* box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075); */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}


.box-phoneBook:hover {
  background-color: #f8f8f8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.chips-group {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}


.chip {
  cursor: pointer;
  position: relative;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f4f6f8;
  border: 1px solid #d1d5db;
  border-radius: 16px;
  padding: 4px 10px;
  font-size: 12px;
  color: #374151;
  transition: border-color 0.2s ease, padding-right 0.2s ease;
}


.chip:hover {
  border-color: #999;
}


.chip.active {
  font-family: IRANSansMedium;
  padding-right: 20px;
  background: #e5e7eb;
  border-color: #9ca3af;
}


.chip::after {
  content: "✔";
  font-size: 12px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: #444;
  opacity: 0;
}


.chip.active::after {
  opacity: 1;
}


.select2-results__option {
  padding: 4px !important;
}


.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #818181 !important;
}


.select2-search--dropdown .select2-search__field {
  padding: 0 2px !important;
  color: #212529;
  outline: 0;
}


.select2-container--default .select2-search--dropdown .select2-search__field, .select2-dropdown {
  border-color: #ced4da !important;
}


.select2-container--default .select2-results > .select2-results__options {
  scrollbar-color: #818181 #0000;
}


/*attachFile*/


/*
.crop-container {
  position: relative;
  width: 300px;
  height: 300px;
  margin-top: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.crop-container img {
  max-width: 100%;
  display: block;
}
.circle-mask {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 9999px rgba(0,0,0,0.5);
  pointer-events: none; !* کاربر نتونه ماسک رو بگیره *!
}*/


.cu-card {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 6px 10px;
  background-color: #fdfdfd;
  height: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}


.cu-label {
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
  font-weight: 500;
}


.cu-value {
  font-family: IRANSansBold;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}


.cropper-view-box,
.cropper-face {
  border-radius: 50%;
}


.cropper-view-box {
  outline: 0;
  box-shadow: 0 0 0 1px #39f;
}


div:where(.swal2-container) {
  z-index: 1090 !important;
}


/*

input[type="file"] {
  display: none;
}


.image-display {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  gap: 1.25em;
  flex-wrap: wrap;
}


.image-display figure {
  width: 45%;
}


.image-display img {
  width: 100%;
}


.image-display figcaption {
  font-size: 0.8em;
  text-align: center;
  color: #5a5861;
}
!*  *!


.boxAttach {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.openBoxAttach {
  color: #fff;
  display: flex;
  position: absolute;
  justify-content: space-around;
  width: 100px;
}


.fileAttachRemove {
  background-color: rgb(3, 204, 189);
  border: 2px solid white;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: medium;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 0px !important;
  align-items: center;
  transition: all 0.2s
}


.fileAttachRemove:hover {
  background-color: rgb(2, 100, 93);
  color: white;
  border-radius: 10px;
  cursor: pointer;
}



.fileAttachImg {
  display: flex;
  justify-content: center;
  width: 120px !important;
  height: 80px !important;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 5px !important;
  border: 2px solid gray;
  border-radius: 15px;
  padding: 0px !important;
}


.imgBorder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
*/


/* .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0px !important;
  padding: 0px !important;
  border: 0.2em dashed lightgray;
  !*min-width: 27.5em;*!
  height: 100%;
  box-shadow: 0 0.25em 0.43em rgba(0, 0, 0, 0.08);
  border-radius: 0.5em;
} */

/* ------------------------------------------------ */

input[type="file"] {
  display: none;
}


/*
 .image-display {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.boxAttach {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f8f8f8;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.boxAttach:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.fileAttachImg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.openBoxAttach {
  color: #fff;
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  gap: 6px;
  z-index: 2;
}

.fileAttachRemove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: rgba(3, 204, 189, 0.9);
  color: white;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.fileAttachRemove:hover {
  background-color: rgb(2, 100, 93);
} */

.container-uploader {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  border: 2px dashed #ccc;
  border-radius: 12px;
  background-color: #fafafa;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  position: relative;
  width: 100%;
  gap: 1rem;
}


.container-uploader:hover {
  border-color: #aaa;
  background-color: #fdfdfd;
}


.container-uploader.dragover {
  border-color: #00aaff;
  background-color: rgba(0, 170, 255, 0.05);
  box-shadow: 0 6px 16px rgba(0, 170, 255, 0.15);
  transform: scale(1.01);
}


.container-uploader label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #555;
  border: 2px dashed #bcbcbc;
  padding: 0.8rem 1.4rem;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}


.container-uploader label:hover {
  border-color: #888;
  color: #333;
}


.image-display {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}


.boxAttach {
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
}


.boxAttach:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}


.fileAttachImg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}


.boxAttach .deleteBtn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  background-color: rgba(255, 64, 64, 0.9);
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.boxAttach .deleteBtn:hover {
  background-color: rgb(150, 0, 0);
}


.fileAttachLink {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}


.boxAttach .watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-25deg);
  padding: 4px 10px;
  font-family: IRANSansBold;
  text-align: center;
  border-radius: 50px;
  opacity: 0.9;
  pointer-events: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}


.watermark.watermark--success {
  background: rgba(46, 204, 113, 0.75);
}


.watermark.watermark--pending {
  background: rgba(241, 196, 15, 0.8);
}


.watermark.watermark--rejected {
  background: rgba(231, 76, 60, 0.75);
}


select:has(option[value=""]:checked), option[value=""] {
  color: #bbb;
}


.drop-target {
  background-color: #e6e8ef !important;
  padding: 6px;
  border: 2px dashed #888 !important;
  transition: background-color 0.15s, padding .15s !important;
}


.drop-item {
  background-color: #e6e8ef !important;
  padding: 6px;
  border: 2px dashed #888 !important;
  transform: scale(0.98) !important;
  transition: background-color 0.15s, padding .15s, transform .15s !important;
}


.rating {
  display: inline-flex;
  direction: ltr;
  cursor: pointer;
}


.rating span {
  color: #ccc;
  transition: color 0.2s;
}


.rating span.active {
  color: darkgoldenrod;
}


/* tomSelect */
.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: text;
}


.ts-control {
  border-color: var(--bs-border-color);
  border-radius: 4px
}


.ts-control > input::placeholder {
  color: var(--bs-secondary-color) !important;
  opacity: .5
}


/*****/


.icon-hover {
  transition: transform 0.15s, filter 0.15s;
}


.icon-hover:hover {
  filter: brightness(0.8);
  transform: scale(1.2);
}


.popover-body {
  white-space: pre-line;
}


.invoice-modal .modalHeader-invoice {
  padding: 5px;
  font-size: 16px;
  font-family: IRANSansBold;
  display: flex;
  justify-content: center;
  color: white;
  border-radius: 5px
}


.invoice-modal .sectionBox-invoice {
  width: 100%;
  position: relative;
  padding: 24px 12px 12px;
  border-radius: 5px;
  border: 1px solid;
}


table tr.payment-vosoled > td {
  opacity: 50%;
}

@media (min-width: 992px) {
  .invoice-modal .modalContent-invoice {
    padding: 1rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    border: 1px solid;
  }
}


@media (max-width: 991px) {
  .invoice-modal .container-uploader {
    padding: 0;
    border: none;
  }
}


.invoice-modal .sectionTitle-invoice {
  top: -12px;
  right: 4px;
  padding: 0 10px;
  background-color: #fff;
  position: absolute;
  font-family: IRANSansBold;
}


.invoice-modal.deposit-mode .modalHeader-invoice {
  background-color: #02514C;
}


.invoice-modal.deposit-mode .modalContent-invoice {
  border-color: #0A6B55;
}


.invoice-modal.deposit-mode .sectionTitle-invoice {
  color: #147A4E;
}


.invoice-modal.deposit-mode .sectionBox-invoice {
  border-color: #A4D0BB;
}


.invoice-modal.deposit-mode .form-check-input:checked {
  background-color: #147A4E;
  border-color: #147A4E;
}


.invoice-modal.deposit-mode .form-check-input:focus {
  border-color: #A4D0BB;
  box-shadow: 0 0 0 .25rem #A4D0BB40;
}


.invoice-modal.backward-mode .modalHeader-invoice {
  background-color: #750002;
}


.invoice-modal.backward-mode .modalContent-invoice {
  border-color: #8A1E14;
}


.invoice-modal.backward-mode .sectionTitle-invoice {
  color: #B3392A;
}


.invoice-modal.backward-mode .sectionBox-invoice {
  border-color: #E8C5C0;
}


.invoice-modal.backward-mode .form-check-input:checked {
  background-color: #B3392A;
  border-color: #B3392A;
}


.invoice-modal.backward-mode .form-check-input:focus {
  border-color: #E8C5C0;
  box-shadow: 0 0 0 .25rem #E8C5C040;
}


.cursor-pointer {
  cursor: pointer;
}


.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}


.direction-ltr {
  direction: ltr;
}


.direction-rtl {
  direction: rtl;
}