*{
  box-sizing: border-box;
  font-size: 13px;
}

.alpha-editor span, #Danger * {
  box-sizing: border-box;
  font-size: unset;
}

#root {
  width: 100%;
}

body {
  overscroll-behavior: none !important;
  overflow-x: hidden !important;
  padding-bottom: env(safe-area-inset-bottom);
}

.logo {
  will-change: filter;
  transition: filter 300ms;
}

@keyframes logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.ag-grid-aaa {
  color: black;
}

@media (prefers-reduced-motion: no-preference) {
  a:nth-of-type(2) .logo {
    animation: logo-spin infinite 20s linear;
  }
}

.card {
  padding: 0.5rem;
}

.read-the-docs {
  color: #888;
}
:root {
  /* font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; */
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #ffffff;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#root{
  width: 100%;
}
a {
  font-weight: 500;
  color: #000000;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}
body {
  margin: 0;
  display: flex;
  /* place-items: center; */
  min-width: 320px;
  min-height: 100vh;
  height: 100vh;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid #dbe0e6;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  /* font-family: inherit; */
  color: #181d1f;
  background-color: #ffffff;
  cursor: pointer;
  /* transition: border-color 0.25s; */
}
button:hover {
  border: 1px solid #121212;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #fafbfe;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #eeeeee;
  }
}


/* Fullscreen loader */
.loader-container-app {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color:#000000;
  animation: fadeIn 0.8s ease-in-out;
  overflow: hidden;
}

/* Icon bounce */
.logo-app {
  margin-bottom: 20px;
  animation: spin 1s linear infinite;
}


/* Loading text */
.loading-text-app {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 1px;
  animation: fadeInUp 1s ease-in-out infinite alternate;
}

.fa-spinner {
  animation: spiner 1s linear infinite;
}
/* Keyframes */
@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

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

@keyframes fadeInUp {
  from { opacity: 0.5; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes spiner {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 3.0.0 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
    font-family: "uicons-regular-rounded";
    src: url(/fonts/25b2614e8abb07b86537.woff2) format("woff2");
    font-display: swap;
}

    i[class^="fi-rr-"]:before, i[class*=" fi-rr-"]:before, span[class^="fi-rr-"]:before, span[class*="fi-rr-"]:before {
font-family: uicons-regular-rounded !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

        .fi-rr-0:before {
    content: "\e001";
    }
        .fi-rr-00s-music-disc:before {
    content: "\e002";
    }
        .fi-rr-1:before {
    content: "\e003";
    }
        .fi-rr-2:before {
    content: "\e007";
    }
        .fi-rr-3:before {
    content: "\e009";
    }
        .fi-rr-360-degrees:before {
    content: "\e00b";
    }
        .fi-rr-4:before {
    content: "\e00d";
    }
        .fi-rr-404:before {
    content: "\e00f";
    }
        .fi-rr-5:before {
    content: "\e010";
    }
        .fi-rr-5g-lock:before {
    content: "\e013";
    }
        .fi-rr-6:before {
    content: "\e014";
    }
        .fi-rr-60s-music-disc:before {
    content: "\e015";
    }
        .fi-rr-7:before {
    content: "\e016";
    }
        .fi-rr-70s-music-disc:before {
    content: "\e017";
    }
        .fi-rr-8:before {
    content: "\e018";
    }
        .fi-rr-80s-music-disc:before {
    content: "\e019";
    }
        .fi-rr-9:before {
    content: "\e01a";
    }
        .fi-rr-90s:before {
    content: "\e01b";
    }
        .fi-rr-90s-music-disc:before {
    content: "\e01c";
    }
        .fi-rr-a:before {
    content: "\e01d";
    }
        .fi-rr-abacus:before {
    content: "\e01e";
    }
        .fi-rr-abdomen:before {
    content: "\e020";
    }
        .fi-rr-access-control:before {
    content: "\e022";
    }
        .fi-rr-access-denied:before {
    content: "\e023";
    }
        .fi-rr-accident:before {
    content: "\e024";
    }
        .fi-rr-accordion:before {
    content: "\e025";
    }
        .fi-rr-acorn:before {
    content: "\e028";
    }
        .fi-rr-ad:before {
    content: "\e02a";
    }
        .fi-rr-ad-forbidden:before {
    content: "\e02b";
    }
        .fi-rr-ad-paid:before {
    content: "\e02c";
    }
        .fi-rr-ad-slash:before {
    content: "\e02d";
    }
        .fi-rr-add:before {
    content: "\e02e";
    }
        .fi-rr-add-document:before {
    content: "\e030";
    }
        .fi-rr-add-folder:before {
    content: "\e031";
    }
        .fi-rr-add-image:before {
    content: "\e032";
    }
        .fi-rr-address-book:before {
    content: "\e033";
    }
        .fi-rr-address-card:before {
    content: "\e034";
    }
        .fi-rr-admin:before {
    content: "\e035";
    }
        .fi-rr-admin-alt:before {
    content: "\e036";
    }
        .fi-rr-age:before {
    content: "\e040";
    }
        .fi-rr-age-alt:before {
    content: "\e041";
    }
        .fi-rr-age-restriction-eighteen:before {
    content: "\e042";
    }
        .fi-rr-age-restriction-seven:before {
    content: "\e043";
    }
        .fi-rr-age-restriction-six:before {
    content: "\e044";
    }
        .fi-rr-age-restriction-sixteen:before {
    content: "\e045";
    }
        .fi-rr-age-restriction-thirteen:before {
    content: "\e047";
    }
        .fi-rr-age-restriction-three:before {
    content: "\e048";
    }
        .fi-rr-age-restriction-twelve:before {
    content: "\e049";
    }
        .fi-rr-age-restriction-twenty-one:before {
    content: "\e04a";
    }
        .fi-rr-age-restriction-zero:before {
    content: "\e04b";
    }
        .fi-rr-ai-algorithm:before {
    content: "\e04e";
    }
        .fi-rr-ai-artist:before {
    content: "\e04f";
    }
        .fi-rr-ai-technology:before {
    content: "\e050";
    }
        .fi-rr-air-conditioner:before {
    content: "\e051";
    }
        .fi-rr-air-freshener:before {
    content: "\e052";
    }
        .fi-rr-air-pollution:before {
    content: "\e053";
    }
        .fi-rr-airplane-journey:before {
    content: "\e055";
    }
        .fi-rr-airplane-mode-off:before {
    content: "\e056";
    }
        .fi-rr-airplane-mode-on:before {
    content: "\e057";
    }
        .fi-rr-airplane-window-open:before {
    content: "\e058";
    }
        .fi-rr-airplay:before {
    content: "\e059";
    }
        .fi-rr-alarm-clock:before {
    content: "\e05a";
    }
        .fi-rr-alarm-exclamation:before {
    content: "\e05b";
    }
        .fi-rr-alarm-off:before {
    content: "\e05c";
    }
        .fi-rr-alarm-plus:before {
    content: "\e05d";
    }
        .fi-rr-alarm-snooze:before {
    content: "\e05e";
    }
        .fi-rr-album:before {
    content: "\e05f";
    }
        .fi-rr-album-circle-plus:before {
    content: "\e060";
    }
        .fi-rr-album-circle-user:before {
    content: "\e061";
    }
        .fi-rr-album-collection:before {
    content: "\e062";
    }
        .fi-rr-algorithm:before {
    content: "\e064";
    }
        .fi-rr-alicorn:before {
    content: "\e065";
    }
        .fi-rr-alien:before {
    content: "\e066";
    }
        .fi-rr-align-center:before {
    content: "\e068";
    }
        .fi-rr-align-justify:before {
    content: "\e069";
    }
        .fi-rr-align-left:before {
    content: "\e06a";
    }
        .fi-rr-align-slash:before {
    content: "\e06b";
    }
        .fi-rr-allergy:before {
    content: "\e06d";
    }
        .fi-rr-aloe-vera:before {
    content: "\e06e";
    }
        .fi-rr-ambulance:before {
    content: "\e070";
    }
        .fi-rr-american-football:before {
    content: "\e073";
    }
        .fi-rr-amp-guitar:before {
    content: "\e075";
    }
        .fi-rr-analyse:before {
    content: "\e078";
    }
        .fi-rr-analyse-alt:before {
    content: "\e079";
    }
        .fi-rr-analytics:before {
    content: "\e07a";
    }
        .fi-rr-analytics-magnifying-glass:before {
    content: "\e07b";
    }
        .fi-rr-anatomical-heart:before {
    content: "\e07d";
    }
        .fi-rr-anchor:before {
    content: "\e07e";
    }
        .fi-rr-angel:before {
    content: "\e080";
    }
        .fi-rr-angle:before {
    content: "\e081";
    }
        .fi-rr-angle-90:before {
    content: "\e082";
    }
        .fi-rr-angle-circle-down:before {
    content: "\e083";
    }
        .fi-rr-angle-circle-left:before {
    content: "\e084";
    }
        .fi-rr-angle-circle-right:before {
    content: "\e085";
    }
        .fi-rr-angle-circle-up:before {
    content: "\e086";
    }
        .fi-rr-angle-double-left:before {
    content: "\e087";
    }
        .fi-rr-angle-double-right:before {
    content: "\e088";
    }
        .fi-rr-angle-double-small-down:before {
    content: "\e089";
    }
        .fi-rr-angle-double-small-left:before {
    content: "\e08a";
    }
        .fi-rr-angle-double-small-right:before {
    content: "\e08b";
    }
        .fi-rr-angle-double-small-up:before {
    content: "\e08c";
    }
        .fi-rr-angle-down:before {
    content: "\e08d";
    }
        .fi-rr-angle-left:before {
    content: "\e08e";
    }
        .fi-rr-angle-right:before {
    content: "\e08f";
    }
        .fi-rr-angle-small-down:before {
    content: "\e090";
    }
        .fi-rr-angle-small-left:before {
    content: "\e091";
    }
        .fi-rr-angle-small-right:before {
    content: "\e092";
    }
        .fi-rr-angle-small-up:before {
    content: "\e093";
    }
        .fi-rr-angle-square-down:before {
    content: "\e094";
    }
        .fi-rr-angle-square-left:before {
    content: "\e095";
    }
        .fi-rr-angle-square-right:before {
    content: "\e096";
    }
        .fi-rr-angle-square-up:before {
    content: "\e097";
    }
        .fi-rr-angle-up:before {
    content: "\e098";
    }
        .fi-rr-angles-up-down:before {
    content: "\e099";
    }
        .fi-rr-angry:before {
    content: "\e09a";
    }
        .fi-rr-animated-icon:before {
    content: "\e09c";
    }
        .fi-rr-anise:before {
    content: "\e09d";
    }
        .fi-rr-ankh:before {
    content: "\e09e";
    }
        .fi-rr-answer:before {
    content: "\e09f";
    }
        .fi-rr-answer-alt:before {
    content: "\e0a0";
    }
        .fi-rr-anxiety:before {
    content: "\e0a1";
    }
        .fi-rr-apartment:before {
    content: "\e0a2";
    }
        .fi-rr-aperture:before {
    content: "\e0a3";
    }
        .fi-rr-api:before {
    content: "\e0a4";
    }
        .fi-rr-app-notification:before {
    content: "\e0a7";
    }
        .fi-rr-appendicitis:before {
    content: "\e0a9";
    }
        .fi-rr-apple-books:before {
    content: "\e0ab";
    }
        .fi-rr-apple-core:before {
    content: "\e0ac";
    }
        .fi-rr-apple-crate:before {
    content: "\e0ad";
    }
        .fi-rr-apple-dumbbell:before {
    content: "\e0ae";
    }
        .fi-rr-apple-juice:before {
    content: "\e0af";
    }
        .fi-rr-apple-pie:before {
    content: "\e0b1";
    }
        .fi-rr-apple-whole:before {
    content: "\e0b2";
    }
        .fi-rr-apps:before {
    content: "\e0b3";
    }
        .fi-rr-apps-add:before {
    content: "\e0b4";
    }
        .fi-rr-apps-delete:before {
    content: "\e0b5";
    }
        .fi-rr-apps-sort:before {
    content: "\e0b6";
    }
        .fi-rr-april-calendar:before {
    content: "\e0b7";
    }
        .fi-rr-archery:before {
    content: "\e0b8";
    }
        .fi-rr-architect-plan:before {
    content: "\e0b9";
    }
        .fi-rr-archive:before {
    content: "\e0ba";
    }
        .fi-rr-archway:before {
    content: "\e0bb";
    }
        .fi-rr-army-general:before {
    content: "\e0be";
    }
        .fi-rr-arrow-alt-circle-down:before {
    content: "\e0bf";
    }
        .fi-rr-arrow-alt-circle-left:before {
    content: "\e0c0";
    }
        .fi-rr-arrow-alt-circle-right:before {
    content: "\e0c1";
    }
        .fi-rr-arrow-alt-circle-up:before {
    content: "\e0c2";
    }
        .fi-rr-arrow-alt-down:before {
    content: "\e0c3";
    }
        .fi-rr-arrow-alt-from-bottom:before {
    content: "\e0c4";
    }
        .fi-rr-arrow-alt-from-left:before {
    content: "\e0c5";
    }
        .fi-rr-arrow-alt-from-right:before {
    content: "\e0c6";
    }
        .fi-rr-arrow-alt-from-top:before {
    content: "\e0c7";
    }
        .fi-rr-arrow-alt-left:before {
    content: "\e0c8";
    }
        .fi-rr-arrow-alt-right:before {
    content: "\e0c9";
    }
        .fi-rr-arrow-alt-square-down:before {
    content: "\e0ca";
    }
        .fi-rr-arrow-alt-square-left:before {
    content: "\e0cb";
    }
        .fi-rr-arrow-alt-square-right:before {
    content: "\e0cc";
    }
        .fi-rr-arrow-alt-square-up:before {
    content: "\e0cd";
    }
        .fi-rr-arrow-alt-to-bottom:before {
    content: "\e0ce";
    }
        .fi-rr-arrow-alt-to-left:before {
    content: "\e0cf";
    }
        .fi-rr-arrow-alt-to-right:before {
    content: "\e0d0";
    }
        .fi-rr-arrow-alt-to-top:before {
    content: "\e0d1";
    }
        .fi-rr-arrow-alt-up:before {
    content: "\e0d2";
    }
        .fi-rr-arrow-circle-down:before {
    content: "\e0d3";
    }
        .fi-rr-arrow-circle-left:before {
    content: "\e0d4";
    }
        .fi-rr-arrow-circle-right:before {
    content: "\e0d5";
    }
        .fi-rr-arrow-circle-up:before {
    content: "\e0d6";
    }
        .fi-rr-arrow-comparison:before {
    content: "\e0d7";
    }
        .fi-rr-arrow-down:before {
    content: "\e0d8";
    }
        .fi-rr-arrow-down-from-arc:before {
    content: "\e0da";
    }
        .fi-rr-arrow-down-from-dotted-line:before {
    content: "\e0db";
    }
        .fi-rr-arrow-down-left:before {
    content: "\e0dc";
    }
        .fi-rr-arrow-down-small-big:before {
    content: "\e0dd";
    }
        .fi-rr-arrow-down-strenght:before {
    content: "\e0de";
    }
        .fi-rr-arrow-down-to-dotted-line:before {
    content: "\e0df";
    }
        .fi-rr-arrow-down-to-square:before {
    content: "\e0e0";
    }
        .fi-rr-arrow-down-triangle-square:before {
    content: "\e0e1";
    }
        .fi-rr-arrow-from-bottom:before {
    content: "\e0e2";
    }
        .fi-rr-arrow-from-left:before {
    content: "\e0e3";
    }
        .fi-rr-arrow-from-right:before {
    content: "\e0e4";
    }
        .fi-rr-arrow-from-top:before {
    content: "\e0e5";
    }
        .fi-rr-arrow-left:before {
    content: "\e0e6";
    }
        .fi-rr-arrow-left-from-arc:before {
    content: "\e0e7";
    }
        .fi-rr-arrow-left-from-line:before {
    content: "\e0e8";
    }
        .fi-rr-arrow-left-to-arc:before {
    content: "\e0e9";
    }
        .fi-rr-arrow-progress:before {
    content: "\e0ea";
    }
        .fi-rr-arrow-progress-alt:before {
    content: "\e0eb";
    }
        .fi-rr-arrow-right:before {
    content: "\e0ec";
    }
        .fi-rr-arrow-right-to-bracket:before {
    content: "\e0ed";
    }
        .fi-rr-arrow-right-to-city:before {
    content: "\e0ee";
    }
        .fi-rr-arrow-small-down:before {
    content: "\e0ef";
    }
        .fi-rr-arrow-small-left:before {
    content: "\e0f0";
    }
        .fi-rr-arrow-small-right:before {
    content: "\e0f1";
    }
        .fi-rr-arrow-small-up:before {
    content: "\e0f2";
    }
        .fi-rr-arrow-square-down:before {
    content: "\e0f3";
    }
        .fi-rr-arrow-square-left:before {
    content: "\e0f4";
    }
        .fi-rr-arrow-square-right:before {
    content: "\e0f5";
    }
        .fi-rr-arrow-square-up:before {
    content: "\e0f6";
    }
        .fi-rr-arrow-to-bottom:before {
    content: "\e0f7";
    }
        .fi-rr-arrow-to-left:before {
    content: "\e0f8";
    }
        .fi-rr-arrow-to-right:before {
    content: "\e0f9";
    }
        .fi-rr-arrow-to-top:before {
    content: "\e0fa";
    }
        .fi-rr-arrow-trend-down:before {
    content: "\e0fb";
    }
        .fi-rr-arrow-trend-up:before {
    content: "\e0fc";
    }
        .fi-rr-arrow-turn-down-left:before {
    content: "\e0fd";
    }
        .fi-rr-arrow-turn-down-right:before {
    content: "\e0fe";
    }
        .fi-rr-arrow-turn-left-up:before {
    content: "\e100";
    }
        .fi-rr-arrow-up:before {
    content: "\e102";
    }
        .fi-rr-arrow-up-from-dotted-line:before {
    content: "\e103";
    }
        .fi-rr-arrow-up-from-ground-water:before {
    content: "\e104";
    }
        .fi-rr-arrow-up-from-square:before {
    content: "\e105";
    }
        .fi-rr-arrow-up-left:before {
    content: "\e106";
    }
        .fi-rr-arrow-up-left-from-circle:before {
    content: "\e107";
    }
        .fi-rr-arrow-up-right:before {
    content: "\e108";
    }
        .fi-rr-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\e109";
    }
        .fi-rr-arrow-up-right-from-square:before {
    content: "\e10a";
    }
        .fi-rr-arrow-up-small-big:before {
    content: "\e10b";
    }
        .fi-rr-arrow-up-square-triangle:before {
    content: "\e10c";
    }
        .fi-rr-arrow-up-to-arc:before {
    content: "\e10d";
    }
        .fi-rr-arrow-up-to-dotted-line:before {
    content: "\e10e";
    }
        .fi-rr-arrow-upward-growth-crypto:before {
    content: "\e10f";
    }
        .fi-rr-arrows:before {
    content: "\e110";
    }
        .fi-rr-arrows-alt:before {
    content: "\e111";
    }
        .fi-rr-arrows-alt-h:before {
    content: "\e112";
    }
        .fi-rr-arrows-alt-v:before {
    content: "\e113";
    }
        .fi-rr-arrows-cross:before {
    content: "\e114";
    }
        .fi-rr-arrows-down-curve:before {
    content: "\e115";
    }
        .fi-rr-arrows-down-to-people:before {
    content: "\e116";
    }
        .fi-rr-arrows-from-dotted-line:before {
    content: "\e117";
    }
        .fi-rr-arrows-from-line:before {
    content: "\e118";
    }
        .fi-rr-arrows-h:before {
    content: "\e119";
    }
        .fi-rr-arrows-h-copy:before {
    content: "\e11a";
    }
        .fi-rr-arrows-repeat:before {
    content: "\e11b";
    }
        .fi-rr-arrows-repeat-1:before {
    content: "\e11c";
    }
        .fi-rr-arrows-retweet:before {
    content: "\e11d";
    }
        .fi-rr-arrows-split-right-and-left:before {
    content: "\e11f";
    }
        .fi-rr-arrows-split-up-and-left:before {
    content: "\e120";
    }
        .fi-rr-arrows-to-circle:before {
    content: "\e121";
    }
        .fi-rr-arrows-to-dot:before {
    content: "\e122";
    }
        .fi-rr-arrows-to-dotted-line:before {
    content: "\e123";
    }
        .fi-rr-arrows-to-eye:before {
    content: "\e124";
    }
        .fi-rr-arrows-to-line:before {
    content: "\e125";
    }
        .fi-rr-artificial-intelligence:before {
    content: "\e126";
    }
        .fi-rr-artist:before {
    content: "\e127";
    }
        .fi-rr-assept-document:before {
    content: "\e129";
    }
        .fi-rr-assessment:before {
    content: "\e12a";
    }
        .fi-rr-assessment-alt:before {
    content: "\e12b";
    }
        .fi-rr-assign:before {
    content: "\e12c";
    }
        .fi-rr-assistive-listening-systems:before {
    content: "\e12d";
    }
        .fi-rr-asterik:before {
    content: "\e12e";
    }
        .fi-rr-asthma:before {
    content: "\e12f";
    }
        .fi-rr-at:before {
    content: "\e133";
    }
        .fi-rr-atm:before {
    content: "\e136";
    }
        .fi-rr-attention-detail:before {
    content: "\e139";
    }
        .fi-rr-attribution-pen:before {
    content: "\e13a";
    }
        .fi-rr-attribution-pencil:before {
    content: "\e13b";
    }
        .fi-rr-aubergine:before {
    content: "\e13c";
    }
        .fi-rr-auction:before {
    content: "\e13d";
    }
        .fi-rr-auction-paddle:before {
    content: "\e13f";
    }
        .fi-rr-audience-megaphone:before {
    content: "\e140";
    }
        .fi-rr-audio-description-slash:before {
    content: "\e141";
    }
        .fi-rr-audit:before {
    content: "\e142";
    }
        .fi-rr-audit-alt:before {
    content: "\e143";
    }
        .fi-rr-august-calendar:before {
    content: "\e146";
    }
        .fi-rr-austral-sign:before {
    content: "\e147";
    }
        .fi-rr-australia:before {
    content: "\e148";
    }
        .fi-rr-australia-country-code:before {
    content: "\e149";
    }
        .fi-rr-australia-flag:before {
    content: "\e14a";
    }
        .fi-rr-auto-pilot:before {
    content: "\e14b";
    }
        .fi-rr-auto-reply:before {
    content: "\e14c";
    }
        .fi-rr-auto-sync:before {
    content: "\e14d";
    }
        .fi-rr-autosave:before {
    content: "\e14e";
    }
        .fi-rr-avi-file:before {
    content: "\e14f";
    }
        .fi-rr-avocado:before {
    content: "\e150";
    }
        .fi-rr-award:before {
    content: "\e151";
    }
        .fi-rr-axe:before {
    content: "\e153";
    }
        .fi-rr-axe-battle:before {
    content: "\e154";
    }
        .fi-rr-b:before {
    content: "\e155";
    }
        .fi-rr-baby:before {
    content: "\e156";
    }
        .fi-rr-baby-carriage:before {
    content: "\e157";
    }
        .fi-rr-baby-cradle:before {
    content: "\e158";
    }
        .fi-rr-back-up:before {
    content: "\e159";
    }
        .fi-rr-background:before {
    content: "\e15a";
    }
        .fi-rr-backpack:before {
    content: "\e15b";
    }
        .fi-rr-bacon:before {
    content: "\e15c";
    }
        .fi-rr-bacon-egg:before {
    content: "\e15d";
    }
        .fi-rr-bacteria:before {
    content: "\e15e";
    }
        .fi-rr-bacterium:before {
    content: "\e15f";
    }
        .fi-rr-badge:before {
    content: "\e160";
    }
        .fi-rr-badge-check:before {
    content: "\e161";
    }
        .fi-rr-badge-dollar:before {
    content: "\e162";
    }
        .fi-rr-badge-leaf:before {
    content: "\e163";
    }
        .fi-rr-badge-percent:before {
    content: "\e164";
    }
        .fi-rr-badge-sheriff:before {
    content: "\e165";
    }
        .fi-rr-badger-honey:before {
    content: "\e166";
    }
        .fi-rr-badget-check-alt:before {
    content: "\e167";
    }
        .fi-rr-badminton:before {
    content: "\e168";
    }
        .fi-rr-bag-map-pin:before {
    content: "\e169";
    }
        .fi-rr-bag-seedling:before {
    content: "\e16a";
    }
        .fi-rr-bag-shopping-minus:before {
    content: "\e16b";
    }
        .fi-rr-bags-shopping:before {
    content: "\e16d";
    }
        .fi-rr-baguette:before {
    content: "\e16e";
    }
        .fi-rr-bahai:before {
    content: "\e16f";
    }
        .fi-rr-baht-sign:before {
    content: "\e170";
    }
        .fi-rr-balance-scale-left:before {
    content: "\e171";
    }
        .fi-rr-balance-scale-right:before {
    content: "\e172";
    }
        .fi-rr-balcony:before {
    content: "\e173";
    }
        .fi-rr-ball:before {
    content: "\e174";
    }
        .fi-rr-ball-pile:before {
    content: "\e175";
    }
        .fi-rr-ballet-dance:before {
    content: "\e177";
    }
        .fi-rr-balloon:before {
    content: "\e178";
    }
        .fi-rr-balloons:before {
    content: "\e179";
    }
        .fi-rr-ballot:before {
    content: "\e17a";
    }
        .fi-rr-ballot-check:before {
    content: "\e17b";
    }
        .fi-rr-bamboo:before {
    content: "\e17c";
    }
        .fi-rr-ban:before {
    content: "\e17d";
    }
        .fi-rr-ban-bug:before {
    content: "\e17e";
    }
        .fi-rr-banana:before {
    content: "\e17f";
    }
        .fi-rr-band-aid:before {
    content: "\e180";
    }
        .fi-rr-band-aid-alt:before {
    content: "\e181";
    }
        .fi-rr-bandage-wound:before {
    content: "\e183";
    }
        .fi-rr-bangladeshi-taka-sign:before {
    content: "\e184";
    }
        .fi-rr-banjo:before {
    content: "\e185";
    }
        .fi-rr-bank:before {
    content: "\e186";
    }
        .fi-rr-bank-app:before {
    content: "\e187";
    }
        .fi-rr-banner:before {
    content: "\e188";
    }
        .fi-rr-banner-2:before {
    content: "\e189";
    }
        .fi-rr-banner-3:before {
    content: "\e18a";
    }
        .fi-rr-banner-4:before {
    content: "\e18b";
    }
        .fi-rr-banner-5:before {
    content: "\e18c";
    }
        .fi-rr-barber-pole:before {
    content: "\e18d";
    }
        .fi-rr-barber-shop:before {
    content: "\e18e";
    }
        .fi-rr-barcode:before {
    content: "\e18f";
    }
        .fi-rr-barcode-read:before {
    content: "\e190";
    }
        .fi-rr-barcode-scan:before {
    content: "\e191";
    }
        .fi-rr-barefoot:before {
    content: "\e192";
    }
        .fi-rr-bars-filter:before {
    content: "\e195";
    }
        .fi-rr-bars-progress:before {
    content: "\e196";
    }
        .fi-rr-bars-sort:before {
    content: "\e197";
    }
        .fi-rr-bars-staggered:before {
    content: "\e198";
    }
        .fi-rr-baseball:before {
    content: "\e199";
    }
        .fi-rr-baseball-alt:before {
    content: "\e19a";
    }
        .fi-rr-baseball-player:before {
    content: "\e19b";
    }
        .fi-rr-basket:before {
    content: "\e19c";
    }
        .fi-rr-basket-shopping-minus:before {
    content: "\e19d";
    }
        .fi-rr-basket-shopping-plus:before {
    content: "\e19e";
    }
        .fi-rr-basket-shopping-simple:before {
    content: "\e19f";
    }
        .fi-rr-basketball:before {
    content: "\e1a0";
    }
        .fi-rr-basketball-ticket:before {
    content: "\e1a2";
    }
        .fi-rr-bat:before {
    content: "\e1a3";
    }
        .fi-rr-bath:before {
    content: "\e1a4";
    }
        .fi-rr-battery-100:before {
    content: "\e1a5";
    }
        .fi-rr-battery-bolt:before {
    content: "\e1a6";
    }
        .fi-rr-battery-empty:before {
    content: "\e1a7";
    }
        .fi-rr-battery-exclamation:before {
    content: "\e1a8";
    }
        .fi-rr-battery-full:before {
    content: "\e1a9";
    }
        .fi-rr-battery-half:before {
    content: "\e1aa";
    }
        .fi-rr-battery-quarter:before {
    content: "\e1ab";
    }
        .fi-rr-battery-slash:before {
    content: "\e1ac";
    }
        .fi-rr-battery-three-quarters:before {
    content: "\e1ad";
    }
        .fi-rr-bay-leaf:before {
    content: "\e1ae";
    }
        .fi-rr-beacon:before {
    content: "\e1af";
    }
        .fi-rr-bear-market:before {
    content: "\e1b0";
    }
        .fi-rr-beard:before {
    content: "\e1b1";
    }
        .fi-rr-beauty-mask:before {
    content: "\e1b2";
    }
        .fi-rr-bed:before {
    content: "\e1b3";
    }
        .fi-rr-bed-alt:before {
    content: "\e1b4";
    }
        .fi-rr-bed-bunk:before {
    content: "\e1b5";
    }
        .fi-rr-bed-empty:before {
    content: "\e1b6";
    }
        .fi-rr-bed-pulse:before {
    content: "\e1b7";
    }
        .fi-rr-bee:before {
    content: "\e1b8";
    }
        .fi-rr-beer:before {
    content: "\e1b9";
    }
        .fi-rr-beer-mug-empty:before {
    content: "\e1ba";
    }
        .fi-rr-bell:before {
    content: "\e1bc";
    }
        .fi-rr-bell-concierge:before {
    content: "\e1bd";
    }
        .fi-rr-bell-notification-call:before {
    content: "\e1be";
    }
        .fi-rr-bell-notification-social-media:before {
    content: "\e1bf";
    }
        .fi-rr-bell-ring:before {
    content: "\e1c0";
    }
        .fi-rr-bell-school:before {
    content: "\e1c1";
    }
        .fi-rr-bell-school-slash:before {
    content: "\e1c2";
    }
        .fi-rr-bell-slash:before {
    content: "\e1c3";
    }
        .fi-rr-bells:before {
    content: "\e1c4";
    }
        .fi-rr-bench-tree:before {
    content: "\e1c5";
    }
        .fi-rr-benefit:before {
    content: "\e1c6";
    }
        .fi-rr-benefit-diamond:before {
    content: "\e1c7";
    }
        .fi-rr-benefit-diamond-alt:before {
    content: "\e1c8";
    }
        .fi-rr-benefit-hand:before {
    content: "\e1c9";
    }
        .fi-rr-benefit-increase:before {
    content: "\e1ca";
    }
        .fi-rr-benefit-porcent:before {
    content: "\e1cb";
    }
        .fi-rr-betamax:before {
    content: "\e1cc";
    }
        .fi-rr-bible:before {
    content: "\e1cd";
    }
        .fi-rr-bicycle-journey:before {
    content: "\e1ce";
    }
        .fi-rr-big-data:before {
    content: "\e1cf";
    }
        .fi-rr-big-data-ai:before {
    content: "\e1d0";
    }
        .fi-rr-big-data-analytics:before {
    content: "\e1d1";
    }
        .fi-rr-big-drop:before {
    content: "\e1d2";
    }
        .fi-rr-bike:before {
    content: "\e1d3";
    }
        .fi-rr-bike-moving:before {
    content: "\e1d4";
    }
        .fi-rr-bike-path:before {
    content: "\e1d5";
    }
        .fi-rr-biking:before {
    content: "\e1d6";
    }
        .fi-rr-biking-mountain:before {
    content: "\e1d7";
    }
        .fi-rr-bill-arrow:before {
    content: "\e1d8";
    }
        .fi-rr-billboard:before {
    content: "\e1d9";
    }
        .fi-rr-billiard:before {
    content: "\e1da";
    }
        .fi-rr-bin-bottles:before {
    content: "\e1db";
    }
        .fi-rr-binary:before {
    content: "\e1dc";
    }
        .fi-rr-binary-circle-check:before {
    content: "\e1dd";
    }
        .fi-rr-binary-cloud:before {
    content: "\e1de";
    }
        .fi-rr-binary-lock:before {
    content: "\e1df";
    }
        .fi-rr-binary-slash:before {
    content: "\e1e0";
    }
        .fi-rr-binoculars:before {
    content: "\e1e1";
    }
        .fi-rr-bio:before {
    content: "\e1e2";
    }
        .fi-rr-bio-leaves:before {
    content: "\e1e3";
    }
        .fi-rr-biohazard:before {
    content: "\e1e4";
    }
        .fi-rr-bipolar:before {
    content: "\e1e5";
    }
        .fi-rr-bird:before {
    content: "\e1e6";
    }
        .fi-rr-bitcoin-card:before {
    content: "\e1e8";
    }
        .fi-rr-bitcoin-sign:before {
    content: "\e1ea";
    }
        .fi-rr-blanket:before {
    content: "\e1ec";
    }
        .fi-rr-blender:before {
    content: "\e1ed";
    }
        .fi-rr-blender-phone:before {
    content: "\e1ee";
    }
        .fi-rr-blinds:before {
    content: "\e1ef";
    }
        .fi-rr-blinds-open:before {
    content: "\e1f0";
    }
        .fi-rr-blinds-raised:before {
    content: "\e1f1";
    }
        .fi-rr-block:before {
    content: "\e1f2";
    }
        .fi-rr-block-brick:before {
    content: "\e1f3";
    }
        .fi-rr-block-brick-fire:before {
    content: "\e1f4";
    }
        .fi-rr-block-microphone:before {
    content: "\e1f5";
    }
        .fi-rr-block-question:before {
    content: "\e1f6";
    }
        .fi-rr-block-quote:before {
    content: "\e1f7";
    }
        .fi-rr-block-user:before {
    content: "\e1f8";
    }
        .fi-rr-blockchain-3:before {
    content: "\e1fb";
    }
        .fi-rr-blog-pencil:before {
    content: "\e1fc";
    }
        .fi-rr-blog-text:before {
    content: "\e1fd";
    }
        .fi-rr-blood:before {
    content: "\e1ff";
    }
        .fi-rr-blood-dropper:before {
    content: "\e200";
    }
        .fi-rr-blood-test-tube:before {
    content: "\e201";
    }
        .fi-rr-blood-test-tube-alt:before {
    content: "\e202";
    }
        .fi-rr-blueberries:before {
    content: "\e204";
    }
        .fi-rr-blueprint:before {
    content: "\e205";
    }
        .fi-rr-blueprint-house:before {
    content: "\e206";
    }
        .fi-rr-bluetooth-alt:before {
    content: "\e208";
    }
        .fi-rr-bluetooth-circle:before {
    content: "\e209";
    }
        .fi-rr-bluetooth-headphones:before {
    content: "\e20a";
    }
        .fi-rr-bluetooth-keyboard:before {
    content: "\e20b";
    }
        .fi-rr-bluetooth-mouse:before {
    content: "\e20c";
    }
        .fi-rr-bluetooth-settings:before {
    content: "\e20d";
    }
        .fi-rr-bluetooth-speaker:before {
    content: "\e20e";
    }
        .fi-rr-bluetooth-usb:before {
    content: "\e20f";
    }
        .fi-rr-blush:before {
    content: "\e210";
    }
        .fi-rr-bold:before {
    content: "\e211";
    }
        .fi-rr-bolt:before {
    content: "\e212";
    }
        .fi-rr-bolt-auto:before {
    content: "\e213";
    }
        .fi-rr-bolt-slash:before {
    content: "\e214";
    }
        .fi-rr-bomb:before {
    content: "\e215";
    }
        .fi-rr-bone:before {
    content: "\e217";
    }
        .fi-rr-bone-break:before {
    content: "\e218";
    }
        .fi-rr-bong:before {
    content: "\e219";
    }
        .fi-rr-bonus:before {
    content: "\e21a";
    }
        .fi-rr-bonus-alt:before {
    content: "\e21b";
    }
        .fi-rr-bonus-star:before {
    content: "\e21c";
    }
        .fi-rr-book:before {
    content: "\e21d";
    }
        .fi-rr-book-alt:before {
    content: "\e21e";
    }
        .fi-rr-book-arrow-right:before {
    content: "\e21f";
    }
        .fi-rr-book-arrow-up:before {
    content: "\e220";
    }
        .fi-rr-book-atlas:before {
    content: "\e221";
    }
        .fi-rr-book-bookmark:before {
    content: "\e222";
    }
        .fi-rr-book-circle-arrow-right:before {
    content: "\e224";
    }
        .fi-rr-book-circle-arrow-up:before {
    content: "\e225";
    }
        .fi-rr-book-copy:before {
    content: "\e226";
    }
        .fi-rr-book-dead:before {
    content: "\e227";
    }
        .fi-rr-book-font:before {
    content: "\e228";
    }
        .fi-rr-book-heart:before {
    content: "\e22a";
    }
        .fi-rr-book-medical:before {
    content: "\e22c";
    }
        .fi-rr-book-open-cover:before {
    content: "\e22d";
    }
        .fi-rr-book-open-reader:before {
    content: "\e22e";
    }
        .fi-rr-book-plus:before {
    content: "\e22f";
    }
        .fi-rr-book-quran:before {
    content: "\e230";
    }
        .fi-rr-book-section:before {
    content: "\e231";
    }
        .fi-rr-book-spells:before {
    content: "\e234";
    }
        .fi-rr-book-tanakh:before {
    content: "\e235";
    }
        .fi-rr-book-user:before {
    content: "\e236";
    }
        .fi-rr-book-world:before {
    content: "\e237";
    }
        .fi-rr-Booking:before {
    content: "\e238";
    }
        .fi-rr-bookmark:before {
    content: "\e239";
    }
        .fi-rr-bookmark-slash:before {
    content: "\e23a";
    }
        .fi-rr-books:before {
    content: "\e23b";
    }
        .fi-rr-books-lightbulb:before {
    content: "\e23c";
    }
        .fi-rr-books-medical:before {
    content: "\e23d";
    }
        .fi-rr-boot:before {
    content: "\e23e";
    }
        .fi-rr-boot-heeled:before {
    content: "\e23f";
    }
        .fi-rr-booth-curtain:before {
    content: "\e240";
    }
        .fi-rr-border-all:before {
    content: "\e242";
    }
        .fi-rr-border-bottom:before {
    content: "\e243";
    }
        .fi-rr-border-center-h:before {
    content: "\e244";
    }
        .fi-rr-border-center-v:before {
    content: "\e245";
    }
        .fi-rr-border-inner:before {
    content: "\e246";
    }
        .fi-rr-border-left:before {
    content: "\e247";
    }
        .fi-rr-border-none:before {
    content: "\e248";
    }
        .fi-rr-border-outer:before {
    content: "\e249";
    }
        .fi-rr-border-right:before {
    content: "\e24a";
    }
        .fi-rr-border-style:before {
    content: "\e24b";
    }
        .fi-rr-border-style-alt:before {
    content: "\e24c";
    }
        .fi-rr-border-top:before {
    content: "\e24d";
    }
        .fi-rr-boss:before {
    content: "\e24e";
    }
        .fi-rr-bottle:before {
    content: "\e24f";
    }
        .fi-rr-bottle-baby:before {
    content: "\e250";
    }
        .fi-rr-bottle-droplet:before {
    content: "\e251";
    }
        .fi-rr-bow-arrow:before {
    content: "\e253";
    }
        .fi-rr-bowl-chopsticks:before {
    content: "\e254";
    }
        .fi-rr-bowl-chopsticks-noodles:before {
    content: "\e255";
    }
        .fi-rr-bowl-rice:before {
    content: "\e256";
    }
        .fi-rr-bowl-scoop:before {
    content: "\e257";
    }
        .fi-rr-bowl-scoops:before {
    content: "\e258";
    }
        .fi-rr-bowl-soft-serve:before {
    content: "\e259";
    }
        .fi-rr-bowl-spoon:before {
    content: "\e25a";
    }
        .fi-rr-bowling:before {
    content: "\e25b";
    }
        .fi-rr-bowling-ball:before {
    content: "\e25c";
    }
        .fi-rr-bowling-pins:before {
    content: "\e25d";
    }
        .fi-rr-box:before {
    content: "\e25f";
    }
        .fi-rr-box-alt:before {
    content: "\e260";
    }
        .fi-rr-box-ballot:before {
    content: "\e261";
    }
        .fi-rr-box-check:before {
    content: "\e262";
    }
        .fi-rr-box-circle-check:before {
    content: "\e263";
    }
        .fi-rr-box-dollar:before {
    content: "\e264";
    }
        .fi-rr-box-fragile:before {
    content: "\e265";
    }
        .fi-rr-box-heart:before {
    content: "\e266";
    }
        .fi-rr-box-open:before {
    content: "\e267";
    }
        .fi-rr-box-open-full:before {
    content: "\e268";
    }
        .fi-rr-box-tissue:before {
    content: "\e269";
    }
        .fi-rr-box-up:before {
    content: "\e26a";
    }
        .fi-rr-boxes:before {
    content: "\e26b";
    }
        .fi-rr-boxing-glove:before {
    content: "\e26c";
    }
        .fi-rr-bracket-curly:before {
    content: "\e26d";
    }
        .fi-rr-bracket-curly-right:before {
    content: "\e26e";
    }
        .fi-rr-bracket-round:before {
    content: "\e26f";
    }
        .fi-rr-bracket-round-right:before {
    content: "\e270";
    }
        .fi-rr-bracket-square:before {
    content: "\e271";
    }
        .fi-rr-bracket-square-right:before {
    content: "\e272";
    }
        .fi-rr-brackets-curly:before {
    content: "\e273";
    }
        .fi-rr-brackets-round:before {
    content: "\e274";
    }
        .fi-rr-brackets-square:before {
    content: "\e275";
    }
        .fi-rr-braille:before {
    content: "\e276";
    }
        .fi-rr-braille-a:before {
    content: "\e277";
    }
        .fi-rr-braille-b:before {
    content: "\e278";
    }
        .fi-rr-braille-c:before {
    content: "\e279";
    }
        .fi-rr-braille-d:before {
    content: "\e27a";
    }
        .fi-rr-braille-e:before {
    content: "\e27b";
    }
        .fi-rr-braille-g:before {
    content: "\e27c";
    }
        .fi-rr-braille-h:before {
    content: "\e27d";
    }
        .fi-rr-braille-i:before {
    content: "\e27f";
    }
        .fi-rr-braille-j:before {
    content: "\e280";
    }
        .fi-rr-braille-k:before {
    content: "\e281";
    }
        .fi-rr-braille-l:before {
    content: "\e282";
    }
        .fi-rr-braille-m:before {
    content: "\e283";
    }
        .fi-rr-braille-n:before {
    content: "\e284";
    }
        .fi-rr-braille-n-alt:before {
    content: "\e285";
    }
        .fi-rr-braille-o:before {
    content: "\e286";
    }
        .fi-rr-braille-p:before {
    content: "\e287";
    }
        .fi-rr-braille-q:before {
    content: "\e288";
    }
        .fi-rr-braille-r:before {
    content: "\e289";
    }
        .fi-rr-braille-s:before {
    content: "\e28a";
    }
        .fi-rr-braille-t:before {
    content: "\e28b";
    }
        .fi-rr-braille-u:before {
    content: "\e28c";
    }
        .fi-rr-braille-v:before {
    content: "\e28d";
    }
        .fi-rr-braille-w:before {
    content: "\e28e";
    }
        .fi-rr-braille-x:before {
    content: "\e28f";
    }
        .fi-rr-braille-y:before {
    content: "\e290";
    }
        .fi-rr-braille-z:before {
    content: "\e291";
    }
        .fi-rr-brain:before {
    content: "\e292";
    }
        .fi-rr-brain-bulb:before {
    content: "\e293";
    }
        .fi-rr-brain-circuit:before {
    content: "\e294";
    }
        .fi-rr-brain-doubt:before {
    content: "\e295";
    }
        .fi-rr-brain-half-lightbulb:before {
    content: "\e296";
    }
        .fi-rr-brain-lightning:before {
    content: "\e297";
    }
        .fi-rr-brain-stress:before {
    content: "\e299";
    }
        .fi-rr-brake-warning:before {
    content: "\e29a";
    }
        .fi-rr-branching:before {
    content: "\e29b";
    }
        .fi-rr-brand:before {
    content: "\e29c";
    }
        .fi-rr-brand-badge:before {
    content: "\e29d";
    }
        .fi-rr-brand-strategy:before {
    content: "\e29e";
    }
        .fi-rr-branding:before {
    content: "\e29f";
    }
        .fi-rr-brazil:before {
    content: "\e2a0";
    }
        .fi-rr-brazil-flag:before {
    content: "\e2a1";
    }
        .fi-rr-brazil-flag-circle:before {
    content: "\e2a2";
    }
        .fi-rr-bread:before {
    content: "\e2a3";
    }
        .fi-rr-bread-loaf:before {
    content: "\e2a4";
    }
        .fi-rr-bread-slice:before {
    content: "\e2a5";
    }
        .fi-rr-bread-slice-butter:before {
    content: "\e2a6";
    }
        .fi-rr-break-time:before {
    content: "\e2a7";
    }
        .fi-rr-bridge:before {
    content: "\e2a8";
    }
        .fi-rr-bridge-circle-check:before {
    content: "\e2a9";
    }
        .fi-rr-bridge-collapse:before {
    content: "\e2aa";
    }
        .fi-rr-bridge-construction:before {
    content: "\e2ab";
    }
        .fi-rr-bridge-suspension:before {
    content: "\e2ac";
    }
        .fi-rr-bridge-water:before {
    content: "\e2ad";
    }
        .fi-rr-briefcase:before {
    content: "\e2af";
    }
        .fi-rr-briefcase-arrow-right:before {
    content: "\e2b0";
    }
        .fi-rr-briefcase-blank:before {
    content: "\e2b1";
    }
        .fi-rr-briefcase-dollar:before {
    content: "\e2b2";
    }
        .fi-rr-brightness:before {
    content: "\e2b3";
    }
        .fi-rr-brightness-low:before {
    content: "\e2b4";
    }
        .fi-rr-bring-forward:before {
    content: "\e2b5";
    }
        .fi-rr-bring-front:before {
    content: "\e2b6";
    }
        .fi-rr-broadcast-tower:before {
    content: "\e2b7";
    }
        .fi-rr-broccoli:before {
    content: "\e2b8";
    }
        .fi-rr-broken-arm:before {
    content: "\e2b9";
    }
        .fi-rr-broken-chain-link-wrong:before {
    content: "\e2ba";
    }
        .fi-rr-broken-image:before {
    content: "\e2bb";
    }
        .fi-rr-broken-leg:before {
    content: "\e2bc";
    }
        .fi-rr-broken-nail:before {
    content: "\e2bd";
    }
        .fi-rr-broom:before {
    content: "\e2be";
    }
        .fi-rr-broom-ball:before {
    content: "\e2bf";
    }
        .fi-rr-browser:before {
    content: "\e2c0";
    }
        .fi-rr-browser-css:before {
    content: "\e2c2";
    }
        .fi-rr-browser-lock-alert:before {
    content: "\e2c3";
    }
        .fi-rr-browser-ui:before {
    content: "\e2c4";
    }
        .fi-rr-browsers:before {
    content: "\e2c5";
    }
        .fi-rr-brush:before {
    content: "\e2c6";
    }
        .fi-rr-bubble-discussion:before {
    content: "\e2c7";
    }
        .fi-rr-bucket:before {
    content: "\e2c8";
    }
        .fi-rr-budget:before {
    content: "\e2c9";
    }
        .fi-rr-budget-alt:before {
    content: "\e2ca";
    }
        .fi-rr-bug:before {
    content: "\e2cb";
    }
        .fi-rr-bug-fix:before {
    content: "\e2cc";
    }
        .fi-rr-bug-folder:before {
    content: "\e2cd";
    }
        .fi-rr-bug-magnifier:before {
    content: "\e2ce";
    }
        .fi-rr-bug-report:before {
    content: "\e2cf";
    }
        .fi-rr-bug-slash:before {
    content: "\e2d0";
    }
        .fi-rr-bugs:before {
    content: "\e2d1";
    }
        .fi-rr-build:before {
    content: "\e2d2";
    }
        .fi-rr-build-alt:before {
    content: "\e2d3";
    }
        .fi-rr-builder:before {
    content: "\e2d4";
    }
        .fi-rr-building:before {
    content: "\e2d5";
    }
        .fi-rr-building-car:before {
    content: "\e2d6";
    }
        .fi-rr-building-check:before {
    content: "\e2d7";
    }
        .fi-rr-building-circle-arrow-right:before {
    content: "\e2d8";
    }
        .fi-rr-building-flag:before {
    content: "\e2d9";
    }
        .fi-rr-building-foundation:before {
    content: "\e2da";
    }
        .fi-rr-building-lock:before {
    content: "\e2db";
    }
        .fi-rr-building-materials:before {
    content: "\e2dc";
    }
        .fi-rr-building-ngo:before {
    content: "\e2dd";
    }
        .fi-rr-building-shield:before {
    content: "\e2de";
    }
        .fi-rr-building-user:before {
    content: "\e2df";
    }
        .fi-rr-building-xmark:before {
    content: "\e2e0";
    }
        .fi-rr-bulb:before {
    content: "\e2e1";
    }
        .fi-rr-bulb-speech-bubble:before {
    content: "\e2e2";
    }
        .fi-rr-bull-market:before {
    content: "\e2e3";
    }
        .fi-rr-bullet:before {
    content: "\e2e4";
    }
        .fi-rr-bullhorn:before {
    content: "\e2e5";
    }
        .fi-rr-bullseye:before {
    content: "\e2e6";
    }
        .fi-rr-bullseye-arrow:before {
    content: "\e2e7";
    }
        .fi-rr-bullseye-pointer:before {
    content: "\e2e8";
    }
        .fi-rr-buoy:before {
    content: "\e2e9";
    }
        .fi-rr-burger-alt:before {
    content: "\e2ea";
    }
        .fi-rr-burger-fries:before {
    content: "\e2eb";
    }
        .fi-rr-burger-glass:before {
    content: "\e2ec";
    }
        .fi-rr-burnout:before {
    content: "\e2ef";
    }
        .fi-rr-burrito:before {
    content: "\e2f0";
    }
        .fi-rr-burst:before {
    content: "\e2f1";
    }
        .fi-rr-bus:before {
    content: "\e2f2";
    }
        .fi-rr-bus-alt:before {
    content: "\e2f3";
    }
        .fi-rr-bus-ticket:before {
    content: "\e2f4";
    }
        .fi-rr-business-deal:before {
    content: "\e2f5";
    }
        .fi-rr-business-growth:before {
    content: "\e2f6";
    }
        .fi-rr-business-meeting:before {
    content: "\e2f7";
    }
        .fi-rr-business-podcast:before {
    content: "\e2f8";
    }
        .fi-rr-business-time:before {
    content: "\e2f9";
    }
        .fi-rr-business-value:before {
    content: "\e2fa";
    }
        .fi-rr-Butter:before {
    content: "\e2fc";
    }
        .fi-rr-butterfly:before {
    content: "\e2fd";
    }
        .fi-rr-c:before {
    content: "\e2fe";
    }
        .fi-rr-cabin:before {
    content: "\e2ff";
    }
        .fi-rr-cactus:before {
    content: "\e301";
    }
        .fi-rr-cage-empty:before {
    content: "\e302";
    }
        .fi-rr-cake-birthday:before {
    content: "\e303";
    }
        .fi-rr-cake-slice:before {
    content: "\e304";
    }
        .fi-rr-cake-wedding:before {
    content: "\e305";
    }
        .fi-rr-calculator:before {
    content: "\e306";
    }
        .fi-rr-calculator-bill:before {
    content: "\e308";
    }
        .fi-rr-calculator-math-tax:before {
    content: "\e309";
    }
        .fi-rr-calculator-money:before {
    content: "\e30a";
    }
        .fi-rr-calculator-simple:before {
    content: "\e30b";
    }
        .fi-rr-calendar:before {
    content: "\e30c";
    }
        .fi-rr-calendar-arrow-down:before {
    content: "\e30d";
    }
        .fi-rr-calendar-arrow-up:before {
    content: "\e30e";
    }
        .fi-rr-calendar-birhtday-cake:before {
    content: "\e30f";
    }
        .fi-rr-calendar-call:before {
    content: "\e310";
    }
        .fi-rr-calendar-check:before {
    content: "\e311";
    }
        .fi-rr-calendar-clock:before {
    content: "\e312";
    }
        .fi-rr-calendar-day:before {
    content: "\e313";
    }
        .fi-rr-calendar-days:before {
    content: "\e314";
    }
        .fi-rr-calendar-event-tax:before {
    content: "\e315";
    }
        .fi-rr-calendar-exclamation:before {
    content: "\e316";
    }
        .fi-rr-calendar-gavel-legal:before {
    content: "\e317";
    }
        .fi-rr-calendar-heart:before {
    content: "\e318";
    }
        .fi-rr-calendar-image:before {
    content: "\e319";
    }
        .fi-rr-calendar-lines:before {
    content: "\e31a";
    }
        .fi-rr-calendar-lines-pen:before {
    content: "\e31b";
    }
        .fi-rr-calendar-minus:before {
    content: "\e31d";
    }
        .fi-rr-calendar-payment-loan:before {
    content: "\e31e";
    }
        .fi-rr-calendar-pen:before {
    content: "\e31f";
    }
        .fi-rr-calendar-plus:before {
    content: "\e320";
    }
        .fi-rr-calendar-salary:before {
    content: "\e321";
    }
        .fi-rr-calendar-shift-swap:before {
    content: "\e322";
    }
        .fi-rr-calendar-star:before {
    content: "\e323";
    }
        .fi-rr-calendar-swap:before {
    content: "\e324";
    }
        .fi-rr-calendar-update:before {
    content: "\e325";
    }
        .fi-rr-calendar-week:before {
    content: "\e326";
    }
        .fi-rr-calendar-xmark:before {
    content: "\e327";
    }
        .fi-rr-calendars:before {
    content: "\e328";
    }
        .fi-rr-call-duration:before {
    content: "\e329";
    }
        .fi-rr-call-forbidden:before {
    content: "\e32a";
    }
        .fi-rr-call-history:before {
    content: "\e32b";
    }
        .fi-rr-call-incoming:before {
    content: "\e32c";
    }
        .fi-rr-call-missed:before {
    content: "\e32d";
    }
        .fi-rr-call-outgoing:before {
    content: "\e32e";
    }
        .fi-rr-camcorder:before {
    content: "\e32f";
    }
        .fi-rr-camera:before {
    content: "\e330";
    }
        .fi-rr-camera-cctv:before {
    content: "\e331";
    }
        .fi-rr-camera-movie:before {
    content: "\e333";
    }
        .fi-rr-camera-retro:before {
    content: "\e334";
    }
        .fi-rr-camera-rotate:before {
    content: "\e335";
    }
        .fi-rr-camera-security:before {
    content: "\e336";
    }
        .fi-rr-camera-slash:before {
    content: "\e337";
    }
        .fi-rr-camera-viewfinder:before {
    content: "\e338";
    }
        .fi-rr-campfire:before {
    content: "\e339";
    }
        .fi-rr-camping:before {
    content: "\e33a";
    }
        .fi-rr-can-food:before {
    content: "\e33b";
    }
        .fi-rr-candle-holder:before {
    content: "\e33c";
    }
        .fi-rr-candle-lotus-yoga:before {
    content: "\e33d";
    }
        .fi-rr-candle-pose-yoga:before {
    content: "\e33e";
    }
        .fi-rr-candy:before {
    content: "\e340";
    }
        .fi-rr-candy-alt:before {
    content: "\e341";
    }
        .fi-rr-candy-bar:before {
    content: "\e342";
    }
        .fi-rr-candy-cane:before {
    content: "\e343";
    }
        .fi-rr-candy-corn:before {
    content: "\e344";
    }
        .fi-rr-candy-sweet:before {
    content: "\e345";
    }
        .fi-rr-Cannabis:before {
    content: "\e346";
    }
        .fi-rr-canned-food:before {
    content: "\e347";
    }
        .fi-rr-cannon:before {
    content: "\e348";
    }
        .fi-rr-canoe:before {
    content: "\e349";
    }
        .fi-rr-capsules:before {
    content: "\e34a";
    }
        .fi-rr-car:before {
    content: "\e34c";
    }
        .fi-rr-car-alt:before {
    content: "\e34d";
    }
        .fi-rr-car-battery:before {
    content: "\e34e";
    }
        .fi-rr-car-bolt:before {
    content: "\e34f";
    }
        .fi-rr-car-building:before {
    content: "\e350";
    }
        .fi-rr-car-bump:before {
    content: "\e351";
    }
        .fi-rr-car-bus:before {
    content: "\e352";
    }
        .fi-rr-car-charger-bolt:before {
    content: "\e353";
    }
        .fi-rr-car-circle-bolt:before {
    content: "\e354";
    }
        .fi-rr-car-crash:before {
    content: "\e355";
    }
        .fi-rr-car-garage:before {
    content: "\e356";
    }
        .fi-rr-car-journey:before {
    content: "\e357";
    }
        .fi-rr-car-mechanic:before {
    content: "\e358";
    }
        .fi-rr-car-oil:before {
    content: "\e359";
    }
        .fi-rr-car-rear:before {
    content: "\e35a";
    }
        .fi-rr-car-side:before {
    content: "\e35b";
    }
        .fi-rr-car-side-bolt:before {
    content: "\e35c";
    }
        .fi-rr-car-tilt:before {
    content: "\e35d";
    }
        .fi-rr-car-tunnel:before {
    content: "\e35e";
    }
        .fi-rr-car-wash:before {
    content: "\e35f";
    }
        .fi-rr-caravan:before {
    content: "\e360";
    }
        .fi-rr-caravan-alt:before {
    content: "\e361";
    }
        .fi-rr-carbon-cloud:before {
    content: "\e362";
    }
        .fi-rr-carbon-cloud-arrow-down:before {
    content: "\e363";
    }
        .fi-rr-carbon-footprint:before {
    content: "\e364";
    }
        .fi-rr-card-club:before {
    content: "\e365";
    }
        .fi-rr-card-diamond:before {
    content: "\e366";
    }
        .fi-rr-card-heart:before {
    content: "\e367";
    }
        .fi-rr-card-spade:before {
    content: "\e369";
    }
        .fi-rr-cardinal-compass:before {
    content: "\e36a";
    }
        .fi-rr-cards-blank:before {
    content: "\e36c";
    }
        .fi-rr-career-growth:before {
    content: "\e36e";
    }
        .fi-rr-career-path:before {
    content: "\e36f";
    }
        .fi-rr-caret-circle-down:before {
    content: "\e370";
    }
        .fi-rr-caret-circle-right:before {
    content: "\e372";
    }
        .fi-rr-caret-circle-up:before {
    content: "\e373";
    }
        .fi-rr-caret-down:before {
    content: "\e374";
    }
        .fi-rr-caret-left:before {
    content: "\e375";
    }
        .fi-rr-caret-quare-up:before {
    content: "\e376";
    }
        .fi-rr-caret-right:before {
    content: "\e377";
    }
        .fi-rr-caret-square-down:before {
    content: "\e378";
    }
        .fi-rr-caret-square-left:before {
    content: "\e379";
    }
        .fi-rr-caret-square-left_1:before {
    content: "\e37a";
    }
        .fi-rr-caret-square-right:before {
    content: "\e37b";
    }
        .fi-rr-caret-up:before {
    content: "\e37d";
    }
        .fi-rr-carrot:before {
    content: "\e37e";
    }
        .fi-rr-cars:before {
    content: "\e37f";
    }
        .fi-rr-cars-crash:before {
    content: "\e380";
    }
        .fi-rr-cart-arrow-down:before {
    content: "\e381";
    }
        .fi-rr-cart-minus:before {
    content: "\e382";
    }
        .fi-rr-cart-shopping-fast:before {
    content: "\e383";
    }
        .fi-rr-case-study:before {
    content: "\e384";
    }
        .fi-rr-cash-register:before {
    content: "\e385";
    }
        .fi-rr-cassette-tape:before {
    content: "\e386";
    }
        .fi-rr-cassette-vhs:before {
    content: "\e387";
    }
        .fi-rr-castle:before {
    content: "\e388";
    }
        .fi-rr-castle-tower:before {
    content: "\e389";
    }
        .fi-rr-cat:before {
    content: "\e38a";
    }
        .fi-rr-cat-dog:before {
    content: "\e38b";
    }
        .fi-rr-cat-head:before {
    content: "\e38c";
    }
        .fi-rr-cat-space:before {
    content: "\e38d";
    }
        .fi-rr-catalog:before {
    content: "\e38e";
    }
        .fi-rr-catalog-alt:before {
    content: "\e38f";
    }
        .fi-rr-catalog-magazine:before {
    content: "\e390";
    }
        .fi-rr-category:before {
    content: "\e391";
    }
        .fi-rr-category-alt:before {
    content: "\e392";
    }
        .fi-rr-cauldron:before {
    content: "\e393";
    }
        .fi-rr-cdn:before {
    content: "\e39a";
    }
        .fi-rr-cedi-sign:before {
    content: "\e39b";
    }
        .fi-rr-cell:before {
    content: "\e39c";
    }
        .fi-rr-cello:before {
    content: "\e39d";
    }
        .fi-rr-cent-sign:before {
    content: "\e39e";
    }
        .fi-rr-certificate:before {
    content: "\e3a0";
    }
        .fi-rr-chai-tea:before {
    content: "\e3a1";
    }
        .fi-rr-chair:before {
    content: "\e3a2";
    }
        .fi-rr-chair-director:before {
    content: "\e3a3";
    }
        .fi-rr-chair-office:before {
    content: "\e3a4";
    }
        .fi-rr-chalkboard:before {
    content: "\e3a5";
    }
        .fi-rr-chalkboard-user:before {
    content: "\e3a6";
    }
        .fi-rr-challenge:before {
    content: "\e3a7";
    }
        .fi-rr-challenge-alt:before {
    content: "\e3a8";
    }
        .fi-rr-chamomile:before {
    content: "\e3a9";
    }
        .fi-rr-channel:before {
    content: "\e3aa";
    }
        .fi-rr-charging-station:before {
    content: "\e3ac";
    }
        .fi-rr-chart-area:before {
    content: "\e3ad";
    }
        .fi-rr-chart-bullet:before {
    content: "\e3b1";
    }
        .fi-rr-chart-candlestick:before {
    content: "\e3b2";
    }
        .fi-rr-chart-connected:before {
    content: "\e3b3";
    }
        .fi-rr-chart-gantt:before {
    content: "\e3b4";
    }
        .fi-rr-chart-histogram:before {
    content: "\e3b5";
    }
        .fi-rr-chart-kanban:before {
    content: "\e3b6";
    }
        .fi-rr-chart-line-up:before {
    content: "\e3b7";
    }
        .fi-rr-chart-line-up-down:before {
    content: "\e3b8";
    }
        .fi-rr-chart-mixed:before {
    content: "\e3b9";
    }
        .fi-rr-chart-mixed-up-circle-currency:before {
    content: "\e3ba";
    }
        .fi-rr-chart-mixed-up-circle-dollar:before {
    content: "\e3bb";
    }
        .fi-rr-chart-network:before {
    content: "\e3bc";
    }
        .fi-rr-chart-pie:before {
    content: "\e3bd";
    }
        .fi-rr-chart-pie-alt:before {
    content: "\e3be";
    }
        .fi-rr-chart-pie-simple-circle-currency:before {
    content: "\e3bf";
    }
        .fi-rr-chart-pie-simple-circle-dollar:before {
    content: "\e3c0";
    }
        .fi-rr-chart-pyramid:before {
    content: "\e3c1";
    }
        .fi-rr-chart-radar:before {
    content: "\e3c2";
    }
        .fi-rr-chart-scatter:before {
    content: "\e3c3";
    }
        .fi-rr-chart-scatter-3d:before {
    content: "\e3c4";
    }
        .fi-rr-chart-scatter-bubble:before {
    content: "\e3c5";
    }
        .fi-rr-chart-set-theory:before {
    content: "\e3c6";
    }
        .fi-rr-chart-simple:before {
    content: "\e3c7";
    }
        .fi-rr-chart-simple-horizontal:before {
    content: "\e3c8";
    }
        .fi-rr-chart-tree:before {
    content: "\e3c9";
    }
        .fi-rr-chart-tree-map:before {
    content: "\e3ca";
    }
        .fi-rr-chart-user:before {
    content: "\e3cb";
    }
        .fi-rr-chart-waterfall:before {
    content: "\e3cc";
    }
        .fi-rr-chat-arrow-down:before {
    content: "\e3cd";
    }
        .fi-rr-chat-arrow-grow:before {
    content: "\e3ce";
    }
        .fi-rr-chat-bubble-call:before {
    content: "\e3cf";
    }
        .fi-rr-chatbot:before {
    content: "\e3d0";
    }
        .fi-rr-chatbot-speech-bubble:before {
    content: "\e3d1";
    }
        .fi-rr-cheap:before {
    content: "\e3d2";
    }
        .fi-rr-cheap-bill:before {
    content: "\e3d3";
    }
        .fi-rr-cheap-dollar:before {
    content: "\e3d4";
    }
        .fi-rr-cheap-stack:before {
    content: "\e3d5";
    }
        .fi-rr-cheap-stack-dollar:before {
    content: "\e3d6";
    }
        .fi-rr-check:before {
    content: "\e3d7";
    }
        .fi-rr-check-circle:before {
    content: "\e3d8";
    }
        .fi-rr-check-double:before {
    content: "\e3d9";
    }
        .fi-rr-check-in-calendar:before {
    content: "\e3da";
    }
        .fi-rr-check-out-calendar:before {
    content: "\e3db";
    }
        .fi-rr-checkbox:before {
    content: "\e3dc";
    }
        .fi-rr-checklist-task-budget:before {
    content: "\e3dd";
    }
        .fi-rr-cheese:before {
    content: "\e3de";
    }
        .fi-rr-cheese-alt:before {
    content: "\e3df";
    }
        .fi-rr-cheese-cake:before {
    content: "\e3e0";
    }
        .fi-rr-cheeseburger:before {
    content: "\e3e1";
    }
        .fi-rr-cherry:before {
    content: "\e3e2";
    }
        .fi-rr-chess:before {
    content: "\e3e3";
    }
        .fi-rr-chess-bishop:before {
    content: "\e3e4";
    }
        .fi-rr-chess-board:before {
    content: "\e3e5";
    }
        .fi-rr-chess-clock:before {
    content: "\e3e6";
    }
        .fi-rr-chess-clock-alt:before {
    content: "\e3e7";
    }
        .fi-rr-chess-king:before {
    content: "\e3e8";
    }
        .fi-rr-chess-king-alt:before {
    content: "\e3e9";
    }
        .fi-rr-chess-knight:before {
    content: "\e3ea";
    }
        .fi-rr-chess-knight-alt:before {
    content: "\e3eb";
    }
        .fi-rr-chess-pawn-alt:before {
    content: "\e3ed";
    }
        .fi-rr-chess-piece:before {
    content: "\e3ee";
    }
        .fi-rr-chess-queen:before {
    content: "\e3ef";
    }
        .fi-rr-chess-queen-alt:before {
    content: "\e3f0";
    }
        .fi-rr-chess-rook:before {
    content: "\e3f1";
    }
        .fi-rr-chess-rook-alt:before {
    content: "\e3f2";
    }
        .fi-rr-chevron-double-dots-down:before {
    content: "\e3f3";
    }
        .fi-rr-chevron-double-dots-left:before {
    content: "\e3f4";
    }
        .fi-rr-chevron-double-dots-right:before {
    content: "\e3f5";
    }
        .fi-rr-chevron-double-dots-up:before {
    content: "\e3f6";
    }
        .fi-rr-chevron-double-down:before {
    content: "\e3f7";
    }
        .fi-rr-chevron-double-up:before {
    content: "\e3f8";
    }
        .fi-rr-chicken-bucket:before {
    content: "\e3f9";
    }
        .fi-rr-child:before {
    content: "\e3fa";
    }
        .fi-rr-child-head:before {
    content: "\e3fb";
    }
        .fi-rr-chimney:before {
    content: "\e3fc";
    }
        .fi-rr-chimney-smoke:before {
    content: "\e3fd";
    }
        .fi-rr-chinese-temple:before {
    content: "\e3fe";
    }
        .fi-rr-chip:before {
    content: "\e3ff";
    }
        .fi-rr-chip-brain:before {
    content: "\e400";
    }
        .fi-rr-chocolate:before {
    content: "\e401";
    }
        .fi-rr-choir-singing:before {
    content: "\e403";
    }
        .fi-rr-choose:before {
    content: "\e404";
    }
        .fi-rr-choose-alt:before {
    content: "\e405";
    }
        .fi-rr-church:before {
    content: "\e407";
    }
        .fi-rr-cinnamon-roll:before {
    content: "\e408";
    }
        .fi-rr-circle:before {
    content: "\e409";
    }
        .fi-rr-circle-0:before {
    content: "\e40a";
    }
        .fi-rr-circle-1:before {
    content: "\e40b";
    }
        .fi-rr-circle-2:before {
    content: "\e40c";
    }
        .fi-rr-circle-3:before {
    content: "\e40d";
    }
        .fi-rr-circle-4:before {
    content: "\e40e";
    }
        .fi-rr-circle-5:before {
    content: "\e40f";
    }
        .fi-rr-circle-6:before {
    content: "\e410";
    }
        .fi-rr-circle-7:before {
    content: "\e411";
    }
        .fi-rr-circle-8:before {
    content: "\e412";
    }
        .fi-rr-circle-9:before {
    content: "\e413";
    }
        .fi-rr-circle-a:before {
    content: "\e414";
    }
        .fi-rr-circle-b:before {
    content: "\e416";
    }
        .fi-rr-circle-bolt:before {
    content: "\e417";
    }
        .fi-rr-circle-book-open:before {
    content: "\e418";
    }
        .fi-rr-circle-bookmark:before {
    content: "\e419";
    }
        .fi-rr-circle-c:before {
    content: "\e41a";
    }
        .fi-rr-circle-calendar:before {
    content: "\e41b";
    }
        .fi-rr-circle-camera:before {
    content: "\e41c";
    }
        .fi-rr-circle-d:before {
    content: "\e41e";
    }
        .fi-rr-circle-dashed:before {
    content: "\e41f";
    }
        .fi-rr-circle-divide:before {
    content: "\e420";
    }
        .fi-rr-circle-e:before {
    content: "\e422";
    }
        .fi-rr-circle-ellipsis:before {
    content: "\e423";
    }
        .fi-rr-circle-ellipsis-vertical:before {
    content: "\e424";
    }
        .fi-rr-circle-envelope:before {
    content: "\e425";
    }
        .fi-rr-circle-exclamation-check:before {
    content: "\e426";
    }
        .fi-rr-circle-f:before {
    content: "\e427";
    }
        .fi-rr-circle-g:before {
    content: "\e428";
    }
        .fi-rr-circle-h:before {
    content: "\e429";
    }
        .fi-rr-circle-half:before {
    content: "\e42a";
    }
        .fi-rr-circle-half-stroke:before {
    content: "\e42b";
    }
        .fi-rr-circle-heart:before {
    content: "\e42c";
    }
        .fi-rr-circle-i:before {
    content: "\e42d";
    }
        .fi-rr-circle-j:before {
    content: "\e42e";
    }
        .fi-rr-circle-k:before {
    content: "\e42f";
    }
        .fi-rr-circle-l:before {
    content: "\e430";
    }
        .fi-rr-circle-m:before {
    content: "\e431";
    }
        .fi-rr-circle-microphone:before {
    content: "\e432";
    }
        .fi-rr-circle-microphone-lines:before {
    content: "\e433";
    }
        .fi-rr-circle-n:before {
    content: "\e434";
    }
        .fi-rr-circle-nodes:before {
    content: "\e435";
    }
        .fi-rr-circle-o:before {
    content: "\e436";
    }
        .fi-rr-circle-overlap:before {
    content: "\e437";
    }
        .fi-rr-circle-p:before {
    content: "\e438";
    }
        .fi-rr-circle-phone:before {
    content: "\e43a";
    }
        .fi-rr-circle-phone-flip:before {
    content: "\e43b";
    }
        .fi-rr-circle-phone-hangup:before {
    content: "\e43c";
    }
        .fi-rr-circle-q:before {
    content: "\e43e";
    }
        .fi-rr-circle-quarter:before {
    content: "\e43f";
    }
        .fi-rr-circle-quarters-alt:before {
    content: "\e441";
    }
        .fi-rr-circle-r:before {
    content: "\e442";
    }
        .fi-rr-circle-s:before {
    content: "\e443";
    }
        .fi-rr-circle-small:before {
    content: "\e444";
    }
        .fi-rr-circle-star:before {
    content: "\e445";
    }
        .fi-rr-circle-t:before {
    content: "\e447";
    }
        .fi-rr-circle-three-quarters:before {
    content: "\e448";
    }
        .fi-rr-circle-trash:before {
    content: "\e449";
    }
        .fi-rr-circle-u:before {
    content: "\e44a";
    }
        .fi-rr-circle-user:before {
    content: "\e44b";
    }
        .fi-rr-circle-v:before {
    content: "\e44c";
    }
        .fi-rr-circle-video:before {
    content: "\e44d";
    }
        .fi-rr-circle-w:before {
    content: "\e44e";
    }
        .fi-rr-circle-water-plug:before {
    content: "\e44f";
    }
        .fi-rr-circle-waveform-lines:before {
    content: "\e450";
    }
        .fi-rr-circle-wifi-circle-wifi:before {
    content: "\e451";
    }
        .fi-rr-circle-x:before {
    content: "\e452";
    }
        .fi-rr-circle-xmark:before {
    content: "\e453";
    }
        .fi-rr-circle-y:before {
    content: "\e454";
    }
        .fi-rr-circle-z:before {
    content: "\e455";
    }
        .fi-rr-citrus:before {
    content: "\e456";
    }
        .fi-rr-citrus-slice:before {
    content: "\e457";
    }
        .fi-rr-city:before {
    content: "\e458";
    }
        .fi-rr-civil-law:before {
    content: "\e459";
    }
        .fi-rr-clapper-open:before {
    content: "\e45a";
    }
        .fi-rr-clapperboard:before {
    content: "\e45b";
    }
        .fi-rr-clapperboard-play:before {
    content: "\e45c";
    }
        .fi-rr-clarinet:before {
    content: "\e45e";
    }
        .fi-rr-claw-marks:before {
    content: "\e45f";
    }
        .fi-rr-clear-alt:before {
    content: "\e462";
    }
        .fi-rr-clip:before {
    content: "\e463";
    }
        .fi-rr-clip-file:before {
    content: "\e464";
    }
        .fi-rr-clip-mail:before {
    content: "\e465";
    }
        .fi-rr-clipboard:before {
    content: "\e466";
    }
        .fi-rr-clipboard-check:before {
    content: "\e467";
    }
        .fi-rr-clipboard-exclamation:before {
    content: "\e468";
    }
        .fi-rr-clipboard-list:before {
    content: "\e469";
    }
        .fi-rr-clipboard-list-check:before {
    content: "\e46a";
    }
        .fi-rr-clipboard-prescription:before {
    content: "\e46b";
    }
        .fi-rr-clipboard-question:before {
    content: "\e46c";
    }
        .fi-rr-clipboard-user:before {
    content: "\e46d";
    }
        .fi-rr-clipoard-wrong:before {
    content: "\e46e";
    }
        .fi-rr-clock:before {
    content: "\e46f";
    }
        .fi-rr-clock-desk:before {
    content: "\e470";
    }
        .fi-rr-clock-eight-thirty:before {
    content: "\e471";
    }
        .fi-rr-clock-eleven:before {
    content: "\e472";
    }
        .fi-rr-clock-eleven-thirty:before {
    content: "\e473";
    }
        .fi-rr-clock-five:before {
    content: "\e474";
    }
        .fi-rr-clock-five-thirty:before {
    content: "\e475";
    }
        .fi-rr-clock-four-thirty:before {
    content: "\e476";
    }
        .fi-rr-clock-future-past:before {
    content: "\e477";
    }
        .fi-rr-clock-nine:before {
    content: "\e478";
    }
        .fi-rr-clock-nine-thirty:before {
    content: "\e479";
    }
        .fi-rr-clock-one:before {
    content: "\e47a";
    }
        .fi-rr-clock-one-thirty:before {
    content: "\e47b";
    }
        .fi-rr-clock-seven:before {
    content: "\e47c";
    }
        .fi-rr-clock-seven-thirty:before {
    content: "\e47d";
    }
        .fi-rr-clock-six:before {
    content: "\e47e";
    }
        .fi-rr-clock-six-thirty:before {
    content: "\e47f";
    }
        .fi-rr-clock-ten:before {
    content: "\e480";
    }
        .fi-rr-clock-ten-thirty:before {
    content: "\e481";
    }
        .fi-rr-clock-three:before {
    content: "\e482";
    }
        .fi-rr-clock-three-thirty:before {
    content: "\e483";
    }
        .fi-rr-clock-time-tracking:before {
    content: "\e484";
    }
        .fi-rr-clock-twelve:before {
    content: "\e485";
    }
        .fi-rr-clock-twelve-thirty:before {
    content: "\e486";
    }
        .fi-rr-clock-two:before {
    content: "\e487";
    }
        .fi-rr-clock-two-thirty:before {
    content: "\e488";
    }
        .fi-rr-clock-up-arrow:before {
    content: "\e489";
    }
        .fi-rr-clone:before {
    content: "\e48a";
    }
        .fi-rr-closed:before {
    content: "\e48b";
    }
        .fi-rr-closed-captioning-slash:before {
    content: "\e48c";
    }
        .fi-rr-clothes-hanger:before {
    content: "\e48d";
    }
        .fi-rr-clothing-rack:before {
    content: "\e48e";
    }
        .fi-rr-cloud:before {
    content: "\e48f";
    }
        .fi-rr-cloud-back-up:before {
    content: "\e490";
    }
        .fi-rr-cloud-back-up-alt:before {
    content: "\e491";
    }
        .fi-rr-cloud-check:before {
    content: "\e492";
    }
        .fi-rr-cloud-code:before {
    content: "\e493";
    }
        .fi-rr-cloud-disabled:before {
    content: "\e495";
    }
        .fi-rr-cloud-download:before {
    content: "\e496";
    }
        .fi-rr-cloud-download-alt:before {
    content: "\e497";
    }
        .fi-rr-cloud-drizzle:before {
    content: "\e499";
    }
        .fi-rr-cloud-exclamation:before {
    content: "\e49a";
    }
        .fi-rr-cloud-gear-automation:before {
    content: "\e49c";
    }
        .fi-rr-cloud-hail:before {
    content: "\e49d";
    }
        .fi-rr-cloud-hail-mixed:before {
    content: "\e49e";
    }
        .fi-rr-cloud-meatball:before {
    content: "\e4a0";
    }
        .fi-rr-cloud-moon:before {
    content: "\e4a2";
    }
        .fi-rr-cloud-moon-rain:before {
    content: "\e4a3";
    }
        .fi-rr-cloud-question:before {
    content: "\e4a5";
    }
        .fi-rr-cloud-rain:before {
    content: "\e4a6";
    }
        .fi-rr-cloud-rainbow:before {
    content: "\e4a7";
    }
        .fi-rr-cloud-share:before {
    content: "\e4a8";
    }
        .fi-rr-cloud-showers:before {
    content: "\e4a9";
    }
        .fi-rr-cloud-showers-heavy:before {
    content: "\e4aa";
    }
        .fi-rr-cloud-showers-water:before {
    content: "\e4ab";
    }
        .fi-rr-cloud-sleet:before {
    content: "\e4ad";
    }
        .fi-rr-cloud-snow:before {
    content: "\e4ae";
    }
        .fi-rr-cloud-sun:before {
    content: "\e4b0";
    }
        .fi-rr-cloud-sun-rain:before {
    content: "\e4b1";
    }
        .fi-rr-cloud-sun-tear:before {
    content: "\e4b2";
    }
        .fi-rr-cloud-upload:before {
    content: "\e4b3";
    }
        .fi-rr-cloud-upload-alt:before {
    content: "\e4b4";
    }
        .fi-rr-cloud-windy:before {
    content: "\e4b6";
    }
        .fi-rr-clouds:before {
    content: "\e4b9";
    }
        .fi-rr-clouds-moon:before {
    content: "\e4ba";
    }
        .fi-rr-clouds-sun:before {
    content: "\e4bb";
    }
        .fi-rr-clover-alt:before {
    content: "\e4bc";
    }
        .fi-rr-club:before {
    content: "\e4bd";
    }
        .fi-rr-cocktail:before {
    content: "\e4c0";
    }
        .fi-rr-cocktail-alt:before {
    content: "\e4c1";
    }
        .fi-rr-coconut:before {
    content: "\e4c2";
    }
        .fi-rr-code-branch:before {
    content: "\e4c3";
    }
        .fi-rr-code-commit:before {
    content: "\e4c4";
    }
        .fi-rr-code-compare:before {
    content: "\e4c5";
    }
        .fi-rr-code-editing:before {
    content: "\e4c6";
    }
        .fi-rr-code-fork:before {
    content: "\e4c7";
    }
        .fi-rr-code-merge:before {
    content: "\e4c8";
    }
        .fi-rr-code-pull-request:before {
    content: "\e4c9";
    }
        .fi-rr-code-pull-request-closed:before {
    content: "\e4ca";
    }
        .fi-rr-code-pull-request-draft:before {
    content: "\e4cb";
    }
        .fi-rr-code-simple:before {
    content: "\e4cc";
    }
        .fi-rr-code-window:before {
    content: "\e4cd";
    }
        .fi-rr-coffee:before {
    content: "\e4ce";
    }
        .fi-rr-coffee-bean:before {
    content: "\e4cf";
    }
        .fi-rr-coffee-beans:before {
    content: "\e4d0";
    }
        .fi-rr-coffee-heart:before {
    content: "\e4d1";
    }
        .fi-rr-coffee-maker:before {
    content: "\e4d2";
    }
        .fi-rr-coffee-pot:before {
    content: "\e4d3";
    }
        .fi-rr-coffee-time:before {
    content: "\e4d4";
    }
        .fi-rr-coffin:before {
    content: "\e4d5";
    }
        .fi-rr-coffin-cross:before {
    content: "\e4d6";
    }
        .fi-rr-coin:before {
    content: "\e4d7";
    }
        .fi-rr-coin-up-arrow:before {
    content: "\e4d8";
    }
        .fi-rr-coins:before {
    content: "\e4d9";
    }
        .fi-rr-coins-crypto:before {
    content: "\e4da";
    }
        .fi-rr-coins-shield:before {
    content: "\e4db";
    }
        .fi-rr-colon-sign:before {
    content: "\e4dd";
    }
        .fi-rr-columns-3:before {
    content: "\e4de";
    }
        .fi-rr-comb:before {
    content: "\e4df";
    }
        .fi-rr-comb-hair:before {
    content: "\e4e0";
    }
        .fi-rr-comedy-podcast:before {
    content: "\e4e1";
    }
        .fi-rr-comet:before {
    content: "\e4e2";
    }
        .fi-rr-command:before {
    content: "\e4e4";
    }
        .fi-rr-comment:before {
    content: "\e4e5";
    }
        .fi-rr-comment-alt:before {
    content: "\e4e6";
    }
        .fi-rr-comment-alt-check:before {
    content: "\e4e7";
    }
        .fi-rr-comment-alt-dots:before {
    content: "\e4e8";
    }
        .fi-rr-comment-alt-edit:before {
    content: "\e4e9";
    }
        .fi-rr-comment-alt-lock:before {
    content: "\e4ea";
    }
        .fi-rr-comment-alt-medical:before {
    content: "\e4eb";
    }
        .fi-rr-comment-alt-middle:before {
    content: "\e4ec";
    }
        .fi-rr-comment-alt-middle-top:before {
    content: "\e4ed";
    }
        .fi-rr-comment-alt-minus:before {
    content: "\e4ee";
    }
        .fi-rr-comment-alt-music:before {
    content: "\e4ef";
    }
        .fi-rr-comment-arrow-down:before {
    content: "\e4f2";
    }
        .fi-rr-comment-arrow-up:before {
    content: "\e4f3";
    }
        .fi-rr-comment-arrow-up-right:before {
    content: "\e4f4";
    }
        .fi-rr-comment-check:before {
    content: "\e4f5";
    }
        .fi-rr-comment-clock:before {
    content: "\e4f6";
    }
        .fi-rr-comment-code:before {
    content: "\e4f7";
    }
        .fi-rr-comment-dollar:before {
    content: "\e4f8";
    }
        .fi-rr-comment-dots:before {
    content: "\e4f9";
    }
        .fi-rr-comment-exclamation:before {
    content: "\e4fa";
    }
        .fi-rr-comment-heart:before {
    content: "\e4fb";
    }
        .fi-rr-comment-image:before {
    content: "\e4fc";
    }
        .fi-rr-comment-info:before {
    content: "\e4fd";
    }
        .fi-rr-comment-lock:before {
    content: "\e4fe";
    }
        .fi-rr-comment-medical:before {
    content: "\e4ff";
    }
        .fi-rr-comment-minus:before {
    content: "\e500";
    }
        .fi-rr-comment-pen:before {
    content: "\e501";
    }
        .fi-rr-comment-question:before {
    content: "\e503";
    }
        .fi-rr-comment-quote:before {
    content: "\e504";
    }
        .fi-rr-comment-slash:before {
    content: "\e505";
    }
        .fi-rr-comment-smile:before {
    content: "\e506";
    }
        .fi-rr-comment-sms:before {
    content: "\e507";
    }
        .fi-rr-comment-text:before {
    content: "\e508";
    }
        .fi-rr-comment-user:before {
    content: "\e509";
    }
        .fi-rr-comment-xmark:before {
    content: "\e50a";
    }
        .fi-rr-comments:before {
    content: "\e50b";
    }
        .fi-rr-comments-dollar:before {
    content: "\e50c";
    }
        .fi-rr-comments-question:before {
    content: "\e50d";
    }
        .fi-rr-comments-question-check:before {
    content: "\e50e";
    }
        .fi-rr-compass-alt:before {
    content: "\e50f";
    }
        .fi-rr-compass-east:before {
    content: "\e510";
    }
        .fi-rr-compass-north:before {
    content: "\e511";
    }
        .fi-rr-compass-slash:before {
    content: "\e512";
    }
        .fi-rr-compass-south:before {
    content: "\e513";
    }
        .fi-rr-compass-west:before {
    content: "\e514";
    }
        .fi-rr-completed:before {
    content: "\e515";
    }
        .fi-rr-compliance:before {
    content: "\e516";
    }
        .fi-rr-compliance-clipboard:before {
    content: "\e517";
    }
        .fi-rr-compliance-document:before {
    content: "\e518";
    }
        .fi-rr-compress:before {
    content: "\e519";
    }
        .fi-rr-compress-alt:before {
    content: "\e51a";
    }
        .fi-rr-computer:before {
    content: "\e51b";
    }
        .fi-rr-computer-ad:before {
    content: "\e51c";
    }
        .fi-rr-computer-classic:before {
    content: "\e51d";
    }
        .fi-rr-computer-mouse:before {
    content: "\e51e";
    }
        .fi-rr-computer-speaker:before {
    content: "\e51f";
    }
        .fi-rr-concierge-bell:before {
    content: "\e520";
    }
        .fi-rr-concrete-mixer:before {
    content: "\e522";
    }
        .fi-rr-condition:before {
    content: "\e523";
    }
        .fi-rr-condition-alt:before {
    content: "\e524";
    }
        .fi-rr-confetti:before {
    content: "\e525";
    }
        .fi-rr-confidential-discussion:before {
    content: "\e526";
    }
        .fi-rr-confidential-folder:before {
    content: "\e527";
    }
        .fi-rr-confirmed-user:before {
    content: "\e528";
    }
        .fi-rr-console-controller:before {
    content: "\e52a";
    }
        .fi-rr-constellation:before {
    content: "\e52b";
    }
        .fi-rr-construction-helmet:before {
    content: "\e52c";
    }
        .fi-rr-construction-location:before {
    content: "\e52d";
    }
        .fi-rr-consultant:before {
    content: "\e52e";
    }
        .fi-rr-contact-lens-eyes:before {
    content: "\e52f";
    }
        .fi-rr-container-storage:before {
    content: "\e530";
    }
        .fi-rr-contract:before {
    content: "\e531";
    }
        .fi-rr-contrast:before {
    content: "\e532";
    }
        .fi-rr-convert-document:before {
    content: "\e533";
    }
        .fi-rr-convert-shapes:before {
    content: "\e534";
    }
        .fi-rr-conveyor-belt:before {
    content: "\e535";
    }
        .fi-rr-conveyor-belt-alt:before {
    content: "\e536";
    }
        .fi-rr-conveyor-belt-arm:before {
    content: "\e537";
    }
        .fi-rr-conveyor-belt-empty:before {
    content: "\e538";
    }
        .fi-rr-cookie:before {
    content: "\e539";
    }
        .fi-rr-cookie-alt:before {
    content: "\e53a";
    }
        .fi-rr-cookie-lock:before {
    content: "\e53b";
    }
        .fi-rr-copy:before {
    content: "\e53c";
    }
        .fi-rr-copy-alt:before {
    content: "\e53d";
    }
        .fi-rr-copy-image:before {
    content: "\e53e";
    }
        .fi-rr-copyright:before {
    content: "\e53f";
    }
        .fi-rr-coriander:before {
    content: "\e540";
    }
        .fi-rr-corn:before {
    content: "\e541";
    }
        .fi-rr-corporate:before {
    content: "\e543";
    }
        .fi-rr-corporate-alt:before {
    content: "\e544";
    }
        .fi-rr-corruption:before {
    content: "\e545";
    }
        .fi-rr-couch:before {
    content: "\e546";
    }
        .fi-rr-court-order:before {
    content: "\e549";
    }
        .fi-rr-court-sport:before {
    content: "\e54a";
    }
        .fi-rr-cow:before {
    content: "\e54b";
    }
        .fi-rr-cow-alt:before {
    content: "\e54c";
    }
        .fi-rr-cowbell:before {
    content: "\e54d";
    }
        .fi-rr-cowbell-circle-plus:before {
    content: "\e54e";
    }
        .fi-rr-cowbell-more:before {
    content: "\e54f";
    }
        .fi-rr-coworking:before {
    content: "\e550";
    }
        .fi-rr-cpu:before {
    content: "\e551";
    }
        .fi-rr-crab:before {
    content: "\e552";
    }
        .fi-rr-crane:before {
    content: "\e553";
    }
        .fi-rr-crane-building:before {
    content: "\e554";
    }
        .fi-rr-crate-empty:before {
    content: "\e555";
    }
        .fi-rr-cream:before {
    content: "\e556";
    }
        .fi-rr-credit-card:before {
    content: "\e566";
    }
        .fi-rr-credit-card-buyer:before {
    content: "\e567";
    }
        .fi-rr-credit-card-check:before {
    content: "\e568";
    }
        .fi-rr-credit-card-edit:before {
    content: "\e569";
    }
        .fi-rr-credit-card-eye:before {
    content: "\e56a";
    }
        .fi-rr-credit-card-xmark:before {
    content: "\e56b";
    }
        .fi-rr-crepe:before {
    content: "\e56f";
    }
        .fi-rr-cricket:before {
    content: "\e570";
    }
        .fi-rr-CRM:before {
    content: "\e571";
    }
        .fi-rr-crm-alt:before {
    content: "\e572";
    }
        .fi-rr-crm-computer:before {
    content: "\e573";
    }
        .fi-rr-croissant:before {
    content: "\e574";
    }
        .fi-rr-cross:before {
    content: "\e576";
    }
        .fi-rr-cross-circle:before {
    content: "\e577";
    }
        .fi-rr-cross-religion:before {
    content: "\e578";
    }
        .fi-rr-cross-small:before {
    content: "\e579";
    }
        .fi-rr-crossed-hands-reject:before {
    content: "\e57b";
    }
        .fi-rr-crow:before {
    content: "\e57c";
    }
        .fi-rr-crown:before {
    content: "\e57e";
    }
        .fi-rr-crutch:before {
    content: "\e57f";
    }
        .fi-rr-crutches:before {
    content: "\e580";
    }
        .fi-rr-cruzeiro-sign:before {
    content: "\e581";
    }
        .fi-rr-crypto-calendar:before {
    content: "\e582";
    }
        .fi-rr-cryptocurrency:before {
    content: "\e585";
    }
        .fi-rr-crystal-ball:before {
    content: "\e586";
    }
        .fi-rr-cube:before {
    content: "\e589";
    }
        .fi-rr-cubes:before {
    content: "\e58a";
    }
        .fi-rr-cubes-stacked:before {
    content: "\e58b";
    }
        .fi-rr-cucumber:before {
    content: "\e58c";
    }
        .fi-rr-cumin:before {
    content: "\e58d";
    }
        .fi-rr-cup-straw:before {
    content: "\e58e";
    }
        .fi-rr-cup-straw-swoosh:before {
    content: "\e58f";
    }
        .fi-rr-cup-togo:before {
    content: "\e590";
    }
        .fi-rr-cupcake:before {
    content: "\e591";
    }
        .fi-rr-cupcake-alt:before {
    content: "\e592";
    }
        .fi-rr-curling:before {
    content: "\e593";
    }
        .fi-rr-curling-iron:before {
    content: "\e594";
    }
        .fi-rr-currency:before {
    content: "\e595";
    }
        .fi-rr-cursor:before {
    content: "\e596";
    }
        .fi-rr-cursor-finger:before {
    content: "\e597";
    }
        .fi-rr-cursor-finger-click:before {
    content: "\e598";
    }
        .fi-rr-cursor-plus:before {
    content: "\e599";
    }
        .fi-rr-cursor-text:before {
    content: "\e59a";
    }
        .fi-rr-cursor-text-alt:before {
    content: "\e59b";
    }
        .fi-rr-curve:before {
    content: "\e59c";
    }
        .fi-rr-curve-alt:before {
    content: "\e59d";
    }
        .fi-rr-curve-arrow:before {
    content: "\e59e";
    }
        .fi-rr-custard:before {
    content: "\e59f";
    }
        .fi-rr-customer-care:before {
    content: "\e5a0";
    }
        .fi-rr-customer-service:before {
    content: "\e5a1";
    }
        .fi-rr-customization:before {
    content: "\e5a2";
    }
        .fi-rr-customization-cogwheel:before {
    content: "\e5a3";
    }
        .fi-rr-customize:before {
    content: "\e5a4";
    }
        .fi-rr-customize-computer:before {
    content: "\e5a5";
    }
        .fi-rr-customize-edit:before {
    content: "\e5a6";
    }
        .fi-rr-CV:before {
    content: "\e5a8";
    }
        .fi-rr-cvv-card:before {
    content: "\e5a9";
    }
        .fi-rr-cyborg:before {
    content: "\e5aa";
    }
        .fi-rr-cycling:before {
    content: "\e5ab";
    }
        .fi-rr-cystitis:before {
    content: "\e5ac";
    }
        .fi-rr-d:before {
    content: "\e5ad";
    }
        .fi-rr-dagger:before {
    content: "\e5ae";
    }
        .fi-rr-daily-calendar:before {
    content: "\e5af";
    }
        .fi-rr-daisy:before {
    content: "\e5b1";
    }
        .fi-rr-daisy-alt:before {
    content: "\e5b2";
    }
        .fi-rr-damage:before {
    content: "\e5b3";
    }
        .fi-rr-dark-mode:before {
    content: "\e5b5";
    }
        .fi-rr-dark-mode-alt:before {
    content: "\e5b6";
    }
        .fi-rr-dart:before {
    content: "\e5b7";
    }
        .fi-rr-dashboard:before {
    content: "\e5b9";
    }
        .fi-rr-dashboard-monitor:before {
    content: "\e5ba";
    }
        .fi-rr-dashboard-panel:before {
    content: "\e5bb";
    }
        .fi-rr-data-backup:before {
    content: "\e5bd";
    }
        .fi-rr-data-cleaning:before {
    content: "\e5be";
    }
        .fi-rr-data-encryption:before {
    content: "\e5bf";
    }
        .fi-rr-data-migration:before {
    content: "\e5c1";
    }
        .fi-rr-data-mining:before {
    content: "\e5c2";
    }
        .fi-rr-data-model:before {
    content: "\e5c3";
    }
        .fi-rr-data-processing:before {
    content: "\e5c4";
    }
        .fi-rr-data-transfer:before {
    content: "\e5c6";
    }
        .fi-rr-database:before {
    content: "\e5c7";
    }
        .fi-rr-database-cleaning:before {
    content: "\e5c8";
    }
        .fi-rr-database-management:before {
    content: "\e5ca";
    }
        .fi-rr-deadline:before {
    content: "\e5cb";
    }
        .fi-rr-deafness:before {
    content: "\e5cc";
    }
        .fi-rr-debt:before {
    content: "\e5cd";
    }
        .fi-rr-december-calendar:before {
    content: "\e5cf";
    }
        .fi-rr-decision-choice:before {
    content: "\e5d0";
    }
        .fi-rr-decision-tree:before {
    content: "\e5d1";
    }
        .fi-rr-deep-learning:before {
    content: "\e5d2";
    }
        .fi-rr-deer:before {
    content: "\e5d3";
    }
        .fi-rr-deer-rudolph:before {
    content: "\e5d4";
    }
        .fi-rr-degree-credential:before {
    content: "\e5d6";
    }
        .fi-rr-delete:before {
    content: "\e5d7";
    }
        .fi-rr-delete-document:before {
    content: "\e5d8";
    }
        .fi-rr-delete-right:before {
    content: "\e5d9";
    }
        .fi-rr-delete-user:before {
    content: "\e5da";
    }
        .fi-rr-delivery-man:before {
    content: "\e5dc";
    }
        .fi-rr-democrat:before {
    content: "\e5e0";
    }
        .fi-rr-demographic:before {
    content: "\e5e1";
    }
        .fi-rr-department:before {
    content: "\e5e2";
    }
        .fi-rr-department-structure:before {
    content: "\e5e3";
    }
        .fi-rr-deposit:before {
    content: "\e5e4";
    }
        .fi-rr-deposit-alt:before {
    content: "\e5e5";
    }
        .fi-rr-description:before {
    content: "\e5e6";
    }
        .fi-rr-description-alt:before {
    content: "\e5e7";
    }
        .fi-rr-desk:before {
    content: "\e5e8";
    }
        .fi-rr-desktop-arrow-down:before {
    content: "\e5e9";
    }
        .fi-rr-desktop-wallpaper:before {
    content: "\e5ea";
    }
        .fi-rr-detergent:before {
    content: "\e5eb";
    }
        .fi-rr-devices:before {
    content: "\e5ee";
    }
        .fi-rr-dewpoint:before {
    content: "\e5ef";
    }
        .fi-rr-dharmachakra:before {
    content: "\e5f0";
    }
        .fi-rr-diagram-cells:before {
    content: "\e5f1";
    }
        .fi-rr-diagram-lean-canvas:before {
    content: "\e5f2";
    }
        .fi-rr-diagram-nested:before {
    content: "\e5f3";
    }
        .fi-rr-diagram-next:before {
    content: "\e5f4";
    }
        .fi-rr-diagram-predecessor:before {
    content: "\e5f5";
    }
        .fi-rr-diagram-previous:before {
    content: "\e5f6";
    }
        .fi-rr-diagram-project:before {
    content: "\e5f7";
    }
        .fi-rr-diagram-sankey:before {
    content: "\e5f8";
    }
        .fi-rr-diagram-subtask:before {
    content: "\e5f9";
    }
        .fi-rr-diagram-successor:before {
    content: "\e5fa";
    }
        .fi-rr-diagram-venn:before {
    content: "\e5fb";
    }
        .fi-rr-dial:before {
    content: "\e5fc";
    }
        .fi-rr-dial-high:before {
    content: "\e5fd";
    }
        .fi-rr-dial-low:before {
    content: "\e5fe";
    }
        .fi-rr-dial-max:before {
    content: "\e5ff";
    }
        .fi-rr-dial-med:before {
    content: "\e600";
    }
        .fi-rr-dial-med-low:before {
    content: "\e601";
    }
        .fi-rr-dial-min:before {
    content: "\e602";
    }
        .fi-rr-dial-off:before {
    content: "\e603";
    }
        .fi-rr-dialogue-exchange:before {
    content: "\e604";
    }
        .fi-rr-diamond:before {
    content: "\e605";
    }
        .fi-rr-diamond-exclamation:before {
    content: "\e606";
    }
        .fi-rr-diamond-turn-right:before {
    content: "\e607";
    }
        .fi-rr-diary-bookmark-down:before {
    content: "\e608";
    }
        .fi-rr-diary-bookmarks:before {
    content: "\e609";
    }
        .fi-rr-diary-clasp:before {
    content: "\e60a";
    }
        .fi-rr-dice:before {
    content: "\e60b";
    }
        .fi-rr-dice-alt:before {
    content: "\e60c";
    }
        .fi-rr-dice-d10:before {
    content: "\e60d";
    }
        .fi-rr-dice-d12:before {
    content: "\e60e";
    }
        .fi-rr-dice-d20:before {
    content: "\e60f";
    }
        .fi-rr-dice-d4:before {
    content: "\e610";
    }
        .fi-rr-dice-d6:before {
    content: "\e611";
    }
        .fi-rr-dice-d8:before {
    content: "\e612";
    }
        .fi-rr-dice-four:before {
    content: "\e613";
    }
        .fi-rr-dice-one:before {
    content: "\e614";
    }
        .fi-rr-dice-six:before {
    content: "\e615";
    }
        .fi-rr-dice-three:before {
    content: "\e616";
    }
        .fi-rr-dice-two:before {
    content: "\e617";
    }
        .fi-rr-dictionary:before {
    content: "\e618";
    }
        .fi-rr-dictionary-alt:before {
    content: "\e619";
    }
        .fi-rr-dictionary-open:before {
    content: "\e61a";
    }
        .fi-rr-digging:before {
    content: "\e61c";
    }
        .fi-rr-digital-certificate:before {
    content: "\e61e";
    }
        .fi-rr-digital-key:before {
    content: "\e620";
    }
        .fi-rr-digital-payment:before {
    content: "\e626";
    }
        .fi-rr-digital-signature:before {
    content: "\e627";
    }
        .fi-rr-digital-tachograph:before {
    content: "\e628";
    }
        .fi-rr-digital-wallet:before {
    content: "\e629";
    }
        .fi-rr-dinner:before {
    content: "\e62b";
    }
        .fi-rr-diploma:before {
    content: "\e62c";
    }
        .fi-rr-diploma-alt:before {
    content: "\e62d";
    }
        .fi-rr-direction-signal:before {
    content: "\e62e";
    }
        .fi-rr-direction-signal-arrow:before {
    content: "\e62f";
    }
        .fi-rr-disc-drive:before {
    content: "\e630";
    }
        .fi-rr-disco-ball:before {
    content: "\e632";
    }
        .fi-rr-discount:before {
    content: "\e635";
    }
        .fi-rr-discover:before {
    content: "\e636";
    }
        .fi-rr-discussion-group:before {
    content: "\e638";
    }
        .fi-rr-discussion-idea:before {
    content: "\e639";
    }
        .fi-rr-disease:before {
    content: "\e63a";
    }
        .fi-rr-dishwasher:before {
    content: "\e63b";
    }
        .fi-rr-disinfection:before {
    content: "\e63c";
    }
        .fi-rr-disk:before {
    content: "\e63d";
    }
        .fi-rr-display-arrow-down:before {
    content: "\e63f";
    }
        .fi-rr-display-chart-up:before {
    content: "\e641";
    }
        .fi-rr-display-code:before {
    content: "\e642";
    }
        .fi-rr-display-medical:before {
    content: "\e643";
    }
        .fi-rr-display-slash:before {
    content: "\e644";
    }
        .fi-rr-distribute-spacing-horizontal:before {
    content: "\e645";
    }
        .fi-rr-distribute-spacing-vertical:before {
    content: "\e646";
    }
        .fi-rr-divide:before {
    content: "\e648";
    }
        .fi-rr-diving-googles:before {
    content: "\e649";
    }
        .fi-rr-dizzy:before {
    content: "\e64a";
    }
        .fi-rr-dj-disc:before {
    content: "\e64b";
    }
        .fi-rr-dna:before {
    content: "\e64c";
    }
        .fi-rr-do-not-disturb:before {
    content: "\e64d";
    }
        .fi-rr-do-not-disturb-doorknob:before {
    content: "\e64e";
    }
        .fi-rr-do-not-enter:before {
    content: "\e64f";
    }
        .fi-rr-doctor:before {
    content: "\e651";
    }
        .fi-rr-doctor-bag:before {
    content: "\e652";
    }
        .fi-rr-document:before {
    content: "\e654";
    }
        .fi-rr-document-autosave:before {
    content: "\e655";
    }
        .fi-rr-document-circle-arrow-up:before {
    content: "\e656";
    }
        .fi-rr-document-circle-wrong:before {
    content: "\e657";
    }
        .fi-rr-document-fail:before {
    content: "\e658";
    }
        .fi-rr-document-folder-gear:before {
    content: "\e65a";
    }
        .fi-rr-document-gavel:before {
    content: "\e65b";
    }
        .fi-rr-document-gear:before {
    content: "\e65d";
    }
        .fi-rr-document-link:before {
    content: "\e65e";
    }
        .fi-rr-document-nft:before {
    content: "\e65f";
    }
        .fi-rr-document-paid:before {
    content: "\e660";
    }
        .fi-rr-document-signed:before {
    content: "\e661";
    }
        .fi-rr-document-writer:before {
    content: "\e662";
    }
        .fi-rr-dog:before {
    content: "\e664";
    }
        .fi-rr-dog-bowl-empty:before {
    content: "\e665";
    }
        .fi-rr-dog-leashed:before {
    content: "\e666";
    }
        .fi-rr-dollar:before {
    content: "\e667";
    }
        .fi-rr-dolly-flatbed:before {
    content: "\e668";
    }
        .fi-rr-dolly-flatbed-alt:before {
    content: "\e669";
    }
        .fi-rr-dolly-flatbed-empty:before {
    content: "\e66a";
    }
        .fi-rr-dolphin:before {
    content: "\e66b";
    }
        .fi-rr-domino-effect:before {
    content: "\e66c";
    }
        .fi-rr-donate:before {
    content: "\e66d";
    }
        .fi-rr-dong-sign:before {
    content: "\e66e";
    }
        .fi-rr-donut:before {
    content: "\e66f";
    }
        .fi-rr-door-closed:before {
    content: "\e670";
    }
        .fi-rr-door-hanger:before {
    content: "\e671";
    }
        .fi-rr-door-open:before {
    content: "\e672";
    }
        .fi-rr-dorm-room:before {
    content: "\e673";
    }
        .fi-rr-dot-circle:before {
    content: "\e674";
    }
        .fi-rr-dot-pending:before {
    content: "\e675";
    }
        .fi-rr-dots-loading:before {
    content: "\e676";
    }
        .fi-rr-dove:before {
    content: "\e677";
    }
        .fi-rr-down:before {
    content: "\e678";
    }
        .fi-rr-down-from-bracket:before {
    content: "\e679";
    }
        .fi-rr-down-left:before {
    content: "\e67a";
    }
        .fi-rr-down-left-and-up-right-to-center:before {
    content: "\e67b";
    }
        .fi-rr-down-right:before {
    content: "\e67c";
    }
        .fi-rr-down-to-line:before {
    content: "\e67d";
    }
        .fi-rr-download:before {
    content: "\e67e";
    }
        .fi-rr-drafting-compass:before {
    content: "\e680";
    }
        .fi-rr-drafting-compass-paper:before {
    content: "\e681";
    }
        .fi-rr-dragon:before {
    content: "\e682";
    }
        .fi-rr-dragon-fire:before {
    content: "\e683";
    }
        .fi-rr-draw-polygon:before {
    content: "\e684";
    }
        .fi-rr-draw-square:before {
    content: "\e685";
    }
        .fi-rr-drawer:before {
    content: "\e686";
    }
        .fi-rr-drawer-alt:before {
    content: "\e687";
    }
        .fi-rr-drawer-empty:before {
    content: "\e688";
    }
        .fi-rr-dreidel:before {
    content: "\e689";
    }
        .fi-rr-dress:before {
    content: "\e68a";
    }
        .fi-rr-driller:before {
    content: "\e68c";
    }
        .fi-rr-drink-alt:before {
    content: "\e68e";
    }
        .fi-rr-driver-man:before {
    content: "\e68f";
    }
        .fi-rr-driver-woman:before {
    content: "\e690";
    }
        .fi-rr-drone:before {
    content: "\e691";
    }
        .fi-rr-drone-alt:before {
    content: "\e692";
    }
        .fi-rr-drone-front:before {
    content: "\e693";
    }
        .fi-rr-drop-down:before {
    content: "\e694";
    }
        .fi-rr-dropdown:before {
    content: "\e696";
    }
        .fi-rr-dropdown-bar:before {
    content: "\e697";
    }
        .fi-rr-dropdown-select:before {
    content: "\e698";
    }
        .fi-rr-drugs-addiction:before {
    content: "\e69a";
    }
        .fi-rr-drum:before {
    content: "\e69b";
    }
        .fi-rr-drum-steelpan:before {
    content: "\e69c";
    }
        .fi-rr-drumstick:before {
    content: "\e69d";
    }
        .fi-rr-drumstick-bite:before {
    content: "\e69e";
    }
        .fi-rr-dryer:before {
    content: "\e6a0";
    }
        .fi-rr-dryer-alt:before {
    content: "\e6a1";
    }
        .fi-rr-duck:before {
    content: "\e6a3";
    }
        .fi-rr-dumbbell-alt:before {
    content: "\e6a4";
    }
        .fi-rr-dumbbell-fitness:before {
    content: "\e6a5";
    }
        .fi-rr-dumbbell-heart:before {
    content: "\e6a6";
    }
        .fi-rr-dumbbell-horizontal:before {
    content: "\e6a7";
    }
        .fi-rr-dumbbell-ray:before {
    content: "\e6a8";
    }
        .fi-rr-dumbbell-weightlifting:before {
    content: "\e6a9";
    }
        .fi-rr-dumpster:before {
    content: "\e6aa";
    }
        .fi-rr-dumpster-fire:before {
    content: "\e6ab";
    }
        .fi-rr-dungeon:before {
    content: "\e6ac";
    }
        .fi-rr-duplicate:before {
    content: "\e6ad";
    }
        .fi-rr-duration:before {
    content: "\e6ae";
    }
        .fi-rr-duration-alt:before {
    content: "\e6af";
    }
        .fi-rr-e:before {
    content: "\e6b0";
    }
        .fi-rr-e-learning:before {
    content: "\e6b1";
    }
        .fi-rr-eagle:before {
    content: "\e6b2";
    }
        .fi-rr-eagle-flying:before {
    content: "\e6b3";
    }
        .fi-rr-ear:before {
    content: "\e6b4";
    }
        .fi-rr-ear-deaf:before {
    content: "\e6b5";
    }
        .fi-rr-ear-muffs:before {
    content: "\e6b6";
    }
        .fi-rr-ear-sound:before {
    content: "\e6b7";
    }
        .fi-rr-earbuds:before {
    content: "\e6b8";
    }
        .fi-rr-earnings:before {
    content: "\e6b9";
    }
        .fi-rr-earth-africa:before {
    content: "\e6ba";
    }
        .fi-rr-earth-americas:before {
    content: "\e6bb";
    }
        .fi-rr-earth-asia:before {
    content: "\e6bc";
    }
        .fi-rr-earth-europa:before {
    content: "\e6bd";
    }
        .fi-rr-ebook:before {
    content: "\e6bf";
    }
        .fi-rr-eclipse:before {
    content: "\e6c0";
    }
        .fi-rr-eclipse-alt:before {
    content: "\e6c1";
    }
        .fi-rr-eco-battery:before {
    content: "\e6c2";
    }
        .fi-rr-eco-electric:before {
    content: "\e6c3";
    }
        .fi-rr-edamame:before {
    content: "\e6c4";
    }
        .fi-rr-edit:before {
    content: "\e6c5";
    }
        .fi-rr-edit-alt:before {
    content: "\e6c6";
    }
        .fi-rr-edit-message:before {
    content: "\e6c7";
    }
        .fi-rr-education-podcast:before {
    content: "\e6c8";
    }
        .fi-rr-effect:before {
    content: "\e6c9";
    }
        .fi-rr-egg:before {
    content: "\e6ca";
    }
        .fi-rr-egg-fried:before {
    content: "\e6cb";
    }
        .fi-rr-eiffel-tower:before {
    content: "\e6cc";
    }
        .fi-rr-eject:before {
    content: "\e6cd";
    }
        .fi-rr-electric-bike:before {
    content: "\e6ce";
    }
        .fi-rr-electric-bus:before {
    content: "\e6cf";
    }
        .fi-rr-electric-car:before {
    content: "\e6d0";
    }
        .fi-rr-electric-scooter:before {
    content: "\e6d1";
    }
        .fi-rr-elephant:before {
    content: "\e6d3";
    }
        .fi-rr-elevator:before {
    content: "\e6d4";
    }
        .fi-rr-email-feedback:before {
    content: "\e6d6";
    }
        .fi-rr-email-heart:before {
    content: "\e6d7";
    }
        .fi-rr-email-pending:before {
    content: "\e6d8";
    }
        .fi-rr-email-refresh:before {
    content: "\e6d9";
    }
        .fi-rr-email-star:before {
    content: "\e6da";
    }
        .fi-rr-emergency-call:before {
    content: "\e6db";
    }
        .fi-rr-emergency-stop:before {
    content: "\e6dc";
    }
        .fi-rr-employee-alt:before {
    content: "\e6dd";
    }
        .fi-rr-employee-handbook:before {
    content: "\e6de";
    }
        .fi-rr-employee-man:before {
    content: "\e6df";
    }
        .fi-rr-employee-man-alt:before {
    content: "\e6e0";
    }
        .fi-rr-employee-performance:before {
    content: "\e6e2";
    }
        .fi-rr-employees:before {
    content: "\e6e4";
    }
        .fi-rr-employees-woman-man:before {
    content: "\e6e5";
    }
        .fi-rr-empty-set:before {
    content: "\e6e6";
    }
        .fi-rr-endless-loop:before {
    content: "\e6e7";
    }
        .fi-rr-energy-drink:before {
    content: "\e6e8";
    }
        .fi-rr-engine:before {
    content: "\e6ea";
    }
        .fi-rr-engine-algorithm:before {
    content: "\e6eb";
    }
        .fi-rr-engine-warning:before {
    content: "\e6ec";
    }
        .fi-rr-english:before {
    content: "\e6ed";
    }
        .fi-rr-enter:before {
    content: "\e6ee";
    }
        .fi-rr-entrance:before {
    content: "\e6f0";
    }
        .fi-rr-envelope:before {
    content: "\e6f1";
    }
        .fi-rr-envelope-ban:before {
    content: "\e6f2";
    }
        .fi-rr-envelope-bulk:before {
    content: "\e6f3";
    }
        .fi-rr-envelope-dot:before {
    content: "\e6f4";
    }
        .fi-rr-envelope-download:before {
    content: "\e6f5";
    }
        .fi-rr-envelope-heart:before {
    content: "\e6f6";
    }
        .fi-rr-envelope-marker:before {
    content: "\e6f7";
    }
        .fi-rr-envelope-open:before {
    content: "\e6f8";
    }
        .fi-rr-envelope-open-dollar:before {
    content: "\e6f9";
    }
        .fi-rr-envelope-open-text:before {
    content: "\e6fa";
    }
        .fi-rr-envelope-plus:before {
    content: "\e6fb";
    }
        .fi-rr-envelopes:before {
    content: "\e6fc";
    }
        .fi-rr-equality:before {
    content: "\e6fe";
    }
        .fi-rr-equals:before {
    content: "\e6ff";
    }
        .fi-rr-equestrian-statue:before {
    content: "\e700";
    }
        .fi-rr-eraser:before {
    content: "\e702";
    }
        .fi-rr-error-bug:before {
    content: "\e703";
    }
        .fi-rr-error-camera:before {
    content: "\e704";
    }
        .fi-rr-escalator:before {
    content: "\e705";
    }
        .fi-rr-ethernet:before {
    content: "\e707";
    }
        .fi-rr-euro:before {
    content: "\e709";
    }
        .fi-rr-europe-flag:before {
    content: "\e70a";
    }
        .fi-rr-europe-map:before {
    content: "\e70b";
    }
        .fi-rr-european-union:before {
    content: "\e70c";
    }
        .fi-rr-evidence:before {
    content: "\e70e";
    }
        .fi-rr-exam-b:before {
    content: "\e70f";
    }
        .fi-rr-exam-d:before {
    content: "\e710";
    }
        .fi-rr-exam-f:before {
    content: "\e711";
    }
        .fi-rr-exam-xmark:before {
    content: "\e712";
    }
        .fi-rr-excavator:before {
    content: "\e713";
    }
        .fi-rr-exchange:before {
    content: "\e714";
    }
        .fi-rr-exchange-alt:before {
    content: "\e715";
    }
        .fi-rr-exchange-cryptocurrency:before {
    content: "\e716";
    }
        .fi-rr-exclamation:before {
    content: "\e717";
    }
        .fi-rr-exit:before {
    content: "\e71a";
    }
        .fi-rr-exit-alt:before {
    content: "\e71b";
    }
        .fi-rr-expand:before {
    content: "\e71c";
    }
        .fi-rr-expand-arrows:before {
    content: "\e71d";
    }
        .fi-rr-expand-arrows-alt:before {
    content: "\e71e";
    }
        .fi-rr-expense:before {
    content: "\e71f";
    }
        .fi-rr-expense-bill:before {
    content: "\e720";
    }
        .fi-rr-explosion:before {
    content: "\e722";
    }
        .fi-rr-external-hard-drive:before {
    content: "\e723";
    }
        .fi-rr-external-world:before {
    content: "\e724";
    }
        .fi-rr-eye:before {
    content: "\e725";
    }
        .fi-rr-eye-alert:before {
    content: "\e726";
    }
        .fi-rr-eye-arrow-progress:before {
    content: "\e727";
    }
        .fi-rr-eye-crossed:before {
    content: "\e728";
    }
        .fi-rr-eye-drop:before {
    content: "\e729";
    }
        .fi-rr-eye-dropper:before {
    content: "\e72a";
    }
        .fi-rr-eye-dropper-half:before {
    content: "\e72b";
    }
        .fi-rr-eye-lashes:before {
    content: "\e72d";
    }
        .fi-rr-eye-recognition:before {
    content: "\e72e";
    }
        .fi-rr-eye-scanner:before {
    content: "\e72f";
    }
        .fi-rr-eyelashes:before {
    content: "\e730";
    }
        .fi-rr-eyeliner:before {
    content: "\e731";
    }
        .fi-rr-eyes:before {
    content: "\e732";
    }
        .fi-rr-eyeshadow:before {
    content: "\e733";
    }
        .fi-rr-f:before {
    content: "\e734";
    }
        .fi-rr-fabric:before {
    content: "\e735";
    }
        .fi-rr-face-angry-horns:before {
    content: "\e736";
    }
        .fi-rr-face-anguished:before {
    content: "\e737";
    }
        .fi-rr-face-anxious-sweat:before {
    content: "\e738";
    }
        .fi-rr-face-astonished:before {
    content: "\e739";
    }
        .fi-rr-face-awesome:before {
    content: "\e73a";
    }
        .fi-rr-face-beam-hand-over-mouth:before {
    content: "\e73b";
    }
        .fi-rr-face-confounded:before {
    content: "\e73c";
    }
        .fi-rr-face-confused:before {
    content: "\e73d";
    }
        .fi-rr-face-cowboy-hat:before {
    content: "\e73e";
    }
        .fi-rr-face-disappointed:before {
    content: "\e73f";
    }
        .fi-rr-face-disguise:before {
    content: "\e740";
    }
        .fi-rr-face-downcast-sweat:before {
    content: "\e741";
    }
        .fi-rr-face-drooling:before {
    content: "\e742";
    }
        .fi-rr-face-explode:before {
    content: "\e743";
    }
        .fi-rr-face-expressionless:before {
    content: "\e744";
    }
        .fi-rr-face-eyes-xmarks:before {
    content: "\e745";
    }
        .fi-rr-face-fearful:before {
    content: "\e746";
    }
        .fi-rr-face-glasses:before {
    content: "\e747";
    }
        .fi-rr-face-grin-tongue-wink:before {
    content: "\e748";
    }
        .fi-rr-face-hand-yawn:before {
    content: "\e749";
    }
        .fi-rr-face-head-bandage:before {
    content: "\e74a";
    }
        .fi-rr-face-hushed:before {
    content: "\e74b";
    }
        .fi-rr-face-icicles:before {
    content: "\e74c";
    }
        .fi-rr-face-lying:before {
    content: "\e74d";
    }
        .fi-rr-face-mask:before {
    content: "\e74e";
    }
        .fi-rr-face-monocle:before {
    content: "\e74f";
    }
        .fi-rr-face-nauseated:before {
    content: "\e750";
    }
        .fi-rr-face-nose-steam:before {
    content: "\e751";
    }
        .fi-rr-face-party:before {
    content: "\e752";
    }
        .fi-rr-face-pensive:before {
    content: "\e753";
    }
        .fi-rr-face-persevering:before {
    content: "\e754";
    }
        .fi-rr-face-pleading:before {
    content: "\e755";
    }
        .fi-rr-face-raised-eyebrow:before {
    content: "\e756";
    }
        .fi-rr-face-relieved:before {
    content: "\e757";
    }
        .fi-rr-face-sad-sweat:before {
    content: "\e758";
    }
        .fi-rr-face-scream:before {
    content: "\e759";
    }
        .fi-rr-face-shush:before {
    content: "\e75a";
    }
        .fi-rr-face-sleeping:before {
    content: "\e75b";
    }
        .fi-rr-face-sleepy:before {
    content: "\e75c";
    }
        .fi-rr-face-smile-halo:before {
    content: "\e75d";
    }
        .fi-rr-face-smile-hearts:before {
    content: "\e75e";
    }
        .fi-rr-face-smile-horns:before {
    content: "\e75f";
    }
        .fi-rr-face-smile-tear:before {
    content: "\e760";
    }
        .fi-rr-face-smile-tongue:before {
    content: "\e761";
    }
        .fi-rr-face-smile-upside-down:before {
    content: "\e762";
    }
        .fi-rr-face-smiling-hands:before {
    content: "\e763";
    }
        .fi-rr-face-smirking:before {
    content: "\e764";
    }
        .fi-rr-face-sunglasses:before {
    content: "\e765";
    }
        .fi-rr-face-sunglasses-alt:before {
    content: "\e766";
    }
        .fi-rr-face-swear:before {
    content: "\e767";
    }
        .fi-rr-face-thermometer:before {
    content: "\e768";
    }
        .fi-rr-face-thinking:before {
    content: "\e769";
    }
        .fi-rr-face-tissue:before {
    content: "\e76a";
    }
        .fi-rr-face-tongue-money:before {
    content: "\e76b";
    }
        .fi-rr-face-tongue-sweat:before {
    content: "\e76c";
    }
        .fi-rr-face-unamused:before {
    content: "\e76d";
    }
        .fi-rr-face-viewfinder:before {
    content: "\e76e";
    }
        .fi-rr-face-vomit:before {
    content: "\e76f";
    }
        .fi-rr-face-weary:before {
    content: "\e770";
    }
        .fi-rr-face-woozy:before {
    content: "\e771";
    }
        .fi-rr-face-worried:before {
    content: "\e772";
    }
        .fi-rr-face-zany:before {
    content: "\e773";
    }
        .fi-rr-face-zipper:before {
    content: "\e774";
    }
        .fi-rr-facial-mask:before {
    content: "\e777";
    }
        .fi-rr-facial-massage:before {
    content: "\e778";
    }
        .fi-rr-facial-treatment:before {
    content: "\e779";
    }
        .fi-rr-fail:before {
    content: "\e77a";
    }
        .fi-rr-falafel:before {
    content: "\e77b";
    }
        .fi-rr-family:before {
    content: "\e77c";
    }
        .fi-rr-family-dress:before {
    content: "\e77d";
    }
        .fi-rr-family-law:before {
    content: "\e77e";
    }
        .fi-rr-family-pants:before {
    content: "\e77f";
    }
        .fi-rr-fan:before {
    content: "\e780";
    }
        .fi-rr-fan-table:before {
    content: "\e781";
    }
        .fi-rr-farfalle:before {
    content: "\e782";
    }
        .fi-rr-farm:before {
    content: "\e783";
    }
        .fi-rr-faucet:before {
    content: "\e784";
    }
        .fi-rr-faucet-drip:before {
    content: "\e785";
    }
        .fi-rr-fax:before {
    content: "\e786";
    }
        .fi-rr-fbx-file:before {
    content: "\e787";
    }
        .fi-rr-feather:before {
    content: "\e788";
    }
        .fi-rr-feather-pointed:before {
    content: "\e789";
    }
        .fi-rr-features:before {
    content: "\e78a";
    }
        .fi-rr-features-alt:before {
    content: "\e78b";
    }
        .fi-rr-february-calendar:before {
    content: "\e78c";
    }
        .fi-rr-fee:before {
    content: "\e78e";
    }
        .fi-rr-fee-receipt:before {
    content: "\e790";
    }
        .fi-rr-feedback:before {
    content: "\e791";
    }
        .fi-rr-feedback-alt:before {
    content: "\e792";
    }
        .fi-rr-feedback-cycle-loop:before {
    content: "\e793";
    }
        .fi-rr-feedback-hand:before {
    content: "\e794";
    }
        .fi-rr-feedback-review:before {
    content: "\e795";
    }
        .fi-rr-fence:before {
    content: "\e798";
    }
        .fi-rr-ferris-wheel:before {
    content: "\e799";
    }
        .fi-rr-fighter-jet:before {
    content: "\e79b";
    }
        .fi-rr-file:before {
    content: "\e79d";
    }
        .fi-rr-file-ai:before {
    content: "\e79e";
    }
        .fi-rr-file-audio:before {
    content: "\e79f";
    }
        .fi-rr-file-backup:before {
    content: "\e7a0";
    }
        .fi-rr-file-binary:before {
    content: "\e7a1";
    }
        .fi-rr-file-chart-line:before {
    content: "\e7a2";
    }
        .fi-rr-file-chart-pie:before {
    content: "\e7a3";
    }
        .fi-rr-file-circle-info:before {
    content: "\e7a4";
    }
        .fi-rr-file-cloud:before {
    content: "\e7a5";
    }
        .fi-rr-file-code:before {
    content: "\e7a6";
    }
        .fi-rr-file-conversion:before {
    content: "\e7a7";
    }
        .fi-rr-file-css:before {
    content: "\e7a8";
    }
        .fi-rr-file-csv:before {
    content: "\e7a9";
    }
        .fi-rr-file-download:before {
    content: "\e7ab";
    }
        .fi-rr-file-edit:before {
    content: "\e7ac";
    }
        .fi-rr-file-eps:before {
    content: "\e7ad";
    }
        .fi-rr-file-excel:before {
    content: "\e7ae";
    }
        .fi-rr-file-exclamation:before {
    content: "\e7af";
    }
        .fi-rr-file-export:before {
    content: "\e7b0";
    }
        .fi-rr-file-image:before {
    content: "\e7b2";
    }
        .fi-rr-file-import:before {
    content: "\e7b3";
    }
        .fi-rr-file-invoice:before {
    content: "\e7b4";
    }
        .fi-rr-file-invoice-dollar:before {
    content: "\e7b5";
    }
        .fi-rr-file-loop:before {
    content: "\e7b7";
    }
        .fi-rr-file-medical:before {
    content: "\e7b9";
    }
        .fi-rr-file-medical-alt:before {
    content: "\e7ba";
    }
        .fi-rr-file-minus:before {
    content: "\e7bb";
    }
        .fi-rr-file-pdf:before {
    content: "\e7bc";
    }
        .fi-rr-file-powerpoint:before {
    content: "\e7bf";
    }
        .fi-rr-file-prescription:before {
    content: "\e7c0";
    }
        .fi-rr-file-psd:before {
    content: "\e7c1";
    }
        .fi-rr-file-question:before {
    content: "\e7c2";
    }
        .fi-rr-file-recycle:before {
    content: "\e7c3";
    }
        .fi-rr-file-signature:before {
    content: "\e7c4";
    }
        .fi-rr-file-spreadsheet:before {
    content: "\e7c6";
    }
        .fi-rr-file-upload:before {
    content: "\e7c7";
    }
        .fi-rr-file-user:before {
    content: "\e7c8";
    }
        .fi-rr-file-video:before {
    content: "\e7c9";
    }
        .fi-rr-file-word:before {
    content: "\e7ca";
    }
        .fi-rr-file-xls:before {
    content: "\e7cb";
    }
        .fi-rr-file-zip-alt:before {
    content: "\e7cd";
    }
        .fi-rr-file-zip-save:before {
    content: "\e7ce";
    }
        .fi-rr-file-zipper:before {
    content: "\e7cf";
    }
        .fi-rr-files-medical:before {
    content: "\e7d1";
    }
        .fi-rr-fill:before {
    content: "\e7d2";
    }
        .fi-rr-film:before {
    content: "\e7d3";
    }
        .fi-rr-film-canister:before {
    content: "\e7d4";
    }
        .fi-rr-film-slash:before {
    content: "\e7d5";
    }
        .fi-rr-films:before {
    content: "\e7d6";
    }
        .fi-rr-filter:before {
    content: "\e7d7";
    }
        .fi-rr-filter-check:before {
    content: "\e7d8";
    }
        .fi-rr-filter-list:before {
    content: "\e7d9";
    }
        .fi-rr-filter-slash:before {
    content: "\e7da";
    }
        .fi-rr-filters:before {
    content: "\e7db";
    }
        .fi-rr-financial-health:before {
    content: "\e7de";
    }
        .fi-rr-finger-droplet:before {
    content: "\e7e0";
    }
        .fi-rr-finger-nail:before {
    content: "\e7e1";
    }
        .fi-rr-fingerprint:before {
    content: "\e7e2";
    }
        .fi-rr-fingerprint-identification:before {
    content: "\e7e3";
    }
        .fi-rr-fingerprint-magnifying-glass:before {
    content: "\e7e4";
    }
        .fi-rr-fingerprint-remove:before {
    content: "\e7e5";
    }
        .fi-rr-fingerprint-security-risk:before {
    content: "\e7e6";
    }
        .fi-rr-fingerprint-verified:before {
    content: "\e7e7";
    }
        .fi-rr-finish-flag:before {
    content: "\e7e8";
    }
        .fi-rr-finish-line:before {
    content: "\e7e9";
    }
        .fi-rr-fire-alarm:before {
    content: "\e7eb";
    }
        .fi-rr-fire-burner:before {
    content: "\e7ed";
    }
        .fi-rr-fire-exit:before {
    content: "\e7f0";
    }
        .fi-rr-fire-extinguisher:before {
    content: "\e7f1";
    }
        .fi-rr-fire-flame-curved:before {
    content: "\e7f2";
    }
        .fi-rr-fire-flame-simple:before {
    content: "\e7f3";
    }
        .fi-rr-fire-hydrant:before {
    content: "\e7f5";
    }
        .fi-rr-fire-shield:before {
    content: "\e7f6";
    }
        .fi-rr-fire-smoke:before {
    content: "\e7f7";
    }
        .fi-rr-fireplace:before {
    content: "\e7fb";
    }
        .fi-rr-first:before {
    content: "\e7fe";
    }
        .fi-rr-first-aid-kit:before {
    content: "\e7ff";
    }
        .fi-rr-first-award:before {
    content: "\e800";
    }
        .fi-rr-first-laurel:before {
    content: "\e801";
    }
        .fi-rr-first-medal:before {
    content: "\e802";
    }
        .fi-rr-fish:before {
    content: "\e803";
    }
        .fi-rr-fish-bones:before {
    content: "\e804";
    }
        .fi-rr-fish-cooked:before {
    content: "\e805";
    }
        .fi-rr-fish-hook:before {
    content: "\e806";
    }
        .fi-rr-fishing-rod:before {
    content: "\e807";
    }
        .fi-rr-fist-move:before {
    content: "\e808";
    }
        .fi-rr-fitness-time:before {
    content: "\e809";
    }
        .fi-rr-fitness-watch:before {
    content: "\e80a";
    }
        .fi-rr-flag:before {
    content: "\e80b";
    }
        .fi-rr-flag-alt:before {
    content: "\e80c";
    }
        .fi-rr-flag-checkered:before {
    content: "\e80d";
    }
        .fi-rr-flag-usa:before {
    content: "\e80e";
    }
        .fi-rr-flame:before {
    content: "\e80f";
    }
        .fi-rr-flashlight:before {
    content: "\e811";
    }
        .fi-rr-flask:before {
    content: "\e812";
    }
        .fi-rr-flask-gear:before {
    content: "\e813";
    }
        .fi-rr-flask-poison:before {
    content: "\e814";
    }
        .fi-rr-flask-potion:before {
    content: "\e815";
    }
        .fi-rr-flatbread:before {
    content: "\e816";
    }
        .fi-rr-flatbread-stuffed:before {
    content: "\e817";
    }
        .fi-rr-flip-horizontal:before {
    content: "\e81c";
    }
        .fi-rr-flooding:before {
    content: "\e81e";
    }
        .fi-rr-floor:before {
    content: "\e81f";
    }
        .fi-rr-floor-alt:before {
    content: "\e820";
    }
        .fi-rr-floor-layer:before {
    content: "\e821";
    }
        .fi-rr-floppy-disk-circle-arrow-right:before {
    content: "\e822";
    }
        .fi-rr-floppy-disk-circle-xmark:before {
    content: "\e823";
    }
        .fi-rr-floppy-disk-pen:before {
    content: "\e824";
    }
        .fi-rr-floppy-disks:before {
    content: "\e825";
    }
        .fi-rr-florin-sign:before {
    content: "\e826";
    }
        .fi-rr-flowchart:before {
    content: "\e827";
    }
        .fi-rr-flower:before {
    content: "\e828";
    }
        .fi-rr-flower-bouquet:before {
    content: "\e829";
    }
        .fi-rr-flower-butterfly:before {
    content: "\e82a";
    }
        .fi-rr-flower-daffodil:before {
    content: "\e82b";
    }
        .fi-rr-flower-tulip:before {
    content: "\e82c";
    }
        .fi-rr-flushed:before {
    content: "\e82d";
    }
        .fi-rr-flute:before {
    content: "\e82f";
    }
        .fi-rr-flux-capacitor:before {
    content: "\e830";
    }
        .fi-rr-fly-insect:before {
    content: "\e831";
    }
        .fi-rr-flying-disc:before {
    content: "\e832";
    }
        .fi-rr-flying-kite:before {
    content: "\e833";
    }
        .fi-rr-fm-radio:before {
    content: "\e834";
    }
        .fi-rr-foam-hand:before {
    content: "\e835";
    }
        .fi-rr-fog:before {
    content: "\e836";
    }
        .fi-rr-folder:before {
    content: "\e837";
    }
        .fi-rr-folder-archive:before {
    content: "\e838";
    }
        .fi-rr-folder-camera:before {
    content: "\e83a";
    }
        .fi-rr-folder-check:before {
    content: "\e83b";
    }
        .fi-rr-folder-directory:before {
    content: "\e83c";
    }
        .fi-rr-folder-download:before {
    content: "\e83d";
    }
        .fi-rr-folder-fire:before {
    content: "\e83e";
    }
        .fi-rr-folder-gear:before {
    content: "\e83f";
    }
        .fi-rr-folder-heart:before {
    content: "\e841";
    }
        .fi-rr-folder-link:before {
    content: "\e843";
    }
        .fi-rr-folder-loop:before {
    content: "\e844";
    }
        .fi-rr-folder-math:before {
    content: "\e846";
    }
        .fi-rr-folder-minus:before {
    content: "\e848";
    }
        .fi-rr-folder-music:before {
    content: "\e849";
    }
        .fi-rr-folder-open:before {
    content: "\e84a";
    }
        .fi-rr-folder-plus-circle:before {
    content: "\e84b";
    }
        .fi-rr-folder-times:before {
    content: "\e84c";
    }
        .fi-rr-folder-tree:before {
    content: "\e84d";
    }
        .fi-rr-folder-upload:before {
    content: "\e84e";
    }
        .fi-rr-folder-xmark:before {
    content: "\e850";
    }
        .fi-rr-folder-xmark-circle:before {
    content: "\e851";
    }
        .fi-rr-folders:before {
    content: "\e852";
    }
        .fi-rr-follow:before {
    content: "\e853";
    }
        .fi-rr-follow-folder:before {
    content: "\e854";
    }
        .fi-rr-followcollection:before {
    content: "\e855";
    }
        .fi-rr-followers:before {
    content: "\e856";
    }
        .fi-rr-following:before {
    content: "\e857";
    }
        .fi-rr-fondue-pot:before {
    content: "\e858";
    }
        .fi-rr-football:before {
    content: "\e85d";
    }
        .fi-rr-football-player:before {
    content: "\e85e";
    }
        .fi-rr-football-ticket:before {
    content: "\e85f";
    }
        .fi-rr-footprint:before {
    content: "\e860";
    }
        .fi-rr-foreign-language-audio:before {
    content: "\e861";
    }
        .fi-rr-forest:before {
    content: "\e862";
    }
        .fi-rr-forest-alt:before {
    content: "\e863";
    }
        .fi-rr-fork:before {
    content: "\e864";
    }
        .fi-rr-fork-spaghetti:before {
    content: "\e865";
    }
        .fi-rr-forklift:before {
    content: "\e866";
    }
        .fi-rr-form:before {
    content: "\e867";
    }
        .fi-rr-fort:before {
    content: "\e868";
    }
        .fi-rr-forward:before {
    content: "\e869";
    }
        .fi-rr-forward-fast:before {
    content: "\e86a";
    }
        .fi-rr-fox:before {
    content: "\e86d";
    }
        .fi-rr-frame:before {
    content: "\e86e";
    }
        .fi-rr-franc-sign:before {
    content: "\e86f";
    }
        .fi-rr-france:before {
    content: "\e870";
    }
        .fi-rr-france-country-code:before {
    content: "\e871";
    }
        .fi-rr-free:before {
    content: "\e874";
    }
        .fi-rr-free-delivery:before {
    content: "\e875";
    }
        .fi-rr-freemium:before {
    content: "\e876";
    }
        .fi-rr-french:before {
    content: "\e879";
    }
        .fi-rr-french-fries:before {
    content: "\e87a";
    }
        .fi-rr-friday:before {
    content: "\e87c";
    }
        .fi-rr-frog:before {
    content: "\e87d";
    }
        .fi-rr-frown:before {
    content: "\e87e";
    }
        .fi-rr-ftp:before {
    content: "\e87f";
    }
        .fi-rr-fuel-gauge:before {
    content: "\e880";
    }
        .fi-rr-full-screen:before {
    content: "\e881";
    }
        .fi-rr-function:before {
    content: "\e882";
    }
        .fi-rr-function-process:before {
    content: "\e884";
    }
        .fi-rr-function-square:before {
    content: "\e885";
    }
        .fi-rr-funnel-dollar:before {
    content: "\e886";
    }
        .fi-rr-fusilli:before {
    content: "\e888";
    }
        .fi-rr-g:before {
    content: "\e889";
    }
        .fi-rr-galaxy:before {
    content: "\e88a";
    }
        .fi-rr-galaxy-alt:before {
    content: "\e88b";
    }
        .fi-rr-galaxy-planet:before {
    content: "\e88c";
    }
        .fi-rr-galaxy-star:before {
    content: "\e88d";
    }
        .fi-rr-gallery:before {
    content: "\e88e";
    }
        .fi-rr-gallery-thumbnails:before {
    content: "\e88f";
    }
        .fi-rr-game-board-alt:before {
    content: "\e891";
    }
        .fi-rr-game-console-crank-handheld:before {
    content: "\e893";
    }
        .fi-rr-game-rules:before {
    content: "\e896";
    }
        .fi-rr-gamepad:before {
    content: "\e898";
    }
        .fi-rr-gamer:before {
    content: "\e899";
    }
        .fi-rr-garage:before {
    content: "\e89c";
    }
        .fi-rr-garage-car:before {
    content: "\e89d";
    }
        .fi-rr-garage-open:before {
    content: "\e89e";
    }
        .fi-rr-garlic:before {
    content: "\e89f";
    }
        .fi-rr-garlic-alt:before {
    content: "\e8a0";
    }
        .fi-rr-gas-mask:before {
    content: "\e8a1";
    }
        .fi-rr-gas-pump:before {
    content: "\e8a2";
    }
        .fi-rr-gas-pump-alt:before {
    content: "\e8a3";
    }
        .fi-rr-gas-pump-slash:before {
    content: "\e8a4";
    }
        .fi-rr-gas-station:before {
    content: "\e8a5";
    }
        .fi-rr-gastric-reflux:before {
    content: "\e8a6";
    }
        .fi-rr-gauge-circle-bolt:before {
    content: "\e8a7";
    }
        .fi-rr-gauge-circle-minus:before {
    content: "\e8a8";
    }
        .fi-rr-gauge-circle-plus:before {
    content: "\e8a9";
    }
        .fi-rr-gauze-bandage:before {
    content: "\e8aa";
    }
        .fi-rr-gavel:before {
    content: "\e8ab";
    }
        .fi-rr-gay-couple:before {
    content: "\e8ac";
    }
        .fi-rr-gears:before {
    content: "\e8af";
    }
        .fi-rr-gem:before {
    content: "\e8b0";
    }
        .fi-rr-general:before {
    content: "\e8b1";
    }
        .fi-rr-german:before {
    content: "\e8b2";
    }
        .fi-rr-germany:before {
    content: "\e8b3";
    }
        .fi-rr-germany-country-code:before {
    content: "\e8b4";
    }
        .fi-rr-ghost:before {
    content: "\e8b5";
    }
        .fi-rr-gif:before {
    content: "\e8b6";
    }
        .fi-rr-gif-square:before {
    content: "\e8b8";
    }
        .fi-rr-gift:before {
    content: "\e8b9";
    }
        .fi-rr-gift-box-benefits:before {
    content: "\e8ba";
    }
        .fi-rr-gift-card:before {
    content: "\e8bb";
    }
        .fi-rr-gifts:before {
    content: "\e8bc";
    }
        .fi-rr-ginger:before {
    content: "\e8bd";
    }
        .fi-rr-gingerbread-man:before {
    content: "\e8be";
    }
        .fi-rr-glass:before {
    content: "\e8c1";
    }
        .fi-rr-glass-champagne:before {
    content: "\e8c2";
    }
        .fi-rr-glass-cheers:before {
    content: "\e8c3";
    }
        .fi-rr-glass-citrus:before {
    content: "\e8c4";
    }
        .fi-rr-glass-empty:before {
    content: "\e8c5";
    }
        .fi-rr-glass-half:before {
    content: "\e8c6";
    }
        .fi-rr-glass-water-droplet:before {
    content: "\e8c7";
    }
        .fi-rr-glass-whiskey:before {
    content: "\e8c8";
    }
        .fi-rr-glass-whiskey-rocks:before {
    content: "\e8c9";
    }
        .fi-rr-glasses:before {
    content: "\e8ca";
    }
        .fi-rr-globe:before {
    content: "\e8cc";
    }
        .fi-rr-globe-alt:before {
    content: "\e8cd";
    }
        .fi-rr-globe-pointer:before {
    content: "\e8ce";
    }
        .fi-rr-globe-shield:before {
    content: "\e8cf";
    }
        .fi-rr-globe-snow:before {
    content: "\e8d0";
    }
        .fi-rr-globe-user:before {
    content: "\e8d1";
    }
        .fi-rr-gltf-file:before {
    content: "\e8d2";
    }
        .fi-rr-glucose:before {
    content: "\e8d3";
    }
        .fi-rr-goal-net:before {
    content: "\e8d6";
    }
        .fi-rr-goalkeeper:before {
    content: "\e8d7";
    }
        .fi-rr-goals:before {
    content: "\e8d8";
    }
        .fi-rr-golf:before {
    content: "\e8d9";
    }
        .fi-rr-golf-bag:before {
    content: "\e8da";
    }
        .fi-rr-golf-ball:before {
    content: "\e8db";
    }
        .fi-rr-golf-ball-grass:before {
    content: "\e8dc";
    }
        .fi-rr-golf-hole:before {
    content: "\e8de";
    }
        .fi-rr-golfer:before {
    content: "\e8df";
    }
        .fi-rr-gopuram:before {
    content: "\e8e3";
    }
        .fi-rr-gourmet:before {
    content: "\e8e4";
    }
        .fi-rr-government-budget:before {
    content: "\e8e5";
    }
        .fi-rr-government-flag:before {
    content: "\e8e6";
    }
        .fi-rr-government-user:before {
    content: "\e8e7";
    }
        .fi-rr-gps-navigation:before {
    content: "\e8e8";
    }
        .fi-rr-graduation-cap:before {
    content: "\e8e9";
    }
        .fi-rr-graduation-diploma:before {
    content: "\e8ea";
    }
        .fi-rr-gramophone:before {
    content: "\e8eb";
    }
        .fi-rr-grape:before {
    content: "\e8ec";
    }
        .fi-rr-graph-curve:before {
    content: "\e8ed";
    }
        .fi-rr-graphic-style:before {
    content: "\e8ee";
    }
        .fi-rr-graphic-tablet:before {
    content: "\e8ef";
    }
        .fi-rr-grass:before {
    content: "\e8f0";
    }
        .fi-rr-grate:before {
    content: "\e8f1";
    }
        .fi-rr-grate-droplet:before {
    content: "\e8f2";
    }
        .fi-rr-greater-than:before {
    content: "\e8f3";
    }
        .fi-rr-greater-than-equal:before {
    content: "\e8f4";
    }
        .fi-rr-greek-helmet:before {
    content: "\e8f5";
    }
        .fi-rr-grid:before {
    content: "\e8f6";
    }
        .fi-rr-grid-alt:before {
    content: "\e8f7";
    }
        .fi-rr-grid-dividers:before {
    content: "\e8f8";
    }
        .fi-rr-grid-lock:before {
    content: "\e8f9";
    }
        .fi-rr-grief:before {
    content: "\e8fa";
    }
        .fi-rr-grill:before {
    content: "\e8fb";
    }
        .fi-rr-grill-fire:before {
    content: "\e8fc";
    }
        .fi-rr-grill-hot-alt:before {
    content: "\e8fd";
    }
        .fi-rr-grimace:before {
    content: "\e8fe";
    }
        .fi-rr-grin:before {
    content: "\e8ff";
    }
        .fi-rr-grin-alt:before {
    content: "\e900";
    }
        .fi-rr-grin-beam:before {
    content: "\e901";
    }
        .fi-rr-grin-beam-sweat:before {
    content: "\e902";
    }
        .fi-rr-grin-hearts:before {
    content: "\e903";
    }
        .fi-rr-grin-squint:before {
    content: "\e904";
    }
        .fi-rr-grin-squint-tears:before {
    content: "\e905";
    }
        .fi-rr-grin-stars:before {
    content: "\e906";
    }
        .fi-rr-grin-tears:before {
    content: "\e907";
    }
        .fi-rr-grin-tongue:before {
    content: "\e908";
    }
        .fi-rr-grin-tongue-squint:before {
    content: "\e909";
    }
        .fi-rr-grin-tongue-wink:before {
    content: "\e90a";
    }
        .fi-rr-grin-wink:before {
    content: "\e90b";
    }
        .fi-rr-grip-dots:before {
    content: "\e90c";
    }
        .fi-rr-grip-dots-vertical:before {
    content: "\e90d";
    }
        .fi-rr-grip-horizontal:before {
    content: "\e90e";
    }
        .fi-rr-grip-lines:before {
    content: "\e90f";
    }
        .fi-rr-grip-lines-vertical:before {
    content: "\e910";
    }
        .fi-rr-grip-vertical:before {
    content: "\e911";
    }
        .fi-rr-grocery-bag:before {
    content: "\e912";
    }
        .fi-rr-grocery-basket:before {
    content: "\e913";
    }
        .fi-rr-group-arrows-rotate:before {
    content: "\e914";
    }
        .fi-rr-group-call:before {
    content: "\e915";
    }
        .fi-rr-group-community-social-media:before {
    content: "\e916";
    }
        .fi-rr-growth-chart-invest:before {
    content: "\e918";
    }
        .fi-rr-guarani-sign:before {
    content: "\e91a";
    }
        .fi-rr-guide:before {
    content: "\e91b";
    }
        .fi-rr-guide-alt:before {
    content: "\e91c";
    }
        .fi-rr-guitar:before {
    content: "\e91e";
    }
        .fi-rr-guitar-electric:before {
    content: "\e91f";
    }
        .fi-rr-guitars:before {
    content: "\e920";
    }
        .fi-rr-gun:before {
    content: "\e921";
    }
        .fi-rr-gun-shooting:before {
    content: "\e922";
    }
        .fi-rr-gun-squirt:before {
    content: "\e923";
    }
        .fi-rr-gym:before {
    content: "\e924";
    }
        .fi-rr-gym-bag:before {
    content: "\e925";
    }
        .fi-rr-gynecology:before {
    content: "\e926";
    }
        .fi-rr-h:before {
    content: "\e927";
    }
        .fi-rr-h-square:before {
    content: "\e928";
    }
        .fi-rr-h1:before {
    content: "\e929";
    }
        .fi-rr-h2:before {
    content: "\e92a";
    }
        .fi-rr-h3:before {
    content: "\e92b";
    }
        .fi-rr-h4:before {
    content: "\e92c";
    }
        .fi-rr-hacker:before {
    content: "\e92d";
    }
        .fi-rr-hair-clipper:before {
    content: "\e92e";
    }
        .fi-rr-hair-conditioner:before {
    content: "\e92f";
    }
        .fi-rr-hairbrush:before {
    content: "\e930";
    }
        .fi-rr-haircut:before {
    content: "\e931";
    }
        .fi-rr-hairdryer:before {
    content: "\e932";
    }
        .fi-rr-half-loading:before {
    content: "\e933";
    }
        .fi-rr-hamburger:before {
    content: "\e934";
    }
        .fi-rr-hamburger-soda:before {
    content: "\e935";
    }
        .fi-rr-hammer:before {
    content: "\e936";
    }
        .fi-rr-hammer-brush:before {
    content: "\e937";
    }
        .fi-rr-hammer-crash:before {
    content: "\e938";
    }
        .fi-rr-hammer-war:before {
    content: "\e939";
    }
        .fi-rr-hamsa:before {
    content: "\e93a";
    }
        .fi-rr-hand:before {
    content: "\e93b";
    }
        .fi-rr-hand-back-fist:before {
    content: "\e93c";
    }
        .fi-rr-hand-back-point-down:before {
    content: "\e93d";
    }
        .fi-rr-hand-back-point-left:before {
    content: "\e93e";
    }
        .fi-rr-hand-back-point-ribbon:before {
    content: "\e93f";
    }
        .fi-rr-hand-back-point-right:before {
    content: "\e940";
    }
        .fi-rr-hand-bandage-wound:before {
    content: "\e941";
    }
        .fi-rr-hand-bill:before {
    content: "\e942";
    }
        .fi-rr-hand-cleaning:before {
    content: "\e943";
    }
        .fi-rr-hand-dots:before {
    content: "\e944";
    }
        .fi-rr-hand-dryer:before {
    content: "\e945";
    }
        .fi-rr-hand-fingers-crossed:before {
    content: "\e946";
    }
        .fi-rr-hand-fist:before {
    content: "\e947";
    }
        .fi-rr-hand-heart:before {
    content: "\e948";
    }
        .fi-rr-hand-holding-box:before {
    content: "\e949";
    }
        .fi-rr-hand-holding-document:before {
    content: "\e94a";
    }
        .fi-rr-hand-holding-droplet:before {
    content: "\e94b";
    }
        .fi-rr-hand-holding-heart:before {
    content: "\e94c";
    }
        .fi-rr-hand-holding-magic:before {
    content: "\e94d";
    }
        .fi-rr-hand-holding-medical:before {
    content: "\e94e";
    }
        .fi-rr-hand-holding-seeding:before {
    content: "\e94f";
    }
        .fi-rr-hand-holding-skull:before {
    content: "\e951";
    }
        .fi-rr-hand-holding-usd:before {
    content: "\e952";
    }
        .fi-rr-hand-holding-water:before {
    content: "\e953";
    }
        .fi-rr-hand-horns:before {
    content: "\e954";
    }
        .fi-rr-hand-horns-bolt:before {
    content: "\e955";
    }
        .fi-rr-hand-key:before {
    content: "\e956";
    }
        .fi-rr-hand-lizard:before {
    content: "\e957";
    }
        .fi-rr-hand-love:before {
    content: "\e958";
    }
        .fi-rr-hand-middle-finger:before {
    content: "\e959";
    }
        .fi-rr-hand-paper:before {
    content: "\e95a";
    }
        .fi-rr-hand-peace:before {
    content: "\e95b";
    }
        .fi-rr-hand-point-ribbon:before {
    content: "\e95c";
    }
        .fi-rr-hand-present:before {
    content: "\e95d";
    }
        .fi-rr-hand-scissors:before {
    content: "\e95e";
    }
        .fi-rr-hand-sparkles:before {
    content: "\e95f";
    }
        .fi-rr-hand-spock:before {
    content: "\e960";
    }
        .fi-rr-hand-wave:before {
    content: "\e961";
    }
        .fi-rr-hand-zoom-in:before {
    content: "\e962";
    }
        .fi-rr-handcuffed-hands:before {
    content: "\e963";
    }
        .fi-rr-handcuffs:before {
    content: "\e964";
    }
        .fi-rr-handmade:before {
    content: "\e965";
    }
        .fi-rr-hands-brain:before {
    content: "\e966";
    }
        .fi-rr-hands-bubbles:before {
    content: "\e967";
    }
        .fi-rr-hands-clapping:before {
    content: "\e968";
    }
        .fi-rr-hands-heart:before {
    content: "\e969";
    }
        .fi-rr-hands-holding:before {
    content: "\e96a";
    }
        .fi-rr-hands-holding-child:before {
    content: "\e96b";
    }
        .fi-rr-hands-holding-diamond:before {
    content: "\e96c";
    }
        .fi-rr-hands-together:before {
    content: "\e96d";
    }
        .fi-rr-hands-together-heart:before {
    content: "\e96e";
    }
        .fi-rr-hands-typing-keyboard:before {
    content: "\e96f";
    }
        .fi-rr-hands-usd:before {
    content: "\e971";
    }
        .fi-rr-handshake:before {
    content: "\e972";
    }
        .fi-rr-handshake-angle:before {
    content: "\e973";
    }
        .fi-rr-handshake-deal-loan:before {
    content: "\e974";
    }
        .fi-rr-handshake-house:before {
    content: "\e975";
    }
        .fi-rr-handshake-simple-slash:before {
    content: "\e976";
    }
        .fi-rr-handshake-trust:before {
    content: "\e977";
    }
        .fi-rr-handstand:before {
    content: "\e978";
    }
        .fi-rr-hanukiah:before {
    content: "\e979";
    }
        .fi-rr-hard-disk-scan:before {
    content: "\e97b";
    }
        .fi-rr-hard-drive:before {
    content: "\e97c";
    }
        .fi-rr-hard-hat:before {
    content: "\e97d";
    }
        .fi-rr-harp:before {
    content: "\e97e";
    }
        .fi-rr-hashtag-lock:before {
    content: "\e981";
    }
        .fi-rr-hastag:before {
    content: "\e983";
    }
        .fi-rr-hat-beach:before {
    content: "\e984";
    }
        .fi-rr-hat-birthday:before {
    content: "\e985";
    }
        .fi-rr-hat-chef:before {
    content: "\e986";
    }
        .fi-rr-hat-cowboy:before {
    content: "\e987";
    }
        .fi-rr-hat-cowboy-side:before {
    content: "\e988";
    }
        .fi-rr-hat-santa:before {
    content: "\e989";
    }
        .fi-rr-hat-winter:before {
    content: "\e98a";
    }
        .fi-rr-hat-witch:before {
    content: "\e98b";
    }
        .fi-rr-hat-wizard:before {
    content: "\e98c";
    }
        .fi-rr-haute-cuisine:before {
    content: "\e98d";
    }
        .fi-rr-hdd:before {
    content: "\e98f";
    }
        .fi-rr-head-side:before {
    content: "\e990";
    }
        .fi-rr-head-side-brain:before {
    content: "\e991";
    }
        .fi-rr-head-side-cough:before {
    content: "\e992";
    }
        .fi-rr-head-side-cough-slash:before {
    content: "\e993";
    }
        .fi-rr-head-side-headphones:before {
    content: "\e994";
    }
        .fi-rr-head-side-heart:before {
    content: "\e995";
    }
        .fi-rr-head-side-mask:before {
    content: "\e996";
    }
        .fi-rr-head-side-medical:before {
    content: "\e997";
    }
        .fi-rr-head-side-thinking:before {
    content: "\e998";
    }
        .fi-rr-head-side-virus:before {
    content: "\e999";
    }
        .fi-rr-head-vr:before {
    content: "\e99a";
    }
        .fi-rr-headache:before {
    content: "\e99b";
    }
        .fi-rr-heading:before {
    content: "\e99c";
    }
        .fi-rr-headphones:before {
    content: "\e99d";
    }
        .fi-rr-headphones-rhythm:before {
    content: "\e99e";
    }
        .fi-rr-headset:before {
    content: "\e99f";
    }
        .fi-rr-heart:before {
    content: "\e9a1";
    }
        .fi-rr-heart-arrow:before {
    content: "\e9a2";
    }
        .fi-rr-heart-brain:before {
    content: "\e9a3";
    }
        .fi-rr-heart-circle-user:before {
    content: "\e9a4";
    }
        .fi-rr-heart-crack:before {
    content: "\e9a5";
    }
        .fi-rr-heart-half:before {
    content: "\e9a6";
    }
        .fi-rr-heart-half-stroke:before {
    content: "\e9a7";
    }
        .fi-rr-heart-health-muscle:before {
    content: "\e9a8";
    }
        .fi-rr-heart-lock:before {
    content: "\e9a9";
    }
        .fi-rr-heart-partner-handshake:before {
    content: "\e9aa";
    }
        .fi-rr-heart-rate:before {
    content: "\e9ab";
    }
        .fi-rr-heart-slash:before {
    content: "\e9ac";
    }
        .fi-rr-heart-upside-down:before {
    content: "\e9ad";
    }
        .fi-rr-heat:before {
    content: "\e9ae";
    }
        .fi-rr-helicopter-side:before {
    content: "\e9af";
    }
        .fi-rr-helmet-battle:before {
    content: "\e9b0";
    }
        .fi-rr-hermit-crab:before {
    content: "\e9b1";
    }
        .fi-rr-hexagon:before {
    content: "\e9b2";
    }
        .fi-rr-hexagon-check:before {
    content: "\e9b3";
    }
        .fi-rr-hexagon-divide:before {
    content: "\e9b4";
    }
        .fi-rr-hexagon-exclamation:before {
    content: "\e9b5";
    }
        .fi-rr-high-definition:before {
    content: "\e9b7";
    }
        .fi-rr-high-five:before {
    content: "\e9b8";
    }
        .fi-rr-high-five-celebration-yes:before {
    content: "\e9b9";
    }
        .fi-rr-highlighter:before {
    content: "\e9bb";
    }
        .fi-rr-highlighter-line:before {
    content: "\e9bc";
    }
        .fi-rr-hiking:before {
    content: "\e9bd";
    }
        .fi-rr-hiking-boot:before {
    content: "\e9be";
    }
        .fi-rr-hill-avalanche:before {
    content: "\e9bf";
    }
        .fi-rr-hill-rockslide:before {
    content: "\e9c0";
    }
        .fi-rr-hippie:before {
    content: "\e9c2";
    }
        .fi-rr-hippo:before {
    content: "\e9c3";
    }
        .fi-rr-hockey-puck:before {
    content: "\e9c5";
    }
        .fi-rr-hockey-stick-puck:before {
    content: "\e9c6";
    }
        .fi-rr-hockey-sticks:before {
    content: "\e9c7";
    }
        .fi-rr-holding-hand-brain:before {
    content: "\e9c8";
    }
        .fi-rr-holding-hand-delivery:before {
    content: "\e9c9";
    }
        .fi-rr-holding-hand-dinner:before {
    content: "\e9ca";
    }
        .fi-rr-holding-hand-direction:before {
    content: "\e9cb";
    }
        .fi-rr-holding-hand-gear:before {
    content: "\e9cc";
    }
        .fi-rr-holding-hand-key:before {
    content: "\e9cd";
    }
        .fi-rr-holding-hand-nft:before {
    content: "\e9ce";
    }
        .fi-rr-holding-hand-pizza-box:before {
    content: "\e9cf";
    }
        .fi-rr-holding-hand-revenue:before {
    content: "\e9d0";
    }
        .fi-rr-holly-berry:before {
    content: "\e9d1";
    }
        .fi-rr-home:before {
    content: "\e9d2";
    }
        .fi-rr-home-control-app:before {
    content: "\e9d4";
    }
        .fi-rr-home-heart:before {
    content: "\e9d5";
    }
        .fi-rr-home-location:before {
    content: "\e9d6";
    }
        .fi-rr-home-location-alt:before {
    content: "\e9d7";
    }
        .fi-rr-home-robot:before {
    content: "\e9d8";
    }
        .fi-rr-home-settings:before {
    content: "\e9d9";
    }
        .fi-rr-home-wifi-phone:before {
    content: "\e9da";
    }
        .fi-rr-homework:before {
    content: "\e9dc";
    }
        .fi-rr-honey-pot:before {
    content: "\e9dd";
    }
        .fi-rr-hood-cloak:before {
    content: "\e9de";
    }
        .fi-rr-hook:before {
    content: "\e9df";
    }
        .fi-rr-horizontal-rule:before {
    content: "\e9e0";
    }
        .fi-rr-horse:before {
    content: "\e9e1";
    }
        .fi-rr-horse-head:before {
    content: "\e9e2";
    }
        .fi-rr-horse-saddle:before {
    content: "\e9e3";
    }
        .fi-rr-horseshoe:before {
    content: "\e9e4";
    }
        .fi-rr-horseshoe-broken:before {
    content: "\e9e5";
    }
        .fi-rr-hose:before {
    content: "\e9e6";
    }
        .fi-rr-hose-reel:before {
    content: "\e9e7";
    }
        .fi-rr-hospital:before {
    content: "\e9e8";
    }
        .fi-rr-hospital-bed:before {
    content: "\e9e9";
    }
        .fi-rr-hospital-symbol:before {
    content: "\e9ea";
    }
        .fi-rr-hospital-user:before {
    content: "\e9eb";
    }
        .fi-rr-hospitals:before {
    content: "\e9ec";
    }
        .fi-rr-hot-tub:before {
    content: "\e9ed";
    }
        .fi-rr-hotdog:before {
    content: "\e9ee";
    }
        .fi-rr-hotel:before {
    content: "\e9ef";
    }
        .fi-rr-hotel-room-key:before {
    content: "\e9f0";
    }
        .fi-rr-hourglass:before {
    content: "\e9f2";
    }
        .fi-rr-hourglass-end:before {
    content: "\e9f3";
    }
        .fi-rr-hourglass-start:before {
    content: "\e9f4";
    }
        .fi-rr-house-blank:before {
    content: "\e9f5";
    }
        .fi-rr-house-building:before {
    content: "\e9f6";
    }
        .fi-rr-house-chimney:before {
    content: "\e9f7";
    }
        .fi-rr-house-chimney-blank:before {
    content: "\e9f8";
    }
        .fi-rr-house-chimney-crack:before {
    content: "\e9f9";
    }
        .fi-rr-house-chimney-heart:before {
    content: "\e9fa";
    }
        .fi-rr-house-chimney-medical:before {
    content: "\e9fb";
    }
        .fi-rr-house-chimney-user:before {
    content: "\e9fc";
    }
        .fi-rr-house-chimney-window:before {
    content: "\e9fd";
    }
        .fi-rr-house-circle-check:before {
    content: "\e9fe";
    }
        .fi-rr-house-circle-exclamation:before {
    content: "\e9ff";
    }
        .fi-rr-house-circle-xmark:before {
    content: "\ea00";
    }
        .fi-rr-house-crack:before {
    content: "\ea01";
    }
        .fi-rr-house-crack-alt:before {
    content: "\ea02";
    }
        .fi-rr-house-day:before {
    content: "\ea03";
    }
        .fi-rr-house-fire:before {
    content: "\ea04";
    }
        .fi-rr-house-flag:before {
    content: "\ea05";
    }
        .fi-rr-house-flood:before {
    content: "\ea06";
    }
        .fi-rr-house-hand:before {
    content: "\ea07";
    }
        .fi-rr-house-hands:before {
    content: "\ea08";
    }
        .fi-rr-house-key:before {
    content: "\ea09";
    }
        .fi-rr-house-laptop:before {
    content: "\ea0a";
    }
        .fi-rr-house-leave:before {
    content: "\ea0b";
    }
        .fi-rr-house-lock:before {
    content: "\ea0c";
    }
        .fi-rr-house-medical:before {
    content: "\ea0d";
    }
        .fi-rr-house-night:before {
    content: "\ea0e";
    }
        .fi-rr-house-return:before {
    content: "\ea0f";
    }
        .fi-rr-house-signal:before {
    content: "\ea10";
    }
        .fi-rr-house-tree:before {
    content: "\ea11";
    }
        .fi-rr-house-tsunami:before {
    content: "\ea12";
    }
        .fi-rr-house-turret:before {
    content: "\ea13";
    }
        .fi-rr-house-unlock:before {
    content: "\ea14";
    }
        .fi-rr-house-user:before {
    content: "\ea15";
    }
        .fi-rr-house-window:before {
    content: "\ea16";
    }
        .fi-rr-hr:before {
    content: "\ea17";
    }
        .fi-rr-hr-group:before {
    content: "\ea18";
    }
        .fi-rr-hr-management:before {
    content: "\ea19";
    }
        .fi-rr-hr-person:before {
    content: "\ea1a";
    }
        .fi-rr-hryvnia:before {
    content: "\ea1b";
    }
        .fi-rr-html-file:before {
    content: "\ea1c";
    }
        .fi-rr-hug-tree:before {
    content: "\ea20";
    }
        .fi-rr-humanitarian-mission:before {
    content: "\ea21";
    }
        .fi-rr-humidity:before {
    content: "\ea22";
    }
        .fi-rr-hundred-points:before {
    content: "\ea23";
    }
        .fi-rr-hurricane:before {
    content: "\ea24";
    }
        .fi-rr-hydroalcoholic-gel:before {
    content: "\ea25";
    }
        .fi-rr-hyperloop:before {
    content: "\ea26";
    }
        .fi-rr-i:before {
    content: "\ea28";
    }
        .fi-rr-ice-cream:before {
    content: "\ea2a";
    }
        .fi-rr-ice-skate:before {
    content: "\ea2b";
    }
        .fi-rr-icicles:before {
    content: "\ea2c";
    }
        .fi-rr-icon-star:before {
    content: "\ea2d";
    }
        .fi-rr-id-badge:before {
    content: "\ea2f";
    }
        .fi-rr-id-card:before {
    content: "\ea30";
    }
        .fi-rr-id-card-clip-alt:before {
    content: "\ea31";
    }
        .fi-rr-idea-exchange:before {
    content: "\ea32";
    }
        .fi-rr-igloo:before {
    content: "\ea34";
    }
        .fi-rr-image-slash:before {
    content: "\ea37";
    }
        .fi-rr-images:before {
    content: "\ea38";
    }
        .fi-rr-images-user:before {
    content: "\ea39";
    }
        .fi-rr-immunity:before {
    content: "\ea3b";
    }
        .fi-rr-improve-user:before {
    content: "\ea3c";
    }
        .fi-rr-improvement:before {
    content: "\ea3d";
    }
        .fi-rr-inbox:before {
    content: "\ea3e";
    }
        .fi-rr-inbox-full:before {
    content: "\ea3f";
    }
        .fi-rr-inbox-in:before {
    content: "\ea40";
    }
        .fi-rr-inbox-out:before {
    content: "\ea41";
    }
        .fi-rr-inboxes:before {
    content: "\ea42";
    }
        .fi-rr-incense-sticks-yoga:before {
    content: "\ea43";
    }
        .fi-rr-incognito:before {
    content: "\ea44";
    }
        .fi-rr-indent:before {
    content: "\ea46";
    }
        .fi-rr-india-map:before {
    content: "\ea48";
    }
        .fi-rr-indian-rupee-sign:before {
    content: "\ea49";
    }
        .fi-rr-industrial-pollution:before {
    content: "\ea4a";
    }
        .fi-rr-industry-alt:before {
    content: "\ea4b";
    }
        .fi-rr-industry-windows:before {
    content: "\ea4c";
    }
        .fi-rr-infinite-cycle:before {
    content: "\ea4d";
    }
        .fi-rr-infinity:before {
    content: "\ea4e";
    }
        .fi-rr-info:before {
    content: "\ea4f";
    }
        .fi-rr-info-guide:before {
    content: "\ea50";
    }
        .fi-rr-information:before {
    content: "\ea51";
    }
        .fi-rr-inhaler:before {
    content: "\ea52";
    }
        .fi-rr-input-numeric:before {
    content: "\ea54";
    }
        .fi-rr-input-pipe:before {
    content: "\ea55";
    }
        .fi-rr-input-text:before {
    content: "\ea56";
    }
        .fi-rr-insert:before {
    content: "\ea57";
    }
        .fi-rr-insert-alt:before {
    content: "\ea58";
    }
        .fi-rr-insert-arrows:before {
    content: "\ea59";
    }
        .fi-rr-insert-button-circle:before {
    content: "\ea5a";
    }
        .fi-rr-insert-credit-card:before {
    content: "\ea5b";
    }
        .fi-rr-insert-square:before {
    content: "\ea5c";
    }
        .fi-rr-insight:before {
    content: "\ea5d";
    }
        .fi-rr-insight-alt:before {
    content: "\ea5e";
    }
        .fi-rr-insight-head:before {
    content: "\ea5f";
    }
        .fi-rr-insomnia:before {
    content: "\ea60";
    }
        .fi-rr-insurance:before {
    content: "\ea64";
    }
        .fi-rr-integral:before {
    content: "\ea66";
    }
        .fi-rr-interactive:before {
    content: "\ea6a";
    }
        .fi-rr-interlining:before {
    content: "\ea6b";
    }
        .fi-rr-internet-security:before {
    content: "\ea6c";
    }
        .fi-rr-internet-speed-wifi:before {
    content: "\ea6d";
    }
        .fi-rr-interpersonal-skill:before {
    content: "\ea6e";
    }
        .fi-rr-interrogation:before {
    content: "\ea6f";
    }
        .fi-rr-intersection:before {
    content: "\ea70";
    }
        .fi-rr-introduction:before {
    content: "\ea71";
    }
        .fi-rr-introduction-handshake:before {
    content: "\ea72";
    }
        .fi-rr-inventory-alt:before {
    content: "\ea73";
    }
        .fi-rr-invest:before {
    content: "\ea74";
    }
        .fi-rr-investment:before {
    content: "\ea75";
    }
        .fi-rr-investor:before {
    content: "\ea76";
    }
        .fi-rr-invite:before {
    content: "\ea78";
    }
        .fi-rr-invite-alt:before {
    content: "\ea79";
    }
        .fi-rr-iot:before {
    content: "\ea7a";
    }
        .fi-rr-iot-alt:before {
    content: "\ea7b";
    }
        .fi-rr-ip-address:before {
    content: "\ea7c";
    }
        .fi-rr-iron:before {
    content: "\ea7d";
    }
        .fi-rr-island-tropical:before {
    content: "\ea7e";
    }
        .fi-rr-iso-file:before {
    content: "\ea7f";
    }
        .fi-rr-issue-loupe:before {
    content: "\ea80";
    }
        .fi-rr-it:before {
    content: "\ea81";
    }
        .fi-rr-it-alt:before {
    content: "\ea82";
    }
        .fi-rr-it-computer:before {
    content: "\ea83";
    }
        .fi-rr-italian:before {
    content: "\ea84";
    }
        .fi-rr-italian-coffee-maker:before {
    content: "\ea85";
    }
        .fi-rr-italian-lira-sign:before {
    content: "\ea86";
    }
        .fi-rr-italic:before {
    content: "\ea87";
    }
        .fi-rr-j:before {
    content: "\ea89";
    }
        .fi-rr-jam:before {
    content: "\ea8b";
    }
        .fi-rr-january-calendar:before {
    content: "\ea8d";
    }
        .fi-rr-japanese:before {
    content: "\ea8e";
    }
        .fi-rr-jar-alt:before {
    content: "\ea8f";
    }
        .fi-rr-jar-wheat:before {
    content: "\ea90";
    }
        .fi-rr-javascript:before {
    content: "\ea92";
    }
        .fi-rr-joint:before {
    content: "\ea96";
    }
        .fi-rr-joker:before {
    content: "\ea97";
    }
        .fi-rr-journal:before {
    content: "\ea99";
    }
        .fi-rr-journal-alt:before {
    content: "\ea9a";
    }
        .fi-rr-journey:before {
    content: "\ea9b";
    }
        .fi-rr-joystick:before {
    content: "\ea9c";
    }
        .fi-rr-jpg:before {
    content: "\ea9d";
    }
        .fi-rr-json-file:before {
    content: "\eaa0";
    }
        .fi-rr-judge:before {
    content: "\eaa1";
    }
        .fi-rr-jug:before {
    content: "\eaa2";
    }
        .fi-rr-jug-alt:before {
    content: "\eaa3";
    }
        .fi-rr-jug-bottle:before {
    content: "\eaa4";
    }
        .fi-rr-july-calendar:before {
    content: "\eaa5";
    }
        .fi-rr-jumping-rope:before {
    content: "\eaa6";
    }
        .fi-rr-june-calendar:before {
    content: "\eaa7";
    }
        .fi-rr-jury:before {
    content: "\eaa8";
    }
        .fi-rr-k:before {
    content: "\eaa9";
    }
        .fi-rr-k-pop:before {
    content: "\eaaa";
    }
        .fi-rr-k-pop-headphones:before {
    content: "\eaab";
    }
        .fi-rr-k-pop-microphone:before {
    content: "\eaac";
    }
        .fi-rr-kaaba:before {
    content: "\eaad";
    }
        .fi-rr-kangaroo:before {
    content: "\eaae";
    }
        .fi-rr-kayak:before {
    content: "\eaaf";
    }
        .fi-rr-kazoo:before {
    content: "\eab0";
    }
        .fi-rr-kerning:before {
    content: "\eab1";
    }
        .fi-rr-key:before {
    content: "\eab2";
    }
        .fi-rr-key-car:before {
    content: "\eab3";
    }
        .fi-rr-key-hole:before {
    content: "\eab4";
    }
        .fi-rr-key-lock-crypto:before {
    content: "\eab5";
    }
        .fi-rr-key-skeleton-left-right:before {
    content: "\eab7";
    }
        .fi-rr-keyboard:before {
    content: "\eab8";
    }
        .fi-rr-keyboard-brightness:before {
    content: "\eab9";
    }
        .fi-rr-keyboard-brightness-low:before {
    content: "\eaba";
    }
        .fi-rr-keyboard-down:before {
    content: "\eabb";
    }
        .fi-rr-keyboard-finger:before {
    content: "\eabc";
    }
        .fi-rr-keyboard-left:before {
    content: "\eabd";
    }
        .fi-rr-keynote:before {
    content: "\eabe";
    }
        .fi-rr-khanda:before {
    content: "\eabf";
    }
        .fi-rr-kidneys:before {
    content: "\eac1";
    }
        .fi-rr-kimchi:before {
    content: "\eac2";
    }
        .fi-rr-kip-sign:before {
    content: "\eac4";
    }
        .fi-rr-kiss:before {
    content: "\eac5";
    }
        .fi-rr-kiss-beam:before {
    content: "\eac6";
    }
        .fi-rr-kiss-wink-heart:before {
    content: "\eac7";
    }
        .fi-rr-kitchen-set:before {
    content: "\eac8";
    }
        .fi-rr-kite:before {
    content: "\eac9";
    }
        .fi-rr-kiwi-bird:before {
    content: "\eaca";
    }
        .fi-rr-kiwi-fruit:before {
    content: "\eacb";
    }
        .fi-rr-knee-joint:before {
    content: "\eacc";
    }
        .fi-rr-knife:before {
    content: "\eacd";
    }
        .fi-rr-knife-kitchen:before {
    content: "\eace";
    }
        .fi-rr-knitting:before {
    content: "\ead0";
    }
        .fi-rr-knot-rope:before {
    content: "\ead1";
    }
        .fi-rr-korean:before {
    content: "\ead3";
    }
        .fi-rr-kpi:before {
    content: "\ead4";
    }
        .fi-rr-kpi-evaluation:before {
    content: "\ead5";
    }
        .fi-rr-l:before {
    content: "\ead6";
    }
        .fi-rr-lab-coat:before {
    content: "\ead7";
    }
        .fi-rr-label:before {
    content: "\ead8";
    }
        .fi-rr-lacrosse-stick:before {
    content: "\ead9";
    }
        .fi-rr-lacrosse-stick-ball:before {
    content: "\eada";
    }
        .fi-rr-ladder:before {
    content: "\eadb";
    }
        .fi-rr-lambda:before {
    content: "\eadc";
    }
        .fi-rr-lamp:before {
    content: "\eadd";
    }
        .fi-rr-lamp-desk:before {
    content: "\eade";
    }
        .fi-rr-lamp-desk-on:before {
    content: "\eadf";
    }
        .fi-rr-lamp-floor:before {
    content: "\eae0";
    }
        .fi-rr-lamp-street:before {
    content: "\eae1";
    }
        .fi-rr-land-layer-location:before {
    content: "\eae2";
    }
        .fi-rr-land-layers:before {
    content: "\eae3";
    }
        .fi-rr-land-location:before {
    content: "\eae4";
    }
        .fi-rr-land-mine-on:before {
    content: "\eae5";
    }
        .fi-rr-landmark-alt:before {
    content: "\eae6";
    }
        .fi-rr-language:before {
    content: "\eae7";
    }
        .fi-rr-language-exchange:before {
    content: "\eae8";
    }
        .fi-rr-lanterns:before {
    content: "\eaeb";
    }
        .fi-rr-laptop:before {
    content: "\eaec";
    }
        .fi-rr-laptop-arrow-down:before {
    content: "\eaed";
    }
        .fi-rr-laptop-binary:before {
    content: "\eaee";
    }
        .fi-rr-laptop-code:before {
    content: "\eaef";
    }
        .fi-rr-laptop-dollar:before {
    content: "\eaf0";
    }
        .fi-rr-laptop-lock:before {
    content: "\eaf1";
    }
        .fi-rr-laptop-medical:before {
    content: "\eaf2";
    }
        .fi-rr-laptop-mobile:before {
    content: "\eaf3";
    }
        .fi-rr-laptop-refresh:before {
    content: "\eaf4";
    }
        .fi-rr-laptop-shield:before {
    content: "\eaf5";
    }
        .fi-rr-laptop-signal:before {
    content: "\eaf6";
    }
        .fi-rr-laptop-slash:before {
    content: "\eaf7";
    }
        .fi-rr-lari-sign:before {
    content: "\eaf8";
    }
        .fi-rr-lasso:before {
    content: "\eaf9";
    }
        .fi-rr-lasso-sparkles:before {
    content: "\eafa";
    }
        .fi-rr-last-square:before {
    content: "\eafb";
    }
        .fi-rr-laugh:before {
    content: "\eafc";
    }
        .fi-rr-laugh-beam:before {
    content: "\eafd";
    }
        .fi-rr-laugh-squint:before {
    content: "\eafe";
    }
        .fi-rr-laugh-wink:before {
    content: "\eaff";
    }
        .fi-rr-launch:before {
    content: "\eb00";
    }
        .fi-rr-laurel-user:before {
    content: "\eb01";
    }
        .fi-rr-law-book:before {
    content: "\eb02";
    }
        .fi-rr-lawyer-man:before {
    content: "\eb03";
    }
        .fi-rr-lawyer-woman:before {
    content: "\eb04";
    }
        .fi-rr-layer-minus:before {
    content: "\eb05";
    }
        .fi-rr-layer-plus:before {
    content: "\eb06";
    }
        .fi-rr-layers:before {
    content: "\eb07";
    }
        .fi-rr-layout-fluid:before {
    content: "\eb08";
    }
        .fi-rr-lead:before {
    content: "\eb09";
    }
        .fi-rr-lead-funnel:before {
    content: "\eb0a";
    }
        .fi-rr-lead-management:before {
    content: "\eb0b";
    }
        .fi-rr-leader:before {
    content: "\eb0c";
    }
        .fi-rr-leader-alt:before {
    content: "\eb0d";
    }
        .fi-rr-leader-speech:before {
    content: "\eb0e";
    }
        .fi-rr-leaderboard:before {
    content: "\eb0f";
    }
        .fi-rr-leaderboard-alt:before {
    content: "\eb10";
    }
        .fi-rr-leaderboard-trophy:before {
    content: "\eb11";
    }
        .fi-rr-leadership:before {
    content: "\eb12";
    }
        .fi-rr-leadership-alt:before {
    content: "\eb13";
    }
        .fi-rr-leaf:before {
    content: "\eb14";
    }
        .fi-rr-leaf-heart:before {
    content: "\eb15";
    }
        .fi-rr-leaf-maple:before {
    content: "\eb16";
    }
        .fi-rr-leaf-oak:before {
    content: "\eb17";
    }
        .fi-rr-leafy-green:before {
    content: "\eb18";
    }
        .fi-rr-leave:before {
    content: "\eb19";
    }
        .fi-rr-left:before {
    content: "\eb1a";
    }
        .fi-rr-left-from-bracket:before {
    content: "\eb1b";
    }
        .fi-rr-legal:before {
    content: "\eb1c";
    }
        .fi-rr-legal-aid:before {
    content: "\eb1d";
    }
        .fi-rr-legal-case:before {
    content: "\eb1e";
    }
        .fi-rr-legal-document:before {
    content: "\eb1f";
    }
        .fi-rr-legal-fees:before {
    content: "\eb20";
    }
        .fi-rr-lemon:before {
    content: "\eb21";
    }
        .fi-rr-lemongrass:before {
    content: "\eb22";
    }
        .fi-rr-lesbian-couple:before {
    content: "\eb23";
    }
        .fi-rr-less-than:before {
    content: "\eb24";
    }
        .fi-rr-less-than-equal:before {
    content: "\eb25";
    }
        .fi-rr-lesson:before {
    content: "\eb26";
    }
        .fi-rr-lesson-class:before {
    content: "\eb27";
    }
        .fi-rr-letter-case:before {
    content: "\eb29";
    }
        .fi-rr-lettuce:before {
    content: "\eb2a";
    }
        .fi-rr-level-down:before {
    content: "\eb2b";
    }
        .fi-rr-level-down-alt:before {
    content: "\eb2c";
    }
        .fi-rr-level-up:before {
    content: "\eb2d";
    }
        .fi-rr-level-up-alt:before {
    content: "\eb2e";
    }
        .fi-rr-license:before {
    content: "\eb2f";
    }
        .fi-rr-life:before {
    content: "\eb30";
    }
        .fi-rr-life-ring:before {
    content: "\eb31";
    }
        .fi-rr-lift:before {
    content: "\eb32";
    }
        .fi-rr-light-ceiling:before {
    content: "\eb33";
    }
        .fi-rr-light-emergency:before {
    content: "\eb34";
    }
        .fi-rr-light-emergency-on:before {
    content: "\eb35";
    }
        .fi-rr-light-mode-alt:before {
    content: "\eb36";
    }
        .fi-rr-light-switch:before {
    content: "\eb37";
    }
        .fi-rr-light-switch-off:before {
    content: "\eb38";
    }
        .fi-rr-light-switch-on:before {
    content: "\eb39";
    }
        .fi-rr-lightbulb-cfl:before {
    content: "\eb3a";
    }
        .fi-rr-lightbulb-cfl-on:before {
    content: "\eb3b";
    }
        .fi-rr-lightbulb-dollar:before {
    content: "\eb3d";
    }
        .fi-rr-lightbulb-exclamation:before {
    content: "\eb3e";
    }
        .fi-rr-lightbulb-head:before {
    content: "\eb41";
    }
        .fi-rr-lightbulb-message:before {
    content: "\eb42";
    }
        .fi-rr-lightbulb-on:before {
    content: "\eb43";
    }
        .fi-rr-lightbulb-question:before {
    content: "\eb44";
    }
        .fi-rr-lightbulb-setting:before {
    content: "\eb45";
    }
        .fi-rr-lightbulb-slash:before {
    content: "\eb46";
    }
        .fi-rr-lighthouse:before {
    content: "\eb48";
    }
        .fi-rr-lights-holiday:before {
    content: "\eb49";
    }
        .fi-rr-limit-hand:before {
    content: "\eb4a";
    }
        .fi-rr-limit-speedometer:before {
    content: "\eb4b";
    }
        .fi-rr-line-width:before {
    content: "\eb4d";
    }
        .fi-rr-link:before {
    content: "\eb4e";
    }
        .fi-rr-link-alt:before {
    content: "\eb4f";
    }
        .fi-rr-link-horizontal:before {
    content: "\eb50";
    }
        .fi-rr-link-horizontal-slash:before {
    content: "\eb51";
    }
        .fi-rr-link-slash:before {
    content: "\eb52";
    }
        .fi-rr-link-slash-alt:before {
    content: "\eb53";
    }
        .fi-rr-lion:before {
    content: "\eb55";
    }
        .fi-rr-lion-head:before {
    content: "\eb56";
    }
        .fi-rr-lips:before {
    content: "\eb57";
    }
        .fi-rr-lips-silence:before {
    content: "\eb58";
    }
        .fi-rr-lipstick:before {
    content: "\eb59";
    }
        .fi-rr-lira-sign:before {
    content: "\eb5a";
    }
        .fi-rr-list:before {
    content: "\eb5c";
    }
        .fi-rr-list-check:before {
    content: "\eb5d";
    }
        .fi-rr-list-dropdown:before {
    content: "\eb5e";
    }
        .fi-rr-list-music:before {
    content: "\eb5f";
    }
        .fi-rr-list-timeline:before {
    content: "\eb60";
    }
        .fi-rr-list-tree:before {
    content: "\eb61";
    }
        .fi-rr-litecoin-sign:before {
    content: "\eb64";
    }
        .fi-rr-live:before {
    content: "\eb65";
    }
        .fi-rr-live-alt:before {
    content: "\eb66";
    }
        .fi-rr-loading:before {
    content: "\eb67";
    }
        .fi-rr-loan:before {
    content: "\eb68";
    }
        .fi-rr-lobster:before {
    content: "\eb69";
    }
        .fi-rr-location-alt:before {
    content: "\eb6b";
    }
        .fi-rr-location-arrow:before {
    content: "\eb6c";
    }
        .fi-rr-location-crosshairs:before {
    content: "\eb6d";
    }
        .fi-rr-location-crosshairs-slash:before {
    content: "\eb6e";
    }
        .fi-rr-location-dot-slash:before {
    content: "\eb6f";
    }
        .fi-rr-location-exclamation:before {
    content: "\eb70";
    }
        .fi-rr-location-lock:before {
    content: "\eb71";
    }
        .fi-rr-location-pin-call:before {
    content: "\eb73";
    }
        .fi-rr-lock:before {
    content: "\eb79";
    }
        .fi-rr-lock-alt:before {
    content: "\eb7a";
    }
        .fi-rr-lock-hashtag:before {
    content: "\eb7b";
    }
        .fi-rr-lock-open-alt:before {
    content: "\eb7c";
    }
        .fi-rr-locust:before {
    content: "\eb7d";
    }
        .fi-rr-log-file:before {
    content: "\eb7e";
    }
        .fi-rr-login:before {
    content: "\eb80";
    }
        .fi-rr-login-lock:before {
    content: "\eb81";
    }
        .fi-rr-logo:before {
    content: "\eb82";
    }
        .fi-rr-longboard:before {
    content: "\eb83";
    }
        .fi-rr-loop-square:before {
    content: "\eb85";
    }
        .fi-rr-loveseat:before {
    content: "\eb89";
    }
        .fi-rr-low-vision:before {
    content: "\eb8a";
    }
        .fi-rr-lower-back:before {
    content: "\eb8b";
    }
        .fi-rr-luchador:before {
    content: "\eb8c";
    }
        .fi-rr-luggage-cart:before {
    content: "\eb8d";
    }
        .fi-rr-luggage-rolling:before {
    content: "\eb8e";
    }
        .fi-rr-lunch-box:before {
    content: "\eb8f";
    }
        .fi-rr-lung-cancer:before {
    content: "\eb90";
    }
        .fi-rr-lung-ribbon:before {
    content: "\eb91";
    }
        .fi-rr-lungs:before {
    content: "\eb92";
    }
        .fi-rr-lungs-virus:before {
    content: "\eb93";
    }
        .fi-rr-m:before {
    content: "\eb94";
    }
        .fi-rr-macarons:before {
    content: "\eb95";
    }
        .fi-rr-mace:before {
    content: "\eb96";
    }
        .fi-rr-machine-learning:before {
    content: "\eb97";
    }
        .fi-rr-magic-wand:before {
    content: "\eb9d";
    }
        .fi-rr-magnet:before {
    content: "\eb9e";
    }
        .fi-rr-magnet-energy:before {
    content: "\eb9f";
    }
        .fi-rr-magnet-user:before {
    content: "\eba0";
    }
        .fi-rr-magnifying-glass-binary:before {
    content: "\eba3";
    }
        .fi-rr-magnifying-glass-eye:before {
    content: "\eba4";
    }
        .fi-rr-magnifying-glass-play:before {
    content: "\eba5";
    }
        .fi-rr-magnifying-glass-wave:before {
    content: "\eba6";
    }
        .fi-rr-mail-hook:before {
    content: "\eba8";
    }
        .fi-rr-mail-malware:before {
    content: "\eba9";
    }
        .fi-rr-mail-plus-circle:before {
    content: "\ebaa";
    }
        .fi-rr-mailbox:before {
    content: "\ebab";
    }
        .fi-rr-mailbox-envelope:before {
    content: "\ebac";
    }
        .fi-rr-mailbox-flag-up:before {
    content: "\ebad";
    }
        .fi-rr-makeup-bag:before {
    content: "\ebb0";
    }
        .fi-rr-makeup-brush:before {
    content: "\ebb1";
    }
        .fi-rr-malware-circle:before {
    content: "\ebb4";
    }
        .fi-rr-malware-shield:before {
    content: "\ebb5";
    }
        .fi-rr-malware-square:before {
    content: "\ebb6";
    }
        .fi-rr-man-head:before {
    content: "\ebb7";
    }
        .fi-rr-man-scientist:before {
    content: "\ebb8";
    }
        .fi-rr-manat-sign:before {
    content: "\ebb9";
    }
        .fi-rr-mandolin:before {
    content: "\ebba";
    }
        .fi-rr-mango:before {
    content: "\ebbb";
    }
        .fi-rr-manhole:before {
    content: "\ebbc";
    }
        .fi-rr-manicure:before {
    content: "\ebbd";
    }
        .fi-rr-map:before {
    content: "\ebbe";
    }
        .fi-rr-map-location-track:before {
    content: "\ebbf";
    }
        .fi-rr-map-marker:before {
    content: "\ebc0";
    }
        .fi-rr-map-marker-check:before {
    content: "\ebc1";
    }
        .fi-rr-map-marker-cross:before {
    content: "\ebc2";
    }
        .fi-rr-map-marker-edit:before {
    content: "\ebc3";
    }
        .fi-rr-map-marker-home:before {
    content: "\ebc5";
    }
        .fi-rr-map-marker-minus:before {
    content: "\ebc6";
    }
        .fi-rr-map-marker-plus:before {
    content: "\ebc7";
    }
        .fi-rr-map-marker-question:before {
    content: "\ebc8";
    }
        .fi-rr-map-marker-slash:before {
    content: "\ebc9";
    }
        .fi-rr-map-marker-smile:before {
    content: "\ebca";
    }
        .fi-rr-map-pin:before {
    content: "\ebcb";
    }
        .fi-rr-map-point:before {
    content: "\ebcc";
    }
        .fi-rr-march-calendar:before {
    content: "\ebcd";
    }
        .fi-rr-marker:before {
    content: "\ebce";
    }
        .fi-rr-marker-hospital:before {
    content: "\ebcf";
    }
        .fi-rr-marker-time:before {
    content: "\ebd0";
    }
        .fi-rr-marketplace:before {
    content: "\ebd1";
    }
        .fi-rr-marketplace-alt:before {
    content: "\ebd2";
    }
        .fi-rr-marketplace-store:before {
    content: "\ebd3";
    }
        .fi-rr-marriage-proposal:before {
    content: "\ebd4";
    }
        .fi-rr-mars:before {
    content: "\ebd6";
    }
        .fi-rr-mars-and-venus-burst:before {
    content: "\ebd7";
    }
        .fi-rr-mars-double:before {
    content: "\ebd8";
    }
        .fi-rr-mars-stroke-right:before {
    content: "\ebd9";
    }
        .fi-rr-mars-stroke-up:before {
    content: "\ebda";
    }
        .fi-rr-martini-glass-citrus:before {
    content: "\ebdb";
    }
        .fi-rr-martini-glass-empty:before {
    content: "\ebdc";
    }
        .fi-rr-mascara:before {
    content: "\ebdd";
    }
        .fi-rr-mask:before {
    content: "\ebde";
    }
        .fi-rr-mask-carnival:before {
    content: "\ebdf";
    }
        .fi-rr-mask-face:before {
    content: "\ebe0";
    }
        .fi-rr-mask-snorkel:before {
    content: "\ebe1";
    }
        .fi-rr-massage:before {
    content: "\ebe2";
    }
        .fi-rr-master-plan:before {
    content: "\ebe3";
    }
        .fi-rr-master-plan-integrate:before {
    content: "\ebe4";
    }
        .fi-rr-match-fire:before {
    content: "\ebe5";
    }
        .fi-rr-mattress-pillow:before {
    content: "\ebe6";
    }
        .fi-rr-may-calendar:before {
    content: "\ebe7";
    }
        .fi-rr-measuring-tape:before {
    content: "\ebe9";
    }
        .fi-rr-meat:before {
    content: "\ebea";
    }
        .fi-rr-medal:before {
    content: "\ebeb";
    }
        .fi-rr-mediator:before {
    content: "\ebed";
    }
        .fi-rr-medical-star:before {
    content: "\ebee";
    }
        .fi-rr-medication:before {
    content: "\ebef";
    }
        .fi-rr-medicine:before {
    content: "\ebf0";
    }
        .fi-rr-meditation:before {
    content: "\ebf1";
    }
        .fi-rr-meeting:before {
    content: "\ebf3";
    }
        .fi-rr-meeting-alt:before {
    content: "\ebf4";
    }
        .fi-rr-megaphone:before {
    content: "\ebf5";
    }
        .fi-rr-megaphone-announcement-leader:before {
    content: "\ebf6";
    }
        .fi-rr-megaphone-magnifying-glass:before {
    content: "\ebf7";
    }
        .fi-rr-megaphone-sound-waves:before {
    content: "\ebf8";
    }
        .fi-rr-meh:before {
    content: "\ebf9";
    }
        .fi-rr-meh-blank:before {
    content: "\ebfa";
    }
        .fi-rr-meh-rolling-eyes:before {
    content: "\ebfb";
    }
        .fi-rr-melon:before {
    content: "\ebfc";
    }
        .fi-rr-melon-alt:before {
    content: "\ebfd";
    }
        .fi-rr-member-list:before {
    content: "\ebfe";
    }
        .fi-rr-member-search:before {
    content: "\ebff";
    }
        .fi-rr-membership:before {
    content: "\ec00";
    }
        .fi-rr-membership-vip:before {
    content: "\ec01";
    }
        .fi-rr-memo:before {
    content: "\ec02";
    }
        .fi-rr-memo-circle-check:before {
    content: "\ec03";
    }
        .fi-rr-memo-pad:before {
    content: "\ec04";
    }
        .fi-rr-memory:before {
    content: "\ec05";
    }
        .fi-rr-memory-loss:before {
    content: "\ec06";
    }
        .fi-rr-men-swimsuit:before {
    content: "\ec07";
    }
        .fi-rr-menorah:before {
    content: "\ec08";
    }
        .fi-rr-menu-burger:before {
    content: "\ec09";
    }
        .fi-rr-menu-dots:before {
    content: "\ec0a";
    }
        .fi-rr-menu-dots-vertical:before {
    content: "\ec0b";
    }
        .fi-rr-menu-food:before {
    content: "\ec0c";
    }
        .fi-rr-mercury:before {
    content: "\ec0d";
    }
        .fi-rr-message-alert:before {
    content: "\ec0e";
    }
        .fi-rr-message-arrow-down:before {
    content: "\ec0f";
    }
        .fi-rr-message-arrow-up:before {
    content: "\ec10";
    }
        .fi-rr-message-arrow-up-right:before {
    content: "\ec11";
    }
        .fi-rr-message-bot:before {
    content: "\ec12";
    }
        .fi-rr-message-circle-refresh:before {
    content: "\ec13";
    }
        .fi-rr-message-code:before {
    content: "\ec14";
    }
        .fi-rr-message-dollar:before {
    content: "\ec15";
    }
        .fi-rr-message-heart:before {
    content: "\ec16";
    }
        .fi-rr-message-image:before {
    content: "\ec17";
    }
        .fi-rr-message-question:before {
    content: "\ec19";
    }
        .fi-rr-message-quote:before {
    content: "\ec1a";
    }
        .fi-rr-message-slash:before {
    content: "\ec1b";
    }
        .fi-rr-message-sms:before {
    content: "\ec1c";
    }
        .fi-rr-message-square-refresh:before {
    content: "\ec1d";
    }
        .fi-rr-message-star:before {
    content: "\ec1e";
    }
        .fi-rr-message-text:before {
    content: "\ec1f";
    }
        .fi-rr-message-xmark:before {
    content: "\ec20";
    }
        .fi-rr-messages:before {
    content: "\ec21";
    }
        .fi-rr-messages-dollar:before {
    content: "\ec22";
    }
        .fi-rr-messages-question:before {
    content: "\ec23";
    }
        .fi-rr-meteor:before {
    content: "\ec25";
    }
        .fi-rr-meter:before {
    content: "\ec26";
    }
        .fi-rr-meter-bolt:before {
    content: "\ec27";
    }
        .fi-rr-meter-droplet:before {
    content: "\ec28";
    }
        .fi-rr-meter-fire:before {
    content: "\ec29";
    }
        .fi-rr-method:before {
    content: "\ec2a";
    }
        .fi-rr-microchip:before {
    content: "\ec2b";
    }
        .fi-rr-microchip-ai:before {
    content: "\ec2c";
    }
        .fi-rr-microphone:before {
    content: "\ec2d";
    }
        .fi-rr-microphone-alt:before {
    content: "\ec2e";
    }
        .fi-rr-microphone-slash:before {
    content: "\ec32";
    }
        .fi-rr-microscope:before {
    content: "\ec33";
    }
        .fi-rr-microscope-bacteria:before {
    content: "\ec34";
    }
        .fi-rr-microwave:before {
    content: "\ec38";
    }
        .fi-rr-milk:before {
    content: "\ec39";
    }
        .fi-rr-milk-alt:before {
    content: "\ec3a";
    }
        .fi-rr-mill:before {
    content: "\ec3b";
    }
        .fi-rr-mill-sign:before {
    content: "\ec3c";
    }
        .fi-rr-mind-share:before {
    content: "\ec3d";
    }
        .fi-rr-minus:before {
    content: "\ec3e";
    }
        .fi-rr-minus-circle:before {
    content: "\ec3f";
    }
        .fi-rr-minus-hexagon:before {
    content: "\ec40";
    }
        .fi-rr-minus-small:before {
    content: "\ec41";
    }
        .fi-rr-mirror:before {
    content: "\ec43";
    }
        .fi-rr-mirror-user:before {
    content: "\ec44";
    }
        .fi-rr-mission:before {
    content: "\ec45";
    }
        .fi-rr-mistletoe:before {
    content: "\ec46";
    }
        .fi-rr-mix:before {
    content: "\ec47";
    }
        .fi-rr-mixer:before {
    content: "\ec48";
    }
        .fi-rr-mobile:before {
    content: "\ec49";
    }
        .fi-rr-mobile-4g:before {
    content: "\ec4a";
    }
        .fi-rr-mobile-5g:before {
    content: "\ec4b";
    }
        .fi-rr-mobile-app-cleaner:before {
    content: "\ec4c";
    }
        .fi-rr-mobile-button:before {
    content: "\ec4e";
    }
        .fi-rr-mobile-friendly:before {
    content: "\ec4f";
    }
        .fi-rr-mobile-hand:before {
    content: "\ec50";
    }
        .fi-rr-mobile-lock:before {
    content: "\ec51";
    }
        .fi-rr-mobile-message:before {
    content: "\ec52";
    }
        .fi-rr-mobile-notch:before {
    content: "\ec53";
    }
        .fi-rr-mockup:before {
    content: "\ec56";
    }
        .fi-rr-mode:before {
    content: "\ec57";
    }
        .fi-rr-mode-alt:before {
    content: "\ec58";
    }
        .fi-rr-mode-landscape:before {
    content: "\ec59";
    }
        .fi-rr-mode-portrait:before {
    content: "\ec5a";
    }
        .fi-rr-model-cube:before {
    content: "\ec5b";
    }
        .fi-rr-model-cube-arrows:before {
    content: "\ec5c";
    }
        .fi-rr-model-cube-space:before {
    content: "\ec5d";
    }
        .fi-rr-modular-home:before {
    content: "\ec5e";
    }
        .fi-rr-module:before {
    content: "\ec5f";
    }
        .fi-rr-monday:before {
    content: "\ec60";
    }
        .fi-rr-money:before {
    content: "\ec61";
    }
        .fi-rr-money-bill-simple:before {
    content: "\ec63";
    }
        .fi-rr-money-bill-transfer:before {
    content: "\ec64";
    }
        .fi-rr-money-bill-wave:before {
    content: "\ec65";
    }
        .fi-rr-money-bill-wave-alt:before {
    content: "\ec66";
    }
        .fi-rr-money-bills:before {
    content: "\ec67";
    }
        .fi-rr-money-bills-simple:before {
    content: "\ec68";
    }
        .fi-rr-money-check:before {
    content: "\ec69";
    }
        .fi-rr-money-check-edit:before {
    content: "\ec6a";
    }
        .fi-rr-money-check-edit-alt:before {
    content: "\ec6b";
    }
        .fi-rr-money-coin-transfer:before {
    content: "\ec6c";
    }
        .fi-rr-money-from-bracket:before {
    content: "\ec6d";
    }
        .fi-rr-money-income:before {
    content: "\ec6f";
    }
        .fi-rr-money-laptop:before {
    content: "\ec70";
    }
        .fi-rr-money-safe-box:before {
    content: "\ec72";
    }
        .fi-rr-money-simple-from-bracket:before {
    content: "\ec73";
    }
        .fi-rr-money-transfer-alt:before {
    content: "\ec74";
    }
        .fi-rr-money-transfer-coin-arrow:before {
    content: "\ec75";
    }
        .fi-rr-money-transfer-smartphone:before {
    content: "\ec76";
    }
        .fi-rr-money-wings:before {
    content: "\ec77";
    }
        .fi-rr-monitor-sun:before {
    content: "\ec78";
    }
        .fi-rr-monitor-water:before {
    content: "\ec79";
    }
        .fi-rr-monkey:before {
    content: "\ec7a";
    }
        .fi-rr-monstera:before {
    content: "\ec7b";
    }
        .fi-rr-monument:before {
    content: "\ec7c";
    }
        .fi-rr-moon:before {
    content: "\ec7d";
    }
        .fi-rr-moon-stars:before {
    content: "\ec7e";
    }
        .fi-rr-moped:before {
    content: "\ec7f";
    }
        .fi-rr-mortar-pestle:before {
    content: "\ec80";
    }
        .fi-rr-mortgage:before {
    content: "\ec81";
    }
        .fi-rr-mosque:before {
    content: "\ec82";
    }
        .fi-rr-mosque-alt:before {
    content: "\ec83";
    }
        .fi-rr-mosque-moon:before {
    content: "\ec84";
    }
        .fi-rr-mosquito:before {
    content: "\ec85";
    }
        .fi-rr-mosquito-net:before {
    content: "\ec86";
    }
        .fi-rr-motion-graphic:before {
    content: "\ec87";
    }
        .fi-rr-motorcycle:before {
    content: "\ec89";
    }
        .fi-rr-motorcycle-front:before {
    content: "\ec8a";
    }
        .fi-rr-motorcycle-helmet:before {
    content: "\ec8b";
    }
        .fi-rr-mound:before {
    content: "\ec8c";
    }
        .fi-rr-mountain:before {
    content: "\ec8d";
    }
        .fi-rr-mountain-city:before {
    content: "\ec8e";
    }
        .fi-rr-mountains:before {
    content: "\ec90";
    }
        .fi-rr-mouse:before {
    content: "\ec91";
    }
        .fi-rr-mouse-field:before {
    content: "\ec92";
    }
        .fi-rr-mouse-pointer-click:before {
    content: "\ec93";
    }
        .fi-rr-mouse-pointer-heart:before {
    content: "\ec94";
    }
        .fi-rr-moustache:before {
    content: "\ec95";
    }
        .fi-rr-mov-file:before {
    content: "\ec96";
    }
        .fi-rr-move-to-folder:before {
    content: "\ec97";
    }
        .fi-rr-move-to-folder-2:before {
    content: "\ec98";
    }
        .fi-rr-moving:before {
    content: "\ec99";
    }
        .fi-rr-mower:before {
    content: "\ec9a";
    }
        .fi-rr-mp3-file:before {
    content: "\ec9b";
    }
        .fi-rr-mp3-player:before {
    content: "\ec9c";
    }
        .fi-rr-mp4-file:before {
    content: "\ec9d";
    }
        .fi-rr-muffin:before {
    content: "\ec9e";
    }
        .fi-rr-mug:before {
    content: "\ec9f";
    }
        .fi-rr-mug-alt:before {
    content: "\eca0";
    }
        .fi-rr-mug-hot:before {
    content: "\eca1";
    }
        .fi-rr-mug-hot-alt:before {
    content: "\eca2";
    }
        .fi-rr-mug-marshmallows:before {
    content: "\eca3";
    }
        .fi-rr-mug-tea:before {
    content: "\eca4";
    }
        .fi-rr-mug-tea-alt:before {
    content: "\eca5";
    }
        .fi-rr-mug-tea-saucer:before {
    content: "\eca6";
    }
        .fi-rr-multiple:before {
    content: "\eca8";
    }
        .fi-rr-multiple-alt:before {
    content: "\eca9";
    }
        .fi-rr-multitasking:before {
    content: "\ecaa";
    }
        .fi-rr-muscle:before {
    content: "\ecab";
    }
        .fi-rr-museum:before {
    content: "\ecac";
    }
        .fi-rr-mushroom:before {
    content: "\ecad";
    }
        .fi-rr-mushroom-alt:before {
    content: "\ecae";
    }
        .fi-rr-mushroom-cloud:before {
    content: "\ecaf";
    }
        .fi-rr-music:before {
    content: "\ecb0";
    }
        .fi-rr-music-alt:before {
    content: "\ecb1";
    }
        .fi-rr-music-file:before {
    content: "\ecb3";
    }
        .fi-rr-music-magnifying-glass:before {
    content: "\ecb4";
    }
        .fi-rr-music-note:before {
    content: "\ecb5";
    }
        .fi-rr-music-note-slash:before {
    content: "\ecb6";
    }
        .fi-rr-music-slash:before {
    content: "\ecb7";
    }
        .fi-rr-n:before {
    content: "\ecb9";
    }
        .fi-rr-nail-art:before {
    content: "\ecba";
    }
        .fi-rr-nail-clipper:before {
    content: "\ecbb";
    }
        .fi-rr-naira-sign:before {
    content: "\ecbc";
    }
        .fi-rr-narwhal:before {
    content: "\ecbe";
    }
        .fi-rr-navigation:before {
    content: "\ecbf";
    }
        .fi-rr-nesting-dolls:before {
    content: "\ecc0";
    }
        .fi-rr-network:before {
    content: "\ecc3";
    }
        .fi-rr-network-analytic:before {
    content: "\ecc4";
    }
        .fi-rr-network-cloud:before {
    content: "\ecc5";
    }
        .fi-rr-network-firewall:before {
    content: "\ecc7";
    }
        .fi-rr-network-user:before {
    content: "\ecc8";
    }
        .fi-rr-neuter:before {
    content: "\ecc9";
    }
        .fi-rr-newsletter-subscribe:before {
    content: "\eccc";
    }
        .fi-rr-newspaper:before {
    content: "\eccd";
    }
        .fi-rr-newspaper-open:before {
    content: "\eccf";
    }
        .fi-rr-nfc:before {
    content: "\ecd0";
    }
        .fi-rr-nfc-lock:before {
    content: "\ecd1";
    }
        .fi-rr-nfc-magnifying-glass:before {
    content: "\ecd2";
    }
        .fi-rr-nfc-pen:before {
    content: "\ecd3";
    }
        .fi-rr-nfc-slash:before {
    content: "\ecd5";
    }
        .fi-rr-nfc-trash:before {
    content: "\ecd6";
    }
        .fi-rr-nft-square:before {
    content: "\ecd9";
    }
        .fi-rr-night-day:before {
    content: "\ecda";
    }
        .fi-rr-night-mode:before {
    content: "\ecdb";
    }
        .fi-rr-no-attention:before {
    content: "\ecdc";
    }
        .fi-rr-no-baby:before {
    content: "\ecdd";
    }
        .fi-rr-no-ball:before {
    content: "\ecde";
    }
        .fi-rr-no-child:before {
    content: "\ecdf";
    }
        .fi-rr-no-children:before {
    content: "\ece0";
    }
        .fi-rr-no-fee:before {
    content: "\ece1";
    }
        .fi-rr-no-food:before {
    content: "\ece2";
    }
        .fi-rr-no-food-circle:before {
    content: "\ece3";
    }
        .fi-rr-no-iron:before {
    content: "\ece4";
    }
        .fi-rr-no-pacifier:before {
    content: "\ece5";
    }
        .fi-rr-no-people:before {
    content: "\ece6";
    }
        .fi-rr-no-play-football:before {
    content: "\ece7";
    }
        .fi-rr-no-smoking:before {
    content: "\ece8";
    }
        .fi-rr-no-vaping:before {
    content: "\ece9";
    }
        .fi-rr-no-vaping-circle:before {
    content: "\ecea";
    }
        .fi-rr-noise-cancelling-headphones:before {
    content: "\eced";
    }
        .fi-rr-noodles:before {
    content: "\ecee";
    }
        .fi-rr-nose:before {
    content: "\ecef";
    }
        .fi-rr-not-equal:before {
    content: "\ecf0";
    }
        .fi-rr-not-found:before {
    content: "\ecf1";
    }
        .fi-rr-not-found-alt:before {
    content: "\ecf2";
    }
        .fi-rr-not-found-magnifying-glass:before {
    content: "\ecf3";
    }
        .fi-rr-notary:before {
    content: "\ecf4";
    }
        .fi-rr-notdef:before {
    content: "\ecf5";
    }
        .fi-rr-note:before {
    content: "\ecf6";
    }
        .fi-rr-note-medical:before {
    content: "\ecf7";
    }
        .fi-rr-note-sticky:before {
    content: "\ecf8";
    }
        .fi-rr-notebook:before {
    content: "\ecf9";
    }
        .fi-rr-notebook-alt:before {
    content: "\ecfa";
    }
        .fi-rr-notes:before {
    content: "\ecfc";
    }
        .fi-rr-notes-medical:before {
    content: "\ecfd";
    }
        .fi-rr-november-calendar:before {
    content: "\ecfe";
    }
        .fi-rr-o:before {
    content: "\ed07";
    }
        .fi-rr-obj-file:before {
    content: "\ed08";
    }
        .fi-rr-object-exclude:before {
    content: "\ed09";
    }
        .fi-rr-object-group:before {
    content: "\ed0a";
    }
        .fi-rr-object-intersect:before {
    content: "\ed0b";
    }
        .fi-rr-object-subtract:before {
    content: "\ed0c";
    }
        .fi-rr-object-ungroup:before {
    content: "\ed0d";
    }
        .fi-rr-object-union:before {
    content: "\ed0e";
    }
        .fi-rr-objects-column:before {
    content: "\ed10";
    }
        .fi-rr-octagon:before {
    content: "\ed11";
    }
        .fi-rr-octagon-check:before {
    content: "\ed12";
    }
        .fi-rr-octagon-divide:before {
    content: "\ed13";
    }
        .fi-rr-octagon-exclamation:before {
    content: "\ed14";
    }
        .fi-rr-octagon-minus:before {
    content: "\ed15";
    }
        .fi-rr-octagon-plus:before {
    content: "\ed16";
    }
        .fi-rr-octagon-xmark:before {
    content: "\ed17";
    }
        .fi-rr-october-calendar:before {
    content: "\ed19";
    }
        .fi-rr-office-chair:before {
    content: "\ed1a";
    }
        .fi-rr-oil-can:before {
    content: "\ed1c";
    }
        .fi-rr-oil-price:before {
    content: "\ed1d";
    }
        .fi-rr-oil-tank:before {
    content: "\ed1e";
    }
        .fi-rr-oil-temp:before {
    content: "\ed1f";
    }
        .fi-rr-old-people:before {
    content: "\ed21";
    }
        .fi-rr-olive:before {
    content: "\ed22";
    }
        .fi-rr-olive-branch-dove:before {
    content: "\ed23";
    }
        .fi-rr-olive-oil:before {
    content: "\ed24";
    }
        .fi-rr-olives:before {
    content: "\ed25";
    }
        .fi-rr-om:before {
    content: "\ed26";
    }
        .fi-rr-omega:before {
    content: "\ed27";
    }
        .fi-rr-on-air-square:before {
    content: "\ed28";
    }
        .fi-rr-onboarding:before {
    content: "\ed29";
    }
        .fi-rr-onigiri:before {
    content: "\ed2a";
    }
        .fi-rr-onion:before {
    content: "\ed2b";
    }
        .fi-rr-online-interview:before {
    content: "\ed2e";
    }
        .fi-rr-online-meet:before {
    content: "\ed2f";
    }
        .fi-rr-opacity:before {
    content: "\ed31";
    }
        .fi-rr-open:before {
    content: "\ed32";
    }
        .fi-rr-open-book-lightbulb:before {
    content: "\ed34";
    }
        .fi-rr-open-mail-clip:before {
    content: "\ed35";
    }
        .fi-rr-operating-system-upgrade:before {
    content: "\ed37";
    }
        .fi-rr-operation:before {
    content: "\ed38";
    }
        .fi-rr-optimization:before {
    content: "\ed39";
    }
        .fi-rr-orange-juice:before {
    content: "\ed3c";
    }
        .fi-rr-order-food-mobile:before {
    content: "\ed3d";
    }
        .fi-rr-order-food-online:before {
    content: "\ed3e";
    }
        .fi-rr-order-food-telephone:before {
    content: "\ed3f";
    }
        .fi-rr-order-history:before {
    content: "\ed40";
    }
        .fi-rr-organization-chart:before {
    content: "\ed41";
    }
        .fi-rr-ornament:before {
    content: "\ed42";
    }
        .fi-rr-otp:before {
    content: "\ed43";
    }
        .fi-rr-otter:before {
    content: "\ed44";
    }
        .fi-rr-outdent:before {
    content: "\ed46";
    }
        .fi-rr-oval:before {
    content: "\ed47";
    }
        .fi-rr-oval-alt:before {
    content: "\ed48";
    }
        .fi-rr-oven:before {
    content: "\ed49";
    }
        .fi-rr-overline:before {
    content: "\ed4a";
    }
        .fi-rr-overview:before {
    content: "\ed4b";
    }
        .fi-rr-p:before {
    content: "\ed4c";
    }
        .fi-rr-pacifier:before {
    content: "\ed4e";
    }
        .fi-rr-package:before {
    content: "\ed4f";
    }
        .fi-rr-paddle-tennis-player:before {
    content: "\ed50";
    }
        .fi-rr-paddle-tennis-racket:before {
    content: "\ed51";
    }
        .fi-rr-padlock-check:before {
    content: "\ed52";
    }
        .fi-rr-page-break:before {
    content: "\ed53";
    }
        .fi-rr-pager:before {
    content: "\ed54";
    }
        .fi-rr-paid:before {
    content: "\ed55";
    }
        .fi-rr-paint-brush:before {
    content: "\ed57";
    }
        .fi-rr-paint-roller:before {
    content: "\ed59";
    }
        .fi-rr-paintbrush-pencil:before {
    content: "\ed5b";
    }
        .fi-rr-palette:before {
    content: "\ed5c";
    }
        .fi-rr-pallet:before {
    content: "\ed5d";
    }
        .fi-rr-pallet-alt:before {
    content: "\ed5e";
    }
        .fi-rr-pan:before {
    content: "\ed5f";
    }
        .fi-rr-pan-food:before {
    content: "\ed60";
    }
        .fi-rr-pan-frying:before {
    content: "\ed61";
    }
        .fi-rr-pancakes:before {
    content: "\ed62";
    }
        .fi-rr-panorama:before {
    content: "\ed66";
    }
        .fi-rr-paper-plane:before {
    content: "\ed67";
    }
        .fi-rr-paper-plane-launch:before {
    content: "\ed68";
    }
        .fi-rr-paper-plane-top:before {
    content: "\ed69";
    }
        .fi-rr-paperclip-vertical:before {
    content: "\ed6a";
    }
        .fi-rr-parachute-box:before {
    content: "\ed6b";
    }
        .fi-rr-paragraph:before {
    content: "\ed6c";
    }
        .fi-rr-paragraph-left:before {
    content: "\ed6d";
    }
        .fi-rr-parking:before {
    content: "\ed6e";
    }
        .fi-rr-parking-circle:before {
    content: "\ed6f";
    }
        .fi-rr-parking-circle-slash:before {
    content: "\ed70";
    }
        .fi-rr-parking-slash:before {
    content: "\ed71";
    }
        .fi-rr-party-bell:before {
    content: "\ed74";
    }
        .fi-rr-party-horn:before {
    content: "\ed75";
    }
        .fi-rr-passenger-plane:before {
    content: "\ed76";
    }
        .fi-rr-passport:before {
    content: "\ed78";
    }
        .fi-rr-password:before {
    content: "\ed79";
    }
        .fi-rr-password-alt:before {
    content: "\ed7a";
    }
        .fi-rr-password-computer:before {
    content: "\ed7b";
    }
        .fi-rr-password-email:before {
    content: "\ed7c";
    }
        .fi-rr-password-lock:before {
    content: "\ed7d";
    }
        .fi-rr-password-magnifying-glass:before {
    content: "\ed7e";
    }
        .fi-rr-password-protection:before {
    content: "\ed7f";
    }
        .fi-rr-password-smartphone:before {
    content: "\ed80";
    }
        .fi-rr-paste:before {
    content: "\ed81";
    }
        .fi-rr-patient:before {
    content: "\ed82";
    }
        .fi-rr-patient-file:before {
    content: "\ed83";
    }
        .fi-rr-pattern:before {
    content: "\ed85";
    }
        .fi-rr-pause:before {
    content: "\ed86";
    }
        .fi-rr-pause-circle:before {
    content: "\ed87";
    }
        .fi-rr-pause-square:before {
    content: "\ed88";
    }
        .fi-rr-paw:before {
    content: "\ed89";
    }
        .fi-rr-paw-claws:before {
    content: "\ed8a";
    }
        .fi-rr-paw-heart:before {
    content: "\ed8b";
    }
        .fi-rr-pay-per-click:before {
    content: "\ed8c";
    }
        .fi-rr-payment-authentication:before {
    content: "\ed8d";
    }
        .fi-rr-payment-pos:before {
    content: "\ed8f";
    }
        .fi-rr-payment-qrcode:before {
    content: "\ed90";
    }
        .fi-rr-payroll:before {
    content: "\ed93";
    }
        .fi-rr-payroll-calendar:before {
    content: "\ed94";
    }
        .fi-rr-payroll-check:before {
    content: "\ed95";
    }
        .fi-rr-pc-chair:before {
    content: "\ed96";
    }
        .fi-rr-peace:before {
    content: "\ed97";
    }
        .fi-rr-peach:before {
    content: "\ed98";
    }
        .fi-rr-peanut:before {
    content: "\ed99";
    }
        .fi-rr-peanuts:before {
    content: "\ed9a";
    }
        .fi-rr-peapod:before {
    content: "\ed9b";
    }
        .fi-rr-pear:before {
    content: "\ed9c";
    }
        .fi-rr-pedestal:before {
    content: "\ed9d";
    }
        .fi-rr-pelvis:before {
    content: "\ed9e";
    }
        .fi-rr-pen-circle:before {
    content: "\ed9f";
    }
        .fi-rr-pen-clip:before {
    content: "\eda0";
    }
        .fi-rr-pen-clip-slash:before {
    content: "\eda1";
    }
        .fi-rr-pen-fancy:before {
    content: "\eda2";
    }
        .fi-rr-pen-fancy-slash:before {
    content: "\eda3";
    }
        .fi-rr-pen-field:before {
    content: "\eda4";
    }
        .fi-rr-pen-nib:before {
    content: "\eda5";
    }
        .fi-rr-pen-nib-slash:before {
    content: "\eda6";
    }
        .fi-rr-pen-slash:before {
    content: "\eda7";
    }
        .fi-rr-pen-square:before {
    content: "\eda8";
    }
        .fi-rr-pen-swirl:before {
    content: "\eda9";
    }
        .fi-rr-pencil:before {
    content: "\edaa";
    }
        .fi-rr-pencil-lightbulb:before {
    content: "\edab";
    }
        .fi-rr-pencil-paintbrush:before {
    content: "\edac";
    }
        .fi-rr-pencil-ruler:before {
    content: "\edad";
    }
        .fi-rr-pencil-slash:before {
    content: "\edae";
    }
        .fi-rr-pending:before {
    content: "\edaf";
    }
        .fi-rr-pennant:before {
    content: "\edb1";
    }
        .fi-rr-people:before {
    content: "\edb2";
    }
        .fi-rr-people-arrows-left-right:before {
    content: "\edb3";
    }
        .fi-rr-people-carry-box:before {
    content: "\edb4";
    }
        .fi-rr-people-dress:before {
    content: "\edb5";
    }
        .fi-rr-people-group:before {
    content: "\edb6";
    }
        .fi-rr-people-line:before {
    content: "\edb7";
    }
        .fi-rr-people-network-partner:before {
    content: "\edb8";
    }
        .fi-rr-people-pants:before {
    content: "\edb9";
    }
        .fi-rr-people-poll:before {
    content: "\edba";
    }
        .fi-rr-people-pulling:before {
    content: "\edbb";
    }
        .fi-rr-people-robbery:before {
    content: "\edbc";
    }
        .fi-rr-people-roof:before {
    content: "\edbd";
    }
        .fi-rr-pepper:before {
    content: "\edbe";
    }
        .fi-rr-pepper-alt:before {
    content: "\edbf";
    }
        .fi-rr-pepper-hot:before {
    content: "\edc0";
    }
        .fi-rr-peppermint:before {
    content: "\edc1";
    }
        .fi-rr-peppermint-tea:before {
    content: "\edc2";
    }
        .fi-rr-percent-10:before {
    content: "\edc3";
    }
        .fi-rr-percent-100:before {
    content: "\edc4";
    }
        .fi-rr-percent-20:before {
    content: "\edc5";
    }
        .fi-rr-percent-25:before {
    content: "\edc6";
    }
        .fi-rr-percent-30:before {
    content: "\edc7";
    }
        .fi-rr-percent-40:before {
    content: "\edc8";
    }
        .fi-rr-percent-50:before {
    content: "\edc9";
    }
        .fi-rr-percent-60:before {
    content: "\edca";
    }
        .fi-rr-percent-70:before {
    content: "\edcb";
    }
        .fi-rr-percent-75:before {
    content: "\edcc";
    }
        .fi-rr-percent-80:before {
    content: "\edcd";
    }
        .fi-rr-percent-90:before {
    content: "\edce";
    }
        .fi-rr-percentage:before {
    content: "\edcf";
    }
        .fi-rr-perfume:before {
    content: "\edd0";
    }
        .fi-rr-person-arrow-down-to-line:before {
    content: "\edd2";
    }
        .fi-rr-person-arrow-up-from-line:before {
    content: "\edd3";
    }
        .fi-rr-person-back-pain:before {
    content: "\edd4";
    }
        .fi-rr-person-battery:before {
    content: "\edd5";
    }
        .fi-rr-person-booth:before {
    content: "\edd6";
    }
        .fi-rr-person-breastfeeding:before {
    content: "\edd7";
    }
        .fi-rr-person-burst:before {
    content: "\edd8";
    }
        .fi-rr-person-carry-box:before {
    content: "\edd9";
    }
        .fi-rr-person-chalkboard:before {
    content: "\edda";
    }
        .fi-rr-person-circle-check:before {
    content: "\eddb";
    }
        .fi-rr-person-circle-exclamation:before {
    content: "\eddc";
    }
        .fi-rr-person-circle-minus:before {
    content: "\eddd";
    }
        .fi-rr-person-circle-plus:before {
    content: "\edde";
    }
        .fi-rr-person-circle-question:before {
    content: "\eddf";
    }
        .fi-rr-person-circle-xmark:before {
    content: "\ede0";
    }
        .fi-rr-person-climbing:before {
    content: "\ede1";
    }
        .fi-rr-person-cv:before {
    content: "\ede2";
    }
        .fi-rr-person-dolly:before {
    content: "\ede3";
    }
        .fi-rr-person-dolly-empty:before {
    content: "\ede4";
    }
        .fi-rr-person-dots-from-line:before {
    content: "\ede5";
    }
        .fi-rr-person-dragging-bag:before {
    content: "\ede6";
    }
        .fi-rr-person-dress:before {
    content: "\ede7";
    }
        .fi-rr-person-dress-burst:before {
    content: "\ede8";
    }
        .fi-rr-person-dress-simple:before {
    content: "\ede9";
    }
        .fi-rr-person-drowning:before {
    content: "\edea";
    }
        .fi-rr-person-falling:before {
    content: "\edeb";
    }
        .fi-rr-person-harassing:before {
    content: "\eded";
    }
        .fi-rr-person-luggage:before {
    content: "\edee";
    }
        .fi-rr-person-lunge:before {
    content: "\edef";
    }
        .fi-rr-person-military-pointing:before {
    content: "\edf0";
    }
        .fi-rr-person-military-rifle:before {
    content: "\edf1";
    }
        .fi-rr-person-military-to-person:before {
    content: "\edf2";
    }
        .fi-rr-person-pilates:before {
    content: "\edf3";
    }
        .fi-rr-person-praying:before {
    content: "\edf4";
    }
        .fi-rr-person-pregnant:before {
    content: "\edf5";
    }
        .fi-rr-person-presenting:before {
    content: "\edf6";
    }
        .fi-rr-person-rays:before {
    content: "\edf7";
    }
        .fi-rr-person-rifle:before {
    content: "\edf8";
    }
        .fi-rr-person-seat:before {
    content: "\edf9";
    }
        .fi-rr-person-seat-reclined:before {
    content: "\edfa";
    }
        .fi-rr-person-shelter:before {
    content: "\edfb";
    }
        .fi-rr-person-sign:before {
    content: "\edfc";
    }
        .fi-rr-person-simple:before {
    content: "\edfd";
    }
        .fi-rr-person-stress:before {
    content: "\edfe";
    }
        .fi-rr-person-surfing:before {
    content: "\edff";
    }
        .fi-rr-person-through-window:before {
    content: "\ee00";
    }
        .fi-rr-person-to-door:before {
    content: "\ee01";
    }
        .fi-rr-person-walking-arrow-loop-left:before {
    content: "\ee02";
    }
        .fi-rr-person-walking-arrow-right:before {
    content: "\ee03";
    }
        .fi-rr-person-walking-from-line-arrow-right:before {
    content: "\ee05";
    }
        .fi-rr-person-walking-with-cane:before {
    content: "\ee06";
    }
        .fi-rr-peseta-sign:before {
    content: "\ee08";
    }
        .fi-rr-peso-sign:before {
    content: "\ee09";
    }
        .fi-rr-pets:before {
    content: "\ee0a";
    }
        .fi-rr-pharmacy:before {
    content: "\ee0c";
    }
        .fi-rr-pharmacy-symbol:before {
    content: "\ee0d";
    }
        .fi-rr-phishing:before {
    content: "\ee10";
    }
        .fi-rr-phone-24h:before {
    content: "\ee11";
    }
        .fi-rr-phone-addiction:before {
    content: "\ee12";
    }
        .fi-rr-phone-call:before {
    content: "\ee13";
    }
        .fi-rr-phone-cross:before {
    content: "\ee14";
    }
        .fi-rr-phone-flip:before {
    content: "\ee15";
    }
        .fi-rr-phone-guide:before {
    content: "\ee16";
    }
        .fi-rr-phone-heart-message:before {
    content: "\ee17";
    }
        .fi-rr-phone-intercom:before {
    content: "\ee18";
    }
        .fi-rr-phone-megaphone:before {
    content: "\ee19";
    }
        .fi-rr-phone-office:before {
    content: "\ee1a";
    }
        .fi-rr-phone-pause:before {
    content: "\ee1b";
    }
        .fi-rr-phone-plus:before {
    content: "\ee1c";
    }
        .fi-rr-phone-rotary:before {
    content: "\ee1d";
    }
        .fi-rr-phone-slash:before {
    content: "\ee1e";
    }
        .fi-rr-photo-capture:before {
    content: "\ee1f";
    }
        .fi-rr-photo-film-music:before {
    content: "\ee21";
    }
        .fi-rr-photo-video:before {
    content: "\ee22";
    }
        .fi-rr-physics:before {
    content: "\ee29";
    }
        .fi-rr-pi:before {
    content: "\ee2a";
    }
        .fi-rr-piano:before {
    content: "\ee2b";
    }
        .fi-rr-piano-keyboard:before {
    content: "\ee2c";
    }
        .fi-rr-picaxe-minning:before {
    content: "\ee2d";
    }
        .fi-rr-pickaxe:before {
    content: "\ee2e";
    }
        .fi-rr-picking:before {
    content: "\ee2f";
    }
        .fi-rr-picking-box:before {
    content: "\ee30";
    }
        .fi-rr-picnic:before {
    content: "\ee31";
    }
        .fi-rr-picpeople:before {
    content: "\ee32";
    }
        .fi-rr-picpeople-filled:before {
    content: "\ee33";
    }
        .fi-rr-picture:before {
    content: "\ee34";
    }
        .fi-rr-pie:before {
    content: "\ee35";
    }
        .fi-rr-piece:before {
    content: "\ee36";
    }
        .fi-rr-pig:before {
    content: "\ee37";
    }
        .fi-rr-pig-bank-bulb:before {
    content: "\ee38";
    }
        .fi-rr-pig-face:before {
    content: "\ee39";
    }
        .fi-rr-piggy-bank:before {
    content: "\ee3a";
    }
        .fi-rr-piggy-bank-budget:before {
    content: "\ee3b";
    }
        .fi-rr-pilates-reformer:before {
    content: "\ee3c";
    }
        .fi-rr-pillar:before {
    content: "\ee3d";
    }
        .fi-rr-pills:before {
    content: "\ee3e";
    }
        .fi-rr-pin-to-pin:before {
    content: "\ee3f";
    }
        .fi-rr-pinata:before {
    content: "\ee40";
    }
        .fi-rr-pineapple:before {
    content: "\ee41";
    }
        .fi-rr-pineapple-alt:before {
    content: "\ee42";
    }
        .fi-rr-ping-pong:before {
    content: "\ee43";
    }
        .fi-rr-pipe-smoking:before {
    content: "\ee45";
    }
        .fi-rr-pisa-tower:before {
    content: "\ee48";
    }
        .fi-rr-pizza-box:before {
    content: "\ee4a";
    }
        .fi-rr-pizza-slice:before {
    content: "\ee4b";
    }
        .fi-rr-pizza-whole-slice:before {
    content: "\ee4c";
    }
        .fi-rr-place-of-worship:before {
    content: "\ee4d";
    }
        .fi-rr-plagiarism:before {
    content: "\ee4e";
    }
        .fi-rr-plan:before {
    content: "\ee4f";
    }
        .fi-rr-plan-strategy:before {
    content: "\ee50";
    }
        .fi-rr-plane:before {
    content: "\ee51";
    }
        .fi-rr-plane-alt:before {
    content: "\ee52";
    }
        .fi-rr-plane-arrival:before {
    content: "\ee53";
    }
        .fi-rr-plane-check:before {
    content: "\ee54";
    }
        .fi-rr-plane-clock:before {
    content: "\ee55";
    }
        .fi-rr-plane-departure:before {
    content: "\ee56";
    }
        .fi-rr-plane-globe:before {
    content: "\ee57";
    }
        .fi-rr-plane-lock:before {
    content: "\ee58";
    }
        .fi-rr-plane-prop:before {
    content: "\ee59";
    }
        .fi-rr-plane-slash:before {
    content: "\ee5a";
    }
        .fi-rr-plane-tail:before {
    content: "\ee5b";
    }
        .fi-rr-planet-moon:before {
    content: "\ee5e";
    }
        .fi-rr-planet-ringed:before {
    content: "\ee5f";
    }
        .fi-rr-plant-care:before {
    content: "\ee61";
    }
        .fi-rr-plant-growth:before {
    content: "\ee62";
    }
        .fi-rr-plant-seed-invest:before {
    content: "\ee63";
    }
        .fi-rr-plant-wilt:before {
    content: "\ee64";
    }
        .fi-rr-plate:before {
    content: "\ee65";
    }
        .fi-rr-plate-eating:before {
    content: "\ee66";
    }
        .fi-rr-plate-empty:before {
    content: "\ee67";
    }
        .fi-rr-plate-utensils:before {
    content: "\ee68";
    }
        .fi-rr-plate-wheat:before {
    content: "\ee69";
    }
        .fi-rr-play:before {
    content: "\ee6a";
    }
        .fi-rr-play-alt:before {
    content: "\ee6b";
    }
        .fi-rr-play-circle:before {
    content: "\ee6c";
    }
        .fi-rr-play-microphone:before {
    content: "\ee6d";
    }
        .fi-rr-play-pause:before {
    content: "\ee6e";
    }
        .fi-rr-playing-cards:before {
    content: "\ee6f";
    }
        .fi-rr-plug:before {
    content: "\ee71";
    }
        .fi-rr-plug-alt:before {
    content: "\ee72";
    }
        .fi-rr-plug-bolt-charger:before {
    content: "\ee73";
    }
        .fi-rr-plug-cable:before {
    content: "\ee74";
    }
        .fi-rr-plug-circle-bolt:before {
    content: "\ee75";
    }
        .fi-rr-plug-circle-check:before {
    content: "\ee76";
    }
        .fi-rr-plug-circle-exclamation:before {
    content: "\ee77";
    }
        .fi-rr-plug-circle-minus:before {
    content: "\ee78";
    }
        .fi-rr-plug-circle-plus:before {
    content: "\ee79";
    }
        .fi-rr-plug-connection:before {
    content: "\ee7a";
    }
        .fi-rr-plug-eco:before {
    content: "\ee7b";
    }
        .fi-rr-plumbing:before {
    content: "\ee7d";
    }
        .fi-rr-plus:before {
    content: "\ee7f";
    }
        .fi-rr-plus-hexagon:before {
    content: "\ee80";
    }
        .fi-rr-plus-minus:before {
    content: "\ee81";
    }
        .fi-rr-plus-small:before {
    content: "\ee82";
    }
        .fi-rr-png-file:before {
    content: "\ee83";
    }
        .fi-rr-podcast:before {
    content: "\ee84";
    }
        .fi-rr-podium:before {
    content: "\ee85";
    }
        .fi-rr-podium-award:before {
    content: "\ee86";
    }
        .fi-rr-podium-star:before {
    content: "\ee87";
    }
        .fi-rr-podium-victory-leader:before {
    content: "\ee88";
    }
        .fi-rr-point-of-sale:before {
    content: "\ee89";
    }
        .fi-rr-point-of-sale-bill:before {
    content: "\ee8a";
    }
        .fi-rr-point-of-sale-signal:before {
    content: "\ee8f";
    }
        .fi-rr-pointer-loading:before {
    content: "\ee92";
    }
        .fi-rr-pointer-text:before {
    content: "\ee93";
    }
        .fi-rr-poker-chip:before {
    content: "\ee94";
    }
        .fi-rr-police-box:before {
    content: "\ee95";
    }
        .fi-rr-polish-bottle:before {
    content: "\ee96";
    }
        .fi-rr-polish-brush:before {
    content: "\ee97";
    }
        .fi-rr-poll-h:before {
    content: "\ee98";
    }
        .fi-rr-pollution:before {
    content: "\ee99";
    }
        .fi-rr-pompebled:before {
    content: "\ee9a";
    }
        .fi-rr-poo:before {
    content: "\ee9b";
    }
        .fi-rr-poo-bolt:before {
    content: "\ee9c";
    }
        .fi-rr-pool-8-ball:before {
    content: "\ee9d";
    }
        .fi-rr-poop:before {
    content: "\ee9e";
    }
        .fi-rr-pop:before {
    content: "\ee9f";
    }
        .fi-rr-popcorn:before {
    content: "\eea0";
    }
        .fi-rr-popsicle:before {
    content: "\eea1";
    }
        .fi-rr-population:before {
    content: "\eea2";
    }
        .fi-rr-population-globe:before {
    content: "\eea3";
    }
        .fi-rr-portal-enter:before {
    content: "\eea4";
    }
        .fi-rr-portal-exit:before {
    content: "\eea5";
    }
        .fi-rr-portrait:before {
    content: "\eea7";
    }
        .fi-rr-portuguese:before {
    content: "\eea8";
    }
        .fi-rr-postal-address:before {
    content: "\eea9";
    }
        .fi-rr-pot:before {
    content: "\eeab";
    }
        .fi-rr-potato:before {
    content: "\eeac";
    }
        .fi-rr-pound:before {
    content: "\eead";
    }
        .fi-rr-power:before {
    content: "\eeae";
    }
        .fi-rr-powerbank:before {
    content: "\eeaf";
    }
        .fi-rr-ppt-file:before {
    content: "\eeb0";
    }
        .fi-rr-practice:before {
    content: "\eeb1";
    }
        .fi-rr-praying-hands:before {
    content: "\eeb2";
    }
        .fi-rr-premium-account:before {
    content: "\eeb5";
    }
        .fi-rr-prescription:before {
    content: "\eeb6";
    }
        .fi-rr-prescription-bottle:before {
    content: "\eeb7";
    }
        .fi-rr-prescription-bottle-alt:before {
    content: "\eeb8";
    }
        .fi-rr-prescription-bottle-pill:before {
    content: "\eeb9";
    }
        .fi-rr-presentation:before {
    content: "\eeba";
    }
        .fi-rr-presentation-folder:before {
    content: "\eebb";
    }
        .fi-rr-pretzel:before {
    content: "\eebc";
    }
        .fi-rr-preview:before {
    content: "\eebd";
    }
        .fi-rr-previous-square:before {
    content: "\eebe";
    }
        .fi-rr-print:before {
    content: "\eebf";
    }
        .fi-rr-print-magnifying-glass:before {
    content: "\eec0";
    }
        .fi-rr-print-slash:before {
    content: "\eec1";
    }
        .fi-rr-print-wifi:before {
    content: "\eec2";
    }
        .fi-rr-priority-arrow:before {
    content: "\eec4";
    }
        .fi-rr-priority-arrows:before {
    content: "\eec5";
    }
        .fi-rr-priority-importance:before {
    content: "\eec7";
    }
        .fi-rr-privacy-settings:before {
    content: "\eeca";
    }
        .fi-rr-private-account:before {
    content: "\eecb";
    }
        .fi-rr-problem-solving:before {
    content: "\eecc";
    }
        .fi-rr-procedures:before {
    content: "\eecd";
    }
        .fi-rr-process:before {
    content: "\eece";
    }
        .fi-rr-productivity:before {
    content: "\eed0";
    }
        .fi-rr-progress-complete:before {
    content: "\eed8";
    }
        .fi-rr-progress-download:before {
    content: "\eed9";
    }
        .fi-rr-progress-upload:before {
    content: "\eeda";
    }
        .fi-rr-projector:before {
    content: "\eedb";
    }
        .fi-rr-protein-shake:before {
    content: "\eedc";
    }
        .fi-rr-protractor:before {
    content: "\eedd";
    }
        .fi-rr-psychology:before {
    content: "\eede";
    }
        .fi-rr-pulse:before {
    content: "\eedf";
    }
        .fi-rr-pump:before {
    content: "\eee0";
    }
        .fi-rr-pump-medical:before {
    content: "\eee1";
    }
        .fi-rr-pumpkin:before {
    content: "\eee2";
    }
        .fi-rr-pumpkin-alt:before {
    content: "\eee3";
    }
        .fi-rr-pumpkin-alt-2:before {
    content: "\eee4";
    }
        .fi-rr-punching-bag:before {
    content: "\eee5";
    }
        .fi-rr-puzzle:before {
    content: "\eee6";
    }
        .fi-rr-puzzle-alt:before {
    content: "\eee7";
    }
        .fi-rr-puzzle-piece-integration:before {
    content: "\eeea";
    }
        .fi-rr-puzzle-pieces:before {
    content: "\eeeb";
    }
        .fi-rr-pyramid:before {
    content: "\eeec";
    }
        .fi-rr-q:before {
    content: "\eeee";
    }
        .fi-rr-QR:before {
    content: "\eeef";
    }
        .fi-rr-qr-scan:before {
    content: "\eef0";
    }
        .fi-rr-qrcode:before {
    content: "\eef1";
    }
        .fi-rr-qrcode-box:before {
    content: "\eef2";
    }
        .fi-rr-qrcode-information:before {
    content: "\eef3";
    }
        .fi-rr-qrcode-location:before {
    content: "\eef4";
    }
        .fi-rr-qrcode-menu:before {
    content: "\eef5";
    }
        .fi-rr-qrcode-money:before {
    content: "\eef6";
    }
        .fi-rr-qrcode-ticket:before {
    content: "\eef7";
    }
        .fi-rr-qrcode-wifi:before {
    content: "\eef8";
    }
        .fi-rr-quality:before {
    content: "\eef9";
    }
        .fi-rr-question:before {
    content: "\eefb";
    }
        .fi-rr-question-square:before {
    content: "\eefc";
    }
        .fi-rr-queue:before {
    content: "\eefd";
    }
        .fi-rr-queue-alt:before {
    content: "\eefe";
    }
        .fi-rr-queue-line:before {
    content: "\eeff";
    }
        .fi-rr-queue-signal:before {
    content: "\ef00";
    }
        .fi-rr-quick-box:before {
    content: "\ef01";
    }
        .fi-rr-quill-pen-story:before {
    content: "\ef02";
    }
        .fi-rr-quiz:before {
    content: "\ef03";
    }
        .fi-rr-quiz-alt:before {
    content: "\ef04";
    }
        .fi-rr-quote-right:before {
    content: "\ef06";
    }
        .fi-rr-quran-user:before {
    content: "\ef08";
    }
        .fi-rr-r:before {
    content: "\ef09";
    }
        .fi-rr-rabbit:before {
    content: "\ef0a";
    }
        .fi-rr-rabbit-fast:before {
    content: "\ef0b";
    }
        .fi-rr-raccoon:before {
    content: "\ef0c";
    }
        .fi-rr-racquet:before {
    content: "\ef0d";
    }
        .fi-rr-radar:before {
    content: "\ef0e";
    }
        .fi-rr-radar-monitoring-track:before {
    content: "\ef0f";
    }
        .fi-rr-radiation:before {
    content: "\ef10";
    }
        .fi-rr-radiation-alt:before {
    content: "\ef11";
    }
        .fi-rr-radio:before {
    content: "\ef12";
    }
        .fi-rr-radio-alt:before {
    content: "\ef13";
    }
        .fi-rr-radio-button:before {
    content: "\ef14";
    }
        .fi-rr-radio-tower:before {
    content: "\ef16";
    }
        .fi-rr-radio-waves:before {
    content: "\ef17";
    }
        .fi-rr-radish:before {
    content: "\ef18";
    }
        .fi-rr-rainbow:before {
    content: "\ef19";
    }
        .fi-rr-raindrops:before {
    content: "\ef1a";
    }
        .fi-rr-ram:before {
    content: "\ef1b";
    }
        .fi-rr-ramp-loading:before {
    content: "\ef1c";
    }
        .fi-rr-rank:before {
    content: "\ef1d";
    }
        .fi-rr-ranking-podium:before {
    content: "\ef1e";
    }
        .fi-rr-ranking-podium-empty:before {
    content: "\ef1f";
    }
        .fi-rr-ranking-star:before {
    content: "\ef20";
    }
        .fi-rr-ranking-stars:before {
    content: "\ef21";
    }
        .fi-rr-raygun:before {
    content: "\ef23";
    }
        .fi-rr-razor-barber:before {
    content: "\ef24";
    }
        .fi-rr-react:before {
    content: "\ef25";
    }
        .fi-rr-rec:before {
    content: "\ef26";
    }
        .fi-rr-receipt:before {
    content: "\ef27";
    }
        .fi-rr-recipe:before {
    content: "\ef28";
    }
        .fi-rr-recipe-book:before {
    content: "\ef29";
    }
        .fi-rr-record-vinyl:before {
    content: "\ef2a";
    }
        .fi-rr-rectabgle-vertical:before {
    content: "\ef2b";
    }
        .fi-rr-rectangle-barcode:before {
    content: "\ef2c";
    }
        .fi-rr-rectangle-code:before {
    content: "\ef2d";
    }
        .fi-rr-rectangle-history-circle-plus:before {
    content: "\ef2e";
    }
        .fi-rr-rectangle-horizontal:before {
    content: "\ef2f";
    }
        .fi-rr-rectangle-list:before {
    content: "\ef30";
    }
        .fi-rr-rectangle-panoramic:before {
    content: "\ef31";
    }
        .fi-rr-rectangle-pro:before {
    content: "\ef32";
    }
        .fi-rr-rectangle-vertical:before {
    content: "\ef33";
    }
        .fi-rr-rectangle-vertical-history:before {
    content: "\ef34";
    }
        .fi-rr-rectangle-xmark:before {
    content: "\ef35";
    }
        .fi-rr-rectangles-mixed:before {
    content: "\ef36";
    }
        .fi-rr-recycle:before {
    content: "\ef37";
    }
        .fi-rr-recycle-bin:before {
    content: "\ef38";
    }
        .fi-rr-redo:before {
    content: "\ef3b";
    }
        .fi-rr-redo-alt:before {
    content: "\ef3c";
    }
        .fi-rr-reel:before {
    content: "\ef3d";
    }
        .fi-rr-refer:before {
    content: "\ef3e";
    }
        .fi-rr-refer-arrow:before {
    content: "\ef3f";
    }
        .fi-rr-referee:before {
    content: "\ef40";
    }
        .fi-rr-referral:before {
    content: "\ef43";
    }
        .fi-rr-referral-alt:before {
    content: "\ef44";
    }
        .fi-rr-referral-link-arrow:before {
    content: "\ef45";
    }
        .fi-rr-referral-user:before {
    content: "\ef46";
    }
        .fi-rr-reflect:before {
    content: "\ef47";
    }
        .fi-rr-reflect-horizontal:before {
    content: "\ef48";
    }
        .fi-rr-reflect-horizontal-alt:before {
    content: "\ef49";
    }
        .fi-rr-reflect-vertical:before {
    content: "\ef4a";
    }
        .fi-rr-refresh:before {
    content: "\ef4b";
    }
        .fi-rr-refrigerator:before {
    content: "\ef4c";
    }
        .fi-rr-refund:before {
    content: "\ef4d";
    }
        .fi-rr-refund-alt:before {
    content: "\ef4e";
    }
        .fi-rr-region-pin:before {
    content: "\ef4f";
    }
        .fi-rr-region-pin-alt:before {
    content: "\ef50";
    }
        .fi-rr-registered:before {
    content: "\ef51";
    }
        .fi-rr-registration-paper:before {
    content: "\ef54";
    }
        .fi-rr-remote-access:before {
    content: "\ef56";
    }
        .fi-rr-remote-control:before {
    content: "\ef57";
    }
        .fi-rr-remote-control-hand:before {
    content: "\ef58";
    }
        .fi-rr-remove-folder:before {
    content: "\ef59";
    }
        .fi-rr-remove-user:before {
    content: "\ef5a";
    }
        .fi-rr-rent:before {
    content: "\ef5b";
    }
        .fi-rr-rent-signal:before {
    content: "\ef5c";
    }
        .fi-rr-replace:before {
    content: "\ef5d";
    }
        .fi-rr-replay-10:before {
    content: "\ef5f";
    }
        .fi-rr-replay-30:before {
    content: "\ef60";
    }
        .fi-rr-replay-5:before {
    content: "\ef61";
    }
        .fi-rr-reply-all:before {
    content: "\ef62";
    }
        .fi-rr-republican:before {
    content: "\ef63";
    }
        .fi-rr-research-arrows-circle:before {
    content: "\ef64";
    }
        .fi-rr-reservation-smartphone:before {
    content: "\ef65";
    }
        .fi-rr-reservation-table:before {
    content: "\ef66";
    }
        .fi-rr-resistance-band:before {
    content: "\ef67";
    }
        .fi-rr-resize:before {
    content: "\ef68";
    }
        .fi-rr-resize-screen:before {
    content: "\ef69";
    }
        .fi-rr-resources:before {
    content: "\ef6a";
    }
        .fi-rr-responsability:before {
    content: "\ef6b";
    }
        .fi-rr-responsive-design:before {
    content: "\ef6c";
    }
        .fi-rr-restaurant:before {
    content: "\ef6d";
    }
        .fi-rr-restaurant-sign:before {
    content: "\ef6e";
    }
        .fi-rr-restock:before {
    content: "\ef6f";
    }
        .fi-rr-restroom-simple:before {
    content: "\ef70";
    }
        .fi-rr-resume:before {
    content: "\ef71";
    }
        .fi-rr-Revenue:before {
    content: "\ef73";
    }
        .fi-rr-revenue-alt:before {
    content: "\ef74";
    }
        .fi-rr-revenue-euro:before {
    content: "\ef75";
    }
        .fi-rr-review:before {
    content: "\ef77";
    }
        .fi-rr-rewind:before {
    content: "\ef78";
    }
        .fi-rr-rewind-button-circle:before {
    content: "\ef79";
    }
        .fi-rr-rhombus:before {
    content: "\ef7a";
    }
        .fi-rr-ribbon:before {
    content: "\ef7b";
    }
        .fi-rr-right:before {
    content: "\ef7c";
    }
        .fi-rr-right-from-bracket:before {
    content: "\ef7d";
    }
        .fi-rr-ring:before {
    content: "\ef7f";
    }
        .fi-rr-ring-diamond:before {
    content: "\ef80";
    }
        .fi-rr-rings-wedding:before {
    content: "\ef81";
    }
        .fi-rr-risk:before {
    content: "\ef82";
    }
        .fi-rr-risk-alt:before {
    content: "\ef83";
    }
        .fi-rr-risk-assessment:before {
    content: "\ef84";
    }
        .fi-rr-road:before {
    content: "\ef85";
    }
        .fi-rr-road-barrier:before {
    content: "\ef86";
    }
        .fi-rr-road-bridge:before {
    content: "\ef87";
    }
        .fi-rr-road-check:before {
    content: "\ef88";
    }
        .fi-rr-road-lock:before {
    content: "\ef89";
    }
        .fi-rr-road-map-pin:before {
    content: "\ef8a";
    }
        .fi-rr-road-sign-left:before {
    content: "\ef8b";
    }
        .fi-rr-roadmap:before {
    content: "\ef8c";
    }
        .fi-rr-robot:before {
    content: "\ef8d";
    }
        .fi-rr-robot-money:before {
    content: "\ef8e";
    }
        .fi-rr-robotic-arm:before {
    content: "\ef8f";
    }
        .fi-rr-rock:before {
    content: "\ef90";
    }
        .fi-rr-rock-hair-user:before {
    content: "\ef91";
    }
        .fi-rr-rock-hammer:before {
    content: "\ef92";
    }
        .fi-rr-rocket:before {
    content: "\ef93";
    }
        .fi-rr-rocket-hand:before {
    content: "\ef95";
    }
        .fi-rr-rocket-holding-hand:before {
    content: "\ef96";
    }
        .fi-rr-rocket-lunch:before {
    content: "\ef97";
    }
        .fi-rr-rocket-planet:before {
    content: "\ef98";
    }
        .fi-rr-rocking-horse:before {
    content: "\ef99";
    }
        .fi-rr-rocks:before {
    content: "\ef9a";
    }
        .fi-rr-roller-coaster:before {
    content: "\ef9d";
    }
        .fi-rr-roller-skate:before {
    content: "\ef9e";
    }
        .fi-rr-roller-skater:before {
    content: "\ef9f";
    }
        .fi-rr-roof:before {
    content: "\efa0";
    }
        .fi-rr-room-service:before {
    content: "\efa1";
    }
        .fi-rr-rose:before {
    content: "\efa2";
    }
        .fi-rr-rose-alt:before {
    content: "\efa3";
    }
        .fi-rr-rotate-exclamation:before {
    content: "\efa4";
    }
        .fi-rr-rotate-left:before {
    content: "\efa5";
    }
        .fi-rr-rotate-reverse:before {
    content: "\efa6";
    }
        .fi-rr-rotate-right:before {
    content: "\efa7";
    }
        .fi-rr-rotate-square:before {
    content: "\efa8";
    }
        .fi-rr-roulette:before {
    content: "\efa9";
    }
        .fi-rr-round-cctv:before {
    content: "\efaa";
    }
        .fi-rr-route:before {
    content: "\efab";
    }
        .fi-rr-route-highway:before {
    content: "\efac";
    }
        .fi-rr-route-interstate:before {
    content: "\efad";
    }
        .fi-rr-router:before {
    content: "\efae";
    }
        .fi-rr-router-lock:before {
    content: "\efaf";
    }
        .fi-rr-router-wifi:before {
    content: "\efb0";
    }
        .fi-rr-router-wifi-alt:before {
    content: "\efb1";
    }
        .fi-rr-rss:before {
    content: "\efb2";
    }
        .fi-rr-rss-alt:before {
    content: "\efb3";
    }
        .fi-rr-ruble-sign:before {
    content: "\efb4";
    }
        .fi-rr-rugby:before {
    content: "\efb5";
    }
        .fi-rr-ruler-combined:before {
    content: "\efb7";
    }
        .fi-rr-ruler-horizontal:before {
    content: "\efb8";
    }
        .fi-rr-ruler-triangle:before {
    content: "\efb9";
    }
        .fi-rr-ruler-vertical:before {
    content: "\efba";
    }
        .fi-rr-rules:before {
    content: "\efbb";
    }
        .fi-rr-rules-alt:before {
    content: "\efbc";
    }
        .fi-rr-running:before {
    content: "\efbd";
    }
        .fi-rr-running-track:before {
    content: "\efbe";
    }
        .fi-rr-rupee-sign:before {
    content: "\efbf";
    }
        .fi-rr-rupiah-sign:before {
    content: "\efc0";
    }
        .fi-rr-russian:before {
    content: "\efc1";
    }
        .fi-rr-rv:before {
    content: "\efc2";
    }
        .fi-rr-s:before {
    content: "\efc3";
    }
        .fi-rr-sack:before {
    content: "\efc4";
    }
        .fi-rr-sack-dollar:before {
    content: "\efc5";
    }
        .fi-rr-sad:before {
    content: "\efc6";
    }
        .fi-rr-sad-cry:before {
    content: "\efc7";
    }
        .fi-rr-sad-tear:before {
    content: "\efc8";
    }
        .fi-rr-safe-battery:before {
    content: "\efc9";
    }
        .fi-rr-safe-box:before {
    content: "\efca";
    }
        .fi-rr-safety-glasses:before {
    content: "\efcb";
    }
        .fi-rr-safety-zone:before {
    content: "\efcc";
    }
        .fi-rr-saffron:before {
    content: "\efcd";
    }
        .fi-rr-sailboat:before {
    content: "\efce";
    }
        .fi-rr-salad:before {
    content: "\efcf";
    }
        .fi-rr-salary-alt:before {
    content: "\efd1";
    }
        .fi-rr-salt-pepper:before {
    content: "\efd2";
    }
        .fi-rr-salt-shaker:before {
    content: "\efd3";
    }
        .fi-rr-sandwich:before {
    content: "\efd5";
    }
        .fi-rr-sandwich-alt:before {
    content: "\efd6";
    }
        .fi-rr-sanitary-pad:before {
    content: "\efd7";
    }
        .fi-rr-satellite:before {
    content: "\efda";
    }
        .fi-rr-satellite-dish:before {
    content: "\efdb";
    }
        .fi-rr-satisfaction-bar:before {
    content: "\efdc";
    }
        .fi-rr-saturday:before {
    content: "\efdd";
    }
        .fi-rr-sauce:before {
    content: "\efde";
    }
        .fi-rr-sausage:before {
    content: "\efdf";
    }
        .fi-rr-sax-hot:before {
    content: "\efe1";
    }
        .fi-rr-saxophone:before {
    content: "\efe2";
    }
        .fi-rr-scale:before {
    content: "\efe3";
    }
        .fi-rr-scale-comparison:before {
    content: "\efe4";
    }
        .fi-rr-scale-comparison-alt:before {
    content: "\efe5";
    }
        .fi-rr-scalpel:before {
    content: "\efe6";
    }
        .fi-rr-scalpel-path:before {
    content: "\efe7";
    }
        .fi-rr-scanner-gun:before {
    content: "\efe8";
    }
        .fi-rr-scanner-image:before {
    content: "\efe9";
    }
        .fi-rr-scanner-keyboard:before {
    content: "\efea";
    }
        .fi-rr-scanner-touchscreen:before {
    content: "\efeb";
    }
        .fi-rr-scarecrow:before {
    content: "\efec";
    }
        .fi-rr-scarf:before {
    content: "\efed";
    }
        .fi-rr-schedule:before {
    content: "\efee";
    }
        .fi-rr-school:before {
    content: "\efef";
    }
        .fi-rr-school-bus:before {
    content: "\eff0";
    }
        .fi-rr-school-circle-chek:before {
    content: "\eff2";
    }
        .fi-rr-school-circle-exclamation:before {
    content: "\eff3";
    }
        .fi-rr-school-circle-xmark:before {
    content: "\eff4";
    }
        .fi-rr-school-lock:before {
    content: "\eff5";
    }
        .fi-rr-science-podcast:before {
    content: "\eff6";
    }
        .fi-rr-scissors:before {
    content: "\eff7";
    }
        .fi-rr-scone:before {
    content: "\eff8";
    }
        .fi-rr-scooter:before {
    content: "\eff9";
    }
        .fi-rr-score-board:before {
    content: "\effa";
    }
        .fi-rr-screen:before {
    content: "\effc";
    }
        .fi-rr-screen-play:before {
    content: "\effd";
    }
        .fi-rr-screen-recorder:before {
    content: "\effe";
    }
        .fi-rr-screen-share:before {
    content: "\efff";
    }
        .fi-rr-screen-shield:before {
    content: "\f000";
    }
        .fi-rr-screencast:before {
    content: "\f002";
    }
        .fi-rr-screw:before {
    content: "\f003";
    }
        .fi-rr-screw-alt:before {
    content: "\f004";
    }
        .fi-rr-screwdriver:before {
    content: "\f005";
    }
        .fi-rr-scribble:before {
    content: "\f006";
    }
        .fi-rr-script:before {
    content: "\f007";
    }
        .fi-rr-scroll:before {
    content: "\f008";
    }
        .fi-rr-scroll-document-story:before {
    content: "\f009";
    }
        .fi-rr-scroll-old:before {
    content: "\f00a";
    }
        .fi-rr-scroll-torah:before {
    content: "\f00b";
    }
        .fi-rr-scrubber:before {
    content: "\f00c";
    }
        .fi-rr-sculpture:before {
    content: "\f00d";
    }
        .fi-rr-scythe:before {
    content: "\f00e";
    }
        .fi-rr-sd-card:before {
    content: "\f00f";
    }
        .fi-rr-sd-cards:before {
    content: "\f010";
    }
        .fi-rr-sea-wave:before {
    content: "\f011";
    }
        .fi-rr-seal:before {
    content: "\f012";
    }
        .fi-rr-seal-exclamation:before {
    content: "\f013";
    }
        .fi-rr-seal-question:before {
    content: "\f014";
    }
        .fi-rr-search:before {
    content: "\f015";
    }
        .fi-rr-search-alt:before {
    content: "\f016";
    }
        .fi-rr-search-bar:before {
    content: "\f017";
    }
        .fi-rr-search-dollar:before {
    content: "\f018";
    }
        .fi-rr-search-heart:before {
    content: "\f019";
    }
        .fi-rr-search-location:before {
    content: "\f01a";
    }
        .fi-rr-seat-airline:before {
    content: "\f01b";
    }
        .fi-rr-seatbelt-safety-driver:before {
    content: "\f01c";
    }
        .fi-rr-second:before {
    content: "\f01d";
    }
        .fi-rr-second-award:before {
    content: "\f01e";
    }
        .fi-rr-second-laurel:before {
    content: "\f01f";
    }
        .fi-rr-second-medal:before {
    content: "\f020";
    }
        .fi-rr-secure-backup:before {
    content: "\f022";
    }
        .fi-rr-security:before {
    content: "\f023";
    }
        .fi-rr-security-gate:before {
    content: "\f024";
    }
        .fi-rr-seedling:before {
    content: "\f025";
    }
        .fi-rr-segway:before {
    content: "\f026";
    }
        .fi-rr-selection:before {
    content: "\f028";
    }
        .fi-rr-self-care:before {
    content: "\f029";
    }
        .fi-rr-sell:before {
    content: "\f02a";
    }
        .fi-rr-seller:before {
    content: "\f02b";
    }
        .fi-rr-seller-store:before {
    content: "\f02c";
    }
        .fi-rr-selling:before {
    content: "\f02e";
    }
        .fi-rr-send-back:before {
    content: "\f030";
    }
        .fi-rr-send-backward:before {
    content: "\f031";
    }
        .fi-rr-send-money:before {
    content: "\f032";
    }
        .fi-rr-send-money-smartphone:before {
    content: "\f033";
    }
        .fi-rr-sensor:before {
    content: "\f034";
    }
        .fi-rr-sensor-alert:before {
    content: "\f035";
    }
        .fi-rr-sensor-fire:before {
    content: "\f036";
    }
        .fi-rr-sensor-on:before {
    content: "\f037";
    }
        .fi-rr-sensor-smoke:before {
    content: "\f038";
    }
        .fi-rr-september-calendar:before {
    content: "\f039";
    }
        .fi-rr-serum:before {
    content: "\f03a";
    }
        .fi-rr-session-timeout:before {
    content: "\f03c";
    }
        .fi-rr-settings:before {
    content: "\f03d";
    }
        .fi-rr-settings-sliders:before {
    content: "\f03e";
    }
        .fi-rr-settings-window:before {
    content: "\f03f";
    }
        .fi-rr-sewing-machine:before {
    content: "\f040";
    }
        .fi-rr-sewing-machine-alt:before {
    content: "\f041";
    }
        .fi-rr-shaka:before {
    content: "\f042";
    }
        .fi-rr-shampoo:before {
    content: "\f043";
    }
        .fi-rr-share:before {
    content: "\f044";
    }
        .fi-rr-share-alt-square:before {
    content: "\f045";
    }
        .fi-rr-share-square:before {
    content: "\f046";
    }
        .fi-rr-sheep:before {
    content: "\f048";
    }
        .fi-rr-shekel-sign:before {
    content: "\f049";
    }
        .fi-rr-shelves:before {
    content: "\f04a";
    }
        .fi-rr-shelves-empty:before {
    content: "\f04b";
    }
        .fi-rr-shield:before {
    content: "\f04c";
    }
        .fi-rr-shield-alt:before {
    content: "\f04d";
    }
        .fi-rr-shield-cat:before {
    content: "\f04e";
    }
        .fi-rr-shield-check:before {
    content: "\f04f";
    }
        .fi-rr-shield-cross:before {
    content: "\f050";
    }
        .fi-rr-shield-divided-four:before {
    content: "\f051";
    }
        .fi-rr-shield-dog:before {
    content: "\f052";
    }
        .fi-rr-shield-exclamation:before {
    content: "\f053";
    }
        .fi-rr-shield-interrogation:before {
    content: "\f054";
    }
        .fi-rr-shield-keyhole:before {
    content: "\f055";
    }
        .fi-rr-shield-minus:before {
    content: "\f056";
    }
        .fi-rr-shield-plus:before {
    content: "\f057";
    }
        .fi-rr-shield-security-risk:before {
    content: "\f059";
    }
        .fi-rr-shield-slash:before {
    content: "\f05a";
    }
        .fi-rr-shield-trust:before {
    content: "\f05b";
    }
        .fi-rr-shield-virus:before {
    content: "\f05c";
    }
        .fi-rr-shield-xmark:before {
    content: "\f05d";
    }
        .fi-rr-ship:before {
    content: "\f05e";
    }
        .fi-rr-ship-side:before {
    content: "\f05f";
    }
        .fi-rr-shipping-fast:before {
    content: "\f060";
    }
        .fi-rr-shipping-timed:before {
    content: "\f061";
    }
        .fi-rr-shirt:before {
    content: "\f062";
    }
        .fi-rr-shirt-long-sleeve:before {
    content: "\f063";
    }
        .fi-rr-shirt-running:before {
    content: "\f064";
    }
        .fi-rr-shirt-tank-top:before {
    content: "\f065";
    }
        .fi-rr-shish-kebab:before {
    content: "\f066";
    }
        .fi-rr-shoe-prints:before {
    content: "\f067";
    }
        .fi-rr-shop:before {
    content: "\f068";
    }
        .fi-rr-shop-lock:before {
    content: "\f069";
    }
        .fi-rr-shop-slash:before {
    content: "\f06a";
    }
        .fi-rr-shopping-bag:before {
    content: "\f06c";
    }
        .fi-rr-shopping-bag-add:before {
    content: "\f06d";
    }
        .fi-rr-shopping-basket:before {
    content: "\f06e";
    }
        .fi-rr-shopping-cart:before {
    content: "\f06f";
    }
        .fi-rr-shopping-cart-add:before {
    content: "\f070";
    }
        .fi-rr-shopping-cart-buyer:before {
    content: "\f071";
    }
        .fi-rr-shopping-cart-check:before {
    content: "\f072";
    }
        .fi-rr-shopping-cart-nft:before {
    content: "\f076";
    }
        .fi-rr-shopping-cart-notification:before {
    content: "\f077";
    }
        .fi-rr-shoulder-joint:before {
    content: "\f078";
    }
        .fi-rr-shovel:before {
    content: "\f079";
    }
        .fi-rr-shovel-snow:before {
    content: "\f07a";
    }
        .fi-rr-shower:before {
    content: "\f07b";
    }
        .fi-rr-shower-down:before {
    content: "\f07c";
    }
        .fi-rr-shower-gel:before {
    content: "\f07d";
    }
        .fi-rr-shredder:before {
    content: "\f07e";
    }
        .fi-rr-shrimp:before {
    content: "\f07f";
    }
        .fi-rr-shuffle:before {
    content: "\f080";
    }
        .fi-rr-shuttle-van:before {
    content: "\f081";
    }
        .fi-rr-shuttlecock:before {
    content: "\f082";
    }
        .fi-rr-Sickle:before {
    content: "\f083";
    }
        .fi-rr-sidebar:before {
    content: "\f084";
    }
        .fi-rr-sidebar-flip:before {
    content: "\f085";
    }
        .fi-rr-sigma:before {
    content: "\f087";
    }
        .fi-rr-sign-hanging:before {
    content: "\f088";
    }
        .fi-rr-sign-in-alt:before {
    content: "\f089";
    }
        .fi-rr-sign-out-alt:before {
    content: "\f08b";
    }
        .fi-rr-sign-posts:before {
    content: "\f08c";
    }
        .fi-rr-sign-posts-wrench:before {
    content: "\f08d";
    }
        .fi-rr-sign-up:before {
    content: "\f08e";
    }
        .fi-rr-signal-alt:before {
    content: "\f08f";
    }
        .fi-rr-signal-alt-1:before {
    content: "\f090";
    }
        .fi-rr-signal-alt-2:before {
    content: "\f091";
    }
        .fi-rr-signal-alt-slash:before {
    content: "\f092";
    }
        .fi-rr-signal-bars-fair:before {
    content: "\f093";
    }
        .fi-rr-signal-bars-good:before {
    content: "\f094";
    }
        .fi-rr-signal-bars-weak:before {
    content: "\f096";
    }
        .fi-rr-signal-stream:before {
    content: "\f099";
    }
        .fi-rr-signal-stream-slash:before {
    content: "\f09a";
    }
        .fi-rr-signature:before {
    content: "\f09d";
    }
        .fi-rr-signature-lock:before {
    content: "\f09e";
    }
        .fi-rr-signature-slash:before {
    content: "\f0a0";
    }
        .fi-rr-sim-card:before {
    content: "\f0a1";
    }
        .fi-rr-sim-cards:before {
    content: "\f0a2";
    }
        .fi-rr-sink:before {
    content: "\f0a3";
    }
        .fi-rr-Siren:before {
    content: "\f0a4";
    }
        .fi-rr-siren-on:before {
    content: "\f0a5";
    }
        .fi-rr-site:before {
    content: "\f0a6";
    }
        .fi-rr-site-alt:before {
    content: "\f0a7";
    }
        .fi-rr-site-browser:before {
    content: "\f0a9";
    }
        .fi-rr-sitemap:before {
    content: "\f0aa";
    }
        .fi-rr-skate-park:before {
    content: "\f0ab";
    }
        .fi-rr-skateboard:before {
    content: "\f0ac";
    }
        .fi-rr-skating:before {
    content: "\f0ad";
    }
        .fi-rr-skeleton:before {
    content: "\f0ae";
    }
        .fi-rr-skeleton-ribs:before {
    content: "\f0af";
    }
        .fi-rr-skewer:before {
    content: "\f0b1";
    }
        .fi-rr-ski-boot-ski:before {
    content: "\f0b2";
    }
        .fi-rr-ski-jump:before {
    content: "\f0b3";
    }
        .fi-rr-ski-lift:before {
    content: "\f0b4";
    }
        .fi-rr-skiing:before {
    content: "\f0b5";
    }
        .fi-rr-skiing-nordic:before {
    content: "\f0b6";
    }
        .fi-rr-skill:before {
    content: "\f0b7";
    }
        .fi-rr-skill-alt:before {
    content: "\f0b8";
    }
        .fi-rr-skill-user:before {
    content: "\f0ba";
    }
        .fi-rr-skin:before {
    content: "\f0bb";
    }
        .fi-rr-skin-acne:before {
    content: "\f0bc";
    }
        .fi-rr-skin-arrow:before {
    content: "\f0bd";
    }
        .fi-rr-skin-drop:before {
    content: "\f0be";
    }
        .fi-rr-skin-hair:before {
    content: "\f0bf";
    }
        .fi-rr-skin-laser:before {
    content: "\f0c0";
    }
        .fi-rr-skin-uv:before {
    content: "\f0c1";
    }
        .fi-rr-skip-15-seconds:before {
    content: "\f0c2";
    }
        .fi-rr-skull:before {
    content: "\f0c3";
    }
        .fi-rr-skull-cow:before {
    content: "\f0c4";
    }
        .fi-rr-skull-crossbones:before {
    content: "\f0c5";
    }
        .fi-rr-skull-heart:before {
    content: "\f0c6";
    }
        .fi-rr-skyscraper:before {
    content: "\f0c8";
    }
        .fi-rr-slash:before {
    content: "\f0ca";
    }
        .fi-rr-sledding:before {
    content: "\f0cc";
    }
        .fi-rr-sleeping-bag:before {
    content: "\f0cd";
    }
        .fi-rr-sleeping-cat:before {
    content: "\f0ce";
    }
        .fi-rr-sleigh:before {
    content: "\f0cf";
    }
        .fi-rr-sliders-h-square:before {
    content: "\f0d0";
    }
        .fi-rr-sliders-v:before {
    content: "\f0d1";
    }
        .fi-rr-sliders-v-square:before {
    content: "\f0d2";
    }
        .fi-rr-slot-machine:before {
    content: "\f0d5";
    }
        .fi-rr-smart-building:before {
    content: "\f0d6";
    }
        .fi-rr-smart-glasses:before {
    content: "\f0d8";
    }
        .fi-rr-smart-home:before {
    content: "\f0d9";
    }
        .fi-rr-smart-home-alt:before {
    content: "\f0da";
    }
        .fi-rr-smart-home-chip:before {
    content: "\f0db";
    }
        .fi-rr-smart-home-cloud:before {
    content: "\f0dc";
    }
        .fi-rr-smart-home-key:before {
    content: "\f0dd";
    }
        .fi-rr-smart-watch-call:before {
    content: "\f0de";
    }
        .fi-rr-smart-watch-notifications:before {
    content: "\f0df";
    }
        .fi-rr-smart-wireless-door:before {
    content: "\f0e0";
    }
        .fi-rr-smartphone:before {
    content: "\f0e1";
    }
        .fi-rr-smartphone-ar:before {
    content: "\f0e2";
    }
        .fi-rr-smartphone-bus-payment:before {
    content: "\f0e3";
    }
        .fi-rr-smartphone-fingerprint:before {
    content: "\f0e4";
    }
        .fi-rr-smartwatch:before {
    content: "\f0e5";
    }
        .fi-rr-smile:before {
    content: "\f0e6";
    }
        .fi-rr-smile-beam:before {
    content: "\f0e7";
    }
        .fi-rr-smile-plus:before {
    content: "\f0e8";
    }
        .fi-rr-smile-wink:before {
    content: "\f0e9";
    }
        .fi-rr-smiley-comment-alt:before {
    content: "\f0ea";
    }
        .fi-rr-smiling-baby:before {
    content: "\f0eb";
    }
        .fi-rr-smiling-boy:before {
    content: "\f0ec";
    }
        .fi-rr-smiling-girl:before {
    content: "\f0ed";
    }
        .fi-rr-smiling-old-man:before {
    content: "\f0ee";
    }
        .fi-rr-smiling-old-woman:before {
    content: "\f0ef";
    }
        .fi-rr-smog:before {
    content: "\f0f0";
    }
        .fi-rr-smoke:before {
    content: "\f0f1";
    }
        .fi-rr-smoking:before {
    content: "\f0f2";
    }
        .fi-rr-smoking-ban:before {
    content: "\f0f3";
    }
        .fi-rr-smoothie:before {
    content: "\f0f4";
    }
        .fi-rr-snake:before {
    content: "\f0f5";
    }
        .fi-rr-snap:before {
    content: "\f0f6";
    }
        .fi-rr-snooze:before {
    content: "\f0f8";
    }
        .fi-rr-snow-blowing:before {
    content: "\f0f9";
    }
        .fi-rr-snowboarding:before {
    content: "\f0fa";
    }
        .fi-rr-snowflake:before {
    content: "\f0fb";
    }
        .fi-rr-snowflake-droplets:before {
    content: "\f0fc";
    }
        .fi-rr-snowflakes:before {
    content: "\f0fd";
    }
        .fi-rr-snowman-alt:before {
    content: "\f0ff";
    }
        .fi-rr-snowman-head:before {
    content: "\f100";
    }
        .fi-rr-snowmobile:before {
    content: "\f101";
    }
        .fi-rr-snowplow:before {
    content: "\f102";
    }
        .fi-rr-soap:before {
    content: "\f103";
    }
        .fi-rr-soap-alt:before {
    content: "\f104";
    }
        .fi-rr-soccer-boots:before {
    content: "\f105";
    }
        .fi-rr-social-distance:before {
    content: "\f106";
    }
        .fi-rr-social-media-notification:before {
    content: "\f108";
    }
        .fi-rr-social-network:before {
    content: "\f109";
    }
        .fi-rr-socks:before {
    content: "\f10a";
    }
        .fi-rr-sofa:before {
    content: "\f10b";
    }
        .fi-rr-sofa-size:before {
    content: "\f10c";
    }
        .fi-rr-software-development:before {
    content: "\f10d";
    }
        .fi-rr-solar-panel:before {
    content: "\f10e";
    }
        .fi-rr-solar-panel-sun:before {
    content: "\f10f";
    }
        .fi-rr-solar-system:before {
    content: "\f110";
    }
        .fi-rr-sold-house:before {
    content: "\f111";
    }
        .fi-rr-sold-signal:before {
    content: "\f112";
    }
        .fi-rr-sort:before {
    content: "\f114";
    }
        .fi-rr-sort-alpha-down:before {
    content: "\f115";
    }
        .fi-rr-sort-alpha-down-alt:before {
    content: "\f116";
    }
        .fi-rr-sort-alpha-up:before {
    content: "\f117";
    }
        .fi-rr-sort-alpha-up-alt:before {
    content: "\f118";
    }
        .fi-rr-sort-alt:before {
    content: "\f119";
    }
        .fi-rr-sort-amount-down:before {
    content: "\f11a";
    }
        .fi-rr-sort-amount-down-alt:before {
    content: "\f11b";
    }
        .fi-rr-sort-amount-up:before {
    content: "\f11c";
    }
        .fi-rr-sort-amount-up-alt:before {
    content: "\f11d";
    }
        .fi-rr-sort-circle:before {
    content: "\f11e";
    }
        .fi-rr-sort-circle-down:before {
    content: "\f11f";
    }
        .fi-rr-sort-circle-up:before {
    content: "\f120";
    }
        .fi-rr-sort-down:before {
    content: "\f121";
    }
        .fi-rr-sort-numeric-down:before {
    content: "\f122";
    }
        .fi-rr-sort-numeric-down-alt:before {
    content: "\f123";
    }
        .fi-rr-sort-shapes-down:before {
    content: "\f124";
    }
        .fi-rr-sort-shapes-up:before {
    content: "\f125";
    }
        .fi-rr-sort-size-down:before {
    content: "\f126";
    }
        .fi-rr-sort-size-up:before {
    content: "\f127";
    }
        .fi-rr-soup:before {
    content: "\f129";
    }
        .fi-rr-source-data:before {
    content: "\f12a";
    }
        .fi-rr-source-document:before {
    content: "\f12b";
    }
        .fi-rr-source-document-alt:before {
    content: "\f12c";
    }
        .fi-rr-spa:before {
    content: "\f12d";
    }
        .fi-rr-space-shuttle:before {
    content: "\f12e";
    }
        .fi-rr-space-station-moon:before {
    content: "\f12f";
    }
        .fi-rr-space-station-moon-alt:before {
    content: "\f130";
    }
        .fi-rr-spade:before {
    content: "\f131";
    }
        .fi-rr-spaghetti-monster-flying:before {
    content: "\f132";
    }
        .fi-rr-spain-country-code:before {
    content: "\f133";
    }
        .fi-rr-spain-map:before {
    content: "\f134";
    }
        .fi-rr-spam:before {
    content: "\f135";
    }
        .fi-rr-spanish:before {
    content: "\f137";
    }
        .fi-rr-sparkles:before {
    content: "\f139";
    }
        .fi-rr-spartan-helmet:before {
    content: "\f13a";
    }
        .fi-rr-speaker:before {
    content: "\f13b";
    }
        .fi-rr-speakers:before {
    content: "\f13c";
    }
        .fi-rr-speech-bubble-story:before {
    content: "\f13d";
    }
        .fi-rr-speedometer-arrow:before {
    content: "\f13e";
    }
        .fi-rr-speedometer-kpi:before {
    content: "\f13f";
    }
        .fi-rr-sperm:before {
    content: "\f140";
    }
        .fi-rr-sphere:before {
    content: "\f141";
    }
        .fi-rr-spider:before {
    content: "\f142";
    }
        .fi-rr-spider-black-widow:before {
    content: "\f143";
    }
        .fi-rr-spider-web:before {
    content: "\f144";
    }
        .fi-rr-spine:before {
    content: "\f145";
    }
        .fi-rr-spinner:before {
    content: "\f146";
    }
        .fi-rr-splash:before {
    content: "\f147";
    }
        .fi-rr-split:before {
    content: "\f148";
    }
        .fi-rr-split-screen:before {
    content: "\f149";
    }
        .fi-rr-split-up-relation:before {
    content: "\f14a";
    }
        .fi-rr-splotch:before {
    content: "\f14b";
    }
        .fi-rr-spoon:before {
    content: "\f14c";
    }
        .fi-rr-sport:before {
    content: "\f14d";
    }
        .fi-rr-sport-drink:before {
    content: "\f14e";
    }
        .fi-rr-spray-can:before {
    content: "\f150";
    }
        .fi-rr-spray-can-sparkles:before {
    content: "\f151";
    }
        .fi-rr-spring-calendar:before {
    content: "\f152";
    }
        .fi-rr-sprinkler:before {
    content: "\f153";
    }
        .fi-rr-spy:before {
    content: "\f154";
    }
        .fi-rr-spyware:before {
    content: "\f155";
    }
        .fi-rr-sql-file:before {
    content: "\f156";
    }
        .fi-rr-sql-server:before {
    content: "\f157";
    }
        .fi-rr-square:before {
    content: "\f158";
    }
        .fi-rr-square-0:before {
    content: "\f159";
    }
        .fi-rr-square-1:before {
    content: "\f15a";
    }
        .fi-rr-square-2:before {
    content: "\f15b";
    }
        .fi-rr-square-3:before {
    content: "\f15c";
    }
        .fi-rr-square-4:before {
    content: "\f15d";
    }
        .fi-rr-square-5:before {
    content: "\f15e";
    }
        .fi-rr-square-6:before {
    content: "\f15f";
    }
        .fi-rr-square-7:before {
    content: "\f160";
    }
        .fi-rr-square-8:before {
    content: "\f161";
    }
        .fi-rr-square-9:before {
    content: "\f162";
    }
        .fi-rr-square-a:before {
    content: "\f163";
    }
        .fi-rr-square-b:before {
    content: "\f165";
    }
        .fi-rr-square-bolt:before {
    content: "\f166";
    }
        .fi-rr-square-c:before {
    content: "\f167";
    }
        .fi-rr-square-code:before {
    content: "\f168";
    }
        .fi-rr-square-d:before {
    content: "\f16a";
    }
        .fi-rr-square-dashed:before {
    content: "\f16b";
    }
        .fi-rr-square-dashed-circle-plus:before {
    content: "\f16c";
    }
        .fi-rr-square-divide:before {
    content: "\f16d";
    }
        .fi-rr-square-e:before {
    content: "\f16e";
    }
        .fi-rr-square-ellipsis:before {
    content: "\f16f";
    }
        .fi-rr-square-ellipsis-vertical:before {
    content: "\f170";
    }
        .fi-rr-square-envelope:before {
    content: "\f171";
    }
        .fi-rr-square-exclamation:before {
    content: "\f172";
    }
        .fi-rr-square-f:before {
    content: "\f173";
    }
        .fi-rr-square-g:before {
    content: "\f174";
    }
        .fi-rr-square-h:before {
    content: "\f175";
    }
        .fi-rr-square-heart:before {
    content: "\f176";
    }
        .fi-rr-square-i:before {
    content: "\f177";
    }
        .fi-rr-square-info:before {
    content: "\f178";
    }
        .fi-rr-square-j:before {
    content: "\f179";
    }
        .fi-rr-square-k:before {
    content: "\f17a";
    }
        .fi-rr-square-kanban:before {
    content: "\f17b";
    }
        .fi-rr-square-l:before {
    content: "\f17c";
    }
        .fi-rr-square-m:before {
    content: "\f17d";
    }
        .fi-rr-square-minus:before {
    content: "\f17e";
    }
        .fi-rr-square-n:before {
    content: "\f17f";
    }
        .fi-rr-square-o:before {
    content: "\f180";
    }
        .fi-rr-square-p:before {
    content: "\f181";
    }
        .fi-rr-square-pen:before {
    content: "\f182";
    }
        .fi-rr-square-person-confined:before {
    content: "\f183";
    }
        .fi-rr-square-phone:before {
    content: "\f184";
    }
        .fi-rr-square-phone-flip:before {
    content: "\f185";
    }
        .fi-rr-square-phone-hangup:before {
    content: "\f186";
    }
        .fi-rr-square-plus:before {
    content: "\f187";
    }
        .fi-rr-square-poll-horizontal:before {
    content: "\f188";
    }
        .fi-rr-square-poll-vertical:before {
    content: "\f189";
    }
        .fi-rr-square-q:before {
    content: "\f18a";
    }
        .fi-rr-square-quote:before {
    content: "\f18b";
    }
        .fi-rr-square-r:before {
    content: "\f18c";
    }
        .fi-rr-square-root:before {
    content: "\f18d";
    }
        .fi-rr-square-s:before {
    content: "\f18e";
    }
        .fi-rr-square-small:before {
    content: "\f18f";
    }
        .fi-rr-square-star:before {
    content: "\f190";
    }
        .fi-rr-square-t:before {
    content: "\f191";
    }
        .fi-rr-square-terminal:before {
    content: "\f192";
    }
        .fi-rr-square-u:before {
    content: "\f193";
    }
        .fi-rr-square-up-right:before {
    content: "\f194";
    }
        .fi-rr-square-v:before {
    content: "\f195";
    }
        .fi-rr-square-w:before {
    content: "\f196";
    }
        .fi-rr-square-x:before {
    content: "\f197";
    }
        .fi-rr-square-y:before {
    content: "\f198";
    }
        .fi-rr-square-z:before {
    content: "\f199";
    }
        .fi-rr-squid:before {
    content: "\f19a";
    }
        .fi-rr-squircle:before {
    content: "\f19b";
    }
        .fi-rr-squirrel:before {
    content: "\f19c";
    }
        .fi-rr-stadium:before {
    content: "\f19d";
    }
        .fi-rr-staff:before {
    content: "\f19e";
    }
        .fi-rr-staff-wizard:before {
    content: "\f19f";
    }
        .fi-rr-stage:before {
    content: "\f1a0";
    }
        .fi-rr-stage-concert:before {
    content: "\f1a1";
    }
        .fi-rr-stage-theatre:before {
    content: "\f1a2";
    }
        .fi-rr-stairs:before {
    content: "\f1a3";
    }
        .fi-rr-stamp:before {
    content: "\f1a4";
    }
        .fi-rr-stamps:before {
    content: "\f1a5";
    }
        .fi-rr-standard-definition:before {
    content: "\f1a6";
    }
        .fi-rr-stapler:before {
    content: "\f1a7";
    }
        .fi-rr-stapler-paper:before {
    content: "\f1a8";
    }
        .fi-rr-star:before {
    content: "\f1a9";
    }
        .fi-rr-star-and-crescent:before {
    content: "\f1aa";
    }
        .fi-rr-star-christmas:before {
    content: "\f1ab";
    }
        .fi-rr-star-comment-alt:before {
    content: "\f1ad";
    }
        .fi-rr-star-exclamation:before {
    content: "\f1ae";
    }
        .fi-rr-star-microphone:before {
    content: "\f1af";
    }
        .fi-rr-star-octogram:before {
    content: "\f1b0";
    }
        .fi-rr-star-of-david:before {
    content: "\f1b1";
    }
        .fi-rr-star-rating-call:before {
    content: "\f1b2";
    }
        .fi-rr-star-sharp-half:before {
    content: "\f1b3";
    }
        .fi-rr-star-sharp-half-stroke:before {
    content: "\f1b4";
    }
        .fi-rr-star-shooting:before {
    content: "\f1b5";
    }
        .fi-rr-starfighter:before {
    content: "\f1b7";
    }
        .fi-rr-stars:before {
    content: "\f1b8";
    }
        .fi-rr-state-country:before {
    content: "\f1b9";
    }
        .fi-rr-stationary-bike:before {
    content: "\f1ba";
    }
        .fi-rr-stats:before {
    content: "\f1bb";
    }
        .fi-rr-steak:before {
    content: "\f1bc";
    }
        .fi-rr-steam-iron:before {
    content: "\f1bd";
    }
        .fi-rr-steering-wheel:before {
    content: "\f1be";
    }
        .fi-rr-step-backward:before {
    content: "\f1bf";
    }
        .fi-rr-step-forward:before {
    content: "\f1c0";
    }
        .fi-rr-steps-carreer:before {
    content: "\f1c1";
    }
        .fi-rr-sterling-sign:before {
    content: "\f1c2";
    }
        .fi-rr-stethoscope:before {
    content: "\f1c3";
    }
        .fi-rr-sticker:before {
    content: "\f1c4";
    }
        .fi-rr-stocking:before {
    content: "\f1c6";
    }
        .fi-rr-stomach:before {
    content: "\f1c7";
    }
        .fi-rr-stomach-ache:before {
    content: "\f1c8";
    }
        .fi-rr-stomach-virus:before {
    content: "\f1c9";
    }
        .fi-rr-stop:before {
    content: "\f1ca";
    }
        .fi-rr-stop-circle:before {
    content: "\f1cb";
    }
        .fi-rr-stop-square:before {
    content: "\f1cc";
    }
        .fi-rr-stopwatch:before {
    content: "\f1cd";
    }
        .fi-rr-store-alt:before {
    content: "\f1cf";
    }
        .fi-rr-store-buyer:before {
    content: "\f1d0";
    }
        .fi-rr-store-lock:before {
    content: "\f1d1";
    }
        .fi-rr-store-slash:before {
    content: "\f1d2";
    }
        .fi-rr-story-book:before {
    content: "\f1d3";
    }
        .fi-rr-story-fairy-tale:before {
    content: "\f1d4";
    }
        .fi-rr-story-fantasy:before {
    content: "\f1d5";
    }
        .fi-rr-straightener:before {
    content: "\f1d7";
    }
        .fi-rr-strategy-chess-risk:before {
    content: "\f1d8";
    }
        .fi-rr-strawberry:before {
    content: "\f1d9";
    }
        .fi-rr-streamer-boy:before {
    content: "\f1da";
    }
        .fi-rr-streamer-girl:before {
    content: "\f1db";
    }
        .fi-rr-street-view:before {
    content: "\f1dd";
    }
        .fi-rr-stretcher:before {
    content: "\f1de";
    }
        .fi-rr-strikethrough:before {
    content: "\f1df";
    }
        .fi-rr-stroopwafel:before {
    content: "\f1e1";
    }
        .fi-rr-student:before {
    content: "\f1e2";
    }
        .fi-rr-student-alt:before {
    content: "\f1e3";
    }
        .fi-rr-subfolder:before {
    content: "\f1e4";
    }
        .fi-rr-subscript:before {
    content: "\f1e7";
    }
        .fi-rr-subscription:before {
    content: "\f1e8";
    }
        .fi-rr-subscription-alt:before {
    content: "\f1e9";
    }
        .fi-rr-subscription-model:before {
    content: "\f1ea";
    }
        .fi-rr-subscription-user:before {
    content: "\f1eb";
    }
        .fi-rr-subtitles:before {
    content: "\f1f0";
    }
        .fi-rr-subtitles-slash:before {
    content: "\f1f1";
    }
        .fi-rr-subway:before {
    content: "\f1f2";
    }
        .fi-rr-suggestion:before {
    content: "\f1f3";
    }
        .fi-rr-suitcase-alt:before {
    content: "\f1f4";
    }
        .fi-rr-summary-check:before {
    content: "\f1f5";
    }
        .fi-rr-summer:before {
    content: "\f1f6";
    }
        .fi-rr-sun:before {
    content: "\f1f7";
    }
        .fi-rr-sun-dust:before {
    content: "\f1f8";
    }
        .fi-rr-sun-plant-wilt:before {
    content: "\f1f9";
    }
        .fi-rr-sun-salutation-yoga:before {
    content: "\f1fa";
    }
        .fi-rr-sunday:before {
    content: "\f1fb";
    }
        .fi-rr-sunglasses:before {
    content: "\f1fc";
    }
        .fi-rr-sunglasses-alt:before {
    content: "\f1fd";
    }
        .fi-rr-sunrise:before {
    content: "\f1fe";
    }
        .fi-rr-sunrise-alt:before {
    content: "\f1ff";
    }
        .fi-rr-sunscreen:before {
    content: "\f200";
    }
        .fi-rr-sunset:before {
    content: "\f201";
    }
        .fi-rr-superscript:before {
    content: "\f202";
    }
        .fi-rr-supplier:before {
    content: "\f203";
    }
        .fi-rr-supplier-alt:before {
    content: "\f204";
    }
        .fi-rr-supply-chain:before {
    content: "\f205";
    }
        .fi-rr-supply-chain-steps:before {
    content: "\f206";
    }
        .fi-rr-surfing:before {
    content: "\f207";
    }
        .fi-rr-surprise:before {
    content: "\f208";
    }
        .fi-rr-surveillance-camera:before {
    content: "\f209";
    }
        .fi-rr-survey-xmark:before {
    content: "\f20a";
    }
        .fi-rr-sushi:before {
    content: "\f20b";
    }
        .fi-rr-sushi-alt:before {
    content: "\f20c";
    }
        .fi-rr-sushi-roll:before {
    content: "\f20d";
    }
        .fi-rr-svg:before {
    content: "\f20e";
    }
        .fi-rr-swap:before {
    content: "\f20f";
    }
        .fi-rr-swatchbook:before {
    content: "\f211";
    }
        .fi-rr-sweep:before {
    content: "\f212";
    }
        .fi-rr-swimmer:before {
    content: "\f214";
    }
        .fi-rr-swimming-pool:before {
    content: "\f215";
    }
        .fi-rr-swing:before {
    content: "\f216";
    }
        .fi-rr-swipe-down:before {
    content: "\f217";
    }
        .fi-rr-swipe-left:before {
    content: "\f218";
    }
        .fi-rr-swipe-right:before {
    content: "\f219";
    }
        .fi-rr-swipe-up:before {
    content: "\f21a";
    }
        .fi-rr-sword:before {
    content: "\f21b";
    }
        .fi-rr-sword-alt:before {
    content: "\f21c";
    }
        .fi-rr-symbol:before {
    content: "\f21e";
    }
        .fi-rr-symbols:before {
    content: "\f21f";
    }
        .fi-rr-synagogue:before {
    content: "\f220";
    }
        .fi-rr-syringe:before {
    content: "\f221";
    }
        .fi-rr-syringe-injection-blood:before {
    content: "\f222";
    }
        .fi-rr-system-cloud:before {
    content: "\f223";
    }
        .fi-rr-t:before {
    content: "\f224";
    }
        .fi-rr-t-rex:before {
    content: "\f226";
    }
        .fi-rr-t-square:before {
    content: "\f227";
    }
        .fi-rr-tab-folder:before {
    content: "\f228";
    }
        .fi-rr-table:before {
    content: "\f229";
    }
        .fi-rr-table-columns:before {
    content: "\f22a";
    }
        .fi-rr-table-layout:before {
    content: "\f22b";
    }
        .fi-rr-table-list:before {
    content: "\f22c";
    }
        .fi-rr-table-picnic:before {
    content: "\f22d";
    }
        .fi-rr-table-pivot:before {
    content: "\f22e";
    }
        .fi-rr-table-rows:before {
    content: "\f22f";
    }
        .fi-rr-table-tree:before {
    content: "\f230";
    }
        .fi-rr-tablet:before {
    content: "\f231";
    }
        .fi-rr-tablet-android:before {
    content: "\f232";
    }
        .fi-rr-tablet-android-alt:before {
    content: "\f233";
    }
        .fi-rr-tablet-rugged:before {
    content: "\f234";
    }
        .fi-rr-tachometer:before {
    content: "\f235";
    }
        .fi-rr-tachometer-alt-average:before {
    content: "\f236";
    }
        .fi-rr-tachometer-alt-fastest:before {
    content: "\f237";
    }
        .fi-rr-tachometer-alt-slow:before {
    content: "\f238";
    }
        .fi-rr-tachometer-alt-slowest:before {
    content: "\f239";
    }
        .fi-rr-tachometer-average:before {
    content: "\f23a";
    }
        .fi-rr-tachometer-fast:before {
    content: "\f23b";
    }
        .fi-rr-tachometer-fastest:before {
    content: "\f23c";
    }
        .fi-rr-tachometer-slow:before {
    content: "\f23d";
    }
        .fi-rr-tachometer-slowest:before {
    content: "\f23e";
    }
        .fi-rr-taco:before {
    content: "\f23f";
    }
        .fi-rr-tags:before {
    content: "\f240";
    }
        .fi-rr-talent:before {
    content: "\f241";
    }
        .fi-rr-talent-alt:before {
    content: "\f242";
    }
        .fi-rr-talent-hand:before {
    content: "\f243";
    }
        .fi-rr-tally:before {
    content: "\f244";
    }
        .fi-rr-tally-1:before {
    content: "\f245";
    }
        .fi-rr-tally-2:before {
    content: "\f246";
    }
        .fi-rr-tally-3:before {
    content: "\f247";
    }
        .fi-rr-tally-4:before {
    content: "\f248";
    }
        .fi-rr-tamale:before {
    content: "\f249";
    }
        .fi-rr-tank-water:before {
    content: "\f24b";
    }
        .fi-rr-tap:before {
    content: "\f24c";
    }
        .fi-rr-tape:before {
    content: "\f24d";
    }
        .fi-rr-target:before {
    content: "\f24e";
    }
        .fi-rr-target-audience:before {
    content: "\f24f";
    }
        .fi-rr-task-calendar:before {
    content: "\f250";
    }
        .fi-rr-task-checklist:before {
    content: "\f251";
    }
        .fi-rr-tasks:before {
    content: "\f252";
    }
        .fi-rr-tattoo-machine:before {
    content: "\f253";
    }
        .fi-rr-tax:before {
    content: "\f254";
    }
        .fi-rr-tax-alt:before {
    content: "\f255";
    }
        .fi-rr-taxi:before {
    content: "\f256";
    }
        .fi-rr-taxi-bus:before {
    content: "\f257";
    }
        .fi-rr-team:before {
    content: "\f258";
    }
        .fi-rr-team-check:before {
    content: "\f259";
    }
        .fi-rr-team-check-alt:before {
    content: "\f25a";
    }
        .fi-rr-team-collaboration:before {
    content: "\f25b";
    }
        .fi-rr-teddy-bear:before {
    content: "\f25c";
    }
        .fi-rr-teeth-open:before {
    content: "\f25d";
    }
        .fi-rr-telescope:before {
    content: "\f25f";
    }
        .fi-rr-temperature-down:before {
    content: "\f260";
    }
        .fi-rr-temperature-frigid:before {
    content: "\f261";
    }
        .fi-rr-temperature-high:before {
    content: "\f262";
    }
        .fi-rr-temperature-list:before {
    content: "\f263";
    }
        .fi-rr-temperature-low:before {
    content: "\f264";
    }
        .fi-rr-temperature-up:before {
    content: "\f265";
    }
        .fi-rr-template:before {
    content: "\f266";
    }
        .fi-rr-template-alt:before {
    content: "\f267";
    }
        .fi-rr-tenge:before {
    content: "\f269";
    }
        .fi-rr-tennis:before {
    content: "\f26a";
    }
        .fi-rr-tent-arrow-down-to-line:before {
    content: "\f26b";
    }
        .fi-rr-tent-arrow-left-right:before {
    content: "\f26c";
    }
        .fi-rr-tent-arrow-turn-left:before {
    content: "\f26d";
    }
        .fi-rr-tent-arrows-down:before {
    content: "\f26e";
    }
        .fi-rr-tents:before {
    content: "\f26f";
    }
        .fi-rr-terminal:before {
    content: "\f270";
    }
        .fi-rr-terms-check:before {
    content: "\f271";
    }
        .fi-rr-terms-info:before {
    content: "\f273";
    }
        .fi-rr-terrace:before {
    content: "\f274";
    }
        .fi-rr-test:before {
    content: "\f275";
    }
        .fi-rr-test-tube:before {
    content: "\f276";
    }
        .fi-rr-text:before {
    content: "\f277";
    }
        .fi-rr-text-box:before {
    content: "\f278";
    }
        .fi-rr-text-box-dots:before {
    content: "\f279";
    }
        .fi-rr-text-box-edit:before {
    content: "\f27a";
    }
        .fi-rr-text-check:before {
    content: "\f27b";
    }
        .fi-rr-text-height:before {
    content: "\f27c";
    }
        .fi-rr-text-input-left:before {
    content: "\f27d";
    }
        .fi-rr-text-shadow:before {
    content: "\f27e";
    }
        .fi-rr-text-size:before {
    content: "\f27f";
    }
        .fi-rr-text-slash:before {
    content: "\f280";
    }
        .fi-rr-text-width:before {
    content: "\f281";
    }
        .fi-rr-theater-masks:before {
    content: "\f283";
    }
        .fi-rr-thermometer-alt:before {
    content: "\f284";
    }
        .fi-rr-thermometer-empty:before {
    content: "\f285";
    }
        .fi-rr-thermometer-full:before {
    content: "\f286";
    }
        .fi-rr-thermometer-half:before {
    content: "\f287";
    }
        .fi-rr-thermometer-quarter:before {
    content: "\f288";
    }
        .fi-rr-thermometer-three-quarters:before {
    content: "\f289";
    }
        .fi-rr-theta:before {
    content: "\f28a";
    }
        .fi-rr-third:before {
    content: "\f28b";
    }
        .fi-rr-third-award:before {
    content: "\f28c";
    }
        .fi-rr-third-laurel:before {
    content: "\f28d";
    }
        .fi-rr-third-medal:before {
    content: "\f28e";
    }
        .fi-rr-thought-bubble:before {
    content: "\f28f";
    }
        .fi-rr-three-direction:before {
    content: "\f291";
    }
        .fi-rr-three-leaf-clover:before {
    content: "\f292";
    }
        .fi-rr-throat:before {
    content: "\f293";
    }
        .fi-rr-thumbs-up-trust:before {
    content: "\f296";
    }
        .fi-rr-thumbtack:before {
    content: "\f297";
    }
        .fi-rr-thumbtack-slash:before {
    content: "\f298";
    }
        .fi-rr-thunderstorm:before {
    content: "\f299";
    }
        .fi-rr-thunderstorm-moon:before {
    content: "\f29a";
    }
        .fi-rr-thunderstorm-risk:before {
    content: "\f29b";
    }
        .fi-rr-thunderstorm-sun:before {
    content: "\f29c";
    }
        .fi-rr-thursday:before {
    content: "\f29d";
    }
        .fi-rr-ticket:before {
    content: "\f29e";
    }
        .fi-rr-ticket-airline:before {
    content: "\f29f";
    }
        .fi-rr-ticket-alt:before {
    content: "\f2a0";
    }
        .fi-rr-tickets:before {
    content: "\f2a1";
    }
        .fi-rr-tickets-airline:before {
    content: "\f2a2";
    }
        .fi-rr-tie:before {
    content: "\f2a3";
    }
        .fi-rr-tiff-file:before {
    content: "\f2a4";
    }
        .fi-rr-tilde:before {
    content: "\f2a6";
    }
        .fi-rr-time-add:before {
    content: "\f2a7";
    }
        .fi-rr-time-check:before {
    content: "\f2a8";
    }
        .fi-rr-time-delete:before {
    content: "\f2a9";
    }
        .fi-rr-time-fast:before {
    content: "\f2aa";
    }
        .fi-rr-time-forward:before {
    content: "\f2ab";
    }
        .fi-rr-time-forward-sixty:before {
    content: "\f2ac";
    }
        .fi-rr-time-forward-ten:before {
    content: "\f2ad";
    }
        .fi-rr-time-forward-thirty:before {
    content: "\f2ae";
    }
        .fi-rr-time-half-past:before {
    content: "\f2af";
    }
        .fi-rr-time-management:before {
    content: "\f2b0";
    }
        .fi-rr-time-money:before {
    content: "\f2b1";
    }
        .fi-rr-time-oclock:before {
    content: "\f2b2";
    }
        .fi-rr-time-past:before {
    content: "\f2b3";
    }
        .fi-rr-time-quarter-past:before {
    content: "\f2b4";
    }
        .fi-rr-time-quarter-to:before {
    content: "\f2b5";
    }
        .fi-rr-time-twenty-four:before {
    content: "\f2b6";
    }
        .fi-rr-time-watch-calendar:before {
    content: "\f2b7";
    }
        .fi-rr-timeline:before {
    content: "\f2b8";
    }
        .fi-rr-timeline-arrow:before {
    content: "\f2b9";
    }
        .fi-rr-timer-clock-call:before {
    content: "\f2ba";
    }
        .fi-rr-times-hexagon:before {
    content: "\f2bb";
    }
        .fi-rr-tint-slash:before {
    content: "\f2bc";
    }
        .fi-rr-tip-button:before {
    content: "\f2bd";
    }
        .fi-rr-tip-button-hand:before {
    content: "\f2be";
    }
        .fi-rr-tip-coin:before {
    content: "\f2bf";
    }
        .fi-rr-tire:before {
    content: "\f2c3";
    }
        .fi-rr-tire-flat:before {
    content: "\f2c4";
    }
        .fi-rr-tire-pressure-warning:before {
    content: "\f2c5";
    }
        .fi-rr-tire-rugged:before {
    content: "\f2c6";
    }
        .fi-rr-tired:before {
    content: "\f2c7";
    }
        .fi-rr-to-do:before {
    content: "\f2c8";
    }
        .fi-rr-to-do-alt:before {
    content: "\f2c9";
    }
        .fi-rr-together-people:before {
    content: "\f2cc";
    }
        .fi-rr-toggle-off:before {
    content: "\f2ce";
    }
        .fi-rr-toggle-on:before {
    content: "\f2cf";
    }
        .fi-rr-toilet:before {
    content: "\f2d0";
    }
        .fi-rr-toilet-paper-blank:before {
    content: "\f2d1";
    }
        .fi-rr-toilet-paper-blank-under:before {
    content: "\f2d2";
    }
        .fi-rr-toilet-paper-slash:before {
    content: "\f2d3";
    }
        .fi-rr-toilet-paper-under:before {
    content: "\f2d4";
    }
        .fi-rr-toilet-paper-under-slash:before {
    content: "\f2d5";
    }
        .fi-rr-toilet-paper-xmark:before {
    content: "\f2d6";
    }
        .fi-rr-toilets-portable:before {
    content: "\f2d7";
    }
        .fi-rr-token:before {
    content: "\f2d8";
    }
        .fi-rr-tomato:before {
    content: "\f2d9";
    }
        .fi-rr-tombstone:before {
    content: "\f2da";
    }
        .fi-rr-tombstone-alt:before {
    content: "\f2db";
    }
        .fi-rr-tool-box:before {
    content: "\f2dc";
    }
        .fi-rr-tool-crop:before {
    content: "\f2dd";
    }
        .fi-rr-tool-marquee:before {
    content: "\f2de";
    }
        .fi-rr-tools:before {
    content: "\f2df";
    }
        .fi-rr-tooth:before {
    content: "\f2e0";
    }
        .fi-rr-toothache:before {
    content: "\f2e1";
    }
        .fi-rr-toothbrush:before {
    content: "\f2e2";
    }
        .fi-rr-toothpaste:before {
    content: "\f2e3";
    }
        .fi-rr-torch:before {
    content: "\f2e4";
    }
        .fi-rr-torch-inspiration-leader:before {
    content: "\f2e5";
    }
        .fi-rr-torii-gate:before {
    content: "\f2e6";
    }
        .fi-rr-tornado:before {
    content: "\f2e7";
    }
        .fi-rr-total:before {
    content: "\f2e8";
    }
        .fi-rr-tour-guide-people:before {
    content: "\f2e9";
    }
        .fi-rr-tour-virtual:before {
    content: "\f2ea";
    }
        .fi-rr-towel:before {
    content: "\f2eb";
    }
        .fi-rr-tower-chain:before {
    content: "\f2ed";
    }
        .fi-rr-tower-control:before {
    content: "\f2ee";
    }
        .fi-rr-track:before {
    content: "\f2ef";
    }
        .fi-rr-tractor:before {
    content: "\f2f0";
    }
        .fi-rr-trademark:before {
    content: "\f2f1";
    }
        .fi-rr-trading:before {
    content: "\f2f2";
    }
        .fi-rr-traffic-cone:before {
    content: "\f2f3";
    }
        .fi-rr-traffic-light:before {
    content: "\f2f4";
    }
        .fi-rr-traffic-light-go:before {
    content: "\f2f5";
    }
        .fi-rr-traffic-light-slow:before {
    content: "\f2f6";
    }
        .fi-rr-traffic-light-stop:before {
    content: "\f2f7";
    }
        .fi-rr-trailer:before {
    content: "\f2f8";
    }
        .fi-rr-train:before {
    content: "\f2f9";
    }
        .fi-rr-train-clock:before {
    content: "\f2fa";
    }
        .fi-rr-train-journey:before {
    content: "\f2fb";
    }
        .fi-rr-train-side:before {
    content: "\f2fc";
    }
        .fi-rr-train-station:before {
    content: "\f2fd";
    }
        .fi-rr-train-station-building:before {
    content: "\f2fe";
    }
        .fi-rr-train-subway-tunnel:before {
    content: "\f2ff";
    }
        .fi-rr-train-track:before {
    content: "\f300";
    }
        .fi-rr-train-tram:before {
    content: "\f301";
    }
        .fi-rr-tram:before {
    content: "\f302";
    }
        .fi-rr-transaction-euro:before {
    content: "\f303";
    }
        .fi-rr-transaction-globe:before {
    content: "\f304";
    }
        .fi-rr-transaction-yen:before {
    content: "\f305";
    }
        .fi-rr-transcript:before {
    content: "\f306";
    }
        .fi-rr-transcription:before {
    content: "\f307";
    }
        .fi-rr-transform:before {
    content: "\f308";
    }
        .fi-rr-transformation-block:before {
    content: "\f309";
    }
        .fi-rr-transformation-circle:before {
    content: "\f30a";
    }
        .fi-rr-transformation-design:before {
    content: "\f30b";
    }
        .fi-rr-transformation-shapes:before {
    content: "\f30c";
    }
        .fi-rr-transformer-bolt:before {
    content: "\f30d";
    }
        .fi-rr-transgender:before {
    content: "\f30e";
    }
        .fi-rr-translate:before {
    content: "\f30f";
    }
        .fi-rr-translation-app:before {
    content: "\f311";
    }
        .fi-rr-transparency:before {
    content: "\f312";
    }
        .fi-rr-transporter:before {
    content: "\f313";
    }
        .fi-rr-transporter-1:before {
    content: "\f314";
    }
        .fi-rr-transporter-2:before {
    content: "\f315";
    }
        .fi-rr-transporter-3:before {
    content: "\f316";
    }
        .fi-rr-transporter-4:before {
    content: "\f317";
    }
        .fi-rr-transporter-5:before {
    content: "\f318";
    }
        .fi-rr-transporter-6:before {
    content: "\f319";
    }
        .fi-rr-transporter-7:before {
    content: "\f31a";
    }
        .fi-rr-transporter-empty:before {
    content: "\f31b";
    }
        .fi-rr-trash:before {
    content: "\f31c";
    }
        .fi-rr-trash-bag:before {
    content: "\f31d";
    }
        .fi-rr-trash-can-check:before {
    content: "\f31e";
    }
        .fi-rr-trash-can-clock:before {
    content: "\f31f";
    }
        .fi-rr-trash-can-list:before {
    content: "\f320";
    }
        .fi-rr-trash-can-plus:before {
    content: "\f321";
    }
        .fi-rr-trash-can-slash:before {
    content: "\f322";
    }
        .fi-rr-trash-check:before {
    content: "\f323";
    }
        .fi-rr-trash-clock:before {
    content: "\f324";
    }
        .fi-rr-trash-empty:before {
    content: "\f325";
    }
        .fi-rr-trash-list:before {
    content: "\f326";
    }
        .fi-rr-trash-plus:before {
    content: "\f327";
    }
        .fi-rr-trash-restore:before {
    content: "\f328";
    }
        .fi-rr-trash-restore-alt:before {
    content: "\f329";
    }
        .fi-rr-trash-slash:before {
    content: "\f32a";
    }
        .fi-rr-trash-undo:before {
    content: "\f32b";
    }
        .fi-rr-trash-undo-alt:before {
    content: "\f32c";
    }
        .fi-rr-trash-xmark:before {
    content: "\f32d";
    }
        .fi-rr-trauma:before {
    content: "\f32e";
    }
        .fi-rr-traveler-camera:before {
    content: "\f330";
    }
        .fi-rr-treadmill:before {
    content: "\f331";
    }
        .fi-rr-treasure-chest:before {
    content: "\f332";
    }
        .fi-rr-treatment:before {
    content: "\f333";
    }
        .fi-rr-tree:before {
    content: "\f334";
    }
        .fi-rr-tree-alt:before {
    content: "\f335";
    }
        .fi-rr-tree-christmas:before {
    content: "\f336";
    }
        .fi-rr-tree-deciduous:before {
    content: "\f337";
    }
        .fi-rr-trees:before {
    content: "\f339";
    }
        .fi-rr-trees-alt:before {
    content: "\f33a";
    }
        .fi-rr-triangle:before {
    content: "\f33c";
    }
        .fi-rr-triangle-arrow-bolt:before {
    content: "\f33d";
    }
        .fi-rr-triangle-music:before {
    content: "\f33e";
    }
        .fi-rr-triangle-person-digging:before {
    content: "\f33f";
    }
        .fi-rr-triangle-warning:before {
    content: "\f340";
    }
        .fi-rr-tricycle:before {
    content: "\f341";
    }
        .fi-rr-trillium:before {
    content: "\f342";
    }
        .fi-rr-trombone:before {
    content: "\f345";
    }
        .fi-rr-troph-cap:before {
    content: "\f346";
    }
        .fi-rr-trophy:before {
    content: "\f347";
    }
        .fi-rr-trophy-achievement-skill:before {
    content: "\f348";
    }
        .fi-rr-trophy-star:before {
    content: "\f349";
    }
        .fi-rr-truck-arrow-left:before {
    content: "\f34a";
    }
        .fi-rr-truck-arrow-right:before {
    content: "\f34b";
    }
        .fi-rr-truck-bolt:before {
    content: "\f34c";
    }
        .fi-rr-truck-box:before {
    content: "\f34d";
    }
        .fi-rr-truck-check:before {
    content: "\f34e";
    }
        .fi-rr-truck-container:before {
    content: "\f350";
    }
        .fi-rr-truck-container-empty:before {
    content: "\f351";
    }
        .fi-rr-truck-couch:before {
    content: "\f352";
    }
        .fi-rr-truck-droplet:before {
    content: "\f353";
    }
        .fi-rr-truck-fire:before {
    content: "\f354";
    }
        .fi-rr-truck-flatbed:before {
    content: "\f355";
    }
        .fi-rr-truck-front:before {
    content: "\f356";
    }
        .fi-rr-truck-ladder:before {
    content: "\f357";
    }
        .fi-rr-truck-loading:before {
    content: "\f358";
    }
        .fi-rr-truck-medical:before {
    content: "\f359";
    }
        .fi-rr-truck-monster:before {
    content: "\f35a";
    }
        .fi-rr-truck-moving:before {
    content: "\f35b";
    }
        .fi-rr-truck-pickup:before {
    content: "\f35c";
    }
        .fi-rr-truck-plow:before {
    content: "\f35d";
    }
        .fi-rr-truck-ramp:before {
    content: "\f35e";
    }
        .fi-rr-truck-side:before {
    content: "\f35f";
    }
        .fi-rr-truck-tow:before {
    content: "\f360";
    }
        .fi-rr-truck-utensils:before {
    content: "\f361";
    }
        .fi-rr-trumpet:before {
    content: "\f363";
    }
        .fi-rr-trust:before {
    content: "\f364";
    }
        .fi-rr-trust-alt:before {
    content: "\f365";
    }
        .fi-rr-tshirt:before {
    content: "\f366";
    }
        .fi-rr-tty:before {
    content: "\f367";
    }
        .fi-rr-tty-answer:before {
    content: "\f368";
    }
        .fi-rr-tubes:before {
    content: "\f369";
    }
        .fi-rr-tuesday:before {
    content: "\f36b";
    }
        .fi-rr-tugrik-sign:before {
    content: "\f36c";
    }
        .fi-rr-turkey:before {
    content: "\f36e";
    }
        .fi-rr-turn-left:before {
    content: "\f36f";
    }
        .fi-rr-turn-left-down:before {
    content: "\f370";
    }
        .fi-rr-turn-right:before {
    content: "\f371";
    }
        .fi-rr-turntable:before {
    content: "\f372";
    }
        .fi-rr-turtle:before {
    content: "\f373";
    }
        .fi-rr-tv-music:before {
    content: "\f374";
    }
        .fi-rr-tv-retro:before {
    content: "\f375";
    }
        .fi-rr-two-nails:before {
    content: "\f37b";
    }
        .fi-rr-two-paperclip:before {
    content: "\f37c";
    }
        .fi-rr-two-swords:before {
    content: "\f37d";
    }
        .fi-rr-typewriter:before {
    content: "\f37f";
    }
        .fi-rr-u:before {
    content: "\f380";
    }
        .fi-rr-ufo:before {
    content: "\f383";
    }
        .fi-rr-ufo-beam:before {
    content: "\f384";
    }
        .fi-rr-ui-ux:before {
    content: "\f385";
    }
        .fi-rr-uk-country-code:before {
    content: "\f386";
    }
        .fi-rr-umbrella:before {
    content: "\f387";
    }
        .fi-rr-umbrella-beach:before {
    content: "\f388";
    }
        .fi-rr-under-construction:before {
    content: "\f389";
    }
        .fi-rr-underline:before {
    content: "\f38a";
    }
        .fi-rr-undo:before {
    content: "\f38b";
    }
        .fi-rr-undo-alt:before {
    content: "\f38c";
    }
        .fi-rr-unicorn:before {
    content: "\f38d";
    }
        .fi-rr-uniform-martial-arts:before {
    content: "\f38e";
    }
        .fi-rr-united-kingdom:before {
    content: "\f390";
    }
        .fi-rr-universal-access:before {
    content: "\f392";
    }
        .fi-rr-unlock:before {
    content: "\f393";
    }
        .fi-rr-up:before {
    content: "\f395";
    }
        .fi-rr-up-from-bracket:before {
    content: "\f396";
    }
        .fi-rr-up-left:before {
    content: "\f397";
    }
        .fi-rr-up-right:before {
    content: "\f398";
    }
        .fi-rr-up-right-from-square:before {
    content: "\f399";
    }
        .fi-rr-upload:before {
    content: "\f39a";
    }
        .fi-rr-urban-planning:before {
    content: "\f39d";
    }
        .fi-rr-url:before {
    content: "\f39e";
    }
        .fi-rr-urology:before {
    content: "\f39f";
    }
        .fi-rr-usa-map:before {
    content: "\f3a0";
    }
        .fi-rr-usa-map-pin:before {
    content: "\f3a1";
    }
        .fi-rr-usb-pendrive:before {
    content: "\f3a3";
    }
        .fi-rr-usb-scan:before {
    content: "\f3a4";
    }
        .fi-rr-usb-wifi:before {
    content: "\f3a5";
    }
        .fi-rr-usd-circle:before {
    content: "\f3a6";
    }
        .fi-rr-usd-square:before {
    content: "\f3a7";
    }
        .fi-rr-user:before {
    content: "\f3a9";
    }
        .fi-rr-user-add:before {
    content: "\f3aa";
    }
        .fi-rr-user-alien:before {
    content: "\f3ab";
    }
        .fi-rr-user-astronaut:before {
    content: "\f3ac";
    }
        .fi-rr-user-bag:before {
    content: "\f3ad";
    }
        .fi-rr-user-basket:before {
    content: "\f3ae";
    }
        .fi-rr-user-beard:before {
    content: "\f3af";
    }
        .fi-rr-user-check:before {
    content: "\f3b0";
    }
        .fi-rr-user-chef:before {
    content: "\f3b1";
    }
        .fi-rr-user-circle-down:before {
    content: "\f3b2";
    }
        .fi-rr-user-circle-left:before {
    content: "\f3b3";
    }
        .fi-rr-user-circle-right:before {
    content: "\f3b4";
    }
        .fi-rr-user-circle-up:before {
    content: "\f3b5";
    }
        .fi-rr-user-coach:before {
    content: "\f3b6";
    }
        .fi-rr-user-cowboy:before {
    content: "\f3b7";
    }
        .fi-rr-user-crown:before {
    content: "\f3b8";
    }
        .fi-rr-user-dj:before {
    content: "\f3ba";
    }
        .fi-rr-user-doctor-hair:before {
    content: "\f3bb";
    }
        .fi-rr-user-doctor-hair-long:before {
    content: "\f3bc";
    }
        .fi-rr-user-down:before {
    content: "\f3bd";
    }
        .fi-rr-user-eating:before {
    content: "\f3be";
    }
        .fi-rr-user-experience:before {
    content: "\f3bf";
    }
        .fi-rr-user-fast-running:before {
    content: "\f3c0";
    }
        .fi-rr-user-forbidden:before {
    content: "\f3c1";
    }
        .fi-rr-user-forbidden-alt:before {
    content: "\f3c2";
    }
        .fi-rr-user-gear:before {
    content: "\f3c3";
    }
        .fi-rr-user-graduate:before {
    content: "\f3c4";
    }
        .fi-rr-user-group-crown:before {
    content: "\f3c5";
    }
        .fi-rr-user-hair-buns:before {
    content: "\f3c6";
    }
        .fi-rr-user-hair-mullet:before {
    content: "\f3c7";
    }
        .fi-rr-user-hard-work:before {
    content: "\f3c8";
    }
        .fi-rr-user-headset:before {
    content: "\f3c9";
    }
        .fi-rr-user-helmet-safety:before {
    content: "\f3ca";
    }
        .fi-rr-user-hoodie:before {
    content: "\f3cb";
    }
        .fi-rr-user-india:before {
    content: "\f3cc";
    }
        .fi-rr-user-injured:before {
    content: "\f3cd";
    }
        .fi-rr-user-interface-ui:before {
    content: "\f3ce";
    }
        .fi-rr-user-key:before {
    content: "\f3cf";
    }
        .fi-rr-user-language:before {
    content: "\f3d0";
    }
        .fi-rr-user-left:before {
    content: "\f3d1";
    }
        .fi-rr-user-link:before {
    content: "\f3d2";
    }
        .fi-rr-user-lock:before {
    content: "\f3d3";
    }
        .fi-rr-user-logout:before {
    content: "\f3d4";
    }
        .fi-rr-user-mask:before {
    content: "\f3d5";
    }
        .fi-rr-user-md:before {
    content: "\f3d6";
    }
        .fi-rr-user-md-chat:before {
    content: "\f3d7";
    }
        .fi-rr-user-minus:before {
    content: "\f3d8";
    }
        .fi-rr-user-moustache:before {
    content: "\f3d9";
    }
        .fi-rr-user-music:before {
    content: "\f3da";
    }
        .fi-rr-user-ninja:before {
    content: "\f3db";
    }
        .fi-rr-user-nurse:before {
    content: "\f3dc";
    }
        .fi-rr-user-nurse-hair:before {
    content: "\f3dd";
    }
        .fi-rr-user-nurse-hair-long:before {
    content: "\f3de";
    }
        .fi-rr-user-pen:before {
    content: "\f3e0";
    }
        .fi-rr-user-pen-head:before {
    content: "\f3e1";
    }
        .fi-rr-user-permissions:before {
    content: "\f3e2";
    }
        .fi-rr-user-pilot:before {
    content: "\f3e3";
    }
        .fi-rr-user-pilot-tie:before {
    content: "\f3e4";
    }
        .fi-rr-user-pizza-delivery:before {
    content: "\f3e5";
    }
        .fi-rr-user-plumber:before {
    content: "\f3e6";
    }
        .fi-rr-user-police:before {
    content: "\f3e7";
    }
        .fi-rr-user-question:before {
    content: "\f3e8";
    }
        .fi-rr-user-right:before {
    content: "\f3e9";
    }
        .fi-rr-user-roadmap:before {
    content: "\f3ea";
    }
        .fi-rr-user-robot:before {
    content: "\f3eb";
    }
        .fi-rr-user-robot-xmarks:before {
    content: "\f3ec";
    }
        .fi-rr-user-salary:before {
    content: "\f3ed";
    }
        .fi-rr-user-shakespeare:before {
    content: "\f3ee";
    }
        .fi-rr-user-shield:before {
    content: "\f3ef";
    }
        .fi-rr-user-sitting-toilet:before {
    content: "\f3f0";
    }
        .fi-rr-user-skill-gear:before {
    content: "\f3f2";
    }
        .fi-rr-user-slash:before {
    content: "\f3f3";
    }
        .fi-rr-user-speaking:before {
    content: "\f3f4";
    }
        .fi-rr-user-stress:before {
    content: "\f3f5";
    }
        .fi-rr-user-suitcase:before {
    content: "\f3f6";
    }
        .fi-rr-user-tag:before {
    content: "\f3f7";
    }
        .fi-rr-user-tie-hair:before {
    content: "\f3f8";
    }
        .fi-rr-user-tie-hair-long:before {
    content: "\f3f9";
    }
        .fi-rr-user-time:before {
    content: "\f3fa";
    }
        .fi-rr-user-trust:before {
    content: "\f3fb";
    }
        .fi-rr-user-unlock:before {
    content: "\f3fc";
    }
        .fi-rr-user-up:before {
    content: "\f3fd";
    }
        .fi-rr-user-visor:before {
    content: "\f3fe";
    }
        .fi-rr-user-vneck-hair:before {
    content: "\f3ff";
    }
        .fi-rr-user-vneck-hair-long:before {
    content: "\f400";
    }
        .fi-rr-user-volunteer:before {
    content: "\f401";
    }
        .fi-rr-user-writer:before {
    content: "\f402";
    }
        .fi-rr-user-xmark:before {
    content: "\f403";
    }
        .fi-rr-users:before {
    content: "\f404";
    }
        .fi-rr-users-alt:before {
    content: "\f405";
    }
        .fi-rr-users-class:before {
    content: "\f406";
    }
        .fi-rr-users-gear:before {
    content: "\f409";
    }
        .fi-rr-users-loyalty:before {
    content: "\f40a";
    }
        .fi-rr-users-medical:before {
    content: "\f40b";
    }
        .fi-rr-users-slash:before {
    content: "\f40c";
    }
        .fi-rr-users-speaking:before {
    content: "\f40d";
    }
        .fi-rr-utensils:before {
    content: "\f40e";
    }
        .fi-rr-utensils-slash:before {
    content: "\f40f";
    }
        .fi-rr-utility-pole:before {
    content: "\f410";
    }
        .fi-rr-utility-pole-double:before {
    content: "\f411";
    }
        .fi-rr-ux:before {
    content: "\f413";
    }
        .fi-rr-ux-browser:before {
    content: "\f414";
    }
        .fi-rr-v:before {
    content: "\f415";
    }
        .fi-rr-vacuum:before {
    content: "\f417";
    }
        .fi-rr-vacuum-cleaner:before {
    content: "\f418";
    }
        .fi-rr-vacuum-robot:before {
    content: "\f419";
    }
        .fi-rr-value-absolute:before {
    content: "\f41a";
    }
        .fi-rr-van-fast:before {
    content: "\f41b";
    }
        .fi-rr-van-front:before {
    content: "\f41c";
    }
        .fi-rr-vault:before {
    content: "\f41d";
    }
        .fi-rr-vector:before {
    content: "\f41e";
    }
        .fi-rr-vector-alt:before {
    content: "\f41f";
    }
        .fi-rr-vector-circle:before {
    content: "\f420";
    }
        .fi-rr-vector-polygon:before {
    content: "\f421";
    }
        .fi-rr-vegan:before {
    content: "\f422";
    }
        .fi-rr-venus:before {
    content: "\f423";
    }
        .fi-rr-venus-double:before {
    content: "\f424";
    }
        .fi-rr-venus-mars:before {
    content: "\f425";
    }
        .fi-rr-vest:before {
    content: "\f427";
    }
        .fi-rr-vest-patches:before {
    content: "\f428";
    }
        .fi-rr-video-arrow-down-left:before {
    content: "\f429";
    }
        .fi-rr-video-arrow-up-right:before {
    content: "\f42a";
    }
        .fi-rr-video-camera:before {
    content: "\f42b";
    }
        .fi-rr-video-camera-alt:before {
    content: "\f42c";
    }
        .fi-rr-video-duration:before {
    content: "\f42d";
    }
        .fi-rr-video-folder:before {
    content: "\f42e";
    }
        .fi-rr-video-plus:before {
    content: "\f430";
    }
        .fi-rr-video-recording:before {
    content: "\f431";
    }
        .fi-rr-video-slash:before {
    content: "\f432";
    }
        .fi-rr-videoconference:before {
    content: "\f433";
    }
        .fi-rr-vihara:before {
    content: "\f435";
    }
        .fi-rr-violin:before {
    content: "\f437";
    }
        .fi-rr-virtual-assistant:before {
    content: "\f438";
    }
        .fi-rr-virus:before {
    content: "\f439";
    }
        .fi-rr-virus-scan:before {
    content: "\f43a";
    }
        .fi-rr-virus-slash:before {
    content: "\f43b";
    }
        .fi-rr-viruses:before {
    content: "\f43c";
    }
        .fi-rr-vision:before {
    content: "\f43e";
    }
        .fi-rr-vision-sense:before {
    content: "\f43f";
    }
        .fi-rr-vision-target:before {
    content: "\f440";
    }
        .fi-rr-visit:before {
    content: "\f441";
    }
        .fi-rr-voice-command:before {
    content: "\f444";
    }
        .fi-rr-voice-note:before {
    content: "\f445";
    }
        .fi-rr-voicemail:before {
    content: "\f446";
    }
        .fi-rr-volcano:before {
    content: "\f447";
    }
        .fi-rr-volleyball:before {
    content: "\f448";
    }
        .fi-rr-volleyball-player:before {
    content: "\f449";
    }
        .fi-rr-volume:before {
    content: "\f44a";
    }
        .fi-rr-volume-control:before {
    content: "\f44b";
    }
        .fi-rr-volume-down:before {
    content: "\f44c";
    }
        .fi-rr-volume-mute:before {
    content: "\f44d";
    }
        .fi-rr-volume-off:before {
    content: "\f44e";
    }
        .fi-rr-volume-slash:before {
    content: "\f44f";
    }
        .fi-rr-volunteer-vest:before {
    content: "\f450";
    }
        .fi-rr-vote-nay:before {
    content: "\f451";
    }
        .fi-rr-vote-yea:before {
    content: "\f452";
    }
        .fi-rr-vpn:before {
    content: "\f453";
    }
        .fi-rr-vpn-globe:before {
    content: "\f454";
    }
        .fi-rr-vpn-laptop:before {
    content: "\f455";
    }
        .fi-rr-vpn-network:before {
    content: "\f456";
    }
        .fi-rr-vpn-shield:before {
    content: "\f457";
    }
        .fi-rr-vr-cardboard:before {
    content: "\f458";
    }
        .fi-rr-w:before {
    content: "\f459";
    }
        .fi-rr-waffle:before {
    content: "\f45a";
    }
        .fi-rr-wagon-covered:before {
    content: "\f45b";
    }
        .fi-rr-walker:before {
    content: "\f45c";
    }
        .fi-rr-walkie-talkie:before {
    content: "\f45d";
    }
        .fi-rr-walking:before {
    content: "\f45e";
    }
        .fi-rr-wallet:before {
    content: "\f45f";
    }
        .fi-rr-wallet-arrow:before {
    content: "\f460";
    }
        .fi-rr-wallet-buyer:before {
    content: "\f461";
    }
        .fi-rr-wallet-change:before {
    content: "\f462";
    }
        .fi-rr-wallet-income:before {
    content: "\f463";
    }
        .fi-rr-wallet-money:before {
    content: "\f464";
    }
        .fi-rr-wallet-nft:before {
    content: "\f465";
    }
        .fi-rr-warehouse-alt:before {
    content: "\f468";
    }
        .fi-rr-warranty:before {
    content: "\f469";
    }
        .fi-rr-washer:before {
    content: "\f46a";
    }
        .fi-rr-washing-dishes:before {
    content: "\f46b";
    }
        .fi-rr-waste:before {
    content: "\f46c";
    }
        .fi-rr-waste-pollution:before {
    content: "\f46d";
    }
        .fi-rr-watch:before {
    content: "\f46e";
    }
        .fi-rr-watch-calculator:before {
    content: "\f46f";
    }
        .fi-rr-watch-fitness:before {
    content: "\f470";
    }
        .fi-rr-watch-smart:before {
    content: "\f471";
    }
        .fi-rr-water:before {
    content: "\f472";
    }
        .fi-rr-water-bottle:before {
    content: "\f473";
    }
        .fi-rr-water-drop:before {
    content: "\f474";
    }
        .fi-rr-water-ladder:before {
    content: "\f476";
    }
        .fi-rr-water-lower:before {
    content: "\f477";
    }
        .fi-rr-water-rise:before {
    content: "\f478";
    }
        .fi-rr-water-ski:before {
    content: "\f479";
    }
        .fi-rr-watering-can-drop:before {
    content: "\f47a";
    }
        .fi-rr-watering-can-plant:before {
    content: "\f47b";
    }
        .fi-rr-watermelon:before {
    content: "\f47c";
    }
        .fi-rr-waterpolo:before {
    content: "\f47f";
    }
        .fi-rr-waterpolo-goal:before {
    content: "\f480";
    }
        .fi-rr-waterpolo-hand:before {
    content: "\f481";
    }
        .fi-rr-waterpolo-player:before {
    content: "\f482";
    }
        .fi-rr-wave:before {
    content: "\f483";
    }
        .fi-rr-wave-sine:before {
    content: "\f484";
    }
        .fi-rr-wave-square:before {
    content: "\f485";
    }
        .fi-rr-wave-triangle:before {
    content: "\f486";
    }
        .fi-rr-waveform:before {
    content: "\f487";
    }
        .fi-rr-waveform-path:before {
    content: "\f489";
    }
        .fi-rr-web-browser-bomb:before {
    content: "\f48c";
    }
        .fi-rr-web-design:before {
    content: "\f48d";
    }
        .fi-rr-web-test:before {
    content: "\f490";
    }
        .fi-rr-webcam:before {
    content: "\f491";
    }
        .fi-rr-webcam-slash:before {
    content: "\f492";
    }
        .fi-rr-webhook:before {
    content: "\f493";
    }
        .fi-rr-webinar:before {
    content: "\f494";
    }
        .fi-rr-webinar-play:before {
    content: "\f495";
    }
        .fi-rr-website-design:before {
    content: "\f496";
    }
        .fi-rr-website-layout:before {
    content: "\f497";
    }
        .fi-rr-website-speed:before {
    content: "\f498";
    }
        .fi-rr-website-structure:before {
    content: "\f499";
    }
        .fi-rr-wednesday:before {
    content: "\f49a";
    }
        .fi-rr-weight-gain:before {
    content: "\f49b";
    }
        .fi-rr-weight-loss:before {
    content: "\f49c";
    }
        .fi-rr-welding:before {
    content: "\f49d";
    }
        .fi-rr-wellbeing:before {
    content: "\f49e";
    }
        .fi-rr-whale:before {
    content: "\f4a0";
    }
        .fi-rr-wheat:before {
    content: "\f4a2";
    }
        .fi-rr-wheat-awn:before {
    content: "\f4a3";
    }
        .fi-rr-wheat-awn-circle-exclamation:before {
    content: "\f4a4";
    }
        .fi-rr-wheat-awn-slash:before {
    content: "\f4a5";
    }
        .fi-rr-wheat-slash:before {
    content: "\f4a6";
    }
        .fi-rr-wheelchair:before {
    content: "\f4a7";
    }
        .fi-rr-wheelchair-move:before {
    content: "\f4a8";
    }
        .fi-rr-wheelchair-sleeping:before {
    content: "\f4a9";
    }
        .fi-rr-whistle:before {
    content: "\f4aa";
    }
        .fi-rr-white-space:before {
    content: "\f4ab";
    }
        .fi-rr-wifi:before {
    content: "\f4ac";
    }
        .fi-rr-wifi-1:before {
    content: "\f4ad";
    }
        .fi-rr-wifi-2:before {
    content: "\f4ae";
    }
        .fi-rr-wifi-alt:before {
    content: "\f4af";
    }
        .fi-rr-wifi-exclamation:before {
    content: "\f4b0";
    }
        .fi-rr-wifi-lock:before {
    content: "\f4b1";
    }
        .fi-rr-wifi-password:before {
    content: "\f4b2";
    }
        .fi-rr-wifi-slash:before {
    content: "\f4b3";
    }
        .fi-rr-wifi-xmark:before {
    content: "\f4b4";
    }
        .fi-rr-wildfire:before {
    content: "\f4b6";
    }
        .fi-rr-wind:before {
    content: "\f4b7";
    }
        .fi-rr-wind-turbine:before {
    content: "\f4b8";
    }
        .fi-rr-wind-warning:before {
    content: "\f4b9";
    }
        .fi-rr-window-alt:before {
    content: "\f4bb";
    }
        .fi-rr-window-frame:before {
    content: "\f4bc";
    }
        .fi-rr-window-frame-open:before {
    content: "\f4bd";
    }
        .fi-rr-window-maximize:before {
    content: "\f4be";
    }
        .fi-rr-window-minimize:before {
    content: "\f4bf";
    }
        .fi-rr-window-restore:before {
    content: "\f4c0";
    }
        .fi-rr-windsock:before {
    content: "\f4c2";
    }
        .fi-rr-windsurf:before {
    content: "\f4c3";
    }
        .fi-rr-wine-bottle:before {
    content: "\f4c4";
    }
        .fi-rr-wine-glass-crack:before {
    content: "\f4c5";
    }
        .fi-rr-wine-glass-empty:before {
    content: "\f4c6";
    }
        .fi-rr-wings-box:before {
    content: "\f4c7";
    }
        .fi-rr-wisdom:before {
    content: "\f4c9";
    }
        .fi-rr-wishlist-heart:before {
    content: "\f4ca";
    }
        .fi-rr-wishlist-star:before {
    content: "\f4cb";
    }
        .fi-rr-witness:before {
    content: "\f4cc";
    }
        .fi-rr-woman-head:before {
    content: "\f4ce";
    }
        .fi-rr-woman-scientist:before {
    content: "\f4cf";
    }
        .fi-rr-women-swimsuit:before {
    content: "\f4d0";
    }
        .fi-rr-won-sign:before {
    content: "\f4d1";
    }
        .fi-rr-work-in-progress:before {
    content: "\f4d3";
    }
        .fi-rr-workflow:before {
    content: "\f4d4";
    }
        .fi-rr-workflow-alt:before {
    content: "\f4d5";
    }
        .fi-rr-workflow-setting:before {
    content: "\f4d6";
    }
        .fi-rr-workflow-setting-alt:before {
    content: "\f4d7";
    }
        .fi-rr-workshop:before {
    content: "\f4d9";
    }
        .fi-rr-workwear:before {
    content: "\f4da";
    }
        .fi-rr-world:before {
    content: "\f4db";
    }
        .fi-rr-world-megaphone:before {
    content: "\f4dc";
    }
        .fi-rr-worm:before {
    content: "\f4de";
    }
        .fi-rr-wrap:before {
    content: "\f4df";
    }
        .fi-rr-wreath:before {
    content: "\f4e0";
    }
        .fi-rr-wrench-alt:before {
    content: "\f4e1";
    }
        .fi-rr-wrench-simple:before {
    content: "\f4e2";
    }
        .fi-rr-x:before {
    content: "\f4e6";
    }
        .fi-rr-x-ray:before {
    content: "\f4e7";
    }
        .fi-rr-y:before {
    content: "\f4ea";
    }
        .fi-rr-y2k:before {
    content: "\f4eb";
    }
        .fi-rr-yen:before {
    content: "\f4ef";
    }
        .fi-rr-yin-yang:before {
    content: "\f4f0";
    }
        .fi-rr-yoga-ball:before {
    content: "\f4f3";
    }
        .fi-rr-yoga-ball-exercise:before {
    content: "\f4f4";
    }
        .fi-rr-yoga-ball-mat:before {
    content: "\f4f5";
    }
        .fi-rr-yoga-mat:before {
    content: "\f4f6";
    }
        .fi-rr-yoga-moon:before {
    content: "\f4f7";
    }
        .fi-rr-yoga-posture:before {
    content: "\f4f8";
    }
        .fi-rr-z:before {
    content: "\f4fa";
    }
        .fi-rr-zero-percent:before {
    content: "\f4fb";
    }
        .fi-rr-zip-file:before {
    content: "\f4fc";
    }
        .fi-rr-zoom-in:before {
    content: "\f4fe";
    }
        .fi-rr-zoom-out:before {
    content: "\f4ff";
    }

/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 3.0.0 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
    font-family: "uicons-solid-rounded";
    src: url(/fonts/3a44f8c8601ebe316b37.woff2) format("woff2");
    font-display: swap;
}

    i[class^="fi-sr-"]:before, i[class*=" fi-sr-"]:before, span[class^="fi-sr-"]:before, span[class*="fi-sr-"]:before {
font-family: uicons-solid-rounded !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

        .fi-sr-0:before {
    content: "\e001";
    }
        .fi-sr-00s-music-disc:before {
    content: "\e002";
    }
        .fi-sr-1:before {
    content: "\e003";
    }
        .fi-sr-2:before {
    content: "\e007";
    }
        .fi-sr-3:before {
    content: "\e009";
    }
        .fi-sr-360-degrees:before {
    content: "\e00b";
    }
        .fi-sr-4:before {
    content: "\e00d";
    }
        .fi-sr-404:before {
    content: "\e00f";
    }
        .fi-sr-5:before {
    content: "\e010";
    }
        .fi-sr-5g-lock:before {
    content: "\e013";
    }
        .fi-sr-6:before {
    content: "\e014";
    }
        .fi-sr-60s-music-disc:before {
    content: "\e015";
    }
        .fi-sr-7:before {
    content: "\e016";
    }
        .fi-sr-70s-music-disc:before {
    content: "\e017";
    }
        .fi-sr-8:before {
    content: "\e018";
    }
        .fi-sr-80s-music-disc:before {
    content: "\e019";
    }
        .fi-sr-9:before {
    content: "\e01a";
    }
        .fi-sr-90s:before {
    content: "\e01b";
    }
        .fi-sr-90s-music-disc:before {
    content: "\e01c";
    }
        .fi-sr-a:before {
    content: "\e01d";
    }
        .fi-sr-abacus:before {
    content: "\e01e";
    }
        .fi-sr-abdomen:before {
    content: "\e020";
    }
        .fi-sr-access-control:before {
    content: "\e022";
    }
        .fi-sr-access-denied:before {
    content: "\e023";
    }
        .fi-sr-accident:before {
    content: "\e024";
    }
        .fi-sr-accordion:before {
    content: "\e025";
    }
        .fi-sr-acorn:before {
    content: "\e028";
    }
        .fi-sr-ad:before {
    content: "\e02a";
    }
        .fi-sr-ad-forbidden:before {
    content: "\e02b";
    }
        .fi-sr-ad-paid:before {
    content: "\e02c";
    }
        .fi-sr-ad-slash:before {
    content: "\e02d";
    }
        .fi-sr-add:before {
    content: "\e02e";
    }
        .fi-sr-add-document:before {
    content: "\e030";
    }
        .fi-sr-add-folder:before {
    content: "\e031";
    }
        .fi-sr-add-image:before {
    content: "\e032";
    }
        .fi-sr-address-book:before {
    content: "\e033";
    }
        .fi-sr-address-card:before {
    content: "\e034";
    }
        .fi-sr-admin:before {
    content: "\e035";
    }
        .fi-sr-admin-alt:before {
    content: "\e036";
    }
        .fi-sr-age:before {
    content: "\e040";
    }
        .fi-sr-age-alt:before {
    content: "\e041";
    }
        .fi-sr-age-restriction-eighteen:before {
    content: "\e042";
    }
        .fi-sr-age-restriction-seven:before {
    content: "\e043";
    }
        .fi-sr-age-restriction-six:before {
    content: "\e044";
    }
        .fi-sr-age-restriction-sixteen:before {
    content: "\e045";
    }
        .fi-sr-age-restriction-thirteen:before {
    content: "\e047";
    }
        .fi-sr-age-restriction-three:before {
    content: "\e048";
    }
        .fi-sr-age-restriction-twelve:before {
    content: "\e049";
    }
        .fi-sr-age-restriction-twenty-one:before {
    content: "\e04a";
    }
        .fi-sr-age-restriction-zero:before {
    content: "\e04b";
    }
        .fi-sr-ai-algorithm:before {
    content: "\e04e";
    }
        .fi-sr-ai-artist:before {
    content: "\e04f";
    }
        .fi-sr-ai-technology:before {
    content: "\e050";
    }
        .fi-sr-air-conditioner:before {
    content: "\e051";
    }
        .fi-sr-air-freshener:before {
    content: "\e052";
    }
        .fi-sr-air-pollution:before {
    content: "\e053";
    }
        .fi-sr-airplane-journey:before {
    content: "\e055";
    }
        .fi-sr-airplane-mode-off:before {
    content: "\e056";
    }
        .fi-sr-airplane-mode-on:before {
    content: "\e057";
    }
        .fi-sr-airplane-window-open:before {
    content: "\e058";
    }
        .fi-sr-airplay:before {
    content: "\e059";
    }
        .fi-sr-alarm-clock:before {
    content: "\e05a";
    }
        .fi-sr-alarm-exclamation:before {
    content: "\e05b";
    }
        .fi-sr-alarm-off:before {
    content: "\e05c";
    }
        .fi-sr-alarm-plus:before {
    content: "\e05d";
    }
        .fi-sr-alarm-snooze:before {
    content: "\e05e";
    }
        .fi-sr-album:before {
    content: "\e05f";
    }
        .fi-sr-album-circle-plus:before {
    content: "\e060";
    }
        .fi-sr-album-circle-user:before {
    content: "\e061";
    }
        .fi-sr-album-collection:before {
    content: "\e062";
    }
        .fi-sr-algorithm:before {
    content: "\e064";
    }
        .fi-sr-alicorn:before {
    content: "\e065";
    }
        .fi-sr-alien:before {
    content: "\e066";
    }
        .fi-sr-align-center:before {
    content: "\e068";
    }
        .fi-sr-align-justify:before {
    content: "\e069";
    }
        .fi-sr-align-left:before {
    content: "\e06a";
    }
        .fi-sr-align-slash:before {
    content: "\e06b";
    }
        .fi-sr-allergy:before {
    content: "\e06d";
    }
        .fi-sr-aloe-vera:before {
    content: "\e06e";
    }
        .fi-sr-ambulance:before {
    content: "\e070";
    }
        .fi-sr-american-football:before {
    content: "\e073";
    }
        .fi-sr-amp-guitar:before {
    content: "\e075";
    }
        .fi-sr-amusement-park:before {
    content: "\e077";
    }
        .fi-sr-analyse:before {
    content: "\e078";
    }
        .fi-sr-analyse-alt:before {
    content: "\e079";
    }
        .fi-sr-analytics:before {
    content: "\e07a";
    }
        .fi-sr-analytics-magnifying-glass:before {
    content: "\e07b";
    }
        .fi-sr-anatomical-heart:before {
    content: "\e07d";
    }
        .fi-sr-anchor:before {
    content: "\e07e";
    }
        .fi-sr-angel:before {
    content: "\e080";
    }
        .fi-sr-angle:before {
    content: "\e081";
    }
        .fi-sr-angle-90:before {
    content: "\e082";
    }
        .fi-sr-angle-circle-down:before {
    content: "\e083";
    }
        .fi-sr-angle-circle-left:before {
    content: "\e084";
    }
        .fi-sr-angle-circle-right:before {
    content: "\e085";
    }
        .fi-sr-angle-circle-up:before {
    content: "\e086";
    }
        .fi-sr-angle-double-left:before {
    content: "\e087";
    }
        .fi-sr-angle-double-right:before {
    content: "\e088";
    }
        .fi-sr-angle-double-small-down:before {
    content: "\e089";
    }
        .fi-sr-angle-double-small-left:before {
    content: "\e08a";
    }
        .fi-sr-angle-double-small-right:before {
    content: "\e08b";
    }
        .fi-sr-angle-double-small-up:before {
    content: "\e08c";
    }
        .fi-sr-angle-down:before {
    content: "\e08d";
    }
        .fi-sr-angle-left:before {
    content: "\e08e";
    }
        .fi-sr-angle-right:before {
    content: "\e08f";
    }
        .fi-sr-angle-small-down:before {
    content: "\e090";
    }
        .fi-sr-angle-small-left:before {
    content: "\e091";
    }
        .fi-sr-angle-small-right:before {
    content: "\e092";
    }
        .fi-sr-angle-small-up:before {
    content: "\e093";
    }
        .fi-sr-angle-square-down:before {
    content: "\e094";
    }
        .fi-sr-angle-square-left:before {
    content: "\e095";
    }
        .fi-sr-angle-square-right:before {
    content: "\e096";
    }
        .fi-sr-angle-square-up:before {
    content: "\e097";
    }
        .fi-sr-angle-up:before {
    content: "\e098";
    }
        .fi-sr-angles-up-down:before {
    content: "\e099";
    }
        .fi-sr-angry:before {
    content: "\e09a";
    }
        .fi-sr-animated-icon:before {
    content: "\e09c";
    }
        .fi-sr-anise:before {
    content: "\e09d";
    }
        .fi-sr-ankh:before {
    content: "\e09e";
    }
        .fi-sr-answer:before {
    content: "\e09f";
    }
        .fi-sr-answer-alt:before {
    content: "\e0a0";
    }
        .fi-sr-anxiety:before {
    content: "\e0a1";
    }
        .fi-sr-apartment:before {
    content: "\e0a2";
    }
        .fi-sr-aperture:before {
    content: "\e0a3";
    }
        .fi-sr-api:before {
    content: "\e0a4";
    }
        .fi-sr-app-notification:before {
    content: "\e0a7";
    }
        .fi-sr-appendicitis:before {
    content: "\e0a9";
    }
        .fi-sr-apple-books:before {
    content: "\e0ab";
    }
        .fi-sr-apple-core:before {
    content: "\e0ac";
    }
        .fi-sr-apple-crate:before {
    content: "\e0ad";
    }
        .fi-sr-apple-dumbbell:before {
    content: "\e0ae";
    }
        .fi-sr-apple-juice:before {
    content: "\e0af";
    }
        .fi-sr-apple-pie:before {
    content: "\e0b1";
    }
        .fi-sr-apple-whole:before {
    content: "\e0b2";
    }
        .fi-sr-apps:before {
    content: "\e0b3";
    }
        .fi-sr-apps-add:before {
    content: "\e0b4";
    }
        .fi-sr-apps-delete:before {
    content: "\e0b5";
    }
        .fi-sr-apps-sort:before {
    content: "\e0b6";
    }
        .fi-sr-april-calendar:before {
    content: "\e0b7";
    }
        .fi-sr-archery:before {
    content: "\e0b8";
    }
        .fi-sr-architect-plan:before {
    content: "\e0b9";
    }
        .fi-sr-archive:before {
    content: "\e0ba";
    }
        .fi-sr-archway:before {
    content: "\e0bb";
    }
        .fi-sr-army-general:before {
    content: "\e0be";
    }
        .fi-sr-arrow-alt-circle-down:before {
    content: "\e0bf";
    }
        .fi-sr-arrow-alt-circle-left:before {
    content: "\e0c0";
    }
        .fi-sr-arrow-alt-circle-right:before {
    content: "\e0c1";
    }
        .fi-sr-arrow-alt-circle-up:before {
    content: "\e0c2";
    }
        .fi-sr-arrow-alt-down:before {
    content: "\e0c3";
    }
        .fi-sr-arrow-alt-from-bottom:before {
    content: "\e0c4";
    }
        .fi-sr-arrow-alt-from-left:before {
    content: "\e0c5";
    }
        .fi-sr-arrow-alt-from-right:before {
    content: "\e0c6";
    }
        .fi-sr-arrow-alt-from-top:before {
    content: "\e0c7";
    }
        .fi-sr-arrow-alt-left:before {
    content: "\e0c8";
    }
        .fi-sr-arrow-alt-right:before {
    content: "\e0c9";
    }
        .fi-sr-arrow-alt-square-down:before {
    content: "\e0ca";
    }
        .fi-sr-arrow-alt-square-left:before {
    content: "\e0cb";
    }
        .fi-sr-arrow-alt-square-right:before {
    content: "\e0cc";
    }
        .fi-sr-arrow-alt-square-up:before {
    content: "\e0cd";
    }
        .fi-sr-arrow-alt-to-bottom:before {
    content: "\e0ce";
    }
        .fi-sr-arrow-alt-to-left:before {
    content: "\e0cf";
    }
        .fi-sr-arrow-alt-to-right:before {
    content: "\e0d0";
    }
        .fi-sr-arrow-alt-to-top:before {
    content: "\e0d1";
    }
        .fi-sr-arrow-alt-up:before {
    content: "\e0d2";
    }
        .fi-sr-arrow-circle-down:before {
    content: "\e0d3";
    }
        .fi-sr-arrow-circle-left:before {
    content: "\e0d4";
    }
        .fi-sr-arrow-circle-right:before {
    content: "\e0d5";
    }
        .fi-sr-arrow-circle-up:before {
    content: "\e0d6";
    }
        .fi-sr-arrow-comparison:before {
    content: "\e0d7";
    }
        .fi-sr-arrow-down:before {
    content: "\e0d8";
    }
        .fi-sr-arrow-down-from-arc:before {
    content: "\e0da";
    }
        .fi-sr-arrow-down-from-dotted-line:before {
    content: "\e0db";
    }
        .fi-sr-arrow-down-left:before {
    content: "\e0dc";
    }
        .fi-sr-arrow-down-small-big:before {
    content: "\e0dd";
    }
        .fi-sr-arrow-down-strenght:before {
    content: "\e0de";
    }
        .fi-sr-arrow-down-to-dotted-line:before {
    content: "\e0df";
    }
        .fi-sr-arrow-down-to-square:before {
    content: "\e0e0";
    }
        .fi-sr-arrow-down-triangle-square:before {
    content: "\e0e1";
    }
        .fi-sr-arrow-from-bottom:before {
    content: "\e0e2";
    }
        .fi-sr-arrow-from-left:before {
    content: "\e0e3";
    }
        .fi-sr-arrow-from-right:before {
    content: "\e0e4";
    }
        .fi-sr-arrow-from-top:before {
    content: "\e0e5";
    }
        .fi-sr-arrow-left:before {
    content: "\e0e6";
    }
        .fi-sr-arrow-left-from-arc:before {
    content: "\e0e7";
    }
        .fi-sr-arrow-left-from-line:before {
    content: "\e0e8";
    }
        .fi-sr-arrow-left-to-arc:before {
    content: "\e0e9";
    }
        .fi-sr-arrow-progress:before {
    content: "\e0ea";
    }
        .fi-sr-arrow-progress-alt:before {
    content: "\e0eb";
    }
        .fi-sr-arrow-right:before {
    content: "\e0ec";
    }
        .fi-sr-arrow-right-to-bracket:before {
    content: "\e0ed";
    }
        .fi-sr-arrow-right-to-city:before {
    content: "\e0ee";
    }
        .fi-sr-arrow-small-down:before {
    content: "\e0ef";
    }
        .fi-sr-arrow-small-left:before {
    content: "\e0f0";
    }
        .fi-sr-arrow-small-right:before {
    content: "\e0f1";
    }
        .fi-sr-arrow-small-up:before {
    content: "\e0f2";
    }
        .fi-sr-arrow-square-down:before {
    content: "\e0f3";
    }
        .fi-sr-arrow-square-left:before {
    content: "\e0f4";
    }
        .fi-sr-arrow-square-right:before {
    content: "\e0f5";
    }
        .fi-sr-arrow-square-up:before {
    content: "\e0f6";
    }
        .fi-sr-arrow-to-bottom:before {
    content: "\e0f7";
    }
        .fi-sr-arrow-to-left:before {
    content: "\e0f8";
    }
        .fi-sr-arrow-to-right:before {
    content: "\e0f9";
    }
        .fi-sr-arrow-to-top:before {
    content: "\e0fa";
    }
        .fi-sr-arrow-trend-down:before {
    content: "\e0fb";
    }
        .fi-sr-arrow-trend-up:before {
    content: "\e0fc";
    }
        .fi-sr-arrow-turn-down-left:before {
    content: "\e0fd";
    }
        .fi-sr-arrow-turn-down-right:before {
    content: "\e0fe";
    }
        .fi-sr-arrow-turn-left-up:before {
    content: "\e100";
    }
        .fi-sr-arrow-up:before {
    content: "\e102";
    }
        .fi-sr-arrow-up-from-dotted-line:before {
    content: "\e103";
    }
        .fi-sr-arrow-up-from-ground-water:before {
    content: "\e104";
    }
        .fi-sr-arrow-up-from-square:before {
    content: "\e105";
    }
        .fi-sr-arrow-up-left:before {
    content: "\e106";
    }
        .fi-sr-arrow-up-left-from-circle:before {
    content: "\e107";
    }
        .fi-sr-arrow-up-right:before {
    content: "\e108";
    }
        .fi-sr-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\e109";
    }
        .fi-sr-arrow-up-right-from-square:before {
    content: "\e10a";
    }
        .fi-sr-arrow-up-small-big:before {
    content: "\e10b";
    }
        .fi-sr-arrow-up-square-triangle:before {
    content: "\e10c";
    }
        .fi-sr-arrow-up-to-arc:before {
    content: "\e10d";
    }
        .fi-sr-arrow-up-to-dotted-line:before {
    content: "\e10e";
    }
        .fi-sr-arrow-upward-growth-crypto:before {
    content: "\e10f";
    }
        .fi-sr-arrows:before {
    content: "\e110";
    }
        .fi-sr-arrows-alt:before {
    content: "\e111";
    }
        .fi-sr-arrows-alt-h:before {
    content: "\e112";
    }
        .fi-sr-arrows-alt-v:before {
    content: "\e113";
    }
        .fi-sr-arrows-cross:before {
    content: "\e114";
    }
        .fi-sr-arrows-down-curve:before {
    content: "\e115";
    }
        .fi-sr-arrows-down-to-people:before {
    content: "\e116";
    }
        .fi-sr-arrows-from-dotted-line:before {
    content: "\e117";
    }
        .fi-sr-arrows-from-line:before {
    content: "\e118";
    }
        .fi-sr-arrows-h:before {
    content: "\e119";
    }
        .fi-sr-arrows-h-copy:before {
    content: "\e11a";
    }
        .fi-sr-arrows-repeat:before {
    content: "\e11b";
    }
        .fi-sr-arrows-repeat-1:before {
    content: "\e11c";
    }
        .fi-sr-arrows-retweet:before {
    content: "\e11d";
    }
        .fi-sr-arrows-split-right-and-left:before {
    content: "\e11f";
    }
        .fi-sr-arrows-split-up-and-left:before {
    content: "\e120";
    }
        .fi-sr-arrows-to-circle:before {
    content: "\e121";
    }
        .fi-sr-arrows-to-dot:before {
    content: "\e122";
    }
        .fi-sr-arrows-to-dotted-line:before {
    content: "\e123";
    }
        .fi-sr-arrows-to-eye:before {
    content: "\e124";
    }
        .fi-sr-arrows-to-line:before {
    content: "\e125";
    }
        .fi-sr-artificial-intelligence:before {
    content: "\e126";
    }
        .fi-sr-artist:before {
    content: "\e127";
    }
        .fi-sr-assept-document:before {
    content: "\e129";
    }
        .fi-sr-assessment:before {
    content: "\e12a";
    }
        .fi-sr-assessment-alt:before {
    content: "\e12b";
    }
        .fi-sr-assistive-listening-systems:before {
    content: "\e12d";
    }
        .fi-sr-asterik:before {
    content: "\e12e";
    }
        .fi-sr-asthma:before {
    content: "\e12f";
    }
        .fi-sr-at:before {
    content: "\e133";
    }
        .fi-sr-atm:before {
    content: "\e136";
    }
        .fi-sr-attention-detail:before {
    content: "\e139";
    }
        .fi-sr-attribution-pen:before {
    content: "\e13a";
    }
        .fi-sr-attribution-pencil:before {
    content: "\e13b";
    }
        .fi-sr-aubergine:before {
    content: "\e13c";
    }
        .fi-sr-auction:before {
    content: "\e13d";
    }
        .fi-sr-auction-paddle:before {
    content: "\e13f";
    }
        .fi-sr-audience-megaphone:before {
    content: "\e140";
    }
        .fi-sr-audio-description-slash:before {
    content: "\e141";
    }
        .fi-sr-audit:before {
    content: "\e142";
    }
        .fi-sr-audit-alt:before {
    content: "\e143";
    }
        .fi-sr-august-calendar:before {
    content: "\e146";
    }
        .fi-sr-austral-sign:before {
    content: "\e147";
    }
        .fi-sr-australia:before {
    content: "\e148";
    }
        .fi-sr-australia-country-code:before {
    content: "\e149";
    }
        .fi-sr-australia-flag:before {
    content: "\e14a";
    }
        .fi-sr-auto-pilot:before {
    content: "\e14b";
    }
        .fi-sr-auto-reply:before {
    content: "\e14c";
    }
        .fi-sr-auto-sync:before {
    content: "\e14d";
    }
        .fi-sr-autosave:before {
    content: "\e14e";
    }
        .fi-sr-avi-file:before {
    content: "\e14f";
    }
        .fi-sr-avocado:before {
    content: "\e150";
    }
        .fi-sr-award:before {
    content: "\e151";
    }
        .fi-sr-axe:before {
    content: "\e153";
    }
        .fi-sr-axe-battle:before {
    content: "\e154";
    }
        .fi-sr-b:before {
    content: "\e155";
    }
        .fi-sr-baby:before {
    content: "\e156";
    }
        .fi-sr-baby-carriage:before {
    content: "\e157";
    }
        .fi-sr-baby-cradle:before {
    content: "\e158";
    }
        .fi-sr-back-up:before {
    content: "\e159";
    }
        .fi-sr-background:before {
    content: "\e15a";
    }
        .fi-sr-backpack:before {
    content: "\e15b";
    }
        .fi-sr-bacon:before {
    content: "\e15c";
    }
        .fi-sr-bacon-egg:before {
    content: "\e15d";
    }
        .fi-sr-bacteria:before {
    content: "\e15e";
    }
        .fi-sr-bacterium:before {
    content: "\e15f";
    }
        .fi-sr-badge:before {
    content: "\e160";
    }
        .fi-sr-badge-check:before {
    content: "\e161";
    }
        .fi-sr-badge-dollar:before {
    content: "\e162";
    }
        .fi-sr-badge-leaf:before {
    content: "\e163";
    }
        .fi-sr-badge-percent:before {
    content: "\e164";
    }
        .fi-sr-badge-sheriff:before {
    content: "\e165";
    }
        .fi-sr-badger-honey:before {
    content: "\e166";
    }
        .fi-sr-badminton:before {
    content: "\e168";
    }
        .fi-sr-bag-map-pin:before {
    content: "\e169";
    }
        .fi-sr-bag-seedling:before {
    content: "\e16a";
    }
        .fi-sr-bag-shopping-minus:before {
    content: "\e16b";
    }
        .fi-sr-bags-shopping:before {
    content: "\e16d";
    }
        .fi-sr-baguette:before {
    content: "\e16e";
    }
        .fi-sr-bahai:before {
    content: "\e16f";
    }
        .fi-sr-baht-sign:before {
    content: "\e170";
    }
        .fi-sr-balance-scale-left:before {
    content: "\e171";
    }
        .fi-sr-balance-scale-right:before {
    content: "\e172";
    }
        .fi-sr-balcony:before {
    content: "\e173";
    }
        .fi-sr-ball-pile:before {
    content: "\e175";
    }
        .fi-sr-ballet-dance:before {
    content: "\e177";
    }
        .fi-sr-balloon:before {
    content: "\e178";
    }
        .fi-sr-balloons:before {
    content: "\e179";
    }
        .fi-sr-ballot:before {
    content: "\e17a";
    }
        .fi-sr-ballot-check:before {
    content: "\e17b";
    }
        .fi-sr-bamboo:before {
    content: "\e17c";
    }
        .fi-sr-ban:before {
    content: "\e17d";
    }
        .fi-sr-ban-bug:before {
    content: "\e17e";
    }
        .fi-sr-banana:before {
    content: "\e17f";
    }
        .fi-sr-band-aid:before {
    content: "\e180";
    }
        .fi-sr-band-aid-alt:before {
    content: "\e181";
    }
        .fi-sr-bandage-wound:before {
    content: "\e183";
    }
        .fi-sr-bangladeshi-taka-sign:before {
    content: "\e184";
    }
        .fi-sr-banjo:before {
    content: "\e185";
    }
        .fi-sr-bank:before {
    content: "\e186";
    }
        .fi-sr-bank-app:before {
    content: "\e187";
    }
        .fi-sr-banner:before {
    content: "\e188";
    }
        .fi-sr-banner-2:before {
    content: "\e189";
    }
        .fi-sr-banner-3:before {
    content: "\e18a";
    }
        .fi-sr-banner-4:before {
    content: "\e18b";
    }
        .fi-sr-banner-5:before {
    content: "\e18c";
    }
        .fi-sr-barber-pole:before {
    content: "\e18d";
    }
        .fi-sr-barber-shop:before {
    content: "\e18e";
    }
        .fi-sr-barcode:before {
    content: "\e18f";
    }
        .fi-sr-barcode-read:before {
    content: "\e190";
    }
        .fi-sr-barcode-scan:before {
    content: "\e191";
    }
        .fi-sr-barefoot:before {
    content: "\e192";
    }
        .fi-sr-bars-filter:before {
    content: "\e195";
    }
        .fi-sr-bars-progress:before {
    content: "\e196";
    }
        .fi-sr-bars-sort:before {
    content: "\e197";
    }
        .fi-sr-bars-staggered:before {
    content: "\e198";
    }
        .fi-sr-baseball:before {
    content: "\e199";
    }
        .fi-sr-baseball-alt:before {
    content: "\e19a";
    }
        .fi-sr-baseball-player:before {
    content: "\e19b";
    }
        .fi-sr-basket-shopping-minus:before {
    content: "\e19d";
    }
        .fi-sr-basket-shopping-plus:before {
    content: "\e19e";
    }
        .fi-sr-basket-shopping-simple:before {
    content: "\e19f";
    }
        .fi-sr-basketball:before {
    content: "\e1a0";
    }
        .fi-sr-basketball-hoop:before {
    content: "\e1a1";
    }
        .fi-sr-basketball-ticket:before {
    content: "\e1a2";
    }
        .fi-sr-bat:before {
    content: "\e1a3";
    }
        .fi-sr-bath:before {
    content: "\e1a4";
    }
        .fi-sr-battery-100:before {
    content: "\e1a5";
    }
        .fi-sr-battery-bolt:before {
    content: "\e1a6";
    }
        .fi-sr-battery-empty:before {
    content: "\e1a7";
    }
        .fi-sr-battery-exclamation:before {
    content: "\e1a8";
    }
        .fi-sr-battery-full:before {
    content: "\e1a9";
    }
        .fi-sr-battery-half:before {
    content: "\e1aa";
    }
        .fi-sr-battery-quarter:before {
    content: "\e1ab";
    }
        .fi-sr-battery-slash:before {
    content: "\e1ac";
    }
        .fi-sr-battery-three-quarters:before {
    content: "\e1ad";
    }
        .fi-sr-bay-leaf:before {
    content: "\e1ae";
    }
        .fi-sr-beacon:before {
    content: "\e1af";
    }
        .fi-sr-bear-market:before {
    content: "\e1b0";
    }
        .fi-sr-beard:before {
    content: "\e1b1";
    }
        .fi-sr-beauty-mask:before {
    content: "\e1b2";
    }
        .fi-sr-bed:before {
    content: "\e1b3";
    }
        .fi-sr-bed-alt:before {
    content: "\e1b4";
    }
        .fi-sr-bed-bunk:before {
    content: "\e1b5";
    }
        .fi-sr-bed-empty:before {
    content: "\e1b6";
    }
        .fi-sr-bed-pulse:before {
    content: "\e1b7";
    }
        .fi-sr-bee:before {
    content: "\e1b8";
    }
        .fi-sr-beer:before {
    content: "\e1b9";
    }
        .fi-sr-beer-mug-empty:before {
    content: "\e1ba";
    }
        .fi-sr-bell:before {
    content: "\e1bc";
    }
        .fi-sr-bell-concierge:before {
    content: "\e1bd";
    }
        .fi-sr-bell-notification-call:before {
    content: "\e1be";
    }
        .fi-sr-bell-notification-social-media:before {
    content: "\e1bf";
    }
        .fi-sr-bell-ring:before {
    content: "\e1c0";
    }
        .fi-sr-bell-school:before {
    content: "\e1c1";
    }
        .fi-sr-bell-school-slash:before {
    content: "\e1c2";
    }
        .fi-sr-bell-slash:before {
    content: "\e1c3";
    }
        .fi-sr-bells:before {
    content: "\e1c4";
    }
        .fi-sr-bench-tree:before {
    content: "\e1c5";
    }
        .fi-sr-benefit:before {
    content: "\e1c6";
    }
        .fi-sr-benefit-diamond:before {
    content: "\e1c7";
    }
        .fi-sr-benefit-diamond-alt:before {
    content: "\e1c8";
    }
        .fi-sr-benefit-hand:before {
    content: "\e1c9";
    }
        .fi-sr-benefit-increase:before {
    content: "\e1ca";
    }
        .fi-sr-benefit-porcent:before {
    content: "\e1cb";
    }
        .fi-sr-betamax:before {
    content: "\e1cc";
    }
        .fi-sr-bible:before {
    content: "\e1cd";
    }
        .fi-sr-bicycle-journey:before {
    content: "\e1ce";
    }
        .fi-sr-big-data:before {
    content: "\e1cf";
    }
        .fi-sr-big-data-ai:before {
    content: "\e1d0";
    }
        .fi-sr-big-data-analytics:before {
    content: "\e1d1";
    }
        .fi-sr-big-drop:before {
    content: "\e1d2";
    }
        .fi-sr-bike:before {
    content: "\e1d3";
    }
        .fi-sr-bike-moving:before {
    content: "\e1d4";
    }
        .fi-sr-bike-path:before {
    content: "\e1d5";
    }
        .fi-sr-biking:before {
    content: "\e1d6";
    }
        .fi-sr-biking-mountain:before {
    content: "\e1d7";
    }
        .fi-sr-bill-arrow:before {
    content: "\e1d8";
    }
        .fi-sr-billboard:before {
    content: "\e1d9";
    }
        .fi-sr-billiard:before {
    content: "\e1da";
    }
        .fi-sr-bin-bottles:before {
    content: "\e1db";
    }
        .fi-sr-binary:before {
    content: "\e1dc";
    }
        .fi-sr-binary-circle-check:before {
    content: "\e1dd";
    }
        .fi-sr-binary-cloud:before {
    content: "\e1de";
    }
        .fi-sr-binary-lock:before {
    content: "\e1df";
    }
        .fi-sr-binary-slash:before {
    content: "\e1e0";
    }
        .fi-sr-binoculars:before {
    content: "\e1e1";
    }
        .fi-sr-bio:before {
    content: "\e1e2";
    }
        .fi-sr-bio-leaves:before {
    content: "\e1e3";
    }
        .fi-sr-biohazard:before {
    content: "\e1e4";
    }
        .fi-sr-bipolar:before {
    content: "\e1e5";
    }
        .fi-sr-bird:before {
    content: "\e1e6";
    }
        .fi-sr-bitcoin-card:before {
    content: "\e1e8";
    }
        .fi-sr-bitcoin-sign:before {
    content: "\e1ea";
    }
        .fi-sr-blanket:before {
    content: "\e1ec";
    }
        .fi-sr-blender:before {
    content: "\e1ed";
    }
        .fi-sr-blender-phone:before {
    content: "\e1ee";
    }
        .fi-sr-blinds:before {
    content: "\e1ef";
    }
        .fi-sr-blinds-open:before {
    content: "\e1f0";
    }
        .fi-sr-blinds-raised:before {
    content: "\e1f1";
    }
        .fi-sr-block:before {
    content: "\e1f2";
    }
        .fi-sr-block-brick:before {
    content: "\e1f3";
    }
        .fi-sr-block-brick-fire:before {
    content: "\e1f4";
    }
        .fi-sr-block-microphone:before {
    content: "\e1f5";
    }
        .fi-sr-block-question:before {
    content: "\e1f6";
    }
        .fi-sr-block-quote:before {
    content: "\e1f7";
    }
        .fi-sr-block-user:before {
    content: "\e1f8";
    }
        .fi-sr-blog-pencil:before {
    content: "\e1fc";
    }
        .fi-sr-blog-text:before {
    content: "\e1fd";
    }
        .fi-sr-blood:before {
    content: "\e1ff";
    }
        .fi-sr-blood-dropper:before {
    content: "\e200";
    }
        .fi-sr-blood-test-tube:before {
    content: "\e201";
    }
        .fi-sr-blood-test-tube-alt:before {
    content: "\e202";
    }
        .fi-sr-blossom:before {
    content: "\e203";
    }
        .fi-sr-blueberries:before {
    content: "\e204";
    }
        .fi-sr-blueprint:before {
    content: "\e205";
    }
        .fi-sr-blueprint-house:before {
    content: "\e206";
    }
        .fi-sr-bluetooth-alt:before {
    content: "\e208";
    }
        .fi-sr-bluetooth-circle:before {
    content: "\e209";
    }
        .fi-sr-bluetooth-headphones:before {
    content: "\e20a";
    }
        .fi-sr-bluetooth-keyboard:before {
    content: "\e20b";
    }
        .fi-sr-bluetooth-mouse:before {
    content: "\e20c";
    }
        .fi-sr-bluetooth-settings:before {
    content: "\e20d";
    }
        .fi-sr-bluetooth-speaker:before {
    content: "\e20e";
    }
        .fi-sr-bluetooth-usb:before {
    content: "\e20f";
    }
        .fi-sr-blush:before {
    content: "\e210";
    }
        .fi-sr-bold:before {
    content: "\e211";
    }
        .fi-sr-bolt:before {
    content: "\e212";
    }
        .fi-sr-bolt-auto:before {
    content: "\e213";
    }
        .fi-sr-bolt-slash:before {
    content: "\e214";
    }
        .fi-sr-bomb:before {
    content: "\e215";
    }
        .fi-sr-bone:before {
    content: "\e217";
    }
        .fi-sr-bone-break:before {
    content: "\e218";
    }
        .fi-sr-bong:before {
    content: "\e219";
    }
        .fi-sr-bonus:before {
    content: "\e21a";
    }
        .fi-sr-bonus-alt:before {
    content: "\e21b";
    }
        .fi-sr-bonus-star:before {
    content: "\e21c";
    }
        .fi-sr-book:before {
    content: "\e21d";
    }
        .fi-sr-book-alt:before {
    content: "\e21e";
    }
        .fi-sr-book-arrow-right:before {
    content: "\e21f";
    }
        .fi-sr-book-arrow-up:before {
    content: "\e220";
    }
        .fi-sr-book-atlas:before {
    content: "\e221";
    }
        .fi-sr-book-bookmark:before {
    content: "\e222";
    }
        .fi-sr-book-circle-arrow-right:before {
    content: "\e224";
    }
        .fi-sr-book-circle-arrow-up:before {
    content: "\e225";
    }
        .fi-sr-book-copy:before {
    content: "\e226";
    }
        .fi-sr-book-dead:before {
    content: "\e227";
    }
        .fi-sr-book-font:before {
    content: "\e228";
    }
        .fi-sr-book-heart:before {
    content: "\e22a";
    }
        .fi-sr-book-medical:before {
    content: "\e22c";
    }
        .fi-sr-book-open-cover:before {
    content: "\e22d";
    }
        .fi-sr-book-open-reader:before {
    content: "\e22e";
    }
        .fi-sr-book-plus:before {
    content: "\e22f";
    }
        .fi-sr-book-quran:before {
    content: "\e230";
    }
        .fi-sr-book-section:before {
    content: "\e231";
    }
        .fi-sr-book-spells:before {
    content: "\e234";
    }
        .fi-sr-book-tanakh:before {
    content: "\e235";
    }
        .fi-sr-book-user:before {
    content: "\e236";
    }
        .fi-sr-book-world:before {
    content: "\e237";
    }
        .fi-sr-Booking:before {
    content: "\e238";
    }
        .fi-sr-bookmark:before {
    content: "\e239";
    }
        .fi-sr-bookmark-slash:before {
    content: "\e23a";
    }
        .fi-sr-books:before {
    content: "\e23b";
    }
        .fi-sr-books-lightbulb:before {
    content: "\e23c";
    }
        .fi-sr-books-medical:before {
    content: "\e23d";
    }
        .fi-sr-boot:before {
    content: "\e23e";
    }
        .fi-sr-boot-heeled:before {
    content: "\e23f";
    }
        .fi-sr-booth-curtain:before {
    content: "\e240";
    }
        .fi-sr-border-all:before {
    content: "\e242";
    }
        .fi-sr-border-bottom:before {
    content: "\e243";
    }
        .fi-sr-border-center-h:before {
    content: "\e244";
    }
        .fi-sr-border-center-v:before {
    content: "\e245";
    }
        .fi-sr-border-inner:before {
    content: "\e246";
    }
        .fi-sr-border-left:before {
    content: "\e247";
    }
        .fi-sr-border-none:before {
    content: "\e248";
    }
        .fi-sr-border-outer:before {
    content: "\e249";
    }
        .fi-sr-border-right:before {
    content: "\e24a";
    }
        .fi-sr-border-style:before {
    content: "\e24b";
    }
        .fi-sr-border-style-alt:before {
    content: "\e24c";
    }
        .fi-sr-border-top:before {
    content: "\e24d";
    }
        .fi-sr-boss:before {
    content: "\e24e";
    }
        .fi-sr-bottle:before {
    content: "\e24f";
    }
        .fi-sr-bottle-baby:before {
    content: "\e250";
    }
        .fi-sr-bottle-droplet:before {
    content: "\e251";
    }
        .fi-sr-bow-arrow:before {
    content: "\e253";
    }
        .fi-sr-bowl-chopsticks:before {
    content: "\e254";
    }
        .fi-sr-bowl-chopsticks-noodles:before {
    content: "\e255";
    }
        .fi-sr-bowl-rice:before {
    content: "\e256";
    }
        .fi-sr-bowl-scoop:before {
    content: "\e257";
    }
        .fi-sr-bowl-scoops:before {
    content: "\e258";
    }
        .fi-sr-bowl-soft-serve:before {
    content: "\e259";
    }
        .fi-sr-bowl-spoon:before {
    content: "\e25a";
    }
        .fi-sr-bowling:before {
    content: "\e25b";
    }
        .fi-sr-bowling-ball:before {
    content: "\e25c";
    }
        .fi-sr-bowling-pins:before {
    content: "\e25d";
    }
        .fi-sr-box:before {
    content: "\e25f";
    }
        .fi-sr-box-alt:before {
    content: "\e260";
    }
        .fi-sr-box-ballot:before {
    content: "\e261";
    }
        .fi-sr-box-check:before {
    content: "\e262";
    }
        .fi-sr-box-circle-check:before {
    content: "\e263";
    }
        .fi-sr-box-dollar:before {
    content: "\e264";
    }
        .fi-sr-box-fragile:before {
    content: "\e265";
    }
        .fi-sr-box-heart:before {
    content: "\e266";
    }
        .fi-sr-box-open:before {
    content: "\e267";
    }
        .fi-sr-box-open-full:before {
    content: "\e268";
    }
        .fi-sr-box-tissue:before {
    content: "\e269";
    }
        .fi-sr-box-up:before {
    content: "\e26a";
    }
        .fi-sr-boxes:before {
    content: "\e26b";
    }
        .fi-sr-boxing-glove:before {
    content: "\e26c";
    }
        .fi-sr-bracket-curly:before {
    content: "\e26d";
    }
        .fi-sr-bracket-curly-right:before {
    content: "\e26e";
    }
        .fi-sr-bracket-round:before {
    content: "\e26f";
    }
        .fi-sr-bracket-round-right:before {
    content: "\e270";
    }
        .fi-sr-bracket-square:before {
    content: "\e271";
    }
        .fi-sr-bracket-square-right:before {
    content: "\e272";
    }
        .fi-sr-brackets-curly:before {
    content: "\e273";
    }
        .fi-sr-brackets-round:before {
    content: "\e274";
    }
        .fi-sr-brackets-square:before {
    content: "\e275";
    }
        .fi-sr-braille:before {
    content: "\e276";
    }
        .fi-sr-braille-a:before {
    content: "\e277";
    }
        .fi-sr-braille-b:before {
    content: "\e278";
    }
        .fi-sr-braille-c:before {
    content: "\e279";
    }
        .fi-sr-braille-d:before {
    content: "\e27a";
    }
        .fi-sr-braille-e:before {
    content: "\e27b";
    }
        .fi-sr-braille-g:before {
    content: "\e27c";
    }
        .fi-sr-braille-h:before {
    content: "\e27d";
    }
        .fi-sr-braille-i:before {
    content: "\e27f";
    }
        .fi-sr-braille-j:before {
    content: "\e280";
    }
        .fi-sr-braille-k:before {
    content: "\e281";
    }
        .fi-sr-braille-l:before {
    content: "\e282";
    }
        .fi-sr-braille-m:before {
    content: "\e283";
    }
        .fi-sr-braille-n:before {
    content: "\e284";
    }
        .fi-sr-braille-n-alt:before {
    content: "\e285";
    }
        .fi-sr-braille-o:before {
    content: "\e286";
    }
        .fi-sr-braille-p:before {
    content: "\e287";
    }
        .fi-sr-braille-q:before {
    content: "\e288";
    }
        .fi-sr-braille-r:before {
    content: "\e289";
    }
        .fi-sr-braille-s:before {
    content: "\e28a";
    }
        .fi-sr-braille-t:before {
    content: "\e28b";
    }
        .fi-sr-braille-u:before {
    content: "\e28c";
    }
        .fi-sr-braille-v:before {
    content: "\e28d";
    }
        .fi-sr-braille-w:before {
    content: "\e28e";
    }
        .fi-sr-braille-x:before {
    content: "\e28f";
    }
        .fi-sr-braille-y:before {
    content: "\e290";
    }
        .fi-sr-braille-z:before {
    content: "\e291";
    }
        .fi-sr-brain:before {
    content: "\e292";
    }
        .fi-sr-brain-bulb:before {
    content: "\e293";
    }
        .fi-sr-brain-circuit:before {
    content: "\e294";
    }
        .fi-sr-brain-doubt:before {
    content: "\e295";
    }
        .fi-sr-brain-half-lightbulb:before {
    content: "\e296";
    }
        .fi-sr-brain-lightning:before {
    content: "\e297";
    }
        .fi-sr-brain-stress:before {
    content: "\e299";
    }
        .fi-sr-brake-warning:before {
    content: "\e29a";
    }
        .fi-sr-branching:before {
    content: "\e29b";
    }
        .fi-sr-brand:before {
    content: "\e29c";
    }
        .fi-sr-brand-badge:before {
    content: "\e29d";
    }
        .fi-sr-brand-strategy:before {
    content: "\e29e";
    }
        .fi-sr-branding:before {
    content: "\e29f";
    }
        .fi-sr-brazil:before {
    content: "\e2a0";
    }
        .fi-sr-brazil-flag:before {
    content: "\e2a1";
    }
        .fi-sr-brazil-flag-circle:before {
    content: "\e2a2";
    }
        .fi-sr-bread:before {
    content: "\e2a3";
    }
        .fi-sr-bread-loaf:before {
    content: "\e2a4";
    }
        .fi-sr-bread-slice:before {
    content: "\e2a5";
    }
        .fi-sr-bread-slice-butter:before {
    content: "\e2a6";
    }
        .fi-sr-break-time:before {
    content: "\e2a7";
    }
        .fi-sr-bridge:before {
    content: "\e2a8";
    }
        .fi-sr-bridge-circle-check:before {
    content: "\e2a9";
    }
        .fi-sr-bridge-collapse:before {
    content: "\e2aa";
    }
        .fi-sr-bridge-construction:before {
    content: "\e2ab";
    }
        .fi-sr-bridge-suspension:before {
    content: "\e2ac";
    }
        .fi-sr-bridge-water:before {
    content: "\e2ad";
    }
        .fi-sr-briefcase:before {
    content: "\e2af";
    }
        .fi-sr-briefcase-arrow-right:before {
    content: "\e2b0";
    }
        .fi-sr-briefcase-blank:before {
    content: "\e2b1";
    }
        .fi-sr-briefcase-dollar:before {
    content: "\e2b2";
    }
        .fi-sr-brightness:before {
    content: "\e2b3";
    }
        .fi-sr-brightness-low:before {
    content: "\e2b4";
    }
        .fi-sr-bring-forward:before {
    content: "\e2b5";
    }
        .fi-sr-bring-front:before {
    content: "\e2b6";
    }
        .fi-sr-broadcast-tower:before {
    content: "\e2b7";
    }
        .fi-sr-broccoli:before {
    content: "\e2b8";
    }
        .fi-sr-broken-arm:before {
    content: "\e2b9";
    }
        .fi-sr-broken-chain-link-wrong:before {
    content: "\e2ba";
    }
        .fi-sr-broken-image:before {
    content: "\e2bb";
    }
        .fi-sr-broken-leg:before {
    content: "\e2bc";
    }
        .fi-sr-broken-nail:before {
    content: "\e2bd";
    }
        .fi-sr-broom:before {
    content: "\e2be";
    }
        .fi-sr-broom-ball:before {
    content: "\e2bf";
    }
        .fi-sr-browser:before {
    content: "\e2c0";
    }
        .fi-sr-browser-css:before {
    content: "\e2c2";
    }
        .fi-sr-browser-lock-alert:before {
    content: "\e2c3";
    }
        .fi-sr-browser-ui:before {
    content: "\e2c4";
    }
        .fi-sr-browsers:before {
    content: "\e2c5";
    }
        .fi-sr-brush:before {
    content: "\e2c6";
    }
        .fi-sr-bubble-discussion:before {
    content: "\e2c7";
    }
        .fi-sr-bucket:before {
    content: "\e2c8";
    }
        .fi-sr-budget:before {
    content: "\e2c9";
    }
        .fi-sr-budget-alt:before {
    content: "\e2ca";
    }
        .fi-sr-bug:before {
    content: "\e2cb";
    }
        .fi-sr-bug-fix:before {
    content: "\e2cc";
    }
        .fi-sr-bug-folder:before {
    content: "\e2cd";
    }
        .fi-sr-bug-magnifier:before {
    content: "\e2ce";
    }
        .fi-sr-bug-report:before {
    content: "\e2cf";
    }
        .fi-sr-bug-slash:before {
    content: "\e2d0";
    }
        .fi-sr-bugs:before {
    content: "\e2d1";
    }
        .fi-sr-build:before {
    content: "\e2d2";
    }
        .fi-sr-build-alt:before {
    content: "\e2d3";
    }
        .fi-sr-building:before {
    content: "\e2d5";
    }
        .fi-sr-building-car:before {
    content: "\e2d6";
    }
        .fi-sr-building-check:before {
    content: "\e2d7";
    }
        .fi-sr-building-circle-arrow-right:before {
    content: "\e2d8";
    }
        .fi-sr-building-flag:before {
    content: "\e2d9";
    }
        .fi-sr-building-foundation:before {
    content: "\e2da";
    }
        .fi-sr-building-lock:before {
    content: "\e2db";
    }
        .fi-sr-building-materials:before {
    content: "\e2dc";
    }
        .fi-sr-building-ngo:before {
    content: "\e2dd";
    }
        .fi-sr-building-shield:before {
    content: "\e2de";
    }
        .fi-sr-building-user:before {
    content: "\e2df";
    }
        .fi-sr-building-xmark:before {
    content: "\e2e0";
    }
        .fi-sr-bulb:before {
    content: "\e2e1";
    }
        .fi-sr-bulb-speech-bubble:before {
    content: "\e2e2";
    }
        .fi-sr-bull-market:before {
    content: "\e2e3";
    }
        .fi-sr-bullet:before {
    content: "\e2e4";
    }
        .fi-sr-bullhorn:before {
    content: "\e2e5";
    }
        .fi-sr-bullseye:before {
    content: "\e2e6";
    }
        .fi-sr-bullseye-arrow:before {
    content: "\e2e7";
    }
        .fi-sr-bullseye-pointer:before {
    content: "\e2e8";
    }
        .fi-sr-buoy:before {
    content: "\e2e9";
    }
        .fi-sr-burger-alt:before {
    content: "\e2ea";
    }
        .fi-sr-burger-fries:before {
    content: "\e2eb";
    }
        .fi-sr-burger-glass:before {
    content: "\e2ec";
    }
        .fi-sr-burnout:before {
    content: "\e2ef";
    }
        .fi-sr-burrito:before {
    content: "\e2f0";
    }
        .fi-sr-burst:before {
    content: "\e2f1";
    }
        .fi-sr-bus:before {
    content: "\e2f2";
    }
        .fi-sr-bus-alt:before {
    content: "\e2f3";
    }
        .fi-sr-bus-ticket:before {
    content: "\e2f4";
    }
        .fi-sr-business-deal:before {
    content: "\e2f5";
    }
        .fi-sr-business-growth:before {
    content: "\e2f6";
    }
        .fi-sr-business-meeting:before {
    content: "\e2f7";
    }
        .fi-sr-business-podcast:before {
    content: "\e2f8";
    }
        .fi-sr-business-time:before {
    content: "\e2f9";
    }
        .fi-sr-business-value:before {
    content: "\e2fa";
    }
        .fi-sr-Butter:before {
    content: "\e2fc";
    }
        .fi-sr-butterfly:before {
    content: "\e2fd";
    }
        .fi-sr-c:before {
    content: "\e2fe";
    }
        .fi-sr-cabin:before {
    content: "\e2ff";
    }
        .fi-sr-cactus:before {
    content: "\e301";
    }
        .fi-sr-cage-empty:before {
    content: "\e302";
    }
        .fi-sr-cake-birthday:before {
    content: "\e303";
    }
        .fi-sr-cake-slice:before {
    content: "\e304";
    }
        .fi-sr-cake-wedding:before {
    content: "\e305";
    }
        .fi-sr-calculator:before {
    content: "\e306";
    }
        .fi-sr-calculator-bill:before {
    content: "\e308";
    }
        .fi-sr-calculator-math-tax:before {
    content: "\e309";
    }
        .fi-sr-calculator-money:before {
    content: "\e30a";
    }
        .fi-sr-calculator-simple:before {
    content: "\e30b";
    }
        .fi-sr-calendar:before {
    content: "\e30c";
    }
        .fi-sr-calendar-arrow-down:before {
    content: "\e30d";
    }
        .fi-sr-calendar-arrow-up:before {
    content: "\e30e";
    }
        .fi-sr-calendar-birhtday-cake:before {
    content: "\e30f";
    }
        .fi-sr-calendar-call:before {
    content: "\e310";
    }
        .fi-sr-calendar-check:before {
    content: "\e311";
    }
        .fi-sr-calendar-clock:before {
    content: "\e312";
    }
        .fi-sr-calendar-day:before {
    content: "\e313";
    }
        .fi-sr-calendar-days:before {
    content: "\e314";
    }
        .fi-sr-calendar-event-tax:before {
    content: "\e315";
    }
        .fi-sr-calendar-exclamation:before {
    content: "\e316";
    }
        .fi-sr-calendar-gavel-legal:before {
    content: "\e317";
    }
        .fi-sr-calendar-heart:before {
    content: "\e318";
    }
        .fi-sr-calendar-image:before {
    content: "\e319";
    }
        .fi-sr-calendar-lines:before {
    content: "\e31a";
    }
        .fi-sr-calendar-lines-pen:before {
    content: "\e31b";
    }
        .fi-sr-calendar-minus:before {
    content: "\e31d";
    }
        .fi-sr-calendar-payment-loan:before {
    content: "\e31e";
    }
        .fi-sr-calendar-pen:before {
    content: "\e31f";
    }
        .fi-sr-calendar-plus:before {
    content: "\e320";
    }
        .fi-sr-calendar-salary:before {
    content: "\e321";
    }
        .fi-sr-calendar-shift-swap:before {
    content: "\e322";
    }
        .fi-sr-calendar-star:before {
    content: "\e323";
    }
        .fi-sr-calendar-swap:before {
    content: "\e324";
    }
        .fi-sr-calendar-update:before {
    content: "\e325";
    }
        .fi-sr-calendar-week:before {
    content: "\e326";
    }
        .fi-sr-calendar-xmark:before {
    content: "\e327";
    }
        .fi-sr-calendars:before {
    content: "\e328";
    }
        .fi-sr-call-duration:before {
    content: "\e329";
    }
        .fi-sr-call-forbidden:before {
    content: "\e32a";
    }
        .fi-sr-call-history:before {
    content: "\e32b";
    }
        .fi-sr-call-incoming:before {
    content: "\e32c";
    }
        .fi-sr-call-missed:before {
    content: "\e32d";
    }
        .fi-sr-call-outgoing:before {
    content: "\e32e";
    }
        .fi-sr-camcorder:before {
    content: "\e32f";
    }
        .fi-sr-camera:before {
    content: "\e330";
    }
        .fi-sr-camera-cctv:before {
    content: "\e331";
    }
        .fi-sr-camera-movie:before {
    content: "\e333";
    }
        .fi-sr-camera-retro:before {
    content: "\e334";
    }
        .fi-sr-camera-rotate:before {
    content: "\e335";
    }
        .fi-sr-camera-security:before {
    content: "\e336";
    }
        .fi-sr-camera-slash:before {
    content: "\e337";
    }
        .fi-sr-camera-viewfinder:before {
    content: "\e338";
    }
        .fi-sr-campfire:before {
    content: "\e339";
    }
        .fi-sr-camping:before {
    content: "\e33a";
    }
        .fi-sr-can-food:before {
    content: "\e33b";
    }
        .fi-sr-candle-holder:before {
    content: "\e33c";
    }
        .fi-sr-candle-lotus-yoga:before {
    content: "\e33d";
    }
        .fi-sr-candle-pose-yoga:before {
    content: "\e33e";
    }
        .fi-sr-candy:before {
    content: "\e340";
    }
        .fi-sr-candy-alt:before {
    content: "\e341";
    }
        .fi-sr-candy-bar:before {
    content: "\e342";
    }
        .fi-sr-candy-cane:before {
    content: "\e343";
    }
        .fi-sr-candy-corn:before {
    content: "\e344";
    }
        .fi-sr-candy-sweet:before {
    content: "\e345";
    }
        .fi-sr-Cannabis:before {
    content: "\e346";
    }
        .fi-sr-canned-food:before {
    content: "\e347";
    }
        .fi-sr-cannon:before {
    content: "\e348";
    }
        .fi-sr-canoe:before {
    content: "\e349";
    }
        .fi-sr-capsules:before {
    content: "\e34a";
    }
        .fi-sr-car:before {
    content: "\e34c";
    }
        .fi-sr-car-alt:before {
    content: "\e34d";
    }
        .fi-sr-car-battery:before {
    content: "\e34e";
    }
        .fi-sr-car-bolt:before {
    content: "\e34f";
    }
        .fi-sr-car-building:before {
    content: "\e350";
    }
        .fi-sr-car-bump:before {
    content: "\e351";
    }
        .fi-sr-car-bus:before {
    content: "\e352";
    }
        .fi-sr-car-charger-bolt:before {
    content: "\e353";
    }
        .fi-sr-car-circle-bolt:before {
    content: "\e354";
    }
        .fi-sr-car-crash:before {
    content: "\e355";
    }
        .fi-sr-car-garage:before {
    content: "\e356";
    }
        .fi-sr-car-journey:before {
    content: "\e357";
    }
        .fi-sr-car-mechanic:before {
    content: "\e358";
    }
        .fi-sr-car-oil:before {
    content: "\e359";
    }
        .fi-sr-car-rear:before {
    content: "\e35a";
    }
        .fi-sr-car-side:before {
    content: "\e35b";
    }
        .fi-sr-car-side-bolt:before {
    content: "\e35c";
    }
        .fi-sr-car-tilt:before {
    content: "\e35d";
    }
        .fi-sr-car-tunnel:before {
    content: "\e35e";
    }
        .fi-sr-car-wash:before {
    content: "\e35f";
    }
        .fi-sr-caravan:before {
    content: "\e360";
    }
        .fi-sr-caravan-alt:before {
    content: "\e361";
    }
        .fi-sr-carbon-cloud:before {
    content: "\e362";
    }
        .fi-sr-carbon-cloud-arrow-down:before {
    content: "\e363";
    }
        .fi-sr-carbon-footprint:before {
    content: "\e364";
    }
        .fi-sr-card-club:before {
    content: "\e365";
    }
        .fi-sr-card-diamond:before {
    content: "\e366";
    }
        .fi-sr-card-heart:before {
    content: "\e367";
    }
        .fi-sr-card-spade:before {
    content: "\e369";
    }
        .fi-sr-cardinal-compass:before {
    content: "\e36a";
    }
        .fi-sr-cards-blank:before {
    content: "\e36c";
    }
        .fi-sr-career-growth:before {
    content: "\e36e";
    }
        .fi-sr-career-path:before {
    content: "\e36f";
    }
        .fi-sr-caret-circle-down:before {
    content: "\e370";
    }
        .fi-sr-caret-circle-right:before {
    content: "\e372";
    }
        .fi-sr-caret-circle-up:before {
    content: "\e373";
    }
        .fi-sr-caret-down:before {
    content: "\e374";
    }
        .fi-sr-caret-left:before {
    content: "\e375";
    }
        .fi-sr-caret-quare-up:before {
    content: "\e376";
    }
        .fi-sr-caret-right:before {
    content: "\e377";
    }
        .fi-sr-caret-square-down:before {
    content: "\e378";
    }
        .fi-sr-caret-square-left:before {
    content: "\e379";
    }
        .fi-sr-caret-square-left_1:before {
    content: "\e37a";
    }
        .fi-sr-caret-square-right:before {
    content: "\e37b";
    }
        .fi-sr-caret-up:before {
    content: "\e37d";
    }
        .fi-sr-carrot:before {
    content: "\e37e";
    }
        .fi-sr-cars:before {
    content: "\e37f";
    }
        .fi-sr-cars-crash:before {
    content: "\e380";
    }
        .fi-sr-cart-arrow-down:before {
    content: "\e381";
    }
        .fi-sr-cart-minus:before {
    content: "\e382";
    }
        .fi-sr-cart-shopping-fast:before {
    content: "\e383";
    }
        .fi-sr-case-study:before {
    content: "\e384";
    }
        .fi-sr-cash-register:before {
    content: "\e385";
    }
        .fi-sr-cassette-tape:before {
    content: "\e386";
    }
        .fi-sr-cassette-vhs:before {
    content: "\e387";
    }
        .fi-sr-castle:before {
    content: "\e388";
    }
        .fi-sr-castle-tower:before {
    content: "\e389";
    }
        .fi-sr-cat:before {
    content: "\e38a";
    }
        .fi-sr-cat-dog:before {
    content: "\e38b";
    }
        .fi-sr-cat-head:before {
    content: "\e38c";
    }
        .fi-sr-cat-space:before {
    content: "\e38d";
    }
        .fi-sr-catalog:before {
    content: "\e38e";
    }
        .fi-sr-catalog-alt:before {
    content: "\e38f";
    }
        .fi-sr-catalog-magazine:before {
    content: "\e390";
    }
        .fi-sr-category:before {
    content: "\e391";
    }
        .fi-sr-category-alt:before {
    content: "\e392";
    }
        .fi-sr-cauldron:before {
    content: "\e393";
    }
        .fi-sr-cdn:before {
    content: "\e39a";
    }
        .fi-sr-cedi-sign:before {
    content: "\e39b";
    }
        .fi-sr-cell:before {
    content: "\e39c";
    }
        .fi-sr-cello:before {
    content: "\e39d";
    }
        .fi-sr-cent-sign:before {
    content: "\e39e";
    }
        .fi-sr-certificate:before {
    content: "\e3a0";
    }
        .fi-sr-chai-tea:before {
    content: "\e3a1";
    }
        .fi-sr-chair:before {
    content: "\e3a2";
    }
        .fi-sr-chair-director:before {
    content: "\e3a3";
    }
        .fi-sr-chair-office:before {
    content: "\e3a4";
    }
        .fi-sr-chalkboard:before {
    content: "\e3a5";
    }
        .fi-sr-chalkboard-user:before {
    content: "\e3a6";
    }
        .fi-sr-challenge:before {
    content: "\e3a7";
    }
        .fi-sr-challenge-alt:before {
    content: "\e3a8";
    }
        .fi-sr-chamomile:before {
    content: "\e3a9";
    }
        .fi-sr-channel:before {
    content: "\e3aa";
    }
        .fi-sr-charging-station:before {
    content: "\e3ac";
    }
        .fi-sr-chart-area:before {
    content: "\e3ad";
    }
        .fi-sr-chart-bullet:before {
    content: "\e3b1";
    }
        .fi-sr-chart-candlestick:before {
    content: "\e3b2";
    }
        .fi-sr-chart-connected:before {
    content: "\e3b3";
    }
        .fi-sr-chart-gantt:before {
    content: "\e3b4";
    }
        .fi-sr-chart-histogram:before {
    content: "\e3b5";
    }
        .fi-sr-chart-kanban:before {
    content: "\e3b6";
    }
        .fi-sr-chart-line-up:before {
    content: "\e3b7";
    }
        .fi-sr-chart-line-up-down:before {
    content: "\e3b8";
    }
        .fi-sr-chart-mixed:before {
    content: "\e3b9";
    }
        .fi-sr-chart-mixed-up-circle-currency:before {
    content: "\e3ba";
    }
        .fi-sr-chart-mixed-up-circle-dollar:before {
    content: "\e3bb";
    }
        .fi-sr-chart-network:before {
    content: "\e3bc";
    }
        .fi-sr-chart-pie:before {
    content: "\e3bd";
    }
        .fi-sr-chart-pie-alt:before {
    content: "\e3be";
    }
        .fi-sr-chart-pie-simple-circle-currency:before {
    content: "\e3bf";
    }
        .fi-sr-chart-pie-simple-circle-dollar:before {
    content: "\e3c0";
    }
        .fi-sr-chart-pyramid:before {
    content: "\e3c1";
    }
        .fi-sr-chart-radar:before {
    content: "\e3c2";
    }
        .fi-sr-chart-scatter:before {
    content: "\e3c3";
    }
        .fi-sr-chart-scatter-3d:before {
    content: "\e3c4";
    }
        .fi-sr-chart-scatter-bubble:before {
    content: "\e3c5";
    }
        .fi-sr-chart-set-theory:before {
    content: "\e3c6";
    }
        .fi-sr-chart-simple:before {
    content: "\e3c7";
    }
        .fi-sr-chart-simple-horizontal:before {
    content: "\e3c8";
    }
        .fi-sr-chart-tree:before {
    content: "\e3c9";
    }
        .fi-sr-chart-tree-map:before {
    content: "\e3ca";
    }
        .fi-sr-chart-user:before {
    content: "\e3cb";
    }
        .fi-sr-chart-waterfall:before {
    content: "\e3cc";
    }
        .fi-sr-chat-arrow-down:before {
    content: "\e3cd";
    }
        .fi-sr-chat-arrow-grow:before {
    content: "\e3ce";
    }
        .fi-sr-chat-bubble-call:before {
    content: "\e3cf";
    }
        .fi-sr-chatbot:before {
    content: "\e3d0";
    }
        .fi-sr-chatbot-speech-bubble:before {
    content: "\e3d1";
    }
        .fi-sr-check:before {
    content: "\e3d7";
    }
        .fi-sr-check-circle:before {
    content: "\e3d8";
    }
        .fi-sr-check-double:before {
    content: "\e3d9";
    }
        .fi-sr-check-in-calendar:before {
    content: "\e3da";
    }
        .fi-sr-check-out-calendar:before {
    content: "\e3db";
    }
        .fi-sr-checkbox:before {
    content: "\e3dc";
    }
        .fi-sr-checklist-task-budget:before {
    content: "\e3dd";
    }
        .fi-sr-cheese:before {
    content: "\e3de";
    }
        .fi-sr-cheese-alt:before {
    content: "\e3df";
    }
        .fi-sr-cheese-cake:before {
    content: "\e3e0";
    }
        .fi-sr-cheeseburger:before {
    content: "\e3e1";
    }
        .fi-sr-cherry:before {
    content: "\e3e2";
    }
        .fi-sr-chess:before {
    content: "\e3e3";
    }
        .fi-sr-chess-bishop:before {
    content: "\e3e4";
    }
        .fi-sr-chess-board:before {
    content: "\e3e5";
    }
        .fi-sr-chess-clock:before {
    content: "\e3e6";
    }
        .fi-sr-chess-clock-alt:before {
    content: "\e3e7";
    }
        .fi-sr-chess-king:before {
    content: "\e3e8";
    }
        .fi-sr-chess-king-alt:before {
    content: "\e3e9";
    }
        .fi-sr-chess-knight:before {
    content: "\e3ea";
    }
        .fi-sr-chess-knight-alt:before {
    content: "\e3eb";
    }
        .fi-sr-chess-pawn:before {
    content: "\e3ec";
    }
        .fi-sr-chess-pawn-alt:before {
    content: "\e3ed";
    }
        .fi-sr-chess-piece:before {
    content: "\e3ee";
    }
        .fi-sr-chess-queen:before {
    content: "\e3ef";
    }
        .fi-sr-chess-queen-alt:before {
    content: "\e3f0";
    }
        .fi-sr-chess-rook:before {
    content: "\e3f1";
    }
        .fi-sr-chess-rook-alt:before {
    content: "\e3f2";
    }
        .fi-sr-chevron-double-dots-down:before {
    content: "\e3f3";
    }
        .fi-sr-chevron-double-dots-left:before {
    content: "\e3f4";
    }
        .fi-sr-chevron-double-dots-right:before {
    content: "\e3f5";
    }
        .fi-sr-chevron-double-dots-up:before {
    content: "\e3f6";
    }
        .fi-sr-chevron-double-down:before {
    content: "\e3f7";
    }
        .fi-sr-chevron-double-up:before {
    content: "\e3f8";
    }
        .fi-sr-chicken-bucket:before {
    content: "\e3f9";
    }
        .fi-sr-child:before {
    content: "\e3fa";
    }
        .fi-sr-child-head:before {
    content: "\e3fb";
    }
        .fi-sr-chimney:before {
    content: "\e3fc";
    }
        .fi-sr-chimney-smoke:before {
    content: "\e3fd";
    }
        .fi-sr-chinese-temple:before {
    content: "\e3fe";
    }
        .fi-sr-chip:before {
    content: "\e3ff";
    }
        .fi-sr-chip-brain:before {
    content: "\e400";
    }
        .fi-sr-chocolate:before {
    content: "\e401";
    }
        .fi-sr-choir-singing:before {
    content: "\e403";
    }
        .fi-sr-choose:before {
    content: "\e404";
    }
        .fi-sr-choose-alt:before {
    content: "\e405";
    }
        .fi-sr-church:before {
    content: "\e407";
    }
        .fi-sr-cinnamon-roll:before {
    content: "\e408";
    }
        .fi-sr-circle:before {
    content: "\e409";
    }
        .fi-sr-circle-0:before {
    content: "\e40a";
    }
        .fi-sr-circle-1:before {
    content: "\e40b";
    }
        .fi-sr-circle-2:before {
    content: "\e40c";
    }
        .fi-sr-circle-3:before {
    content: "\e40d";
    }
        .fi-sr-circle-4:before {
    content: "\e40e";
    }
        .fi-sr-circle-5:before {
    content: "\e40f";
    }
        .fi-sr-circle-6:before {
    content: "\e410";
    }
        .fi-sr-circle-7:before {
    content: "\e411";
    }
        .fi-sr-circle-8:before {
    content: "\e412";
    }
        .fi-sr-circle-9:before {
    content: "\e413";
    }
        .fi-sr-circle-a:before {
    content: "\e414";
    }
        .fi-sr-circle-b:before {
    content: "\e416";
    }
        .fi-sr-circle-bolt:before {
    content: "\e417";
    }
        .fi-sr-circle-book-open:before {
    content: "\e418";
    }
        .fi-sr-circle-bookmark:before {
    content: "\e419";
    }
        .fi-sr-circle-c:before {
    content: "\e41a";
    }
        .fi-sr-circle-calendar:before {
    content: "\e41b";
    }
        .fi-sr-circle-camera:before {
    content: "\e41c";
    }
        .fi-sr-circle-d:before {
    content: "\e41e";
    }
        .fi-sr-circle-dashed:before {
    content: "\e41f";
    }
        .fi-sr-circle-divide:before {
    content: "\e420";
    }
        .fi-sr-circle-e:before {
    content: "\e422";
    }
        .fi-sr-circle-ellipsis:before {
    content: "\e423";
    }
        .fi-sr-circle-ellipsis-vertical:before {
    content: "\e424";
    }
        .fi-sr-circle-envelope:before {
    content: "\e425";
    }
        .fi-sr-circle-exclamation-check:before {
    content: "\e426";
    }
        .fi-sr-circle-f:before {
    content: "\e427";
    }
        .fi-sr-circle-g:before {
    content: "\e428";
    }
        .fi-sr-circle-h:before {
    content: "\e429";
    }
        .fi-sr-circle-half:before {
    content: "\e42a";
    }
        .fi-sr-circle-half-stroke:before {
    content: "\e42b";
    }
        .fi-sr-circle-heart:before {
    content: "\e42c";
    }
        .fi-sr-circle-i:before {
    content: "\e42d";
    }
        .fi-sr-circle-j:before {
    content: "\e42e";
    }
        .fi-sr-circle-k:before {
    content: "\e42f";
    }
        .fi-sr-circle-l:before {
    content: "\e430";
    }
        .fi-sr-circle-m:before {
    content: "\e431";
    }
        .fi-sr-circle-microphone:before {
    content: "\e432";
    }
        .fi-sr-circle-microphone-lines:before {
    content: "\e433";
    }
        .fi-sr-circle-n:before {
    content: "\e434";
    }
        .fi-sr-circle-nodes:before {
    content: "\e435";
    }
        .fi-sr-circle-o:before {
    content: "\e436";
    }
        .fi-sr-circle-overlap:before {
    content: "\e437";
    }
        .fi-sr-circle-p:before {
    content: "\e438";
    }
        .fi-sr-circle-phone:before {
    content: "\e43a";
    }
        .fi-sr-circle-phone-flip:before {
    content: "\e43b";
    }
        .fi-sr-circle-phone-hangup:before {
    content: "\e43c";
    }
        .fi-sr-circle-q:before {
    content: "\e43e";
    }
        .fi-sr-circle-quarter:before {
    content: "\e43f";
    }
        .fi-sr-circle-quarters-alt:before {
    content: "\e441";
    }
        .fi-sr-circle-r:before {
    content: "\e442";
    }
        .fi-sr-circle-s:before {
    content: "\e443";
    }
        .fi-sr-circle-small:before {
    content: "\e444";
    }
        .fi-sr-circle-star:before {
    content: "\e445";
    }
        .fi-sr-circle-t:before {
    content: "\e447";
    }
        .fi-sr-circle-three-quarters:before {
    content: "\e448";
    }
        .fi-sr-circle-trash:before {
    content: "\e449";
    }
        .fi-sr-circle-u:before {
    content: "\e44a";
    }
        .fi-sr-circle-user:before {
    content: "\e44b";
    }
        .fi-sr-circle-v:before {
    content: "\e44c";
    }
        .fi-sr-circle-video:before {
    content: "\e44d";
    }
        .fi-sr-circle-w:before {
    content: "\e44e";
    }
        .fi-sr-circle-water-plug:before {
    content: "\e44f";
    }
        .fi-sr-circle-waveform-lines:before {
    content: "\e450";
    }
        .fi-sr-circle-wifi-circle-wifi:before {
    content: "\e451";
    }
        .fi-sr-circle-x:before {
    content: "\e452";
    }
        .fi-sr-circle-xmark:before {
    content: "\e453";
    }
        .fi-sr-circle-y:before {
    content: "\e454";
    }
        .fi-sr-circle-z:before {
    content: "\e455";
    }
        .fi-sr-citrus:before {
    content: "\e456";
    }
        .fi-sr-citrus-slice:before {
    content: "\e457";
    }
        .fi-sr-city:before {
    content: "\e458";
    }
        .fi-sr-civil-law:before {
    content: "\e459";
    }
        .fi-sr-clapper-open:before {
    content: "\e45a";
    }
        .fi-sr-clapperboard:before {
    content: "\e45b";
    }
        .fi-sr-clapperboard-play:before {
    content: "\e45c";
    }
        .fi-sr-clarinet:before {
    content: "\e45e";
    }
        .fi-sr-claw-marks:before {
    content: "\e45f";
    }
        .fi-sr-clear-alt:before {
    content: "\e462";
    }
        .fi-sr-clip:before {
    content: "\e463";
    }
        .fi-sr-clip-file:before {
    content: "\e464";
    }
        .fi-sr-clip-mail:before {
    content: "\e465";
    }
        .fi-sr-clipboard:before {
    content: "\e466";
    }
        .fi-sr-clipboard-check:before {
    content: "\e467";
    }
        .fi-sr-clipboard-list:before {
    content: "\e469";
    }
        .fi-sr-clipboard-list-check:before {
    content: "\e46a";
    }
        .fi-sr-clipboard-prescription:before {
    content: "\e46b";
    }
        .fi-sr-clipboard-question:before {
    content: "\e46c";
    }
        .fi-sr-clipboard-user:before {
    content: "\e46d";
    }
        .fi-sr-clipoard-wrong:before {
    content: "\e46e";
    }
        .fi-sr-clock:before {
    content: "\e46f";
    }
        .fi-sr-clock-desk:before {
    content: "\e470";
    }
        .fi-sr-clock-eight-thirty:before {
    content: "\e471";
    }
        .fi-sr-clock-eleven:before {
    content: "\e472";
    }
        .fi-sr-clock-eleven-thirty:before {
    content: "\e473";
    }
        .fi-sr-clock-five:before {
    content: "\e474";
    }
        .fi-sr-clock-five-thirty:before {
    content: "\e475";
    }
        .fi-sr-clock-four-thirty:before {
    content: "\e476";
    }
        .fi-sr-clock-future-past:before {
    content: "\e477";
    }
        .fi-sr-clock-nine:before {
    content: "\e478";
    }
        .fi-sr-clock-nine-thirty:before {
    content: "\e479";
    }
        .fi-sr-clock-one:before {
    content: "\e47a";
    }
        .fi-sr-clock-one-thirty:before {
    content: "\e47b";
    }
        .fi-sr-clock-seven:before {
    content: "\e47c";
    }
        .fi-sr-clock-seven-thirty:before {
    content: "\e47d";
    }
        .fi-sr-clock-six:before {
    content: "\e47e";
    }
        .fi-sr-clock-six-thirty:before {
    content: "\e47f";
    }
        .fi-sr-clock-ten:before {
    content: "\e480";
    }
        .fi-sr-clock-ten-thirty:before {
    content: "\e481";
    }
        .fi-sr-clock-three:before {
    content: "\e482";
    }
        .fi-sr-clock-three-thirty:before {
    content: "\e483";
    }
        .fi-sr-clock-time-tracking:before {
    content: "\e484";
    }
        .fi-sr-clock-twelve:before {
    content: "\e485";
    }
        .fi-sr-clock-twelve-thirty:before {
    content: "\e486";
    }
        .fi-sr-clock-two:before {
    content: "\e487";
    }
        .fi-sr-clock-two-thirty:before {
    content: "\e488";
    }
        .fi-sr-clock-up-arrow:before {
    content: "\e489";
    }
        .fi-sr-clone:before {
    content: "\e48a";
    }
        .fi-sr-closed:before {
    content: "\e48b";
    }
        .fi-sr-closed-captioning-slash:before {
    content: "\e48c";
    }
        .fi-sr-clothes-hanger:before {
    content: "\e48d";
    }
        .fi-sr-clothing-rack:before {
    content: "\e48e";
    }
        .fi-sr-cloud:before {
    content: "\e48f";
    }
        .fi-sr-cloud-back-up:before {
    content: "\e490";
    }
        .fi-sr-cloud-back-up-alt:before {
    content: "\e491";
    }
        .fi-sr-cloud-check:before {
    content: "\e492";
    }
        .fi-sr-cloud-code:before {
    content: "\e493";
    }
        .fi-sr-cloud-disabled:before {
    content: "\e495";
    }
        .fi-sr-cloud-download:before {
    content: "\e496";
    }
        .fi-sr-cloud-download-alt:before {
    content: "\e497";
    }
        .fi-sr-cloud-drizzle:before {
    content: "\e499";
    }
        .fi-sr-cloud-exclamation:before {
    content: "\e49a";
    }
        .fi-sr-cloud-gear-automation:before {
    content: "\e49c";
    }
        .fi-sr-cloud-hail:before {
    content: "\e49d";
    }
        .fi-sr-cloud-hail-mixed:before {
    content: "\e49e";
    }
        .fi-sr-cloud-meatball:before {
    content: "\e4a0";
    }
        .fi-sr-cloud-moon:before {
    content: "\e4a2";
    }
        .fi-sr-cloud-moon-rain:before {
    content: "\e4a3";
    }
        .fi-sr-cloud-question:before {
    content: "\e4a5";
    }
        .fi-sr-cloud-rain:before {
    content: "\e4a6";
    }
        .fi-sr-cloud-rainbow:before {
    content: "\e4a7";
    }
        .fi-sr-cloud-share:before {
    content: "\e4a8";
    }
        .fi-sr-cloud-showers:before {
    content: "\e4a9";
    }
        .fi-sr-cloud-showers-heavy:before {
    content: "\e4aa";
    }
        .fi-sr-cloud-showers-water:before {
    content: "\e4ab";
    }
        .fi-sr-cloud-sleet:before {
    content: "\e4ad";
    }
        .fi-sr-cloud-snow:before {
    content: "\e4ae";
    }
        .fi-sr-cloud-sun:before {
    content: "\e4b0";
    }
        .fi-sr-cloud-sun-rain:before {
    content: "\e4b1";
    }
        .fi-sr-cloud-sun-tear:before {
    content: "\e4b2";
    }
        .fi-sr-cloud-upload:before {
    content: "\e4b3";
    }
        .fi-sr-cloud-upload-alt:before {
    content: "\e4b4";
    }
        .fi-sr-cloud-windy:before {
    content: "\e4b6";
    }
        .fi-sr-clouds:before {
    content: "\e4b9";
    }
        .fi-sr-clouds-moon:before {
    content: "\e4ba";
    }
        .fi-sr-clouds-sun:before {
    content: "\e4bb";
    }
        .fi-sr-clover-alt:before {
    content: "\e4bc";
    }
        .fi-sr-club:before {
    content: "\e4bd";
    }
        .fi-sr-cocktail:before {
    content: "\e4c0";
    }
        .fi-sr-cocktail-alt:before {
    content: "\e4c1";
    }
        .fi-sr-coconut:before {
    content: "\e4c2";
    }
        .fi-sr-code-branch:before {
    content: "\e4c3";
    }
        .fi-sr-code-commit:before {
    content: "\e4c4";
    }
        .fi-sr-code-compare:before {
    content: "\e4c5";
    }
        .fi-sr-code-editing:before {
    content: "\e4c6";
    }
        .fi-sr-code-fork:before {
    content: "\e4c7";
    }
        .fi-sr-code-merge:before {
    content: "\e4c8";
    }
        .fi-sr-code-pull-request:before {
    content: "\e4c9";
    }
        .fi-sr-code-pull-request-closed:before {
    content: "\e4ca";
    }
        .fi-sr-code-pull-request-draft:before {
    content: "\e4cb";
    }
        .fi-sr-code-simple:before {
    content: "\e4cc";
    }
        .fi-sr-code-window:before {
    content: "\e4cd";
    }
        .fi-sr-coffee:before {
    content: "\e4ce";
    }
        .fi-sr-coffee-bean:before {
    content: "\e4cf";
    }
        .fi-sr-coffee-beans:before {
    content: "\e4d0";
    }
        .fi-sr-coffee-heart:before {
    content: "\e4d1";
    }
        .fi-sr-coffee-maker:before {
    content: "\e4d2";
    }
        .fi-sr-coffee-pot:before {
    content: "\e4d3";
    }
        .fi-sr-coffee-time:before {
    content: "\e4d4";
    }
        .fi-sr-coffin:before {
    content: "\e4d5";
    }
        .fi-sr-coffin-cross:before {
    content: "\e4d6";
    }
        .fi-sr-coin:before {
    content: "\e4d7";
    }
        .fi-sr-coin-up-arrow:before {
    content: "\e4d8";
    }
        .fi-sr-coins:before {
    content: "\e4d9";
    }
        .fi-sr-coins-crypto:before {
    content: "\e4da";
    }
        .fi-sr-coins-shield:before {
    content: "\e4db";
    }
        .fi-sr-colon-sign:before {
    content: "\e4dd";
    }
        .fi-sr-columns-3:before {
    content: "\e4de";
    }
        .fi-sr-comb:before {
    content: "\e4df";
    }
        .fi-sr-comb-hair:before {
    content: "\e4e0";
    }
        .fi-sr-comedy-podcast:before {
    content: "\e4e1";
    }
        .fi-sr-comet:before {
    content: "\e4e2";
    }
        .fi-sr-command:before {
    content: "\e4e4";
    }
        .fi-sr-comment:before {
    content: "\e4e5";
    }
        .fi-sr-comment-alt:before {
    content: "\e4e6";
    }
        .fi-sr-comment-alt-check:before {
    content: "\e4e7";
    }
        .fi-sr-comment-alt-dots:before {
    content: "\e4e8";
    }
        .fi-sr-comment-alt-edit:before {
    content: "\e4e9";
    }
        .fi-sr-comment-alt-lock:before {
    content: "\e4ea";
    }
        .fi-sr-comment-alt-medical:before {
    content: "\e4eb";
    }
        .fi-sr-comment-alt-middle:before {
    content: "\e4ec";
    }
        .fi-sr-comment-alt-middle-top:before {
    content: "\e4ed";
    }
        .fi-sr-comment-alt-minus:before {
    content: "\e4ee";
    }
        .fi-sr-comment-alt-music:before {
    content: "\e4ef";
    }
        .fi-sr-comment-arrow-down:before {
    content: "\e4f2";
    }
        .fi-sr-comment-arrow-up:before {
    content: "\e4f3";
    }
        .fi-sr-comment-arrow-up-right:before {
    content: "\e4f4";
    }
        .fi-sr-comment-check:before {
    content: "\e4f5";
    }
        .fi-sr-comment-clock:before {
    content: "\e4f6";
    }
        .fi-sr-comment-code:before {
    content: "\e4f7";
    }
        .fi-sr-comment-dollar:before {
    content: "\e4f8";
    }
        .fi-sr-comment-dots:before {
    content: "\e4f9";
    }
        .fi-sr-comment-exclamation:before {
    content: "\e4fa";
    }
        .fi-sr-comment-heart:before {
    content: "\e4fb";
    }
        .fi-sr-comment-image:before {
    content: "\e4fc";
    }
        .fi-sr-comment-info:before {
    content: "\e4fd";
    }
        .fi-sr-comment-lock:before {
    content: "\e4fe";
    }
        .fi-sr-comment-medical:before {
    content: "\e4ff";
    }
        .fi-sr-comment-minus:before {
    content: "\e500";
    }
        .fi-sr-comment-pen:before {
    content: "\e501";
    }
        .fi-sr-comment-question:before {
    content: "\e503";
    }
        .fi-sr-comment-quote:before {
    content: "\e504";
    }
        .fi-sr-comment-slash:before {
    content: "\e505";
    }
        .fi-sr-comment-smile:before {
    content: "\e506";
    }
        .fi-sr-comment-sms:before {
    content: "\e507";
    }
        .fi-sr-comment-text:before {
    content: "\e508";
    }
        .fi-sr-comment-user:before {
    content: "\e509";
    }
        .fi-sr-comment-xmark:before {
    content: "\e50a";
    }
        .fi-sr-comments:before {
    content: "\e50b";
    }
        .fi-sr-comments-dollar:before {
    content: "\e50c";
    }
        .fi-sr-comments-question:before {
    content: "\e50d";
    }
        .fi-sr-comments-question-check:before {
    content: "\e50e";
    }
        .fi-sr-compass-alt:before {
    content: "\e50f";
    }
        .fi-sr-compass-east:before {
    content: "\e510";
    }
        .fi-sr-compass-north:before {
    content: "\e511";
    }
        .fi-sr-compass-slash:before {
    content: "\e512";
    }
        .fi-sr-compass-south:before {
    content: "\e513";
    }
        .fi-sr-compass-west:before {
    content: "\e514";
    }
        .fi-sr-completed:before {
    content: "\e515";
    }
        .fi-sr-compliance:before {
    content: "\e516";
    }
        .fi-sr-compliance-clipboard:before {
    content: "\e517";
    }
        .fi-sr-compliance-document:before {
    content: "\e518";
    }
        .fi-sr-compress:before {
    content: "\e519";
    }
        .fi-sr-compress-alt:before {
    content: "\e51a";
    }
        .fi-sr-computer:before {
    content: "\e51b";
    }
        .fi-sr-computer-ad:before {
    content: "\e51c";
    }
        .fi-sr-computer-classic:before {
    content: "\e51d";
    }
        .fi-sr-computer-mouse:before {
    content: "\e51e";
    }
        .fi-sr-computer-speaker:before {
    content: "\e51f";
    }
        .fi-sr-concierge-bell:before {
    content: "\e520";
    }
        .fi-sr-concrete-mixer:before {
    content: "\e522";
    }
        .fi-sr-condition:before {
    content: "\e523";
    }
        .fi-sr-condition-alt:before {
    content: "\e524";
    }
        .fi-sr-confetti:before {
    content: "\e525";
    }
        .fi-sr-confidential-discussion:before {
    content: "\e526";
    }
        .fi-sr-confidential-folder:before {
    content: "\e527";
    }
        .fi-sr-confirmed-user:before {
    content: "\e528";
    }
        .fi-sr-console-controller:before {
    content: "\e52a";
    }
        .fi-sr-constellation:before {
    content: "\e52b";
    }
        .fi-sr-construction-helmet:before {
    content: "\e52c";
    }
        .fi-sr-construction-location:before {
    content: "\e52d";
    }
        .fi-sr-consultant:before {
    content: "\e52e";
    }
        .fi-sr-contact-lens-eyes:before {
    content: "\e52f";
    }
        .fi-sr-container-storage:before {
    content: "\e530";
    }
        .fi-sr-contract:before {
    content: "\e531";
    }
        .fi-sr-contrast:before {
    content: "\e532";
    }
        .fi-sr-convert-document:before {
    content: "\e533";
    }
        .fi-sr-convert-shapes:before {
    content: "\e534";
    }
        .fi-sr-conveyor-belt:before {
    content: "\e535";
    }
        .fi-sr-conveyor-belt-alt:before {
    content: "\e536";
    }
        .fi-sr-conveyor-belt-arm:before {
    content: "\e537";
    }
        .fi-sr-conveyor-belt-empty:before {
    content: "\e538";
    }
        .fi-sr-cookie:before {
    content: "\e539";
    }
        .fi-sr-cookie-alt:before {
    content: "\e53a";
    }
        .fi-sr-cookie-lock:before {
    content: "\e53b";
    }
        .fi-sr-copy:before {
    content: "\e53c";
    }
        .fi-sr-copy-alt:before {
    content: "\e53d";
    }
        .fi-sr-copy-image:before {
    content: "\e53e";
    }
        .fi-sr-copyright:before {
    content: "\e53f";
    }
        .fi-sr-coriander:before {
    content: "\e540";
    }
        .fi-sr-corn:before {
    content: "\e541";
    }
        .fi-sr-corruption:before {
    content: "\e545";
    }
        .fi-sr-couch:before {
    content: "\e546";
    }
        .fi-sr-court-order:before {
    content: "\e549";
    }
        .fi-sr-court-sport:before {
    content: "\e54a";
    }
        .fi-sr-cow:before {
    content: "\e54b";
    }
        .fi-sr-cow-alt:before {
    content: "\e54c";
    }
        .fi-sr-cowbell:before {
    content: "\e54d";
    }
        .fi-sr-cowbell-circle-plus:before {
    content: "\e54e";
    }
        .fi-sr-cowbell-more:before {
    content: "\e54f";
    }
        .fi-sr-coworking:before {
    content: "\e550";
    }
        .fi-sr-cpu:before {
    content: "\e551";
    }
        .fi-sr-crab:before {
    content: "\e552";
    }
        .fi-sr-crane:before {
    content: "\e553";
    }
        .fi-sr-crane-building:before {
    content: "\e554";
    }
        .fi-sr-crate-empty:before {
    content: "\e555";
    }
        .fi-sr-cream:before {
    content: "\e556";
    }
        .fi-sr-credit-card:before {
    content: "\e566";
    }
        .fi-sr-credit-card-buyer:before {
    content: "\e567";
    }
        .fi-sr-credit-card-check:before {
    content: "\e568";
    }
        .fi-sr-credit-card-edit:before {
    content: "\e569";
    }
        .fi-sr-credit-card-eye:before {
    content: "\e56a";
    }
        .fi-sr-credit-card-xmark:before {
    content: "\e56b";
    }
        .fi-sr-crepe:before {
    content: "\e56f";
    }
        .fi-sr-cricket:before {
    content: "\e570";
    }
        .fi-sr-CRM:before {
    content: "\e571";
    }
        .fi-sr-crm-alt:before {
    content: "\e572";
    }
        .fi-sr-crm-computer:before {
    content: "\e573";
    }
        .fi-sr-croissant:before {
    content: "\e574";
    }
        .fi-sr-cross:before {
    content: "\e576";
    }
        .fi-sr-cross-circle:before {
    content: "\e577";
    }
        .fi-sr-cross-religion:before {
    content: "\e578";
    }
        .fi-sr-cross-small:before {
    content: "\e579";
    }
        .fi-sr-crossed-hands-reject:before {
    content: "\e57b";
    }
        .fi-sr-crow:before {
    content: "\e57c";
    }
        .fi-sr-crown:before {
    content: "\e57e";
    }
        .fi-sr-crutch:before {
    content: "\e57f";
    }
        .fi-sr-crutches:before {
    content: "\e580";
    }
        .fi-sr-cruzeiro-sign:before {
    content: "\e581";
    }
        .fi-sr-crypto-calendar:before {
    content: "\e582";
    }
        .fi-sr-cryptocurrency:before {
    content: "\e585";
    }
        .fi-sr-crystal-ball:before {
    content: "\e586";
    }
        .fi-sr-cube:before {
    content: "\e589";
    }
        .fi-sr-cubes:before {
    content: "\e58a";
    }
        .fi-sr-cubes-stacked:before {
    content: "\e58b";
    }
        .fi-sr-cucumber:before {
    content: "\e58c";
    }
        .fi-sr-cumin:before {
    content: "\e58d";
    }
        .fi-sr-cup-straw:before {
    content: "\e58e";
    }
        .fi-sr-cup-straw-swoosh:before {
    content: "\e58f";
    }
        .fi-sr-cup-togo:before {
    content: "\e590";
    }
        .fi-sr-cupcake:before {
    content: "\e591";
    }
        .fi-sr-cupcake-alt:before {
    content: "\e592";
    }
        .fi-sr-curling:before {
    content: "\e593";
    }
        .fi-sr-curling-iron:before {
    content: "\e594";
    }
        .fi-sr-currency:before {
    content: "\e595";
    }
        .fi-sr-cursor:before {
    content: "\e596";
    }
        .fi-sr-cursor-finger:before {
    content: "\e597";
    }
        .fi-sr-cursor-finger-click:before {
    content: "\e598";
    }
        .fi-sr-cursor-plus:before {
    content: "\e599";
    }
        .fi-sr-cursor-text:before {
    content: "\e59a";
    }
        .fi-sr-cursor-text-alt:before {
    content: "\e59b";
    }
        .fi-sr-curve:before {
    content: "\e59c";
    }
        .fi-sr-curve-alt:before {
    content: "\e59d";
    }
        .fi-sr-curve-arrow:before {
    content: "\e59e";
    }
        .fi-sr-custard:before {
    content: "\e59f";
    }
        .fi-sr-customer-care:before {
    content: "\e5a0";
    }
        .fi-sr-customer-service:before {
    content: "\e5a1";
    }
        .fi-sr-customization:before {
    content: "\e5a2";
    }
        .fi-sr-customization-cogwheel:before {
    content: "\e5a3";
    }
        .fi-sr-customize:before {
    content: "\e5a4";
    }
        .fi-sr-customize-computer:before {
    content: "\e5a5";
    }
        .fi-sr-customize-edit:before {
    content: "\e5a6";
    }
        .fi-sr-CV:before {
    content: "\e5a8";
    }
        .fi-sr-cvv-card:before {
    content: "\e5a9";
    }
        .fi-sr-cyborg:before {
    content: "\e5aa";
    }
        .fi-sr-cycling:before {
    content: "\e5ab";
    }
        .fi-sr-cystitis:before {
    content: "\e5ac";
    }
        .fi-sr-d:before {
    content: "\e5ad";
    }
        .fi-sr-dagger:before {
    content: "\e5ae";
    }
        .fi-sr-daily-calendar:before {
    content: "\e5af";
    }
        .fi-sr-daisy:before {
    content: "\e5b1";
    }
        .fi-sr-daisy-alt:before {
    content: "\e5b2";
    }
        .fi-sr-damage:before {
    content: "\e5b3";
    }
        .fi-sr-dark-mode:before {
    content: "\e5b5";
    }
        .fi-sr-dark-mode-alt:before {
    content: "\e5b6";
    }
        .fi-sr-dart:before {
    content: "\e5b7";
    }
        .fi-sr-dashboard:before {
    content: "\e5b9";
    }
        .fi-sr-dashboard-monitor:before {
    content: "\e5ba";
    }
        .fi-sr-dashboard-panel:before {
    content: "\e5bb";
    }
        .fi-sr-data-backup:before {
    content: "\e5bd";
    }
        .fi-sr-data-cleaning:before {
    content: "\e5be";
    }
        .fi-sr-data-encryption:before {
    content: "\e5bf";
    }
        .fi-sr-data-migration:before {
    content: "\e5c1";
    }
        .fi-sr-data-mining:before {
    content: "\e5c2";
    }
        .fi-sr-data-model:before {
    content: "\e5c3";
    }
        .fi-sr-data-processing:before {
    content: "\e5c4";
    }
        .fi-sr-data-transfer:before {
    content: "\e5c6";
    }
        .fi-sr-database:before {
    content: "\e5c7";
    }
        .fi-sr-database-cleaning:before {
    content: "\e5c8";
    }
        .fi-sr-database-management:before {
    content: "\e5ca";
    }
        .fi-sr-deadline:before {
    content: "\e5cb";
    }
        .fi-sr-deafness:before {
    content: "\e5cc";
    }
        .fi-sr-december-calendar:before {
    content: "\e5cf";
    }
        .fi-sr-decision-choice:before {
    content: "\e5d0";
    }
        .fi-sr-decision-tree:before {
    content: "\e5d1";
    }
        .fi-sr-deep-learning:before {
    content: "\e5d2";
    }
        .fi-sr-deer:before {
    content: "\e5d3";
    }
        .fi-sr-deer-rudolph:before {
    content: "\e5d4";
    }
        .fi-sr-degree-credential:before {
    content: "\e5d6";
    }
        .fi-sr-delete:before {
    content: "\e5d7";
    }
        .fi-sr-delete-document:before {
    content: "\e5d8";
    }
        .fi-sr-delete-right:before {
    content: "\e5d9";
    }
        .fi-sr-delete-user:before {
    content: "\e5da";
    }
        .fi-sr-delivery-man:before {
    content: "\e5dc";
    }
        .fi-sr-democrat:before {
    content: "\e5e0";
    }
        .fi-sr-demographic:before {
    content: "\e5e1";
    }
        .fi-sr-department:before {
    content: "\e5e2";
    }
        .fi-sr-department-structure:before {
    content: "\e5e3";
    }
        .fi-sr-deposit:before {
    content: "\e5e4";
    }
        .fi-sr-deposit-alt:before {
    content: "\e5e5";
    }
        .fi-sr-description:before {
    content: "\e5e6";
    }
        .fi-sr-description-alt:before {
    content: "\e5e7";
    }
        .fi-sr-desk:before {
    content: "\e5e8";
    }
        .fi-sr-desktop-arrow-down:before {
    content: "\e5e9";
    }
        .fi-sr-desktop-wallpaper:before {
    content: "\e5ea";
    }
        .fi-sr-detergent:before {
    content: "\e5eb";
    }
        .fi-sr-devices:before {
    content: "\e5ee";
    }
        .fi-sr-dewpoint:before {
    content: "\e5ef";
    }
        .fi-sr-dharmachakra:before {
    content: "\e5f0";
    }
        .fi-sr-diagram-cells:before {
    content: "\e5f1";
    }
        .fi-sr-diagram-lean-canvas:before {
    content: "\e5f2";
    }
        .fi-sr-diagram-nested:before {
    content: "\e5f3";
    }
        .fi-sr-diagram-next:before {
    content: "\e5f4";
    }
        .fi-sr-diagram-predecessor:before {
    content: "\e5f5";
    }
        .fi-sr-diagram-previous:before {
    content: "\e5f6";
    }
        .fi-sr-diagram-project:before {
    content: "\e5f7";
    }
        .fi-sr-diagram-sankey:before {
    content: "\e5f8";
    }
        .fi-sr-diagram-subtask:before {
    content: "\e5f9";
    }
        .fi-sr-diagram-successor:before {
    content: "\e5fa";
    }
        .fi-sr-diagram-venn:before {
    content: "\e5fb";
    }
        .fi-sr-dial:before {
    content: "\e5fc";
    }
        .fi-sr-dial-high:before {
    content: "\e5fd";
    }
        .fi-sr-dial-low:before {
    content: "\e5fe";
    }
        .fi-sr-dial-max:before {
    content: "\e5ff";
    }
        .fi-sr-dial-med:before {
    content: "\e600";
    }
        .fi-sr-dial-med-low:before {
    content: "\e601";
    }
        .fi-sr-dial-min:before {
    content: "\e602";
    }
        .fi-sr-dial-off:before {
    content: "\e603";
    }
        .fi-sr-dialogue-exchange:before {
    content: "\e604";
    }
        .fi-sr-diamond:before {
    content: "\e605";
    }
        .fi-sr-diamond-exclamation:before {
    content: "\e606";
    }
        .fi-sr-diamond-turn-right:before {
    content: "\e607";
    }
        .fi-sr-diary-bookmark-down:before {
    content: "\e608";
    }
        .fi-sr-diary-bookmarks:before {
    content: "\e609";
    }
        .fi-sr-diary-clasp:before {
    content: "\e60a";
    }
        .fi-sr-dice:before {
    content: "\e60b";
    }
        .fi-sr-dice-alt:before {
    content: "\e60c";
    }
        .fi-sr-dice-d10:before {
    content: "\e60d";
    }
        .fi-sr-dice-d12:before {
    content: "\e60e";
    }
        .fi-sr-dice-d20:before {
    content: "\e60f";
    }
        .fi-sr-dice-d4:before {
    content: "\e610";
    }
        .fi-sr-dice-d6:before {
    content: "\e611";
    }
        .fi-sr-dice-d8:before {
    content: "\e612";
    }
        .fi-sr-dice-four:before {
    content: "\e613";
    }
        .fi-sr-dice-one:before {
    content: "\e614";
    }
        .fi-sr-dice-six:before {
    content: "\e615";
    }
        .fi-sr-dice-three:before {
    content: "\e616";
    }
        .fi-sr-dice-two:before {
    content: "\e617";
    }
        .fi-sr-dictionary:before {
    content: "\e618";
    }
        .fi-sr-dictionary-alt:before {
    content: "\e619";
    }
        .fi-sr-dictionary-open:before {
    content: "\e61a";
    }
        .fi-sr-digging:before {
    content: "\e61c";
    }
        .fi-sr-digital-certificate:before {
    content: "\e61e";
    }
        .fi-sr-digital-key:before {
    content: "\e620";
    }
        .fi-sr-digital-payment:before {
    content: "\e626";
    }
        .fi-sr-digital-signature:before {
    content: "\e627";
    }
        .fi-sr-digital-tachograph:before {
    content: "\e628";
    }
        .fi-sr-digital-wallet:before {
    content: "\e629";
    }
        .fi-sr-dinner:before {
    content: "\e62b";
    }
        .fi-sr-diploma:before {
    content: "\e62c";
    }
        .fi-sr-diploma-alt:before {
    content: "\e62d";
    }
        .fi-sr-direction-signal:before {
    content: "\e62e";
    }
        .fi-sr-direction-signal-arrow:before {
    content: "\e62f";
    }
        .fi-sr-disc-drive:before {
    content: "\e630";
    }
        .fi-sr-discount:before {
    content: "\e635";
    }
        .fi-sr-discover:before {
    content: "\e636";
    }
        .fi-sr-discussion-group:before {
    content: "\e638";
    }
        .fi-sr-discussion-idea:before {
    content: "\e639";
    }
        .fi-sr-disease:before {
    content: "\e63a";
    }
        .fi-sr-dishwasher:before {
    content: "\e63b";
    }
        .fi-sr-disinfection:before {
    content: "\e63c";
    }
        .fi-sr-disk:before {
    content: "\e63d";
    }
        .fi-sr-display-arrow-down:before {
    content: "\e63f";
    }
        .fi-sr-display-chart-up:before {
    content: "\e641";
    }
        .fi-sr-display-code:before {
    content: "\e642";
    }
        .fi-sr-display-medical:before {
    content: "\e643";
    }
        .fi-sr-display-slash:before {
    content: "\e644";
    }
        .fi-sr-distribute-spacing-horizontal:before {
    content: "\e645";
    }
        .fi-sr-distribute-spacing-vertical:before {
    content: "\e646";
    }
        .fi-sr-divide:before {
    content: "\e648";
    }
        .fi-sr-diving-googles:before {
    content: "\e649";
    }
        .fi-sr-dizzy:before {
    content: "\e64a";
    }
        .fi-sr-dj-disc:before {
    content: "\e64b";
    }
        .fi-sr-dna:before {
    content: "\e64c";
    }
        .fi-sr-do-not-disturb:before {
    content: "\e64d";
    }
        .fi-sr-do-not-disturb-doorknob:before {
    content: "\e64e";
    }
        .fi-sr-do-not-enter:before {
    content: "\e64f";
    }
        .fi-sr-doctor:before {
    content: "\e651";
    }
        .fi-sr-doctor-bag:before {
    content: "\e652";
    }
        .fi-sr-document:before {
    content: "\e654";
    }
        .fi-sr-document-autosave:before {
    content: "\e655";
    }
        .fi-sr-document-circle-arrow-up:before {
    content: "\e656";
    }
        .fi-sr-document-circle-wrong:before {
    content: "\e657";
    }
        .fi-sr-document-fail:before {
    content: "\e658";
    }
        .fi-sr-document-folder-gear:before {
    content: "\e65a";
    }
        .fi-sr-document-gavel:before {
    content: "\e65b";
    }
        .fi-sr-document-gear:before {
    content: "\e65d";
    }
        .fi-sr-document-link:before {
    content: "\e65e";
    }
        .fi-sr-document-nft:before {
    content: "\e65f";
    }
        .fi-sr-document-paid:before {
    content: "\e660";
    }
        .fi-sr-document-signed:before {
    content: "\e661";
    }
        .fi-sr-document-writer:before {
    content: "\e662";
    }
        .fi-sr-dog:before {
    content: "\e664";
    }
        .fi-sr-dog-bowl-empty:before {
    content: "\e665";
    }
        .fi-sr-dog-leashed:before {
    content: "\e666";
    }
        .fi-sr-dollar:before {
    content: "\e667";
    }
        .fi-sr-dolly-flatbed:before {
    content: "\e668";
    }
        .fi-sr-dolly-flatbed-alt:before {
    content: "\e669";
    }
        .fi-sr-dolly-flatbed-empty:before {
    content: "\e66a";
    }
        .fi-sr-dolphin:before {
    content: "\e66b";
    }
        .fi-sr-domino-effect:before {
    content: "\e66c";
    }
        .fi-sr-donate:before {
    content: "\e66d";
    }
        .fi-sr-dong-sign:before {
    content: "\e66e";
    }
        .fi-sr-donut:before {
    content: "\e66f";
    }
        .fi-sr-door-closed:before {
    content: "\e670";
    }
        .fi-sr-door-hanger:before {
    content: "\e671";
    }
        .fi-sr-door-open:before {
    content: "\e672";
    }
        .fi-sr-dorm-room:before {
    content: "\e673";
    }
        .fi-sr-dot-circle:before {
    content: "\e674";
    }
        .fi-sr-dot-pending:before {
    content: "\e675";
    }
        .fi-sr-dots-loading:before {
    content: "\e676";
    }
        .fi-sr-dove:before {
    content: "\e677";
    }
        .fi-sr-down:before {
    content: "\e678";
    }
        .fi-sr-down-from-bracket:before {
    content: "\e679";
    }
        .fi-sr-down-left:before {
    content: "\e67a";
    }
        .fi-sr-down-left-and-up-right-to-center:before {
    content: "\e67b";
    }
        .fi-sr-down-right:before {
    content: "\e67c";
    }
        .fi-sr-down-to-line:before {
    content: "\e67d";
    }
        .fi-sr-download:before {
    content: "\e67e";
    }
        .fi-sr-drafting-compass:before {
    content: "\e680";
    }
        .fi-sr-drafting-compass-paper:before {
    content: "\e681";
    }
        .fi-sr-dragon:before {
    content: "\e682";
    }
        .fi-sr-dragon-fire:before {
    content: "\e683";
    }
        .fi-sr-draw-polygon:before {
    content: "\e684";
    }
        .fi-sr-draw-square:before {
    content: "\e685";
    }
        .fi-sr-drawer:before {
    content: "\e686";
    }
        .fi-sr-drawer-alt:before {
    content: "\e687";
    }
        .fi-sr-drawer-empty:before {
    content: "\e688";
    }
        .fi-sr-dreidel:before {
    content: "\e689";
    }
        .fi-sr-dress:before {
    content: "\e68a";
    }
        .fi-sr-driller:before {
    content: "\e68c";
    }
        .fi-sr-drink-alt:before {
    content: "\e68e";
    }
        .fi-sr-driver-man:before {
    content: "\e68f";
    }
        .fi-sr-driver-woman:before {
    content: "\e690";
    }
        .fi-sr-drone:before {
    content: "\e691";
    }
        .fi-sr-drone-alt:before {
    content: "\e692";
    }
        .fi-sr-drone-front:before {
    content: "\e693";
    }
        .fi-sr-drop-down:before {
    content: "\e694";
    }
        .fi-sr-dropdown:before {
    content: "\e696";
    }
        .fi-sr-dropdown-bar:before {
    content: "\e697";
    }
        .fi-sr-dropdown-select:before {
    content: "\e698";
    }
        .fi-sr-drugs-addiction:before {
    content: "\e69a";
    }
        .fi-sr-drum:before {
    content: "\e69b";
    }
        .fi-sr-drum-steelpan:before {
    content: "\e69c";
    }
        .fi-sr-drumstick:before {
    content: "\e69d";
    }
        .fi-sr-drumstick-bite:before {
    content: "\e69e";
    }
        .fi-sr-dryer:before {
    content: "\e6a0";
    }
        .fi-sr-dryer-alt:before {
    content: "\e6a1";
    }
        .fi-sr-duck:before {
    content: "\e6a3";
    }
        .fi-sr-dumbbell-alt:before {
    content: "\e6a4";
    }
        .fi-sr-dumbbell-fitness:before {
    content: "\e6a5";
    }
        .fi-sr-dumbbell-heart:before {
    content: "\e6a6";
    }
        .fi-sr-dumbbell-horizontal:before {
    content: "\e6a7";
    }
        .fi-sr-dumbbell-ray:before {
    content: "\e6a8";
    }
        .fi-sr-dumbbell-weightlifting:before {
    content: "\e6a9";
    }
        .fi-sr-dumpster:before {
    content: "\e6aa";
    }
        .fi-sr-dumpster-fire:before {
    content: "\e6ab";
    }
        .fi-sr-dungeon:before {
    content: "\e6ac";
    }
        .fi-sr-duplicate:before {
    content: "\e6ad";
    }
        .fi-sr-duration:before {
    content: "\e6ae";
    }
        .fi-sr-duration-alt:before {
    content: "\e6af";
    }
        .fi-sr-e:before {
    content: "\e6b0";
    }
        .fi-sr-e-learning:before {
    content: "\e6b1";
    }
        .fi-sr-eagle:before {
    content: "\e6b2";
    }
        .fi-sr-eagle-flying:before {
    content: "\e6b3";
    }
        .fi-sr-ear:before {
    content: "\e6b4";
    }
        .fi-sr-ear-deaf:before {
    content: "\e6b5";
    }
        .fi-sr-ear-muffs:before {
    content: "\e6b6";
    }
        .fi-sr-ear-sound:before {
    content: "\e6b7";
    }
        .fi-sr-earbuds:before {
    content: "\e6b8";
    }
        .fi-sr-earnings:before {
    content: "\e6b9";
    }
        .fi-sr-earth-africa:before {
    content: "\e6ba";
    }
        .fi-sr-earth-americas:before {
    content: "\e6bb";
    }
        .fi-sr-earth-asia:before {
    content: "\e6bc";
    }
        .fi-sr-earth-europa:before {
    content: "\e6bd";
    }
        .fi-sr-ebook:before {
    content: "\e6bf";
    }
        .fi-sr-eclipse:before {
    content: "\e6c0";
    }
        .fi-sr-eclipse-alt:before {
    content: "\e6c1";
    }
        .fi-sr-eco-battery:before {
    content: "\e6c2";
    }
        .fi-sr-eco-electric:before {
    content: "\e6c3";
    }
        .fi-sr-edamame:before {
    content: "\e6c4";
    }
        .fi-sr-edit:before {
    content: "\e6c5";
    }
        .fi-sr-edit-alt:before {
    content: "\e6c6";
    }
        .fi-sr-edit-message:before {
    content: "\e6c7";
    }
        .fi-sr-education-podcast:before {
    content: "\e6c8";
    }
        .fi-sr-effect:before {
    content: "\e6c9";
    }
        .fi-sr-egg:before {
    content: "\e6ca";
    }
        .fi-sr-egg-fried:before {
    content: "\e6cb";
    }
        .fi-sr-eiffel-tower:before {
    content: "\e6cc";
    }
        .fi-sr-eject:before {
    content: "\e6cd";
    }
        .fi-sr-electric-bike:before {
    content: "\e6ce";
    }
        .fi-sr-electric-bus:before {
    content: "\e6cf";
    }
        .fi-sr-electric-car:before {
    content: "\e6d0";
    }
        .fi-sr-electric-scooter:before {
    content: "\e6d1";
    }
        .fi-sr-elephant:before {
    content: "\e6d3";
    }
        .fi-sr-elevator:before {
    content: "\e6d4";
    }
        .fi-sr-email-feedback:before {
    content: "\e6d6";
    }
        .fi-sr-email-heart:before {
    content: "\e6d7";
    }
        .fi-sr-email-pending:before {
    content: "\e6d8";
    }
        .fi-sr-email-refresh:before {
    content: "\e6d9";
    }
        .fi-sr-email-star:before {
    content: "\e6da";
    }
        .fi-sr-emergency-call:before {
    content: "\e6db";
    }
        .fi-sr-emergency-stop:before {
    content: "\e6dc";
    }
        .fi-sr-employee-alt:before {
    content: "\e6dd";
    }
        .fi-sr-employee-handbook:before {
    content: "\e6de";
    }
        .fi-sr-employee-man:before {
    content: "\e6df";
    }
        .fi-sr-employee-man-alt:before {
    content: "\e6e0";
    }
        .fi-sr-employee-performance:before {
    content: "\e6e2";
    }
        .fi-sr-empty-set:before {
    content: "\e6e6";
    }
        .fi-sr-endless-loop:before {
    content: "\e6e7";
    }
        .fi-sr-energy-drink:before {
    content: "\e6e8";
    }
        .fi-sr-engine:before {
    content: "\e6ea";
    }
        .fi-sr-engine-algorithm:before {
    content: "\e6eb";
    }
        .fi-sr-engine-warning:before {
    content: "\e6ec";
    }
        .fi-sr-english:before {
    content: "\e6ed";
    }
        .fi-sr-enter:before {
    content: "\e6ee";
    }
        .fi-sr-entertainment:before {
    content: "\e6ef";
    }
        .fi-sr-entrance:before {
    content: "\e6f0";
    }
        .fi-sr-envelope:before {
    content: "\e6f1";
    }
        .fi-sr-envelope-ban:before {
    content: "\e6f2";
    }
        .fi-sr-envelope-bulk:before {
    content: "\e6f3";
    }
        .fi-sr-envelope-dot:before {
    content: "\e6f4";
    }
        .fi-sr-envelope-download:before {
    content: "\e6f5";
    }
        .fi-sr-envelope-heart:before {
    content: "\e6f6";
    }
        .fi-sr-envelope-marker:before {
    content: "\e6f7";
    }
        .fi-sr-envelope-open:before {
    content: "\e6f8";
    }
        .fi-sr-envelope-open-dollar:before {
    content: "\e6f9";
    }
        .fi-sr-envelope-open-text:before {
    content: "\e6fa";
    }
        .fi-sr-envelope-plus:before {
    content: "\e6fb";
    }
        .fi-sr-envelopes:before {
    content: "\e6fc";
    }
        .fi-sr-equality:before {
    content: "\e6fe";
    }
        .fi-sr-equals:before {
    content: "\e6ff";
    }
        .fi-sr-equestrian-statue:before {
    content: "\e700";
    }
        .fi-sr-equipment:before {
    content: "\e701";
    }
        .fi-sr-eraser:before {
    content: "\e702";
    }
        .fi-sr-error-bug:before {
    content: "\e703";
    }
        .fi-sr-error-camera:before {
    content: "\e704";
    }
        .fi-sr-escalator:before {
    content: "\e705";
    }
        .fi-sr-ethernet:before {
    content: "\e707";
    }
        .fi-sr-euro:before {
    content: "\e709";
    }
        .fi-sr-europe-flag:before {
    content: "\e70a";
    }
        .fi-sr-europe-map:before {
    content: "\e70b";
    }
        .fi-sr-european-union:before {
    content: "\e70c";
    }
        .fi-sr-evidence:before {
    content: "\e70e";
    }
        .fi-sr-exam-b:before {
    content: "\e70f";
    }
        .fi-sr-exam-d:before {
    content: "\e710";
    }
        .fi-sr-exam-f:before {
    content: "\e711";
    }
        .fi-sr-exam-xmark:before {
    content: "\e712";
    }
        .fi-sr-excavator:before {
    content: "\e713";
    }
        .fi-sr-exchange:before {
    content: "\e714";
    }
        .fi-sr-exchange-alt:before {
    content: "\e715";
    }
        .fi-sr-exchange-cryptocurrency:before {
    content: "\e716";
    }
        .fi-sr-exclamation:before {
    content: "\e717";
    }
        .fi-sr-exit:before {
    content: "\e71a";
    }
        .fi-sr-exit-alt:before {
    content: "\e71b";
    }
        .fi-sr-expand:before {
    content: "\e71c";
    }
        .fi-sr-expand-arrows:before {
    content: "\e71d";
    }
        .fi-sr-expand-arrows-alt:before {
    content: "\e71e";
    }
        .fi-sr-expense:before {
    content: "\e71f";
    }
        .fi-sr-expense-bill:before {
    content: "\e720";
    }
        .fi-sr-explosion:before {
    content: "\e722";
    }
        .fi-sr-external-hard-drive:before {
    content: "\e723";
    }
        .fi-sr-external-world:before {
    content: "\e724";
    }
        .fi-sr-eye:before {
    content: "\e725";
    }
        .fi-sr-eye-alert:before {
    content: "\e726";
    }
        .fi-sr-eye-arrow-progress:before {
    content: "\e727";
    }
        .fi-sr-eye-crossed:before {
    content: "\e728";
    }
        .fi-sr-eye-drop:before {
    content: "\e729";
    }
        .fi-sr-eye-dropper-half:before {
    content: "\e72b";
    }
        .fi-sr-eye-lashes:before {
    content: "\e72d";
    }
        .fi-sr-eye-recognition:before {
    content: "\e72e";
    }
        .fi-sr-eye-scanner:before {
    content: "\e72f";
    }
        .fi-sr-eyelashes:before {
    content: "\e730";
    }
        .fi-sr-eyeliner:before {
    content: "\e731";
    }
        .fi-sr-eyes:before {
    content: "\e732";
    }
        .fi-sr-eyeshadow:before {
    content: "\e733";
    }
        .fi-sr-f:before {
    content: "\e734";
    }
        .fi-sr-fabric:before {
    content: "\e735";
    }
        .fi-sr-face-angry-horns:before {
    content: "\e736";
    }
        .fi-sr-face-anguished:before {
    content: "\e737";
    }
        .fi-sr-face-anxious-sweat:before {
    content: "\e738";
    }
        .fi-sr-face-astonished:before {
    content: "\e739";
    }
        .fi-sr-face-awesome:before {
    content: "\e73a";
    }
        .fi-sr-face-beam-hand-over-mouth:before {
    content: "\e73b";
    }
        .fi-sr-face-confounded:before {
    content: "\e73c";
    }
        .fi-sr-face-confused:before {
    content: "\e73d";
    }
        .fi-sr-face-cowboy-hat:before {
    content: "\e73e";
    }
        .fi-sr-face-disappointed:before {
    content: "\e73f";
    }
        .fi-sr-face-disguise:before {
    content: "\e740";
    }
        .fi-sr-face-downcast-sweat:before {
    content: "\e741";
    }
        .fi-sr-face-drooling:before {
    content: "\e742";
    }
        .fi-sr-face-explode:before {
    content: "\e743";
    }
        .fi-sr-face-expressionless:before {
    content: "\e744";
    }
        .fi-sr-face-eyes-xmarks:before {
    content: "\e745";
    }
        .fi-sr-face-fearful:before {
    content: "\e746";
    }
        .fi-sr-face-glasses:before {
    content: "\e747";
    }
        .fi-sr-face-grin-tongue-wink:before {
    content: "\e748";
    }
        .fi-sr-face-hand-yawn:before {
    content: "\e749";
    }
        .fi-sr-face-head-bandage:before {
    content: "\e74a";
    }
        .fi-sr-face-hushed:before {
    content: "\e74b";
    }
        .fi-sr-face-icicles:before {
    content: "\e74c";
    }
        .fi-sr-face-lying:before {
    content: "\e74d";
    }
        .fi-sr-face-mask:before {
    content: "\e74e";
    }
        .fi-sr-face-monocle:before {
    content: "\e74f";
    }
        .fi-sr-face-nauseated:before {
    content: "\e750";
    }
        .fi-sr-face-nose-steam:before {
    content: "\e751";
    }
        .fi-sr-face-party:before {
    content: "\e752";
    }
        .fi-sr-face-pensive:before {
    content: "\e753";
    }
        .fi-sr-face-persevering:before {
    content: "\e754";
    }
        .fi-sr-face-pleading:before {
    content: "\e755";
    }
        .fi-sr-face-raised-eyebrow:before {
    content: "\e756";
    }
        .fi-sr-face-relieved:before {
    content: "\e757";
    }
        .fi-sr-face-sad-sweat:before {
    content: "\e758";
    }
        .fi-sr-face-scream:before {
    content: "\e759";
    }
        .fi-sr-face-shush:before {
    content: "\e75a";
    }
        .fi-sr-face-sleeping:before {
    content: "\e75b";
    }
        .fi-sr-face-sleepy:before {
    content: "\e75c";
    }
        .fi-sr-face-smile-halo:before {
    content: "\e75d";
    }
        .fi-sr-face-smile-hearts:before {
    content: "\e75e";
    }
        .fi-sr-face-smile-horns:before {
    content: "\e75f";
    }
        .fi-sr-face-smile-tear:before {
    content: "\e760";
    }
        .fi-sr-face-smile-tongue:before {
    content: "\e761";
    }
        .fi-sr-face-smile-upside-down:before {
    content: "\e762";
    }
        .fi-sr-face-smiling-hands:before {
    content: "\e763";
    }
        .fi-sr-face-smirking:before {
    content: "\e764";
    }
        .fi-sr-face-sunglasses:before {
    content: "\e765";
    }
        .fi-sr-face-sunglasses-alt:before {
    content: "\e766";
    }
        .fi-sr-face-swear:before {
    content: "\e767";
    }
        .fi-sr-face-thermometer:before {
    content: "\e768";
    }
        .fi-sr-face-thinking:before {
    content: "\e769";
    }
        .fi-sr-face-tissue:before {
    content: "\e76a";
    }
        .fi-sr-face-tongue-money:before {
    content: "\e76b";
    }
        .fi-sr-face-tongue-sweat:before {
    content: "\e76c";
    }
        .fi-sr-face-unamused:before {
    content: "\e76d";
    }
        .fi-sr-face-viewfinder:before {
    content: "\e76e";
    }
        .fi-sr-face-vomit:before {
    content: "\e76f";
    }
        .fi-sr-face-weary:before {
    content: "\e770";
    }
        .fi-sr-face-woozy:before {
    content: "\e771";
    }
        .fi-sr-face-worried:before {
    content: "\e772";
    }
        .fi-sr-face-zany:before {
    content: "\e773";
    }
        .fi-sr-face-zipper:before {
    content: "\e774";
    }
        .fi-sr-facial-mask:before {
    content: "\e777";
    }
        .fi-sr-facial-massage:before {
    content: "\e778";
    }
        .fi-sr-facial-treatment:before {
    content: "\e779";
    }
        .fi-sr-fail:before {
    content: "\e77a";
    }
        .fi-sr-falafel:before {
    content: "\e77b";
    }
        .fi-sr-family:before {
    content: "\e77c";
    }
        .fi-sr-family-dress:before {
    content: "\e77d";
    }
        .fi-sr-family-law:before {
    content: "\e77e";
    }
        .fi-sr-family-pants:before {
    content: "\e77f";
    }
        .fi-sr-fan:before {
    content: "\e780";
    }
        .fi-sr-fan-table:before {
    content: "\e781";
    }
        .fi-sr-farfalle:before {
    content: "\e782";
    }
        .fi-sr-farm:before {
    content: "\e783";
    }
        .fi-sr-faucet:before {
    content: "\e784";
    }
        .fi-sr-faucet-drip:before {
    content: "\e785";
    }
        .fi-sr-fax:before {
    content: "\e786";
    }
        .fi-sr-fbx-file:before {
    content: "\e787";
    }
        .fi-sr-feather:before {
    content: "\e788";
    }
        .fi-sr-feather-pointed:before {
    content: "\e789";
    }
        .fi-sr-features:before {
    content: "\e78a";
    }
        .fi-sr-features-alt:before {
    content: "\e78b";
    }
        .fi-sr-february-calendar:before {
    content: "\e78c";
    }
        .fi-sr-fee:before {
    content: "\e78e";
    }
        .fi-sr-fee-receipt:before {
    content: "\e790";
    }
        .fi-sr-feedback:before {
    content: "\e791";
    }
        .fi-sr-feedback-alt:before {
    content: "\e792";
    }
        .fi-sr-feedback-cycle-loop:before {
    content: "\e793";
    }
        .fi-sr-feedback-hand:before {
    content: "\e794";
    }
        .fi-sr-feedback-review:before {
    content: "\e795";
    }
        .fi-sr-fence:before {
    content: "\e798";
    }
        .fi-sr-field-hockey:before {
    content: "\e79a";
    }
        .fi-sr-fighter-jet:before {
    content: "\e79b";
    }
        .fi-sr-file:before {
    content: "\e79d";
    }
        .fi-sr-file-ai:before {
    content: "\e79e";
    }
        .fi-sr-file-audio:before {
    content: "\e79f";
    }
        .fi-sr-file-backup:before {
    content: "\e7a0";
    }
        .fi-sr-file-binary:before {
    content: "\e7a1";
    }
        .fi-sr-file-chart-line:before {
    content: "\e7a2";
    }
        .fi-sr-file-chart-pie:before {
    content: "\e7a3";
    }
        .fi-sr-file-circle-info:before {
    content: "\e7a4";
    }
        .fi-sr-file-cloud:before {
    content: "\e7a5";
    }
        .fi-sr-file-code:before {
    content: "\e7a6";
    }
        .fi-sr-file-conversion:before {
    content: "\e7a7";
    }
        .fi-sr-file-css:before {
    content: "\e7a8";
    }
        .fi-sr-file-csv:before {
    content: "\e7a9";
    }
        .fi-sr-file-download:before {
    content: "\e7ab";
    }
        .fi-sr-file-edit:before {
    content: "\e7ac";
    }
        .fi-sr-file-eps:before {
    content: "\e7ad";
    }
        .fi-sr-file-excel:before {
    content: "\e7ae";
    }
        .fi-sr-file-exclamation:before {
    content: "\e7af";
    }
        .fi-sr-file-export:before {
    content: "\e7b0";
    }
        .fi-sr-file-image:before {
    content: "\e7b2";
    }
        .fi-sr-file-import:before {
    content: "\e7b3";
    }
        .fi-sr-file-invoice:before {
    content: "\e7b4";
    }
        .fi-sr-file-invoice-dollar:before {
    content: "\e7b5";
    }
        .fi-sr-file-loop:before {
    content: "\e7b7";
    }
        .fi-sr-file-medical:before {
    content: "\e7b9";
    }
        .fi-sr-file-medical-alt:before {
    content: "\e7ba";
    }
        .fi-sr-file-minus:before {
    content: "\e7bb";
    }
        .fi-sr-file-pdf:before {
    content: "\e7bc";
    }
        .fi-sr-file-powerpoint:before {
    content: "\e7bf";
    }
        .fi-sr-file-prescription:before {
    content: "\e7c0";
    }
        .fi-sr-file-psd:before {
    content: "\e7c1";
    }
        .fi-sr-file-question:before {
    content: "\e7c2";
    }
        .fi-sr-file-recycle:before {
    content: "\e7c3";
    }
        .fi-sr-file-signature:before {
    content: "\e7c4";
    }
        .fi-sr-file-spreadsheet:before {
    content: "\e7c6";
    }
        .fi-sr-file-upload:before {
    content: "\e7c7";
    }
        .fi-sr-file-user:before {
    content: "\e7c8";
    }
        .fi-sr-file-video:before {
    content: "\e7c9";
    }
        .fi-sr-file-word:before {
    content: "\e7ca";
    }
        .fi-sr-file-xls:before {
    content: "\e7cb";
    }
        .fi-sr-file-zip-alt:before {
    content: "\e7cd";
    }
        .fi-sr-file-zip-save:before {
    content: "\e7ce";
    }
        .fi-sr-file-zipper:before {
    content: "\e7cf";
    }
        .fi-sr-files-medical:before {
    content: "\e7d1";
    }
        .fi-sr-fill:before {
    content: "\e7d2";
    }
        .fi-sr-film:before {
    content: "\e7d3";
    }
        .fi-sr-film-canister:before {
    content: "\e7d4";
    }
        .fi-sr-film-slash:before {
    content: "\e7d5";
    }
        .fi-sr-films:before {
    content: "\e7d6";
    }
        .fi-sr-filter:before {
    content: "\e7d7";
    }
        .fi-sr-filter-check:before {
    content: "\e7d8";
    }
        .fi-sr-filter-list:before {
    content: "\e7d9";
    }
        .fi-sr-filter-slash:before {
    content: "\e7da";
    }
        .fi-sr-filters:before {
    content: "\e7db";
    }
        .fi-sr-financial-health:before {
    content: "\e7de";
    }
        .fi-sr-finger-droplet:before {
    content: "\e7e0";
    }
        .fi-sr-finger-nail:before {
    content: "\e7e1";
    }
        .fi-sr-fingerprint:before {
    content: "\e7e2";
    }
        .fi-sr-fingerprint-identification:before {
    content: "\e7e3";
    }
        .fi-sr-fingerprint-magnifying-glass:before {
    content: "\e7e4";
    }
        .fi-sr-fingerprint-remove:before {
    content: "\e7e5";
    }
        .fi-sr-fingerprint-security-risk:before {
    content: "\e7e6";
    }
        .fi-sr-fingerprint-verified:before {
    content: "\e7e7";
    }
        .fi-sr-finish-flag:before {
    content: "\e7e8";
    }
        .fi-sr-finish-line:before {
    content: "\e7e9";
    }
        .fi-sr-fire-alarm:before {
    content: "\e7eb";
    }
        .fi-sr-fire-burner:before {
    content: "\e7ed";
    }
        .fi-sr-fire-exit:before {
    content: "\e7f0";
    }
        .fi-sr-fire-extinguisher:before {
    content: "\e7f1";
    }
        .fi-sr-fire-flame-curved:before {
    content: "\e7f2";
    }
        .fi-sr-fire-flame-simple:before {
    content: "\e7f3";
    }
        .fi-sr-fire-hydrant:before {
    content: "\e7f5";
    }
        .fi-sr-fire-shield:before {
    content: "\e7f6";
    }
        .fi-sr-fire-smoke:before {
    content: "\e7f7";
    }
        .fi-sr-fireplace:before {
    content: "\e7fb";
    }
        .fi-sr-first:before {
    content: "\e7fe";
    }
        .fi-sr-first-aid-kit:before {
    content: "\e7ff";
    }
        .fi-sr-first-award:before {
    content: "\e800";
    }
        .fi-sr-first-laurel:before {
    content: "\e801";
    }
        .fi-sr-first-medal:before {
    content: "\e802";
    }
        .fi-sr-fish:before {
    content: "\e803";
    }
        .fi-sr-fish-bones:before {
    content: "\e804";
    }
        .fi-sr-fish-cooked:before {
    content: "\e805";
    }
        .fi-sr-fish-hook:before {
    content: "\e806";
    }
        .fi-sr-fishing-rod:before {
    content: "\e807";
    }
        .fi-sr-fist-move:before {
    content: "\e808";
    }
        .fi-sr-fitness-time:before {
    content: "\e809";
    }
        .fi-sr-fitness-watch:before {
    content: "\e80a";
    }
        .fi-sr-flag:before {
    content: "\e80b";
    }
        .fi-sr-flag-alt:before {
    content: "\e80c";
    }
        .fi-sr-flag-checkered:before {
    content: "\e80d";
    }
        .fi-sr-flag-usa:before {
    content: "\e80e";
    }
        .fi-sr-flame:before {
    content: "\e80f";
    }
        .fi-sr-flashlight:before {
    content: "\e811";
    }
        .fi-sr-flask:before {
    content: "\e812";
    }
        .fi-sr-flask-gear:before {
    content: "\e813";
    }
        .fi-sr-flask-poison:before {
    content: "\e814";
    }
        .fi-sr-flask-potion:before {
    content: "\e815";
    }
        .fi-sr-flatbread:before {
    content: "\e816";
    }
        .fi-sr-flatbread-stuffed:before {
    content: "\e817";
    }
        .fi-sr-flip-horizontal:before {
    content: "\e81c";
    }
        .fi-sr-flooding:before {
    content: "\e81e";
    }
        .fi-sr-floor:before {
    content: "\e81f";
    }
        .fi-sr-floor-alt:before {
    content: "\e820";
    }
        .fi-sr-floor-layer:before {
    content: "\e821";
    }
        .fi-sr-floppy-disk-circle-arrow-right:before {
    content: "\e822";
    }
        .fi-sr-floppy-disk-circle-xmark:before {
    content: "\e823";
    }
        .fi-sr-floppy-disk-pen:before {
    content: "\e824";
    }
        .fi-sr-floppy-disks:before {
    content: "\e825";
    }
        .fi-sr-florin-sign:before {
    content: "\e826";
    }
        .fi-sr-flowchart:before {
    content: "\e827";
    }
        .fi-sr-flower:before {
    content: "\e828";
    }
        .fi-sr-flower-butterfly:before {
    content: "\e82a";
    }
        .fi-sr-flower-daffodil:before {
    content: "\e82b";
    }
        .fi-sr-flower-tulip:before {
    content: "\e82c";
    }
        .fi-sr-flushed:before {
    content: "\e82d";
    }
        .fi-sr-flute:before {
    content: "\e82f";
    }
        .fi-sr-flux-capacitor:before {
    content: "\e830";
    }
        .fi-sr-fly-insect:before {
    content: "\e831";
    }
        .fi-sr-flying-disc:before {
    content: "\e832";
    }
        .fi-sr-flying-kite:before {
    content: "\e833";
    }
        .fi-sr-fm-radio:before {
    content: "\e834";
    }
        .fi-sr-foam-hand:before {
    content: "\e835";
    }
        .fi-sr-fog:before {
    content: "\e836";
    }
        .fi-sr-folder:before {
    content: "\e837";
    }
        .fi-sr-folder-archive:before {
    content: "\e838";
    }
        .fi-sr-folder-camera:before {
    content: "\e83a";
    }
        .fi-sr-folder-check:before {
    content: "\e83b";
    }
        .fi-sr-folder-directory:before {
    content: "\e83c";
    }
        .fi-sr-folder-download:before {
    content: "\e83d";
    }
        .fi-sr-folder-fire:before {
    content: "\e83e";
    }
        .fi-sr-folder-gear:before {
    content: "\e83f";
    }
        .fi-sr-folder-heart:before {
    content: "\e841";
    }
        .fi-sr-folder-link:before {
    content: "\e843";
    }
        .fi-sr-folder-loop:before {
    content: "\e844";
    }
        .fi-sr-folder-math:before {
    content: "\e846";
    }
        .fi-sr-folder-minus:before {
    content: "\e848";
    }
        .fi-sr-folder-music:before {
    content: "\e849";
    }
        .fi-sr-folder-open:before {
    content: "\e84a";
    }
        .fi-sr-folder-plus-circle:before {
    content: "\e84b";
    }
        .fi-sr-folder-times:before {
    content: "\e84c";
    }
        .fi-sr-folder-tree:before {
    content: "\e84d";
    }
        .fi-sr-folder-upload:before {
    content: "\e84e";
    }
        .fi-sr-folder-xmark:before {
    content: "\e850";
    }
        .fi-sr-folder-xmark-circle:before {
    content: "\e851";
    }
        .fi-sr-folders:before {
    content: "\e852";
    }
        .fi-sr-follow:before {
    content: "\e853";
    }
        .fi-sr-follow-folder:before {
    content: "\e854";
    }
        .fi-sr-followcollection:before {
    content: "\e855";
    }
        .fi-sr-followers:before {
    content: "\e856";
    }
        .fi-sr-following:before {
    content: "\e857";
    }
        .fi-sr-fondue-pot:before {
    content: "\e858";
    }
        .fi-sr-football:before {
    content: "\e85d";
    }
        .fi-sr-football-player:before {
    content: "\e85e";
    }
        .fi-sr-football-ticket:before {
    content: "\e85f";
    }
        .fi-sr-footprint:before {
    content: "\e860";
    }
        .fi-sr-foreign-language-audio:before {
    content: "\e861";
    }
        .fi-sr-forest:before {
    content: "\e862";
    }
        .fi-sr-forest-alt:before {
    content: "\e863";
    }
        .fi-sr-fork:before {
    content: "\e864";
    }
        .fi-sr-fork-spaghetti:before {
    content: "\e865";
    }
        .fi-sr-forklift:before {
    content: "\e866";
    }
        .fi-sr-form:before {
    content: "\e867";
    }
        .fi-sr-fort:before {
    content: "\e868";
    }
        .fi-sr-forward:before {
    content: "\e869";
    }
        .fi-sr-forward-fast:before {
    content: "\e86a";
    }
        .fi-sr-fox:before {
    content: "\e86d";
    }
        .fi-sr-frame:before {
    content: "\e86e";
    }
        .fi-sr-franc-sign:before {
    content: "\e86f";
    }
        .fi-sr-france:before {
    content: "\e870";
    }
        .fi-sr-france-country-code:before {
    content: "\e871";
    }
        .fi-sr-free:before {
    content: "\e874";
    }
        .fi-sr-free-delivery:before {
    content: "\e875";
    }
        .fi-sr-freemium:before {
    content: "\e876";
    }
        .fi-sr-french:before {
    content: "\e879";
    }
        .fi-sr-french-fries:before {
    content: "\e87a";
    }
        .fi-sr-friday:before {
    content: "\e87c";
    }
        .fi-sr-frog:before {
    content: "\e87d";
    }
        .fi-sr-frown:before {
    content: "\e87e";
    }
        .fi-sr-ftp:before {
    content: "\e87f";
    }
        .fi-sr-fuel-gauge:before {
    content: "\e880";
    }
        .fi-sr-full-screen:before {
    content: "\e881";
    }
        .fi-sr-function:before {
    content: "\e882";
    }
        .fi-sr-function-process:before {
    content: "\e884";
    }
        .fi-sr-function-square:before {
    content: "\e885";
    }
        .fi-sr-funnel-dollar:before {
    content: "\e886";
    }
        .fi-sr-fusilli:before {
    content: "\e888";
    }
        .fi-sr-g:before {
    content: "\e889";
    }
        .fi-sr-galaxy:before {
    content: "\e88a";
    }
        .fi-sr-galaxy-alt:before {
    content: "\e88b";
    }
        .fi-sr-galaxy-planet:before {
    content: "\e88c";
    }
        .fi-sr-galaxy-star:before {
    content: "\e88d";
    }
        .fi-sr-gallery:before {
    content: "\e88e";
    }
        .fi-sr-gallery-thumbnails:before {
    content: "\e88f";
    }
        .fi-sr-game:before {
    content: "\e890";
    }
        .fi-sr-game-board-alt:before {
    content: "\e891";
    }
        .fi-sr-game-console-crank-handheld:before {
    content: "\e893";
    }
        .fi-sr-game-rules:before {
    content: "\e896";
    }
        .fi-sr-gamepad:before {
    content: "\e898";
    }
        .fi-sr-gamer:before {
    content: "\e899";
    }
        .fi-sr-games:before {
    content: "\e89a";
    }
        .fi-sr-garage:before {
    content: "\e89c";
    }
        .fi-sr-garage-car:before {
    content: "\e89d";
    }
        .fi-sr-garage-open:before {
    content: "\e89e";
    }
        .fi-sr-garlic:before {
    content: "\e89f";
    }
        .fi-sr-garlic-alt:before {
    content: "\e8a0";
    }
        .fi-sr-gas-mask:before {
    content: "\e8a1";
    }
        .fi-sr-gas-pump:before {
    content: "\e8a2";
    }
        .fi-sr-gas-pump-alt:before {
    content: "\e8a3";
    }
        .fi-sr-gas-pump-slash:before {
    content: "\e8a4";
    }
        .fi-sr-gas-station:before {
    content: "\e8a5";
    }
        .fi-sr-gastric-reflux:before {
    content: "\e8a6";
    }
        .fi-sr-gauge-circle-bolt:before {
    content: "\e8a7";
    }
        .fi-sr-gauge-circle-minus:before {
    content: "\e8a8";
    }
        .fi-sr-gauge-circle-plus:before {
    content: "\e8a9";
    }
        .fi-sr-gauze-bandage:before {
    content: "\e8aa";
    }
        .fi-sr-gavel:before {
    content: "\e8ab";
    }
        .fi-sr-gay-couple:before {
    content: "\e8ac";
    }
        .fi-sr-gears:before {
    content: "\e8af";
    }
        .fi-sr-gem:before {
    content: "\e8b0";
    }
        .fi-sr-general:before {
    content: "\e8b1";
    }
        .fi-sr-german:before {
    content: "\e8b2";
    }
        .fi-sr-germany:before {
    content: "\e8b3";
    }
        .fi-sr-germany-country-code:before {
    content: "\e8b4";
    }
        .fi-sr-ghost:before {
    content: "\e8b5";
    }
        .fi-sr-gif:before {
    content: "\e8b6";
    }
        .fi-sr-gif-square:before {
    content: "\e8b8";
    }
        .fi-sr-gift:before {
    content: "\e8b9";
    }
        .fi-sr-gift-box-benefits:before {
    content: "\e8ba";
    }
        .fi-sr-gift-card:before {
    content: "\e8bb";
    }
        .fi-sr-gifts:before {
    content: "\e8bc";
    }
        .fi-sr-ginger:before {
    content: "\e8bd";
    }
        .fi-sr-gingerbread-man:before {
    content: "\e8be";
    }
        .fi-sr-glass:before {
    content: "\e8c1";
    }
        .fi-sr-glass-champagne:before {
    content: "\e8c2";
    }
        .fi-sr-glass-cheers:before {
    content: "\e8c3";
    }
        .fi-sr-glass-citrus:before {
    content: "\e8c4";
    }
        .fi-sr-glass-empty:before {
    content: "\e8c5";
    }
        .fi-sr-glass-half:before {
    content: "\e8c6";
    }
        .fi-sr-glass-water-droplet:before {
    content: "\e8c7";
    }
        .fi-sr-glass-whiskey:before {
    content: "\e8c8";
    }
        .fi-sr-glass-whiskey-rocks:before {
    content: "\e8c9";
    }
        .fi-sr-glasses:before {
    content: "\e8ca";
    }
        .fi-sr-globe:before {
    content: "\e8cc";
    }
        .fi-sr-globe-alt:before {
    content: "\e8cd";
    }
        .fi-sr-globe-pointer:before {
    content: "\e8ce";
    }
        .fi-sr-globe-shield:before {
    content: "\e8cf";
    }
        .fi-sr-globe-snow:before {
    content: "\e8d0";
    }
        .fi-sr-globe-user:before {
    content: "\e8d1";
    }
        .fi-sr-gltf-file:before {
    content: "\e8d2";
    }
        .fi-sr-glucose:before {
    content: "\e8d3";
    }
        .fi-sr-goal-net:before {
    content: "\e8d6";
    }
        .fi-sr-goalkeeper:before {
    content: "\e8d7";
    }
        .fi-sr-goals:before {
    content: "\e8d8";
    }
        .fi-sr-golf:before {
    content: "\e8d9";
    }
        .fi-sr-golf-bag:before {
    content: "\e8da";
    }
        .fi-sr-golf-ball:before {
    content: "\e8db";
    }
        .fi-sr-golf-ball-grass:before {
    content: "\e8dc";
    }
        .fi-sr-golf-club:before {
    content: "\e8dd";
    }
        .fi-sr-golf-hole:before {
    content: "\e8de";
    }
        .fi-sr-golfer:before {
    content: "\e8df";
    }
        .fi-sr-gopuram:before {
    content: "\e8e3";
    }
        .fi-sr-gourmet:before {
    content: "\e8e4";
    }
        .fi-sr-government-budget:before {
    content: "\e8e5";
    }
        .fi-sr-government-flag:before {
    content: "\e8e6";
    }
        .fi-sr-government-user:before {
    content: "\e8e7";
    }
        .fi-sr-gps-navigation:before {
    content: "\e8e8";
    }
        .fi-sr-graduation-cap:before {
    content: "\e8e9";
    }
        .fi-sr-graduation-diploma:before {
    content: "\e8ea";
    }
        .fi-sr-gramophone:before {
    content: "\e8eb";
    }
        .fi-sr-grape:before {
    content: "\e8ec";
    }
        .fi-sr-graph-curve:before {
    content: "\e8ed";
    }
        .fi-sr-graphic-style:before {
    content: "\e8ee";
    }
        .fi-sr-graphic-tablet:before {
    content: "\e8ef";
    }
        .fi-sr-grass:before {
    content: "\e8f0";
    }
        .fi-sr-grate:before {
    content: "\e8f1";
    }
        .fi-sr-grate-droplet:before {
    content: "\e8f2";
    }
        .fi-sr-greater-than:before {
    content: "\e8f3";
    }
        .fi-sr-greater-than-equal:before {
    content: "\e8f4";
    }
        .fi-sr-greek-helmet:before {
    content: "\e8f5";
    }
        .fi-sr-grid:before {
    content: "\e8f6";
    }
        .fi-sr-grid-alt:before {
    content: "\e8f7";
    }
        .fi-sr-grid-dividers:before {
    content: "\e8f8";
    }
        .fi-sr-grid-lock:before {
    content: "\e8f9";
    }
        .fi-sr-grief:before {
    content: "\e8fa";
    }
        .fi-sr-grill:before {
    content: "\e8fb";
    }
        .fi-sr-grill-fire:before {
    content: "\e8fc";
    }
        .fi-sr-grill-hot-alt:before {
    content: "\e8fd";
    }
        .fi-sr-grimace:before {
    content: "\e8fe";
    }
        .fi-sr-grin:before {
    content: "\e8ff";
    }
        .fi-sr-grin-alt:before {
    content: "\e900";
    }
        .fi-sr-grin-beam:before {
    content: "\e901";
    }
        .fi-sr-grin-beam-sweat:before {
    content: "\e902";
    }
        .fi-sr-grin-hearts:before {
    content: "\e903";
    }
        .fi-sr-grin-squint:before {
    content: "\e904";
    }
        .fi-sr-grin-squint-tears:before {
    content: "\e905";
    }
        .fi-sr-grin-stars:before {
    content: "\e906";
    }
        .fi-sr-grin-tears:before {
    content: "\e907";
    }
        .fi-sr-grin-tongue:before {
    content: "\e908";
    }
        .fi-sr-grin-tongue-squint:before {
    content: "\e909";
    }
        .fi-sr-grin-tongue-wink:before {
    content: "\e90a";
    }
        .fi-sr-grin-wink:before {
    content: "\e90b";
    }
        .fi-sr-grip-dots:before {
    content: "\e90c";
    }
        .fi-sr-grip-dots-vertical:before {
    content: "\e90d";
    }
        .fi-sr-grip-horizontal:before {
    content: "\e90e";
    }
        .fi-sr-grip-lines:before {
    content: "\e90f";
    }
        .fi-sr-grip-lines-vertical:before {
    content: "\e910";
    }
        .fi-sr-grip-vertical:before {
    content: "\e911";
    }
        .fi-sr-grocery-bag:before {
    content: "\e912";
    }
        .fi-sr-grocery-basket:before {
    content: "\e913";
    }
        .fi-sr-group-arrows-rotate:before {
    content: "\e914";
    }
        .fi-sr-group-call:before {
    content: "\e915";
    }
        .fi-sr-group-community-social-media:before {
    content: "\e916";
    }
        .fi-sr-growth-chart-invest:before {
    content: "\e918";
    }
        .fi-sr-guarani-sign:before {
    content: "\e91a";
    }
        .fi-sr-guide:before {
    content: "\e91b";
    }
        .fi-sr-guide-alt:before {
    content: "\e91c";
    }
        .fi-sr-guitar:before {
    content: "\e91e";
    }
        .fi-sr-guitar-electric:before {
    content: "\e91f";
    }
        .fi-sr-guitars:before {
    content: "\e920";
    }
        .fi-sr-gun:before {
    content: "\e921";
    }
        .fi-sr-gun-shooting:before {
    content: "\e922";
    }
        .fi-sr-gun-squirt:before {
    content: "\e923";
    }
        .fi-sr-gym:before {
    content: "\e924";
    }
        .fi-sr-gym-bag:before {
    content: "\e925";
    }
        .fi-sr-gynecology:before {
    content: "\e926";
    }
        .fi-sr-h:before {
    content: "\e927";
    }
        .fi-sr-h-square:before {
    content: "\e928";
    }
        .fi-sr-h1:before {
    content: "\e929";
    }
        .fi-sr-h2:before {
    content: "\e92a";
    }
        .fi-sr-h3:before {
    content: "\e92b";
    }
        .fi-sr-h4:before {
    content: "\e92c";
    }
        .fi-sr-hacker:before {
    content: "\e92d";
    }
        .fi-sr-hair-clipper:before {
    content: "\e92e";
    }
        .fi-sr-hair-conditioner:before {
    content: "\e92f";
    }
        .fi-sr-hairbrush:before {
    content: "\e930";
    }
        .fi-sr-haircut:before {
    content: "\e931";
    }
        .fi-sr-hairdryer:before {
    content: "\e932";
    }
        .fi-sr-half-loading:before {
    content: "\e933";
    }
        .fi-sr-hamburger:before {
    content: "\e934";
    }
        .fi-sr-hamburger-soda:before {
    content: "\e935";
    }
        .fi-sr-hammer:before {
    content: "\e936";
    }
        .fi-sr-hammer-brush:before {
    content: "\e937";
    }
        .fi-sr-hammer-crash:before {
    content: "\e938";
    }
        .fi-sr-hammer-war:before {
    content: "\e939";
    }
        .fi-sr-hamsa:before {
    content: "\e93a";
    }
        .fi-sr-hand-back-fist:before {
    content: "\e93c";
    }
        .fi-sr-hand-back-point-down:before {
    content: "\e93d";
    }
        .fi-sr-hand-back-point-left:before {
    content: "\e93e";
    }
        .fi-sr-hand-back-point-ribbon:before {
    content: "\e93f";
    }
        .fi-sr-hand-back-point-right:before {
    content: "\e940";
    }
        .fi-sr-hand-bandage-wound:before {
    content: "\e941";
    }
        .fi-sr-hand-bill:before {
    content: "\e942";
    }
        .fi-sr-hand-cleaning:before {
    content: "\e943";
    }
        .fi-sr-hand-dots:before {
    content: "\e944";
    }
        .fi-sr-hand-dryer:before {
    content: "\e945";
    }
        .fi-sr-hand-fingers-crossed:before {
    content: "\e946";
    }
        .fi-sr-hand-fist:before {
    content: "\e947";
    }
        .fi-sr-hand-heart:before {
    content: "\e948";
    }
        .fi-sr-hand-holding-box:before {
    content: "\e949";
    }
        .fi-sr-hand-holding-document:before {
    content: "\e94a";
    }
        .fi-sr-hand-holding-droplet:before {
    content: "\e94b";
    }
        .fi-sr-hand-holding-heart:before {
    content: "\e94c";
    }
        .fi-sr-hand-holding-magic:before {
    content: "\e94d";
    }
        .fi-sr-hand-holding-medical:before {
    content: "\e94e";
    }
        .fi-sr-hand-holding-seeding:before {
    content: "\e94f";
    }
        .fi-sr-hand-holding-skull:before {
    content: "\e951";
    }
        .fi-sr-hand-holding-usd:before {
    content: "\e952";
    }
        .fi-sr-hand-holding-water:before {
    content: "\e953";
    }
        .fi-sr-hand-horns:before {
    content: "\e954";
    }
        .fi-sr-hand-horns-bolt:before {
    content: "\e955";
    }
        .fi-sr-hand-key:before {
    content: "\e956";
    }
        .fi-sr-hand-lizard:before {
    content: "\e957";
    }
        .fi-sr-hand-love:before {
    content: "\e958";
    }
        .fi-sr-hand-middle-finger:before {
    content: "\e959";
    }
        .fi-sr-hand-paper:before {
    content: "\e95a";
    }
        .fi-sr-hand-peace:before {
    content: "\e95b";
    }
        .fi-sr-hand-point-ribbon:before {
    content: "\e95c";
    }
        .fi-sr-hand-present:before {
    content: "\e95d";
    }
        .fi-sr-hand-scissors:before {
    content: "\e95e";
    }
        .fi-sr-hand-sparkles:before {
    content: "\e95f";
    }
        .fi-sr-hand-spock:before {
    content: "\e960";
    }
        .fi-sr-hand-wave:before {
    content: "\e961";
    }
        .fi-sr-hand-zoom-in:before {
    content: "\e962";
    }
        .fi-sr-handcuffed-hands:before {
    content: "\e963";
    }
        .fi-sr-handcuffs:before {
    content: "\e964";
    }
        .fi-sr-handmade:before {
    content: "\e965";
    }
        .fi-sr-hands-brain:before {
    content: "\e966";
    }
        .fi-sr-hands-bubbles:before {
    content: "\e967";
    }
        .fi-sr-hands-clapping:before {
    content: "\e968";
    }
        .fi-sr-hands-heart:before {
    content: "\e969";
    }
        .fi-sr-hands-holding:before {
    content: "\e96a";
    }
        .fi-sr-hands-holding-child:before {
    content: "\e96b";
    }
        .fi-sr-hands-holding-diamond:before {
    content: "\e96c";
    }
        .fi-sr-hands-together:before {
    content: "\e96d";
    }
        .fi-sr-hands-together-heart:before {
    content: "\e96e";
    }
        .fi-sr-hands-typing-keyboard:before {
    content: "\e96f";
    }
        .fi-sr-hands-usd:before {
    content: "\e971";
    }
        .fi-sr-handshake:before {
    content: "\e972";
    }
        .fi-sr-handshake-angle:before {
    content: "\e973";
    }
        .fi-sr-handshake-deal-loan:before {
    content: "\e974";
    }
        .fi-sr-handshake-house:before {
    content: "\e975";
    }
        .fi-sr-handshake-simple-slash:before {
    content: "\e976";
    }
        .fi-sr-handshake-trust:before {
    content: "\e977";
    }
        .fi-sr-handstand:before {
    content: "\e978";
    }
        .fi-sr-hanukiah:before {
    content: "\e979";
    }
        .fi-sr-hard-disk-scan:before {
    content: "\e97b";
    }
        .fi-sr-hard-drive:before {
    content: "\e97c";
    }
        .fi-sr-hard-hat:before {
    content: "\e97d";
    }
        .fi-sr-harp:before {
    content: "\e97e";
    }
        .fi-sr-hashtag-lock:before {
    content: "\e981";
    }
        .fi-sr-hastag:before {
    content: "\e983";
    }
        .fi-sr-hat-beach:before {
    content: "\e984";
    }
        .fi-sr-hat-birthday:before {
    content: "\e985";
    }
        .fi-sr-hat-chef:before {
    content: "\e986";
    }
        .fi-sr-hat-cowboy:before {
    content: "\e987";
    }
        .fi-sr-hat-cowboy-side:before {
    content: "\e988";
    }
        .fi-sr-hat-santa:before {
    content: "\e989";
    }
        .fi-sr-hat-winter:before {
    content: "\e98a";
    }
        .fi-sr-hat-witch:before {
    content: "\e98b";
    }
        .fi-sr-hat-wizard:before {
    content: "\e98c";
    }
        .fi-sr-haute-cuisine:before {
    content: "\e98d";
    }
        .fi-sr-hdd:before {
    content: "\e98f";
    }
        .fi-sr-head-side:before {
    content: "\e990";
    }
        .fi-sr-head-side-brain:before {
    content: "\e991";
    }
        .fi-sr-head-side-cough:before {
    content: "\e992";
    }
        .fi-sr-head-side-cough-slash:before {
    content: "\e993";
    }
        .fi-sr-head-side-headphones:before {
    content: "\e994";
    }
        .fi-sr-head-side-heart:before {
    content: "\e995";
    }
        .fi-sr-head-side-mask:before {
    content: "\e996";
    }
        .fi-sr-head-side-medical:before {
    content: "\e997";
    }
        .fi-sr-head-side-thinking:before {
    content: "\e998";
    }
        .fi-sr-head-side-virus:before {
    content: "\e999";
    }
        .fi-sr-head-vr:before {
    content: "\e99a";
    }
        .fi-sr-headache:before {
    content: "\e99b";
    }
        .fi-sr-heading:before {
    content: "\e99c";
    }
        .fi-sr-headphones:before {
    content: "\e99d";
    }
        .fi-sr-headphones-rhythm:before {
    content: "\e99e";
    }
        .fi-sr-headset:before {
    content: "\e99f";
    }
        .fi-sr-heart:before {
    content: "\e9a1";
    }
        .fi-sr-heart-arrow:before {
    content: "\e9a2";
    }
        .fi-sr-heart-brain:before {
    content: "\e9a3";
    }
        .fi-sr-heart-circle-user:before {
    content: "\e9a4";
    }
        .fi-sr-heart-crack:before {
    content: "\e9a5";
    }
        .fi-sr-heart-half:before {
    content: "\e9a6";
    }
        .fi-sr-heart-half-stroke:before {
    content: "\e9a7";
    }
        .fi-sr-heart-health-muscle:before {
    content: "\e9a8";
    }
        .fi-sr-heart-lock:before {
    content: "\e9a9";
    }
        .fi-sr-heart-partner-handshake:before {
    content: "\e9aa";
    }
        .fi-sr-heart-rate:before {
    content: "\e9ab";
    }
        .fi-sr-heart-slash:before {
    content: "\e9ac";
    }
        .fi-sr-heart-upside-down:before {
    content: "\e9ad";
    }
        .fi-sr-heat:before {
    content: "\e9ae";
    }
        .fi-sr-helicopter-side:before {
    content: "\e9af";
    }
        .fi-sr-helmet-battle:before {
    content: "\e9b0";
    }
        .fi-sr-hermit-crab:before {
    content: "\e9b1";
    }
        .fi-sr-hexagon:before {
    content: "\e9b2";
    }
        .fi-sr-hexagon-check:before {
    content: "\e9b3";
    }
        .fi-sr-hexagon-divide:before {
    content: "\e9b4";
    }
        .fi-sr-hexagon-exclamation:before {
    content: "\e9b5";
    }
        .fi-sr-high-definition:before {
    content: "\e9b7";
    }
        .fi-sr-high-five:before {
    content: "\e9b8";
    }
        .fi-sr-high-five-celebration-yes:before {
    content: "\e9b9";
    }
        .fi-sr-highlighter:before {
    content: "\e9bb";
    }
        .fi-sr-highlighter-line:before {
    content: "\e9bc";
    }
        .fi-sr-hiking:before {
    content: "\e9bd";
    }
        .fi-sr-hiking-boot:before {
    content: "\e9be";
    }
        .fi-sr-hill-avalanche:before {
    content: "\e9bf";
    }
        .fi-sr-hill-rockslide:before {
    content: "\e9c0";
    }
        .fi-sr-hippie:before {
    content: "\e9c2";
    }
        .fi-sr-hippo:before {
    content: "\e9c3";
    }
        .fi-sr-hockey-mask:before {
    content: "\e9c4";
    }
        .fi-sr-hockey-puck:before {
    content: "\e9c5";
    }
        .fi-sr-hockey-stick-puck:before {
    content: "\e9c6";
    }
        .fi-sr-hockey-sticks:before {
    content: "\e9c7";
    }
        .fi-sr-holding-hand-brain:before {
    content: "\e9c8";
    }
        .fi-sr-holding-hand-delivery:before {
    content: "\e9c9";
    }
        .fi-sr-holding-hand-dinner:before {
    content: "\e9ca";
    }
        .fi-sr-holding-hand-direction:before {
    content: "\e9cb";
    }
        .fi-sr-holding-hand-gear:before {
    content: "\e9cc";
    }
        .fi-sr-holding-hand-key:before {
    content: "\e9cd";
    }
        .fi-sr-holding-hand-nft:before {
    content: "\e9ce";
    }
        .fi-sr-holding-hand-pizza-box:before {
    content: "\e9cf";
    }
        .fi-sr-holding-hand-revenue:before {
    content: "\e9d0";
    }
        .fi-sr-holly-berry:before {
    content: "\e9d1";
    }
        .fi-sr-home:before {
    content: "\e9d2";
    }
        .fi-sr-home-control-app:before {
    content: "\e9d4";
    }
        .fi-sr-home-heart:before {
    content: "\e9d5";
    }
        .fi-sr-home-location:before {
    content: "\e9d6";
    }
        .fi-sr-home-location-alt:before {
    content: "\e9d7";
    }
        .fi-sr-home-robot:before {
    content: "\e9d8";
    }
        .fi-sr-home-settings:before {
    content: "\e9d9";
    }
        .fi-sr-home-wifi-phone:before {
    content: "\e9da";
    }
        .fi-sr-homework:before {
    content: "\e9dc";
    }
        .fi-sr-honey-pot:before {
    content: "\e9dd";
    }
        .fi-sr-hood-cloak:before {
    content: "\e9de";
    }
        .fi-sr-hook:before {
    content: "\e9df";
    }
        .fi-sr-horizontal-rule:before {
    content: "\e9e0";
    }
        .fi-sr-horse:before {
    content: "\e9e1";
    }
        .fi-sr-horse-head:before {
    content: "\e9e2";
    }
        .fi-sr-horse-saddle:before {
    content: "\e9e3";
    }
        .fi-sr-horseshoe:before {
    content: "\e9e4";
    }
        .fi-sr-horseshoe-broken:before {
    content: "\e9e5";
    }
        .fi-sr-hose:before {
    content: "\e9e6";
    }
        .fi-sr-hose-reel:before {
    content: "\e9e7";
    }
        .fi-sr-hospital:before {
    content: "\e9e8";
    }
        .fi-sr-hospital-bed:before {
    content: "\e9e9";
    }
        .fi-sr-hospital-symbol:before {
    content: "\e9ea";
    }
        .fi-sr-hospital-user:before {
    content: "\e9eb";
    }
        .fi-sr-hospitals:before {
    content: "\e9ec";
    }
        .fi-sr-hot-tub:before {
    content: "\e9ed";
    }
        .fi-sr-hotdog:before {
    content: "\e9ee";
    }
        .fi-sr-hotel:before {
    content: "\e9ef";
    }
        .fi-sr-hotel-room-key:before {
    content: "\e9f0";
    }
        .fi-sr-hourglass:before {
    content: "\e9f2";
    }
        .fi-sr-hourglass-end:before {
    content: "\e9f3";
    }
        .fi-sr-hourglass-start:before {
    content: "\e9f4";
    }
        .fi-sr-house-blank:before {
    content: "\e9f5";
    }
        .fi-sr-house-building:before {
    content: "\e9f6";
    }
        .fi-sr-house-chimney:before {
    content: "\e9f7";
    }
        .fi-sr-house-chimney-blank:before {
    content: "\e9f8";
    }
        .fi-sr-house-chimney-crack:before {
    content: "\e9f9";
    }
        .fi-sr-house-chimney-heart:before {
    content: "\e9fa";
    }
        .fi-sr-house-chimney-medical:before {
    content: "\e9fb";
    }
        .fi-sr-house-chimney-user:before {
    content: "\e9fc";
    }
        .fi-sr-house-chimney-window:before {
    content: "\e9fd";
    }
        .fi-sr-house-circle-check:before {
    content: "\e9fe";
    }
        .fi-sr-house-circle-exclamation:before {
    content: "\e9ff";
    }
        .fi-sr-house-circle-xmark:before {
    content: "\ea00";
    }
        .fi-sr-house-crack:before {
    content: "\ea01";
    }
        .fi-sr-house-crack-alt:before {
    content: "\ea02";
    }
        .fi-sr-house-day:before {
    content: "\ea03";
    }
        .fi-sr-house-fire:before {
    content: "\ea04";
    }
        .fi-sr-house-flag:before {
    content: "\ea05";
    }
        .fi-sr-house-flood:before {
    content: "\ea06";
    }
        .fi-sr-house-hand:before {
    content: "\ea07";
    }
        .fi-sr-house-hands:before {
    content: "\ea08";
    }
        .fi-sr-house-key:before {
    content: "\ea09";
    }
        .fi-sr-house-laptop:before {
    content: "\ea0a";
    }
        .fi-sr-house-leave:before {
    content: "\ea0b";
    }
        .fi-sr-house-lock:before {
    content: "\ea0c";
    }
        .fi-sr-house-medical:before {
    content: "\ea0d";
    }
        .fi-sr-house-night:before {
    content: "\ea0e";
    }
        .fi-sr-house-return:before {
    content: "\ea0f";
    }
        .fi-sr-house-signal:before {
    content: "\ea10";
    }
        .fi-sr-house-tree:before {
    content: "\ea11";
    }
        .fi-sr-house-tsunami:before {
    content: "\ea12";
    }
        .fi-sr-house-turret:before {
    content: "\ea13";
    }
        .fi-sr-house-unlock:before {
    content: "\ea14";
    }
        .fi-sr-house-user:before {
    content: "\ea15";
    }
        .fi-sr-house-window:before {
    content: "\ea16";
    }
        .fi-sr-hr:before {
    content: "\ea17";
    }
        .fi-sr-hr-group:before {
    content: "\ea18";
    }
        .fi-sr-hr-management:before {
    content: "\ea19";
    }
        .fi-sr-hr-person:before {
    content: "\ea1a";
    }
        .fi-sr-hryvnia:before {
    content: "\ea1b";
    }
        .fi-sr-html-file:before {
    content: "\ea1c";
    }
        .fi-sr-hug-tree:before {
    content: "\ea20";
    }
        .fi-sr-humanitarian-mission:before {
    content: "\ea21";
    }
        .fi-sr-humidity:before {
    content: "\ea22";
    }
        .fi-sr-hundred-points:before {
    content: "\ea23";
    }
        .fi-sr-hurricane:before {
    content: "\ea24";
    }
        .fi-sr-hydroalcoholic-gel:before {
    content: "\ea25";
    }
        .fi-sr-hyperloop:before {
    content: "\ea26";
    }
        .fi-sr-i:before {
    content: "\ea28";
    }
        .fi-sr-ice-cream:before {
    content: "\ea2a";
    }
        .fi-sr-icicles:before {
    content: "\ea2c";
    }
        .fi-sr-icon-star:before {
    content: "\ea2d";
    }
        .fi-sr-id-badge:before {
    content: "\ea2f";
    }
        .fi-sr-id-card:before {
    content: "\ea30";
    }
        .fi-sr-id-card-clip-alt:before {
    content: "\ea31";
    }
        .fi-sr-idea-exchange:before {
    content: "\ea32";
    }
        .fi-sr-igloo:before {
    content: "\ea34";
    }
        .fi-sr-image-slash:before {
    content: "\ea37";
    }
        .fi-sr-images:before {
    content: "\ea38";
    }
        .fi-sr-images-user:before {
    content: "\ea39";
    }
        .fi-sr-immunity:before {
    content: "\ea3b";
    }
        .fi-sr-improve-user:before {
    content: "\ea3c";
    }
        .fi-sr-improvement:before {
    content: "\ea3d";
    }
        .fi-sr-inbox:before {
    content: "\ea3e";
    }
        .fi-sr-inbox-full:before {
    content: "\ea3f";
    }
        .fi-sr-inbox-in:before {
    content: "\ea40";
    }
        .fi-sr-inbox-out:before {
    content: "\ea41";
    }
        .fi-sr-inboxes:before {
    content: "\ea42";
    }
        .fi-sr-incense-sticks-yoga:before {
    content: "\ea43";
    }
        .fi-sr-incognito:before {
    content: "\ea44";
    }
        .fi-sr-indent:before {
    content: "\ea46";
    }
        .fi-sr-india-map:before {
    content: "\ea48";
    }
        .fi-sr-indian-rupee-sign:before {
    content: "\ea49";
    }
        .fi-sr-industrial-pollution:before {
    content: "\ea4a";
    }
        .fi-sr-industry-alt:before {
    content: "\ea4b";
    }
        .fi-sr-industry-windows:before {
    content: "\ea4c";
    }
        .fi-sr-infinite-cycle:before {
    content: "\ea4d";
    }
        .fi-sr-infinity:before {
    content: "\ea4e";
    }
        .fi-sr-info:before {
    content: "\ea4f";
    }
        .fi-sr-info-guide:before {
    content: "\ea50";
    }
        .fi-sr-information:before {
    content: "\ea51";
    }
        .fi-sr-inhaler:before {
    content: "\ea52";
    }
        .fi-sr-input-numeric:before {
    content: "\ea54";
    }
        .fi-sr-input-pipe:before {
    content: "\ea55";
    }
        .fi-sr-input-text:before {
    content: "\ea56";
    }
        .fi-sr-insert:before {
    content: "\ea57";
    }
        .fi-sr-insert-alt:before {
    content: "\ea58";
    }
        .fi-sr-insert-arrows:before {
    content: "\ea59";
    }
        .fi-sr-insert-button-circle:before {
    content: "\ea5a";
    }
        .fi-sr-insert-credit-card:before {
    content: "\ea5b";
    }
        .fi-sr-insert-square:before {
    content: "\ea5c";
    }
        .fi-sr-insight:before {
    content: "\ea5d";
    }
        .fi-sr-insight-alt:before {
    content: "\ea5e";
    }
        .fi-sr-insight-head:before {
    content: "\ea5f";
    }
        .fi-sr-insomnia:before {
    content: "\ea60";
    }
        .fi-sr-insurance:before {
    content: "\ea64";
    }
        .fi-sr-integral:before {
    content: "\ea66";
    }
        .fi-sr-interactive:before {
    content: "\ea6a";
    }
        .fi-sr-interlining:before {
    content: "\ea6b";
    }
        .fi-sr-internet-security:before {
    content: "\ea6c";
    }
        .fi-sr-internet-speed-wifi:before {
    content: "\ea6d";
    }
        .fi-sr-interpersonal-skill:before {
    content: "\ea6e";
    }
        .fi-sr-interrogation:before {
    content: "\ea6f";
    }
        .fi-sr-intersection:before {
    content: "\ea70";
    }
        .fi-sr-introduction:before {
    content: "\ea71";
    }
        .fi-sr-introduction-handshake:before {
    content: "\ea72";
    }
        .fi-sr-inventory-alt:before {
    content: "\ea73";
    }
        .fi-sr-invest:before {
    content: "\ea74";
    }
        .fi-sr-investment:before {
    content: "\ea75";
    }
        .fi-sr-investor:before {
    content: "\ea76";
    }
        .fi-sr-invite:before {
    content: "\ea78";
    }
        .fi-sr-invite-alt:before {
    content: "\ea79";
    }
        .fi-sr-iot:before {
    content: "\ea7a";
    }
        .fi-sr-iot-alt:before {
    content: "\ea7b";
    }
        .fi-sr-ip-address:before {
    content: "\ea7c";
    }
        .fi-sr-iron:before {
    content: "\ea7d";
    }
        .fi-sr-island-tropical:before {
    content: "\ea7e";
    }
        .fi-sr-iso-file:before {
    content: "\ea7f";
    }
        .fi-sr-it:before {
    content: "\ea81";
    }
        .fi-sr-it-alt:before {
    content: "\ea82";
    }
        .fi-sr-it-computer:before {
    content: "\ea83";
    }
        .fi-sr-italian:before {
    content: "\ea84";
    }
        .fi-sr-italian-coffee-maker:before {
    content: "\ea85";
    }
        .fi-sr-italian-lira-sign:before {
    content: "\ea86";
    }
        .fi-sr-italic:before {
    content: "\ea87";
    }
        .fi-sr-j:before {
    content: "\ea89";
    }
        .fi-sr-jam:before {
    content: "\ea8b";
    }
        .fi-sr-january-calendar:before {
    content: "\ea8d";
    }
        .fi-sr-japanese:before {
    content: "\ea8e";
    }
        .fi-sr-jar-alt:before {
    content: "\ea8f";
    }
        .fi-sr-jar-wheat:before {
    content: "\ea90";
    }
        .fi-sr-javascript:before {
    content: "\ea92";
    }
        .fi-sr-joint:before {
    content: "\ea96";
    }
        .fi-sr-joker:before {
    content: "\ea97";
    }
        .fi-sr-journal:before {
    content: "\ea99";
    }
        .fi-sr-journal-alt:before {
    content: "\ea9a";
    }
        .fi-sr-journey:before {
    content: "\ea9b";
    }
        .fi-sr-joystick:before {
    content: "\ea9c";
    }
        .fi-sr-jpg:before {
    content: "\ea9d";
    }
        .fi-sr-json-file:before {
    content: "\eaa0";
    }
        .fi-sr-judge:before {
    content: "\eaa1";
    }
        .fi-sr-jug:before {
    content: "\eaa2";
    }
        .fi-sr-jug-alt:before {
    content: "\eaa3";
    }
        .fi-sr-jug-bottle:before {
    content: "\eaa4";
    }
        .fi-sr-july-calendar:before {
    content: "\eaa5";
    }
        .fi-sr-jumping-rope:before {
    content: "\eaa6";
    }
        .fi-sr-june-calendar:before {
    content: "\eaa7";
    }
        .fi-sr-jury:before {
    content: "\eaa8";
    }
        .fi-sr-k:before {
    content: "\eaa9";
    }
        .fi-sr-k-pop:before {
    content: "\eaaa";
    }
        .fi-sr-k-pop-headphones:before {
    content: "\eaab";
    }
        .fi-sr-k-pop-microphone:before {
    content: "\eaac";
    }
        .fi-sr-kaaba:before {
    content: "\eaad";
    }
        .fi-sr-kangaroo:before {
    content: "\eaae";
    }
        .fi-sr-kayak:before {
    content: "\eaaf";
    }
        .fi-sr-kazoo:before {
    content: "\eab0";
    }
        .fi-sr-kerning:before {
    content: "\eab1";
    }
        .fi-sr-key:before {
    content: "\eab2";
    }
        .fi-sr-key-car:before {
    content: "\eab3";
    }
        .fi-sr-key-hole:before {
    content: "\eab4";
    }
        .fi-sr-key-lock-crypto:before {
    content: "\eab5";
    }
        .fi-sr-key-skeleton-left-right:before {
    content: "\eab7";
    }
        .fi-sr-keyboard:before {
    content: "\eab8";
    }
        .fi-sr-keyboard-brightness:before {
    content: "\eab9";
    }
        .fi-sr-keyboard-brightness-low:before {
    content: "\eaba";
    }
        .fi-sr-keyboard-down:before {
    content: "\eabb";
    }
        .fi-sr-keyboard-finger:before {
    content: "\eabc";
    }
        .fi-sr-keyboard-left:before {
    content: "\eabd";
    }
        .fi-sr-keynote:before {
    content: "\eabe";
    }
        .fi-sr-khanda:before {
    content: "\eabf";
    }
        .fi-sr-kidneys:before {
    content: "\eac1";
    }
        .fi-sr-kimchi:before {
    content: "\eac2";
    }
        .fi-sr-kip-sign:before {
    content: "\eac4";
    }
        .fi-sr-kiss:before {
    content: "\eac5";
    }
        .fi-sr-kiss-beam:before {
    content: "\eac6";
    }
        .fi-sr-kiss-wink-heart:before {
    content: "\eac7";
    }
        .fi-sr-kitchen-set:before {
    content: "\eac8";
    }
        .fi-sr-kite:before {
    content: "\eac9";
    }
        .fi-sr-kiwi-bird:before {
    content: "\eaca";
    }
        .fi-sr-kiwi-fruit:before {
    content: "\eacb";
    }
        .fi-sr-knee-joint:before {
    content: "\eacc";
    }
        .fi-sr-knife:before {
    content: "\eacd";
    }
        .fi-sr-knife-kitchen:before {
    content: "\eace";
    }
        .fi-sr-knitting:before {
    content: "\ead0";
    }
        .fi-sr-knot-rope:before {
    content: "\ead1";
    }
        .fi-sr-korean:before {
    content: "\ead3";
    }
        .fi-sr-kpi:before {
    content: "\ead4";
    }
        .fi-sr-kpi-evaluation:before {
    content: "\ead5";
    }
        .fi-sr-l:before {
    content: "\ead6";
    }
        .fi-sr-lab-coat:before {
    content: "\ead7";
    }
        .fi-sr-label:before {
    content: "\ead8";
    }
        .fi-sr-lacrosse-stick:before {
    content: "\ead9";
    }
        .fi-sr-lacrosse-stick-ball:before {
    content: "\eada";
    }
        .fi-sr-ladder:before {
    content: "\eadb";
    }
        .fi-sr-lambda:before {
    content: "\eadc";
    }
        .fi-sr-lamp:before {
    content: "\eadd";
    }
        .fi-sr-lamp-desk:before {
    content: "\eade";
    }
        .fi-sr-lamp-desk-on:before {
    content: "\eadf";
    }
        .fi-sr-lamp-floor:before {
    content: "\eae0";
    }
        .fi-sr-lamp-street:before {
    content: "\eae1";
    }
        .fi-sr-land-layer-location:before {
    content: "\eae2";
    }
        .fi-sr-land-layers:before {
    content: "\eae3";
    }
        .fi-sr-land-location:before {
    content: "\eae4";
    }
        .fi-sr-land-mine-on:before {
    content: "\eae5";
    }
        .fi-sr-landmark-alt:before {
    content: "\eae6";
    }
        .fi-sr-language:before {
    content: "\eae7";
    }
        .fi-sr-language-exchange:before {
    content: "\eae8";
    }
        .fi-sr-lanterns:before {
    content: "\eaeb";
    }
        .fi-sr-laptop:before {
    content: "\eaec";
    }
        .fi-sr-laptop-arrow-down:before {
    content: "\eaed";
    }
        .fi-sr-laptop-binary:before {
    content: "\eaee";
    }
        .fi-sr-laptop-code:before {
    content: "\eaef";
    }
        .fi-sr-laptop-dollar:before {
    content: "\eaf0";
    }
        .fi-sr-laptop-lock:before {
    content: "\eaf1";
    }
        .fi-sr-laptop-medical:before {
    content: "\eaf2";
    }
        .fi-sr-laptop-mobile:before {
    content: "\eaf3";
    }
        .fi-sr-laptop-refresh:before {
    content: "\eaf4";
    }
        .fi-sr-laptop-shield:before {
    content: "\eaf5";
    }
        .fi-sr-laptop-signal:before {
    content: "\eaf6";
    }
        .fi-sr-laptop-slash:before {
    content: "\eaf7";
    }
        .fi-sr-lari-sign:before {
    content: "\eaf8";
    }
        .fi-sr-lasso:before {
    content: "\eaf9";
    }
        .fi-sr-lasso-sparkles:before {
    content: "\eafa";
    }
        .fi-sr-last-square:before {
    content: "\eafb";
    }
        .fi-sr-laugh:before {
    content: "\eafc";
    }
        .fi-sr-laugh-beam:before {
    content: "\eafd";
    }
        .fi-sr-laugh-squint:before {
    content: "\eafe";
    }
        .fi-sr-laugh-wink:before {
    content: "\eaff";
    }
        .fi-sr-launch:before {
    content: "\eb00";
    }
        .fi-sr-laurel-user:before {
    content: "\eb01";
    }
        .fi-sr-law-book:before {
    content: "\eb02";
    }
        .fi-sr-lawyer-man:before {
    content: "\eb03";
    }
        .fi-sr-lawyer-woman:before {
    content: "\eb04";
    }
        .fi-sr-layer-minus:before {
    content: "\eb05";
    }
        .fi-sr-layer-plus:before {
    content: "\eb06";
    }
        .fi-sr-layers:before {
    content: "\eb07";
    }
        .fi-sr-layout-fluid:before {
    content: "\eb08";
    }
        .fi-sr-lead:before {
    content: "\eb09";
    }
        .fi-sr-lead-funnel:before {
    content: "\eb0a";
    }
        .fi-sr-lead-management:before {
    content: "\eb0b";
    }
        .fi-sr-leader:before {
    content: "\eb0c";
    }
        .fi-sr-leader-alt:before {
    content: "\eb0d";
    }
        .fi-sr-leader-speech:before {
    content: "\eb0e";
    }
        .fi-sr-leaderboard:before {
    content: "\eb0f";
    }
        .fi-sr-leaderboard-alt:before {
    content: "\eb10";
    }
        .fi-sr-leaderboard-trophy:before {
    content: "\eb11";
    }
        .fi-sr-leadership:before {
    content: "\eb12";
    }
        .fi-sr-leadership-alt:before {
    content: "\eb13";
    }
        .fi-sr-leaf:before {
    content: "\eb14";
    }
        .fi-sr-leaf-heart:before {
    content: "\eb15";
    }
        .fi-sr-leaf-maple:before {
    content: "\eb16";
    }
        .fi-sr-leaf-oak:before {
    content: "\eb17";
    }
        .fi-sr-leafy-green:before {
    content: "\eb18";
    }
        .fi-sr-leave:before {
    content: "\eb19";
    }
        .fi-sr-left:before {
    content: "\eb1a";
    }
        .fi-sr-left-from-bracket:before {
    content: "\eb1b";
    }
        .fi-sr-legal:before {
    content: "\eb1c";
    }
        .fi-sr-legal-aid:before {
    content: "\eb1d";
    }
        .fi-sr-legal-case:before {
    content: "\eb1e";
    }
        .fi-sr-legal-document:before {
    content: "\eb1f";
    }
        .fi-sr-legal-fees:before {
    content: "\eb20";
    }
        .fi-sr-lemon:before {
    content: "\eb21";
    }
        .fi-sr-lemongrass:before {
    content: "\eb22";
    }
        .fi-sr-lesbian-couple:before {
    content: "\eb23";
    }
        .fi-sr-less-than:before {
    content: "\eb24";
    }
        .fi-sr-less-than-equal:before {
    content: "\eb25";
    }
        .fi-sr-lesson:before {
    content: "\eb26";
    }
        .fi-sr-lesson-class:before {
    content: "\eb27";
    }
        .fi-sr-letter-case:before {
    content: "\eb29";
    }
        .fi-sr-lettuce:before {
    content: "\eb2a";
    }
        .fi-sr-level-down:before {
    content: "\eb2b";
    }
        .fi-sr-level-down-alt:before {
    content: "\eb2c";
    }
        .fi-sr-level-up:before {
    content: "\eb2d";
    }
        .fi-sr-level-up-alt:before {
    content: "\eb2e";
    }
        .fi-sr-license:before {
    content: "\eb2f";
    }
        .fi-sr-life:before {
    content: "\eb30";
    }
        .fi-sr-life-ring:before {
    content: "\eb31";
    }
        .fi-sr-lift:before {
    content: "\eb32";
    }
        .fi-sr-light-ceiling:before {
    content: "\eb33";
    }
        .fi-sr-light-emergency:before {
    content: "\eb34";
    }
        .fi-sr-light-emergency-on:before {
    content: "\eb35";
    }
        .fi-sr-light-mode-alt:before {
    content: "\eb36";
    }
        .fi-sr-light-switch:before {
    content: "\eb37";
    }
        .fi-sr-light-switch-off:before {
    content: "\eb38";
    }
        .fi-sr-light-switch-on:before {
    content: "\eb39";
    }
        .fi-sr-lightbulb-cfl:before {
    content: "\eb3a";
    }
        .fi-sr-lightbulb-cfl-on:before {
    content: "\eb3b";
    }
        .fi-sr-lightbulb-dollar:before {
    content: "\eb3d";
    }
        .fi-sr-lightbulb-exclamation:before {
    content: "\eb3e";
    }
        .fi-sr-lightbulb-head:before {
    content: "\eb41";
    }
        .fi-sr-lightbulb-message:before {
    content: "\eb42";
    }
        .fi-sr-lightbulb-on:before {
    content: "\eb43";
    }
        .fi-sr-lightbulb-question:before {
    content: "\eb44";
    }
        .fi-sr-lightbulb-setting:before {
    content: "\eb45";
    }
        .fi-sr-lightbulb-slash:before {
    content: "\eb46";
    }
        .fi-sr-lighthouse:before {
    content: "\eb48";
    }
        .fi-sr-lights-holiday:before {
    content: "\eb49";
    }
        .fi-sr-limit-hand:before {
    content: "\eb4a";
    }
        .fi-sr-limit-speedometer:before {
    content: "\eb4b";
    }
        .fi-sr-line-width:before {
    content: "\eb4d";
    }
        .fi-sr-link:before {
    content: "\eb4e";
    }
        .fi-sr-link-alt:before {
    content: "\eb4f";
    }
        .fi-sr-link-horizontal:before {
    content: "\eb50";
    }
        .fi-sr-link-horizontal-slash:before {
    content: "\eb51";
    }
        .fi-sr-link-slash:before {
    content: "\eb52";
    }
        .fi-sr-link-slash-alt:before {
    content: "\eb53";
    }
        .fi-sr-lion:before {
    content: "\eb55";
    }
        .fi-sr-lion-head:before {
    content: "\eb56";
    }
        .fi-sr-lips:before {
    content: "\eb57";
    }
        .fi-sr-lips-silence:before {
    content: "\eb58";
    }
        .fi-sr-lipstick:before {
    content: "\eb59";
    }
        .fi-sr-lira-sign:before {
    content: "\eb5a";
    }
        .fi-sr-list:before {
    content: "\eb5c";
    }
        .fi-sr-list-check:before {
    content: "\eb5d";
    }
        .fi-sr-list-dropdown:before {
    content: "\eb5e";
    }
        .fi-sr-list-music:before {
    content: "\eb5f";
    }
        .fi-sr-list-timeline:before {
    content: "\eb60";
    }
        .fi-sr-list-tree:before {
    content: "\eb61";
    }
        .fi-sr-litecoin-sign:before {
    content: "\eb64";
    }
        .fi-sr-live:before {
    content: "\eb65";
    }
        .fi-sr-live-alt:before {
    content: "\eb66";
    }
        .fi-sr-loading:before {
    content: "\eb67";
    }
        .fi-sr-loan:before {
    content: "\eb68";
    }
        .fi-sr-lobster:before {
    content: "\eb69";
    }
        .fi-sr-location-alt:before {
    content: "\eb6b";
    }
        .fi-sr-location-arrow:before {
    content: "\eb6c";
    }
        .fi-sr-location-crosshairs:before {
    content: "\eb6d";
    }
        .fi-sr-location-crosshairs-slash:before {
    content: "\eb6e";
    }
        .fi-sr-location-dot-slash:before {
    content: "\eb6f";
    }
        .fi-sr-location-exclamation:before {
    content: "\eb70";
    }
        .fi-sr-location-lock:before {
    content: "\eb71";
    }
        .fi-sr-location-pin-call:before {
    content: "\eb73";
    }
        .fi-sr-lock:before {
    content: "\eb79";
    }
        .fi-sr-lock-alt:before {
    content: "\eb7a";
    }
        .fi-sr-lock-hashtag:before {
    content: "\eb7b";
    }
        .fi-sr-lock-open-alt:before {
    content: "\eb7c";
    }
        .fi-sr-locust:before {
    content: "\eb7d";
    }
        .fi-sr-log-file:before {
    content: "\eb7e";
    }
        .fi-sr-login:before {
    content: "\eb80";
    }
        .fi-sr-login-lock:before {
    content: "\eb81";
    }
        .fi-sr-logo:before {
    content: "\eb82";
    }
        .fi-sr-longboard:before {
    content: "\eb83";
    }
        .fi-sr-loop-square:before {
    content: "\eb85";
    }
        .fi-sr-loveseat:before {
    content: "\eb89";
    }
        .fi-sr-low-vision:before {
    content: "\eb8a";
    }
        .fi-sr-lower-back:before {
    content: "\eb8b";
    }
        .fi-sr-luchador:before {
    content: "\eb8c";
    }
        .fi-sr-luggage-cart:before {
    content: "\eb8d";
    }
        .fi-sr-luggage-rolling:before {
    content: "\eb8e";
    }
        .fi-sr-lunch-box:before {
    content: "\eb8f";
    }
        .fi-sr-lung-cancer:before {
    content: "\eb90";
    }
        .fi-sr-lung-ribbon:before {
    content: "\eb91";
    }
        .fi-sr-lungs:before {
    content: "\eb92";
    }
        .fi-sr-lungs-virus:before {
    content: "\eb93";
    }
        .fi-sr-m:before {
    content: "\eb94";
    }
        .fi-sr-macarons:before {
    content: "\eb95";
    }
        .fi-sr-mace:before {
    content: "\eb96";
    }
        .fi-sr-machine-learning:before {
    content: "\eb97";
    }
        .fi-sr-magnet:before {
    content: "\eb9e";
    }
        .fi-sr-magnet-energy:before {
    content: "\eb9f";
    }
        .fi-sr-magnet-user:before {
    content: "\eba0";
    }
        .fi-sr-magnifying-glass-binary:before {
    content: "\eba3";
    }
        .fi-sr-magnifying-glass-eye:before {
    content: "\eba4";
    }
        .fi-sr-magnifying-glass-play:before {
    content: "\eba5";
    }
        .fi-sr-magnifying-glass-wave:before {
    content: "\eba6";
    }
        .fi-sr-mail-hook:before {
    content: "\eba8";
    }
        .fi-sr-mail-malware:before {
    content: "\eba9";
    }
        .fi-sr-mail-plus-circle:before {
    content: "\ebaa";
    }
        .fi-sr-mailbox:before {
    content: "\ebab";
    }
        .fi-sr-mailbox-envelope:before {
    content: "\ebac";
    }
        .fi-sr-mailbox-flag-up:before {
    content: "\ebad";
    }
        .fi-sr-makeup-bag:before {
    content: "\ebb0";
    }
        .fi-sr-makeup-brush:before {
    content: "\ebb1";
    }
        .fi-sr-malware-circle:before {
    content: "\ebb4";
    }
        .fi-sr-malware-shield:before {
    content: "\ebb5";
    }
        .fi-sr-malware-square:before {
    content: "\ebb6";
    }
        .fi-sr-man-head:before {
    content: "\ebb7";
    }
        .fi-sr-man-scientist:before {
    content: "\ebb8";
    }
        .fi-sr-manat-sign:before {
    content: "\ebb9";
    }
        .fi-sr-mandolin:before {
    content: "\ebba";
    }
        .fi-sr-mango:before {
    content: "\ebbb";
    }
        .fi-sr-manhole:before {
    content: "\ebbc";
    }
        .fi-sr-manicure:before {
    content: "\ebbd";
    }
        .fi-sr-map:before {
    content: "\ebbe";
    }
        .fi-sr-map-location-track:before {
    content: "\ebbf";
    }
        .fi-sr-map-marker:before {
    content: "\ebc0";
    }
        .fi-sr-map-marker-check:before {
    content: "\ebc1";
    }
        .fi-sr-map-marker-cross:before {
    content: "\ebc2";
    }
        .fi-sr-map-marker-edit:before {
    content: "\ebc3";
    }
        .fi-sr-map-marker-home:before {
    content: "\ebc5";
    }
        .fi-sr-map-marker-minus:before {
    content: "\ebc6";
    }
        .fi-sr-map-marker-plus:before {
    content: "\ebc7";
    }
        .fi-sr-map-marker-question:before {
    content: "\ebc8";
    }
        .fi-sr-map-marker-slash:before {
    content: "\ebc9";
    }
        .fi-sr-map-marker-smile:before {
    content: "\ebca";
    }
        .fi-sr-map-pin:before {
    content: "\ebcb";
    }
        .fi-sr-map-point:before {
    content: "\ebcc";
    }
        .fi-sr-march-calendar:before {
    content: "\ebcd";
    }
        .fi-sr-marker:before {
    content: "\ebce";
    }
        .fi-sr-marker-hospital:before {
    content: "\ebcf";
    }
        .fi-sr-marker-time:before {
    content: "\ebd0";
    }
        .fi-sr-marketplace:before {
    content: "\ebd1";
    }
        .fi-sr-marketplace-alt:before {
    content: "\ebd2";
    }
        .fi-sr-marketplace-store:before {
    content: "\ebd3";
    }
        .fi-sr-marriage-proposal:before {
    content: "\ebd4";
    }
        .fi-sr-mars:before {
    content: "\ebd6";
    }
        .fi-sr-mars-and-venus-burst:before {
    content: "\ebd7";
    }
        .fi-sr-mars-double:before {
    content: "\ebd8";
    }
        .fi-sr-mars-stroke-right:before {
    content: "\ebd9";
    }
        .fi-sr-mars-stroke-up:before {
    content: "\ebda";
    }
        .fi-sr-martini-glass-citrus:before {
    content: "\ebdb";
    }
        .fi-sr-martini-glass-empty:before {
    content: "\ebdc";
    }
        .fi-sr-mascara:before {
    content: "\ebdd";
    }
        .fi-sr-mask-carnival:before {
    content: "\ebdf";
    }
        .fi-sr-mask-face:before {
    content: "\ebe0";
    }
        .fi-sr-mask-snorkel:before {
    content: "\ebe1";
    }
        .fi-sr-massage:before {
    content: "\ebe2";
    }
        .fi-sr-master-plan:before {
    content: "\ebe3";
    }
        .fi-sr-master-plan-integrate:before {
    content: "\ebe4";
    }
        .fi-sr-match-fire:before {
    content: "\ebe5";
    }
        .fi-sr-mattress-pillow:before {
    content: "\ebe6";
    }
        .fi-sr-may-calendar:before {
    content: "\ebe7";
    }
        .fi-sr-measuring-tape:before {
    content: "\ebe9";
    }
        .fi-sr-meat:before {
    content: "\ebea";
    }
        .fi-sr-medal:before {
    content: "\ebeb";
    }
        .fi-sr-mediator:before {
    content: "\ebed";
    }
        .fi-sr-medical-star:before {
    content: "\ebee";
    }
        .fi-sr-medication:before {
    content: "\ebef";
    }
        .fi-sr-medicine:before {
    content: "\ebf0";
    }
        .fi-sr-meditation:before {
    content: "\ebf1";
    }
        .fi-sr-meeting:before {
    content: "\ebf3";
    }
        .fi-sr-meeting-alt:before {
    content: "\ebf4";
    }
        .fi-sr-megaphone:before {
    content: "\ebf5";
    }
        .fi-sr-megaphone-announcement-leader:before {
    content: "\ebf6";
    }
        .fi-sr-megaphone-magnifying-glass:before {
    content: "\ebf7";
    }
        .fi-sr-megaphone-sound-waves:before {
    content: "\ebf8";
    }
        .fi-sr-meh:before {
    content: "\ebf9";
    }
        .fi-sr-meh-blank:before {
    content: "\ebfa";
    }
        .fi-sr-meh-rolling-eyes:before {
    content: "\ebfb";
    }
        .fi-sr-melon:before {
    content: "\ebfc";
    }
        .fi-sr-melon-alt:before {
    content: "\ebfd";
    }
        .fi-sr-member-list:before {
    content: "\ebfe";
    }
        .fi-sr-member-search:before {
    content: "\ebff";
    }
        .fi-sr-membership:before {
    content: "\ec00";
    }
        .fi-sr-membership-vip:before {
    content: "\ec01";
    }
        .fi-sr-memo:before {
    content: "\ec02";
    }
        .fi-sr-memo-circle-check:before {
    content: "\ec03";
    }
        .fi-sr-memo-pad:before {
    content: "\ec04";
    }
        .fi-sr-memory:before {
    content: "\ec05";
    }
        .fi-sr-memory-loss:before {
    content: "\ec06";
    }
        .fi-sr-men-swimsuit:before {
    content: "\ec07";
    }
        .fi-sr-menorah:before {
    content: "\ec08";
    }
        .fi-sr-menu-burger:before {
    content: "\ec09";
    }
        .fi-sr-menu-dots:before {
    content: "\ec0a";
    }
        .fi-sr-menu-dots-vertical:before {
    content: "\ec0b";
    }
        .fi-sr-menu-food:before {
    content: "\ec0c";
    }
        .fi-sr-mercury:before {
    content: "\ec0d";
    }
        .fi-sr-message-alert:before {
    content: "\ec0e";
    }
        .fi-sr-message-arrow-down:before {
    content: "\ec0f";
    }
        .fi-sr-message-arrow-up:before {
    content: "\ec10";
    }
        .fi-sr-message-arrow-up-right:before {
    content: "\ec11";
    }
        .fi-sr-message-bot:before {
    content: "\ec12";
    }
        .fi-sr-message-circle-refresh:before {
    content: "\ec13";
    }
        .fi-sr-message-code:before {
    content: "\ec14";
    }
        .fi-sr-message-dollar:before {
    content: "\ec15";
    }
        .fi-sr-message-heart:before {
    content: "\ec16";
    }
        .fi-sr-message-image:before {
    content: "\ec17";
    }
        .fi-sr-message-question:before {
    content: "\ec19";
    }
        .fi-sr-message-quote:before {
    content: "\ec1a";
    }
        .fi-sr-message-slash:before {
    content: "\ec1b";
    }
        .fi-sr-message-sms:before {
    content: "\ec1c";
    }
        .fi-sr-message-square-refresh:before {
    content: "\ec1d";
    }
        .fi-sr-message-star:before {
    content: "\ec1e";
    }
        .fi-sr-message-text:before {
    content: "\ec1f";
    }
        .fi-sr-message-xmark:before {
    content: "\ec20";
    }
        .fi-sr-messages:before {
    content: "\ec21";
    }
        .fi-sr-messages-dollar:before {
    content: "\ec22";
    }
        .fi-sr-messages-question:before {
    content: "\ec23";
    }
        .fi-sr-meteor:before {
    content: "\ec25";
    }
        .fi-sr-meter:before {
    content: "\ec26";
    }
        .fi-sr-meter-bolt:before {
    content: "\ec27";
    }
        .fi-sr-meter-droplet:before {
    content: "\ec28";
    }
        .fi-sr-meter-fire:before {
    content: "\ec29";
    }
        .fi-sr-microchip:before {
    content: "\ec2b";
    }
        .fi-sr-microchip-ai:before {
    content: "\ec2c";
    }
        .fi-sr-microphone:before {
    content: "\ec2d";
    }
        .fi-sr-microphone-alt:before {
    content: "\ec2e";
    }
        .fi-sr-microphone-slash:before {
    content: "\ec32";
    }
        .fi-sr-microscope:before {
    content: "\ec33";
    }
        .fi-sr-microscope-bacteria:before {
    content: "\ec34";
    }
        .fi-sr-microwave:before {
    content: "\ec38";
    }
        .fi-sr-milk:before {
    content: "\ec39";
    }
        .fi-sr-milk-alt:before {
    content: "\ec3a";
    }
        .fi-sr-mill:before {
    content: "\ec3b";
    }
        .fi-sr-mill-sign:before {
    content: "\ec3c";
    }
        .fi-sr-mind-share:before {
    content: "\ec3d";
    }
        .fi-sr-minus:before {
    content: "\ec3e";
    }
        .fi-sr-minus-circle:before {
    content: "\ec3f";
    }
        .fi-sr-minus-hexagon:before {
    content: "\ec40";
    }
        .fi-sr-minus-small:before {
    content: "\ec41";
    }
        .fi-sr-mirror:before {
    content: "\ec43";
    }
        .fi-sr-mirror-user:before {
    content: "\ec44";
    }
        .fi-sr-mission:before {
    content: "\ec45";
    }
        .fi-sr-mistletoe:before {
    content: "\ec46";
    }
        .fi-sr-mix:before {
    content: "\ec47";
    }
        .fi-sr-mixer:before {
    content: "\ec48";
    }
        .fi-sr-mobile:before {
    content: "\ec49";
    }
        .fi-sr-mobile-4g:before {
    content: "\ec4a";
    }
        .fi-sr-mobile-5g:before {
    content: "\ec4b";
    }
        .fi-sr-mobile-app-cleaner:before {
    content: "\ec4c";
    }
        .fi-sr-mobile-button:before {
    content: "\ec4e";
    }
        .fi-sr-mobile-friendly:before {
    content: "\ec4f";
    }
        .fi-sr-mobile-hand:before {
    content: "\ec50";
    }
        .fi-sr-mobile-lock:before {
    content: "\ec51";
    }
        .fi-sr-mobile-message:before {
    content: "\ec52";
    }
        .fi-sr-mobile-notch:before {
    content: "\ec53";
    }
        .fi-sr-mockup:before {
    content: "\ec56";
    }
        .fi-sr-mode:before {
    content: "\ec57";
    }
        .fi-sr-mode-alt:before {
    content: "\ec58";
    }
        .fi-sr-mode-landscape:before {
    content: "\ec59";
    }
        .fi-sr-mode-portrait:before {
    content: "\ec5a";
    }
        .fi-sr-model-cube:before {
    content: "\ec5b";
    }
        .fi-sr-model-cube-arrows:before {
    content: "\ec5c";
    }
        .fi-sr-model-cube-space:before {
    content: "\ec5d";
    }
        .fi-sr-modular-home:before {
    content: "\ec5e";
    }
        .fi-sr-module:before {
    content: "\ec5f";
    }
        .fi-sr-monday:before {
    content: "\ec60";
    }
        .fi-sr-money:before {
    content: "\ec61";
    }
        .fi-sr-money-bill-simple:before {
    content: "\ec63";
    }
        .fi-sr-money-bill-transfer:before {
    content: "\ec64";
    }
        .fi-sr-money-bill-wave:before {
    content: "\ec65";
    }
        .fi-sr-money-bill-wave-alt:before {
    content: "\ec66";
    }
        .fi-sr-money-bills:before {
    content: "\ec67";
    }
        .fi-sr-money-bills-simple:before {
    content: "\ec68";
    }
        .fi-sr-money-check:before {
    content: "\ec69";
    }
        .fi-sr-money-check-edit:before {
    content: "\ec6a";
    }
        .fi-sr-money-check-edit-alt:before {
    content: "\ec6b";
    }
        .fi-sr-money-coin-transfer:before {
    content: "\ec6c";
    }
        .fi-sr-money-from-bracket:before {
    content: "\ec6d";
    }
        .fi-sr-money-income:before {
    content: "\ec6f";
    }
        .fi-sr-money-laptop:before {
    content: "\ec70";
    }
        .fi-sr-money-safe-box:before {
    content: "\ec72";
    }
        .fi-sr-money-simple-from-bracket:before {
    content: "\ec73";
    }
        .fi-sr-money-transfer-alt:before {
    content: "\ec74";
    }
        .fi-sr-money-transfer-coin-arrow:before {
    content: "\ec75";
    }
        .fi-sr-money-transfer-smartphone:before {
    content: "\ec76";
    }
        .fi-sr-money-wings:before {
    content: "\ec77";
    }
        .fi-sr-monitor-sun:before {
    content: "\ec78";
    }
        .fi-sr-monitor-water:before {
    content: "\ec79";
    }
        .fi-sr-monkey:before {
    content: "\ec7a";
    }
        .fi-sr-monstera:before {
    content: "\ec7b";
    }
        .fi-sr-monument:before {
    content: "\ec7c";
    }
        .fi-sr-moon:before {
    content: "\ec7d";
    }
        .fi-sr-moon-stars:before {
    content: "\ec7e";
    }
        .fi-sr-moped:before {
    content: "\ec7f";
    }
        .fi-sr-mortar-pestle:before {
    content: "\ec80";
    }
        .fi-sr-mortgage:before {
    content: "\ec81";
    }
        .fi-sr-mosque:before {
    content: "\ec82";
    }
        .fi-sr-mosque-alt:before {
    content: "\ec83";
    }
        .fi-sr-mosque-moon:before {
    content: "\ec84";
    }
        .fi-sr-mosquito:before {
    content: "\ec85";
    }
        .fi-sr-mosquito-net:before {
    content: "\ec86";
    }
        .fi-sr-motion-graphic:before {
    content: "\ec87";
    }
        .fi-sr-motorcycle:before {
    content: "\ec89";
    }
        .fi-sr-motorcycle-front:before {
    content: "\ec8a";
    }
        .fi-sr-motorcycle-helmet:before {
    content: "\ec8b";
    }
        .fi-sr-mound:before {
    content: "\ec8c";
    }
        .fi-sr-mountain:before {
    content: "\ec8d";
    }
        .fi-sr-mountain-city:before {
    content: "\ec8e";
    }
        .fi-sr-mountains:before {
    content: "\ec90";
    }
        .fi-sr-mouse:before {
    content: "\ec91";
    }
        .fi-sr-mouse-field:before {
    content: "\ec92";
    }
        .fi-sr-mouse-pointer-click:before {
    content: "\ec93";
    }
        .fi-sr-mouse-pointer-heart:before {
    content: "\ec94";
    }
        .fi-sr-moustache:before {
    content: "\ec95";
    }
        .fi-sr-mov-file:before {
    content: "\ec96";
    }
        .fi-sr-move-to-folder:before {
    content: "\ec97";
    }
        .fi-sr-move-to-folder-2:before {
    content: "\ec98";
    }
        .fi-sr-moving:before {
    content: "\ec99";
    }
        .fi-sr-mower:before {
    content: "\ec9a";
    }
        .fi-sr-mp3-file:before {
    content: "\ec9b";
    }
        .fi-sr-mp3-player:before {
    content: "\ec9c";
    }
        .fi-sr-mp4-file:before {
    content: "\ec9d";
    }
        .fi-sr-muffin:before {
    content: "\ec9e";
    }
        .fi-sr-mug:before {
    content: "\ec9f";
    }
        .fi-sr-mug-alt:before {
    content: "\eca0";
    }
        .fi-sr-mug-hot:before {
    content: "\eca1";
    }
        .fi-sr-mug-hot-alt:before {
    content: "\eca2";
    }
        .fi-sr-mug-marshmallows:before {
    content: "\eca3";
    }
        .fi-sr-mug-tea:before {
    content: "\eca4";
    }
        .fi-sr-mug-tea-alt:before {
    content: "\eca5";
    }
        .fi-sr-mug-tea-saucer:before {
    content: "\eca6";
    }
        .fi-sr-multiple:before {
    content: "\eca8";
    }
        .fi-sr-multiple-alt:before {
    content: "\eca9";
    }
        .fi-sr-multitasking:before {
    content: "\ecaa";
    }
        .fi-sr-muscle:before {
    content: "\ecab";
    }
        .fi-sr-museum:before {
    content: "\ecac";
    }
        .fi-sr-mushroom:before {
    content: "\ecad";
    }
        .fi-sr-mushroom-alt:before {
    content: "\ecae";
    }
        .fi-sr-mushroom-cloud:before {
    content: "\ecaf";
    }
        .fi-sr-music:before {
    content: "\ecb0";
    }
        .fi-sr-music-alt:before {
    content: "\ecb1";
    }
        .fi-sr-music-alt-slash:before {
    content: "\ecb2";
    }
        .fi-sr-music-file:before {
    content: "\ecb3";
    }
        .fi-sr-music-magnifying-glass:before {
    content: "\ecb4";
    }
        .fi-sr-music-note:before {
    content: "\ecb5";
    }
        .fi-sr-music-slash:before {
    content: "\ecb7";
    }
        .fi-sr-n:before {
    content: "\ecb9";
    }
        .fi-sr-nail-art:before {
    content: "\ecba";
    }
        .fi-sr-nail-clipper:before {
    content: "\ecbb";
    }
        .fi-sr-naira-sign:before {
    content: "\ecbc";
    }
        .fi-sr-narwhal:before {
    content: "\ecbe";
    }
        .fi-sr-navigation:before {
    content: "\ecbf";
    }
        .fi-sr-nesting-dolls:before {
    content: "\ecc0";
    }
        .fi-sr-network:before {
    content: "\ecc3";
    }
        .fi-sr-network-cloud:before {
    content: "\ecc5";
    }
        .fi-sr-network-firewall:before {
    content: "\ecc7";
    }
        .fi-sr-network-user:before {
    content: "\ecc8";
    }
        .fi-sr-neuter:before {
    content: "\ecc9";
    }
        .fi-sr-newsletter-subscribe:before {
    content: "\eccc";
    }
        .fi-sr-newspaper:before {
    content: "\eccd";
    }
        .fi-sr-newspaper-open:before {
    content: "\eccf";
    }
        .fi-sr-nfc:before {
    content: "\ecd0";
    }
        .fi-sr-nfc-lock:before {
    content: "\ecd1";
    }
        .fi-sr-nfc-magnifying-glass:before {
    content: "\ecd2";
    }
        .fi-sr-nfc-pen:before {
    content: "\ecd3";
    }
        .fi-sr-nfc-slash:before {
    content: "\ecd5";
    }
        .fi-sr-nfc-trash:before {
    content: "\ecd6";
    }
        .fi-sr-nft-square:before {
    content: "\ecd9";
    }
        .fi-sr-night-day:before {
    content: "\ecda";
    }
        .fi-sr-night-mode:before {
    content: "\ecdb";
    }
        .fi-sr-no-attention:before {
    content: "\ecdc";
    }
        .fi-sr-no-baby:before {
    content: "\ecdd";
    }
        .fi-sr-no-ball:before {
    content: "\ecde";
    }
        .fi-sr-no-child:before {
    content: "\ecdf";
    }
        .fi-sr-no-children:before {
    content: "\ece0";
    }
        .fi-sr-no-fee:before {
    content: "\ece1";
    }
        .fi-sr-no-food:before {
    content: "\ece2";
    }
        .fi-sr-no-food-circle:before {
    content: "\ece3";
    }
        .fi-sr-no-iron:before {
    content: "\ece4";
    }
        .fi-sr-no-pacifier:before {
    content: "\ece5";
    }
        .fi-sr-no-people:before {
    content: "\ece6";
    }
        .fi-sr-no-play-football:before {
    content: "\ece7";
    }
        .fi-sr-no-smoking:before {
    content: "\ece8";
    }
        .fi-sr-no-vaping:before {
    content: "\ece9";
    }
        .fi-sr-no-vaping-circle:before {
    content: "\ecea";
    }
        .fi-sr-noise-cancelling-headphones:before {
    content: "\eced";
    }
        .fi-sr-noodles:before {
    content: "\ecee";
    }
        .fi-sr-nose:before {
    content: "\ecef";
    }
        .fi-sr-not-equal:before {
    content: "\ecf0";
    }
        .fi-sr-not-found:before {
    content: "\ecf1";
    }
        .fi-sr-not-found-alt:before {
    content: "\ecf2";
    }
        .fi-sr-not-found-magnifying-glass:before {
    content: "\ecf3";
    }
        .fi-sr-notary:before {
    content: "\ecf4";
    }
        .fi-sr-notdef:before {
    content: "\ecf5";
    }
        .fi-sr-note:before {
    content: "\ecf6";
    }
        .fi-sr-note-medical:before {
    content: "\ecf7";
    }
        .fi-sr-note-sticky:before {
    content: "\ecf8";
    }
        .fi-sr-notebook:before {
    content: "\ecf9";
    }
        .fi-sr-notebook-alt:before {
    content: "\ecfa";
    }
        .fi-sr-notes:before {
    content: "\ecfc";
    }
        .fi-sr-notes-medical:before {
    content: "\ecfd";
    }
        .fi-sr-november-calendar:before {
    content: "\ecfe";
    }
        .fi-sr-o:before {
    content: "\ed07";
    }
        .fi-sr-obj-file:before {
    content: "\ed08";
    }
        .fi-sr-object-exclude:before {
    content: "\ed09";
    }
        .fi-sr-object-group:before {
    content: "\ed0a";
    }
        .fi-sr-object-intersect:before {
    content: "\ed0b";
    }
        .fi-sr-object-subtract:before {
    content: "\ed0c";
    }
        .fi-sr-object-ungroup:before {
    content: "\ed0d";
    }
        .fi-sr-object-union:before {
    content: "\ed0e";
    }
        .fi-sr-objects-column:before {
    content: "\ed10";
    }
        .fi-sr-octagon:before {
    content: "\ed11";
    }
        .fi-sr-octagon-check:before {
    content: "\ed12";
    }
        .fi-sr-octagon-divide:before {
    content: "\ed13";
    }
        .fi-sr-octagon-exclamation:before {
    content: "\ed14";
    }
        .fi-sr-octagon-minus:before {
    content: "\ed15";
    }
        .fi-sr-octagon-plus:before {
    content: "\ed16";
    }
        .fi-sr-octagon-xmark:before {
    content: "\ed17";
    }
        .fi-sr-october-calendar:before {
    content: "\ed19";
    }
        .fi-sr-office-chair:before {
    content: "\ed1a";
    }
        .fi-sr-oil-can:before {
    content: "\ed1c";
    }
        .fi-sr-oil-price:before {
    content: "\ed1d";
    }
        .fi-sr-oil-tank:before {
    content: "\ed1e";
    }
        .fi-sr-oil-temp:before {
    content: "\ed1f";
    }
        .fi-sr-old-people:before {
    content: "\ed21";
    }
        .fi-sr-olive:before {
    content: "\ed22";
    }
        .fi-sr-olive-branch-dove:before {
    content: "\ed23";
    }
        .fi-sr-olive-oil:before {
    content: "\ed24";
    }
        .fi-sr-olives:before {
    content: "\ed25";
    }
        .fi-sr-om:before {
    content: "\ed26";
    }
        .fi-sr-omega:before {
    content: "\ed27";
    }
        .fi-sr-on-air-square:before {
    content: "\ed28";
    }
        .fi-sr-onboarding:before {
    content: "\ed29";
    }
        .fi-sr-onigiri:before {
    content: "\ed2a";
    }
        .fi-sr-onion:before {
    content: "\ed2b";
    }
        .fi-sr-online-interview:before {
    content: "\ed2e";
    }
        .fi-sr-online-meet:before {
    content: "\ed2f";
    }
        .fi-sr-opacity:before {
    content: "\ed31";
    }
        .fi-sr-open:before {
    content: "\ed32";
    }
        .fi-sr-open-book-lightbulb:before {
    content: "\ed34";
    }
        .fi-sr-open-mail-clip:before {
    content: "\ed35";
    }
        .fi-sr-operating-system-upgrade:before {
    content: "\ed37";
    }
        .fi-sr-operation:before {
    content: "\ed38";
    }
        .fi-sr-optimization:before {
    content: "\ed39";
    }
        .fi-sr-orange-juice:before {
    content: "\ed3c";
    }
        .fi-sr-order-food-mobile:before {
    content: "\ed3d";
    }
        .fi-sr-order-food-online:before {
    content: "\ed3e";
    }
        .fi-sr-order-food-telephone:before {
    content: "\ed3f";
    }
        .fi-sr-order-history:before {
    content: "\ed40";
    }
        .fi-sr-organization-chart:before {
    content: "\ed41";
    }
        .fi-sr-ornament:before {
    content: "\ed42";
    }
        .fi-sr-otp:before {
    content: "\ed43";
    }
        .fi-sr-otter:before {
    content: "\ed44";
    }
        .fi-sr-outdent:before {
    content: "\ed46";
    }
        .fi-sr-oval:before {
    content: "\ed47";
    }
        .fi-sr-oval-alt:before {
    content: "\ed48";
    }
        .fi-sr-oven:before {
    content: "\ed49";
    }
        .fi-sr-overline:before {
    content: "\ed4a";
    }
        .fi-sr-overview:before {
    content: "\ed4b";
    }
        .fi-sr-p:before {
    content: "\ed4c";
    }
        .fi-sr-pacifier:before {
    content: "\ed4e";
    }
        .fi-sr-package:before {
    content: "\ed4f";
    }
        .fi-sr-paddle-tennis-player:before {
    content: "\ed50";
    }
        .fi-sr-paddle-tennis-racket:before {
    content: "\ed51";
    }
        .fi-sr-padlock-check:before {
    content: "\ed52";
    }
        .fi-sr-page-break:before {
    content: "\ed53";
    }
        .fi-sr-pager:before {
    content: "\ed54";
    }
        .fi-sr-paid:before {
    content: "\ed55";
    }
        .fi-sr-paint:before {
    content: "\ed56";
    }
        .fi-sr-paint-roller:before {
    content: "\ed59";
    }
        .fi-sr-paintbrush-pencil:before {
    content: "\ed5b";
    }
        .fi-sr-palette:before {
    content: "\ed5c";
    }
        .fi-sr-pallet:before {
    content: "\ed5d";
    }
        .fi-sr-pallet-alt:before {
    content: "\ed5e";
    }
        .fi-sr-pan:before {
    content: "\ed5f";
    }
        .fi-sr-pan-food:before {
    content: "\ed60";
    }
        .fi-sr-pan-frying:before {
    content: "\ed61";
    }
        .fi-sr-pancakes:before {
    content: "\ed62";
    }
        .fi-sr-panorama:before {
    content: "\ed66";
    }
        .fi-sr-paper-plane:before {
    content: "\ed67";
    }
        .fi-sr-paper-plane-launch:before {
    content: "\ed68";
    }
        .fi-sr-paper-plane-top:before {
    content: "\ed69";
    }
        .fi-sr-paperclip-vertical:before {
    content: "\ed6a";
    }
        .fi-sr-parachute-box:before {
    content: "\ed6b";
    }
        .fi-sr-paragraph:before {
    content: "\ed6c";
    }
        .fi-sr-paragraph-left:before {
    content: "\ed6d";
    }
        .fi-sr-parking:before {
    content: "\ed6e";
    }
        .fi-sr-parking-circle:before {
    content: "\ed6f";
    }
        .fi-sr-parking-circle-slash:before {
    content: "\ed70";
    }
        .fi-sr-parking-slash:before {
    content: "\ed71";
    }
        .fi-sr-party:before {
    content: "\ed73";
    }
        .fi-sr-party-bell:before {
    content: "\ed74";
    }
        .fi-sr-party-horn:before {
    content: "\ed75";
    }
        .fi-sr-passenger-plane:before {
    content: "\ed76";
    }
        .fi-sr-passport:before {
    content: "\ed78";
    }
        .fi-sr-password:before {
    content: "\ed79";
    }
        .fi-sr-password-alt:before {
    content: "\ed7a";
    }
        .fi-sr-password-computer:before {
    content: "\ed7b";
    }
        .fi-sr-password-email:before {
    content: "\ed7c";
    }
        .fi-sr-password-lock:before {
    content: "\ed7d";
    }
        .fi-sr-password-magnifying-glass:before {
    content: "\ed7e";
    }
        .fi-sr-password-protection:before {
    content: "\ed7f";
    }
        .fi-sr-password-smartphone:before {
    content: "\ed80";
    }
        .fi-sr-paste:before {
    content: "\ed81";
    }
        .fi-sr-patient:before {
    content: "\ed82";
    }
        .fi-sr-patient-file:before {
    content: "\ed83";
    }
        .fi-sr-pattern:before {
    content: "\ed85";
    }
        .fi-sr-pause:before {
    content: "\ed86";
    }
        .fi-sr-pause-circle:before {
    content: "\ed87";
    }
        .fi-sr-pause-square:before {
    content: "\ed88";
    }
        .fi-sr-paw:before {
    content: "\ed89";
    }
        .fi-sr-paw-claws:before {
    content: "\ed8a";
    }
        .fi-sr-paw-heart:before {
    content: "\ed8b";
    }
        .fi-sr-pay-per-click:before {
    content: "\ed8c";
    }
        .fi-sr-payment-authentication:before {
    content: "\ed8d";
    }
        .fi-sr-payment-pos:before {
    content: "\ed8f";
    }
        .fi-sr-payment-qrcode:before {
    content: "\ed90";
    }
        .fi-sr-payroll-check:before {
    content: "\ed95";
    }
        .fi-sr-pc-chair:before {
    content: "\ed96";
    }
        .fi-sr-peace:before {
    content: "\ed97";
    }
        .fi-sr-peach:before {
    content: "\ed98";
    }
        .fi-sr-peanut:before {
    content: "\ed99";
    }
        .fi-sr-peanuts:before {
    content: "\ed9a";
    }
        .fi-sr-peapod:before {
    content: "\ed9b";
    }
        .fi-sr-pear:before {
    content: "\ed9c";
    }
        .fi-sr-pedestal:before {
    content: "\ed9d";
    }
        .fi-sr-pelvis:before {
    content: "\ed9e";
    }
        .fi-sr-pen-circle:before {
    content: "\ed9f";
    }
        .fi-sr-pen-clip:before {
    content: "\eda0";
    }
        .fi-sr-pen-clip-slash:before {
    content: "\eda1";
    }
        .fi-sr-pen-fancy:before {
    content: "\eda2";
    }
        .fi-sr-pen-fancy-slash:before {
    content: "\eda3";
    }
        .fi-sr-pen-field:before {
    content: "\eda4";
    }
        .fi-sr-pen-nib:before {
    content: "\eda5";
    }
        .fi-sr-pen-nib-slash:before {
    content: "\eda6";
    }
        .fi-sr-pen-slash:before {
    content: "\eda7";
    }
        .fi-sr-pen-square:before {
    content: "\eda8";
    }
        .fi-sr-pen-swirl:before {
    content: "\eda9";
    }
        .fi-sr-pencil:before {
    content: "\edaa";
    }
        .fi-sr-pencil-lightbulb:before {
    content: "\edab";
    }
        .fi-sr-pencil-paintbrush:before {
    content: "\edac";
    }
        .fi-sr-pencil-ruler:before {
    content: "\edad";
    }
        .fi-sr-pencil-slash:before {
    content: "\edae";
    }
        .fi-sr-pending:before {
    content: "\edaf";
    }
        .fi-sr-pennant:before {
    content: "\edb1";
    }
        .fi-sr-people:before {
    content: "\edb2";
    }
        .fi-sr-people-arrows-left-right:before {
    content: "\edb3";
    }
        .fi-sr-people-carry-box:before {
    content: "\edb4";
    }
        .fi-sr-people-dress:before {
    content: "\edb5";
    }
        .fi-sr-people-group:before {
    content: "\edb6";
    }
        .fi-sr-people-line:before {
    content: "\edb7";
    }
        .fi-sr-people-network-partner:before {
    content: "\edb8";
    }
        .fi-sr-people-pants:before {
    content: "\edb9";
    }
        .fi-sr-people-poll:before {
    content: "\edba";
    }
        .fi-sr-people-pulling:before {
    content: "\edbb";
    }
        .fi-sr-people-robbery:before {
    content: "\edbc";
    }
        .fi-sr-people-roof:before {
    content: "\edbd";
    }
        .fi-sr-pepper:before {
    content: "\edbe";
    }
        .fi-sr-pepper-alt:before {
    content: "\edbf";
    }
        .fi-sr-pepper-hot:before {
    content: "\edc0";
    }
        .fi-sr-peppermint:before {
    content: "\edc1";
    }
        .fi-sr-peppermint-tea:before {
    content: "\edc2";
    }
        .fi-sr-percentage:before {
    content: "\edcf";
    }
        .fi-sr-perfume:before {
    content: "\edd0";
    }
        .fi-sr-person-arrow-down-to-line:before {
    content: "\edd2";
    }
        .fi-sr-person-arrow-up-from-line:before {
    content: "\edd3";
    }
        .fi-sr-person-back-pain:before {
    content: "\edd4";
    }
        .fi-sr-person-battery:before {
    content: "\edd5";
    }
        .fi-sr-person-booth:before {
    content: "\edd6";
    }
        .fi-sr-person-breastfeeding:before {
    content: "\edd7";
    }
        .fi-sr-person-burst:before {
    content: "\edd8";
    }
        .fi-sr-person-carry-box:before {
    content: "\edd9";
    }
        .fi-sr-person-chalkboard:before {
    content: "\edda";
    }
        .fi-sr-person-circle-check:before {
    content: "\eddb";
    }
        .fi-sr-person-circle-exclamation:before {
    content: "\eddc";
    }
        .fi-sr-person-circle-minus:before {
    content: "\eddd";
    }
        .fi-sr-person-circle-plus:before {
    content: "\edde";
    }
        .fi-sr-person-circle-question:before {
    content: "\eddf";
    }
        .fi-sr-person-circle-xmark:before {
    content: "\ede0";
    }
        .fi-sr-person-climbing:before {
    content: "\ede1";
    }
        .fi-sr-person-cv:before {
    content: "\ede2";
    }
        .fi-sr-person-dolly:before {
    content: "\ede3";
    }
        .fi-sr-person-dolly-empty:before {
    content: "\ede4";
    }
        .fi-sr-person-dots-from-line:before {
    content: "\ede5";
    }
        .fi-sr-person-dragging-bag:before {
    content: "\ede6";
    }
        .fi-sr-person-dress:before {
    content: "\ede7";
    }
        .fi-sr-person-dress-burst:before {
    content: "\ede8";
    }
        .fi-sr-person-dress-simple:before {
    content: "\ede9";
    }
        .fi-sr-person-drowning:before {
    content: "\edea";
    }
        .fi-sr-person-falling:before {
    content: "\edeb";
    }
        .fi-sr-person-harassing:before {
    content: "\eded";
    }
        .fi-sr-person-luggage:before {
    content: "\edee";
    }
        .fi-sr-person-lunge:before {
    content: "\edef";
    }
        .fi-sr-person-military-pointing:before {
    content: "\edf0";
    }
        .fi-sr-person-military-rifle:before {
    content: "\edf1";
    }
        .fi-sr-person-military-to-person:before {
    content: "\edf2";
    }
        .fi-sr-person-pilates:before {
    content: "\edf3";
    }
        .fi-sr-person-praying:before {
    content: "\edf4";
    }
        .fi-sr-person-pregnant:before {
    content: "\edf5";
    }
        .fi-sr-person-presenting:before {
    content: "\edf6";
    }
        .fi-sr-person-rays:before {
    content: "\edf7";
    }
        .fi-sr-person-rifle:before {
    content: "\edf8";
    }
        .fi-sr-person-seat:before {
    content: "\edf9";
    }
        .fi-sr-person-seat-reclined:before {
    content: "\edfa";
    }
        .fi-sr-person-shelter:before {
    content: "\edfb";
    }
        .fi-sr-person-sign:before {
    content: "\edfc";
    }
        .fi-sr-person-simple:before {
    content: "\edfd";
    }
        .fi-sr-person-stress:before {
    content: "\edfe";
    }
        .fi-sr-person-surfing:before {
    content: "\edff";
    }
        .fi-sr-person-through-window:before {
    content: "\ee00";
    }
        .fi-sr-person-to-door:before {
    content: "\ee01";
    }
        .fi-sr-person-walking-arrow-loop-left:before {
    content: "\ee02";
    }
        .fi-sr-person-walking-arrow-right:before {
    content: "\ee03";
    }
        .fi-sr-person-walking-from-line-arrow-right:before {
    content: "\ee05";
    }
        .fi-sr-person-walking-with-cane:before {
    content: "\ee06";
    }
        .fi-sr-peseta-sign:before {
    content: "\ee08";
    }
        .fi-sr-peso-sign:before {
    content: "\ee09";
    }
        .fi-sr-pets:before {
    content: "\ee0a";
    }
        .fi-sr-pharmacy:before {
    content: "\ee0c";
    }
        .fi-sr-pharmacy-symbol:before {
    content: "\ee0d";
    }
        .fi-sr-phishing:before {
    content: "\ee10";
    }
        .fi-sr-phone-24h:before {
    content: "\ee11";
    }
        .fi-sr-phone-addiction:before {
    content: "\ee12";
    }
        .fi-sr-phone-call:before {
    content: "\ee13";
    }
        .fi-sr-phone-cross:before {
    content: "\ee14";
    }
        .fi-sr-phone-flip:before {
    content: "\ee15";
    }
        .fi-sr-phone-guide:before {
    content: "\ee16";
    }
        .fi-sr-phone-heart-message:before {
    content: "\ee17";
    }
        .fi-sr-phone-intercom:before {
    content: "\ee18";
    }
        .fi-sr-phone-megaphone:before {
    content: "\ee19";
    }
        .fi-sr-phone-office:before {
    content: "\ee1a";
    }
        .fi-sr-phone-pause:before {
    content: "\ee1b";
    }
        .fi-sr-phone-plus:before {
    content: "\ee1c";
    }
        .fi-sr-phone-rotary:before {
    content: "\ee1d";
    }
        .fi-sr-phone-slash:before {
    content: "\ee1e";
    }
        .fi-sr-photo-capture:before {
    content: "\ee1f";
    }
        .fi-sr-photo-film-music:before {
    content: "\ee21";
    }
        .fi-sr-photo-video:before {
    content: "\ee22";
    }
        .fi-sr-physics:before {
    content: "\ee29";
    }
        .fi-sr-pi:before {
    content: "\ee2a";
    }
        .fi-sr-piano:before {
    content: "\ee2b";
    }
        .fi-sr-piano-keyboard:before {
    content: "\ee2c";
    }
        .fi-sr-picaxe-minning:before {
    content: "\ee2d";
    }
        .fi-sr-pickaxe:before {
    content: "\ee2e";
    }
        .fi-sr-picking:before {
    content: "\ee2f";
    }
        .fi-sr-picking-box:before {
    content: "\ee30";
    }
        .fi-sr-picnic:before {
    content: "\ee31";
    }
        .fi-sr-picpeople:before {
    content: "\ee32";
    }
        .fi-sr-picpeople-filled:before {
    content: "\ee33";
    }
        .fi-sr-picture:before {
    content: "\ee34";
    }
        .fi-sr-pie:before {
    content: "\ee35";
    }
        .fi-sr-pig:before {
    content: "\ee37";
    }
        .fi-sr-pig-bank-bulb:before {
    content: "\ee38";
    }
        .fi-sr-pig-face:before {
    content: "\ee39";
    }
        .fi-sr-piggy-bank:before {
    content: "\ee3a";
    }
        .fi-sr-piggy-bank-budget:before {
    content: "\ee3b";
    }
        .fi-sr-pilates-reformer:before {
    content: "\ee3c";
    }
        .fi-sr-pillar:before {
    content: "\ee3d";
    }
        .fi-sr-pills:before {
    content: "\ee3e";
    }
        .fi-sr-pin-to-pin:before {
    content: "\ee3f";
    }
        .fi-sr-pinata:before {
    content: "\ee40";
    }
        .fi-sr-pineapple:before {
    content: "\ee41";
    }
        .fi-sr-pineapple-alt:before {
    content: "\ee42";
    }
        .fi-sr-pipe-smoking:before {
    content: "\ee45";
    }
        .fi-sr-pipette:before {
    content: "\ee47";
    }
        .fi-sr-pisa-tower:before {
    content: "\ee48";
    }
        .fi-sr-pizza-box:before {
    content: "\ee4a";
    }
        .fi-sr-pizza-slice:before {
    content: "\ee4b";
    }
        .fi-sr-pizza-whole-slice:before {
    content: "\ee4c";
    }
        .fi-sr-place-of-worship:before {
    content: "\ee4d";
    }
        .fi-sr-plagiarism:before {
    content: "\ee4e";
    }
        .fi-sr-plan:before {
    content: "\ee4f";
    }
        .fi-sr-plan-strategy:before {
    content: "\ee50";
    }
        .fi-sr-plane:before {
    content: "\ee51";
    }
        .fi-sr-plane-alt:before {
    content: "\ee52";
    }
        .fi-sr-plane-arrival:before {
    content: "\ee53";
    }
        .fi-sr-plane-check:before {
    content: "\ee54";
    }
        .fi-sr-plane-clock:before {
    content: "\ee55";
    }
        .fi-sr-plane-departure:before {
    content: "\ee56";
    }
        .fi-sr-plane-globe:before {
    content: "\ee57";
    }
        .fi-sr-plane-lock:before {
    content: "\ee58";
    }
        .fi-sr-plane-prop:before {
    content: "\ee59";
    }
        .fi-sr-plane-slash:before {
    content: "\ee5a";
    }
        .fi-sr-plane-tail:before {
    content: "\ee5b";
    }
        .fi-sr-planet-moon:before {
    content: "\ee5e";
    }
        .fi-sr-planet-ringed:before {
    content: "\ee5f";
    }
        .fi-sr-plant-care:before {
    content: "\ee61";
    }
        .fi-sr-plant-growth:before {
    content: "\ee62";
    }
        .fi-sr-plant-seed-invest:before {
    content: "\ee63";
    }
        .fi-sr-plant-wilt:before {
    content: "\ee64";
    }
        .fi-sr-plate:before {
    content: "\ee65";
    }
        .fi-sr-plate-eating:before {
    content: "\ee66";
    }
        .fi-sr-plate-empty:before {
    content: "\ee67";
    }
        .fi-sr-plate-utensils:before {
    content: "\ee68";
    }
        .fi-sr-plate-wheat:before {
    content: "\ee69";
    }
        .fi-sr-play:before {
    content: "\ee6a";
    }
        .fi-sr-play-alt:before {
    content: "\ee6b";
    }
        .fi-sr-play-circle:before {
    content: "\ee6c";
    }
        .fi-sr-play-microphone:before {
    content: "\ee6d";
    }
        .fi-sr-play-pause:before {
    content: "\ee6e";
    }
        .fi-sr-plug:before {
    content: "\ee71";
    }
        .fi-sr-plug-alt:before {
    content: "\ee72";
    }
        .fi-sr-plug-bolt-charger:before {
    content: "\ee73";
    }
        .fi-sr-plug-cable:before {
    content: "\ee74";
    }
        .fi-sr-plug-circle-bolt:before {
    content: "\ee75";
    }
        .fi-sr-plug-circle-check:before {
    content: "\ee76";
    }
        .fi-sr-plug-circle-exclamation:before {
    content: "\ee77";
    }
        .fi-sr-plug-circle-minus:before {
    content: "\ee78";
    }
        .fi-sr-plug-circle-plus:before {
    content: "\ee79";
    }
        .fi-sr-plug-connection:before {
    content: "\ee7a";
    }
        .fi-sr-plug-eco:before {
    content: "\ee7b";
    }
        .fi-sr-plumbing:before {
    content: "\ee7d";
    }
        .fi-sr-plus:before {
    content: "\ee7f";
    }
        .fi-sr-plus-hexagon:before {
    content: "\ee80";
    }
        .fi-sr-plus-minus:before {
    content: "\ee81";
    }
        .fi-sr-plus-small:before {
    content: "\ee82";
    }
        .fi-sr-png-file:before {
    content: "\ee83";
    }
        .fi-sr-podcast:before {
    content: "\ee84";
    }
        .fi-sr-podium:before {
    content: "\ee85";
    }
        .fi-sr-podium-award:before {
    content: "\ee86";
    }
        .fi-sr-podium-star:before {
    content: "\ee87";
    }
        .fi-sr-podium-victory-leader:before {
    content: "\ee88";
    }
        .fi-sr-point-of-sale:before {
    content: "\ee89";
    }
        .fi-sr-point-of-sale-bill:before {
    content: "\ee8a";
    }
        .fi-sr-point-of-sale-signal:before {
    content: "\ee8f";
    }
        .fi-sr-pointer-loading:before {
    content: "\ee92";
    }
        .fi-sr-pointer-text:before {
    content: "\ee93";
    }
        .fi-sr-police-box:before {
    content: "\ee95";
    }
        .fi-sr-polish-bottle:before {
    content: "\ee96";
    }
        .fi-sr-polish-brush:before {
    content: "\ee97";
    }
        .fi-sr-poll-h:before {
    content: "\ee98";
    }
        .fi-sr-pollution:before {
    content: "\ee99";
    }
        .fi-sr-pompebled:before {
    content: "\ee9a";
    }
        .fi-sr-poo:before {
    content: "\ee9b";
    }
        .fi-sr-poo-bolt:before {
    content: "\ee9c";
    }
        .fi-sr-pool-8-ball:before {
    content: "\ee9d";
    }
        .fi-sr-poop:before {
    content: "\ee9e";
    }
        .fi-sr-pop:before {
    content: "\ee9f";
    }
        .fi-sr-popcorn:before {
    content: "\eea0";
    }
        .fi-sr-popsicle:before {
    content: "\eea1";
    }
        .fi-sr-population:before {
    content: "\eea2";
    }
        .fi-sr-population-globe:before {
    content: "\eea3";
    }
        .fi-sr-portal-enter:before {
    content: "\eea4";
    }
        .fi-sr-portal-exit:before {
    content: "\eea5";
    }
        .fi-sr-portrait:before {
    content: "\eea7";
    }
        .fi-sr-portuguese:before {
    content: "\eea8";
    }
        .fi-sr-postal-address:before {
    content: "\eea9";
    }
        .fi-sr-pot:before {
    content: "\eeab";
    }
        .fi-sr-potato:before {
    content: "\eeac";
    }
        .fi-sr-pound:before {
    content: "\eead";
    }
        .fi-sr-power:before {
    content: "\eeae";
    }
        .fi-sr-powerbank:before {
    content: "\eeaf";
    }
        .fi-sr-ppt-file:before {
    content: "\eeb0";
    }
        .fi-sr-practice:before {
    content: "\eeb1";
    }
        .fi-sr-praying-hands:before {
    content: "\eeb2";
    }
        .fi-sr-premium-account:before {
    content: "\eeb5";
    }
        .fi-sr-prescription:before {
    content: "\eeb6";
    }
        .fi-sr-prescription-bottle:before {
    content: "\eeb7";
    }
        .fi-sr-prescription-bottle-alt:before {
    content: "\eeb8";
    }
        .fi-sr-prescription-bottle-pill:before {
    content: "\eeb9";
    }
        .fi-sr-presentation:before {
    content: "\eeba";
    }
        .fi-sr-presentation-folder:before {
    content: "\eebb";
    }
        .fi-sr-pretzel:before {
    content: "\eebc";
    }
        .fi-sr-preview:before {
    content: "\eebd";
    }
        .fi-sr-previous-square:before {
    content: "\eebe";
    }
        .fi-sr-print:before {
    content: "\eebf";
    }
        .fi-sr-print-magnifying-glass:before {
    content: "\eec0";
    }
        .fi-sr-print-slash:before {
    content: "\eec1";
    }
        .fi-sr-print-wifi:before {
    content: "\eec2";
    }
        .fi-sr-priority-arrow:before {
    content: "\eec4";
    }
        .fi-sr-priority-arrows:before {
    content: "\eec5";
    }
        .fi-sr-priority-importance:before {
    content: "\eec7";
    }
        .fi-sr-privacy-settings:before {
    content: "\eeca";
    }
        .fi-sr-private-account:before {
    content: "\eecb";
    }
        .fi-sr-procedures:before {
    content: "\eecd";
    }
        .fi-sr-process:before {
    content: "\eece";
    }
        .fi-sr-productivity:before {
    content: "\eed0";
    }
        .fi-sr-progress-complete:before {
    content: "\eed8";
    }
        .fi-sr-progress-download:before {
    content: "\eed9";
    }
        .fi-sr-progress-upload:before {
    content: "\eeda";
    }
        .fi-sr-projector:before {
    content: "\eedb";
    }
        .fi-sr-protein-shake:before {
    content: "\eedc";
    }
        .fi-sr-protractor:before {
    content: "\eedd";
    }
        .fi-sr-psychology:before {
    content: "\eede";
    }
        .fi-sr-pulse:before {
    content: "\eedf";
    }
        .fi-sr-pump:before {
    content: "\eee0";
    }
        .fi-sr-pump-medical:before {
    content: "\eee1";
    }
        .fi-sr-pumpkin:before {
    content: "\eee2";
    }
        .fi-sr-pumpkin-alt:before {
    content: "\eee3";
    }
        .fi-sr-pumpkin-alt-2:before {
    content: "\eee4";
    }
        .fi-sr-punching-bag:before {
    content: "\eee5";
    }
        .fi-sr-puzzle-alt:before {
    content: "\eee7";
    }
        .fi-sr-puzzle-piece:before {
    content: "\eee9";
    }
        .fi-sr-puzzle-piece-integration:before {
    content: "\eeea";
    }
        .fi-sr-puzzle-pieces:before {
    content: "\eeeb";
    }
        .fi-sr-pyramid:before {
    content: "\eeec";
    }
        .fi-sr-q:before {
    content: "\eeee";
    }
        .fi-sr-QR:before {
    content: "\eeef";
    }
        .fi-sr-qr-scan:before {
    content: "\eef0";
    }
        .fi-sr-qrcode:before {
    content: "\eef1";
    }
        .fi-sr-qrcode-box:before {
    content: "\eef2";
    }
        .fi-sr-qrcode-information:before {
    content: "\eef3";
    }
        .fi-sr-qrcode-location:before {
    content: "\eef4";
    }
        .fi-sr-qrcode-menu:before {
    content: "\eef5";
    }
        .fi-sr-qrcode-money:before {
    content: "\eef6";
    }
        .fi-sr-qrcode-ticket:before {
    content: "\eef7";
    }
        .fi-sr-qrcode-wifi:before {
    content: "\eef8";
    }
        .fi-sr-quality:before {
    content: "\eef9";
    }
        .fi-sr-question:before {
    content: "\eefb";
    }
        .fi-sr-question-square:before {
    content: "\eefc";
    }
        .fi-sr-queue:before {
    content: "\eefd";
    }
        .fi-sr-queue-alt:before {
    content: "\eefe";
    }
        .fi-sr-queue-line:before {
    content: "\eeff";
    }
        .fi-sr-queue-signal:before {
    content: "\ef00";
    }
        .fi-sr-quick-box:before {
    content: "\ef01";
    }
        .fi-sr-quill-pen-story:before {
    content: "\ef02";
    }
        .fi-sr-quiz:before {
    content: "\ef03";
    }
        .fi-sr-quiz-alt:before {
    content: "\ef04";
    }
        .fi-sr-quote-right:before {
    content: "\ef06";
    }
        .fi-sr-quran-user:before {
    content: "\ef08";
    }
        .fi-sr-r:before {
    content: "\ef09";
    }
        .fi-sr-rabbit:before {
    content: "\ef0a";
    }
        .fi-sr-rabbit-fast:before {
    content: "\ef0b";
    }
        .fi-sr-raccoon:before {
    content: "\ef0c";
    }
        .fi-sr-racquet:before {
    content: "\ef0d";
    }
        .fi-sr-radar:before {
    content: "\ef0e";
    }
        .fi-sr-radar-monitoring-track:before {
    content: "\ef0f";
    }
        .fi-sr-radiation:before {
    content: "\ef10";
    }
        .fi-sr-radiation-alt:before {
    content: "\ef11";
    }
        .fi-sr-radio:before {
    content: "\ef12";
    }
        .fi-sr-radio-alt:before {
    content: "\ef13";
    }
        .fi-sr-radio-button:before {
    content: "\ef14";
    }
        .fi-sr-radio-tower:before {
    content: "\ef16";
    }
        .fi-sr-radio-waves:before {
    content: "\ef17";
    }
        .fi-sr-radish:before {
    content: "\ef18";
    }
        .fi-sr-rainbow:before {
    content: "\ef19";
    }
        .fi-sr-raindrops:before {
    content: "\ef1a";
    }
        .fi-sr-ram:before {
    content: "\ef1b";
    }
        .fi-sr-ramp-loading:before {
    content: "\ef1c";
    }
        .fi-sr-rank:before {
    content: "\ef1d";
    }
        .fi-sr-ranking-podium:before {
    content: "\ef1e";
    }
        .fi-sr-ranking-podium-empty:before {
    content: "\ef1f";
    }
        .fi-sr-ranking-star:before {
    content: "\ef20";
    }
        .fi-sr-ranking-stars:before {
    content: "\ef21";
    }
        .fi-sr-raygun:before {
    content: "\ef23";
    }
        .fi-sr-razor-barber:before {
    content: "\ef24";
    }
        .fi-sr-react:before {
    content: "\ef25";
    }
        .fi-sr-rec:before {
    content: "\ef26";
    }
        .fi-sr-receipt:before {
    content: "\ef27";
    }
        .fi-sr-recipe:before {
    content: "\ef28";
    }
        .fi-sr-recipe-book:before {
    content: "\ef29";
    }
        .fi-sr-record-vinyl:before {
    content: "\ef2a";
    }
        .fi-sr-rectabgle-vertical:before {
    content: "\ef2b";
    }
        .fi-sr-rectangle-barcode:before {
    content: "\ef2c";
    }
        .fi-sr-rectangle-code:before {
    content: "\ef2d";
    }
        .fi-sr-rectangle-history-circle-plus:before {
    content: "\ef2e";
    }
        .fi-sr-rectangle-horizontal:before {
    content: "\ef2f";
    }
        .fi-sr-rectangle-list:before {
    content: "\ef30";
    }
        .fi-sr-rectangle-panoramic:before {
    content: "\ef31";
    }
        .fi-sr-rectangle-pro:before {
    content: "\ef32";
    }
        .fi-sr-rectangle-vertical:before {
    content: "\ef33";
    }
        .fi-sr-rectangle-vertical-history:before {
    content: "\ef34";
    }
        .fi-sr-rectangle-xmark:before {
    content: "\ef35";
    }
        .fi-sr-rectangles-mixed:before {
    content: "\ef36";
    }
        .fi-sr-recycle:before {
    content: "\ef37";
    }
        .fi-sr-recycle-bin:before {
    content: "\ef38";
    }
        .fi-sr-redo:before {
    content: "\ef3b";
    }
        .fi-sr-redo-alt:before {
    content: "\ef3c";
    }
        .fi-sr-reel:before {
    content: "\ef3d";
    }
        .fi-sr-refer:before {
    content: "\ef3e";
    }
        .fi-sr-refer-arrow:before {
    content: "\ef3f";
    }
        .fi-sr-referee:before {
    content: "\ef40";
    }
        .fi-sr-referral:before {
    content: "\ef43";
    }
        .fi-sr-referral-alt:before {
    content: "\ef44";
    }
        .fi-sr-referral-link-arrow:before {
    content: "\ef45";
    }
        .fi-sr-referral-user:before {
    content: "\ef46";
    }
        .fi-sr-reflect:before {
    content: "\ef47";
    }
        .fi-sr-reflect-horizontal:before {
    content: "\ef48";
    }
        .fi-sr-reflect-horizontal-alt:before {
    content: "\ef49";
    }
        .fi-sr-reflect-vertical:before {
    content: "\ef4a";
    }
        .fi-sr-refresh:before {
    content: "\ef4b";
    }
        .fi-sr-refrigerator:before {
    content: "\ef4c";
    }
        .fi-sr-refund:before {
    content: "\ef4d";
    }
        .fi-sr-refund-alt:before {
    content: "\ef4e";
    }
        .fi-sr-region-pin:before {
    content: "\ef4f";
    }
        .fi-sr-region-pin-alt:before {
    content: "\ef50";
    }
        .fi-sr-registered:before {
    content: "\ef51";
    }
        .fi-sr-registration-paper:before {
    content: "\ef54";
    }
        .fi-sr-remote-access:before {
    content: "\ef56";
    }
        .fi-sr-remote-control:before {
    content: "\ef57";
    }
        .fi-sr-remote-control-hand:before {
    content: "\ef58";
    }
        .fi-sr-remove-folder:before {
    content: "\ef59";
    }
        .fi-sr-remove-user:before {
    content: "\ef5a";
    }
        .fi-sr-rent:before {
    content: "\ef5b";
    }
        .fi-sr-rent-signal:before {
    content: "\ef5c";
    }
        .fi-sr-replace:before {
    content: "\ef5d";
    }
        .fi-sr-replay-10:before {
    content: "\ef5f";
    }
        .fi-sr-replay-30:before {
    content: "\ef60";
    }
        .fi-sr-replay-5:before {
    content: "\ef61";
    }
        .fi-sr-reply-all:before {
    content: "\ef62";
    }
        .fi-sr-republican:before {
    content: "\ef63";
    }
        .fi-sr-research-arrows-circle:before {
    content: "\ef64";
    }
        .fi-sr-reservation-smartphone:before {
    content: "\ef65";
    }
        .fi-sr-reservation-table:before {
    content: "\ef66";
    }
        .fi-sr-resistance-band:before {
    content: "\ef67";
    }
        .fi-sr-resize:before {
    content: "\ef68";
    }
        .fi-sr-resize-screen:before {
    content: "\ef69";
    }
        .fi-sr-resources:before {
    content: "\ef6a";
    }
        .fi-sr-responsability:before {
    content: "\ef6b";
    }
        .fi-sr-responsive-design:before {
    content: "\ef6c";
    }
        .fi-sr-restaurant:before {
    content: "\ef6d";
    }
        .fi-sr-restaurant-sign:before {
    content: "\ef6e";
    }
        .fi-sr-restroom-simple:before {
    content: "\ef70";
    }
        .fi-sr-resume:before {
    content: "\ef71";
    }
        .fi-sr-Revenue:before {
    content: "\ef73";
    }
        .fi-sr-revenue-alt:before {
    content: "\ef74";
    }
        .fi-sr-revenue-euro:before {
    content: "\ef75";
    }
        .fi-sr-review:before {
    content: "\ef77";
    }
        .fi-sr-rewind:before {
    content: "\ef78";
    }
        .fi-sr-rewind-button-circle:before {
    content: "\ef79";
    }
        .fi-sr-rhombus:before {
    content: "\ef7a";
    }
        .fi-sr-ribbon:before {
    content: "\ef7b";
    }
        .fi-sr-right:before {
    content: "\ef7c";
    }
        .fi-sr-right-from-bracket:before {
    content: "\ef7d";
    }
        .fi-sr-ring:before {
    content: "\ef7f";
    }
        .fi-sr-ring-diamond:before {
    content: "\ef80";
    }
        .fi-sr-rings-wedding:before {
    content: "\ef81";
    }
        .fi-sr-risk:before {
    content: "\ef82";
    }
        .fi-sr-risk-alt:before {
    content: "\ef83";
    }
        .fi-sr-risk-assessment:before {
    content: "\ef84";
    }
        .fi-sr-road:before {
    content: "\ef85";
    }
        .fi-sr-road-barrier:before {
    content: "\ef86";
    }
        .fi-sr-road-bridge:before {
    content: "\ef87";
    }
        .fi-sr-road-check:before {
    content: "\ef88";
    }
        .fi-sr-road-lock:before {
    content: "\ef89";
    }
        .fi-sr-road-map-pin:before {
    content: "\ef8a";
    }
        .fi-sr-road-sign-left:before {
    content: "\ef8b";
    }
        .fi-sr-roadmap:before {
    content: "\ef8c";
    }
        .fi-sr-robot:before {
    content: "\ef8d";
    }
        .fi-sr-robot-money:before {
    content: "\ef8e";
    }
        .fi-sr-robotic-arm:before {
    content: "\ef8f";
    }
        .fi-sr-rock:before {
    content: "\ef90";
    }
        .fi-sr-rock-hair-user:before {
    content: "\ef91";
    }
        .fi-sr-rock-hammer:before {
    content: "\ef92";
    }
        .fi-sr-rocket:before {
    content: "\ef93";
    }
        .fi-sr-rocket-hand:before {
    content: "\ef95";
    }
        .fi-sr-rocket-holding-hand:before {
    content: "\ef96";
    }
        .fi-sr-rocket-lunch:before {
    content: "\ef97";
    }
        .fi-sr-rocket-planet:before {
    content: "\ef98";
    }
        .fi-sr-rocking-horse:before {
    content: "\ef99";
    }
        .fi-sr-rocks:before {
    content: "\ef9a";
    }
        .fi-sr-roller-coaster:before {
    content: "\ef9d";
    }
        .fi-sr-roller-skate:before {
    content: "\ef9e";
    }
        .fi-sr-roller-skater:before {
    content: "\ef9f";
    }
        .fi-sr-roof:before {
    content: "\efa0";
    }
        .fi-sr-room-service:before {
    content: "\efa1";
    }
        .fi-sr-rose:before {
    content: "\efa2";
    }
        .fi-sr-rose-alt:before {
    content: "\efa3";
    }
        .fi-sr-rotate-exclamation:before {
    content: "\efa4";
    }
        .fi-sr-rotate-left:before {
    content: "\efa5";
    }
        .fi-sr-rotate-reverse:before {
    content: "\efa6";
    }
        .fi-sr-rotate-right:before {
    content: "\efa7";
    }
        .fi-sr-rotate-square:before {
    content: "\efa8";
    }
        .fi-sr-roulette:before {
    content: "\efa9";
    }
        .fi-sr-round-cctv:before {
    content: "\efaa";
    }
        .fi-sr-route:before {
    content: "\efab";
    }
        .fi-sr-route-highway:before {
    content: "\efac";
    }
        .fi-sr-route-interstate:before {
    content: "\efad";
    }
        .fi-sr-router:before {
    content: "\efae";
    }
        .fi-sr-router-lock:before {
    content: "\efaf";
    }
        .fi-sr-router-wifi:before {
    content: "\efb0";
    }
        .fi-sr-router-wifi-alt:before {
    content: "\efb1";
    }
        .fi-sr-rss:before {
    content: "\efb2";
    }
        .fi-sr-rss-alt:before {
    content: "\efb3";
    }
        .fi-sr-ruble-sign:before {
    content: "\efb4";
    }
        .fi-sr-rugby:before {
    content: "\efb5";
    }
        .fi-sr-rugby-helmet:before {
    content: "\efb6";
    }
        .fi-sr-ruler-combined:before {
    content: "\efb7";
    }
        .fi-sr-ruler-horizontal:before {
    content: "\efb8";
    }
        .fi-sr-ruler-triangle:before {
    content: "\efb9";
    }
        .fi-sr-ruler-vertical:before {
    content: "\efba";
    }
        .fi-sr-rules:before {
    content: "\efbb";
    }
        .fi-sr-rules-alt:before {
    content: "\efbc";
    }
        .fi-sr-running:before {
    content: "\efbd";
    }
        .fi-sr-running-track:before {
    content: "\efbe";
    }
        .fi-sr-rupee-sign:before {
    content: "\efbf";
    }
        .fi-sr-rupiah-sign:before {
    content: "\efc0";
    }
        .fi-sr-russian:before {
    content: "\efc1";
    }
        .fi-sr-rv:before {
    content: "\efc2";
    }
        .fi-sr-s:before {
    content: "\efc3";
    }
        .fi-sr-sack:before {
    content: "\efc4";
    }
        .fi-sr-sack-dollar:before {
    content: "\efc5";
    }
        .fi-sr-sad:before {
    content: "\efc6";
    }
        .fi-sr-sad-cry:before {
    content: "\efc7";
    }
        .fi-sr-sad-tear:before {
    content: "\efc8";
    }
        .fi-sr-safe-battery:before {
    content: "\efc9";
    }
        .fi-sr-safe-box:before {
    content: "\efca";
    }
        .fi-sr-safety-glasses:before {
    content: "\efcb";
    }
        .fi-sr-safety-zone:before {
    content: "\efcc";
    }
        .fi-sr-saffron:before {
    content: "\efcd";
    }
        .fi-sr-sailboat:before {
    content: "\efce";
    }
        .fi-sr-salad:before {
    content: "\efcf";
    }
        .fi-sr-salary-alt:before {
    content: "\efd1";
    }
        .fi-sr-salt-pepper:before {
    content: "\efd2";
    }
        .fi-sr-salt-shaker:before {
    content: "\efd3";
    }
        .fi-sr-sandwich:before {
    content: "\efd5";
    }
        .fi-sr-sandwich-alt:before {
    content: "\efd6";
    }
        .fi-sr-sanitary-pad:before {
    content: "\efd7";
    }
        .fi-sr-satellite:before {
    content: "\efda";
    }
        .fi-sr-satellite-dish:before {
    content: "\efdb";
    }
        .fi-sr-satisfaction-bar:before {
    content: "\efdc";
    }
        .fi-sr-saturday:before {
    content: "\efdd";
    }
        .fi-sr-sauce:before {
    content: "\efde";
    }
        .fi-sr-sausage:before {
    content: "\efdf";
    }
        .fi-sr-sax-hot:before {
    content: "\efe1";
    }
        .fi-sr-saxophone:before {
    content: "\efe2";
    }
        .fi-sr-scale:before {
    content: "\efe3";
    }
        .fi-sr-scale-comparison:before {
    content: "\efe4";
    }
        .fi-sr-scale-comparison-alt:before {
    content: "\efe5";
    }
        .fi-sr-scalpel:before {
    content: "\efe6";
    }
        .fi-sr-scalpel-path:before {
    content: "\efe7";
    }
        .fi-sr-scanner-gun:before {
    content: "\efe8";
    }
        .fi-sr-scanner-image:before {
    content: "\efe9";
    }
        .fi-sr-scanner-keyboard:before {
    content: "\efea";
    }
        .fi-sr-scanner-touchscreen:before {
    content: "\efeb";
    }
        .fi-sr-scarecrow:before {
    content: "\efec";
    }
        .fi-sr-scarf:before {
    content: "\efed";
    }
        .fi-sr-schedule:before {
    content: "\efee";
    }
        .fi-sr-school:before {
    content: "\efef";
    }
        .fi-sr-school-bus:before {
    content: "\eff0";
    }
        .fi-sr-school-circle-chek:before {
    content: "\eff2";
    }
        .fi-sr-school-circle-exclamation:before {
    content: "\eff3";
    }
        .fi-sr-school-circle-xmark:before {
    content: "\eff4";
    }
        .fi-sr-school-lock:before {
    content: "\eff5";
    }
        .fi-sr-science-podcast:before {
    content: "\eff6";
    }
        .fi-sr-scissors:before {
    content: "\eff7";
    }
        .fi-sr-scone:before {
    content: "\eff8";
    }
        .fi-sr-scooter:before {
    content: "\eff9";
    }
        .fi-sr-score-board:before {
    content: "\effa";
    }
        .fi-sr-screen:before {
    content: "\effc";
    }
        .fi-sr-screen-play:before {
    content: "\effd";
    }
        .fi-sr-screen-recorder:before {
    content: "\effe";
    }
        .fi-sr-screen-share:before {
    content: "\efff";
    }
        .fi-sr-screen-shield:before {
    content: "\f000";
    }
        .fi-sr-screencast:before {
    content: "\f002";
    }
        .fi-sr-screw:before {
    content: "\f003";
    }
        .fi-sr-screw-alt:before {
    content: "\f004";
    }
        .fi-sr-screwdriver:before {
    content: "\f005";
    }
        .fi-sr-scribble:before {
    content: "\f006";
    }
        .fi-sr-script:before {
    content: "\f007";
    }
        .fi-sr-scroll:before {
    content: "\f008";
    }
        .fi-sr-scroll-document-story:before {
    content: "\f009";
    }
        .fi-sr-scroll-old:before {
    content: "\f00a";
    }
        .fi-sr-scroll-torah:before {
    content: "\f00b";
    }
        .fi-sr-scrubber:before {
    content: "\f00c";
    }
        .fi-sr-sculpture:before {
    content: "\f00d";
    }
        .fi-sr-scythe:before {
    content: "\f00e";
    }
        .fi-sr-sd-card:before {
    content: "\f00f";
    }
        .fi-sr-sd-cards:before {
    content: "\f010";
    }
        .fi-sr-sea-wave:before {
    content: "\f011";
    }
        .fi-sr-seal:before {
    content: "\f012";
    }
        .fi-sr-seal-exclamation:before {
    content: "\f013";
    }
        .fi-sr-seal-question:before {
    content: "\f014";
    }
        .fi-sr-search:before {
    content: "\f015";
    }
        .fi-sr-search-alt:before {
    content: "\f016";
    }
        .fi-sr-search-bar:before {
    content: "\f017";
    }
        .fi-sr-search-dollar:before {
    content: "\f018";
    }
        .fi-sr-search-heart:before {
    content: "\f019";
    }
        .fi-sr-search-location:before {
    content: "\f01a";
    }
        .fi-sr-seat-airline:before {
    content: "\f01b";
    }
        .fi-sr-seatbelt-safety-driver:before {
    content: "\f01c";
    }
        .fi-sr-second:before {
    content: "\f01d";
    }
        .fi-sr-second-award:before {
    content: "\f01e";
    }
        .fi-sr-second-laurel:before {
    content: "\f01f";
    }
        .fi-sr-second-medal:before {
    content: "\f020";
    }
        .fi-sr-secure-backup:before {
    content: "\f022";
    }
        .fi-sr-security-gate:before {
    content: "\f024";
    }
        .fi-sr-seedling:before {
    content: "\f025";
    }
        .fi-sr-segway:before {
    content: "\f026";
    }
        .fi-sr-select:before {
    content: "\f027";
    }
        .fi-sr-selection:before {
    content: "\f028";
    }
        .fi-sr-self-care:before {
    content: "\f029";
    }
        .fi-sr-seller:before {
    content: "\f02b";
    }
        .fi-sr-seller-store:before {
    content: "\f02c";
    }
        .fi-sr-send-back:before {
    content: "\f030";
    }
        .fi-sr-send-backward:before {
    content: "\f031";
    }
        .fi-sr-sensor:before {
    content: "\f034";
    }
        .fi-sr-sensor-alert:before {
    content: "\f035";
    }
        .fi-sr-sensor-fire:before {
    content: "\f036";
    }
        .fi-sr-sensor-on:before {
    content: "\f037";
    }
        .fi-sr-sensor-smoke:before {
    content: "\f038";
    }
        .fi-sr-september-calendar:before {
    content: "\f039";
    }
        .fi-sr-serum:before {
    content: "\f03a";
    }
        .fi-sr-session-timeout:before {
    content: "\f03c";
    }
        .fi-sr-settings:before {
    content: "\f03d";
    }
        .fi-sr-settings-sliders:before {
    content: "\f03e";
    }
        .fi-sr-settings-window:before {
    content: "\f03f";
    }
        .fi-sr-sewing-machine:before {
    content: "\f040";
    }
        .fi-sr-sewing-machine-alt:before {
    content: "\f041";
    }
        .fi-sr-shaka:before {
    content: "\f042";
    }
        .fi-sr-shampoo:before {
    content: "\f043";
    }
        .fi-sr-share:before {
    content: "\f044";
    }
        .fi-sr-share-alt-square:before {
    content: "\f045";
    }
        .fi-sr-share-square:before {
    content: "\f046";
    }
        .fi-sr-sheep:before {
    content: "\f048";
    }
        .fi-sr-shekel-sign:before {
    content: "\f049";
    }
        .fi-sr-shelves:before {
    content: "\f04a";
    }
        .fi-sr-shelves-empty:before {
    content: "\f04b";
    }
        .fi-sr-shield:before {
    content: "\f04c";
    }
        .fi-sr-shield-alt:before {
    content: "\f04d";
    }
        .fi-sr-shield-cat:before {
    content: "\f04e";
    }
        .fi-sr-shield-check:before {
    content: "\f04f";
    }
        .fi-sr-shield-cross:before {
    content: "\f050";
    }
        .fi-sr-shield-divided-four:before {
    content: "\f051";
    }
        .fi-sr-shield-dog:before {
    content: "\f052";
    }
        .fi-sr-shield-exclamation:before {
    content: "\f053";
    }
        .fi-sr-shield-interrogation:before {
    content: "\f054";
    }
        .fi-sr-shield-keyhole:before {
    content: "\f055";
    }
        .fi-sr-shield-minus:before {
    content: "\f056";
    }
        .fi-sr-shield-plus:before {
    content: "\f057";
    }
        .fi-sr-shield-security-risk:before {
    content: "\f059";
    }
        .fi-sr-shield-slash:before {
    content: "\f05a";
    }
        .fi-sr-shield-trust:before {
    content: "\f05b";
    }
        .fi-sr-shield-virus:before {
    content: "\f05c";
    }
        .fi-sr-shield-xmark:before {
    content: "\f05d";
    }
        .fi-sr-ship:before {
    content: "\f05e";
    }
        .fi-sr-ship-side:before {
    content: "\f05f";
    }
        .fi-sr-shipping-fast:before {
    content: "\f060";
    }
        .fi-sr-shipping-timed:before {
    content: "\f061";
    }
        .fi-sr-shirt:before {
    content: "\f062";
    }
        .fi-sr-shirt-long-sleeve:before {
    content: "\f063";
    }
        .fi-sr-shirt-running:before {
    content: "\f064";
    }
        .fi-sr-shirt-tank-top:before {
    content: "\f065";
    }
        .fi-sr-shish-kebab:before {
    content: "\f066";
    }
        .fi-sr-shoe-prints:before {
    content: "\f067";
    }
        .fi-sr-shop:before {
    content: "\f068";
    }
        .fi-sr-shop-lock:before {
    content: "\f069";
    }
        .fi-sr-shop-slash:before {
    content: "\f06a";
    }
        .fi-sr-shopping-bag:before {
    content: "\f06c";
    }
        .fi-sr-shopping-bag-add:before {
    content: "\f06d";
    }
        .fi-sr-shopping-basket:before {
    content: "\f06e";
    }
        .fi-sr-shopping-cart:before {
    content: "\f06f";
    }
        .fi-sr-shopping-cart-add:before {
    content: "\f070";
    }
        .fi-sr-shopping-cart-buyer:before {
    content: "\f071";
    }
        .fi-sr-shopping-cart-check:before {
    content: "\f072";
    }
        .fi-sr-shopping-cart-nft:before {
    content: "\f076";
    }
        .fi-sr-shopping-cart-notification:before {
    content: "\f077";
    }
        .fi-sr-shoulder-joint:before {
    content: "\f078";
    }
        .fi-sr-shovel:before {
    content: "\f079";
    }
        .fi-sr-shovel-snow:before {
    content: "\f07a";
    }
        .fi-sr-shower:before {
    content: "\f07b";
    }
        .fi-sr-shower-down:before {
    content: "\f07c";
    }
        .fi-sr-shower-gel:before {
    content: "\f07d";
    }
        .fi-sr-shredder:before {
    content: "\f07e";
    }
        .fi-sr-shrimp:before {
    content: "\f07f";
    }
        .fi-sr-shuffle:before {
    content: "\f080";
    }
        .fi-sr-shuttle-van:before {
    content: "\f081";
    }
        .fi-sr-shuttlecock:before {
    content: "\f082";
    }
        .fi-sr-Sickle:before {
    content: "\f083";
    }
        .fi-sr-sidebar:before {
    content: "\f084";
    }
        .fi-sr-sidebar-flip:before {
    content: "\f085";
    }
        .fi-sr-sigma:before {
    content: "\f087";
    }
        .fi-sr-sign-hanging:before {
    content: "\f088";
    }
        .fi-sr-sign-in-alt:before {
    content: "\f089";
    }
        .fi-sr-sign-out-alt:before {
    content: "\f08b";
    }
        .fi-sr-sign-posts:before {
    content: "\f08c";
    }
        .fi-sr-sign-posts-wrench:before {
    content: "\f08d";
    }
        .fi-sr-sign-up:before {
    content: "\f08e";
    }
        .fi-sr-signal-alt:before {
    content: "\f08f";
    }
        .fi-sr-signal-alt-1:before {
    content: "\f090";
    }
        .fi-sr-signal-alt-2:before {
    content: "\f091";
    }
        .fi-sr-signal-alt-slash:before {
    content: "\f092";
    }
        .fi-sr-signal-bars-fair:before {
    content: "\f093";
    }
        .fi-sr-signal-bars-good:before {
    content: "\f094";
    }
        .fi-sr-signal-bars-weak:before {
    content: "\f096";
    }
        .fi-sr-signal-stream:before {
    content: "\f099";
    }
        .fi-sr-signal-stream-slash:before {
    content: "\f09a";
    }
        .fi-sr-signature:before {
    content: "\f09d";
    }
        .fi-sr-signature-lock:before {
    content: "\f09e";
    }
        .fi-sr-signature-slash:before {
    content: "\f0a0";
    }
        .fi-sr-sim-card:before {
    content: "\f0a1";
    }
        .fi-sr-sim-cards:before {
    content: "\f0a2";
    }
        .fi-sr-sink:before {
    content: "\f0a3";
    }
        .fi-sr-Siren:before {
    content: "\f0a4";
    }
        .fi-sr-siren-on:before {
    content: "\f0a5";
    }
        .fi-sr-site:before {
    content: "\f0a6";
    }
        .fi-sr-site-alt:before {
    content: "\f0a7";
    }
        .fi-sr-site-browser:before {
    content: "\f0a9";
    }
        .fi-sr-sitemap:before {
    content: "\f0aa";
    }
        .fi-sr-skate-park:before {
    content: "\f0ab";
    }
        .fi-sr-skateboard:before {
    content: "\f0ac";
    }
        .fi-sr-skating:before {
    content: "\f0ad";
    }
        .fi-sr-skeleton:before {
    content: "\f0ae";
    }
        .fi-sr-skeleton-ribs:before {
    content: "\f0af";
    }
        .fi-sr-skewer:before {
    content: "\f0b1";
    }
        .fi-sr-ski-boot-ski:before {
    content: "\f0b2";
    }
        .fi-sr-ski-jump:before {
    content: "\f0b3";
    }
        .fi-sr-ski-lift:before {
    content: "\f0b4";
    }
        .fi-sr-skiing:before {
    content: "\f0b5";
    }
        .fi-sr-skiing-nordic:before {
    content: "\f0b6";
    }
        .fi-sr-skill:before {
    content: "\f0b7";
    }
        .fi-sr-skill-alt:before {
    content: "\f0b8";
    }
        .fi-sr-skill-user:before {
    content: "\f0ba";
    }
        .fi-sr-skin:before {
    content: "\f0bb";
    }
        .fi-sr-skin-acne:before {
    content: "\f0bc";
    }
        .fi-sr-skin-arrow:before {
    content: "\f0bd";
    }
        .fi-sr-skin-drop:before {
    content: "\f0be";
    }
        .fi-sr-skin-hair:before {
    content: "\f0bf";
    }
        .fi-sr-skin-laser:before {
    content: "\f0c0";
    }
        .fi-sr-skin-uv:before {
    content: "\f0c1";
    }
        .fi-sr-skip-15-seconds:before {
    content: "\f0c2";
    }
        .fi-sr-skull:before {
    content: "\f0c3";
    }
        .fi-sr-skull-cow:before {
    content: "\f0c4";
    }
        .fi-sr-skull-crossbones:before {
    content: "\f0c5";
    }
        .fi-sr-skull-heart:before {
    content: "\f0c6";
    }
        .fi-sr-skyscraper:before {
    content: "\f0c8";
    }
        .fi-sr-slash:before {
    content: "\f0ca";
    }
        .fi-sr-sledding:before {
    content: "\f0cc";
    }
        .fi-sr-sleeping-bag:before {
    content: "\f0cd";
    }
        .fi-sr-sleeping-cat:before {
    content: "\f0ce";
    }
        .fi-sr-sleigh:before {
    content: "\f0cf";
    }
        .fi-sr-sliders-h-square:before {
    content: "\f0d0";
    }
        .fi-sr-sliders-v:before {
    content: "\f0d1";
    }
        .fi-sr-sliders-v-square:before {
    content: "\f0d2";
    }
        .fi-sr-slot-machine:before {
    content: "\f0d5";
    }
        .fi-sr-smart-building:before {
    content: "\f0d6";
    }
        .fi-sr-smart-glasses:before {
    content: "\f0d8";
    }
        .fi-sr-smart-home:before {
    content: "\f0d9";
    }
        .fi-sr-smart-home-alt:before {
    content: "\f0da";
    }
        .fi-sr-smart-home-chip:before {
    content: "\f0db";
    }
        .fi-sr-smart-home-cloud:before {
    content: "\f0dc";
    }
        .fi-sr-smart-home-key:before {
    content: "\f0dd";
    }
        .fi-sr-smart-watch-call:before {
    content: "\f0de";
    }
        .fi-sr-smart-watch-notifications:before {
    content: "\f0df";
    }
        .fi-sr-smart-wireless-door:before {
    content: "\f0e0";
    }
        .fi-sr-smartphone:before {
    content: "\f0e1";
    }
        .fi-sr-smartphone-ar:before {
    content: "\f0e2";
    }
        .fi-sr-smartphone-bus-payment:before {
    content: "\f0e3";
    }
        .fi-sr-smartphone-fingerprint:before {
    content: "\f0e4";
    }
        .fi-sr-smartwatch:before {
    content: "\f0e5";
    }
        .fi-sr-smile:before {
    content: "\f0e6";
    }
        .fi-sr-smile-beam:before {
    content: "\f0e7";
    }
        .fi-sr-smile-plus:before {
    content: "\f0e8";
    }
        .fi-sr-smile-wink:before {
    content: "\f0e9";
    }
        .fi-sr-smiley-comment-alt:before {
    content: "\f0ea";
    }
        .fi-sr-smiling-baby:before {
    content: "\f0eb";
    }
        .fi-sr-smiling-boy:before {
    content: "\f0ec";
    }
        .fi-sr-smiling-girl:before {
    content: "\f0ed";
    }
        .fi-sr-smiling-old-man:before {
    content: "\f0ee";
    }
        .fi-sr-smiling-old-woman:before {
    content: "\f0ef";
    }
        .fi-sr-smog:before {
    content: "\f0f0";
    }
        .fi-sr-smoke:before {
    content: "\f0f1";
    }
        .fi-sr-smoking:before {
    content: "\f0f2";
    }
        .fi-sr-smoking-ban:before {
    content: "\f0f3";
    }
        .fi-sr-smoothie:before {
    content: "\f0f4";
    }
        .fi-sr-snake:before {
    content: "\f0f5";
    }
        .fi-sr-snap:before {
    content: "\f0f6";
    }
        .fi-sr-snooze:before {
    content: "\f0f8";
    }
        .fi-sr-snow-blowing:before {
    content: "\f0f9";
    }
        .fi-sr-snowboarding:before {
    content: "\f0fa";
    }
        .fi-sr-snowflake:before {
    content: "\f0fb";
    }
        .fi-sr-snowflake-droplets:before {
    content: "\f0fc";
    }
        .fi-sr-snowflakes:before {
    content: "\f0fd";
    }
        .fi-sr-snowman-alt:before {
    content: "\f0ff";
    }
        .fi-sr-snowman-head:before {
    content: "\f100";
    }
        .fi-sr-snowmobile:before {
    content: "\f101";
    }
        .fi-sr-snowplow:before {
    content: "\f102";
    }
        .fi-sr-soap:before {
    content: "\f103";
    }
        .fi-sr-soap-alt:before {
    content: "\f104";
    }
        .fi-sr-soccer-boots:before {
    content: "\f105";
    }
        .fi-sr-social-distance:before {
    content: "\f106";
    }
        .fi-sr-social-media-notification:before {
    content: "\f108";
    }
        .fi-sr-socks:before {
    content: "\f10a";
    }
        .fi-sr-sofa:before {
    content: "\f10b";
    }
        .fi-sr-sofa-size:before {
    content: "\f10c";
    }
        .fi-sr-software-development:before {
    content: "\f10d";
    }
        .fi-sr-solar-panel:before {
    content: "\f10e";
    }
        .fi-sr-solar-panel-sun:before {
    content: "\f10f";
    }
        .fi-sr-solar-system:before {
    content: "\f110";
    }
        .fi-sr-sold-house:before {
    content: "\f111";
    }
        .fi-sr-sold-signal:before {
    content: "\f112";
    }
        .fi-sr-sort:before {
    content: "\f114";
    }
        .fi-sr-sort-alpha-down:before {
    content: "\f115";
    }
        .fi-sr-sort-alpha-down-alt:before {
    content: "\f116";
    }
        .fi-sr-sort-alpha-up:before {
    content: "\f117";
    }
        .fi-sr-sort-alpha-up-alt:before {
    content: "\f118";
    }
        .fi-sr-sort-alt:before {
    content: "\f119";
    }
        .fi-sr-sort-amount-down:before {
    content: "\f11a";
    }
        .fi-sr-sort-amount-down-alt:before {
    content: "\f11b";
    }
        .fi-sr-sort-amount-up:before {
    content: "\f11c";
    }
        .fi-sr-sort-amount-up-alt:before {
    content: "\f11d";
    }
        .fi-sr-sort-circle:before {
    content: "\f11e";
    }
        .fi-sr-sort-circle-down:before {
    content: "\f11f";
    }
        .fi-sr-sort-circle-up:before {
    content: "\f120";
    }
        .fi-sr-sort-down:before {
    content: "\f121";
    }
        .fi-sr-sort-numeric-down:before {
    content: "\f122";
    }
        .fi-sr-sort-numeric-down-alt:before {
    content: "\f123";
    }
        .fi-sr-sort-shapes-down:before {
    content: "\f124";
    }
        .fi-sr-sort-shapes-up:before {
    content: "\f125";
    }
        .fi-sr-sort-size-down:before {
    content: "\f126";
    }
        .fi-sr-sort-size-up:before {
    content: "\f127";
    }
        .fi-sr-soup:before {
    content: "\f129";
    }
        .fi-sr-source-data:before {
    content: "\f12a";
    }
        .fi-sr-source-document:before {
    content: "\f12b";
    }
        .fi-sr-source-document-alt:before {
    content: "\f12c";
    }
        .fi-sr-spa:before {
    content: "\f12d";
    }
        .fi-sr-space-shuttle:before {
    content: "\f12e";
    }
        .fi-sr-space-station-moon:before {
    content: "\f12f";
    }
        .fi-sr-space-station-moon-alt:before {
    content: "\f130";
    }
        .fi-sr-spade:before {
    content: "\f131";
    }
        .fi-sr-spaghetti-monster-flying:before {
    content: "\f132";
    }
        .fi-sr-spain-country-code:before {
    content: "\f133";
    }
        .fi-sr-spain-map:before {
    content: "\f134";
    }
        .fi-sr-spam:before {
    content: "\f135";
    }
        .fi-sr-spanish:before {
    content: "\f137";
    }
        .fi-sr-sparkles:before {
    content: "\f139";
    }
        .fi-sr-spartan-helmet:before {
    content: "\f13a";
    }
        .fi-sr-speaker:before {
    content: "\f13b";
    }
        .fi-sr-speakers:before {
    content: "\f13c";
    }
        .fi-sr-speech-bubble-story:before {
    content: "\f13d";
    }
        .fi-sr-speedometer-arrow:before {
    content: "\f13e";
    }
        .fi-sr-speedometer-kpi:before {
    content: "\f13f";
    }
        .fi-sr-sperm:before {
    content: "\f140";
    }
        .fi-sr-sphere:before {
    content: "\f141";
    }
        .fi-sr-spider:before {
    content: "\f142";
    }
        .fi-sr-spider-black-widow:before {
    content: "\f143";
    }
        .fi-sr-spider-web:before {
    content: "\f144";
    }
        .fi-sr-spine:before {
    content: "\f145";
    }
        .fi-sr-spinner:before {
    content: "\f146";
    }
        .fi-sr-splash:before {
    content: "\f147";
    }
        .fi-sr-split:before {
    content: "\f148";
    }
        .fi-sr-split-screen:before {
    content: "\f149";
    }
        .fi-sr-split-up-relation:before {
    content: "\f14a";
    }
        .fi-sr-splotch:before {
    content: "\f14b";
    }
        .fi-sr-spoon:before {
    content: "\f14c";
    }
        .fi-sr-sport-drink:before {
    content: "\f14e";
    }
        .fi-sr-spray-can:before {
    content: "\f150";
    }
        .fi-sr-spray-can-sparkles:before {
    content: "\f151";
    }
        .fi-sr-spring-calendar:before {
    content: "\f152";
    }
        .fi-sr-sprinkler:before {
    content: "\f153";
    }
        .fi-sr-spy:before {
    content: "\f154";
    }
        .fi-sr-spyware:before {
    content: "\f155";
    }
        .fi-sr-sql-file:before {
    content: "\f156";
    }
        .fi-sr-sql-server:before {
    content: "\f157";
    }
        .fi-sr-square:before {
    content: "\f158";
    }
        .fi-sr-square-0:before {
    content: "\f159";
    }
        .fi-sr-square-1:before {
    content: "\f15a";
    }
        .fi-sr-square-2:before {
    content: "\f15b";
    }
        .fi-sr-square-3:before {
    content: "\f15c";
    }
        .fi-sr-square-4:before {
    content: "\f15d";
    }
        .fi-sr-square-5:before {
    content: "\f15e";
    }
        .fi-sr-square-6:before {
    content: "\f15f";
    }
        .fi-sr-square-7:before {
    content: "\f160";
    }
        .fi-sr-square-8:before {
    content: "\f161";
    }
        .fi-sr-square-9:before {
    content: "\f162";
    }
        .fi-sr-square-a:before {
    content: "\f163";
    }
        .fi-sr-square-b:before {
    content: "\f165";
    }
        .fi-sr-square-bolt:before {
    content: "\f166";
    }
        .fi-sr-square-c:before {
    content: "\f167";
    }
        .fi-sr-square-code:before {
    content: "\f168";
    }
        .fi-sr-square-d:before {
    content: "\f16a";
    }
        .fi-sr-square-dashed:before {
    content: "\f16b";
    }
        .fi-sr-square-dashed-circle-plus:before {
    content: "\f16c";
    }
        .fi-sr-square-divide:before {
    content: "\f16d";
    }
        .fi-sr-square-e:before {
    content: "\f16e";
    }
        .fi-sr-square-ellipsis:before {
    content: "\f16f";
    }
        .fi-sr-square-ellipsis-vertical:before {
    content: "\f170";
    }
        .fi-sr-square-envelope:before {
    content: "\f171";
    }
        .fi-sr-square-exclamation:before {
    content: "\f172";
    }
        .fi-sr-square-f:before {
    content: "\f173";
    }
        .fi-sr-square-g:before {
    content: "\f174";
    }
        .fi-sr-square-h:before {
    content: "\f175";
    }
        .fi-sr-square-heart:before {
    content: "\f176";
    }
        .fi-sr-square-i:before {
    content: "\f177";
    }
        .fi-sr-square-info:before {
    content: "\f178";
    }
        .fi-sr-square-j:before {
    content: "\f179";
    }
        .fi-sr-square-k:before {
    content: "\f17a";
    }
        .fi-sr-square-kanban:before {
    content: "\f17b";
    }
        .fi-sr-square-l:before {
    content: "\f17c";
    }
        .fi-sr-square-m:before {
    content: "\f17d";
    }
        .fi-sr-square-minus:before {
    content: "\f17e";
    }
        .fi-sr-square-n:before {
    content: "\f17f";
    }
        .fi-sr-square-o:before {
    content: "\f180";
    }
        .fi-sr-square-p:before {
    content: "\f181";
    }
        .fi-sr-square-pen:before {
    content: "\f182";
    }
        .fi-sr-square-person-confined:before {
    content: "\f183";
    }
        .fi-sr-square-phone:before {
    content: "\f184";
    }
        .fi-sr-square-phone-flip:before {
    content: "\f185";
    }
        .fi-sr-square-phone-hangup:before {
    content: "\f186";
    }
        .fi-sr-square-plus:before {
    content: "\f187";
    }
        .fi-sr-square-poll-horizontal:before {
    content: "\f188";
    }
        .fi-sr-square-poll-vertical:before {
    content: "\f189";
    }
        .fi-sr-square-q:before {
    content: "\f18a";
    }
        .fi-sr-square-quote:before {
    content: "\f18b";
    }
        .fi-sr-square-r:before {
    content: "\f18c";
    }
        .fi-sr-square-root:before {
    content: "\f18d";
    }
        .fi-sr-square-s:before {
    content: "\f18e";
    }
        .fi-sr-square-small:before {
    content: "\f18f";
    }
        .fi-sr-square-star:before {
    content: "\f190";
    }
        .fi-sr-square-t:before {
    content: "\f191";
    }
        .fi-sr-square-terminal:before {
    content: "\f192";
    }
        .fi-sr-square-u:before {
    content: "\f193";
    }
        .fi-sr-square-up-right:before {
    content: "\f194";
    }
        .fi-sr-square-v:before {
    content: "\f195";
    }
        .fi-sr-square-w:before {
    content: "\f196";
    }
        .fi-sr-square-x:before {
    content: "\f197";
    }
        .fi-sr-square-y:before {
    content: "\f198";
    }
        .fi-sr-square-z:before {
    content: "\f199";
    }
        .fi-sr-squid:before {
    content: "\f19a";
    }
        .fi-sr-squircle:before {
    content: "\f19b";
    }
        .fi-sr-squirrel:before {
    content: "\f19c";
    }
        .fi-sr-stadium:before {
    content: "\f19d";
    }
        .fi-sr-staff:before {
    content: "\f19e";
    }
        .fi-sr-staff-wizard:before {
    content: "\f19f";
    }
        .fi-sr-stage:before {
    content: "\f1a0";
    }
        .fi-sr-stage-concert:before {
    content: "\f1a1";
    }
        .fi-sr-stage-theatre:before {
    content: "\f1a2";
    }
        .fi-sr-stairs:before {
    content: "\f1a3";
    }
        .fi-sr-stamp:before {
    content: "\f1a4";
    }
        .fi-sr-stamps:before {
    content: "\f1a5";
    }
        .fi-sr-standard-definition:before {
    content: "\f1a6";
    }
        .fi-sr-stapler:before {
    content: "\f1a7";
    }
        .fi-sr-stapler-paper:before {
    content: "\f1a8";
    }
        .fi-sr-star:before {
    content: "\f1a9";
    }
        .fi-sr-star-and-crescent:before {
    content: "\f1aa";
    }
        .fi-sr-star-christmas:before {
    content: "\f1ab";
    }
        .fi-sr-star-comment-alt:before {
    content: "\f1ad";
    }
        .fi-sr-star-exclamation:before {
    content: "\f1ae";
    }
        .fi-sr-star-microphone:before {
    content: "\f1af";
    }
        .fi-sr-star-octogram:before {
    content: "\f1b0";
    }
        .fi-sr-star-of-david:before {
    content: "\f1b1";
    }
        .fi-sr-star-rating-call:before {
    content: "\f1b2";
    }
        .fi-sr-star-sharp-half:before {
    content: "\f1b3";
    }
        .fi-sr-star-sharp-half-stroke:before {
    content: "\f1b4";
    }
        .fi-sr-star-shooting:before {
    content: "\f1b5";
    }
        .fi-sr-starfighter:before {
    content: "\f1b7";
    }
        .fi-sr-stars:before {
    content: "\f1b8";
    }
        .fi-sr-state-country:before {
    content: "\f1b9";
    }
        .fi-sr-stationary-bike:before {
    content: "\f1ba";
    }
        .fi-sr-stats:before {
    content: "\f1bb";
    }
        .fi-sr-steak:before {
    content: "\f1bc";
    }
        .fi-sr-steam-iron:before {
    content: "\f1bd";
    }
        .fi-sr-steering-wheel:before {
    content: "\f1be";
    }
        .fi-sr-step-backward:before {
    content: "\f1bf";
    }
        .fi-sr-step-forward:before {
    content: "\f1c0";
    }
        .fi-sr-steps-carreer:before {
    content: "\f1c1";
    }
        .fi-sr-sterling-sign:before {
    content: "\f1c2";
    }
        .fi-sr-stethoscope:before {
    content: "\f1c3";
    }
        .fi-sr-sticker:before {
    content: "\f1c4";
    }
        .fi-sr-stocking:before {
    content: "\f1c6";
    }
        .fi-sr-stomach:before {
    content: "\f1c7";
    }
        .fi-sr-stomach-ache:before {
    content: "\f1c8";
    }
        .fi-sr-stomach-virus:before {
    content: "\f1c9";
    }
        .fi-sr-stop:before {
    content: "\f1ca";
    }
        .fi-sr-stop-circle:before {
    content: "\f1cb";
    }
        .fi-sr-stop-square:before {
    content: "\f1cc";
    }
        .fi-sr-stopwatch:before {
    content: "\f1cd";
    }
        .fi-sr-store-alt:before {
    content: "\f1cf";
    }
        .fi-sr-store-buyer:before {
    content: "\f1d0";
    }
        .fi-sr-store-lock:before {
    content: "\f1d1";
    }
        .fi-sr-store-slash:before {
    content: "\f1d2";
    }
        .fi-sr-story-book:before {
    content: "\f1d3";
    }
        .fi-sr-story-fairy-tale:before {
    content: "\f1d4";
    }
        .fi-sr-story-fantasy:before {
    content: "\f1d5";
    }
        .fi-sr-straightener:before {
    content: "\f1d7";
    }
        .fi-sr-strategy-chess-risk:before {
    content: "\f1d8";
    }
        .fi-sr-strawberry:before {
    content: "\f1d9";
    }
        .fi-sr-streamer-boy:before {
    content: "\f1da";
    }
        .fi-sr-streamer-girl:before {
    content: "\f1db";
    }
        .fi-sr-street-view:before {
    content: "\f1dd";
    }
        .fi-sr-stretcher:before {
    content: "\f1de";
    }
        .fi-sr-strikethrough:before {
    content: "\f1df";
    }
        .fi-sr-stroopwafel:before {
    content: "\f1e1";
    }
        .fi-sr-student:before {
    content: "\f1e2";
    }
        .fi-sr-student-alt:before {
    content: "\f1e3";
    }
        .fi-sr-subfolder:before {
    content: "\f1e4";
    }
        .fi-sr-subscript:before {
    content: "\f1e7";
    }
        .fi-sr-subscription:before {
    content: "\f1e8";
    }
        .fi-sr-subscription-alt:before {
    content: "\f1e9";
    }
        .fi-sr-subscription-model:before {
    content: "\f1ea";
    }
        .fi-sr-subscription-user:before {
    content: "\f1eb";
    }
        .fi-sr-subtitles:before {
    content: "\f1f0";
    }
        .fi-sr-subtitles-slash:before {
    content: "\f1f1";
    }
        .fi-sr-subway:before {
    content: "\f1f2";
    }
        .fi-sr-suggestion:before {
    content: "\f1f3";
    }
        .fi-sr-suitcase-alt:before {
    content: "\f1f4";
    }
        .fi-sr-summary-check:before {
    content: "\f1f5";
    }
        .fi-sr-summer:before {
    content: "\f1f6";
    }
        .fi-sr-sun:before {
    content: "\f1f7";
    }
        .fi-sr-sun-dust:before {
    content: "\f1f8";
    }
        .fi-sr-sun-plant-wilt:before {
    content: "\f1f9";
    }
        .fi-sr-sun-salutation-yoga:before {
    content: "\f1fa";
    }
        .fi-sr-sunday:before {
    content: "\f1fb";
    }
        .fi-sr-sunglasses:before {
    content: "\f1fc";
    }
        .fi-sr-sunglasses-alt:before {
    content: "\f1fd";
    }
        .fi-sr-sunrise:before {
    content: "\f1fe";
    }
        .fi-sr-sunrise-alt:before {
    content: "\f1ff";
    }
        .fi-sr-sunscreen:before {
    content: "\f200";
    }
        .fi-sr-sunset:before {
    content: "\f201";
    }
        .fi-sr-superscript:before {
    content: "\f202";
    }
        .fi-sr-supply-chain:before {
    content: "\f205";
    }
        .fi-sr-supply-chain-steps:before {
    content: "\f206";
    }
        .fi-sr-surfing:before {
    content: "\f207";
    }
        .fi-sr-surprise:before {
    content: "\f208";
    }
        .fi-sr-surveillance-camera:before {
    content: "\f209";
    }
        .fi-sr-survey-xmark:before {
    content: "\f20a";
    }
        .fi-sr-sushi:before {
    content: "\f20b";
    }
        .fi-sr-sushi-alt:before {
    content: "\f20c";
    }
        .fi-sr-sushi-roll:before {
    content: "\f20d";
    }
        .fi-sr-svg:before {
    content: "\f20e";
    }
        .fi-sr-swap:before {
    content: "\f20f";
    }
        .fi-sr-swatchbook:before {
    content: "\f211";
    }
        .fi-sr-sweep:before {
    content: "\f212";
    }
        .fi-sr-swimmer:before {
    content: "\f214";
    }
        .fi-sr-swimming-pool:before {
    content: "\f215";
    }
        .fi-sr-swing:before {
    content: "\f216";
    }
        .fi-sr-swipe-down:before {
    content: "\f217";
    }
        .fi-sr-swipe-left:before {
    content: "\f218";
    }
        .fi-sr-swipe-right:before {
    content: "\f219";
    }
        .fi-sr-swipe-up:before {
    content: "\f21a";
    }
        .fi-sr-sword:before {
    content: "\f21b";
    }
        .fi-sr-sword-alt:before {
    content: "\f21c";
    }
        .fi-sr-symbol:before {
    content: "\f21e";
    }
        .fi-sr-symbols:before {
    content: "\f21f";
    }
        .fi-sr-synagogue:before {
    content: "\f220";
    }
        .fi-sr-syringe:before {
    content: "\f221";
    }
        .fi-sr-syringe-injection-blood:before {
    content: "\f222";
    }
        .fi-sr-system-cloud:before {
    content: "\f223";
    }
        .fi-sr-t:before {
    content: "\f224";
    }
        .fi-sr-t-rex:before {
    content: "\f226";
    }
        .fi-sr-t-square:before {
    content: "\f227";
    }
        .fi-sr-tab-folder:before {
    content: "\f228";
    }
        .fi-sr-table:before {
    content: "\f229";
    }
        .fi-sr-table-columns:before {
    content: "\f22a";
    }
        .fi-sr-table-layout:before {
    content: "\f22b";
    }
        .fi-sr-table-list:before {
    content: "\f22c";
    }
        .fi-sr-table-picnic:before {
    content: "\f22d";
    }
        .fi-sr-table-pivot:before {
    content: "\f22e";
    }
        .fi-sr-table-rows:before {
    content: "\f22f";
    }
        .fi-sr-table-tree:before {
    content: "\f230";
    }
        .fi-sr-tablet:before {
    content: "\f231";
    }
        .fi-sr-tablet-android:before {
    content: "\f232";
    }
        .fi-sr-tablet-android-alt:before {
    content: "\f233";
    }
        .fi-sr-tablet-rugged:before {
    content: "\f234";
    }
        .fi-sr-tachometer:before {
    content: "\f235";
    }
        .fi-sr-tachometer-alt-average:before {
    content: "\f236";
    }
        .fi-sr-tachometer-alt-fastest:before {
    content: "\f237";
    }
        .fi-sr-tachometer-alt-slow:before {
    content: "\f238";
    }
        .fi-sr-tachometer-alt-slowest:before {
    content: "\f239";
    }
        .fi-sr-tachometer-average:before {
    content: "\f23a";
    }
        .fi-sr-tachometer-fast:before {
    content: "\f23b";
    }
        .fi-sr-tachometer-fastest:before {
    content: "\f23c";
    }
        .fi-sr-tachometer-slow:before {
    content: "\f23d";
    }
        .fi-sr-tachometer-slowest:before {
    content: "\f23e";
    }
        .fi-sr-taco:before {
    content: "\f23f";
    }
        .fi-sr-tags:before {
    content: "\f240";
    }
        .fi-sr-talent:before {
    content: "\f241";
    }
        .fi-sr-talent-alt:before {
    content: "\f242";
    }
        .fi-sr-talent-hand:before {
    content: "\f243";
    }
        .fi-sr-tally:before {
    content: "\f244";
    }
        .fi-sr-tally-1:before {
    content: "\f245";
    }
        .fi-sr-tally-2:before {
    content: "\f246";
    }
        .fi-sr-tally-3:before {
    content: "\f247";
    }
        .fi-sr-tally-4:before {
    content: "\f248";
    }
        .fi-sr-tamale:before {
    content: "\f249";
    }
        .fi-sr-tank-water:before {
    content: "\f24b";
    }
        .fi-sr-tap:before {
    content: "\f24c";
    }
        .fi-sr-tape:before {
    content: "\f24d";
    }
        .fi-sr-target:before {
    content: "\f24e";
    }
        .fi-sr-target-audience:before {
    content: "\f24f";
    }
        .fi-sr-task-calendar:before {
    content: "\f250";
    }
        .fi-sr-task-checklist:before {
    content: "\f251";
    }
        .fi-sr-tasks:before {
    content: "\f252";
    }
        .fi-sr-tattoo-machine:before {
    content: "\f253";
    }
        .fi-sr-tax:before {
    content: "\f254";
    }
        .fi-sr-tax-alt:before {
    content: "\f255";
    }
        .fi-sr-taxi:before {
    content: "\f256";
    }
        .fi-sr-taxi-bus:before {
    content: "\f257";
    }
        .fi-sr-team:before {
    content: "\f258";
    }
        .fi-sr-team-check:before {
    content: "\f259";
    }
        .fi-sr-team-check-alt:before {
    content: "\f25a";
    }
        .fi-sr-team-collaboration:before {
    content: "\f25b";
    }
        .fi-sr-teddy-bear:before {
    content: "\f25c";
    }
        .fi-sr-teeth-open:before {
    content: "\f25d";
    }
        .fi-sr-telescope:before {
    content: "\f25f";
    }
        .fi-sr-temperature-down:before {
    content: "\f260";
    }
        .fi-sr-temperature-frigid:before {
    content: "\f261";
    }
        .fi-sr-temperature-high:before {
    content: "\f262";
    }
        .fi-sr-temperature-list:before {
    content: "\f263";
    }
        .fi-sr-temperature-low:before {
    content: "\f264";
    }
        .fi-sr-temperature-up:before {
    content: "\f265";
    }
        .fi-sr-template:before {
    content: "\f266";
    }
        .fi-sr-template-alt:before {
    content: "\f267";
    }
        .fi-sr-tenge:before {
    content: "\f269";
    }
        .fi-sr-tennis:before {
    content: "\f26a";
    }
        .fi-sr-tent-arrow-down-to-line:before {
    content: "\f26b";
    }
        .fi-sr-tent-arrow-left-right:before {
    content: "\f26c";
    }
        .fi-sr-tent-arrow-turn-left:before {
    content: "\f26d";
    }
        .fi-sr-tent-arrows-down:before {
    content: "\f26e";
    }
        .fi-sr-tents:before {
    content: "\f26f";
    }
        .fi-sr-terminal:before {
    content: "\f270";
    }
        .fi-sr-terms-check:before {
    content: "\f271";
    }
        .fi-sr-terms-info:before {
    content: "\f273";
    }
        .fi-sr-terrace:before {
    content: "\f274";
    }
        .fi-sr-test:before {
    content: "\f275";
    }
        .fi-sr-test-tube:before {
    content: "\f276";
    }
        .fi-sr-text:before {
    content: "\f277";
    }
        .fi-sr-text-box:before {
    content: "\f278";
    }
        .fi-sr-text-box-dots:before {
    content: "\f279";
    }
        .fi-sr-text-box-edit:before {
    content: "\f27a";
    }
        .fi-sr-text-check:before {
    content: "\f27b";
    }
        .fi-sr-text-height:before {
    content: "\f27c";
    }
        .fi-sr-text-input-left:before {
    content: "\f27d";
    }
        .fi-sr-text-shadow:before {
    content: "\f27e";
    }
        .fi-sr-text-size:before {
    content: "\f27f";
    }
        .fi-sr-text-slash:before {
    content: "\f280";
    }
        .fi-sr-text-width:before {
    content: "\f281";
    }
        .fi-sr-theater-masks:before {
    content: "\f283";
    }
        .fi-sr-thermometer-alt:before {
    content: "\f284";
    }
        .fi-sr-thermometer-empty:before {
    content: "\f285";
    }
        .fi-sr-thermometer-full:before {
    content: "\f286";
    }
        .fi-sr-thermometer-half:before {
    content: "\f287";
    }
        .fi-sr-thermometer-quarter:before {
    content: "\f288";
    }
        .fi-sr-thermometer-three-quarters:before {
    content: "\f289";
    }
        .fi-sr-theta:before {
    content: "\f28a";
    }
        .fi-sr-third:before {
    content: "\f28b";
    }
        .fi-sr-third-award:before {
    content: "\f28c";
    }
        .fi-sr-third-laurel:before {
    content: "\f28d";
    }
        .fi-sr-third-medal:before {
    content: "\f28e";
    }
        .fi-sr-thought-bubble:before {
    content: "\f28f";
    }
        .fi-sr-three-direction:before {
    content: "\f291";
    }
        .fi-sr-three-leaf-clover:before {
    content: "\f292";
    }
        .fi-sr-throat:before {
    content: "\f293";
    }
        .fi-sr-thumbs-down:before {
    content: "\f294";
    }
        .fi-sr-thumbs-up:before {
    content: "\f295";
    }
        .fi-sr-thumbs-up-trust:before {
    content: "\f296";
    }
        .fi-sr-thumbtack:before {
    content: "\f297";
    }
        .fi-sr-thumbtack-slash:before {
    content: "\f298";
    }
        .fi-sr-thunderstorm:before {
    content: "\f299";
    }
        .fi-sr-thunderstorm-moon:before {
    content: "\f29a";
    }
        .fi-sr-thunderstorm-risk:before {
    content: "\f29b";
    }
        .fi-sr-thunderstorm-sun:before {
    content: "\f29c";
    }
        .fi-sr-thursday:before {
    content: "\f29d";
    }
        .fi-sr-ticket:before {
    content: "\f29e";
    }
        .fi-sr-ticket-airline:before {
    content: "\f29f";
    }
        .fi-sr-ticket-alt:before {
    content: "\f2a0";
    }
        .fi-sr-tickets:before {
    content: "\f2a1";
    }
        .fi-sr-tickets-airline:before {
    content: "\f2a2";
    }
        .fi-sr-tie:before {
    content: "\f2a3";
    }
        .fi-sr-tiff-file:before {
    content: "\f2a4";
    }
        .fi-sr-tilde:before {
    content: "\f2a6";
    }
        .fi-sr-time-add:before {
    content: "\f2a7";
    }
        .fi-sr-time-check:before {
    content: "\f2a8";
    }
        .fi-sr-time-delete:before {
    content: "\f2a9";
    }
        .fi-sr-time-fast:before {
    content: "\f2aa";
    }
        .fi-sr-time-forward:before {
    content: "\f2ab";
    }
        .fi-sr-time-forward-sixty:before {
    content: "\f2ac";
    }
        .fi-sr-time-forward-ten:before {
    content: "\f2ad";
    }
        .fi-sr-time-forward-thirty:before {
    content: "\f2ae";
    }
        .fi-sr-time-half-past:before {
    content: "\f2af";
    }
        .fi-sr-time-management:before {
    content: "\f2b0";
    }
        .fi-sr-time-money:before {
    content: "\f2b1";
    }
        .fi-sr-time-oclock:before {
    content: "\f2b2";
    }
        .fi-sr-time-past:before {
    content: "\f2b3";
    }
        .fi-sr-time-quarter-past:before {
    content: "\f2b4";
    }
        .fi-sr-time-quarter-to:before {
    content: "\f2b5";
    }
        .fi-sr-time-twenty-four:before {
    content: "\f2b6";
    }
        .fi-sr-time-watch-calendar:before {
    content: "\f2b7";
    }
        .fi-sr-timeline:before {
    content: "\f2b8";
    }
        .fi-sr-timeline-arrow:before {
    content: "\f2b9";
    }
        .fi-sr-timer-clock-call:before {
    content: "\f2ba";
    }
        .fi-sr-times-hexagon:before {
    content: "\f2bb";
    }
        .fi-sr-tint-slash:before {
    content: "\f2bc";
    }
        .fi-sr-tip-button:before {
    content: "\f2bd";
    }
        .fi-sr-tip-button-hand:before {
    content: "\f2be";
    }
        .fi-sr-tip-coin:before {
    content: "\f2bf";
    }
        .fi-sr-tire:before {
    content: "\f2c3";
    }
        .fi-sr-tire-flat:before {
    content: "\f2c4";
    }
        .fi-sr-tire-pressure-warning:before {
    content: "\f2c5";
    }
        .fi-sr-tire-rugged:before {
    content: "\f2c6";
    }
        .fi-sr-tired:before {
    content: "\f2c7";
    }
        .fi-sr-to-do:before {
    content: "\f2c8";
    }
        .fi-sr-to-do-alt:before {
    content: "\f2c9";
    }
        .fi-sr-together-people:before {
    content: "\f2cc";
    }
        .fi-sr-toggle-off:before {
    content: "\f2ce";
    }
        .fi-sr-toggle-on:before {
    content: "\f2cf";
    }
        .fi-sr-toilet:before {
    content: "\f2d0";
    }
        .fi-sr-toilet-paper-blank:before {
    content: "\f2d1";
    }
        .fi-sr-toilet-paper-blank-under:before {
    content: "\f2d2";
    }
        .fi-sr-toilet-paper-slash:before {
    content: "\f2d3";
    }
        .fi-sr-toilet-paper-under:before {
    content: "\f2d4";
    }
        .fi-sr-toilet-paper-under-slash:before {
    content: "\f2d5";
    }
        .fi-sr-toilet-paper-xmark:before {
    content: "\f2d6";
    }
        .fi-sr-toilets-portable:before {
    content: "\f2d7";
    }
        .fi-sr-token:before {
    content: "\f2d8";
    }
        .fi-sr-tomato:before {
    content: "\f2d9";
    }
        .fi-sr-tombstone:before {
    content: "\f2da";
    }
        .fi-sr-tombstone-alt:before {
    content: "\f2db";
    }
        .fi-sr-tool-box:before {
    content: "\f2dc";
    }
        .fi-sr-tool-crop:before {
    content: "\f2dd";
    }
        .fi-sr-tool-marquee:before {
    content: "\f2de";
    }
        .fi-sr-tools:before {
    content: "\f2df";
    }
        .fi-sr-tooth:before {
    content: "\f2e0";
    }
        .fi-sr-toothache:before {
    content: "\f2e1";
    }
        .fi-sr-toothbrush:before {
    content: "\f2e2";
    }
        .fi-sr-toothpaste:before {
    content: "\f2e3";
    }
        .fi-sr-torch:before {
    content: "\f2e4";
    }
        .fi-sr-torch-inspiration-leader:before {
    content: "\f2e5";
    }
        .fi-sr-torii-gate:before {
    content: "\f2e6";
    }
        .fi-sr-tornado:before {
    content: "\f2e7";
    }
        .fi-sr-total:before {
    content: "\f2e8";
    }
        .fi-sr-tour-guide-people:before {
    content: "\f2e9";
    }
        .fi-sr-tour-virtual:before {
    content: "\f2ea";
    }
        .fi-sr-towel:before {
    content: "\f2eb";
    }
        .fi-sr-tower-chain:before {
    content: "\f2ed";
    }
        .fi-sr-tower-control:before {
    content: "\f2ee";
    }
        .fi-sr-track:before {
    content: "\f2ef";
    }
        .fi-sr-tractor:before {
    content: "\f2f0";
    }
        .fi-sr-trademark:before {
    content: "\f2f1";
    }
        .fi-sr-trading:before {
    content: "\f2f2";
    }
        .fi-sr-traffic-cone:before {
    content: "\f2f3";
    }
        .fi-sr-traffic-light:before {
    content: "\f2f4";
    }
        .fi-sr-traffic-light-go:before {
    content: "\f2f5";
    }
        .fi-sr-traffic-light-slow:before {
    content: "\f2f6";
    }
        .fi-sr-traffic-light-stop:before {
    content: "\f2f7";
    }
        .fi-sr-trailer:before {
    content: "\f2f8";
    }
        .fi-sr-train:before {
    content: "\f2f9";
    }
        .fi-sr-train-clock:before {
    content: "\f2fa";
    }
        .fi-sr-train-journey:before {
    content: "\f2fb";
    }
        .fi-sr-train-side:before {
    content: "\f2fc";
    }
        .fi-sr-train-station:before {
    content: "\f2fd";
    }
        .fi-sr-train-station-building:before {
    content: "\f2fe";
    }
        .fi-sr-train-subway-tunnel:before {
    content: "\f2ff";
    }
        .fi-sr-train-track:before {
    content: "\f300";
    }
        .fi-sr-train-tram:before {
    content: "\f301";
    }
        .fi-sr-tram:before {
    content: "\f302";
    }
        .fi-sr-transaction-euro:before {
    content: "\f303";
    }
        .fi-sr-transaction-globe:before {
    content: "\f304";
    }
        .fi-sr-transaction-yen:before {
    content: "\f305";
    }
        .fi-sr-transcript:before {
    content: "\f306";
    }
        .fi-sr-transcription:before {
    content: "\f307";
    }
        .fi-sr-transform:before {
    content: "\f308";
    }
        .fi-sr-transformation-block:before {
    content: "\f309";
    }
        .fi-sr-transformation-circle:before {
    content: "\f30a";
    }
        .fi-sr-transformation-design:before {
    content: "\f30b";
    }
        .fi-sr-transformation-shapes:before {
    content: "\f30c";
    }
        .fi-sr-transformer-bolt:before {
    content: "\f30d";
    }
        .fi-sr-transgender:before {
    content: "\f30e";
    }
        .fi-sr-translate:before {
    content: "\f30f";
    }
        .fi-sr-translation-app:before {
    content: "\f311";
    }
        .fi-sr-transparency:before {
    content: "\f312";
    }
        .fi-sr-transporter:before {
    content: "\f313";
    }
        .fi-sr-transporter-1:before {
    content: "\f314";
    }
        .fi-sr-transporter-2:before {
    content: "\f315";
    }
        .fi-sr-transporter-3:before {
    content: "\f316";
    }
        .fi-sr-transporter-4:before {
    content: "\f317";
    }
        .fi-sr-transporter-5:before {
    content: "\f318";
    }
        .fi-sr-transporter-6:before {
    content: "\f319";
    }
        .fi-sr-transporter-7:before {
    content: "\f31a";
    }
        .fi-sr-transporter-empty:before {
    content: "\f31b";
    }
        .fi-sr-trash:before {
    content: "\f31c";
    }
        .fi-sr-trash-bag:before {
    content: "\f31d";
    }
        .fi-sr-trash-can-check:before {
    content: "\f31e";
    }
        .fi-sr-trash-can-clock:before {
    content: "\f31f";
    }
        .fi-sr-trash-can-list:before {
    content: "\f320";
    }
        .fi-sr-trash-can-plus:before {
    content: "\f321";
    }
        .fi-sr-trash-can-slash:before {
    content: "\f322";
    }
        .fi-sr-trash-check:before {
    content: "\f323";
    }
        .fi-sr-trash-clock:before {
    content: "\f324";
    }
        .fi-sr-trash-empty:before {
    content: "\f325";
    }
        .fi-sr-trash-list:before {
    content: "\f326";
    }
        .fi-sr-trash-plus:before {
    content: "\f327";
    }
        .fi-sr-trash-restore:before {
    content: "\f328";
    }
        .fi-sr-trash-restore-alt:before {
    content: "\f329";
    }
        .fi-sr-trash-slash:before {
    content: "\f32a";
    }
        .fi-sr-trash-undo:before {
    content: "\f32b";
    }
        .fi-sr-trash-undo-alt:before {
    content: "\f32c";
    }
        .fi-sr-trash-xmark:before {
    content: "\f32d";
    }
        .fi-sr-trauma:before {
    content: "\f32e";
    }
        .fi-sr-traveler-camera:before {
    content: "\f330";
    }
        .fi-sr-treadmill:before {
    content: "\f331";
    }
        .fi-sr-treasure-chest:before {
    content: "\f332";
    }
        .fi-sr-treatment:before {
    content: "\f333";
    }
        .fi-sr-tree:before {
    content: "\f334";
    }
        .fi-sr-tree-alt:before {
    content: "\f335";
    }
        .fi-sr-tree-christmas:before {
    content: "\f336";
    }
        .fi-sr-tree-deciduous:before {
    content: "\f337";
    }
        .fi-sr-trees:before {
    content: "\f339";
    }
        .fi-sr-trees-alt:before {
    content: "\f33a";
    }
        .fi-sr-triangle:before {
    content: "\f33c";
    }
        .fi-sr-triangle-arrow-bolt:before {
    content: "\f33d";
    }
        .fi-sr-triangle-music:before {
    content: "\f33e";
    }
        .fi-sr-triangle-person-digging:before {
    content: "\f33f";
    }
        .fi-sr-triangle-warning:before {
    content: "\f340";
    }
        .fi-sr-tricycle:before {
    content: "\f341";
    }
        .fi-sr-trillium:before {
    content: "\f342";
    }
        .fi-sr-trombone:before {
    content: "\f345";
    }
        .fi-sr-troph-cap:before {
    content: "\f346";
    }
        .fi-sr-trophy:before {
    content: "\f347";
    }
        .fi-sr-trophy-achievement-skill:before {
    content: "\f348";
    }
        .fi-sr-trophy-star:before {
    content: "\f349";
    }
        .fi-sr-truck-arrow-left:before {
    content: "\f34a";
    }
        .fi-sr-truck-arrow-right:before {
    content: "\f34b";
    }
        .fi-sr-truck-bolt:before {
    content: "\f34c";
    }
        .fi-sr-truck-box:before {
    content: "\f34d";
    }
        .fi-sr-truck-check:before {
    content: "\f34e";
    }
        .fi-sr-truck-container:before {
    content: "\f350";
    }
        .fi-sr-truck-container-empty:before {
    content: "\f351";
    }
        .fi-sr-truck-couch:before {
    content: "\f352";
    }
        .fi-sr-truck-droplet:before {
    content: "\f353";
    }
        .fi-sr-truck-fire:before {
    content: "\f354";
    }
        .fi-sr-truck-flatbed:before {
    content: "\f355";
    }
        .fi-sr-truck-front:before {
    content: "\f356";
    }
        .fi-sr-truck-ladder:before {
    content: "\f357";
    }
        .fi-sr-truck-loading:before {
    content: "\f358";
    }
        .fi-sr-truck-medical:before {
    content: "\f359";
    }
        .fi-sr-truck-monster:before {
    content: "\f35a";
    }
        .fi-sr-truck-moving:before {
    content: "\f35b";
    }
        .fi-sr-truck-pickup:before {
    content: "\f35c";
    }
        .fi-sr-truck-plow:before {
    content: "\f35d";
    }
        .fi-sr-truck-ramp:before {
    content: "\f35e";
    }
        .fi-sr-truck-side:before {
    content: "\f35f";
    }
        .fi-sr-truck-tow:before {
    content: "\f360";
    }
        .fi-sr-truck-utensils:before {
    content: "\f361";
    }
        .fi-sr-trumpet:before {
    content: "\f363";
    }
        .fi-sr-trust:before {
    content: "\f364";
    }
        .fi-sr-trust-alt:before {
    content: "\f365";
    }
        .fi-sr-tshirt:before {
    content: "\f366";
    }
        .fi-sr-tty:before {
    content: "\f367";
    }
        .fi-sr-tty-answer:before {
    content: "\f368";
    }
        .fi-sr-tubes:before {
    content: "\f369";
    }
        .fi-sr-tuesday:before {
    content: "\f36b";
    }
        .fi-sr-tugrik-sign:before {
    content: "\f36c";
    }
        .fi-sr-turkey:before {
    content: "\f36e";
    }
        .fi-sr-turn-left:before {
    content: "\f36f";
    }
        .fi-sr-turn-left-down:before {
    content: "\f370";
    }
        .fi-sr-turn-right:before {
    content: "\f371";
    }
        .fi-sr-turntable:before {
    content: "\f372";
    }
        .fi-sr-turtle:before {
    content: "\f373";
    }
        .fi-sr-tv-music:before {
    content: "\f374";
    }
        .fi-sr-tv-retro:before {
    content: "\f375";
    }
        .fi-sr-two-nails:before {
    content: "\f37b";
    }
        .fi-sr-two-paperclip:before {
    content: "\f37c";
    }
        .fi-sr-two-swords:before {
    content: "\f37d";
    }
        .fi-sr-typewriter:before {
    content: "\f37f";
    }
        .fi-sr-u:before {
    content: "\f380";
    }
        .fi-sr-ufo:before {
    content: "\f383";
    }
        .fi-sr-ufo-beam:before {
    content: "\f384";
    }
        .fi-sr-ui-ux:before {
    content: "\f385";
    }
        .fi-sr-uk-country-code:before {
    content: "\f386";
    }
        .fi-sr-umbrella:before {
    content: "\f387";
    }
        .fi-sr-umbrella-beach:before {
    content: "\f388";
    }
        .fi-sr-under-construction:before {
    content: "\f389";
    }
        .fi-sr-underline:before {
    content: "\f38a";
    }
        .fi-sr-undo:before {
    content: "\f38b";
    }
        .fi-sr-undo-alt:before {
    content: "\f38c";
    }
        .fi-sr-unicorn:before {
    content: "\f38d";
    }
        .fi-sr-uniform-martial-arts:before {
    content: "\f38e";
    }
        .fi-sr-united-kingdom:before {
    content: "\f390";
    }
        .fi-sr-universal-access:before {
    content: "\f392";
    }
        .fi-sr-unlock:before {
    content: "\f393";
    }
        .fi-sr-up:before {
    content: "\f395";
    }
        .fi-sr-up-from-bracket:before {
    content: "\f396";
    }
        .fi-sr-up-left:before {
    content: "\f397";
    }
        .fi-sr-up-right:before {
    content: "\f398";
    }
        .fi-sr-up-right-from-square:before {
    content: "\f399";
    }
        .fi-sr-upload:before {
    content: "\f39a";
    }
        .fi-sr-urban-planning:before {
    content: "\f39d";
    }
        .fi-sr-url:before {
    content: "\f39e";
    }
        .fi-sr-urology:before {
    content: "\f39f";
    }
        .fi-sr-usa-map:before {
    content: "\f3a0";
    }
        .fi-sr-usa-map-pin:before {
    content: "\f3a1";
    }
        .fi-sr-usb-pendrive:before {
    content: "\f3a3";
    }
        .fi-sr-usb-scan:before {
    content: "\f3a4";
    }
        .fi-sr-usb-wifi:before {
    content: "\f3a5";
    }
        .fi-sr-usd-circle:before {
    content: "\f3a6";
    }
        .fi-sr-usd-square:before {
    content: "\f3a7";
    }
        .fi-sr-user:before {
    content: "\f3a9";
    }
        .fi-sr-user-add:before {
    content: "\f3aa";
    }
        .fi-sr-user-alien:before {
    content: "\f3ab";
    }
        .fi-sr-user-astronaut:before {
    content: "\f3ac";
    }
        .fi-sr-user-bag:before {
    content: "\f3ad";
    }
        .fi-sr-user-basket:before {
    content: "\f3ae";
    }
        .fi-sr-user-beard:before {
    content: "\f3af";
    }
        .fi-sr-user-check:before {
    content: "\f3b0";
    }
        .fi-sr-user-chef:before {
    content: "\f3b1";
    }
        .fi-sr-user-circle-down:before {
    content: "\f3b2";
    }
        .fi-sr-user-circle-left:before {
    content: "\f3b3";
    }
        .fi-sr-user-circle-right:before {
    content: "\f3b4";
    }
        .fi-sr-user-circle-up:before {
    content: "\f3b5";
    }
        .fi-sr-user-coach:before {
    content: "\f3b6";
    }
        .fi-sr-user-cowboy:before {
    content: "\f3b7";
    }
        .fi-sr-user-crown:before {
    content: "\f3b8";
    }
        .fi-sr-user-dj:before {
    content: "\f3ba";
    }
        .fi-sr-user-doctor-hair:before {
    content: "\f3bb";
    }
        .fi-sr-user-doctor-hair-long:before {
    content: "\f3bc";
    }
        .fi-sr-user-down:before {
    content: "\f3bd";
    }
        .fi-sr-user-eating:before {
    content: "\f3be";
    }
        .fi-sr-user-experience:before {
    content: "\f3bf";
    }
        .fi-sr-user-fast-running:before {
    content: "\f3c0";
    }
        .fi-sr-user-forbidden:before {
    content: "\f3c1";
    }
        .fi-sr-user-forbidden-alt:before {
    content: "\f3c2";
    }
        .fi-sr-user-gear:before {
    content: "\f3c3";
    }
        .fi-sr-user-graduate:before {
    content: "\f3c4";
    }
        .fi-sr-user-group-crown:before {
    content: "\f3c5";
    }
        .fi-sr-user-hair-buns:before {
    content: "\f3c6";
    }
        .fi-sr-user-hair-mullet:before {
    content: "\f3c7";
    }
        .fi-sr-user-hard-work:before {
    content: "\f3c8";
    }
        .fi-sr-user-headset:before {
    content: "\f3c9";
    }
        .fi-sr-user-helmet-safety:before {
    content: "\f3ca";
    }
        .fi-sr-user-hoodie:before {
    content: "\f3cb";
    }
        .fi-sr-user-india:before {
    content: "\f3cc";
    }
        .fi-sr-user-injured:before {
    content: "\f3cd";
    }
        .fi-sr-user-interface-ui:before {
    content: "\f3ce";
    }
        .fi-sr-user-key:before {
    content: "\f3cf";
    }
        .fi-sr-user-language:before {
    content: "\f3d0";
    }
        .fi-sr-user-left:before {
    content: "\f3d1";
    }
        .fi-sr-user-link:before {
    content: "\f3d2";
    }
        .fi-sr-user-lock:before {
    content: "\f3d3";
    }
        .fi-sr-user-logout:before {
    content: "\f3d4";
    }
        .fi-sr-user-mask:before {
    content: "\f3d5";
    }
        .fi-sr-user-md:before {
    content: "\f3d6";
    }
        .fi-sr-user-md-chat:before {
    content: "\f3d7";
    }
        .fi-sr-user-minus:before {
    content: "\f3d8";
    }
        .fi-sr-user-moustache:before {
    content: "\f3d9";
    }
        .fi-sr-user-music:before {
    content: "\f3da";
    }
        .fi-sr-user-ninja:before {
    content: "\f3db";
    }
        .fi-sr-user-nurse:before {
    content: "\f3dc";
    }
        .fi-sr-user-nurse-hair:before {
    content: "\f3dd";
    }
        .fi-sr-user-nurse-hair-long:before {
    content: "\f3de";
    }
        .fi-sr-user-pen:before {
    content: "\f3e0";
    }
        .fi-sr-user-pen-head:before {
    content: "\f3e1";
    }
        .fi-sr-user-permissions:before {
    content: "\f3e2";
    }
        .fi-sr-user-pilot:before {
    content: "\f3e3";
    }
        .fi-sr-user-pilot-tie:before {
    content: "\f3e4";
    }
        .fi-sr-user-pizza-delivery:before {
    content: "\f3e5";
    }
        .fi-sr-user-plumber:before {
    content: "\f3e6";
    }
        .fi-sr-user-police:before {
    content: "\f3e7";
    }
        .fi-sr-user-question:before {
    content: "\f3e8";
    }
        .fi-sr-user-right:before {
    content: "\f3e9";
    }
        .fi-sr-user-roadmap:before {
    content: "\f3ea";
    }
        .fi-sr-user-robot:before {
    content: "\f3eb";
    }
        .fi-sr-user-robot-xmarks:before {
    content: "\f3ec";
    }
        .fi-sr-user-salary:before {
    content: "\f3ed";
    }
        .fi-sr-user-shakespeare:before {
    content: "\f3ee";
    }
        .fi-sr-user-shield:before {
    content: "\f3ef";
    }
        .fi-sr-user-sitting-toilet:before {
    content: "\f3f0";
    }
        .fi-sr-user-skill-gear:before {
    content: "\f3f2";
    }
        .fi-sr-user-slash:before {
    content: "\f3f3";
    }
        .fi-sr-user-speaking:before {
    content: "\f3f4";
    }
        .fi-sr-user-stress:before {
    content: "\f3f5";
    }
        .fi-sr-user-suitcase:before {
    content: "\f3f6";
    }
        .fi-sr-user-tag:before {
    content: "\f3f7";
    }
        .fi-sr-user-tie-hair:before {
    content: "\f3f8";
    }
        .fi-sr-user-tie-hair-long:before {
    content: "\f3f9";
    }
        .fi-sr-user-time:before {
    content: "\f3fa";
    }
        .fi-sr-user-trust:before {
    content: "\f3fb";
    }
        .fi-sr-user-unlock:before {
    content: "\f3fc";
    }
        .fi-sr-user-up:before {
    content: "\f3fd";
    }
        .fi-sr-user-visor:before {
    content: "\f3fe";
    }
        .fi-sr-user-vneck-hair:before {
    content: "\f3ff";
    }
        .fi-sr-user-vneck-hair-long:before {
    content: "\f400";
    }
        .fi-sr-user-volunteer:before {
    content: "\f401";
    }
        .fi-sr-user-writer:before {
    content: "\f402";
    }
        .fi-sr-user-xmark:before {
    content: "\f403";
    }
        .fi-sr-users:before {
    content: "\f404";
    }
        .fi-sr-users-alt:before {
    content: "\f405";
    }
        .fi-sr-users-class:before {
    content: "\f406";
    }
        .fi-sr-users-gear:before {
    content: "\f409";
    }
        .fi-sr-users-loyalty:before {
    content: "\f40a";
    }
        .fi-sr-users-medical:before {
    content: "\f40b";
    }
        .fi-sr-users-slash:before {
    content: "\f40c";
    }
        .fi-sr-users-speaking:before {
    content: "\f40d";
    }
        .fi-sr-utensils:before {
    content: "\f40e";
    }
        .fi-sr-utensils-slash:before {
    content: "\f40f";
    }
        .fi-sr-utility-pole:before {
    content: "\f410";
    }
        .fi-sr-utility-pole-double:before {
    content: "\f411";
    }
        .fi-sr-ux:before {
    content: "\f413";
    }
        .fi-sr-ux-browser:before {
    content: "\f414";
    }
        .fi-sr-v:before {
    content: "\f415";
    }
        .fi-sr-vacuum:before {
    content: "\f417";
    }
        .fi-sr-vacuum-cleaner:before {
    content: "\f418";
    }
        .fi-sr-vacuum-robot:before {
    content: "\f419";
    }
        .fi-sr-value-absolute:before {
    content: "\f41a";
    }
        .fi-sr-van-fast:before {
    content: "\f41b";
    }
        .fi-sr-van-front:before {
    content: "\f41c";
    }
        .fi-sr-vault:before {
    content: "\f41d";
    }
        .fi-sr-vector:before {
    content: "\f41e";
    }
        .fi-sr-vector-alt:before {
    content: "\f41f";
    }
        .fi-sr-vector-circle:before {
    content: "\f420";
    }
        .fi-sr-vector-polygon:before {
    content: "\f421";
    }
        .fi-sr-vegan:before {
    content: "\f422";
    }
        .fi-sr-venus:before {
    content: "\f423";
    }
        .fi-sr-venus-double:before {
    content: "\f424";
    }
        .fi-sr-venus-mars:before {
    content: "\f425";
    }
        .fi-sr-vest:before {
    content: "\f427";
    }
        .fi-sr-vest-patches:before {
    content: "\f428";
    }
        .fi-sr-video-arrow-down-left:before {
    content: "\f429";
    }
        .fi-sr-video-arrow-up-right:before {
    content: "\f42a";
    }
        .fi-sr-video-camera:before {
    content: "\f42b";
    }
        .fi-sr-video-camera-alt:before {
    content: "\f42c";
    }
        .fi-sr-video-duration:before {
    content: "\f42d";
    }
        .fi-sr-video-folder:before {
    content: "\f42e";
    }
        .fi-sr-video-plus:before {
    content: "\f430";
    }
        .fi-sr-video-recording:before {
    content: "\f431";
    }
        .fi-sr-video-slash:before {
    content: "\f432";
    }
        .fi-sr-videoconference:before {
    content: "\f433";
    }
        .fi-sr-vihara:before {
    content: "\f435";
    }
        .fi-sr-violin:before {
    content: "\f437";
    }
        .fi-sr-virtual-assistant:before {
    content: "\f438";
    }
        .fi-sr-virus:before {
    content: "\f439";
    }
        .fi-sr-virus-scan:before {
    content: "\f43a";
    }
        .fi-sr-virus-slash:before {
    content: "\f43b";
    }
        .fi-sr-viruses:before {
    content: "\f43c";
    }
        .fi-sr-vision:before {
    content: "\f43e";
    }
        .fi-sr-vision-sense:before {
    content: "\f43f";
    }
        .fi-sr-vision-target:before {
    content: "\f440";
    }
        .fi-sr-visit:before {
    content: "\f441";
    }
        .fi-sr-voice-command:before {
    content: "\f444";
    }
        .fi-sr-voice-note:before {
    content: "\f445";
    }
        .fi-sr-voicemail:before {
    content: "\f446";
    }
        .fi-sr-volcano:before {
    content: "\f447";
    }
        .fi-sr-volleyball:before {
    content: "\f448";
    }
        .fi-sr-volleyball-player:before {
    content: "\f449";
    }
        .fi-sr-volume:before {
    content: "\f44a";
    }
        .fi-sr-volume-control:before {
    content: "\f44b";
    }
        .fi-sr-volume-down:before {
    content: "\f44c";
    }
        .fi-sr-volume-mute:before {
    content: "\f44d";
    }
        .fi-sr-volume-off:before {
    content: "\f44e";
    }
        .fi-sr-volume-slash:before {
    content: "\f44f";
    }
        .fi-sr-volunteer-vest:before {
    content: "\f450";
    }
        .fi-sr-vote-nay:before {
    content: "\f451";
    }
        .fi-sr-vote-yea:before {
    content: "\f452";
    }
        .fi-sr-vpn:before {
    content: "\f453";
    }
        .fi-sr-vpn-globe:before {
    content: "\f454";
    }
        .fi-sr-vpn-laptop:before {
    content: "\f455";
    }
        .fi-sr-vpn-network:before {
    content: "\f456";
    }
        .fi-sr-vpn-shield:before {
    content: "\f457";
    }
        .fi-sr-vr-cardboard:before {
    content: "\f458";
    }
        .fi-sr-w:before {
    content: "\f459";
    }
        .fi-sr-waffle:before {
    content: "\f45a";
    }
        .fi-sr-wagon-covered:before {
    content: "\f45b";
    }
        .fi-sr-walker:before {
    content: "\f45c";
    }
        .fi-sr-walkie-talkie:before {
    content: "\f45d";
    }
        .fi-sr-walking:before {
    content: "\f45e";
    }
        .fi-sr-wallet:before {
    content: "\f45f";
    }
        .fi-sr-wallet-arrow:before {
    content: "\f460";
    }
        .fi-sr-wallet-buyer:before {
    content: "\f461";
    }
        .fi-sr-wallet-change:before {
    content: "\f462";
    }
        .fi-sr-wallet-income:before {
    content: "\f463";
    }
        .fi-sr-wallet-money:before {
    content: "\f464";
    }
        .fi-sr-wallet-nft:before {
    content: "\f465";
    }
        .fi-sr-warehouse-alt:before {
    content: "\f468";
    }
        .fi-sr-washer:before {
    content: "\f46a";
    }
        .fi-sr-washing-dishes:before {
    content: "\f46b";
    }
        .fi-sr-waste:before {
    content: "\f46c";
    }
        .fi-sr-waste-pollution:before {
    content: "\f46d";
    }
        .fi-sr-watch:before {
    content: "\f46e";
    }
        .fi-sr-watch-calculator:before {
    content: "\f46f";
    }
        .fi-sr-watch-fitness:before {
    content: "\f470";
    }
        .fi-sr-watch-smart:before {
    content: "\f471";
    }
        .fi-sr-water:before {
    content: "\f472";
    }
        .fi-sr-water-bottle:before {
    content: "\f473";
    }
        .fi-sr-water-drop:before {
    content: "\f474";
    }
        .fi-sr-water-ladder:before {
    content: "\f476";
    }
        .fi-sr-water-lower:before {
    content: "\f477";
    }
        .fi-sr-water-rise:before {
    content: "\f478";
    }
        .fi-sr-water-ski:before {
    content: "\f479";
    }
        .fi-sr-watering-can-drop:before {
    content: "\f47a";
    }
        .fi-sr-watering-can-plant:before {
    content: "\f47b";
    }
        .fi-sr-watermelon:before {
    content: "\f47c";
    }
        .fi-sr-waterpolo:before {
    content: "\f47f";
    }
        .fi-sr-waterpolo-goal:before {
    content: "\f480";
    }
        .fi-sr-waterpolo-hand:before {
    content: "\f481";
    }
        .fi-sr-waterpolo-player:before {
    content: "\f482";
    }
        .fi-sr-wave:before {
    content: "\f483";
    }
        .fi-sr-wave-sine:before {
    content: "\f484";
    }
        .fi-sr-wave-square:before {
    content: "\f485";
    }
        .fi-sr-wave-triangle:before {
    content: "\f486";
    }
        .fi-sr-waveform:before {
    content: "\f487";
    }
        .fi-sr-waveform-path:before {
    content: "\f489";
    }
        .fi-sr-web-browser-bomb:before {
    content: "\f48c";
    }
        .fi-sr-web-design:before {
    content: "\f48d";
    }
        .fi-sr-web-test:before {
    content: "\f490";
    }
        .fi-sr-webcam:before {
    content: "\f491";
    }
        .fi-sr-webcam-slash:before {
    content: "\f492";
    }
        .fi-sr-webhook:before {
    content: "\f493";
    }
        .fi-sr-webinar:before {
    content: "\f494";
    }
        .fi-sr-webinar-play:before {
    content: "\f495";
    }
        .fi-sr-website-design:before {
    content: "\f496";
    }
        .fi-sr-website-layout:before {
    content: "\f497";
    }
        .fi-sr-website-speed:before {
    content: "\f498";
    }
        .fi-sr-website-structure:before {
    content: "\f499";
    }
        .fi-sr-wednesday:before {
    content: "\f49a";
    }
        .fi-sr-weight-gain:before {
    content: "\f49b";
    }
        .fi-sr-weight-loss:before {
    content: "\f49c";
    }
        .fi-sr-welding:before {
    content: "\f49d";
    }
        .fi-sr-wellbeing:before {
    content: "\f49e";
    }
        .fi-sr-whale:before {
    content: "\f4a0";
    }
        .fi-sr-wheat:before {
    content: "\f4a2";
    }
        .fi-sr-wheat-awn:before {
    content: "\f4a3";
    }
        .fi-sr-wheat-awn-circle-exclamation:before {
    content: "\f4a4";
    }
        .fi-sr-wheat-awn-slash:before {
    content: "\f4a5";
    }
        .fi-sr-wheat-slash:before {
    content: "\f4a6";
    }
        .fi-sr-wheelchair:before {
    content: "\f4a7";
    }
        .fi-sr-wheelchair-move:before {
    content: "\f4a8";
    }
        .fi-sr-wheelchair-sleeping:before {
    content: "\f4a9";
    }
        .fi-sr-whistle:before {
    content: "\f4aa";
    }
        .fi-sr-white-space:before {
    content: "\f4ab";
    }
        .fi-sr-wifi:before {
    content: "\f4ac";
    }
        .fi-sr-wifi-1:before {
    content: "\f4ad";
    }
        .fi-sr-wifi-2:before {
    content: "\f4ae";
    }
        .fi-sr-wifi-alt:before {
    content: "\f4af";
    }
        .fi-sr-wifi-exclamation:before {
    content: "\f4b0";
    }
        .fi-sr-wifi-lock:before {
    content: "\f4b1";
    }
        .fi-sr-wifi-password:before {
    content: "\f4b2";
    }
        .fi-sr-wifi-slash:before {
    content: "\f4b3";
    }
        .fi-sr-wifi-xmark:before {
    content: "\f4b4";
    }
        .fi-sr-wildfire:before {
    content: "\f4b6";
    }
        .fi-sr-wind:before {
    content: "\f4b7";
    }
        .fi-sr-wind-turbine:before {
    content: "\f4b8";
    }
        .fi-sr-wind-warning:before {
    content: "\f4b9";
    }
        .fi-sr-window-alt:before {
    content: "\f4bb";
    }
        .fi-sr-window-frame:before {
    content: "\f4bc";
    }
        .fi-sr-window-frame-open:before {
    content: "\f4bd";
    }
        .fi-sr-window-maximize:before {
    content: "\f4be";
    }
        .fi-sr-window-minimize:before {
    content: "\f4bf";
    }
        .fi-sr-window-restore:before {
    content: "\f4c0";
    }
        .fi-sr-windsock:before {
    content: "\f4c2";
    }
        .fi-sr-windsurf:before {
    content: "\f4c3";
    }
        .fi-sr-wine-bottle:before {
    content: "\f4c4";
    }
        .fi-sr-wine-glass-crack:before {
    content: "\f4c5";
    }
        .fi-sr-wine-glass-empty:before {
    content: "\f4c6";
    }
        .fi-sr-wings-box:before {
    content: "\f4c7";
    }
        .fi-sr-wisdom:before {
    content: "\f4c9";
    }
        .fi-sr-wishlist-heart:before {
    content: "\f4ca";
    }
        .fi-sr-wishlist-star:before {
    content: "\f4cb";
    }
        .fi-sr-witness:before {
    content: "\f4cc";
    }
        .fi-sr-woman-head:before {
    content: "\f4ce";
    }
        .fi-sr-woman-scientist:before {
    content: "\f4cf";
    }
        .fi-sr-women-swimsuit:before {
    content: "\f4d0";
    }
        .fi-sr-won-sign:before {
    content: "\f4d1";
    }
        .fi-sr-workflow:before {
    content: "\f4d4";
    }
        .fi-sr-workflow-alt:before {
    content: "\f4d5";
    }
        .fi-sr-workflow-setting:before {
    content: "\f4d6";
    }
        .fi-sr-workflow-setting-alt:before {
    content: "\f4d7";
    }
        .fi-sr-workshop:before {
    content: "\f4d9";
    }
        .fi-sr-workwear:before {
    content: "\f4da";
    }
        .fi-sr-world:before {
    content: "\f4db";
    }
        .fi-sr-world-megaphone:before {
    content: "\f4dc";
    }
        .fi-sr-worm:before {
    content: "\f4de";
    }
        .fi-sr-wrap:before {
    content: "\f4df";
    }
        .fi-sr-wreath:before {
    content: "\f4e0";
    }
        .fi-sr-wrench-alt:before {
    content: "\f4e1";
    }
        .fi-sr-wrench-simple:before {
    content: "\f4e2";
    }
        .fi-sr-x:before {
    content: "\f4e6";
    }
        .fi-sr-x-ray:before {
    content: "\f4e7";
    }
        .fi-sr-y:before {
    content: "\f4ea";
    }
        .fi-sr-y2k:before {
    content: "\f4eb";
    }
        .fi-sr-yen:before {
    content: "\f4ef";
    }
        .fi-sr-yin-yang:before {
    content: "\f4f0";
    }
        .fi-sr-yoga-ball:before {
    content: "\f4f3";
    }
        .fi-sr-yoga-ball-exercise:before {
    content: "\f4f4";
    }
        .fi-sr-yoga-ball-mat:before {
    content: "\f4f5";
    }
        .fi-sr-yoga-mat:before {
    content: "\f4f6";
    }
        .fi-sr-yoga-moon:before {
    content: "\f4f7";
    }
        .fi-sr-yoga-posture:before {
    content: "\f4f8";
    }
        .fi-sr-z:before {
    content: "\f4fa";
    }
        .fi-sr-zero-percent:before {
    content: "\f4fb";
    }
        .fi-sr-zip-file:before {
    content: "\f4fc";
    }
        .fi-sr-zoom-in:before {
    content: "\f4fe";
    }
        .fi-sr-zoom-out:before {
    content: "\f4ff";
    }

@font-face {
	font-family: 'Feather';
	src:
	url(/fonts/b2469c88d8944b230519.ttf?sdxovp) format('truetype'),
	url(/fonts/eb9822a3be07c5110df9.woff?sdxovp) format('woff'),
	url(/3dc6619f9f7fa059db35.svg?sdxovp#Feather) format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="feather-"], [class*=" feather-"] {
	font-family: 'feather' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.feather-activity:before {
	content: "\e900";
}
.feather-airplay:before {
	content: "\e901";
}
.feather-alert-circle:before {
	content: "\e902";
}
.feather-alert-octagon:before {
	content: "\e903";
}
.feather-alert-triangle:before {
	content: "\e904";
}
.feather-align-center:before {
	content: "\e905";
}
.feather-align-justify:before {
	content: "\e906";
}
.feather-align-left:before {
	content: "\e907";
}
.feather-align-right:before {
	content: "\e908";
}
.feather-anchor:before {
	content: "\e909";
}
.feather-aperture:before {
	content: "\e90a";
}
.feather-archive:before {
	content: "\e90b";
}
.feather-arrow-down:before {
	content: "\e90c";
}
.feather-arrow-down-circle:before {
	content: "\e90d";
}
.feather-arrow-down-left:before {
	content: "\e90e";
}
.feather-arrow-down-right:before {
	content: "\e90f";
}
.feather-arrow-left:before {
	content: "\e910";
}
.feather-arrow-left-circle:before {
	content: "\e911";
}
.feather-arrow-right:before {
	content: "\e912";
}
.feather-arrow-right-circle:before {
	content: "\e913";
}
.feather-arrow-up:before {
	content: "\e914";
}
.feather-arrow-up-circle:before {
	content: "\e915";
}
.feather-arrow-up-left:before {
	content: "\e916";
}
.feather-arrow-up-right:before {
	content: "\e917";
}
.feather-at-sign:before {
	content: "\e918";
}
.feather-award:before {
	content: "\e919";
}
.feather-bar-chart:before {
	content: "\e91a";
}
.feather-bar-chart-2:before {
	content: "\e91b";
}
.feather-battery:before {
	content: "\e91c";
}
.feather-battery-charging:before {
	content: "\e91d";
}
.feather-bell:before {
	content: "\e91e";
}
.feather-bell-off:before {
	content: "\e91f";
}
.feather-bluetooth:before {
	content: "\e920";
}
.feather-bold:before {
	content: "\e921";
}
.feather-book:before {
	content: "\e922";
}
.feather-book-open:before {
	content: "\e923";
}
.feather-bookmark:before {
	content: "\e924";
}
.feather-box:before {
	content: "\e925";
}
.feather-briefcase:before {
	content: "\e926";
}
.feather-calendar:before {
	content: "\e927";
}
.feather-camera:before {
	content: "\e928";
}
.feather-camera-off:before {
	content: "\e929";
}
.feather-cast:before {
	content: "\e92a";
}
.feather-check:before {
	content: "\e92b";
}
.feather-check-circle:before {
	content: "\e92c";
}
.feather-check-square:before {
	content: "\e92d";
}
.feather-chevron-down:before {
	content: "\e92e";
}
.feather-chevron-left:before {
	content: "\e92f";
}
.feather-chevron-right:before {
	content: "\e930";
}
.feather-chevron-up:before {
	content: "\e931";
}
.feather-chevrons-down:before {
	content: "\e932";
}
.feather-chevrons-left:before {
	content: "\e933";
}
.feather-chevrons-right:before {
	content: "\e934";
}
.feather-chevrons-up:before {
	content: "\e935";
}
.feather-chrome:before {
	content: "\e936";
}
.feather-circle:before {
	content: "\e937";
}
.feather-clipboard:before {
	content: "\e938";
}
.feather-clock:before {
	content: "\e939";
}
.feather-cloud:before {
	content: "\e93a";
}
.feather-cloud-drizzle:before {
	content: "\e93b";
}
.feather-cloud-lightning:before {
	content: "\e93c";
}
.feather-cloud-off:before {
	content: "\e93d";
}
.feather-cloud-rain:before {
	content: "\e93e";
}
.feather-cloud-snow:before {
	content: "\e93f";
}
.feather-code:before {
	content: "\e940";
}
.feather-codepen:before {
	content: "\e941";
}
.feather-command:before {
	content: "\e942";
}
.feather-compass:before {
	content: "\e943";
}
.feather-copy:before {
	content: "\e944";
}
.feather-corner-down-left:before {
	content: "\e945";
}
.feather-corner-down-right:before {
	content: "\e946";
}
.feather-corner-left-down:before {
	content: "\e947";
}
.feather-corner-left-up:before {
	content: "\e948";
}
.feather-corner-right-down:before {
	content: "\e949";
}
.feather-corner-right-up:before {
	content: "\e94a";
}
.feather-corner-up-left:before {
	content: "\e94b";
}
.feather-corner-up-right:before {
	content: "\e94c";
}
.feather-cpu:before {
	content: "\e94d";
}
.feather-credit-card:before {
	content: "\e94e";
}
.feather-crop:before {
	content: "\e94f";
}
.feather-crosshair:before {
	content: "\e950";
}
.feather-database:before {
	content: "\e951";
}
.feather-delete:before {
	content: "\e952";
}
.feather-disc:before {
	content: "\e953";
}
.feather-dollar-sign:before {
	content: "\e954";
}
.feather-download:before {
	content: "\e955";
}
.feather-download-cloud:before {
	content: "\e956";
}
.feather-droplet:before {
	content: "\e957";
}
.feather-edit:before {
	content: "\e958";
}
.feather-edit-2:before {
	content: "\e959";
}
.feather-edit-3:before {
	content: "\e95a";
}
.feather-external-link:before {
	content: "\e95b";
}
.feather-eye:before {
	content: "\e95c";
}
.feather-eye-off:before {
	content: "\e95d";
}
.feather-facebook:before {
	content: "\e95e";
}
.feather-fast-forward:before {
	content: "\e95f";
}
.feather-feather:before {
	content: "\e960";
}
.feather-file:before {
	content: "\e961";
}
.feather-file-minus:before {
	content: "\e962";
}
.feather-file-plus:before {
	content: "\e963";
}
.feather-file-text:before {
	content: "\e964";
}
.feather-film:before {
	content: "\e965";
}
.feather-filter:before {
	content: "\e966";
}
.feather-flag:before {
	content: "\e967";
}
.feather-folder:before {
	content: "\e968";
}
.feather-folder-minus:before {
	content: "\e969";
}
.feather-folder-plus:before {
	content: "\e96a";
}
.feather-gift:before {
	content: "\e96b";
}
.feather-git-branch:before {
	content: "\e96c";
}
.feather-git-commit:before {
	content: "\e96d";
}
.feather-git-merge:before {
	content: "\e96e";
}
.feather-git-pull-request:before {
	content: "\e96f";
}
.feather-github:before {
	content: "\e970";
}
.feather-gitlab:before {
	content: "\e971";
}
.feather-globe:before {
	content: "\e972";
}
.feather-grid:before {
	content: "\e973";
}
.feather-hard-drive:before {
	content: "\e974";
}
.feather-hash:before {
	content: "\e975";
}
.feather-headphones:before {
	content: "\e976";
}
.feather-heart:before {
	content: "\e977";
}
.feather-help-circle:before {
	content: "\e978";
}
.feather-home:before {
	content: "\e979";
}
.feather-image:before {
	content: "\e97a";
}
.feather-inbox:before {
	content: "\e97b";
}
.feather-info:before {
	content: "\e97c";
}
.feather-instagram:before {
	content: "\e97d";
}
.feather-italic:before {
	content: "\e97e";
}
.feather-layers:before {
	content: "\e97f";
}
.feather-layout:before {
	content: "\e980";
}
.feather-life-buoy:before {
	content: "\e981";
}
.feather-link:before {
	content: "\e982";
}
.feather-link-2:before {
	content: "\e983";
}
.feather-linkedin:before {
	content: "\e984";
}
.feather-list:before {
	content: "\e985";
}
.feather-loader:before {
	content: "\e986";
}
.feather-lock:before {
	content: "\e987";
}
.feather-log-in:before {
	content: "\e988";
}
.feather-log-out:before {
	content: "\e989";
}
.feather-mail:before {
	content: "\e98a";
}
.feather-map:before {
	content: "\e98b";
}
.feather-map-pin:before {
	content: "\e98c";
}
.feather-maximize:before {
	content: "\e98d";
}
.feather-maximize-2:before {
	content: "\e98e";
}
.feather-menu:before {
	content: "\e98f";
}
.feather-message-circle:before {
	content: "\e990";
}
.feather-message-square:before {
	content: "\e991";
}
.feather-mic:before {
	content: "\e992";
}
.feather-mic-off:before {
	content: "\e993";
}
.feather-minimize:before {
	content: "\e994";
}
.feather-minimize-2:before {
	content: "\e995";
}
.feather-minus:before {
	content: "\e996";
}
.feather-minus-circle:before {
	content: "\e997";
}
.feather-minus-square:before {
	content: "\e998";
}
.feather-monitor:before {
	content: "\e999";
}
.feather-moon:before {
	content: "\e99a";
}
.feather-more-horizontal:before {
	content: "\e99b";
}
.feather-more-vertical:before {
	content: "\e99c";
}
.feather-move:before {
	content: "\e99d";
}
.feather-music:before {
	content: "\e99e";
}
.feather-navigation:before {
	content: "\e99f";
}
.feather-navigation-2:before {
	content: "\e9a0";
}
.feather-octagon:before {
	content: "\e9a1";
}
.feather-package:before {
	content: "\e9a2";
}
.feather-paperclip:before {
	content: "\e9a3";
}
.feather-pause:before {
	content: "\e9a4";
}
.feather-pause-circle:before {
	content: "\e9a5";
}
.feather-percent:before {
	content: "\e9a6";
}
.feather-phone:before {
	content: "\e9a7";
}
.feather-phone-call:before {
	content: "\e9a8";
}
.feather-phone-forwarded:before {
	content: "\e9a9";
}
.feather-phone-incoming:before {
	content: "\e9aa";
}
.feather-phone-missed:before {
	content: "\e9ab";
}
.feather-phone-off:before {
	content: "\e9ac";
}
.feather-phone-outgoing:before {
	content: "\e9ad";
}
.feather-pie-chart:before {
	content: "\e9ae";
}
.feather-play:before {
	content: "\e9af";
}
.feather-play-circle:before {
	content: "\e9b0";
}
.feather-plus:before {
	content: "\e9b1";
}
.feather-plus-circle:before {
	content: "\e9b2";
}
.feather-plus-square:before {
	content: "\e9b3";
}
.feather-pocket:before {
	content: "\e9b4";
}
.feather-power:before {
	content: "\e9b5";
}
.feather-printer:before {
	content: "\e9b6";
}
.feather-radio:before {
	content: "\e9b7";
}
.feather-refresh-ccw:before {
	content: "\e9b8";
}
.feather-refresh-cw:before {
	content: "\e9b9";
}
.feather-repeat:before {
	content: "\e9ba";
}
.feather-rewind:before {
	content: "\e9bb";
}
.feather-rotate-ccw:before {
	content: "\e9bc";
}
.feather-rotate-cw:before {
	content: "\e9bd";
}
.feather-rss:before {
	content: "\e9be";
}
.feather-save:before {
	content: "\e9bf";
}
.feather-scissors:before {
	content: "\e9c0";
}
.feather-search:before {
	content: "\e9c1";
}
.feather-send:before {
	content: "\e9c2";
}
.feather-server:before {
	content: "\e9c3";
}
.feather-settings:before {
	content: "\e9c4";
}
.feather-share:before {
	content: "\e9c5";
}
.feather-share-2:before {
	content: "\e9c6";
}
.feather-shield:before {
	content: "\e9c7";
}
.feather-shield-off:before {
	content: "\e9c8";
}
.feather-shopping-bag:before {
	content: "\e9c9";
}
.feather-shopping-cart:before {
	content: "\e9ca";
}
.feather-shuffle:before {
	content: "\e9cb";
}
.feather-sidebar:before {
	content: "\e9cc";
}
.feather-skip-back:before {
	content: "\e9cd";
}
.feather-skip-forward:before {
	content: "\e9ce";
}
.feather-slack:before {
	content: "\e9cf";
}
.feather-slash:before {
	content: "\e9d0";
}
.feather-sliders:before {
	content: "\e9d1";
}
.feather-smartphone:before {
	content: "\e9d2";
}
.feather-speaker:before {
	content: "\e9d3";
}
.feather-square:before {
	content: "\e9d4";
}
.feather-star:before {
	content: "\e9d5";
}
.feather-stop-circle:before {
	content: "\e9d6";
}
.feather-sun:before {
	content: "\e9d7";
}
.feather-sunrise:before {
	content: "\e9d8";
}
.feather-sunset:before {
	content: "\e9d9";
}
.feather-tablet:before {
	content: "\e9da";
}
.feather-tag:before {
	content: "\e9db";
}
.feather-target:before {
	content: "\e9dc";
}
.feather-terminal:before {
	content: "\e9dd";
}
.feather-thermometer:before {
	content: "\e9de";
}
.feather-thumbs-down:before {
	content: "\e9df";
}
.feather-thumbs-up:before {
	content: "\e9e0";
}
.feather-toggle-left:before {
	content: "\e9e1";
}
.feather-toggle-right:before {
	content: "\e9e2";
}
.feather-trash:before {
	content: "\e9e3";
}
.feather-trash-2:before {
	content: "\e9e4";
}
.feather-trending-down:before {
	content: "\e9e5";
}
.feather-trending-up:before {
	content: "\e9e6";
}
.feather-triangle:before {
	content: "\e9e7";
}
.feather-truck:before {
	content: "\e9e8";
}
.feather-tv:before {
	content: "\e9e9";
}
.feather-twitter:before {
	content: "\e9ea";
}
.feather-type:before {
	content: "\e9eb";
}
.feather-umbrella:before {
	content: "\e9ec";
}
.feather-underline:before {
	content: "\e9ed";
}
.feather-unlock:before {
	content: "\e9ee";
}
.feather-upload:before {
	content: "\e9ef";
}
.feather-upload-cloud:before {
	content: "\e9f0";
}
.feather-user:before {
	content: "\e9f1";
}
.feather-user-check:before {
	content: "\e9f2";
}
.feather-user-minus:before {
	content: "\e9f3";
}
.feather-user-plus:before {
	content: "\e9f4";
}
.feather-user-x:before {
	content: "\e9f5";
}
.feather-users:before {
	content: "\e9f6";
}
.feather-video:before {
	content: "\e9f7";
}
.feather-video-off:before {
	content: "\e9f8";
}
.feather-voicemail:before {
	content: "\e9f9";
}
.feather-volume:before {
	content: "\e9fa";
}
.feather-volume-1:before {
	content: "\e9fb";
}
.feather-volume-2:before {
	content: "\e9fc";
}
.feather-volume-x:before {
	content: "\e9fd";
}
.feather-watch:before {
	content: "\e9fe";
}
.feather-wifi:before {
	content: "\e9ff";
}
.feather-wifi-off:before {
	content: "\ea00";
}
.feather-wind:before {
	content: "\ea01";
}
.feather-x:before {
	content: "\ea02";
}
.feather-x-circle:before {
	content: "\ea03";
}
.feather-x-square:before {
	content: "\ea04";
}
.feather-youtube:before {
	content: "\ea05";
}
.feather-zap:before {
	content: "\ea06";
}
.feather-zap-off:before {
	content: "\ea07";
}
.feather-zoom-in:before {
	content: "\ea08";
}
.feather-zoom-out:before {
	content: "\ea09";
}

.la,.lab,.lad,.lal,.lar,.las{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.la-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.la-xs{font-size:.75em}.la-sm{font-size:.875em}.la-1x{font-size:1em}.la-2x{font-size:2em}.la-3x{font-size:3em}.la-4x{font-size:4em}.la-5x{font-size:5em}.la-6x{font-size:6em}.la-7x{font-size:7em}.la-8x{font-size:8em}.la-9x{font-size:9em}.la-10x{font-size:10em}.la-fw{text-align:center;width:1.25em}.la-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.la-ul>li{position:relative}.la-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.la-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.la-pull-left{float:left}.la-pull-right{float:right}.la.la-pull-left,.lab.la-pull-left,.lal.la-pull-left,.lar.la-pull-left,.las.la-pull-left{margin-right:.3em}.la.la-pull-right,.lab.la-pull-right,.lal.la-pull-right,.lar.la-pull-right,.las.la-pull-right{margin-left:.3em}.la-spin{-webkit-animation:la-spin 2s infinite linear;animation:la-spin 2s infinite linear}.la-pulse{-webkit-animation:la-spin 1s infinite steps(8);animation:la-spin 1s infinite steps(8)}@-webkit-keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.la-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.la-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.la-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.la-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.la-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.la-flip-both,.la-flip-horizontal.la-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .la-flip-both,:root .la-flip-horizontal,:root .la-flip-vertical,:root .la-rotate-180,:root .la-rotate-270,:root .la-rotate-90{-webkit-filter:none;filter:none}.la-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.la-stack-1x,.la-stack-2x{left:0;position:absolute;text-align:center;width:100%}.la-stack-1x{line-height:inherit}.la-stack-2x{font-size:2em}.la-inverse{color:#fff}.la-500px:before{content:"\f26e"}.la-accessible-icon:before{content:"\f368"}.la-accusoft:before{content:"\f369"}.la-acquisitions-incorporated:before{content:"\f6af"}.la-ad:before{content:"\f641"}.la-address-book:before{content:"\f2b9"}.la-address-card:before{content:"\f2bb"}.la-adjust:before{content:"\f042"}.la-adn:before{content:"\f170"}.la-adobe:before{content:"\f778"}.la-adversal:before{content:"\f36a"}.la-affiliatetheme:before{content:"\f36b"}.la-air-freshener:before{content:"\f5d0"}.la-airbnb:before{content:"\f834"}.la-algolia:before{content:"\f36c"}.la-align-center:before{content:"\f037"}.la-align-justify:before{content:"\f039"}.la-align-left:before{content:"\f036"}.la-align-right:before{content:"\f038"}.la-alipay:before{content:"\f642"}.la-allergies:before{content:"\f461"}.la-amazon:before{content:"\f270"}.la-amazon-pay:before{content:"\f42c"}.la-ambulance:before{content:"\f0f9"}.la-american-sign-language-interpreting:before{content:"\f2a3"}.la-amilia:before{content:"\f36d"}.la-anchor:before{content:"\f13d"}.la-android:before{content:"\f17b"}.la-angellist:before{content:"\f209"}.la-angle-double-down:before{content:"\f103"}.la-angle-double-left:before{content:"\f100"}.la-angle-double-right:before{content:"\f101"}.la-angle-double-up:before{content:"\f102"}.la-angle-down:before{content:"\f107"}.la-angle-left:before{content:"\f104"}.la-angle-right:before{content:"\f105"}.la-angle-up:before{content:"\f106"}.la-angry:before{content:"\f556"}.la-angrycreative:before{content:"\f36e"}.la-angular:before{content:"\f420"}.la-ankh:before{content:"\f644"}.la-app-store:before{content:"\f36f"}.la-app-store-ios:before{content:"\f370"}.la-apper:before{content:"\f371"}.la-apple:before{content:"\f179"}.la-apple-alt:before{content:"\f5d1"}.la-apple-pay:before{content:"\f415"}.la-archive:before{content:"\f187"}.la-archway:before{content:"\f557"}.la-arrow-alt-circle-down:before{content:"\f358"}.la-arrow-alt-circle-left:before{content:"\f359"}.la-arrow-alt-circle-right:before{content:"\f35a"}.la-arrow-alt-circle-up:before{content:"\f35b"}.la-arrow-circle-down:before{content:"\f0ab"}.la-arrow-circle-left:before{content:"\f0a8"}.la-arrow-circle-right:before{content:"\f0a9"}.la-arrow-circle-up:before{content:"\f0aa"}.la-arrow-down:before{content:"\f063"}.la-arrow-left:before{content:"\f060"}.la-arrow-right:before{content:"\f061"}.la-arrow-up:before{content:"\f062"}.la-arrows-alt:before{content:"\f0b2"}.la-arrows-alt-h:before{content:"\f337"}.la-arrows-alt-v:before{content:"\f338"}.la-artstation:before{content:"\f77a"}.la-assistive-listening-systems:before{content:"\f2a2"}.la-asterisk:before{content:"\f069"}.la-asymmetrik:before{content:"\f372"}.la-at:before{content:"\f1fa"}.la-atlas:before{content:"\f558"}.la-atlassian:before{content:"\f77b"}.la-atom:before{content:"\f5d2"}.la-audible:before{content:"\f373"}.la-audio-description:before{content:"\f29e"}.la-autoprefixer:before{content:"\f41c"}.la-avianex:before{content:"\f374"}.la-aviato:before{content:"\f421"}.la-award:before{content:"\f559"}.la-aws:before{content:"\f375"}.la-baby:before{content:"\f77c"}.la-baby-carriage:before{content:"\f77d"}.la-backspace:before{content:"\f55a"}.la-backward:before{content:"\f04a"}.la-bacon:before{content:"\f7e5"}.la-balance-scale:before{content:"\f24e"}.la-balance-scale-left:before{content:"\f515"}.la-balance-scale-right:before{content:"\f516"}.la-ban:before{content:"\f05e"}.la-band-aid:before{content:"\f462"}.la-bandcamp:before{content:"\f2d5"}.la-barcode:before{content:"\f02a"}.la-bars:before{content:"\f0c9"}.la-baseball-ball:before{content:"\f433"}.la-basketball-ball:before{content:"\f434"}.la-bath:before{content:"\f2cd"}.la-battery-empty:before{content:"\f244"}.la-battery-full:before{content:"\f240"}.la-battery-half:before{content:"\f242"}.la-battery-quarter:before{content:"\f243"}.la-battery-three-quarters:before{content:"\f241"}.la-battle-net:before{content:"\f835"}.la-bed:before{content:"\f236"}.la-beer:before{content:"\f0fc"}.la-behance:before{content:"\f1b4"}.la-behance-square:before{content:"\f1b5"}.la-bell:before{content:"\f0f3"}.la-bell-slash:before{content:"\f1f6"}.la-bezier-curve:before{content:"\f55b"}.la-bible:before{content:"\f647"}.la-bicycle:before{content:"\f206"}.la-biking:before{content:"\f84a"}.la-bimobject:before{content:"\f378"}.la-binoculars:before{content:"\f1e5"}.la-biohazard:before{content:"\f780"}.la-birthday-cake:before{content:"\f1fd"}.la-bitbucket:before{content:"\f171"}.la-bitcoin:before{content:"\f379"}.la-bity:before{content:"\f37a"}.la-black-tie:before{content:"\f27e"}.la-blackberry:before{content:"\f37b"}.la-blender:before{content:"\f517"}.la-blender-phone:before{content:"\f6b6"}.la-blind:before{content:"\f29d"}.la-blog:before{content:"\f781"}.la-blogger:before{content:"\f37c"}.la-blogger-b:before{content:"\f37d"}.la-bluetooth:before{content:"\f293"}.la-bluetooth-b:before{content:"\f294"}.la-bold:before{content:"\f032"}.la-bolt:before{content:"\f0e7"}.la-bomb:before{content:"\f1e2"}.la-bone:before{content:"\f5d7"}.la-bong:before{content:"\f55c"}.la-book:before{content:"\f02d"}.la-book-dead:before{content:"\f6b7"}.la-book-medical:before{content:"\f7e6"}.la-book-open:before{content:"\f518"}.la-book-reader:before{content:"\f5da"}.la-bookmark:before{content:"\f02e"}.la-bootstrap:before{content:"\f836"}.la-border-all:before{content:"\f84c"}.la-border-none:before{content:"\f850"}.la-border-style:before{content:"\f853"}.la-bowling-ball:before{content:"\f436"}.la-box:before{content:"\f466"}.la-box-open:before{content:"\f49e"}.la-boxes:before{content:"\f468"}.la-braille:before{content:"\f2a1"}.la-brain:before{content:"\f5dc"}.la-bread-slice:before{content:"\f7ec"}.la-briefcase:before{content:"\f0b1"}.la-briefcase-medical:before{content:"\f469"}.la-broadcast-tower:before{content:"\f519"}.la-broom:before{content:"\f51a"}.la-brush:before{content:"\f55d"}.la-btc:before{content:"\f15a"}.la-buffer:before{content:"\f837"}.la-bug:before{content:"\f188"}.la-building:before{content:"\f1ad"}.la-bullhorn:before{content:"\f0a1"}.la-bullseye:before{content:"\f140"}.la-burn:before{content:"\f46a"}.la-buromobelexperte:before{content:"\f37f"}.la-bus:before{content:"\f207"}.la-bus-alt:before{content:"\f55e"}.la-business-time:before{content:"\f64a"}.la-buy-n-large:before{content:"\f8a6"}.la-buysellads:before{content:"\f20d"}.la-calculator:before{content:"\f1ec"}.la-calendar:before{content:"\f133"}.la-calendar-alt:before{content:"\f073"}.la-calendar-check:before{content:"\f274"}.la-calendar-day:before{content:"\f783"}.la-calendar-minus:before{content:"\f272"}.la-calendar-plus:before{content:"\f271"}.la-calendar-times:before{content:"\f273"}.la-calendar-week:before{content:"\f784"}.la-camera:before{content:"\f030"}.la-camera-retro:before{content:"\f083"}.la-campground:before{content:"\f6bb"}.la-canadian-maple-leaf:before{content:"\f785"}.la-candy-cane:before{content:"\f786"}.la-cannabis:before{content:"\f55f"}.la-capsules:before{content:"\f46b"}.la-car:before{content:"\f1b9"}.la-car-alt:before{content:"\f5de"}.la-car-battery:before{content:"\f5df"}.la-car-crash:before{content:"\f5e1"}.la-car-side:before{content:"\f5e4"}.la-caret-down:before{content:"\f0d7"}.la-caret-left:before{content:"\f0d9"}.la-caret-right:before{content:"\f0da"}.la-caret-square-down:before{content:"\f150"}.la-caret-square-left:before{content:"\f191"}.la-caret-square-right:before{content:"\f152"}.la-caret-square-up:before{content:"\f151"}.la-caret-up:before{content:"\f0d8"}.la-carrot:before{content:"\f787"}.la-cart-arrow-down:before{content:"\f218"}.la-cart-plus:before{content:"\f217"}.la-cash-register:before{content:"\f788"}.la-cat:before{content:"\f6be"}.la-cc-amazon-pay:before{content:"\f42d"}.la-cc-amex:before{content:"\f1f3"}.la-cc-apple-pay:before{content:"\f416"}.la-cc-diners-club:before{content:"\f24c"}.la-cc-discover:before{content:"\f1f2"}.la-cc-jcb:before{content:"\f24b"}.la-cc-mastercard:before{content:"\f1f1"}.la-cc-paypal:before{content:"\f1f4"}.la-cc-stripe:before{content:"\f1f5"}.la-cc-visa:before{content:"\f1f0"}.la-centercode:before{content:"\f380"}.la-centos:before{content:"\f789"}.la-certificate:before{content:"\f0a3"}.la-chair:before{content:"\f6c0"}.la-chalkboard:before{content:"\f51b"}.la-chalkboard-teacher:before{content:"\f51c"}.la-charging-station:before{content:"\f5e7"}.la-chart-area:before{content:"\f1fe"}.la-chart-bar:before{content:"\f080"}.la-chart-line:before{content:"\f201"}.la-chart-pie:before{content:"\f200"}.la-check:before{content:"\f00c"}.la-check-circle:before{content:"\f058"}.la-check-double:before{content:"\f560"}.la-check-square:before{content:"\f14a"}.la-cheese:before{content:"\f7ef"}.la-chess:before{content:"\f439"}.la-chess-bishop:before{content:"\f43a"}.la-chess-board:before{content:"\f43c"}.la-chess-king:before{content:"\f43f"}.la-chess-knight:before{content:"\f441"}.la-chess-pawn:before{content:"\f443"}.la-chess-queen:before{content:"\f445"}.la-chess-rook:before{content:"\f447"}.la-chevron-circle-down:before{content:"\f13a"}.la-chevron-circle-left:before{content:"\f137"}.la-chevron-circle-right:before{content:"\f138"}.la-chevron-circle-up:before{content:"\f139"}.la-chevron-down:before{content:"\f078"}.la-chevron-left:before{content:"\f053"}.la-chevron-right:before{content:"\f054"}.la-chevron-up:before{content:"\f077"}.la-child:before{content:"\f1ae"}.la-chrome:before{content:"\f268"}.la-chromecast:before{content:"\f838"}.la-church:before{content:"\f51d"}.la-circle:before{content:"\f111"}.la-circle-notch:before{content:"\f1ce"}.la-city:before{content:"\f64f"}.la-clinic-medical:before{content:"\f7f2"}.la-clipboard:before{content:"\f328"}.la-clipboard-check:before{content:"\f46c"}.la-clipboard-list:before{content:"\f46d"}.la-clock:before{content:"\f017"}.la-clone:before{content:"\f24d"}.la-closed-captioning:before{content:"\f20a"}.la-cloud:before{content:"\f0c2"}.la-cloud-download-alt:before{content:"\f381"}.la-cloud-meatball:before{content:"\f73b"}.la-cloud-moon:before{content:"\f6c3"}.la-cloud-moon-rain:before{content:"\f73c"}.la-cloud-rain:before{content:"\f73d"}.la-cloud-showers-heavy:before{content:"\f740"}.la-cloud-sun:before{content:"\f6c4"}.la-cloud-sun-rain:before{content:"\f743"}.la-cloud-upload-alt:before{content:"\f382"}.la-cloudscale:before{content:"\f383"}.la-cloudsmith:before{content:"\f384"}.la-cloudversify:before{content:"\f385"}.la-cocktail:before{content:"\f561"}.la-code:before{content:"\f121"}.la-code-branch:before{content:"\f126"}.la-codepen:before{content:"\f1cb"}.la-codiepie:before{content:"\f284"}.la-coffee:before{content:"\f0f4"}.la-cog:before{content:"\f013"}.la-cogs:before{content:"\f085"}.la-coins:before{content:"\f51e"}.la-columns:before{content:"\f0db"}.la-comment:before{content:"\f075"}.la-comment-alt:before{content:"\f27a"}.la-comment-dollar:before{content:"\f651"}.la-comment-dots:before{content:"\f4ad"}.la-comment-medical:before{content:"\f7f5"}.la-comment-slash:before{content:"\f4b3"}.la-comments:before{content:"\f086"}.la-comments-dollar:before{content:"\f653"}.la-compact-disc:before{content:"\f51f"}.la-compass:before{content:"\f14e"}.la-compress:before{content:"\f066"}.la-compress-arrows-alt:before{content:"\f78c"}.la-concierge-bell:before{content:"\f562"}.la-confluence:before{content:"\f78d"}.la-connectdevelop:before{content:"\f20e"}.la-contao:before{content:"\f26d"}.la-cookie:before{content:"\f563"}.la-cookie-bite:before{content:"\f564"}.la-copy:before{content:"\f0c5"}.la-copyright:before{content:"\f1f9"}.la-cotton-bureau:before{content:"\f89e"}.la-couch:before{content:"\f4b8"}.la-cpanel:before{content:"\f388"}.la-creative-commons:before{content:"\f25e"}.la-creative-commons-by:before{content:"\f4e7"}.la-creative-commons-nc:before{content:"\f4e8"}.la-creative-commons-nc-eu:before{content:"\f4e9"}.la-creative-commons-nc-jp:before{content:"\f4ea"}.la-creative-commons-nd:before{content:"\f4eb"}.la-creative-commons-pd:before{content:"\f4ec"}.la-creative-commons-pd-alt:before{content:"\f4ed"}.la-creative-commons-remix:before{content:"\f4ee"}.la-creative-commons-sa:before{content:"\f4ef"}.la-creative-commons-sampling:before{content:"\f4f0"}.la-creative-commons-sampling-plus:before{content:"\f4f1"}.la-creative-commons-share:before{content:"\f4f2"}.la-creative-commons-zero:before{content:"\f4f3"}.la-credit-card:before{content:"\f09d"}.la-critical-role:before{content:"\f6c9"}.la-crop:before{content:"\f125"}.la-crop-alt:before{content:"\f565"}.la-cross:before{content:"\f654"}.la-crosshairs:before{content:"\f05b"}.la-crow:before{content:"\f520"}.la-crown:before{content:"\f521"}.la-crutch:before{content:"\f7f7"}.la-css3:before{content:"\f13c"}.la-css3-alt:before{content:"\f38b"}.la-cube:before{content:"\f1b2"}.la-cubes:before{content:"\f1b3"}.la-cut:before{content:"\f0c4"}.la-cuttlefish:before{content:"\f38c"}.la-d-and-d:before{content:"\f38d"}.la-d-and-d-beyond:before{content:"\f6ca"}.la-dashcube:before{content:"\f210"}.la-database:before{content:"\f1c0"}.la-deaf:before{content:"\f2a4"}.la-delicious:before{content:"\f1a5"}.la-democrat:before{content:"\f747"}.la-deploydog:before{content:"\f38e"}.la-deskpro:before{content:"\f38f"}.la-desktop:before{content:"\f108"}.la-dev:before{content:"\f6cc"}.la-deviantart:before{content:"\f1bd"}.la-dharmachakra:before{content:"\f655"}.la-dhl:before{content:"\f790"}.la-diagnoses:before{content:"\f470"}.la-diaspora:before{content:"\f791"}.la-dice:before{content:"\f522"}.la-dice-d20:before{content:"\f6cf"}.la-dice-d6:before{content:"\f6d1"}.la-dice-five:before{content:"\f523"}.la-dice-four:before{content:"\f524"}.la-dice-one:before{content:"\f525"}.la-dice-six:before{content:"\f526"}.la-dice-three:before{content:"\f527"}.la-dice-two:before{content:"\f528"}.la-digg:before{content:"\f1a6"}.la-digital-ocean:before{content:"\f391"}.la-digital-tachograph:before{content:"\f566"}.la-directions:before{content:"\f5eb"}.la-discord:before{content:"\f392"}.la-discourse:before{content:"\f393"}.la-divide:before{content:"\f529"}.la-dizzy:before{content:"\f567"}.la-dna:before{content:"\f471"}.la-dochub:before{content:"\f394"}.la-docker:before{content:"\f395"}.la-dog:before{content:"\f6d3"}.la-dollar-sign:before{content:"\f155"}.la-dolly:before{content:"\f472"}.la-dolly-flatbed:before{content:"\f474"}.la-donate:before{content:"\f4b9"}.la-door-closed:before{content:"\f52a"}.la-door-open:before{content:"\f52b"}.la-dot-circle:before{content:"\f192"}.la-dove:before{content:"\f4ba"}.la-download:before{content:"\f019"}.la-draft2digital:before{content:"\f396"}.la-drafting-compass:before{content:"\f568"}.la-dragon:before{content:"\f6d5"}.la-draw-polygon:before{content:"\f5ee"}.la-dribbble:before{content:"\f17d"}.la-dribbble-square:before{content:"\f397"}.la-dropbox:before{content:"\f16b"}.la-drum:before{content:"\f569"}.la-drum-steelpan:before{content:"\f56a"}.la-drumstick-bite:before{content:"\f6d7"}.la-drupal:before{content:"\f1a9"}.la-dumbbell:before{content:"\f44b"}.la-dumpster:before{content:"\f793"}.la-dumpster-fire:before{content:"\f794"}.la-dungeon:before{content:"\f6d9"}.la-dyalog:before{content:"\f399"}.la-earlybirds:before{content:"\f39a"}.la-ebay:before{content:"\f4f4"}.la-edge:before{content:"\f282"}.la-edit:before{content:"\f044"}.la-egg:before{content:"\f7fb"}.la-eject:before{content:"\f052"}.la-elementor:before{content:"\f430"}.la-ellipsis-h:before{content:"\f141"}.la-ellipsis-v:before{content:"\f142"}.la-ello:before{content:"\f5f1"}.la-ember:before{content:"\f423"}.la-empire:before{content:"\f1d1"}.la-envelope:before{content:"\f0e0"}.la-envelope-open:before{content:"\f2b6"}.la-envelope-open-text:before{content:"\f658"}.la-envelope-square:before{content:"\f199"}.la-envira:before{content:"\f299"}.la-equals:before{content:"\f52c"}.la-eraser:before{content:"\f12d"}.la-erlang:before{content:"\f39d"}.la-ethereum:before{content:"\f42e"}.la-ethernet:before{content:"\f796"}.la-etsy:before{content:"\f2d7"}.la-euro-sign:before{content:"\f153"}.la-evernote:before{content:"\f839"}.la-exchange-alt:before{content:"\f362"}.la-exclamation:before{content:"\f12a"}.la-exclamation-circle:before{content:"\f06a"}.la-exclamation-triangle:before{content:"\f071"}.la-expand:before{content:"\f065"}.la-expand-arrows-alt:before{content:"\f31e"}.la-expeditedssl:before{content:"\f23e"}.la-external-link-alt:before{content:"\f35d"}.la-external-link-square-alt:before{content:"\f360"}.la-eye:before{content:"\f06e"}.la-eye-dropper:before{content:"\f1fb"}.la-eye-slash:before{content:"\f070"}.la-facebook:before{content:"\f09a"}.la-facebook-f:before{content:"\f39e"}.la-facebook-messenger:before{content:"\f39f"}.la-facebook-square:before{content:"\f082"}.la-fan:before{content:"\f863"}.la-fantasy-flight-games:before{content:"\f6dc"}.la-fast-backward:before{content:"\f049"}.la-fast-forward:before{content:"\f050"}.la-fax:before{content:"\f1ac"}.la-feather:before{content:"\f52d"}.la-feather-alt:before{content:"\f56b"}.la-fedex:before{content:"\f797"}.la-fedora:before{content:"\f798"}.la-female:before{content:"\f182"}.la-fighter-jet:before{content:"\f0fb"}.la-figma:before{content:"\f799"}.la-file:before{content:"\f15b"}.la-file-alt:before{content:"\f15c"}.la-file-archive:before{content:"\f1c6"}.la-file-audio:before{content:"\f1c7"}.la-file-code:before{content:"\f1c9"}.la-file-contract:before{content:"\f56c"}.la-file-csv:before{content:"\f6dd"}.la-file-download:before{content:"\f56d"}.la-file-excel:before{content:"\f1c3"}.la-file-export:before{content:"\f56e"}.la-file-image:before{content:"\f1c5"}.la-file-import:before{content:"\f56f"}.la-file-invoice:before{content:"\f570"}.la-file-invoice-dollar:before{content:"\f571"}.la-file-medical:before{content:"\f477"}.la-file-medical-alt:before{content:"\f478"}.la-file-pdf:before{content:"\f1c1"}.la-file-powerpoint:before{content:"\f1c4"}.la-file-prescription:before{content:"\f572"}.la-file-signature:before{content:"\f573"}.la-file-upload:before{content:"\f574"}.la-file-video:before{content:"\f1c8"}.la-file-word:before{content:"\f1c2"}.la-fill:before{content:"\f575"}.la-fill-drip:before{content:"\f576"}.la-film:before{content:"\f008"}.la-filter:before{content:"\f0b0"}.la-fingerprint:before{content:"\f577"}.la-fire:before{content:"\f06d"}.la-fire-alt:before{content:"\f7e4"}.la-fire-extinguisher:before{content:"\f134"}.la-firefox:before{content:"\f269"}.la-first-aid:before{content:"\f479"}.la-first-order:before{content:"\f2b0"}.la-first-order-alt:before{content:"\f50a"}.la-firstdraft:before{content:"\f3a1"}.la-fish:before{content:"\f578"}.la-fist-raised:before{content:"\f6de"}.la-flag:before{content:"\f024"}.la-flag-checkered:before{content:"\f11e"}.la-flag-usa:before{content:"\f74d"}.la-flask:before{content:"\f0c3"}.la-flickr:before{content:"\f16e"}.la-flipboard:before{content:"\f44d"}.la-flushed:before{content:"\f579"}.la-fly:before{content:"\f417"}.la-folder:before{content:"\f07b"}.la-folder-minus:before{content:"\f65d"}.la-folder-open:before{content:"\f07c"}.la-folder-plus:before{content:"\f65e"}.la-font:before{content:"\f031"}.la-font-awesome:before{content:"\f2b4"}.la-font-awesome-alt:before{content:"\f35c"}.la-font-awesome-flag:before{content:"\f425"}.la-font-awesome-logo-full:before{content:"\f4e6"}.la-fonticons:before{content:"\f280"}.la-fonticons-fi:before{content:"\f3a2"}.la-football-ball:before{content:"\f44e"}.la-fort-awesome:before{content:"\f286"}.la-fort-awesome-alt:before{content:"\f3a3"}.la-forumbee:before{content:"\f211"}.la-forward:before{content:"\f04e"}.la-foursquare:before{content:"\f180"}.la-free-code-camp:before{content:"\f2c5"}.la-freebsd:before{content:"\f3a4"}.la-frog:before{content:"\f52e"}.la-frown:before{content:"\f119"}.la-frown-open:before{content:"\f57a"}.la-fulcrum:before{content:"\f50b"}.la-funnel-dollar:before{content:"\f662"}.la-futbol:before{content:"\f1e3"}.la-galactic-republic:before{content:"\f50c"}.la-galactic-senate:before{content:"\f50d"}.la-gamepad:before{content:"\f11b"}.la-gas-pump:before{content:"\f52f"}.la-gavel:before{content:"\f0e3"}.la-gem:before{content:"\f3a5"}.la-genderless:before{content:"\f22d"}.la-get-pocket:before{content:"\f265"}.la-gg:before{content:"\f260"}.la-gg-circle:before{content:"\f261"}.la-ghost:before{content:"\f6e2"}.la-gift:before{content:"\f06b"}.la-gifts:before{content:"\f79c"}.la-git:before{content:"\f1d3"}.la-git-alt:before{content:"\f841"}.la-git-square:before{content:"\f1d2"}.la-github:before{content:"\f09b"}.la-github-alt:before{content:"\f113"}.la-github-square:before{content:"\f092"}.la-gitkraken:before{content:"\f3a6"}.la-gitlab:before{content:"\f296"}.la-gitter:before{content:"\f426"}.la-glass-cheers:before{content:"\f79f"}.la-glass-martini:before{content:"\f000"}.la-glass-martini-alt:before{content:"\f57b"}.la-glass-whiskey:before{content:"\f7a0"}.la-glasses:before{content:"\f530"}.la-glide:before{content:"\f2a5"}.la-glide-g:before{content:"\f2a6"}.la-globe:before{content:"\f0ac"}.la-globe-africa:before{content:"\f57c"}.la-globe-americas:before{content:"\f57d"}.la-globe-asia:before{content:"\f57e"}.la-globe-europe:before{content:"\f7a2"}.la-gofore:before{content:"\f3a7"}.la-golf-ball:before{content:"\f450"}.la-goodreads:before{content:"\f3a8"}.la-goodreads-g:before{content:"\f3a9"}.la-google:before{content:"\f1a0"}.la-google-drive:before{content:"\f3aa"}.la-google-play:before{content:"\f3ab"}.la-google-plus:before{content:"\f2b3"}.la-google-plus-g:before{content:"\f0d5"}.la-google-plus-square:before{content:"\f0d4"}.la-google-wallet:before{content:"\f1ee"}.la-gopuram:before{content:"\f664"}.la-graduation-cap:before{content:"\f19d"}.la-gratipay:before{content:"\f184"}.la-grav:before{content:"\f2d6"}.la-greater-than:before{content:"\f531"}.la-greater-than-equal:before{content:"\f532"}.la-grimace:before{content:"\f57f"}.la-grin:before{content:"\f580"}.la-grin-alt:before{content:"\f581"}.la-grin-beam:before{content:"\f582"}.la-grin-beam-sweat:before{content:"\f583"}.la-grin-hearts:before{content:"\f584"}.la-grin-squint:before{content:"\f585"}.la-grin-squint-tears:before{content:"\f586"}.la-grin-stars:before{content:"\f587"}.la-grin-tears:before{content:"\f588"}.la-grin-tongue:before{content:"\f589"}.la-grin-tongue-squint:before{content:"\f58a"}.la-grin-tongue-wink:before{content:"\f58b"}.la-grin-wink:before{content:"\f58c"}.la-grip-horizontal:before{content:"\f58d"}.la-grip-lines:before{content:"\f7a4"}.la-grip-lines-vertical:before{content:"\f7a5"}.la-grip-vertical:before{content:"\f58e"}.la-gripfire:before{content:"\f3ac"}.la-grunt:before{content:"\f3ad"}.la-guitar:before{content:"\f7a6"}.la-gulp:before{content:"\f3ae"}.la-h-square:before{content:"\f0fd"}.la-hacker-news:before{content:"\f1d4"}.la-hacker-news-square:before{content:"\f3af"}.la-hackerrank:before{content:"\f5f7"}.la-hamburger:before{content:"\f805"}.la-hammer:before{content:"\f6e3"}.la-hamsa:before{content:"\f665"}.la-hand-holding:before{content:"\f4bd"}.la-hand-holding-heart:before{content:"\f4be"}.la-hand-holding-usd:before{content:"\f4c0"}.la-hand-lizard:before{content:"\f258"}.la-hand-middle-finger:before{content:"\f806"}.la-hand-paper:before{content:"\f256"}.la-hand-peace:before{content:"\f25b"}.la-hand-point-down:before{content:"\f0a7"}.la-hand-point-left:before{content:"\f0a5"}.la-hand-point-right:before{content:"\f0a4"}.la-hand-point-up:before{content:"\f0a6"}.la-hand-pointer:before{content:"\f25a"}.la-hand-rock:before{content:"\f255"}.la-hand-scissors:before{content:"\f257"}.la-hand-spock:before{content:"\f259"}.la-hands:before{content:"\f4c2"}.la-hands-helping:before{content:"\f4c4"}.la-handshake:before{content:"\f2b5"}.la-hanukiah:before{content:"\f6e6"}.la-hard-hat:before{content:"\f807"}.la-hashtag:before{content:"\f292"}.la-hat-cowboy:before{content:"\f8c0"}.la-hat-cowboy-side:before{content:"\f8c1"}.la-hat-wizard:before{content:"\f6e8"}.la-haykal:before{content:"\f666"}.la-hdd:before{content:"\f0a0"}.la-heading:before{content:"\f1dc"}.la-headphones:before{content:"\f025"}.la-headphones-alt:before{content:"\f58f"}.la-headset:before{content:"\f590"}.la-heart:before{content:"\f004"}.la-heart-broken:before{content:"\f7a9"}.la-heartbeat:before{content:"\f21e"}.la-helicopter:before{content:"\f533"}.la-highlighter:before{content:"\f591"}.la-hiking:before{content:"\f6ec"}.la-hippo:before{content:"\f6ed"}.la-hips:before{content:"\f452"}.la-hire-a-helper:before{content:"\f3b0"}.la-history:before{content:"\f1da"}.la-hockey-puck:before{content:"\f453"}.la-holly-berry:before{content:"\f7aa"}.la-home:before{content:"\f015"}.la-hooli:before{content:"\f427"}.la-hornbill:before{content:"\f592"}.la-horse:before{content:"\f6f0"}.la-horse-head:before{content:"\f7ab"}.la-hospital:before{content:"\f0f8"}.la-hospital-alt:before{content:"\f47d"}.la-hospital-symbol:before{content:"\f47e"}.la-hot-tub:before{content:"\f593"}.la-hotdog:before{content:"\f80f"}.la-hotel:before{content:"\f594"}.la-hotjar:before{content:"\f3b1"}.la-hourglass:before{content:"\f254"}.la-hourglass-end:before{content:"\f253"}.la-hourglass-half:before{content:"\f252"}.la-hourglass-start:before{content:"\f251"}.la-house-damage:before{content:"\f6f1"}.la-houzz:before{content:"\f27c"}.la-hryvnia:before{content:"\f6f2"}.la-html5:before{content:"\f13b"}.la-hubspot:before{content:"\f3b2"}.la-i-cursor:before{content:"\f246"}.la-ice-cream:before{content:"\f810"}.la-icicles:before{content:"\f7ad"}.la-icons:before{content:"\f86d"}.la-id-badge:before{content:"\f2c1"}.la-id-card:before{content:"\f2c2"}.la-id-card-alt:before{content:"\f47f"}.la-igloo:before{content:"\f7ae"}.la-image:before{content:"\f03e"}.la-images:before{content:"\f302"}.la-imdb:before{content:"\f2d8"}.la-inbox:before{content:"\f01c"}.la-indent:before{content:"\f03c"}.la-industry:before{content:"\f275"}.la-infinity:before{content:"\f534"}.la-info:before{content:"\f129"}.la-info-circle:before{content:"\f05a"}.la-instagram:before{content:"\f16d"}.la-intercom:before{content:"\f7af"}.la-internet-explorer:before{content:"\f26b"}.la-invision:before{content:"\f7b0"}.la-ioxhost:before{content:"\f208"}.la-italic:before{content:"\f033"}.la-itch-io:before{content:"\f83a"}.la-itunes:before{content:"\f3b4"}.la-itunes-note:before{content:"\f3b5"}.la-java:before{content:"\f4e4"}.la-jedi:before{content:"\f669"}.la-jedi-order:before{content:"\f50e"}.la-jenkins:before{content:"\f3b6"}.la-jira:before{content:"\f7b1"}.la-joget:before{content:"\f3b7"}.la-joint:before{content:"\f595"}.la-joomla:before{content:"\f1aa"}.la-journal-whills:before{content:"\f66a"}.la-js:before{content:"\f3b8"}.la-js-square:before{content:"\f3b9"}.la-jsfiddle:before{content:"\f1cc"}.la-kaaba:before{content:"\f66b"}.la-kaggle:before{content:"\f5fa"}.la-key:before{content:"\f084"}.la-keybase:before{content:"\f4f5"}.la-keyboard:before{content:"\f11c"}.la-keycdn:before{content:"\f3ba"}.la-khanda:before{content:"\f66d"}.la-kickstarter:before{content:"\f3bb"}.la-kickstarter-k:before{content:"\f3bc"}.la-kiss:before{content:"\f596"}.la-kiss-beam:before{content:"\f597"}.la-kiss-wink-heart:before{content:"\f598"}.la-kiwi-bird:before{content:"\f535"}.la-korvue:before{content:"\f42f"}.la-landmark:before{content:"\f66f"}.la-language:before{content:"\f1ab"}.la-laptop:before{content:"\f109"}.la-laptop-code:before{content:"\f5fc"}.la-laptop-medical:before{content:"\f812"}.la-laravel:before{content:"\f3bd"}.la-lastfm:before{content:"\f202"}.la-lastfm-square:before{content:"\f203"}.la-laugh:before{content:"\f599"}.la-laugh-beam:before{content:"\f59a"}.la-laugh-squint:before{content:"\f59b"}.la-laugh-wink:before{content:"\f59c"}.la-layer-group:before{content:"\f5fd"}.la-leaf:before{content:"\f06c"}.la-leanpub:before{content:"\f212"}.la-lemon:before{content:"\f094"}.la-less:before{content:"\f41d"}.la-less-than:before{content:"\f536"}.la-less-than-equal:before{content:"\f537"}.la-level-down-alt:before{content:"\f3be"}.la-level-up-alt:before{content:"\f3bf"}.la-life-ring:before{content:"\f1cd"}.la-lightbulb:before{content:"\f0eb"}.la-line:before{content:"\f3c0"}.la-link:before{content:"\f0c1"}.la-linkedin:before{content:"\f08c"}.la-linkedin-in:before{content:"\f0e1"}.la-linode:before{content:"\f2b8"}.la-linux:before{content:"\f17c"}.la-lira-sign:before{content:"\f195"}.la-list:before{content:"\f03a"}.la-list-alt:before{content:"\f022"}.la-list-ol:before{content:"\f0cb"}.la-list-ul:before{content:"\f0ca"}.la-location-arrow:before{content:"\f124"}.la-lock:before{content:"\f023"}.la-lock-open:before{content:"\f3c1"}.la-long-arrow-alt-down:before{content:"\f309"}.la-long-arrow-alt-left:before{content:"\f30a"}.la-long-arrow-alt-right:before{content:"\f30b"}.la-long-arrow-alt-up:before{content:"\f30c"}.la-low-vision:before{content:"\f2a8"}.la-luggage-cart:before{content:"\f59d"}.la-lyft:before{content:"\f3c3"}.la-magento:before{content:"\f3c4"}.la-magic:before{content:"\f0d0"}.la-magnet:before{content:"\f076"}.la-mail-bulk:before{content:"\f674"}.la-mailchimp:before{content:"\f59e"}.la-male:before{content:"\f183"}.la-mandalorian:before{content:"\f50f"}.la-map:before{content:"\f279"}.la-map-marked:before{content:"\f59f"}.la-map-marked-alt:before{content:"\f5a0"}.la-map-marker:before{content:"\f041"}.la-map-marker-alt:before{content:"\f3c5"}.la-map-pin:before{content:"\f276"}.la-map-signs:before{content:"\f277"}.la-markdown:before{content:"\f60f"}.la-marker:before{content:"\f5a1"}.la-mars:before{content:"\f222"}.la-mars-double:before{content:"\f227"}.la-mars-stroke:before{content:"\f229"}.la-mars-stroke-h:before{content:"\f22b"}.la-mars-stroke-v:before{content:"\f22a"}.la-mask:before{content:"\f6fa"}.la-mastodon:before{content:"\f4f6"}.la-maxcdn:before{content:"\f136"}.la-mdb:before{content:"\f8ca"}.la-medal:before{content:"\f5a2"}.la-medapps:before{content:"\f3c6"}.la-medium:before{content:"\f23a"}.la-medium-m:before{content:"\f3c7"}.la-medkit:before{content:"\f0fa"}.la-medrt:before{content:"\f3c8"}.la-meetup:before{content:"\f2e0"}.la-megaport:before{content:"\f5a3"}.la-meh:before{content:"\f11a"}.la-meh-blank:before{content:"\f5a4"}.la-meh-rolling-eyes:before{content:"\f5a5"}.la-memory:before{content:"\f538"}.la-mendeley:before{content:"\f7b3"}.la-menorah:before{content:"\f676"}.la-mercury:before{content:"\f223"}.la-meteor:before{content:"\f753"}.la-microchip:before{content:"\f2db"}.la-microphone:before{content:"\f130"}.la-microphone-alt:before{content:"\f3c9"}.la-microphone-alt-slash:before{content:"\f539"}.la-microphone-slash:before{content:"\f131"}.la-microscope:before{content:"\f610"}.la-microsoft:before{content:"\f3ca"}.la-minus:before{content:"\f068"}.la-minus-circle:before{content:"\f056"}.la-minus-square:before{content:"\f146"}.la-mitten:before{content:"\f7b5"}.la-mix:before{content:"\f3cb"}.la-mixcloud:before{content:"\f289"}.la-mizuni:before{content:"\f3cc"}.la-mobile:before{content:"\f10b"}.la-mobile-alt:before{content:"\f3cd"}.la-modx:before{content:"\f285"}.la-monero:before{content:"\f3d0"}.la-money-bill:before{content:"\f0d6"}.la-money-bill-alt:before{content:"\f3d1"}.la-money-bill-wave:before{content:"\f53a"}.la-money-bill-wave-alt:before{content:"\f53b"}.la-money-check:before{content:"\f53c"}.la-money-check-alt:before{content:"\f53d"}.la-monument:before{content:"\f5a6"}.la-moon:before{content:"\f186"}.la-mortar-pestle:before{content:"\f5a7"}.la-mosque:before{content:"\f678"}.la-motorcycle:before{content:"\f21c"}.la-mountain:before{content:"\f6fc"}.la-mouse:before{content:"\f8cc"}.la-mouse-pointer:before{content:"\f245"}.la-mug-hot:before{content:"\f7b6"}.la-music:before{content:"\f001"}.la-napster:before{content:"\f3d2"}.la-neos:before{content:"\f612"}.la-network-wired:before{content:"\f6ff"}.la-neuter:before{content:"\f22c"}.la-newspaper:before{content:"\f1ea"}.la-nimblr:before{content:"\f5a8"}.la-node:before{content:"\f419"}.la-node-js:before{content:"\f3d3"}.la-not-equal:before{content:"\f53e"}.la-notes-medical:before{content:"\f481"}.la-npm:before{content:"\f3d4"}.la-ns8:before{content:"\f3d5"}.la-nutritionix:before{content:"\f3d6"}.la-object-group:before{content:"\f247"}.la-object-ungroup:before{content:"\f248"}.la-odnoklassniki:before{content:"\f263"}.la-odnoklassniki-square:before{content:"\f264"}.la-oil-can:before{content:"\f613"}.la-old-republic:before{content:"\f510"}.la-om:before{content:"\f679"}.la-opencart:before{content:"\f23d"}.la-openid:before{content:"\f19b"}.la-opera:before{content:"\f26a"}.la-optin-monster:before{content:"\f23c"}.la-orcid:before{content:"\f8d2"}.la-osi:before{content:"\f41a"}.la-otter:before{content:"\f700"}.la-outdent:before{content:"\f03b"}.la-page4:before{content:"\f3d7"}.la-pagelines:before{content:"\f18c"}.la-pager:before{content:"\f815"}.la-paint-brush:before{content:"\f1fc"}.la-paint-roller:before{content:"\f5aa"}.la-palette:before{content:"\f53f"}.la-palfed:before{content:"\f3d8"}.la-pallet:before{content:"\f482"}.la-paper-plane:before{content:"\f1d8"}.la-paperclip:before{content:"\f0c6"}.la-parachute-box:before{content:"\f4cd"}.la-paragraph:before{content:"\f1dd"}.la-parking:before{content:"\f540"}.la-passport:before{content:"\f5ab"}.la-pastafarianism:before{content:"\f67b"}.la-paste:before{content:"\f0ea"}.la-patreon:before{content:"\f3d9"}.la-pause:before{content:"\f04c"}.la-pause-circle:before{content:"\f28b"}.la-paw:before{content:"\f1b0"}.la-paypal:before{content:"\f1ed"}.la-peace:before{content:"\f67c"}.la-pen:before{content:"\f304"}.la-pen-alt:before{content:"\f305"}.la-pen-fancy:before{content:"\f5ac"}.la-pen-nib:before{content:"\f5ad"}.la-pen-square:before{content:"\f14b"}.la-pencil-alt:before{content:"\f303"}.la-pencil-ruler:before{content:"\f5ae"}.la-penny-arcade:before{content:"\f704"}.la-people-carry:before{content:"\f4ce"}.la-pepper-hot:before{content:"\f816"}.la-percent:before{content:"\f295"}.la-percentage:before{content:"\f541"}.la-periscope:before{content:"\f3da"}.la-person-booth:before{content:"\f756"}.la-phabricator:before{content:"\f3db"}.la-phoenix-framework:before{content:"\f3dc"}.la-phoenix-squadron:before{content:"\f511"}.la-phone:before{content:"\f095"}.la-phone-alt:before{content:"\f879"}.la-phone-slash:before{content:"\f3dd"}.la-phone-square:before{content:"\f098"}.la-phone-square-alt:before{content:"\f87b"}.la-phone-volume:before{content:"\f2a0"}.la-photo-video:before{content:"\f87c"}.la-php:before{content:"\f457"}.la-pied-piper:before{content:"\f2ae"}.la-pied-piper-alt:before{content:"\f1a8"}.la-pied-piper-hat:before{content:"\f4e5"}.la-pied-piper-pp:before{content:"\f1a7"}.la-piggy-bank:before{content:"\f4d3"}.la-pills:before{content:"\f484"}.la-pinterest:before{content:"\f0d2"}.la-pinterest-p:before{content:"\f231"}.la-pinterest-square:before{content:"\f0d3"}.la-pizza-slice:before{content:"\f818"}.la-place-of-worship:before{content:"\f67f"}.la-plane:before{content:"\f072"}.la-plane-arrival:before{content:"\f5af"}.la-plane-departure:before{content:"\f5b0"}.la-play:before{content:"\f04b"}.la-play-circle:before{content:"\f144"}.la-playstation:before{content:"\f3df"}.la-plug:before{content:"\f1e6"}.la-plus:before{content:"\f067"}.la-plus-circle:before{content:"\f055"}.la-plus-square:before{content:"\f0fe"}.la-podcast:before{content:"\f2ce"}.la-poll:before{content:"\f681"}.la-poll-h:before{content:"\f682"}.la-poo:before{content:"\f2fe"}.la-poo-storm:before{content:"\f75a"}.la-poop:before{content:"\f619"}.la-portrait:before{content:"\f3e0"}.la-pound-sign:before{content:"\f154"}.la-power-off:before{content:"\f011"}.la-pray:before{content:"\f683"}.la-praying-hands:before{content:"\f684"}.la-prescription:before{content:"\f5b1"}.la-prescription-bottle:before{content:"\f485"}.la-prescription-bottle-alt:before{content:"\f486"}.la-print:before{content:"\f02f"}.la-procedures:before{content:"\f487"}.la-product-hunt:before{content:"\f288"}.la-project-diagram:before{content:"\f542"}.la-pushed:before{content:"\f3e1"}.la-puzzle-piece:before{content:"\f12e"}.la-python:before{content:"\f3e2"}.la-qq:before{content:"\f1d6"}.la-qrcode:before{content:"\f029"}.la-question:before{content:"\f128"}.la-question-circle:before{content:"\f059"}.la-quidditch:before{content:"\f458"}.la-quinscape:before{content:"\f459"}.la-quora:before{content:"\f2c4"}.la-quote-left:before{content:"\f10d"}.la-quote-right:before{content:"\f10e"}.la-quran:before{content:"\f687"}.la-r-project:before{content:"\f4f7"}.la-radiation:before{content:"\f7b9"}.la-radiation-alt:before{content:"\f7ba"}.la-rainbow:before{content:"\f75b"}.la-random:before{content:"\f074"}.la-raspberry-pi:before{content:"\f7bb"}.la-ravelry:before{content:"\f2d9"}.la-react:before{content:"\f41b"}.la-reacteurope:before{content:"\f75d"}.la-readme:before{content:"\f4d5"}.la-rebel:before{content:"\f1d0"}.la-receipt:before{content:"\f543"}.la-record-vinyl:before{content:"\f8d9"}.la-recycle:before{content:"\f1b8"}.la-red-river:before{content:"\f3e3"}.la-reddit:before{content:"\f1a1"}.la-reddit-alien:before{content:"\f281"}.la-reddit-square:before{content:"\f1a2"}.la-redhat:before{content:"\f7bc"}.la-redo:before{content:"\f01e"}.la-redo-alt:before{content:"\f2f9"}.la-registered:before{content:"\f25d"}.la-remove-format:before{content:"\f87d"}.la-renren:before{content:"\f18b"}.la-reply:before{content:"\f3e5"}.la-reply-all:before{content:"\f122"}.la-replyd:before{content:"\f3e6"}.la-republican:before{content:"\f75e"}.la-researchgate:before{content:"\f4f8"}.la-resolving:before{content:"\f3e7"}.la-restroom:before{content:"\f7bd"}.la-retweet:before{content:"\f079"}.la-rev:before{content:"\f5b2"}.la-ribbon:before{content:"\f4d6"}.la-ring:before{content:"\f70b"}.la-road:before{content:"\f018"}.la-robot:before{content:"\f544"}.la-rocket:before{content:"\f135"}.la-rocketchat:before{content:"\f3e8"}.la-rockrms:before{content:"\f3e9"}.la-route:before{content:"\f4d7"}.la-rss:before{content:"\f09e"}.la-rss-square:before{content:"\f143"}.la-ruble-sign:before{content:"\f158"}.la-ruler:before{content:"\f545"}.la-ruler-combined:before{content:"\f546"}.la-ruler-horizontal:before{content:"\f547"}.la-ruler-vertical:before{content:"\f548"}.la-running:before{content:"\f70c"}.la-rupee-sign:before{content:"\f156"}.la-sad-cry:before{content:"\f5b3"}.la-sad-tear:before{content:"\f5b4"}.la-safari:before{content:"\f267"}.la-salesforce:before{content:"\f83b"}.la-sass:before{content:"\f41e"}.la-satellite:before{content:"\f7bf"}.la-satellite-dish:before{content:"\f7c0"}.la-save:before{content:"\f0c7"}.la-schlix:before{content:"\f3ea"}.la-school:before{content:"\f549"}.la-screwdriver:before{content:"\f54a"}.la-scribd:before{content:"\f28a"}.la-scroll:before{content:"\f70e"}.la-sd-card:before{content:"\f7c2"}.la-search:before{content:"\f002"}.la-search-dollar:before{content:"\f688"}.la-search-location:before{content:"\f689"}.la-search-minus:before{content:"\f010"}.la-search-plus:before{content:"\f00e"}.la-searchengin:before{content:"\f3eb"}.la-seedling:before{content:"\f4d8"}.la-sellcast:before{content:"\f2da"}.la-sellsy:before{content:"\f213"}.la-server:before{content:"\f233"}.la-servicestack:before{content:"\f3ec"}.la-shapes:before{content:"\f61f"}.la-share:before{content:"\f064"}.la-share-alt:before{content:"\f1e0"}.la-share-alt-square:before{content:"\f1e1"}.la-share-square:before{content:"\f14d"}.la-shekel-sign:before{content:"\f20b"}.la-shield-alt:before{content:"\f3ed"}.la-ship:before{content:"\f21a"}.la-shipping-fast:before{content:"\f48b"}.la-shirtsinbulk:before{content:"\f214"}.la-shoe-prints:before{content:"\f54b"}.la-shopping-bag:before{content:"\f290"}.la-shopping-basket:before{content:"\f291"}.la-shopping-cart:before{content:"\f07a"}.la-shopware:before{content:"\f5b5"}.la-shower:before{content:"\f2cc"}.la-shuttle-van:before{content:"\f5b6"}.la-sign:before{content:"\f4d9"}.la-sign-in-alt:before{content:"\f2f6"}.la-sign-language:before{content:"\f2a7"}.la-sign-out-alt:before{content:"\f2f5"}.la-signal:before{content:"\f012"}.la-signature:before{content:"\f5b7"}.la-sim-card:before{content:"\f7c4"}.la-simplybuilt:before{content:"\f215"}.la-sistrix:before{content:"\f3ee"}.la-sitemap:before{content:"\f0e8"}.la-sith:before{content:"\f512"}.la-skating:before{content:"\f7c5"}.la-sketch:before{content:"\f7c6"}.la-skiing:before{content:"\f7c9"}.la-skiing-nordic:before{content:"\f7ca"}.la-skull:before{content:"\f54c"}.la-skull-crossbones:before{content:"\f714"}.la-skyatlas:before{content:"\f216"}.la-skype:before{content:"\f17e"}.la-slack:before{content:"\f198"}.la-slack-hash:before{content:"\f3ef"}.la-slash:before{content:"\f715"}.la-sleigh:before{content:"\f7cc"}.la-sliders-h:before{content:"\f1de"}.la-slideshare:before{content:"\f1e7"}.la-smile:before{content:"\f118"}.la-smile-beam:before{content:"\f5b8"}.la-smile-wink:before{content:"\f4da"}.la-smog:before{content:"\f75f"}.la-smoking:before{content:"\f48d"}.la-smoking-ban:before{content:"\f54d"}.la-sms:before{content:"\f7cd"}.la-snapchat:before{content:"\f2ab"}.la-snapchat-ghost:before{content:"\f2ac"}.la-snapchat-square:before{content:"\f2ad"}.la-snowboarding:before{content:"\f7ce"}.la-snowflake:before{content:"\f2dc"}.la-snowman:before{content:"\f7d0"}.la-snowplow:before{content:"\f7d2"}.la-socks:before{content:"\f696"}.la-solar-panel:before{content:"\f5ba"}.la-sort:before{content:"\f0dc"}.la-sort-alpha-down:before{content:"\f15d"}.la-sort-alpha-down-alt:before{content:"\f881"}.la-sort-alpha-up:before{content:"\f15e"}.la-sort-alpha-up-alt:before{content:"\f882"}.la-sort-amount-down:before{content:"\f160"}.la-sort-amount-down-alt:before{content:"\f884"}.la-sort-amount-up:before{content:"\f161"}.la-sort-amount-up-alt:before{content:"\f885"}.la-sort-down:before{content:"\f0dd"}.la-sort-numeric-down:before{content:"\f162"}.la-sort-numeric-down-alt:before{content:"\f886"}.la-sort-numeric-up:before{content:"\f163"}.la-sort-numeric-up-alt:before{content:"\f887"}.la-sort-up:before{content:"\f0de"}.la-soundcloud:before{content:"\f1be"}.la-sourcetree:before{content:"\f7d3"}.la-spa:before{content:"\f5bb"}.la-space-shuttle:before{content:"\f197"}.la-speakap:before{content:"\f3f3"}.la-speaker-deck:before{content:"\f83c"}.la-spell-check:before{content:"\f891"}.la-spider:before{content:"\f717"}.la-spinner:before{content:"\f110"}.la-splotch:before{content:"\f5bc"}.la-spotify:before{content:"\f1bc"}.la-spray-can:before{content:"\f5bd"}.la-square:before{content:"\f0c8"}.la-square-full:before{content:"\f45c"}.la-square-root-alt:before{content:"\f698"}.la-squarespace:before{content:"\f5be"}.la-stack-exchange:before{content:"\f18d"}.la-stack-overflow:before{content:"\f16c"}.la-stackpath:before{content:"\f842"}.la-stamp:before{content:"\f5bf"}.la-star:before{content:"\f005"}.la-star-and-crescent:before{content:"\f699"}.la-star-half:before{content:"\f089"}.la-star-half-alt:before{content:"\f5c0"}.la-star-of-david:before{content:"\f69a"}.la-star-of-life:before{content:"\f621"}.la-staylinked:before{content:"\f3f5"}.la-steam:before{content:"\f1b6"}.la-steam-square:before{content:"\f1b7"}.la-steam-symbol:before{content:"\f3f6"}.la-step-backward:before{content:"\f048"}.la-step-forward:before{content:"\f051"}.la-stethoscope:before{content:"\f0f1"}.la-sticker-mule:before{content:"\f3f7"}.la-sticky-note:before{content:"\f249"}.la-stop:before{content:"\f04d"}.la-stop-circle:before{content:"\f28d"}.la-stopwatch:before{content:"\f2f2"}.la-store:before{content:"\f54e"}.la-store-alt:before{content:"\f54f"}.la-strava:before{content:"\f428"}.la-stream:before{content:"\f550"}.la-street-view:before{content:"\f21d"}.la-strikethrough:before{content:"\f0cc"}.la-stripe:before{content:"\f429"}.la-stripe-s:before{content:"\f42a"}.la-stroopwafel:before{content:"\f551"}.la-studiovinari:before{content:"\f3f8"}.la-stumbleupon:before{content:"\f1a4"}.la-stumbleupon-circle:before{content:"\f1a3"}.la-subscript:before{content:"\f12c"}.la-subway:before{content:"\f239"}.la-suitcase:before{content:"\f0f2"}.la-suitcase-rolling:before{content:"\f5c1"}.la-sun:before{content:"\f185"}.la-superpowers:before{content:"\f2dd"}.la-superscript:before{content:"\f12b"}.la-supple:before{content:"\f3f9"}.la-surprise:before{content:"\f5c2"}.la-suse:before{content:"\f7d6"}.la-swatchbook:before{content:"\f5c3"}.la-swift:before{content:"\f8e1"}.la-swimmer:before{content:"\f5c4"}.la-swimming-pool:before{content:"\f5c5"}.la-symfony:before{content:"\f83d"}.la-synagogue:before{content:"\f69b"}.la-sync:before{content:"\f021"}.la-sync-alt:before{content:"\f2f1"}.la-syringe:before{content:"\f48e"}.la-table:before{content:"\f0ce"}.la-table-tennis:before{content:"\f45d"}.la-tablet:before{content:"\f10a"}.la-tablet-alt:before{content:"\f3fa"}.la-tablets:before{content:"\f490"}.la-tachometer-alt:before{content:"\f3fd"}.la-tag:before{content:"\f02b"}.la-tags:before{content:"\f02c"}.la-tape:before{content:"\f4db"}.la-tasks:before{content:"\f0ae"}.la-taxi:before{content:"\f1ba"}.la-teamspeak:before{content:"\f4f9"}.la-teeth:before{content:"\f62e"}.la-teeth-open:before{content:"\f62f"}.la-telegram:before{content:"\f2c6"}.la-telegram-plane:before{content:"\f3fe"}.la-temperature-high:before{content:"\f769"}.la-temperature-low:before{content:"\f76b"}.la-tencent-weibo:before{content:"\f1d5"}.la-tenge:before{content:"\f7d7"}.la-terminal:before{content:"\f120"}.la-text-height:before{content:"\f034"}.la-text-width:before{content:"\f035"}.la-th:before{content:"\f00a"}.la-th-large:before{content:"\f009"}.la-th-list:before{content:"\f00b"}.la-the-red-yeti:before{content:"\f69d"}.la-theater-masks:before{content:"\f630"}.la-themeco:before{content:"\f5c6"}.la-themeisle:before{content:"\f2b2"}.la-thermometer:before{content:"\f491"}.la-thermometer-empty:before{content:"\f2cb"}.la-thermometer-full:before{content:"\f2c7"}.la-thermometer-half:before{content:"\f2c9"}.la-thermometer-quarter:before{content:"\f2ca"}.la-thermometer-three-quarters:before{content:"\f2c8"}.la-think-peaks:before{content:"\f731"}.la-thumbs-down:before{content:"\f165"}.la-thumbs-up:before{content:"\f164"}.la-thumbtack:before{content:"\f08d"}.la-ticket-alt:before{content:"\f3ff"}.la-times:before{content:"\f00d"}.la-times-circle:before{content:"\f057"}.la-tint:before{content:"\f043"}.la-tint-slash:before{content:"\f5c7"}.la-tired:before{content:"\f5c8"}.la-toggle-off:before{content:"\f204"}.la-toggle-on:before{content:"\f205"}.la-toilet:before{content:"\f7d8"}.la-toilet-paper:before{content:"\f71e"}.la-toolbox:before{content:"\f552"}.la-tools:before{content:"\f7d9"}.la-tooth:before{content:"\f5c9"}.la-torah:before{content:"\f6a0"}.la-torii-gate:before{content:"\f6a1"}.la-tractor:before{content:"\f722"}.la-trade-federation:before{content:"\f513"}.la-trademark:before{content:"\f25c"}.la-traffic-light:before{content:"\f637"}.la-train:before{content:"\f238"}.la-tram:before{content:"\f7da"}.la-transgender:before{content:"\f224"}.la-transgender-alt:before{content:"\f225"}.la-trash:before{content:"\f1f8"}.la-trash-alt:before{content:"\f2ed"}.la-trash-restore:before{content:"\f829"}.la-trash-restore-alt:before{content:"\f82a"}.la-tree:before{content:"\f1bb"}.la-trello:before{content:"\f181"}.la-tripadvisor:before{content:"\f262"}.la-trophy:before{content:"\f091"}.la-truck:before{content:"\f0d1"}.la-truck-loading:before{content:"\f4de"}.la-truck-monster:before{content:"\f63b"}.la-truck-moving:before{content:"\f4df"}.la-truck-pickup:before{content:"\f63c"}.la-tshirt:before{content:"\f553"}.la-tty:before{content:"\f1e4"}.la-tumblr:before{content:"\f173"}.la-tumblr-square:before{content:"\f174"}.la-tv:before{content:"\f26c"}.la-twitch:before{content:"\f1e8"}.la-twitter:before{content:"\f099"}.la-twitter-square:before{content:"\f081"}.la-typo3:before{content:"\f42b"}.la-uber:before{content:"\f402"}.la-ubuntu:before{content:"\f7df"}.la-uikit:before{content:"\f403"}.la-umbraco:before{content:"\f8e8"}.la-umbrella:before{content:"\f0e9"}.la-umbrella-beach:before{content:"\f5ca"}.la-underline:before{content:"\f0cd"}.la-undo:before{content:"\f0e2"}.la-undo-alt:before{content:"\f2ea"}.la-uniregistry:before{content:"\f404"}.la-universal-access:before{content:"\f29a"}.la-university:before{content:"\f19c"}.la-unlink:before{content:"\f127"}.la-unlock:before{content:"\f09c"}.la-unlock-alt:before{content:"\f13e"}.la-untappd:before{content:"\f405"}.la-upload:before{content:"\f093"}.la-ups:before{content:"\f7e0"}.la-usb:before{content:"\f287"}.la-user:before{content:"\f007"}.la-user-alt:before{content:"\f406"}.la-user-alt-slash:before{content:"\f4fa"}.la-user-astronaut:before{content:"\f4fb"}.la-user-check:before{content:"\f4fc"}.la-user-circle:before{content:"\f2bd"}.la-user-clock:before{content:"\f4fd"}.la-user-cog:before{content:"\f4fe"}.la-user-edit:before{content:"\f4ff"}.la-user-friends:before{content:"\f500"}.la-user-graduate:before{content:"\f501"}.la-user-injured:before{content:"\f728"}.la-user-lock:before{content:"\f502"}.la-user-md:before{content:"\f0f0"}.la-user-minus:before{content:"\f503"}.la-user-ninja:before{content:"\f504"}.la-user-nurse:before{content:"\f82f"}.la-user-plus:before{content:"\f234"}.la-user-secret:before{content:"\f21b"}.la-user-shield:before{content:"\f505"}.la-user-slash:before{content:"\f506"}.la-user-tag:before{content:"\f507"}.la-user-tie:before{content:"\f508"}.la-user-times:before{content:"\f235"}.la-users:before{content:"\f0c0"}.la-users-cog:before{content:"\f509"}.la-usps:before{content:"\f7e1"}.la-ussunnah:before{content:"\f407"}.la-utensil-spoon:before{content:"\f2e5"}.la-utensils:before{content:"\f2e7"}.la-vaadin:before{content:"\f408"}.la-vector-square:before{content:"\f5cb"}.la-venus:before{content:"\f221"}.la-venus-double:before{content:"\f226"}.la-venus-mars:before{content:"\f228"}.la-viacoin:before{content:"\f237"}.la-viadeo:before{content:"\f2a9"}.la-viadeo-square:before{content:"\f2aa"}.la-vial:before{content:"\f492"}.la-vials:before{content:"\f493"}.la-viber:before{content:"\f409"}.la-video:before{content:"\f03d"}.la-video-slash:before{content:"\f4e2"}.la-vihara:before{content:"\f6a7"}.la-vimeo:before{content:"\f40a"}.la-vimeo-square:before{content:"\f194"}.la-vimeo-v:before{content:"\f27d"}.la-vine:before{content:"\f1ca"}.la-vk:before{content:"\f189"}.la-vnv:before{content:"\f40b"}.la-voicemail:before{content:"\f897"}.la-volleyball-ball:before{content:"\f45f"}.la-volume-down:before{content:"\f027"}.la-volume-mute:before{content:"\f6a9"}.la-volume-off:before{content:"\f026"}.la-volume-up:before{content:"\f028"}.la-vote-yea:before{content:"\f772"}.la-vr-cardboard:before{content:"\f729"}.la-vuejs:before{content:"\f41f"}.la-walking:before{content:"\f554"}.la-wallet:before{content:"\f555"}.la-warehouse:before{content:"\f494"}.la-water:before{content:"\f773"}.la-wave-square:before{content:"\f83e"}.la-waze:before{content:"\f83f"}.la-weebly:before{content:"\f5cc"}.la-weibo:before{content:"\f18a"}.la-weight:before{content:"\f496"}.la-weight-hanging:before{content:"\f5cd"}.la-weixin:before{content:"\f1d7"}.la-whatsapp:before{content:"\f232"}.la-whatsapp-square:before{content:"\f40c"}.la-wheelchair:before{content:"\f193"}.la-whmcs:before{content:"\f40d"}.la-wifi:before{content:"\f1eb"}.la-wikipedia-w:before{content:"\f266"}.la-wind:before{content:"\f72e"}.la-window-close:before{content:"\f410"}.la-window-maximize:before{content:"\f2d0"}.la-window-minimize:before{content:"\f2d1"}.la-window-restore:before{content:"\f2d2"}.la-windows:before{content:"\f17a"}.la-wine-bottle:before{content:"\f72f"}.la-wine-glass:before{content:"\f4e3"}.la-wine-glass-alt:before{content:"\f5ce"}.la-wix:before{content:"\f5cf"}.la-wizards-of-the-coast:before{content:"\f730"}.la-wolf-pack-battalion:before{content:"\f514"}.la-won-sign:before{content:"\f159"}.la-wordpress:before{content:"\f19a"}.la-wordpress-simple:before{content:"\f411"}.la-wpbeginner:before{content:"\f297"}.la-wpexplorer:before{content:"\f2de"}.la-wpforms:before{content:"\f298"}.la-wpressr:before{content:"\f3e4"}.la-wrench:before{content:"\f0ad"}.la-x-ray:before{content:"\f497"}.la-xbox:before{content:"\f412"}.la-xing:before{content:"\f168"}.la-xing-square:before{content:"\f169"}.la-y-combinator:before{content:"\f23b"}.la-yahoo:before{content:"\f19e"}.la-yammer:before{content:"\f840"}.la-yandex:before{content:"\f413"}.la-yandex-international:before{content:"\f414"}.la-yarn:before{content:"\f7e3"}.la-yelp:before{content:"\f1e9"}.la-yen-sign:before{content:"\f157"}.la-yin-yang:before{content:"\f6ad"}.la-yoast:before{content:"\f2b1"}.la-youtube:before{content:"\f167"}.la-youtube-square:before{content:"\f431"}.la-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'Line Awesome Brands';font-style:normal;font-weight:400;font-display:auto;src:url(/fonts/908ce19d18187969b32f.eot);src:url(/fonts/908ce19d18187969b32f.eot?#iefix) format("embedded-opentype"),url(/fonts/3a8109c4ac75662f8355.woff2) format("woff2"),url(/fonts/925b340f49e65e8bab10.woff) format("woff"),url(/fonts/6ecea4826b87fafb97be.ttf) format("truetype"),url(/331115337bc9be66667a.svg#lineawesome) format("svg")}.lab{font-family:'Line Awesome Brands'}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:400;font-display:auto;src:url(/fonts/77111476f05dd3443047.eot);src:url(/fonts/77111476f05dd3443047.eot?#iefix) format("embedded-opentype"),url(/fonts/8dc1cedf1f4987f82b72.woff2) format("woff2"),url(/fonts/aa859c0d08b8193d6586.woff) format("woff"),url(/fonts/cf246e21218cab398b3d.ttf) format("truetype"),url(/5b8ad6f4ffe812a4eb26.svg#lineawesome) format("svg")}.lar{font-family:'Line Awesome Free';font-weight:400}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:900;font-display:auto;src:url(/fonts/4184d740eae2fb727bfe.eot);src:url(/fonts/4184d740eae2fb727bfe.eot?#iefix) format("embedded-opentype"),url(/fonts/3efd5ba15a279377d224.woff2) format("woff2"),url(/fonts/893634871a6cbff72157.woff) format("woff"),url(/fonts/279f38601f1d1655255f.ttf) format("truetype"),url(/0f874d69730f8631d632.svg#lineawesome) format("svg")}.la,.las{font-family:'Line Awesome Free';font-weight:900}.la.la-glass:before{content:"\f000"}.la.la-meetup{font-family:'Line Awesome Brands';font-weight:400}.la.la-star-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-o:before{content:"\f005"}.la.la-remove:before{content:"\f00d"}.la.la-close:before{content:"\f00d"}.la.la-gear:before{content:"\f013"}.la.la-trash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-trash-o:before{content:"\f2ed"}.la.la-file-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-o:before{content:"\f15b"}.la.la-clock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-clock-o:before{content:"\f017"}.la.la-arrow-circle-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-down:before{content:"\f358"}.la.la-arrow-circle-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-up:before{content:"\f35b"}.la.la-play-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-play-circle-o:before{content:"\f144"}.la.la-repeat:before{content:"\f01e"}.la.la-rotate-right:before{content:"\f01e"}.la.la-refresh:before{content:"\f021"}.la.la-list-alt{font-family:'Line Awesome Free';font-weight:400}.la.la-dedent:before{content:"\f03b"}.la.la-video-camera:before{content:"\f03d"}.la.la-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-picture-o:before{content:"\f03e"}.la.la-photo{font-family:'Line Awesome Free';font-weight:400}.la.la-photo:before{content:"\f03e"}.la.la-image{font-family:'Line Awesome Free';font-weight:400}.la.la-image:before{content:"\f03e"}.la.la-pencil:before{content:"\f303"}.la.la-map-marker:before{content:"\f3c5"}.la.la-pencil-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pencil-square-o:before{content:"\f044"}.la.la-share-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-share-square-o:before{content:"\f14d"}.la.la-check-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-square-o:before{content:"\f14a"}.la.la-arrows:before{content:"\f0b2"}.la.la-times-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-circle-o:before{content:"\f057"}.la.la-check-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-circle-o:before{content:"\f058"}.la.la-mail-forward:before{content:"\f064"}.la.la-eye{font-family:'Line Awesome Free';font-weight:400}.la.la-eye-slash{font-family:'Line Awesome Free';font-weight:400}.la.la-warning:before{content:"\f071"}.la.la-calendar:before{content:"\f073"}.la.la-arrows-v:before{content:"\f338"}.la.la-arrows-h:before{content:"\f337"}.la.la-bar-chart{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart:before{content:"\f080"}.la.la-bar-chart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart-o:before{content:"\f080"}.la.la-twitter-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-gears:before{content:"\f085"}.la.la-thumbs-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-up:before{content:"\f164"}.la.la-thumbs-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-down:before{content:"\f165"}.la.la-heart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-heart-o:before{content:"\f004"}.la.la-sign-out:before{content:"\f2f5"}.la.la-linkedin-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin-square:before{content:"\f08c"}.la.la-thumb-tack:before{content:"\f08d"}.la.la-external-link:before{content:"\f35d"}.la.la-sign-in:before{content:"\f2f6"}.la.la-github-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-lemon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lemon-o:before{content:"\f094"}.la.la-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-square-o:before{content:"\f0c8"}.la.la-bookmark-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bookmark-o:before{content:"\f02e"}.la.la-twitter{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook:before{content:"\f39e"}.la.la-facebook-f{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-f:before{content:"\f39e"}.la.la-github{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card{font-family:'Line Awesome Free';font-weight:400}.la.la-feed:before{content:"\f09e"}.la.la-hdd-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hdd-o:before{content:"\f0a0"}.la.la-hand-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-right:before{content:"\f0a4"}.la.la-hand-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-left:before{content:"\f0a5"}.la.la-hand-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-up:before{content:"\f0a6"}.la.la-hand-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-down:before{content:"\f0a7"}.la.la-arrows-alt:before{content:"\f31e"}.la.la-group:before{content:"\f0c0"}.la.la-chain:before{content:"\f0c1"}.la.la-scissors:before{content:"\f0c4"}.la.la-files-o{font-family:'Line Awesome Free';font-weight:400}.la.la-files-o:before{content:"\f0c5"}.la.la-floppy-o{font-family:'Line Awesome Free';font-weight:400}.la.la-floppy-o:before{content:"\f0c7"}.la.la-navicon:before{content:"\f0c9"}.la.la-reorder:before{content:"\f0c9"}.la.la-pinterest{font-family:'Line Awesome Brands';font-weight:400}.la.la-pinterest-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus:before{content:"\f0d5"}.la.la-money{font-family:'Line Awesome Free';font-weight:400}.la.la-money:before{content:"\f3d1"}.la.la-unsorted:before{content:"\f0dc"}.la.la-sort-desc:before{content:"\f0dd"}.la.la-sort-asc:before{content:"\f0de"}.la.la-linkedin{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin:before{content:"\f0e1"}.la.la-rotate-left:before{content:"\f0e2"}.la.la-legal:before{content:"\f0e3"}.la.la-tachometer:before{content:"\f3fd"}.la.la-dashboard:before{content:"\f3fd"}.la.la-comment-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comment-o:before{content:"\f075"}.la.la-comments-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comments-o:before{content:"\f086"}.la.la-flash:before{content:"\f0e7"}.la.la-clipboard{font-family:'Line Awesome Free';font-weight:400}.la.la-paste{font-family:'Line Awesome Free';font-weight:400}.la.la-paste:before{content:"\f328"}.la.la-lightbulb-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lightbulb-o:before{content:"\f0eb"}.la.la-exchange:before{content:"\f362"}.la.la-cloud-download:before{content:"\f381"}.la.la-cloud-upload:before{content:"\f382"}.la.la-bell-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-o:before{content:"\f0f3"}.la.la-cutlery:before{content:"\f2e7"}.la.la-file-text-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-text-o:before{content:"\f15c"}.la.la-building-o{font-family:'Line Awesome Free';font-weight:400}.la.la-building-o:before{content:"\f1ad"}.la.la-hospital-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hospital-o:before{content:"\f0f8"}.la.la-tablet:before{content:"\f3fa"}.la.la-mobile:before{content:"\f3cd"}.la.la-mobile-phone:before{content:"\f3cd"}.la.la-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-o:before{content:"\f111"}.la.la-mail-reply:before{content:"\f3e5"}.la.la-github-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-folder-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-o:before{content:"\f07b"}.la.la-folder-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-open-o:before{content:"\f07c"}.la.la-smile-o{font-family:'Line Awesome Free';font-weight:400}.la.la-smile-o:before{content:"\f118"}.la.la-frown-o{font-family:'Line Awesome Free';font-weight:400}.la.la-frown-o:before{content:"\f119"}.la.la-meh-o{font-family:'Line Awesome Free';font-weight:400}.la.la-meh-o:before{content:"\f11a"}.la.la-keyboard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-keyboard-o:before{content:"\f11c"}.la.la-flag-o{font-family:'Line Awesome Free';font-weight:400}.la.la-flag-o:before{content:"\f024"}.la.la-mail-reply-all:before{content:"\f122"}.la.la-star-half-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-o:before{content:"\f089"}.la.la-star-half-empty{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-empty:before{content:"\f089"}.la.la-star-half-full{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-full:before{content:"\f089"}.la.la-code-fork:before{content:"\f126"}.la.la-chain-broken:before{content:"\f127"}.la.la-shield:before{content:"\f3ed"}.la.la-calendar-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-o:before{content:"\f133"}.la.la-maxcdn{font-family:'Line Awesome Brands';font-weight:400}.la.la-html5{font-family:'Line Awesome Brands';font-weight:400}.la.la-css3{font-family:'Line Awesome Brands';font-weight:400}.la.la-ticket:before{content:"\f3ff"}.la.la-minus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-minus-square-o:before{content:"\f146"}.la.la-level-up:before{content:"\f3bf"}.la.la-level-down:before{content:"\f3be"}.la.la-pencil-square:before{content:"\f14b"}.la.la-external-link-square:before{content:"\f360"}.la.la-compass{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down:before{content:"\f150"}.la.la-toggle-down{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-down:before{content:"\f150"}.la.la-caret-square-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-up:before{content:"\f151"}.la.la-toggle-up{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-up:before{content:"\f151"}.la.la-caret-square-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-right:before{content:"\f152"}.la.la-toggle-right{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-right:before{content:"\f152"}.la.la-eur:before{content:"\f153"}.la.la-euro:before{content:"\f153"}.la.la-gbp:before{content:"\f154"}.la.la-usd:before{content:"\f155"}.la.la-dollar:before{content:"\f155"}.la.la-inr:before{content:"\f156"}.la.la-rupee:before{content:"\f156"}.la.la-jpy:before{content:"\f157"}.la.la-cny:before{content:"\f157"}.la.la-rmb:before{content:"\f157"}.la.la-yen:before{content:"\f157"}.la.la-rub:before{content:"\f158"}.la.la-ruble:before{content:"\f158"}.la.la-rouble:before{content:"\f158"}.la.la-krw:before{content:"\f159"}.la.la-won:before{content:"\f159"}.la.la-btc{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin:before{content:"\f15a"}.la.la-file-text:before{content:"\f15c"}.la.la-sort-alpha-asc:before{content:"\f15d"}.la.la-sort-alpha-desc:before{content:"\f881"}.la.la-sort-amount-asc:before{content:"\f160"}.la.la-sort-amount-desc:before{content:"\f884"}.la.la-sort-numeric-asc:before{content:"\f162"}.la.la-sort-numeric-desc:before{content:"\f886"}.la.la-youtube-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play:before{content:"\f167"}.la.la-dropbox{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-overflow{font-family:'Line Awesome Brands';font-weight:400}.la.la-instagram{font-family:'Line Awesome Brands';font-weight:400}.la.la-flickr{font-family:'Line Awesome Brands';font-weight:400}.la.la-adn{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square:before{content:"\f171"}.la.la-tumblr{font-family:'Line Awesome Brands';font-weight:400}.la.la-tumblr-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-long-arrow-down:before{content:"\f309"}.la.la-long-arrow-up:before{content:"\f30c"}.la.la-long-arrow-left:before{content:"\f30a"}.la.la-long-arrow-right:before{content:"\f30b"}.la.la-apple{font-family:'Line Awesome Brands';font-weight:400}.la.la-windows{font-family:'Line Awesome Brands';font-weight:400}.la.la-android{font-family:'Line Awesome Brands';font-weight:400}.la.la-linux{font-family:'Line Awesome Brands';font-weight:400}.la.la-dribbble{font-family:'Line Awesome Brands';font-weight:400}.la.la-skype{font-family:'Line Awesome Brands';font-weight:400}.la.la-foursquare{font-family:'Line Awesome Brands';font-weight:400}.la.la-trello{font-family:'Line Awesome Brands';font-weight:400}.la.la-gratipay{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip:before{content:"\f184"}.la.la-sun-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sun-o:before{content:"\f185"}.la.la-moon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-moon-o:before{content:"\f186"}.la.la-vk{font-family:'Line Awesome Brands';font-weight:400}.la.la-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-renren{font-family:'Line Awesome Brands';font-weight:400}.la.la-pagelines{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-exchange{font-family:'Line Awesome Brands';font-weight:400}.la.la-arrow-circle-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-right:before{content:"\f35a"}.la.la-arrow-circle-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-left:before{content:"\f359"}.la.la-caret-square-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-left:before{content:"\f191"}.la.la-toggle-left{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-left:before{content:"\f191"}.la.la-dot-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-dot-circle-o:before{content:"\f192"}.la.la-vimeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-try:before{content:"\f195"}.la.la-turkish-lira:before{content:"\f195"}.la.la-plus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-plus-square-o:before{content:"\f0fe"}.la.la-slack{font-family:'Line Awesome Brands';font-weight:400}.la.la-wordpress{font-family:'Line Awesome Brands';font-weight:400}.la.la-openid{font-family:'Line Awesome Brands';font-weight:400}.la.la-institution:before{content:"\f19c"}.la.la-bank:before{content:"\f19c"}.la.la-mortar-board:before{content:"\f19d"}.la.la-yahoo{font-family:'Line Awesome Brands';font-weight:400}.la.la-google{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon{font-family:'Line Awesome Brands';font-weight:400}.la.la-delicious{font-family:'Line Awesome Brands';font-weight:400}.la.la-digg{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-pp{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-drupal{font-family:'Line Awesome Brands';font-weight:400}.la.la-joomla{font-family:'Line Awesome Brands';font-weight:400}.la.la-spoon:before{content:"\f2e5"}.la.la-behance{font-family:'Line Awesome Brands';font-weight:400}.la.la-behance-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-automobile:before{content:"\f1b9"}.la.la-cab:before{content:"\f1ba"}.la.la-envelope-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-o:before{content:"\f0e0"}.la.la-deviantart{font-family:'Line Awesome Brands';font-weight:400}.la.la-soundcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-file-pdf-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-pdf-o:before{content:"\f1c1"}.la.la-file-word-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-word-o:before{content:"\f1c2"}.la.la-file-excel-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-excel-o:before{content:"\f1c3"}.la.la-file-powerpoint-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-powerpoint-o:before{content:"\f1c4"}.la.la-file-image-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-image-o:before{content:"\f1c5"}.la.la-file-photo-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-photo-o:before{content:"\f1c5"}.la.la-file-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-picture-o:before{content:"\f1c5"}.la.la-file-archive-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-archive-o:before{content:"\f1c6"}.la.la-file-zip-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-zip-o:before{content:"\f1c6"}.la.la-file-audio-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-audio-o:before{content:"\f1c7"}.la.la-file-sound-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-sound-o:before{content:"\f1c7"}.la.la-file-video-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-video-o:before{content:"\f1c8"}.la.la-file-movie-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-movie-o:before{content:"\f1c8"}.la.la-file-code-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-code-o:before{content:"\f1c9"}.la.la-vine{font-family:'Line Awesome Brands';font-weight:400}.la.la-codepen{font-family:'Line Awesome Brands';font-weight:400}.la.la-jsfiddle{font-family:'Line Awesome Brands';font-weight:400}.la.la-life-ring{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy:before{content:"\f1cd"}.la.la-life-buoy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-buoy:before{content:"\f1cd"}.la.la-life-saver{font-family:'Line Awesome Free';font-weight:400}.la.la-life-saver:before{content:"\f1cd"}.la.la-support{font-family:'Line Awesome Free';font-weight:400}.la.la-support:before{content:"\f1cd"}.la.la-circle-o-notch:before{content:"\f1ce"}.la.la-rebel{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra:before{content:"\f1d0"}.la.la-resistance{font-family:'Line Awesome Brands';font-weight:400}.la.la-resistance:before{content:"\f1d0"}.la.la-empire{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge:before{content:"\f1d1"}.la.la-git-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-git{font-family:'Line Awesome Brands';font-weight:400}.la.la-hacker-news{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square:before{content:"\f1d4"}.la.la-yc-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc-square:before{content:"\f1d4"}.la.la-tencent-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-qq{font-family:'Line Awesome Brands';font-weight:400}.la.la-weixin{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat:before{content:"\f1d7"}.la.la-send:before{content:"\f1d8"}.la.la-paper-plane-o{font-family:'Line Awesome Free';font-weight:400}.la.la-paper-plane-o:before{content:"\f1d8"}.la.la-send-o{font-family:'Line Awesome Free';font-weight:400}.la.la-send-o:before{content:"\f1d8"}.la.la-circle-thin{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-thin:before{content:"\f111"}.la.la-header:before{content:"\f1dc"}.la.la-sliders:before{content:"\f1de"}.la.la-futbol-o{font-family:'Line Awesome Free';font-weight:400}.la.la-futbol-o:before{content:"\f1e3"}.la.la-soccer-ball-o{font-family:'Line Awesome Free';font-weight:400}.la.la-soccer-ball-o:before{content:"\f1e3"}.la.la-slideshare{font-family:'Line Awesome Brands';font-weight:400}.la.la-twitch{font-family:'Line Awesome Brands';font-weight:400}.la.la-yelp{font-family:'Line Awesome Brands';font-weight:400}.la.la-newspaper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-newspaper-o:before{content:"\f1ea"}.la.la-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-wallet{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-visa{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-mastercard{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-discover{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-amex{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-stripe{font-family:'Line Awesome Brands';font-weight:400}.la.la-bell-slash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-slash-o:before{content:"\f1f6"}.la.la-trash:before{content:"\f2ed"}.la.la-copyright{font-family:'Line Awesome Free';font-weight:400}.la.la-eyedropper:before{content:"\f1fb"}.la.la-area-chart:before{content:"\f1fe"}.la.la-pie-chart:before{content:"\f200"}.la.la-line-chart:before{content:"\f201"}.la.la-lastfm{font-family:'Line Awesome Brands';font-weight:400}.la.la-lastfm-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-ioxhost{font-family:'Line Awesome Brands';font-weight:400}.la.la-angellist{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc{font-family:'Line Awesome Free';font-weight:400}.la.la-cc:before{content:"\f20a"}.la.la-ils:before{content:"\f20b"}.la.la-shekel:before{content:"\f20b"}.la.la-sheqel:before{content:"\f20b"}.la.la-meanpath{font-family:'Line Awesome Brands';font-weight:400}.la.la-meanpath:before{content:"\f2b4"}.la.la-buysellads{font-family:'Line Awesome Brands';font-weight:400}.la.la-connectdevelop{font-family:'Line Awesome Brands';font-weight:400}.la.la-dashcube{font-family:'Line Awesome Brands';font-weight:400}.la.la-forumbee{font-family:'Line Awesome Brands';font-weight:400}.la.la-leanpub{font-family:'Line Awesome Brands';font-weight:400}.la.la-sellsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-shirtsinbulk{font-family:'Line Awesome Brands';font-weight:400}.la.la-simplybuilt{font-family:'Line Awesome Brands';font-weight:400}.la.la-skyatlas{font-family:'Line Awesome Brands';font-weight:400}.la.la-diamond{font-family:'Line Awesome Free';font-weight:400}.la.la-diamond:before{content:"\f3a5"}.la.la-intersex:before{content:"\f224"}.la.la-facebook-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-official:before{content:"\f09a"}.la.la-pinterest-p{font-family:'Line Awesome Brands';font-weight:400}.la.la-whatsapp{font-family:'Line Awesome Brands';font-weight:400}.la.la-hotel:before{content:"\f236"}.la.la-viacoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-medium{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc:before{content:"\f23b"}.la.la-optin-monster{font-family:'Line Awesome Brands';font-weight:400}.la.la-opencart{font-family:'Line Awesome Brands';font-weight:400}.la.la-expeditedssl{font-family:'Line Awesome Brands';font-weight:400}.la.la-battery-4:before{content:"\f240"}.la.la-battery:before{content:"\f240"}.la.la-battery-3:before{content:"\f241"}.la.la-battery-2:before{content:"\f242"}.la.la-battery-1:before{content:"\f243"}.la.la-battery-0:before{content:"\f244"}.la.la-object-group{font-family:'Line Awesome Free';font-weight:400}.la.la-object-ungroup{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o:before{content:"\f249"}.la.la-cc-jcb{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-diners-club{font-family:'Line Awesome Brands';font-weight:400}.la.la-clone{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o:before{content:"\f254"}.la.la-hourglass-1:before{content:"\f251"}.la.la-hourglass-2:before{content:"\f252"}.la.la-hourglass-3:before{content:"\f253"}.la.la-hand-rock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-rock-o:before{content:"\f255"}.la.la-hand-grab-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-grab-o:before{content:"\f255"}.la.la-hand-paper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-paper-o:before{content:"\f256"}.la.la-hand-stop-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-stop-o:before{content:"\f256"}.la.la-hand-scissors-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-scissors-o:before{content:"\f257"}.la.la-hand-lizard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-lizard-o:before{content:"\f258"}.la.la-hand-spock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-spock-o:before{content:"\f259"}.la.la-hand-pointer-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-pointer-o:before{content:"\f25a"}.la.la-hand-peace-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-peace-o:before{content:"\f25b"}.la.la-registered{font-family:'Line Awesome Free';font-weight:400}.la.la-creative-commons{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-tripadvisor{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-get-pocket{font-family:'Line Awesome Brands';font-weight:400}.la.la-wikipedia-w{font-family:'Line Awesome Brands';font-weight:400}.la.la-safari{font-family:'Line Awesome Brands';font-weight:400}.la.la-chrome{font-family:'Line Awesome Brands';font-weight:400}.la.la-firefox{font-family:'Line Awesome Brands';font-weight:400}.la.la-opera{font-family:'Line Awesome Brands';font-weight:400}.la.la-internet-explorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-television:before{content:"\f26c"}.la.la-contao{font-family:'Line Awesome Brands';font-weight:400}.la.la-500px{font-family:'Line Awesome Brands';font-weight:400}.la.la-amazon{font-family:'Line Awesome Brands';font-weight:400}.la.la-calendar-plus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-plus-o:before{content:"\f271"}.la.la-calendar-minus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-minus-o:before{content:"\f272"}.la.la-calendar-times-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-times-o:before{content:"\f273"}.la.la-calendar-check-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-check-o:before{content:"\f274"}.la.la-map-o{font-family:'Line Awesome Free';font-weight:400}.la.la-map-o:before{content:"\f279"}.la.la-commenting:before{content:"\f4ad"}.la.la-commenting-o{font-family:'Line Awesome Free';font-weight:400}.la.la-commenting-o:before{content:"\f4ad"}.la.la-houzz{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo:before{content:"\f27d"}.la.la-black-tie{font-family:'Line Awesome Brands';font-weight:400}.la.la-fonticons{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-alien{font-family:'Line Awesome Brands';font-weight:400}.la.la-edge{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card-alt:before{content:"\f09d"}.la.la-codiepie{font-family:'Line Awesome Brands';font-weight:400}.la.la-modx{font-family:'Line Awesome Brands';font-weight:400}.la.la-fort-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-usb{font-family:'Line Awesome Brands';font-weight:400}.la.la-product-hunt{font-family:'Line Awesome Brands';font-weight:400}.la.la-mixcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-scribd{font-family:'Line Awesome Brands';font-weight:400}.la.la-pause-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pause-circle-o:before{content:"\f28b"}.la.la-stop-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-stop-circle-o:before{content:"\f28d"}.la.la-bluetooth{font-family:'Line Awesome Brands';font-weight:400}.la.la-bluetooth-b{font-family:'Line Awesome Brands';font-weight:400}.la.la-gitlab{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpbeginner{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpforms{font-family:'Line Awesome Brands';font-weight:400}.la.la-envira{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt:before{content:"\f368"}.la.la-question-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-question-circle-o:before{content:"\f059"}.la.la-volume-control-phone:before{content:"\f2a0"}.la.la-asl-interpreting:before{content:"\f2a3"}.la.la-deafness:before{content:"\f2a4"}.la.la-hard-of-hearing:before{content:"\f2a4"}.la.la-glide{font-family:'Line Awesome Brands';font-weight:400}.la.la-glide-g{font-family:'Line Awesome Brands';font-weight:400}.la.la-signing:before{content:"\f2a7"}.la.la-viadeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-viadeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-ghost{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper{font-family:'Line Awesome Brands';font-weight:400}.la.la-first-order{font-family:'Line Awesome Brands';font-weight:400}.la.la-yoast{font-family:'Line Awesome Brands';font-weight:400}.la.la-themeisle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official:before{content:"\f2b3"}.la.la-google-plus-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-circle:before{content:"\f2b3"}.la.la-font-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa:before{content:"\f2b4"}.la.la-handshake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-handshake-o:before{content:"\f2b5"}.la.la-envelope-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-open-o:before{content:"\f2b6"}.la.la-linode{font-family:'Line Awesome Brands';font-weight:400}.la.la-address-book-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-book-o:before{content:"\f2b9"}.la.la-vcard:before{content:"\f2bb"}.la.la-address-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-card-o:before{content:"\f2bb"}.la.la-vcard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-vcard-o:before{content:"\f2bb"}.la.la-user-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-circle-o:before{content:"\f2bd"}.la.la-user-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-o:before{content:"\f007"}.la.la-id-badge{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license:before{content:"\f2c2"}.la.la-id-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-id-card-o:before{content:"\f2c2"}.la.la-drivers-license-o{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license-o:before{content:"\f2c2"}.la.la-quora{font-family:'Line Awesome Brands';font-weight:400}.la.la-free-code-camp{font-family:'Line Awesome Brands';font-weight:400}.la.la-telegram{font-family:'Line Awesome Brands';font-weight:400}.la.la-thermometer-4:before{content:"\f2c7"}.la.la-thermometer:before{content:"\f2c7"}.la.la-thermometer-3:before{content:"\f2c8"}.la.la-thermometer-2:before{content:"\f2c9"}.la.la-thermometer-1:before{content:"\f2ca"}.la.la-thermometer-0:before{content:"\f2cb"}.la.la-bathtub:before{content:"\f2cd"}.la.la-s15:before{content:"\f2cd"}.la.la-window-maximize{font-family:'Line Awesome Free';font-weight:400}.la.la-window-restore{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle:before{content:"\f410"}.la.la-window-close-o{font-family:'Line Awesome Free';font-weight:400}.la.la-window-close-o:before{content:"\f410"}.la.la-times-rectangle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle-o:before{content:"\f410"}.la.la-bandcamp{font-family:'Line Awesome Brands';font-weight:400}.la.la-grav{font-family:'Line Awesome Brands';font-weight:400}.la.la-etsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-imdb{font-family:'Line Awesome Brands';font-weight:400}.la.la-ravelry{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast:before{content:"\f2da"}.la.la-snowflake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-snowflake-o:before{content:"\f2dc"}.la.la-superpowers{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpexplorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-spotify{font-family:'Line Awesome Brands';font-weight:400}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/fonts/8d3cabfc66809162fb4d.woff2) format("woff2"),url(/fonts/6205fd00fb1b573e9f0f.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/fonts/e931bc0d14f5bbb1da22.woff2) format("woff2"),url(/fonts/adc51aab4d771ab65f81.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/fonts/fb8184add5a3101ad0a3.woff2) format("woff2"),url(/fonts/45a265d0f07b31cde85f.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/fonts/8d3cabfc66809162fb4d.woff2) format("woff2"),url(/fonts/6205fd00fb1b573e9f0f.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/fonts/fb8184add5a3101ad0a3.woff2) format("woff2"),url(/fonts/45a265d0f07b31cde85f.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/fonts/e931bc0d14f5bbb1da22.woff2) format("woff2"),url(/fonts/adc51aab4d771ab65f81.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/fonts/fb8184add5a3101ad0a3.woff2) format("woff2"),url(/fonts/45a265d0f07b31cde85f.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/fonts/8d3cabfc66809162fb4d.woff2) format("woff2"),url(/fonts/6205fd00fb1b573e9f0f.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/fonts/e931bc0d14f5bbb1da22.woff2) format("woff2"),url(/fonts/adc51aab4d771ab65f81.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(/fonts/b3049b13a93f07e026fc.woff2) format("woff2"),url(/fonts/2eb7b3ef25042305f3ff.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
/* cyrillic-ext */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url(/fonts/7bc369e5d4b744ff506a.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url(/fonts/49fe76c7325d8a059879.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url(/fonts/13bcd6b28f6b6957375b.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url(/fonts/283eaf6656c208e4d199.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url(/fonts/3495858136273583c1b8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(/fonts/31996bd548a9c386d8e9.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(/fonts/675dd2b783f46b6fa1e1.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(/fonts/8396d8478b6892585766.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(/fonts/d3a427785681605e1277.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(/fonts/00a333ae2bb6e9b0d7a4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*ttf*/
@font-face {
  font-family: "Nunito", sans-serif;
  font-display: block;
  font-weight: 700;
  src: url(/fonts/275dd55e10ba966bcb9b.ttf) format("truetype");
}

@font-face {
  font-family: "Nunito", sans-serif;
  font-display: block;
  font-weight: 300;
  src: url(/fonts/677d4143aa9440e30cad.ttf) format("truetype");
}

@font-face {
  font-family: "Nunito", sans-serif;
  font-display: block;
  font-weight: 500;
  src: url(/fonts/06740446a9f13288701b.ttf) format("truetype");
}

@font-face {
  font-family: "Nunito", sans-serif;
  font-display: block;
  font-weight: 400;
  src: url(/fonts/9d7a6e03c6e3ed49c7ac.ttf) format("truetype");
}

@font-face {
  font-family: "Nunito", sans-serif;
  font-display: block;
  font-weight: 600;
  src: url(/fonts/ae592fe018d712c287a2.ttf) format("truetype");
}

/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/045b80fa4f9fe669c884.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/7498246ad20e0ba71240.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/b8395bcb22d6dabf4428.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/39576fe9df8a22cc1bcc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/6f94f40f848d79872444.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/405055dd680fa1dcdfa2.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/ac129c4a30f370a08431.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/08491d3f7fe7ae88ef44.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/b6ff03a06be3905a0e8b.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/91145014c0350c248ed2.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/b5109c3e385395dfd649.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/d86662fe776dae29ea78.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/02c982a36e09b25c55a0.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/ca6a92cea2062ebec667.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/7bafdd1d3d22fe534faf.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/7b1a4c85ba657964c6b6.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ttf */
@font-face {
  font-family: "Poppins", sans-serif;
  font-display: block;
  font-weight: 900;
  src: url(/fonts/d8b850b920a5ef49d752.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-display: block;
  font-weight: 700;
  src: url(/fonts/cdb29a5d7ccf57ff05a3.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-display: block;
  font-weight: 800;
  src: url(/fonts/01849ee091e1762a5dd5.ttf) format("truetype");
}

/* @font-face {
  font-family: "Poppins", sans-serif;
  font-display: block;
  font-weight: 300;
  src: url("../Poppins/Poppins-Light.ttf") format("truetype");
} */

@font-face {
  font-family: "Poppins", sans-serif;
  font-display: block;
  font-weight: 500;
  src: url(/fonts/673ed42382ab264e0bf5.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-display: block;
  font-weight: 400;
  src: url(/fonts/35d26b781dc5fda684cc.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-display: block;
  font-weight: 600;
  src: url(/fonts/ac8d04b620e54be9b0f0.ttf) format("truetype");
}

  /* /////////////////////////////////////////////////////////////////////////////////////////////////*/
  /*ApiInput.css*/

  input::placeholder {
      color: #495057 !important;
      font-weight: 500 !important;
      font-size: 13px !important;
  }

  body {
      min-width: 100%;
      min-height: 100%;
  }

  .form-control {
      width: 100%;
  }

  .alpmobile-wrapper {
      position: relative;

      .alpmobile-countryCode {
          position: absolute;
          left: 0;
          height: 27px;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #5F9DF7;
          border-color: #5F9DF7;
          border-radius: 5px;
          color: #ffffff;
          border-radius: 3px 0px 0px 3px;
          /* width: 59px !important; */
          width: 48px !important;
          /*designer changes*/
          border-top-right-radius: 0px !important;
          border-bottom-right-radius: 0px !important;
          z-index: 0;
      }

      input.k-input-inner {
          padding-left: 5px !important;
          font-size: 13px;
          pointer-events: none !important;

      }

      .Alp_mobile_input {
          /* edit by mayursir*/
          width: 100%;
          padding-left: 67px;
          border-radius: 4px;
          /* border-color: rgba(164, 164, 164, 0.5803921569); */
          font-size: 14px;
          border-width: 1px;
          height: 27px;

      }

      span.k-clear-value {
          display: none;
      }

      span.k-combobox.k-input.k-input-md.k-rounded-md.k-input-solid.k-dropdowngrid.alpmobile-countryCode.customeClass {
          /* width: 59px !important; */
          width: 48px !important;
          /*designer changes*/
          border-top-right-radius: 0px !important;
          border-bottom-right-radius: 0px !important;
      }

      button.k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button {
          color: #fff;
      }

  }

  .k-table-thead,
  .k-table-header,
  .k-table-group-sticky-header {
      border-color: var(--kendo-color-border, rgba(33, 37, 41, 0.13));
      color: #ffffff !important;
      background-color: #196ba5 !important;
      opacity: 1;
  }

  .Alp_date-picker_input_main {
      position: relative;

      .Alp_date-picker_input {
          position: relative;
          width: 100%;
          height: 27px !important;
          border: 1px solid rgba(145, 158, 171, .32);
          border-radius: 5px;
          padding: 0 15px;
          -webkit-transition: all .2s ease;
          -ms-transition: all .2s ease;
          transition: all .2s ease;
      }

      .Calender_Icon {
          margin-left: 8px;
          border: none;
          background: none;
          cursor: pointer;
          position: absolute;
          right: 30px;
          top: -2px;
          padding: 0;
      }
  }

  .alppercentage-wrapper {
      display: flex;
      align-items: center;
      position: relative;

      .Prcshow {
          padding-right: 17px;
      }

      .alppercentage-symbol {
          position: absolute;
          right: 3.5px;
      }
  }

  .k-table-thead,
  .k-table-header,
  .k-table-group-sticky-header {
      border-color: var(--kendo-color-border, rgba(33, 37, 41, 0.13)) !important;
      color: #000000 !important;
      background-color: #196ba5 !important;
      opacity: 1 !important;
  }

  .k-table-alt-row {
      background-color: transparent !important;
  }

  .k-popup {
      box-shadow: unset !important;
      border-color: transparent !important;
  }

  .k-table-header {
      padding-inline-end: 0px !important;
  }

  .k-table-row,
  .k-table-row k-table-alt-row {
      border: 1px solid #eee !important;
  }

  .k-table-tbody .k-table-row.k-focus,
  .k-table-tbody .k-table-row:focus,
  .k-table-list .k-table-row.k-focus,
  .k-table-list .k-table-row:focus,
  .k-table-tbody .k-table-td.k-focus,
  .k-table-tbody .k-table-td:focus,
  .k-table-list .k-table-td.k-focus,
  .k-table-list .k-table-td:focus {
      box-shadow: unset !important;
  }

  .k-table-tbody .k-table-row.k-selected>.k-table-td,
  .k-table-list .k-table-row.k-selected {
      color: white !important;
      background-color: #3282b8 !important;
  }

  .k-table-tbody .k-table-row:hover,
  .k-table-list .k-table-row:hover,
  .k-table-tbody .k-table-row.k-hover,
  .k-table-list .k-table-row.k-hover {
      background-color: #DEEBFF !important;
      color: #000 !important;
  }

  .k-table-header-wrap {
      border-width: 0 0 0px !important;
  }

  .custom-dropdown {
      position: relative;
      width: 30px;
      display: flex;
  }

  .dropdown-header {
      padding: 10px;
      border: 1px solid #dbe0e6;
      cursor: pointer;
      background-color: #fff;
      height: 27px;
      align-items: center;
      justify-content: center;
      display: flex;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
  }

  .dropdown-list {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      border: 1px solid #dbe0e6;
      background-color: #fff;
      z-index: 1;
      width: 50px;
  }

  .dropdown-item {
      padding: 5px;
      cursor: pointer;
      border-bottom: 1px solid #dbe0e6;
      align-items: center;
      justify-content: center;
      display: flex;
  }

  .dropdown-item:hover {
      background-color: #f0f0f0;
  }

  .ag-checkbox-input-wrapper::after {
      border: 1px solid transparent;
  }

  :where(.ag-theme-checkboxStyle-3) {
      & .ag-checkbox-input-wrapper {
          &:where(.ag-indeterminate) {
              &:after {
                  mask-image: none;
              }
          }
      }
  }

  .ag-floating-filter-button-button {
      height: 100%;
  }

  button.ag-button.ag-floating-filter-button-button.ag-filter-active {
      padding: 0px;
  }
.search-dropdown .search-info .customers li a img{-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}body{font-size:14px;color:#181d1f;line-height:1.5;background-color:#fafbfe;overflow-y:auto;overflow-x:hidden;user-select:none;-ms-user-select:none;-webkit-user-select:none;max-width:100% !important;overflow-x:hidden !important}::selection{background:#ff9f43;color:#fff;text-shadow:none}img{max-width:100%;height:auto;vertical-align:inherit}*{outline:none}button{-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}button:focus{box-shadow:none !important}a{color:#ff9f43;cursor:pointer;text-decoration:none;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}a:hover{color:rgb(255,132.9574468085,16);-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}a:focus{outline:0}p{margin-bottom:20px}p:last-child{margin-bottom:0}strong{font-weight:700}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{color:#000;font-weight:700;margin-bottom:0}ol,ul{list-style:none;margin-block-end:0;padding:0}ul{list-style:none}ul.list-disc{list-style:disc;padding-left:15px}ul.list-disc ul{list-style-type:circle}ul.list-decimal{list-style:decimal;padding-left:15px}ul.list-decimal ul{list-style-type:decimal}ul.list-icon{list-style:none;padding-left:0}ul.list-icon>li{padding-left:1.875rem;counter-increment:li}ul.list-icon>li i,ul.list-icon>li .feather-icon,ul.list-icon>li .svg-icon{display:inline-block;height:20px;width:20px;text-align:center;margin-left:-1.25rem;position:relative;left:-10px;padding:1px;top:-1px}ul.list-icon>li i{font-size:20px;top:5px}ul .btn-primary:not(:disabled):not(.disabled):active:focus,ul .btn-primary:not(:disabled):not(.disabled).active:focus{box-shadow:none}.bg-primary{background-color:#ff9f43 !important}.bg-secondary{background-color:#ff9f43 !important}.bg-info{background-color:#17a2b8 !important}.bg-success{background-color:#28c76f !important}.bg-warning{background-color:#f90 !important}.bg-danger{background-color:#ff1616 !important}.bg-dark{background-color:#29344a !important}.bg-light{background-color:#f8f9fa !important}.bg-white{background-color:#fff !important}.bg-pink{background-color:#ff63a5 !important}.bg-purple{background-color:#7367f0 !important}.bg-teal{background-color:#02a8b5 !important}.bg-blue{background-color:#008dda !important}.bg-primary{background-color:#ff9f43 !important}.bg-primary.bg-opacity-10{background-color:rgba(255,159,67,.1) !important}.bg-primary.bg-opacity-25{background-color:rgba(255,159,67,.25) !important}.bg-primary.bg-opacity-50{background-color:rgba(255,159,67,.5) !important}.bg-primary.bg-opacity-75{background-color:rgba(255,159,67,.75) !important}.bg-primary.bg-opacity-100{background-color:#ff9f43 !important}.bg-secondary{background-color:#ff9f43 !important}.bg-secondary.bg-opacity-10{background-color:rgba(255,159,67,.1) !important}.bg-secondary.bg-opacity-25{background-color:rgba(255,159,67,.25) !important}.bg-secondary.bg-opacity-50{background-color:rgba(255,159,67,.5) !important}.bg-secondary.bg-opacity-75{background-color:rgba(255,159,67,.75) !important}.bg-secondary.bg-opacity-100{background-color:#ff9f43 !important}.bg-info{background-color:#17a2b8 !important}.bg-info.bg-opacity-10{background-color:rgba(23,162,184,.1) !important}.bg-info.bg-opacity-25{background-color:rgba(23,162,184,.25) !important}.bg-info.bg-opacity-50{background-color:rgba(23,162,184,.5) !important}.bg-info.bg-opacity-75{background-color:rgba(23,162,184,.75) !important}.bg-info.bg-opacity-100{background-color:#17a2b8 !important}.bg-success{background-color:#28c76f !important}.bg-success.bg-opacity-10{background-color:rgba(40,199,111,.1) !important}.bg-success.bg-opacity-25{background-color:rgba(40,199,111,.25) !important}.bg-success.bg-opacity-50{background-color:rgba(40,199,111,.5) !important}.bg-success.bg-opacity-75{background-color:rgba(40,199,111,.75) !important}.bg-success.bg-opacity-100{background-color:#28c76f !important}.bg-warning{background-color:#f90 !important}.bg-warning.bg-opacity-10{background-color:rgba(255,153,0,.1) !important}.bg-warning.bg-opacity-25{background-color:rgba(255,153,0,.25) !important}.bg-warning.bg-opacity-50{background-color:rgba(255,153,0,.5) !important}.bg-warning.bg-opacity-75{background-color:rgba(255,153,0,.75) !important}.bg-warning.bg-opacity-100{background-color:#f90 !important}.bg-danger{background-color:#ff1616 !important}.bg-danger.bg-opacity-10{background-color:rgba(255,22,22,.1) !important}.bg-danger.bg-opacity-25{background-color:rgba(255,22,22,.25) !important}.bg-danger.bg-opacity-50{background-color:rgba(255,22,22,.5) !important}.bg-danger.bg-opacity-75{background-color:rgba(255,22,22,.75) !important}.bg-danger.bg-opacity-100{background-color:#ff1616 !important}.bg-dark{background-color:#29344a !important}.bg-dark.bg-opacity-10{background-color:rgba(41,52,74,.1) !important}.bg-dark.bg-opacity-25{background-color:rgba(41,52,74,.25) !important}.bg-dark.bg-opacity-50{background-color:rgba(41,52,74,.5) !important}.bg-dark.bg-opacity-75{background-color:rgba(41,52,74,.75) !important}.bg-dark.bg-opacity-100{background-color:#29344a !important}.bg-light{background-color:#f8f9fa !important}.bg-light.bg-opacity-10{background-color:rgba(248,249,250,.1) !important}.bg-light.bg-opacity-25{background-color:rgba(248,249,250,.25) !important}.bg-light.bg-opacity-50{background-color:rgba(248,249,250,.5) !important}.bg-light.bg-opacity-75{background-color:rgba(248,249,250,.75) !important}.bg-light.bg-opacity-100{background-color:#f8f9fa !important}.bg-primary{background-color:#FF9F43 !important;border:1px solid #FF9F43 !important;color:#fff}.bg-secondary{background-color:#FF9F43 !important;border:1px solid #FF9F43 !important;color:#fff}.bg-success{background-color:#28c76f !important;border:1px solid #28c76f !important;color:#fff}.bg-info{background-color:#17a2b8 !important;border:1px solid #17a2b8 !important;color:#fff}.bg-warning{background-color:#ff9900 !important;border:1px solid #ff9900 !important;color:#fff}.bg-danger{background-color:#ff1616 !important;border:1px solid #ff1616 !important;color:#fff}.bg-dark{background-color:#29344a !important;border:1px solid #29344a !important;color:#fff}.bg-light{background-color:#f8f9fa !important;border:1px solid #f8f9fa !important;color:#fff}.bg-black{background-color:#000000 !important;border:1px solid #000000 !important;color:#fff}.bg-purple{background-color:#7367f0 !important;border:1px solid #7367f0 !important;color:#fff}.bg-yellow{background-color:#ffff00 !important;border:1px solid #ffff00 !important;color:#fff}.bg-teal{background-color:#02a8b5 !important;border:1px solid #02a8b5 !important;color:#fff}.bg-soft-primary{background-color:#ffe2c7;color:#ff9f43}.bg-soft-secondary{background-color:#b5c0c9;color:#ff9f43}.bg-soft-success{background-color:#bfeed4;color:#28c76f}.bg-soft-danger{background-color:#ffb3b3;color:#ff1616}.bg-soft-warning{background-color:#ffe0b3;color:#f90}.bg-soft-info{background-color:rgba(23,162,184,.3);color:#17a2b8}.bg-soft-light{background-color:rgba(248,249,250,.9);color:#000}.bg-soft-dark{background-color:rgba(41,52,74,.3);color:#fff}bg-light{color:#000}.bg-primary-gradient{background:linear-gradient(154deg, #f97316 0%, #fb923c 100%) !important;color:#fff}.bg-secondary-gradient{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%) !important;color:#fff}.bg-warning-gradient{background:linear-gradient(to right, #ff9900 0%, #fbc434 100%) !important;color:#fff}.bg-info-gradient{background:linear-gradient(to right, #17a2b8 0%, #00f2fe 100%) !important;color:#fff}.bg-success-gradient{background:linear-gradient(to right, #28c76f 0%, #5cf9e2 100%) !important;color:#fff}.bg-danger-gradient{background:linear-gradient(to right, #ff1616 0%, #fd4a68 100%) !important;color:#fff}.bg-orange-gradient{background:linear-gradient(to right, #ffa500 0%, #fbb034 100%) !important;color:#fff}.bg-purple-gradient{background:linear-gradient(to right, #7367f0 0%, #9b25b7 100%) !important;color:#fff}.bg-teal-gradient{background:linear-gradient(to right, #02a8b5 0%, #0695dd 100%) !important;color:#fff}.bg-light-gradient{background:linear-gradient(to right, #f8f9fa 0%, #d1d6de 100%) !important;color:#000}.bg-dark-gradient{background:linear-gradient(to left, #29344a 0%, #54505d 100%) !important;color:#fff}.bg-outline-primary{background-color:#fff;border:1px solid #ff9f43;color:#ff9f43}.bg-outline-secondary{background-color:#fff;border:1px solid #ff9f43;color:#ff9f43}.bg-outline-warning{background-color:#fff;border:1px solid #f90;color:#f90}.bg-outline-info{background-color:#fff;border:1px solid #17a2b8;color:#17a2b8}.bg-outline-success{background-color:#fff;border:1px solid #28c76f;color:#28c76f}.bg-outline-danger{background-color:#fff;border:1px solid #ff1616;color:#ff1616}.bg-outline-dark{background-color:#fff;border:1px solid #29344a;color:#29344a}.bg-outline-light{background-color:#fff;border:1px solid #f8f9fa !important;color:#000 !important}.bg-primary-transparent{background-color:rgba(255,159,67,.1) !important;color:#ff9f43 !important}.bg-primary-transparent:hover{background-color:rgba(255,159,67,.1) !important;color:#ff9f43 !important}.bg-secondary-transparent{background-color:rgba(255,159,67,.1) !important;color:#ff9f43 !important}.bg-secondary-transparent:hover{background-color:rgba(255,159,67,.1) !important;color:#ff9f43 !important}.bg-info-transparent{background-color:rgba(23,162,184,.1) !important;color:#17a2b8 !important}.bg-info-transparent:hover{background-color:rgba(23,162,184,.1) !important;color:#17a2b8 !important}.bg-success-transparent{background-color:rgba(40,199,111,.1) !important;color:#28c76f !important}.bg-success-transparent:hover{background-color:rgba(40,199,111,.1) !important;color:#28c76f !important}.bg-warning-transparent{background-color:rgba(255,153,0,.1) !important;color:#f90 !important}.bg-warning-transparent:hover{background-color:rgba(255,153,0,.1) !important;color:#f90 !important}.bg-danger-transparent{background-color:rgba(255,22,22,.1) !important;color:#ff1616 !important}.bg-danger-transparent:hover{background-color:rgba(255,22,22,.1) !important;color:#ff1616 !important}.bg-light-transparent{background-color:rgba(248,249,250,.5) !important;color:#f8f9fa !important}.bg-light-transparent:hover{background-color:rgba(248,249,250,.5) !important;color:#000 !important}.bg-gray-100{background-color:#f3f6f9}.bg-gray-200{background-color:#eff2f7}.bg-gray-300{background-color:#e8ebed}.bg-gray-400{background-color:#dbe0e6}.bg-gray-500{background-color:#000}.bg-gray-600{background-color:#67748e}.bg-gray-700{background-color:#495057}.bg-gray-800{background-color:#343a40}.bg-gray-900{background-color:#212529}.svg-primary{fill:#ff9f43}.svg-secondary{fill:#ff9f43}.svg-success{fill:#28c76f}.svg-danger{fill:#ff1616}.svg-warning{fill:#f90}.svg-white{fill:#fff}.svg-black{fill:#000}.svg-pink{fill:#ff63a5}.svg-orange{fill:orange}.svg-purple{fill:#7367f0}.svg-indigo{fill:#4d5ddb}.svg-info{fill:#17a2b8}.svg-yellow{fill:#ff0}.svg-light{fill:#f8f9fa}.svg-dark{fill:#29344a}.svg-teal{fill:#02a8b5}.svg-default{fill:#000}.color-container{width:5rem;height:5rem;border-radius:4px;display:flex;align-items:center;justify-content:center;line-height:3rem}.text-container{padding:.25rem .5rem;border-radius:4px;box-shadow:0px 4px 60px 0px rgba(231,231,231,.47)}.color-box{width:80px;height:80px;border-radius:4px;margin-right:.75rem;margin-bottom:.75rem}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#f90;text-shadow:unset}.bootstrap-datetimepicker-widget table td.today:before{border-bottom-color:#f90}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:rgba(0,0,0,0)}.bor-b1{border-bottom:1px solid #e8ebed}.btn-submit{background:#ff9f43;color:#fff;font-size:14px;font-weight:700;padding:10px 20px;-webkit-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease}.btn-submit:hover{background:rgb(255,132.9574468085,16);color:#fff}@media(max-width: 991.98px){.btn-submit{min-width:auto}}.btn-submit.chenge-btn{padding:8px 12px}.btn-cancel{background:#495057;color:#fff;font-size:14px;font-weight:700;padding:10px 20px;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.btn-cancel:hover{background:#212529;color:#fff}@media(max-width: 991.98px){.btn-cancel{min-width:auto}}.btn-cancel.add-cancel{padding:8px 20px;min-width:0}.btn-submit.add-sale{padding:8px 20px;min-width:0}.btn-primary{color:#fff;background-color:#ff9f43;border-color:#ff9f43}.btn-previw{background:#ff1616;color:#fff;font-size:14px;font-weight:700;border-radius:5px;padding:8px 20px;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.btn-previw:hover{background:#ff1616;color:#fff}@media(max-width: 991.98px){.btn-previw{min-width:auto}}.btn-save{background:#ff9f43;color:#fff;font-size:14px;font-weight:700;border-radius:5px;padding:8px 20px;-webkit-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease}.btn-save:hover{background-color:#3282b8;color:#fff}@media(max-width: 991.98px){.btn-save{min-width:auto;padding:5px 7px}}.btn-reset{background:#000;color:#fff;font-size:14px;font-weight:700;border-radius:5px;padding:8px 20px;-webkit-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease}.btn-reset:hover{background:#ff9f43;color:#fff}@media(max-width: 991.98px){.btn-reset{min-width:auto;padding:5px 7px}}.btn-send{background:#ff9f43;padding:9px 14px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;color:#fff;font-weight:700;font-size:14px;margin-right:15px;border-radius:8px}.btn-send:hover{background:rgb(255,132.9574468085,16);color:#fff}.btn-send .send-mail{margin-right:10px;width:16px;height:16px}.btn-download{background:#ff9f43;padding:9px 14px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;color:#fff;font-weight:700;font-size:14px;margin-right:15px;border-radius:8px}.btn-download:hover{background:#212529;color:#fff}.btn-download .download{margin-right:10px;width:16px;height:16px}.btn-barcode{background:#ff1616;padding:9px 14px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;color:#fff;font-weight:700;font-size:14px;margin-right:15px;border-radius:8px}.btn-barcode:hover{background:#ff1616;color:#fff}.btn-barcode .print{margin-right:10px;width:16px;height:16px}.btn-primary.add-em-payroll{padding:9px 11px;color:#fff;font-weight:700;font-size:14px;border-radius:8px}.btn-primary.add-em-payroll .me-2{width:16px;height:16px}.swal2-actions .swal2-confirm.btn:active{background-color:#ff9f43;border-color:#ff9f43}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{background-color:#ff9f43;border-color:rgba(0,0,0,0);color:#fff}.modal .card{border:0}.search-input .btn-searchset:active{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.search-input .btn-searchset:active svg{color:#ff9f43}.input-blocks input[type=text].datetimepicker{padding-left:35px}.iti__country-list{z-index:101}button:focus{outline:0;box-shadow:none}.btn{border-radius:3px;padding:.1rem .5rem;font-size:1rem;transition:all .5s;font-weight:600}.btn:focus{box-shadow:none !important}.btn:hover{transition:all .5s}.btn.btn-lg{padding:.65rem 1rem;font-size:.95rem}.btn.btn-sm{padding:.25rem .5rem;font-size:.75rem}.btn.btn-primary{color:#fff}.btn.btn-primary:hover,.btn.btn-primary:focus,.btn.btn-primary.focus,.btn.btn-primary:active,.btn.btn-primary.active{background-color:rgb(255, 140.770212766, 31.3);border:1px solid rgb(255, 140.770212766, 31.3);color:#fff}.btn.btn-secondary{color:#fff}.btn.btn-secondary:hover,.btn.btn-secondary:focus,.btn.btn-secondary.focus,.btn.btn-secondary:active,.btn.btn-secondary.active{background-color:rgb(255, 140.770212766, 31.3);border:1px solid rgb(255, 140.770212766, 31.3);color:#fff}.btn.btn-success{color:#fff}.btn.btn-success:hover,.btn.btn-success:focus,.btn.btn-success.focus,.btn.btn-success:active,.btn.btn-success.active{background-color:rgb(34.0251046025, 169.2748953975, 94.419665272);border:1px solid rgb(34.0251046025, 169.2748953975, 94.419665272);color:#fff}.btn.btn-info{color:#fff}.btn.btn-info:hover,.btn.btn-info:focus,.btn.btn-info.focus,.btn.btn-info:active,.btn.btn-info.active{background-color:rgb(19.0333333333, 134.0608695652, 152.2666666667);border:1px solid rgb(19.0333333333, 134.0608695652, 152.2666666667);color:#fff}.btn.btn-warning{color:#fff}.btn.btn-warning:hover,.btn.btn-warning:focus,.btn.btn-warning.focus,.btn.btn-warning:active,.btn.btn-warning.active{background-color:rgb(219.3, 131.58, 0);border:1px solid rgb(219.3, 131.58, 0);color:#fff}.btn.btn-danger{color:#fff}.btn.btn-danger:hover,.btn.btn-danger:focus,.btn.btn-danger.focus,.btn.btn-danger:active,.btn.btn-danger.active{background-color:rgb(241.3, 0, 0);border:1px solid rgb(241.3, 0, 0);color:#fff}.btn.btn-dark{color:#fff}.btn.btn-dark:hover,.btn.btn-dark:focus,.btn.btn-dark.focus,.btn.btn-dark:active,.btn.btn-dark.active{background-color:rgb(28.272173913, 35.8573913043, 51.027826087);border:1px solid rgb(28.272173913, 35.8573913043, 51.027826087);color:#fff}.btn.btn-light{color:#fff}.btn.btn-light:hover,.btn.btn-light:focus,.btn.btn-light.focus,.btn.btn-light:active,.btn.btn-light.active{background-color:rgb(227.175, 231.15, 235.125);border:1px solid rgb(227.175, 231.15, 235.125);color:#fff}.btn.btn-black{color:#fff}.btn.btn-black:hover,.btn.btn-black:focus,.btn.btn-black.focus,.btn.btn-black:active,.btn.btn-black.active{background-color:black;border:1px solid black;color:#fff}.btn.btn-purple{color:#fff}.btn.btn-purple:hover,.btn.btn-purple:focus,.btn.btn-purple.focus,.btn.btn-purple:active,.btn.btn-purple.active{background-color:rgb(85.0718562874, 70.5065868263, 236.7934131737);border:1px solid rgb(85.0718562874, 70.5065868263, 236.7934131737);color:#fff}.btn.btn-yellow{color:#fff}.btn.btn-yellow:hover,.btn.btn-yellow:focus,.btn.btn-yellow.focus,.btn.btn-yellow:active,.btn.btn-yellow.active{background-color:rgb(219.3, 219.3, 0);border:1px solid rgb(219.3, 219.3, 0);color:#fff}.btn.btn-teal{color:#fff}.btn.btn-teal:hover,.btn.btn-teal:focus,.btn.btn-teal.focus,.btn.btn-teal:active,.btn.btn-teal.active{background-color:rgb(1.6098360656, 135.2262295082, 145.6901639344);border:1px solid rgb(1.6098360656, 135.2262295082, 145.6901639344);color:#fff}.btn.btn-light{background-color:#f8f9fa;border:1px solid #f8f9fa;color:#343a40 !important}.btn.btn-light:hover,.btn.btn-light:focus,.btn.btn-light.focus,.btn.btn-light:active,.btn.btn-light.active{background-color:#fff;border:1px solid #fff;box-shadow:0 0 0 2px rgba(248,249,250,.08);color:#29344a !important}.btn-group .btn{padding:.45rem .75rem}.btn-group-lg .btn{padding:.65rem 1rem}.btn-group-sm .btn{padding:.25rem .5rem}.btn.btn-w-xs{min-width:5.625rem}.btn.btn-w-sm{min-width:6.975rem}.btn.btn-w-md{min-width:8.125rem}.btn.btn-w-lg{min-width:9.375rem}.btn-icon i{padding:0rem;margin:-0.5rem}.btn-icon.btn-sm{width:1.75rem;height:1.75rem;font-size:.8rem}.btn-icon.btn-lg{width:2.75rem;height:2.75rem;font-size:1.2rem}.btn-list>button,.btn-list>a{margin:0 .375rem .375rem 0}[dir=rtl] .btn-list button,[dir=rtl] .btn-list div,[dir=rtl] .btn-list a,[dir=rtl] .btn-list input{margin:0 0 .375rem .375rem}.btn-list{margin-block-end:-0.5rem}.btn-square{border-radius:0}.btn-group-pill .btn:first-child{border-radius:60px 0 0 60px}.btn-group-pill .btn:last-child{border-radius:0 60px 60px 0}.btn-group-square .btn:first-child{border-radius:0px 0 0 0px}.btn-group-square .btn:last-child{border-radius:0 0px 0px 0}.btn.btn-primary-light{background-color:rgba(255,159,67,.1);color:#ff9f43}.btn.btn-primary-light:hover,.btn.btn-primary-light:focus,.btn.btn-primary-light:active{background-color:#ff9f43;color:#fff;border-color:#ff9f43}.btn.btn-secondary-light{background-color:rgba(255,159,67,.1);color:#ff9f43}.btn.btn-secondary-light:hover,.btn.btn-secondary-light:focus,.btn.btn-secondary-light:active{background-color:#ff9f43;color:#fff;border-color:#ff9f43}.btn.btn-warning-light{background-color:rgba(255,153,0,.1);color:#f90}.btn.btn-warning-light:hover,.btn.btn-warning-light:focus,.btn.btn-warning-light:active{background-color:#f90;color:#fff;border-color:#f90}.btn.btn-info-light{background-color:rgba(23,162,184,.1);color:#17a2b8}.btn.btn-info-light:hover,.btn.btn-info-light:focus,.btn.btn-info-light:active{background-color:#17a2b8;color:#fff;border-color:#17a2b8}.btn.btn-success-light{background-color:rgba(40,199,111,.1);color:#28c76f}.btn.btn-success-light:hover,.btn.btn-success-light:focus,.btn.btn-success-light:active{background-color:#28c76f;color:#fff;border-color:#28c76f}.btn.btn-danger-light{background-color:rgba(255,22,22,.1);color:#ff1616}.btn.btn-danger-light:hover,.btn.btn-danger-light:focus,.btn.btn-danger-light:active{background-color:#ff1616;color:#fff;border-color:#ff1616}.btn.btn-primary-ghost{background-color:rgba(0,0,0,0);color:#ff9f43;border:1px solid #ff9f43}.btn.btn-primary-ghost:active{color:#ff9f43;border:1px solid #ff9f43;background-color:rgba(0,0,0,0)}.btn.btn-secondary-ghost{background-color:rgba(0,0,0,0);color:#ff9f43;border:1px solid #ff9f43}.btn.btn-secondary-ghost:active{color:#ff9f43;border:1px solid #ff9f43;background-color:rgba(0,0,0,0)}.btn.btn-warning-ghost{background-color:rgba(0,0,0,0);color:#f90;border:1px solid #f90}.btn.btn-warning-ghost:active{color:#f90;border:1px solid #f90;background-color:rgba(0,0,0,0)}.btn.btn-info-ghost{background-color:rgba(0,0,0,0);color:#17a2b8;border:1px solid #17a2b8}.btn.btn-info-ghost:active{color:#17a2b8;border:1px solid #17a2b8;background-color:rgba(0,0,0,0)}.btn.btn-success-ghost{background-color:rgba(0,0,0,0);color:#28c76f;border:1px solid #28c76f}.btn.btn-success-ghost:active{color:#28c76f;border:1px solid #28c76f;background-color:rgba(0,0,0,0)}.btn.btn-danger-ghost{background-color:rgba(0,0,0,0);color:#ff1616;border:1px solid #ff1616}.btn.btn-danger-ghost:active{color:#ff1616;border:1px solid #ff1616;background-color:rgba(0,0,0,0)}.btn-list button{margin:0 .375rem .375rem 0}.btn-outline-primary{color:#ff9f43 !important}.btn-outline-primary:hover,.btn-outline-primary:focus,.btn-outline-primary.focus,.btn-outline-primary:active,.btn-outline-primary.active{background-color:#ff9f43;border:1px solid #ff9f43;box-shadow:0 3px 10px rgba(255,159,67,.5);color:#fff !important}.btn-outline-secondary{border:1px solid #ff9f43 !important;color:#ff9f43 !important}.btn-outline-secondary:hover,.btn-outline-secondary:focus,.btn-outline-secondary.focus,.btn-outline-secondary:active,.btn-outline-secondary.active{background-color:#ff9f43 !important;border:1px solid #ff9f43 !important;box-shadow:0 3px 10px rgba(255,159,67,.5);color:#fff !important}.btn-outline-success{border:1px solid #28c76f !important;color:#28c76f !important}.btn-outline-success:hover,.btn-outline-success:focus,.btn-outline-success.focus,.btn-outline-success:active,.btn-outline-success.active{background-color:#28c76f !important;border:1px solid #28c76f !important;box-shadow:0 3px 10px rgba(40,199,111,.5);color:#fff !important}.btn-outline-danger{border:1px solid #ff1616 !important;color:#ff1616 !important}.btn-outline-danger:hover,.btn-outline-danger:focus,.btn-outline-danger.focus,.btn-outline-danger:active,.btn-outline-danger.active{background-color:#ff1616 !important;border:1px solid #ff1616 !important;box-shadow:0 3px 10px rgba(255,22,22,.5);color:#fff !important}.btn-outline-warning{border:1px solid #f90 !important;color:#f90 !important}.btn-outline-warning:hover,.btn-outline-warning:focus,.btn-outline-warning.focus,.btn-outline-warning:active,.btn-outline-warning.active{background-color:#f90 !important;border:1px solid #f90 !important;box-shadow:0 3px 10px rgba(255,153,0,.5);color:#fff !important}.btn-outline-info{border:1px solid #17a2b8 !important;color:#17a2b8 !important}.btn-outline-info:hover,.btn-outline-info:focus,.btn-outline-info.focus,.btn-outline-info:active,.btn-outline-info.active{background-color:#17a2b8 !important;border:1px solid #17a2b8 !important;box-shadow:0 3px 10px rgba(23,162,184,.5);color:#fff !important}.btn-outline-light{border:1px solid #f8f9fa;color:#343a40 !important}.btn-outline-light:hover,.btn-outline-light:focus,.btn-outline-light.focus,.btn-outline-light:active,.btn-outline-light.active{background-color:#f8f9fa;border:1px solid #f8f9fa;color:#29344a !important}.btn-outline-dark{border:1px solid #29344a !important;color:#29344a !important}.btn-outline-dark:hover,.btn-outline-dark:focus,.btn-outline-dark.focus,.btn-outline-dark:active,.btn-outline-dark.active{background-color:#29344a !important;border:1px solid #29344a !important;box-shadow:0 3px 10px rgba(41,52,74,.5);color:#fff !important}.btn-soft-primary{background-color:#ffe2c7 !important;color:#ff9f43 !important}.btn-soft-primary:hover,.btn-soft-primary:focus,.btn-soft-primary.focus,.btn-soft-primary:active,.btn-soft-primary.active{box-shadow:0 3px 12px rgba(255,159,67,.2);border-color:#ff9f43}.btn-soft-secondary{background-color:#b5c0c9 !important;color:#ff9f43 !important}.btn-soft-secondary:hover,.btn-soft-secondary:focus,.btn-soft-secondary.focus,.btn-soft-secondary:active,.btn-soft-secondary.active{box-shadow:0 3px 12px rgba(255,159,67,.2);border-color:#ff9f43}.btn-soft-success{background-color:#bfeed4 !important;color:#28c76f !important}.btn-soft-success:hover,.btn-soft-success:focus,.btn-soft-success.focus,.btn-soft-success:active,.btn-soft-success.active{box-shadow:0 3px 12px rgba(40,199,111,.2);border-color:#28c76f}.btn-soft-danger{background-color:#ffb3b3 !important;color:#ff1616 !important}.btn-soft-danger:hover,.btn-soft-danger:focus,.btn-soft-danger.focus,.btn-soft-danger:active,.btn-soft-danger.active{box-shadow:0 3px 12px rgba(255,22,22,.2);border-color:#ff1616}.btn-soft-warning{background-color:#ffe0b3 !important;color:#f90 !important}.btn-soft-warning:hover,.btn-soft-warning:focus,.btn-soft-warning.focus,.btn-soft-warning:active,.btn-soft-warning.active{box-shadow:0 3px 12px rgba(255,153,0,.2);border-color:#f90}.btn-soft-info{background-color:rgba(23,162,184,.3) !important;color:#17a2b8 !important}.btn-soft-info:hover,.btn-soft-info:focus,.btn-soft-info.focus,.btn-soft-info:active,.btn-soft-info.active{box-shadow:0 3px 12px rgba(23,162,184,.2);border-color:#17a2b8}.btn-soft-light{background-color:rgba(248,249,250,.9) !important;color:#000 !important}.btn-soft-light:hover,.btn-soft-light:focus,.btn-soft-light.focus,.btn-soft-light:active,.btn-soft-light.active{box-shadow:0 3px 12px rgba(248,249,250,.2);border-color:#f8f9fa;border-color:#000}.btn-soft-dark{background-color:rgba(41,52,74,.3) !important;color:#fff !important}.btn-soft-dark:hover,.btn-soft-dark:focus,.btn-soft-dark.focus,.btn-soft-dark:active,.btn-soft-dark.active{box-shadow:0 3px 12px rgba(41,52,74,.2);border-color:#29344a}.badge.badge-primary{background:rgba(255,159,67,.1);box-shadow:0 1px 1px rgba(255,159,67,.5);color:#ff9f43}.badge.badge-primary{background:#FF9F43;box-shadow:0 1px 1px rgba(255,159,67,.5);color:#fff}.badge.badge-soft-primary{background:rgba(255,159,67,.1);box-shadow:0 1px 1px rgba(255,159,67,.5);color:#ff9f43}.badge.badge-secondary{background:#FF9F43;box-shadow:0 1px 1px rgba(255,159,67,.5);color:#fff}.badge.badge-soft-secondary{background:rgba(255,159,67,.1);box-shadow:0 1px 1px rgba(255,159,67,.5);color:#ff9f43}.badge.badge-success{background:#28c76f;box-shadow:0 1px 1px rgba(40,199,111,.5);color:#fff}.badge.badge-soft-success{background:rgba(40,199,111,.1);box-shadow:0 1px 1px rgba(40,199,111,.5);color:#28c76f}.badge.badge-info{background:#17a2b8;box-shadow:0 1px 1px rgba(23,162,184,.5);color:#fff}.badge.badge-soft-info{background:rgba(23,162,184,.1);box-shadow:0 1px 1px rgba(23,162,184,.5);color:#17a2b8}.badge.badge-warning{background:#ff9900;box-shadow:0 1px 1px rgba(255,153,0,.5);color:#fff}.badge.badge-soft-warning{background:rgba(255,153,0,.1);box-shadow:0 1px 1px rgba(255,153,0,.5);color:#f90}.badge.badge-danger{background:#ff1616;box-shadow:0 1px 1px rgba(255,22,22,.5);color:#fff}.badge.badge-soft-danger{background:rgba(255,22,22,.1);box-shadow:0 1px 1px rgba(255,22,22,.5);color:#ff1616}.badge.badge-dark{background:#29344a;box-shadow:0 1px 1px rgba(41,52,74,.5);color:#fff}.badge.badge-soft-dark{background:rgba(41,52,74,.1);box-shadow:0 1px 1px rgba(41,52,74,.5);color:#29344a}.badge.badge-light{background:#f8f9fa;box-shadow:0 1px 1px rgba(248,249,250,.5);color:#fff}.badge.badge-soft-light{background:rgba(248,249,250,.1);box-shadow:0 1px 1px rgba(248,249,250,.5);color:#f8f9fa}.badge.badge-black{background:#000000;box-shadow:0 1px 1px rgba(0,0,0,.5);color:#fff}.badge.badge-soft-black{background:rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.5);color:#000}.badge.badge-purple{background:#7367f0;box-shadow:0 1px 1px rgba(115,103,240,.5);color:#fff}.badge.badge-soft-purple{background:rgba(115,103,240,.1);box-shadow:0 1px 1px rgba(115,103,240,.5);color:#7367f0}.badge.badge-yellow{background:#ffff00;box-shadow:0 1px 1px rgba(255,255,0,.5);color:#fff}.badge.badge-soft-yellow{background:rgba(255,255,0,.1);box-shadow:0 1px 1px rgba(255,255,0,.5);color:#ff0}.badge.badge-teal{background:#02a8b5;box-shadow:0 1px 1px rgba(2,168,181,.5);color:#fff}.badge.badge-soft-teal{background:rgba(2,168,181,.1);box-shadow:0 1px 1px rgba(2,168,181,.5);color:#02a8b5}.badge{padding:.25rem .45rem;text-transform:capitalize;font-weight:600;letter-spacing:.5px;border-radius:4px}.badge.badge-xs{font-size:10px;padding:0px 5px;line-height:18px}.badge.badge-sm{font-size:11px;padding:5px 8px;line-height:11px}.badge.badge-md{font-size:12px;padding:5px 12px;line-height:1.5}.badge.badge-lg{font-size:14px;padding:0px 10px;line-height:30px}.badge.badge-xl{font-size:16px;padding:0px 15px;line-height:35px}.border-container{display:inline-block;width:5rem;height:5rem;margin:.25rem;background-color:#f8f9fa}.border{border:1px solid #dbe0e6 !important}.border.border-dashed{border-style:dashed !important}.border.border-dotted{border-style:dotted !important}.border.border-primary{border:1px solid #ff9f43 !important;opacity:1}.border.border-primary.border-opacity-10{border-color:rgba(255,159,67,.1) !important}.border.border-primary.border-opacity-25{border-color:rgba(255,159,67,.25) !important}.border.border-primary.border-opacity-50{border-color:rgba(255,159,67,.5) !important}.border.border-primary.border-opacity-75{border-color:rgba(255,159,67,.75) !important}.border.border-primary.border-opacity-100{border-color:#ff9f43 !important}.border.border-secondary{border:1px solid #ff9f43 !important;opacity:1}.border.border-secondary.border-opacity-10{border-color:rgba(255,159,67,.1) !important}.border.border-secondary.border-opacity-25{border-color:rgba(255,159,67,.25) !important}.border.border-secondary.border-opacity-50{border-color:rgba(255,159,67,.5) !important}.border.border-secondary.border-opacity-75{border-color:rgba(255,159,67,.75) !important}.border.border-secondary.border-opacity-100{border-color:#ff9f43 !important}.border.border-info{border:1px solid #17a2b8 !important;opacity:1}.border.border-info.border-opacity-10{border-color:rgba(23,162,184,.1) !important}.border.border-info.border-opacity-25{border-color:rgba(23,162,184,.25) !important}.border.border-info.border-opacity-50{border-color:rgba(23,162,184,.5) !important}.border.border-info.border-opacity-75{border-color:rgba(23,162,184,.75) !important}.border.border-info.border-opacity-100{border-color:#17a2b8 !important}.border.border-success{border:1px solid #28c76f !important;opacity:1}.border.border-success.border-opacity-10{border-color:rgba(40,199,111,.1) !important}.border.border-success.border-opacity-25{border-color:rgba(40,199,111,.25) !important}.border.border-success.border-opacity-50{border-color:rgba(40,199,111,.5) !important}.border.border-success.border-opacity-75{border-color:rgba(40,199,111,.75) !important}.border.border-success.border-opacity-100{border-color:#28c76f !important}.border.border-warning{border:1px solid #f90 !important;opacity:1}.border.border-warning.border-opacity-10{border-color:rgba(255,153,0,.1) !important}.border.border-warning.border-opacity-25{border-color:rgba(255,153,0,.25) !important}.border.border-warning.border-opacity-50{border-color:rgba(255,153,0,.5) !important}.border.border-warning.border-opacity-75{border-color:rgba(255,153,0,.75) !important}.border.border-warning.border-opacity-100{border-color:#f90 !important}.border.border-danger{border:1px solid #ff1616 !important;opacity:1}.border.border-danger.border-opacity-10{border-color:rgba(255,22,22,.1) !important}.border.border-danger.border-opacity-25{border-color:rgba(255,22,22,.25) !important}.border.border-danger.border-opacity-50{border-color:rgba(255,22,22,.5) !important}.border.border-danger.border-opacity-75{border-color:rgba(255,22,22,.75) !important}.border.border-danger.border-opacity-100{border-color:#ff1616 !important}.border.border-white{border:1px solid #fff !important;opacity:1}.border.border-white.border-opacity-10{border-color:hsla(0,0%,100%,.1) !important}.border.border-white.border-opacity-25{border-color:hsla(0,0%,100%,.25) !important}.border.border-white.border-opacity-50{border-color:hsla(0,0%,100%,.5) !important}.border.border-white.border-opacity-75{border-color:hsla(0,0%,100%,.75) !important}.border.border-white.border-opacity-100{border-color:#fff !important}.border.border-light{border:1px solid #f8f9fa !important;opacity:1}.border.border-light.border-opacity-10{border-color:rgba(248,249,250,.1) !important}.border.border-light.border-opacity-25{border-color:rgba(248,249,250,.25) !important}.border.border-light.border-opacity-50{border-color:rgba(248,249,250,.5) !important}.border.border-light.border-opacity-75{border-color:rgba(248,249,250,.75) !important}.border.border-light.border-opacity-100{border-color:#f8f9fa !important}.border.border-dark{border:1px solid #29344a !important;opacity:1}.border.border-dark.border-opacity-10{border-color:rgba(41,52,74,.1) !important}.border.border-dark.border-opacity-25{border-color:rgba(41,52,74,.25) !important}.border.border-dark.border-opacity-50{border-color:rgba(41,52,74,.5) !important}.border.border-dark.border-opacity-75{border-color:rgba(41,52,74,.75) !important}.border.border-dark.border-opacity-100{border-color:#29344a !important}.border.border-orange{border:1px solid orange !important;opacity:1}.border.border-orange.border-opacity-10{border-color:rgba(255,165,0,.1) !important}.border.border-orange.border-opacity-25{border-color:rgba(255,165,0,.25) !important}.border.border-orange.border-opacity-50{border-color:rgba(255,165,0,.5) !important}.border.border-orange.border-opacity-75{border-color:rgba(255,165,0,.75) !important}.border.border-orange.border-opacity-100{border-color:orange !important}.border.border-opacity-10{--bs-border-opacity: 0.1 !important}.border.border-opacity-25{--bs-border-opacity: 0.25 !important}.border.border-opacity-50{--bs-border-opacity: 0.5 !important}.border.border-opacity-75{--bs-border-opacity: 0.75 !important}.border.border-opacity-100{--bs-border-opacity: 1 !important}.border.border-1{border-width:1px !important}.border.border-2{border-width:2px !important}.border.border-3{border-width:3px !important}.border.border-4{border-width:4px !important}.border.border-5{border-width:5px !important}.border.border-block-start-dashed{border-top-style:dashed}.border.border-block-start-dotted{border-top-style:dotted}.border.border-inline-end-dashed{border-inline-end-style:dashed}.border.border-inline-end-dotted{border-inline-end-style:dotted}.border.border-block-end-dashed{border-bottom-style:dashed}.border.border-block-end-dotted{border-bottom-style:dotted}.border.border-inline-start-dashed{border-inline-start-style:dashed}.border.border-inline-start-dotted{border-inline-start-style:dotted}.border.border-0{border:0 !important}.border.border-top-0{border-block-start:0 !important}.border.border-end-0{border-inline-end:0 !important}.border.border-bottom-0{border-block-end:0 !important}.border.border-start-0{border-inline-start:0 !important}.border-top{border-top:1px solid #dbe0e6 !important}.border-top.border-block-start-dashed{border-top-style:dashed !important}.border-top.border-block-start-dotted{border-top-style:dotted !important}.border-top.border-primary{border-color:#ff9f43 !important}.border-top.border-secondary{border-color:#ff9f43 !important}.border-top.border-warning{border-color:#f90 !important}.border-top.border-info{border-color:#17a2b8 !important}.border-top.border-success{border-color:#28c76f !important}.border-top.border-danger{border-color:#ff1616 !important}.border-top.border-light{border-color:#f8f9fa !important}.border-top.border-dark{border-color:#29344a !important}.border-end{border-inline-end:1px solid #dbe0e6 !important}.border-end.border-inline-end-dashed{border-inline-end-style:dashed !important}.border-end.border-inline-end-dotted{border-inline-end-style:dotted !important}.border-end.border-primary{border-color:#ff9f43 !important}.border-end.border-secondary{border-color:#ff9f43 !important}.border-end.border-warning{border-color:#f90 !important}.border-end.border-info{border-color:#17a2b8 !important}.border-end.border-success{border-color:#28c76f !important}.border-end.border-danger{border-color:#ff1616 !important}.border-end.border-light{border-color:#f8f9fa !important}.border-end.border-dark{border-color:#29344a !important}.border-bottom{border-bottom:1px solid #dbe0e6 !important}.border-bottom.border-block-end-dashed{border-bottom-style:dashed !important}.border-bottom.border-block-end-dotted{border-bottom-style:dotted !important}.border-bottom.border-primary{border-color:#ff9f43 !important}.border-bottom.border-secondary{border-color:#ff9f43 !important}.border-bottom.border-warning{border-color:#f90 !important}.border-bottom.border-info{border-color:#17a2b8 !important}.border-bottom.border-success{border-color:#28c76f !important}.border-bottom.border-danger{border-color:#ff1616 !important}.border-bottom.border-light{border-color:#f8f9fa !important}.border-bottom.border-dark{border-color:#29344a !important}.border-start{border-inline-start:1px solid #dbe0e6 !important}.border-start.border-inline-start-dashed{border-inline-start-style:dashed !important}.border-start.border-inline-start-dotted{border-inline-start-style:dotted !important}.border-start.border-primary{border-color:#ff9f43 !important}.border-start.border-secondary{border-color:#ff9f43 !important}.border-start.border-warning{border-color:#f90 !important}.border-start.border-info{border-color:#17a2b8 !important}.border-start.border-success{border-color:#28c76f !important}.border-start.border-danger{border-color:#ff1616 !important}.border-start.border-light{border-color:#f8f9fa !important}.border-start.border-dark{border-color:#29344a !important}.br-1{border-radius:.0625rem}.br-2{border-radius:.125rem}.br-3{border-radius:.1875rem}.br-4{border-radius:.25rem}.br-5{border-radius:.3125rem}.br-6{border-radius:.375rem}.br-7{border-radius:.4375rem}.br-8{border-radius:.5rem}.br-9{border-radius:.5625rem}.br-10{border-radius:.625rem}.br-15{border-radius:.9375rem}.br-20{border-radius:1.25rem}.rounded{border-radius:4px !important}.img-cropper .dropup .dropdown-toggle::after{content:"";display:none}.dropdown-auto{overflow:auto}.dropdown-divider{margin:0}.dropdown .dropdown-toggle:after{display:inline-block;margin-inline-start:.25rem;vertical-align:0;content:"";font-family:"Font Awesome 5 Free";border:0;font-size:.8rem;font-weight:600}.dropdown .dropdown-toggle.btn-primary{color:#fff}.dropdown-menu{border-color:#dbe0e6;box-shadow:0 1rem 1.125rem rgba(169,169,169,.15);font-size:.875rem;color:#000;background-color:#fff;padding:0;z-index:1049}.dropdown-divider{border-color:#dbe0e6}.dropdown-item-text{color:#000}.dropdown-header{color:#181d1f !important}.dropdown-item{color:#181d1f;white-space:unset;padding:.5rem .9375rem;font-size:1rem}.dropdown-item.disabled,.dropdown-item:disabled{color:#000;opacity:.5}.dropdown-item:not(.active):hover,.dropdown-item:not(.active):focus,.dropdown-item:not(.active):active{color:#000;background-color:#deebff}.dropdown-item.active{background-color:#3282b8 !important;color:#fff}.dropdown-toggle::after{display:inline-block;margin-inline-start:.25rem;vertical-align:0;content:"";font-family:"Font Awesome 5 Free";border:0;font-size:.6rem;font-weight:600}.dropup .dropdown-toggle::after{display:inline-block;margin-inline-start:.25rem;vertical-align:0;content:"";font-family:"Font Awesome 5 Free";border:0;font-size:.6rem;font-weight:600}.dropup .dropdown-toggle::after{display:inline-block;margin-inline-start:.25rem;vertical-align:0;content:"";font-family:"Font Awesome 5 Free";border:0;font-size:.6rem;font-weight:600}.dropend .dropdown-toggle::after{display:inline-block;margin-inline-start:.25rem;vertical-align:0;content:"";font-family:"Font Awesome 5 Free";border:0;font-size:.6rem;font-weight:600}.dropstart .dropdown-toggle::before{display:inline-block;margin-inline-start:.25rem;vertical-align:0;content:"";font-family:"Font Awesome 5 Free";border:0;font-size:.6rem;font-weight:600}.btn.dropdown-toggle-split{opacity:.85}.dropdown-menu-dark{background-color:#29344a;border-color:hsla(0,0%,100%,.1)}.dropdown-menu-dark li a{color:#fff}.btn-list a.dropdown-item{margin-block-end:0}.btn-list .btn-soft-success:hover{transform:translateY(0)}.btn-list .btn-soft-danger:hover{transform:translateY(0)}.dropdown-menu.dropdown-menu-primary{background-color:#ff9f43}.dropdown-menu.dropdown-menu-primary li a{color:hsla(0,0%,100%,.9)}.dropdown-menu.dropdown-menu-primary .dropdown-item:hover,.dropdown-menu.dropdown-menu-primary .dropdown-item:focus,.dropdown-menu.dropdown-menu-primary .dropdown-item:active,.dropdown-menu.dropdown-menu-primary .dropdown-item.active{color:#fff}.dropdown-menu.dropdown-menu-secondary{background-color:#ff9f43}.dropdown-menu.dropdown-menu-secondary li a{color:hsla(0,0%,100%,.9)}.dropdown-menu.dropdown-menu-secondary .dropdown-item:hover,.dropdown-menu.dropdown-menu-secondary .dropdown-item:focus,.dropdown-menu.dropdown-menu-secondary .dropdown-item:active,.dropdown-menu.dropdown-menu-secondary .dropdown-item.active{color:#fff}.dropdown-menu.dropdown-menu-warning{background-color:#f90}.dropdown-menu.dropdown-menu-warning li a{color:hsla(0,0%,100%,.9)}.dropdown-menu.dropdown-menu-warning .dropdown-item:hover,.dropdown-menu.dropdown-menu-warning .dropdown-item:focus,.dropdown-menu.dropdown-menu-warning .dropdown-item:active,.dropdown-menu.dropdown-menu-warning .dropdown-item.active{color:#fff}.dropdown-menu.dropdown-menu-info{background-color:#17a2b8}.dropdown-menu.dropdown-menu-info li a{color:hsla(0,0%,100%,.9)}.dropdown-menu.dropdown-menu-info .dropdown-item:hover,.dropdown-menu.dropdown-menu-info .dropdown-item:focus,.dropdown-menu.dropdown-menu-info .dropdown-item:active,.dropdown-menu.dropdown-menu-info .dropdown-item.active{color:#fff}.dropdown-menu.dropdown-menu-success{background-color:#28c76f}.dropdown-menu.dropdown-menu-success li a{color:hsla(0,0%,100%,.9)}.dropdown-menu.dropdown-menu-success .dropdown-item:hover,.dropdown-menu.dropdown-menu-success .dropdown-item:focus,.dropdown-menu.dropdown-menu-success .dropdown-item:active,.dropdown-menu.dropdown-menu-success .dropdown-item.active{color:#fff}.dropdown-menu.dropdown-menu-danger{background-color:#ff1616}.dropdown-menu.dropdown-menu-danger li a{color:hsla(0,0%,100%,.9)}.dropdown-menu.dropdown-menu-danger .dropdown-item:hover,.dropdown-menu.dropdown-menu-danger .dropdown-item:focus,.dropdown-menu.dropdown-menu-danger .dropdown-item:active,.dropdown-menu.dropdown-menu-danger .dropdown-item.active{color:#fff}.dropdown-menu.dropmenu-item-primary .dropdown-item:hover,.dropdown-menu.dropmenu-item-primary .dropdown-item:focus,.dropdown-menu.dropmenu-item-primary .dropdown-item:active,.dropdown-menu.dropmenu-item-primary .dropdown-item.active{background-color:rgba(255,159,67,.1) !important;color:#ff9f43}.dropdown-menu.dropmenu-item-secondary .dropdown-item:hover,.dropdown-menu.dropmenu-item-secondary .dropdown-item:focus,.dropdown-menu.dropmenu-item-secondary .dropdown-item:active,.dropdown-menu.dropmenu-item-secondary .dropdown-item.active{background-color:rgba(255,159,67,.1) !important;color:#ff9f43}.dropdown-menu.dropmenu-item-warning .dropdown-item:hover,.dropdown-menu.dropmenu-item-warning .dropdown-item:focus,.dropdown-menu.dropmenu-item-warning .dropdown-item:active,.dropdown-menu.dropmenu-item-warning .dropdown-item.active{background-color:rgba(255,153,0,.1) !important;color:#f90}.dropdown-menu.dropmenu-item-info .dropdown-item:hover,.dropdown-menu.dropmenu-item-info .dropdown-item:focus,.dropdown-menu.dropmenu-item-info .dropdown-item:active,.dropdown-menu.dropmenu-item-info .dropdown-item.active{background-color:rgba(23,162,184,.1) !important;color:#17a2b8}.dropdown-menu.dropmenu-item-success .dropdown-item:hover,.dropdown-menu.dropmenu-item-success .dropdown-item:focus,.dropdown-menu.dropmenu-item-success .dropdown-item:active,.dropdown-menu.dropmenu-item-success .dropdown-item.active{background-color:rgba(var(--success-rgb), 0.1) !important;color:#28c76f}.dropdown-menu.dropmenu-item-danger .dropdown-item:hover,.dropdown-menu.dropmenu-item-danger .dropdown-item:focus,.dropdown-menu.dropmenu-item-danger .dropdown-item:active,.dropdown-menu.dropmenu-item-danger .dropdown-item.active{background-color:rgba(var(--danger-rgb), 0.1) !important;color:#ff1616}.dropdown-menu.dropmenu-light-primary{background-color:rgba(var(#FF9F43), 0.1);backdrop-filter:blur(2rem)}.dropdown-menu.dropmenu-light-primary .dropdown-item:hover,.dropdown-menu.dropmenu-light-primary .dropdown-item:focus,.dropdown-menu.dropmenu-light-primary .dropdown-item:active,.dropdown-menu.dropmenu-light-primary .dropdown-item.active{color:#fff;background-color:#ff9f43 !important}.dropdown-menu.dropmenu-light-secondary{background-color:rgba(var(#FF9F43), 0.1);backdrop-filter:blur(2rem)}.dropdown-menu.dropmenu-light-secondary .dropdown-item:hover,.dropdown-menu.dropmenu-light-secondary .dropdown-item:focus,.dropdown-menu.dropmenu-light-secondary .dropdown-item:active,.dropdown-menu.dropmenu-light-secondary .dropdown-item.active{color:#fff;background-color:#ff9f43 !important}.dropdown-menu.dropmenu-light-info{background-color:rgba(23,162,184,.1);backdrop-filter:blur(2rem)}.dropdown-menu.dropmenu-light-info .dropdown-item:hover,.dropdown-menu.dropmenu-light-info .dropdown-item:focus,.dropdown-menu.dropmenu-light-info .dropdown-item:active,.dropdown-menu.dropmenu-light-info .dropdown-item.active{color:#fff;background-color:#17a2b8 !important}.dropdown-menu.dropmenu-light-warning{background-color:rgba(255,153,0,.1);backdrop-filter:blur(2rem)}.dropdown-menu.dropmenu-light-warning .dropdown-item:hover,.dropdown-menu.dropmenu-light-warning .dropdown-item:focus,.dropdown-menu.dropmenu-light-warning .dropdown-item:active,.dropdown-menu.dropmenu-light-warning .dropdown-item.active{color:#fff;background-color:#f90 !important}.dropdown-menu.dropmenu-light-success{background-color:rgba(40,199,111,.1);backdrop-filter:blur(2rem)}.dropdown-menu.dropmenu-light-success .dropdown-item:hover,.dropdown-menu.dropmenu-light-success .dropdown-item:focus,.dropdown-menu.dropmenu-light-success .dropdown-item:active,.dropdown-menu.dropmenu-light-success .dropdown-item.active{color:#fff;background-color:#28c76f !important}.dropdown-menu.dropmenu-light-danger{background-color:rgba(var(--danger-rgb), 0.1);backdrop-filter:blur(2rem)}.dropdown-menu.dropmenu-light-danger .dropdown-item:hover,.dropdown-menu.dropmenu-light-danger .dropdown-item:focus,.dropdown-menu.dropmenu-light-danger .dropdown-item:active,.dropdown-menu.dropmenu-light-danger .dropdown-item.active{color:#fff;background-color:#ff1616 !important}.dropdown-divider{margin:0}.bd-example>.dropdown-menu{position:static;display:block}.icons-list{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.icons-list li{display:block;width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;font-size:18px;border-radius:50px;border:1px solid #e6ebf1;color:#ff9f43;margin:5px;-webkit-box-shadow:0 2px 3px #d7c5ff;-moz-box-shadow:0 2px 3px #d7c5ff;box-shadow:0 2px 3px #d7c5ff}.progress{background-color:#e8ebed;height:.75rem;border-radius:.25rem}.progress-stacked{background-color:#e8ebed}.progress-bar{color:#fff;background-color:#ff9f43}@keyframes progress-animate{0%{width:0}}.progress-animate{position:relative;border-radius:.625rem}.progress-animate .progress-bar{position:relative;border-radius:.625rem;animation:2s progress-animate}.progress.progress-xs,.progress-stacked.progress-xs{height:.3125rem}.progress.progress-sm,.progress-stacked.progress-sm{height:.5rem}.progress.progress-lg,.progress-stacked.progress-lg{height:1rem}.progress.progress-xl,.progress-stacked.progress-xl{height:1.25rem}.progress-vertical{min-height:250px;height:250px;width:10px;position:relative;display:inline-block;margin-bottom:0;margin-right:20px}.progress-vertical .progress-bar{width:100%}.progress-vertical.progress-xl{width:15px}.progress-vertical.progress-lg{width:12px}.progress-vertical.progress-sm{width:8px}.progress-vertical.progress-xs{width:5px}.progress-vertical-bottom{min-height:250px;height:250px;position:relative;width:10px;display:inline-block;margin-bottom:0;margin-right:20px}.progress-vertical-bottom .progress-bar{width:100%;bottom:0;position:absolute}.progress-vertical-bottom.progress-xl{width:15px}.progress-vertical-bottom.progress-lg{width:12px}.progress-vertical-bottom.progress-sm{width:8px}.progress-vertical-bottom.progress-xs{width:5px}.progress-custom{overflow:visible;position:relative}.progress-custom .progress-bar{position:relative;overflow:visible}.progress-custom .progress-bar:after{content:"";width:1.15rem;height:1.15rem;border-radius:50%;box-shadow:0 .313rem .313rem rgba(255,159,67,.5);background:#fff;position:absolute;inset-inline-end:-0.375rem;inset-block-start:-0.375rem;border:.25rem solid #ff9f43}.progress-custom .progress-bar.bg-secondary:after{border:.25rem solid #ff9f43;box-shadow:0 .313rem .313rem rgba(var(--secondary-rgb), 0.2)}.progress-custom .progress-bar.bg-warning:after{border:.25rem solid #f90;box-shadow:0 .313rem .313rem rgba(var(--warning-rgb), 0.2)}.progress-custom .progress-bar.bg-info:after{border:.25rem solid #17a2b8;box-shadow:0 .313rem .313rem rgba(var(--info-rgb), 0.2)}.progress-custom .progress-bar.bg-success:after{border:.25rem solid #28c76f;box-shadow:0 .313rem .313rem rgba(var(--success-rgb), 0.2)}.progress-custom .progress-bar.bg-danger:after{border:.25rem solid #ff1616;box-shadow:0 .313rem .313rem rgba(var(--danger-rgb), 0.2)}.progress-custom .progress-bar-value{width:1.875rem;height:1.25rem;line-height:1.25rem;border-radius:.188rem;background:#ff9f43;box-shadow:0 .313rem .313rem rgba(0,0,0,.4);font-size:.625rem;font-weight:600;color:#fff;text-align:center;position:absolute;inset-block-end:1.5rem;inset-inline-end:-0.688rem}.progress-custom .progress-bar-value:after{content:"";border-block-start:.438rem solid #ff9f43;border-inline-start:.438rem solid rgba(0,0,0,0);border-inline-end:.438rem solid rgba(0,0,0,0);position:absolute;inset-block-end:-0.375rem;inset-inline-start:28%}.progress-custom .progress-bar-value.bg-secondary{background-color:#ff9f43}.progress-custom .progress-bar-value.bg-secondary:after{border-block-start:.438rem solid #ff9f43}.progress-custom .progress-bar-value.bg-success{background-color:#28c76f}.progress-custom .progress-bar-value.bg-success:after{border-block-start:.438rem solid #28c76f}.progress-custom .progress-bar-value.bg-warning{background-color:#f90}.progress-custom .progress-bar-value.bg-warning:after{border-block-start:.438rem solid #f90}.progress-custom .progress-bar-value.bg-danger{background-color:#ff1616}.progress-custom .progress-bar-value.bg-danger:after{border-block-start:.438rem solid #ff1616}.progress-custom .progress-bar-value.bg-info{background-color:#17a2b8}.progress-custom .progress-bar-value.bg-info:after{border-block-start:.438rem solid #17a2b8}[dir=rtl] .progress-bar-title{border-radius:0 .313rem .313rem 0}.progress-item-1,.progress-item-2,.progress-item-3{position:absolute;margin-block-start:-0.25rem;z-index:1;height:.938rem;width:.938rem;border-radius:1.563rem;background-color:#f8f9fa}.progress-item-1{inset-inline-start:25%}.progress-item-2{inset-inline-start:50%}.progress-item-3{inset-inline-start:75%}.custom-progress-3{overflow:visible;border-radius:.625rem}.custom-progress-3 .progress-bar{position:relative;overflow:visible;margin:.313rem;border-radius:.25rem}.custom-progress-3 .progress-bar:before{content:"";position:absolute;width:.25rem;height:.25rem;inset-inline-start:.125rem;background-color:#fff;border-radius:50%}.custom-progress-3 .progress-bar .progress-bar-value{border:.125rem solid #ff9f43;width:2.5rem;height:1.563rem;line-height:1.313rem;border-radius:3.125rem;background:#fff;font-size:.625rem;font-weight:600;color:#ff9f43;text-align:center;position:absolute;inset-inline-end:-0.625rem}.custom-progress-3 .progress-bar .progress-bar-value.secondary{border:.125rem solid #ff9f43;color:#ff9f43}.custom-progress-3 .progress-bar .progress-bar-value.warning{border:.125rem solid #f90;color:#f90}.custom-progress-3 .progress-bar .progress-bar-value.info{border:.125rem solid #17a2b8;color:#17a2b8}.custom-progress-3 .progress-bar .progress-bar-value.success{border:.125rem solid #28c76f;color:#28c76f}.custom-progress-3 .progress-bar .progress-bar-value.danger{border:.125rem solid #ff1616;color:#ff1616}.custom-progress-4.progress{background-color:rgba(255,159,67,.1);border-radius:.25rem}.custom-progress-4.progress.secondary{background-color:rgba(255,159,67,.1)}.custom-progress-4.progress.secondary .progress-bar-label{color:#ff9f43}.custom-progress-4.progress.warning{background-color:rgba(255,153,0,.1)}.custom-progress-4.progress.warning .progress-bar-label{color:#f90}.custom-progress-4.progress.info{background-color:rgba(23,162,184,.1)}.custom-progress-4.progress.info .progress-bar-label{color:#17a2b8}.custom-progress-4.progress.success{background-color:rgba(40,199,111,.1)}.custom-progress-4.progress.success .progress-bar-label{color:#28c76f}.custom-progress-4.progress.danger{background-color:rgba(255,22,22,.1)}.custom-progress-4.progress.danger .progress-bar-label{color:#ff1616}.custom-progress-4.progress .progress-bar{border-radius:.25rem}.custom-progress-4.progress .progress-bar-label{position:absolute;inset-inline-end:.313rem;font-weight:600;font-size:.813rem;color:#ff9f43}.page-link{color:#000;background-color:#fff;border:1px solid #dbe0e6}.page-link:focus{box-shadow:none;background-color:#f8f9fa}.page-link:hover{color:#ff9f43;background-color:#f8f9fa;border-color:#dbe0e6}.page-item.active .page-link{color:#fff;background-color:#ff9f43;border-color:#ff9f43}.disabled>.page-link,.page-link.disabled{color:#000;background-color:#fff;border-color:#dbe0e6;opacity:.7}[dir=rtl] .pagination .page-link .bx-chevron-left::before{content:""}[dir=rtl] .pagination .page-link .bx-chevron-right::before{content:""}[dir=rtl] .pagination .page-link .ri-arrow-right-s-line:before{content:""}[dir=rtl] .pagination .page-link .ri-arrow-left-s-line:before{content:""}.pagination-style-1 .pagination .page-item{margin:0 .11rem}.pagination-style-1 .pagination .page-item .page-link{border:0;border-radius:4px;font-size:.8125rem}.pagination-style-1 .pagination .page-item .page-link i{font-weight:600}.pagination-style-1 .pagination .page-item.active .page-link{border-radius:4px;background-color:#ff9f43;color:#fff}.pagination-style-1 .pagination .page-item.active:hover .page-link{border-radius:4px;background-color:#ff9f43;color:#fff}.pagination-style-1 .pagination .page-item:hover .page-link{background-color:#f8f9fa;color:#ff9f43}.pagination-style-2 .pagination{border-radius:4px}.pagination-style-2 .pagination .page-item{margin:0 .25rem}.pagination-style-2 .pagination .page-item .page-link{border:0 !important;font-size:.8125rem}.pagination-style-2 .pagination .page-item.active .page-link{background-color:#fff;color:#ff9f43;position:relative;font-weight:bold}.pagination-style-2 .pagination .page-item.active .page-link:before{position:absolute;content:"";inset-block-end:0;inset-inline-start:0;width:100%;height:.1rem;background-color:#ff9f43}.pagination-style-2 .pagination .page-item:hover .page-link{background-color:rgba(0,0,0,0)}.pagination-style-3 .pagination{border-radius:50px;padding:.25rem;align-items:center}.pagination-style-3 .pagination .page-item{margin:0 .25rem}.pagination-style-3 .pagination .page-item .page-link{border:0;border-radius:50px;font-size:.8125rem}.pagination-style-3 .pagination .page-item .page-link i{font-weight:600}.pagination-style-3 .pagination .page-item.active .page-link{background-color:#ff9f43;color:#fff}.pagination-style-3 .pagination .page-item.active:hover .page-link{background-color:#ff9f43}.pagination-style-3 .pagination .page-item:hover .page-link{background-color:#f8f9fa}.pagination-style-4 .pagination .page-item .page-link{border:0 !important;font-size:.8125rem;border-radius:4px}.pagination-style-4 .pagination .page-item .page-link i{font-weight:600}.pagination-style-4 .pagination .page-item.active .page-link{border:0;border-radius:4px;background-color:#ff9f43;color:#fff}.pagination-style-4 .pagination .page-item.active:hover .page-link{background-color:#ff9f43}.pagination-style-4 .pagination .page-item:hover .page-link{background-color:rgba(0,0,0,0)}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{color:#000;font-weight:700;margin-bottom:0}h1,.h1{font-size:2rem}h2,.h2{font-size:1.75rem}h3,.h3{font-size:1.5rem}h4,.h4{font-size:1.125rem}h5,.h5{font-size:1rem}h6,.h6{font-size:.875rem}.fs-sm{font-size:.6875rem}.fs-base{font-size:.875rem}.fs-lg{font-size:1.125rem}.fs-1{font-size:.0625rem}.fs-2{font-size:.125rem}.fs-3{font-size:.1875rem}.fs-4{font-size:.25rem}.fs-5{font-size:.3125rem}.fs-6{font-size:.375rem}.fs-7{font-size:.4375rem}.fs-8{font-size:.5rem}.fs-9{font-size:.5625rem}.fs-10{font-size:.625rem}.fs-11{font-size:.6875rem}.fs-12{font-size:.75rem}.fs-13{font-size:.8125rem}.fs-14{font-size:.875rem}.fs-15{font-size:.9375rem}.fs-16{font-size:1rem}.fs-17{font-size:1.0625rem}.fs-18{font-size:1.125rem}.fs-19{font-size:1.1875rem}.fs-20{font-size:1.25rem}.fs-21{font-size:1.3125rem}.fs-22{font-size:1.375rem}.fs-23{font-size:1.4375rem}.fs-24{font-size:1.5rem}.fs-25{font-size:1.5625rem}.fs-26{font-size:1.625rem}.fs-27{font-size:1.6875rem}.fs-28{font-size:1.75rem}.fs-29{font-size:1.8125rem}.fs-30{font-size:1.875rem}.fs-32{font-size:2rem}.fs-34{font-size:2.125rem}.fs-36{font-size:2.25rem}.fs-38{font-size:2.375rem}.fs-40{font-size:2.5rem}.text-default{color:#000 !important}.text-muted{color:#9595b5 !important}.text-primary{color:#ff9f43 !important;opacity:1}.text-primary.text-opacity-75{color:rgba(255,159,67,.75) !important}.text-primary.text-opacity-25{color:rgba(255,159,67,.25) !important}.text-primary.text-opacity-50{color:rgba(255,159,67,.5) !important}.text-secondary{color:#ff9f43 !important;opacity:1}.text-info{color:#17a2b8 !important;opacity:1}.text-success{color:#28c76f !important;opacity:1}.text-warning{color:#f90 !important;opacity:1}.text-danger{color:#ff1616 !important;opacity:1}.text-blue{color:#008dda !important}.text-green{color:#1dd871 !important}.text-pink{color:#ff63a5 !important}.text-teal{color:#02a8b5 !important}.text-orange{color:orange !important}.text-indigo{color:#4d5ddb !important}.text-purple{color:#7367f0 !important}.text-dark{color:#29344a !important}.text-light{color:#f8f9fa !important}.text-gray{color:#000 !important}.text-black{color:#000 !important}.text-white{color:#fff !important}.text-fixed-white{color:#fff !important}.text-fixed-black{color:#000 !important}.text-gray-1{color:#f3f6f9}.text-gray-2{color:#eff2f7}.text-gray-3{color:#e8ebed}.text-gray-4{color:#dbe0e6}.text-gray-5{color:#000}.text-gray-6{color:#67748e}.text-gray-7{color:#495057}.text-gray-8{color:#343a40}.text-gray-9{color:#212529}a{text-decoration:none;color:#000}a:hover{--bs-text-opacity: 1;opacity:1;color:#ff9f43}.link-primary{color:#ff9f43 !important}.link-primary:hover,.link-primary:focus,.link-primary:active{color:#ff9f43 !important}.link-secondary{color:#ff9f43 !important}.link-secondary:hover,.link-secondary:focus,.link-secondary:active{color:#ff9f43 !important}.link-success{color:#28c76f !important}.link-success:hover,.link-success:focus,.link-success:active{color:#28c76f !important}.link-danger{color:#ff1616 !important}.link-danger:hover,.link-danger:focus,.link-danger:active{color:#ff1616 !important}.link-warning{color:#f90 !important}.link-warning:hover,.link-warning:focus,.link-warning:active{color:#f90 !important}.link-info{color:#17a2b8 !important}.link-info:hover,.link-info:focus,.link-info:active{color:#17a2b8 !important}.link-light{color:#f8f9fa !important}.link-light:hover,.link-light:focus,.link-light:active{color:#f8f9fa !important}.link-dark{color:#29344a !important}.link-dark:hover,.link-dark:focus,.link-dark:active{color:#29344a !important}hr.text-danger{border-color:#ff1616 !important}.blockquote-container{padding:1.25rem;border-left:4px solid #dbe0e6;position:relative}.blockquote-container.text-end{border-right:4px solid #dbe0e6;border-left:0}.blockquote.custom-blockquote{font-size:.85rem;font-weight:600;padding:1rem;border-radius:4px;position:relative}.blockquote.custom-blockquote:before{content:"";font-family:"Fontawesome";z-index:0;font-size:2rem;position:absolute;inset-block-start:0;inset-inline-start:.5rem}.blockquote.custom-blockquote.primary{background-color:rgba(255,159,67,.1);border-inline-start:2px solid #ff9f43}.blockquote.custom-blockquote.primary:before{color:rgba(255,159,67,.1)}.blockquote.custom-blockquote.secondary{background-color:rgba(255,159,67,.1);border-inline-start:2px solid #ff9f43}.blockquote.custom-blockquote.secondary:before{color:rgba(255,159,67,.1)}.blockquote.custom-blockquote.info{background-color:rgba(23,162,184,.1);border-inline-start:2px solid #17a2b8}.blockquote.custom-blockquote.info:before{color:rgba(23,162,184,.1)}.blockquote.custom-blockquote.warning{background-color:rgba(255,153,0,.1);border-inline-start:2px solid #f90}.blockquote.custom-blockquote.warning:before{color:rgba(255,153,0,.1)}.blockquote.custom-blockquote.success{background-color:rgba(40,199,111,.1);border-inline-start:2px solid #28c76f}.blockquote.custom-blockquote.success:before{color:rgba(40,199,111,.1)}.blockquote.custom-blockquote.danger{background-color:rgba(255,22,22,.1);border-inline-start:2px solid #ff1616}.blockquote.custom-blockquote.danger:before{color:rgba(255,22,22,.1)}[data-theme-mode=dark] .shadow-sm{box-shadow:0 .125rem .25rem rgba(33,37,41,.3) !important}[data-theme-mode=dark] .shadow{box-shadow:0 .5rem 1rem rgba(33,37,41,.3) !important}[data-theme-mode=dark] .shadow-lg{box-shadow:0 1rem 3rem rgba(33,37,41,.3) !important}@media screen and (min-width: 576px){.w-sm-auto{width:auto}}[dir=rtl] .text-break{word-wrap:break-word !important;word-break:break-word !important}.transform-none{transform:none !important}.w-9{width:9px}.h-9{height:9px}.list-circle{list-style:circle;padding-left:2rem}.custom-popover{--bs-popover-max-width: 12.5rem;--bs-popover-border-color: #FF9F43;--bs-popover-header-bg: #FF9F43;--bs-popover-header-color: #ffffff;--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 0.5rem}.popover{background-color:#fff;border:1px solid #dbe0e6;box-shadow:0px 4px 60px 0px rgba(231,231,231,.47);font-size:.8rem;border-radius:4px;z-index:999}.popover .popover-header{background-color:#fff;border-block-end:1px solid #dbe0e6}.popover .popover-body{color:#000}.popover.only-body{border-radius:.3rem}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{border-top-color:#f8f9fa}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{border-right-color:#f8f9fa}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{border-left-color:#f8f9fa}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{border-bottom-color:#f8f9fa}.header-primary .popover-header{background-color:#ff9f43;color:#fff}.header-primary.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.header-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{border-bottom-color:#ff9f43}.header-secondary .popover-header{background-color:#ff9f43;color:#fff}.header-secondary.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.header-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{border-bottom-color:#ff9f43}.header-warning .popover-header{background-color:#f90;color:#fff}.header-warning.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.header-warning.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{border-bottom-color:#f90}.header-info .popover-header{background-color:#17a2b8;color:#fff}.header-info.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.header-info.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{border-bottom-color:#17a2b8}.header-success .popover-header{background-color:#28c76f;color:#fff}.header-success.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.header-success.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{border-bottom-color:#28c76f}.header-danger .popover-header{background-color:#ff1616;color:#fff}.header-danger.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.header-danger.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{border-bottom-color:#ff1616}.popover-primary.popover{border:1px solid #ff9f43}.popover-primary.popover .popover-header{background-color:#ff9f43;border-block-end:1px solid hsla(0,0%,100%,.1);color:#fff;border-radius:.3rem .3rem 0 0}.popover-primary.popover .popover-body{background-color:#ff9f43;color:#fff;border-radius:0 0 .3rem .3rem}.popover-primary.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.popover-primary.bs-popover-top>.popover-arrow::after,.popover-primary.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.popover-primary.bs-popover-top>.popover-arrow::before{border-top-color:#ff9f43}.popover-primary.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.popover-primary.bs-popover-end>.popover-arrow::after,.popover-primary.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.popover-primary.bs-popover-end>.popover-arrow::before{border-right-color:#ff9f43}.popover-primary.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.popover-primary.bs-popover-start>.popover-arrow::after,.popover-primary.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.popover-primary.bs-popover-start>.popover-arrow::before{border-left-color:#ff9f43}.popover-primary.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.popover-primary.bs-popover-bottom>.popover-arrow::after,.popover-primary.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.popover-primary.bs-popover-bottom>.popover-arrow::before,.popover-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.popover-primary.bs-popover-bottom .popover-header::before{border-bottom-color:#ff9f43}.popover-secondary.popover{border:1px solid #ff9f43}.popover-secondary.popover .popover-header{background-color:#ff9f43;border-block-end:1px solid hsla(0,0%,100%,.1);color:#fff;border-radius:.3rem .3rem 0 0}.popover-secondary.popover .popover-body{background-color:#ff9f43;color:#fff;border-radius:0 0 .3rem .3rem}.popover-secondary.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.popover-secondary.bs-popover-top>.popover-arrow::after,.popover-secondary.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.popover-secondary.bs-popover-top>.popover-arrow::before{border-top-color:#ff9f43}.popover-secondary.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.popover-secondary.bs-popover-end>.popover-arrow::after,.popover-secondary.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.popover-secondary.bs-popover-end>.popover-arrow::before{border-right-color:#ff9f43}.popover-secondary.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.popover-secondary.bs-popover-start>.popover-arrow::after,.popover-secondary.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.popover-secondary.bs-popover-start>.popover-arrow::before{border-left-color:#ff9f43}.popover-secondary.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.popover-secondary.bs-popover-bottom>.popover-arrow::after,.popover-secondary.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.popover-secondary.bs-popover-bottom>.popover-arrow::before,.popover-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.popover-secondary.bs-popover-bottom .popover-header::before{border-bottom-color:#ff9f43}.popover-warning.popover{border:1px solid #f90}.popover-warning.popover .popover-header{background-color:#f90;border-block-end:1px solid hsla(0,0%,100%,.1);color:#fff;border-radius:.3rem .3rem 0 0}.popover-warning.popover .popover-body{background-color:#f90;color:#fff;border-radius:0 0 .3rem .3rem}.popover-warning.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.popover-warning.bs-popover-top>.popover-arrow::after,.popover-warning.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.popover-warning.bs-popover-top>.popover-arrow::before{border-top-color:#f90}.popover-warning.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.popover-warning.bs-popover-end>.popover-arrow::after,.popover-warning.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.popover-warning.bs-popover-end>.popover-arrow::before{border-right-color:#f90}.popover-warning.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.popover-warning.bs-popover-start>.popover-arrow::after,.popover-warning.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.popover-warning.bs-popover-start>.popover-arrow::before{border-left-color:#f90}.popover-warning.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.popover-warning.bs-popover-bottom>.popover-arrow::after,.popover-warning.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.popover-warning.bs-popover-bottom>.popover-arrow::before,.popover-warning.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.popover-warning.bs-popover-bottom .popover-header::before{border-bottom-color:#f90}.popover-info.popover{border:1px solid #17a2b8}.popover-info.popover .popover-header{background-color:#17a2b8;border-block-end:1px solid hsla(0,0%,100%,.1);color:#fff;border-radius:.3rem .3rem 0 0}.popover-info.popover .popover-body{background-color:#17a2b8;color:#fff;border-radius:0 0 .3rem .3rem}.popover-info.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.popover-info.bs-popover-top>.popover-arrow::after,.popover-info.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.popover-info.bs-popover-top>.popover-arrow::before{border-top-color:#17a2b8}.popover-info.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.popover-info.bs-popover-end>.popover-arrow::after,.popover-info.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.popover-info.bs-popover-end>.popover-arrow::before{border-right-color:#17a2b8}.popover-info.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.popover-info.bs-popover-start>.popover-arrow::after,.popover-info.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.popover-info.bs-popover-start>.popover-arrow::before{border-left-color:#17a2b8}.popover-info.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.popover-info.bs-popover-bottom>.popover-arrow::after,.popover-info.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.popover-info.bs-popover-bottom>.popover-arrow::before,.popover-info.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.popover-info.bs-popover-bottom .popover-header::before{border-bottom-color:#17a2b8}.popover-success.popover{border:1px solid #28c76f}.popover-success.popover .popover-header{background-color:#28c76f;border-block-end:1px solid hsla(0,0%,100%,.1);color:#fff;border-radius:.3rem .3rem 0 0}.popover-success.popover .popover-body{background-color:#28c76f;color:#fff;border-radius:0 0 .3rem .3rem}.popover-success.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.popover-success.bs-popover-top>.popover-arrow::after,.popover-success.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.popover-success.bs-popover-top>.popover-arrow::before{border-top-color:#28c76f}.popover-success.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.popover-success.bs-popover-end>.popover-arrow::after,.popover-success.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.popover-success.bs-popover-end>.popover-arrow::before{border-right-color:#28c76f}.popover-success.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.popover-success.bs-popover-start>.popover-arrow::after,.popover-success.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.popover-success.bs-popover-start>.popover-arrow::before{border-left-color:#28c76f}.popover-success.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.popover-success.bs-popover-bottom>.popover-arrow::after,.popover-success.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.popover-success.bs-popover-bottom>.popover-arrow::before,.popover-success.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.popover-success.bs-popover-bottom .popover-header::before{border-bottom-color:#28c76f}.popover-danger.popover{border:1px solid #ff1616}.popover-danger.popover .popover-header{background-color:#ff1616;border-block-end:1px solid hsla(0,0%,100%,.1);color:#fff;border-radius:.3rem .3rem 0 0}.popover-danger.popover .popover-body{background-color:#ff1616;color:#fff;border-radius:0 0 .3rem .3rem}.popover-danger.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.popover-danger.bs-popover-top>.popover-arrow::after,.popover-danger.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.popover-danger.bs-popover-top>.popover-arrow::before{border-top-color:#ff1616}.popover-danger.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.popover-danger.bs-popover-end>.popover-arrow::after,.popover-danger.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.popover-danger.bs-popover-end>.popover-arrow::before{border-right-color:#ff1616}.popover-danger.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.popover-danger.bs-popover-start>.popover-arrow::after,.popover-danger.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.popover-danger.bs-popover-start>.popover-arrow::before{border-left-color:#ff1616}.popover-danger.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.popover-danger.bs-popover-bottom>.popover-arrow::after,.popover-danger.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.popover-danger.bs-popover-bottom>.popover-arrow::before,.popover-danger.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.popover-danger.bs-popover-bottom .popover-header::before{border-bottom-color:#ff1616}.popover-purple.popover{border:1px solid #7367f0}.popover-purple.popover .popover-header{background-color:#7367f0;border-block-end:1px solid hsla(0,0%,100%,.1);color:#fff;border-radius:.3rem .3rem 0 0}.popover-purple.popover .popover-body{background-color:#7367f0;color:#fff;border-radius:0 0 .3rem .3rem}.popover-purple.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.popover-purple.bs-popover-top>.popover-arrow::after,.popover-purple.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.popover-purple.bs-popover-top>.popover-arrow::before{border-top-color:#7367f0}.popover-purple.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.popover-purple.bs-popover-end>.popover-arrow::after,.popover-purple.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.popover-purple.bs-popover-end>.popover-arrow::before{border-right-color:#7367f0}.popover-purple.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.popover-purple.bs-popover-start>.popover-arrow::after,.popover-purple.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.popover-purple.bs-popover-start>.popover-arrow::before{border-left-color:#7367f0}.popover-purple.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.popover-purple.bs-popover-bottom>.popover-arrow::after,.popover-purple.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.popover-purple.bs-popover-bottom>.popover-arrow::before,.popover-purple.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.popover-purple.bs-popover-bottom .popover-header::before{border-bottom-color:#7367f0}.popover-teal.popover{border:1px solid #02a8b5}.popover-teal.popover .popover-header{background-color:#02a8b5;border-block-end:1px solid hsla(0,0%,100%,.1);color:#fff;border-radius:.3rem .3rem 0 0}.popover-teal.popover .popover-body{background-color:#02a8b5;color:#fff;border-radius:0 0 .3rem .3rem}.popover-teal.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.popover-teal.bs-popover-top>.popover-arrow::after,.popover-teal.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.popover-teal.bs-popover-top>.popover-arrow::before{border-top-color:#02a8b5}.popover-teal.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.popover-teal.bs-popover-end>.popover-arrow::after,.popover-teal.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.popover-teal.bs-popover-end>.popover-arrow::before{border-right-color:#02a8b5}.popover-teal.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.popover-teal.bs-popover-start>.popover-arrow::after,.popover-teal.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.popover-teal.bs-popover-start>.popover-arrow::before{border-left-color:#02a8b5}.popover-teal.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.popover-teal.bs-popover-bottom>.popover-arrow::after,.popover-teal.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.popover-teal.bs-popover-bottom>.popover-arrow::before,.popover-teal.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.popover-teal.bs-popover-bottom .popover-header::before{border-bottom-color:#02a8b5}.popover-primary-light.popover{border:1px solid rgba(255,159,67,.1)}.popover-primary-light.popover .popover-header{background-color:rgba(255,159,67,.1);border-block-end:1px solid rgba(255,159,67,.1);color:#ff9f43;border-radius:0}.popover-primary-light.popover .popover-body{background-color:rgba(255,159,67,.1);color:#ff9f43}.popover-primary-light.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.popover-primary-light.bs-popover-top>.popover-arrow::after,.popover-primary-light.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.popover-primary-light.bs-popover-top>.popover-arrow::before{border-top-color:rgba(255,159,67,.1)}.popover-primary-light.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.popover-primary-light.bs-popover-end>.popover-arrow::after,.popover-primary-light.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.popover-primary-light.bs-popover-end>.popover-arrow::before{border-right-color:rgba(255,159,67,.1)}.popover-primary-light.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.popover-primary-light.bs-popover-start>.popover-arrow::after,.popover-primary-light.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.popover-primary-light.bs-popover-start>.popover-arrow::before{border-left-color:rgba(255,159,67,.1)}.popover-primary-light.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.popover-primary-light.bs-popover-bottom>.popover-arrow::after,.popover-primary-light.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.popover-primary-light.bs-popover-bottom>.popover-arrow::before,.popover-primary-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.popover-primary-light.bs-popover-bottom .popover-header::before{border-bottom-color:rgba(255,159,67,.1)}.popover-secondary-light.popover{border:1px solid rgba(255,159,67,.1)}.popover-secondary-light.popover .popover-header{background-color:rgba(255,159,67,.1);border-block-end:1px solid rgba(255,159,67,.1);color:#ff9f43;border-radius:0}.popover-secondary-light.popover .popover-body{background-color:rgba(255,159,67,.1);color:#ff9f43}.popover-secondary-light.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.popover-secondary-light.bs-popover-top>.popover-arrow::after,.popover-secondary-light.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.popover-secondary-light.bs-popover-top>.popover-arrow::before{border-top-color:rgba(var(--secondary-rgb), 0.1)}.popover-secondary-light.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.popover-secondary-light.bs-popover-end>.popover-arrow::after,.popover-secondary-light.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.popover-secondary-light.bs-popover-end>.popover-arrow::before{border-right-color:rgba(255,159,67,.1)}.popover-secondary-light.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.popover-secondary-light.bs-popover-start>.popover-arrow::after,.popover-secondary-light.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.popover-secondary-light.bs-popover-start>.popover-arrow::before{border-left-color:rgba(var(--secondary-rgb), 0.1)}.popover-secondary-light.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.popover-secondary-light.bs-popover-bottom>.popover-arrow::after,.popover-secondary-light.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.popover-secondary-light.bs-popover-bottom>.popover-arrow::before,.popover-secondary-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.popover-secondary-light.bs-popover-bottom .popover-header::before{border-bottom-color:rgba(var(--secondary-rgb), 0.1)}.popover-warning-light.popover{border:1px solid rgba(255,153,0,.1)}.popover-warning-light.popover .popover-header{background-color:rgba(255,153,0,.1);border-block-end:1px solid rgba(255,153,0,.1);color:#f90;border-radius:0}.popover-warning-light.popover .popover-body{background-color:rgba(255,153,0,.1);color:#f90}.popover-warning-light.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.popover-warning-light.bs-popover-top>.popover-arrow::after,.popover-warning-light.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.popover-warning-light.bs-popover-top>.popover-arrow::before{border-top-color:rgba(255,153,0,.1)}.popover-warning-light.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.popover-warning-light.bs-popover-end>.popover-arrow::after,.popover-warning-light.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.popover-warning-light.bs-popover-end>.popover-arrow::before{border-right-color:rgba(255,153,0,.1)}.popover-warning-light.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.popover-warning-light.bs-popover-start>.popover-arrow::after,.popover-warning-light.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.popover-warning-light.bs-popover-start>.popover-arrow::before{border-left-color:rgba(255,153,0,.1)}.popover-warning-light.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.popover-warning-light.bs-popover-bottom>.popover-arrow::after,.popover-warning-light.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.popover-warning-light.bs-popover-bottom>.popover-arrow::before,.popover-warning-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.popover-warning-light.bs-popover-bottom .popover-header::before{border-bottom-color:rgba(255,153,0,.1)}.popover-info-light.popover{border:1px solid rgba(23,162,184,.1)}.popover-info-light.popover .popover-header{background-color:rgba(23,162,184,.1);border-block-end:1px solid rgba(23,162,184,.1);color:#17a2b8;border-radius:0}.popover-info-light.popover .popover-body{background-color:rgba(23,162,184,.1);color:#17a2b8}.popover-info-light.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.popover-info-light.bs-popover-top>.popover-arrow::after,.popover-info-light.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.popover-info-light.bs-popover-top>.popover-arrow::before{border-top-color:rgba(23,162,184,.1)}.popover-info-light.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.popover-info-light.bs-popover-end>.popover-arrow::after,.popover-info-light.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.popover-info-light.bs-popover-end>.popover-arrow::before{border-right-color:rgba(23,162,184,.1)}.popover-info-light.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.popover-info-light.bs-popover-start>.popover-arrow::after,.popover-info-light.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.popover-info-light.bs-popover-start>.popover-arrow::before{border-left-color:rgba(23,162,184,.1)}.popover-info-light.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.popover-info-light.bs-popover-bottom>.popover-arrow::after,.popover-info-light.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.popover-info-light.bs-popover-bottom>.popover-arrow::before,.popover-info-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.popover-info-light.bs-popover-bottom .popover-header::before{border-bottom-color:rgba(23,162,184,.1)}.popover-success-light.popover{border:1px solid rgba(40,199,111,.1)}.popover-success-light.popover .popover-header{background-color:rgba(40,199,111,.1);border-block-end:1px solid rgba(40,199,111,.1);color:#28c76f;border-radius:0}.popover-success-light.popover .popover-body{background-color:rgba(40,199,111,.1);color:#28c76f}.popover-success-light.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.popover-success-light.bs-popover-top>.popover-arrow::after,.popover-success-light.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.popover-success-light.bs-popover-top>.popover-arrow::before{border-top-color:rgba(40,199,111,.1)}.popover-success-light.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.popover-success-light.bs-popover-end>.popover-arrow::after,.popover-success-light.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.popover-success-light.bs-popover-end>.popover-arrow::before{border-right-color:rgba(40,199,111,.1)}.popover-success-light.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.popover-success-light.bs-popover-start>.popover-arrow::after,.popover-success-light.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.popover-success-light.bs-popover-start>.popover-arrow::before{border-left-color:rgba(40,199,111,.1)}.popover-success-light.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.popover-success-light.bs-popover-bottom>.popover-arrow::after,.popover-success-light.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.popover-success-light.bs-popover-bottom>.popover-arrow::before,.popover-success-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.popover-success-light.bs-popover-bottom .popover-header::before{border-bottom-color:rgba(40,199,111,.1)}.popover-danger-light.popover{border:1px solid rgba(255,22,22,.1)}.popover-danger-light.popover .popover-header{background-color:rgba(255,22,22,.1);border-block-end:1px solid rgba(255,22,22,.1);color:#ff1616;border-radius:0}.popover-danger-light.popover .popover-body{background-color:rgba(255,22,22,.1);color:#ff1616}.popover-danger-light.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.popover-danger-light.bs-popover-top>.popover-arrow::after,.popover-danger-light.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.popover-danger-light.bs-popover-top>.popover-arrow::before{border-top-color:rgba(255,22,22,.1)}.popover-danger-light.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.popover-danger-light.bs-popover-end>.popover-arrow::after,.popover-danger-light.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.popover-danger-light.bs-popover-end>.popover-arrow::before{border-right-color:rgba(255,22,22,.1)}.popover-danger-light.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.popover-danger-light.bs-popover-start>.popover-arrow::after,.popover-danger-light.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.popover-danger-light.bs-popover-start>.popover-arrow::before{border-left-color:rgba(255,22,22,.1)}.popover-danger-light.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.popover-danger-light.bs-popover-bottom>.popover-arrow::after,.popover-danger-light.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.popover-danger-light.bs-popover-bottom>.popover-arrow::before,.popover-danger-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.popover-danger-light.bs-popover-bottom .popover-header::before{border-bottom-color:rgba(255,22,22,.1)}.popover-purple-light.popover{border:1px solid rgba(var(--purple-rgb), 0.1)}.popover-purple-light.popover .popover-header{background-color:rgba(var(--purple-rgb), 0.1);border-block-end:1px solid rgba(var(--purple-rgb), 0.1);color:#7367f0;border-radius:0}.popover-purple-light.popover .popover-body{background-color:rgba(var(--purple-rgb), 0.1);color:#7367f0}.popover-purple-light.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.popover-purple-light.bs-popover-top>.popover-arrow::after,.popover-purple-light.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.popover-purple-light.bs-popover-top>.popover-arrow::before{border-top-color:rgba(var(--purple-rgb), 0.1)}.popover-purple-light.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.popover-purple-light.bs-popover-end>.popover-arrow::after,.popover-purple-light.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.popover-purple-light.bs-popover-end>.popover-arrow::before{border-right-color:rgba(var(--purple-rgb), 0.1)}.popover-purple-light.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.popover-purple-light.bs-popover-start>.popover-arrow::after,.popover-purple-light.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.popover-purple-light.bs-popover-start>.popover-arrow::before{border-left-color:rgba(var(--purple-rgb), 0.1)}.popover-purple-light.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.popover-purple-light.bs-popover-bottom>.popover-arrow::after,.popover-purple-light.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.popover-purple-light.bs-popover-bottom>.popover-arrow::before,.popover-purple-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.popover-purple-light.bs-popover-bottom .popover-header::before{border-bottom-color:rgba(var(--purple-rgb), 0.1)}.popover-teal-light.popover{border:1px solid rgba(var(--teal-rgb), 0.1)}.popover-teal-light.popover .popover-header{background-color:rgba(var(--teal-rgb), 0.1);border-block-end:1px solid rgba(var(--teal-rgb), 0.1);color:#02a8b5;border-radius:0}.popover-teal-light.popover .popover-body{background-color:rgba(var(--teal-rgb), 0.1);color:#02a8b5}.popover-teal-light.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.popover-teal-light.bs-popover-top>.popover-arrow::after,.popover-teal-light.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.popover-teal-light.bs-popover-top>.popover-arrow::before{border-top-color:rgba(var(--teal-rgb), 0.1)}.popover-teal-light.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.popover-teal-light.bs-popover-end>.popover-arrow::after,.popover-teal-light.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.popover-teal-light.bs-popover-end>.popover-arrow::before{border-right-color:rgba(var(--teal-rgb), 0.1)}.popover-teal-light.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.popover-teal-light.bs-popover-start>.popover-arrow::after,.popover-teal-light.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.popover-teal-light.bs-popover-start>.popover-arrow::before{border-left-color:rgba(var(--teal-rgb), 0.1)}.popover-teal-light.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.popover-teal-light.bs-popover-bottom>.popover-arrow::after,.popover-teal-light.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.popover-teal-light.bs-popover-bottom>.popover-arrow::before,.popover-teal-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.popover-teal-light.bs-popover-bottom .popover-header::before{border-bottom-color:rgba(var(--teal-rgb), 0.1)}.timeline{position:relative;list-style:none;max-width:1200px;margin:0 auto;padding:20px 0 20px}.timeline:before{content:" ";position:absolute;width:3px;margin-left:-1.5px;background-color:#e8ebed;position:absolute;top:0;bottom:0;left:50%}.timeline>li{position:relative;margin-bottom:20px}.timeline>li::before,.timeline>li::after{content:" ";display:table}.timeline>li>.timeline-panel{float:left;position:relative;width:46%;padding:20px;border:1px solid #000;border-radius:.25rem;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.05);-moz-box-shadow:0 1px 6px rgba(0,0,0,.05);box-shadow:0 1px 6px rgba(0,0,0,.05)}.timeline>li>.timeline-panel::before{content:" ";display:inline-block;position:absolute;border-top:8px solid rgba(0,0,0,0);border-right:0 solid #000;border-bottom:8px solid rgba(0,0,0,0);border-left:8px solid #000;position:absolute;top:26px;right:-8px}.timeline>li>.timeline-panel::after{content:" ";display:inline-block;position:absolute;top:27px;right:-7px;border-top:7px solid rgba(0,0,0,0);border-right:0 solid #fff;border-bottom:7px solid rgba(0,0,0,0);border-left:7px solid #fff}.timeline>li:after{clear:both}.timeline>li>.timeline-badge{z-index:1;width:50px;height:50px;margin-left:-25px;text-align:center;font-size:1.4em;line-height:50px;color:#fff;overflow:hidden;border-radius:50%;position:absolute;top:16px;left:50%}.timeline>li.timeline-inverted>.timeline-panel{float:right}.timeline>li.timeline-inverted>.timeline-panel::before{right:auto;left:-8px;border-right-width:8px;border-left-width:0}.timeline>li.timeline-inverted>.timeline-panel::after{right:auto;left:-7px;border-right-width:7px;border-left-width:0}.timeline-badge.primary{background-color:#ff9f43}.timeline-badge.success{background-color:#28c76f}.timeline-badge.warning{background-color:#f90}.timeline-badge.danger{background-color:#ff1616}.timeline-badge.info{background-color:#17a2b8}.timeline-title{margin-top:0;color:inherit;font-weight:regular}.timeline-body>p,.timeline-body>ul{margin-bottom:0}.timeline-body>p+p{margin-top:5px}.form-control{color-scheme:none;color:#181d1f !important;background-color:#fff;padding:.31rem .31rem;height:27px !important;border-radius:4px;border-color:#dbe0e6;font-size:12px;font-weight:600}.form-control:hover{border:1px solid #ff9f43}.form-label{font-size:12px;font-weight:700;color:#181d1f !important;margin-bottom:2px;display:flex;align-items:center;line-height:14px}.required-label::after{content:"*";color:red}.form-text{color:#9595b5}.form-control-light{background-color:#f8f9fa;border:0}.form-control-light:focus{background-color:#f8f9fa}.form-control-primary{background-color:rgba(255,159,67,.1);border:0;color:#ff9f43}.form-control-primary:focus{background-color:rgba(255,159,67,.1);color:#ff9f43}.form-input-color{height:2.25rem;width:2.25rem;border-radius:4px;overflow:hidden;padding:0}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{color:#000}.form-floating>.form-control:not(:placeholder-shown)~label::after{background-color:rgba(0,0,0,0)}.form-select{background-color:#fff;border:1px solid #a4a4a4;color:#000;font-size:14px;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");background-size:1.25rem;line-height:2}.form-select option{background-color:#fff;padding:.35rem .75rem;border-radius:.25rem;margin-block-end:.25rem}.form-select option:last-child{margin-block-end:0}.form-select option:checked{background-color:rgba(var(#FF9F43), 0.2);color:#ff9f43}.form-select option:select{background-color:rgba(var(#FF9F43), 0.2);color:#ff9f43}.form-select option:hover{background-color:rgba(var(#FF9F43), 0.2);color:#ff9f43}.form-select option:focus{background-color:rgba(var(#FF9F43), 0.2);color:#ff9f43}.form-check-input{margin-top:-3px;margin-right:2px;vertical-align:middle;background-color:#fff;border:1px solid #a4a4a4}.form-check-input:checked{background-color:#3282b8;border-color:#3282b8}.form-check-input.form-checked-outline:checked{background-color:rgba(0,0,0,0);border-color:#ff9f43}.form-check-input.form-checked-secondary:checked{background-color:#ff9f43;border-color:#ff9f43}.form-check-input.form-checked-warning:checked{background-color:#f90;border-color:#f90}.form-check-input.form-checked-info:checked{background-color:#17a2b8;border-color:#17a2b8}.form-check-input.form-checked-success:checked{background-color:#28c76f;border-color:#28c76f}.form-check-input.form-checked-danger:checked{background-color:#ff1616;border-color:#ff1616}.form-check-input.form-checked-light:checked{background-color:#f8f9fa;border-color:#f8f9fa}.form-check-input.form-checked-dark:checked{background-color:#29344a;border-color:#29344a}.form-check-input:focus{box-shadow:none}.form-checked-outline:checked[type=checkbox]{background-image:none;position:relative;background-color:rgba(0,0,0,0)}.form-checked-outline:checked[type=checkbox]:before{content:"";font-family:bootstrap-icons !important;position:absolute;color:#ff9f43;width:.625rem;height:.625rem;inset-block-start:-1px;inset-inline-start:0px;font-size:.688rem}.form-checked-outline:checked[type=checkbox].form-checked-secondary:before{color:#ff9f43}.form-checked-outline:checked[type=checkbox].form-checked-warning:before{color:#f90}.form-checked-outline:checked[type=checkbox].form-checked-info:before{color:#17a2b8}.form-checked-outline:checked[type=checkbox].form-checked-success:before{color:#28c76f}.form-checked-outline:checked[type=checkbox].form-checked-danger:before{color:#ff1616}.form-checked-outline:checked[type=checkbox].form-checked-light:before{color:#f8f9fa}.form-checked-outline:checked[type=checkbox].form-checked-dark:before{color:#29344a}.form-checked-outline:checked[type=radio]{background-image:none;position:relative;background-color:rgba(0,0,0,0)}.form-checked-outline:checked[type=radio]:before{content:"";font-family:bootstrap-icons !important;position:absolute;color:#ff9f43;width:.625rem;height:.625rem;inset-block-start:-1.13rem;inset-inline-start:-0.6rem;font-size:2rem}.form-checked-outline:checked[type=radio].form-checked-secondary:before{color:#ff9f43}.form-checked-outline:checked[type=radio].form-checked-warning:before{color:#f90}.form-checked-outline:checked[type=radio].form-checked-info:before{color:#17a2b8}.form-checked-outline:checked[type=radio].form-checked-success:before{color:#28c76f}.form-checked-outline:checked[type=radio].form-checked-danger:before{color:#ff1616}.form-checked-outline:checked[type=radio].form-checked-light:before{color:#f8f9fa}.form-checked-outline:checked[type=radio].form-checked-dark:before{color:#29344a}fieldset:disabled .btn{color:#fff;background-color:#ff9f43;border-color:#ff9f43}.form-select:focus{border-color:rgba(var(#FF9F43), 0.5);outline:0;box-shadow:none}.btn-check:focus+.btn,.btn:focus{background-color:none;border-color:none;outline:0}.btn-check:active+.btn:focus,.btn-check:checked+.btn:focus,.btn.active:focus,.btn.show:focus,.btn:active:focus{box-shadow:none}.form-select:disabled{background-color:#f8f9fa;color:#000}.form-control-plaintext{color:#000}.form-control::-webkit-file-upload-button{color:#000;background-color:#f7f8f9}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#f7f8f9}.form-control::-webkit-input-placeholder{font-size:12px;font-weight:600;opacity:.7;color:#000;padding-inline-start:0px;transition:padding-inline-start .1s ease-in}.form-control:-moz-placeholder,.form-control:-ms-input-placeholder{font-size:12px;font-weight:600;opacity:.4;color:#000}.form-control-sm{font-size:12px;padding:.25rem .8rem}.form-control-lg{font-size:12px;padding:.5rem 1rem}.form-check-md .form-check-input{width:1.15rem;height:1.15rem}.form-check-md.form-switch .form-check-input{width:2.25rem}.form-check-md label{margin-inline-start:.5rem;font-size:12px;margin-block-start:3px}.form-check-lg .form-check-input{width:1.35rem;height:1.35rem}.form-check-lg.form-switch .form-check-input{width:2.5rem}.form-check-lg label{margin-inline-start:.5rem;font-size:12px;margin-block-start:3px}.toggle{width:3.75rem;height:1.563rem;background-color:#f8f9fa;margin-inline-start:.625rem;margin-block-end:.313rem;padding:.125rem;border-radius:.188rem;position:relative;overflow:hidden;transition:all .2s ease}.toggle span{position:absolute;inset-block-start:.188rem;inset-block-end:.25rem;inset-inline-start:.188rem;display:block;width:1.25rem;border-radius:.125rem;background-color:#fff;box-shadow:0 .125rem .125rem 0 rgba(0,0,0,.45);cursor:pointer;transition:all .2s ease}.toggle span::before{content:"on";inset-inline-start:-1.563rem}.toggle span::after{content:"off";inset-inline-end:-1.813rem;color:#9595b5}.toggle span::before,.toggle span::after{position:absolute;font-size:.625rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase;inset-block-start:.188rem;line-height:1.38;transition:all .2s ease}.toggle.on{background-color:rgba(var(#FF9F43), 0.3)}.toggle.on span{background-color:#ff9f43}.toggle.on span::before{color:#ff9f43}.toggle.on.toggle-secondary{background-color:rgba(255,159,67,.4)}.toggle.on.toggle-secondary span{background-color:#ff9f43}.toggle.on.toggle-secondary span::before{color:#ff9f43}.toggle.on.toggle-warning{background-color:rgba(255,153,0,.4)}.toggle.on.toggle-warning span{background-color:#f90}.toggle.on.toggle-warning span::before{color:#f90}.toggle.on.toggle-info{background-color:rgba(23,162,184,.4)}.toggle.on.toggle-info span{background-color:#17a2b8}.toggle.on.toggle-info span::before{color:#17a2b8}.toggle.on.toggle-success{background-color:rgba(40,199,111,.4)}.toggle.on.toggle-success span{background-color:#28c76f}.toggle.on.toggle-success span::before{color:#28c76f}.toggle.on.toggle-danger{background-color:rgba(255,22,22,.4)}.toggle.on.toggle-danger span{background-color:#ff1616}.toggle.on.toggle-danger span::before{color:#ff1616}.toggle.on.toggle-light{background-color:rgba(248,249,250,.4)}.toggle.on.toggle-light span{background-color:#f8f9fa}.toggle.on.toggle-light span::before,.toggle.on.toggle-light span::after{color:#9595b5}.toggle.on.toggle-dark{background-color:rgba(41,52,74,.4)}.toggle.on.toggle-dark span{background-color:#29344a}.toggle.on.toggle-dark span::before{color:#fff}.toggle.on span{inset-inline-start:2.313rem}.toggle.on.toggle-sm span{inset-inline-start:2.313rem}.toggle.on.toggle-sm span::before{inset-block-start:-1px;inset-inline-start:-1.563rem}.toggle.on.toggle-lg span{inset-inline-start:2.563rem}.toggle.on.toggle-lg span::before{inset-block-start:.5rem;inset-inline-start:-1.75rem}.toggle.toggle-sm{height:1.063rem;width:3.125rem}.toggle.toggle-sm span{width:.625rem;height:.625rem}.toggle.toggle-sm span::after{inset-inline-end:-1.875rem;inset-block-start:-1px}.toggle.toggle-lg{height:2.125rem;width:4.5rem}.toggle.toggle-lg span{width:1.75rem}.toggle.toggle-lg span::after{inset-block-start:.5rem;inset-inline-end:-1.938rem}.custom-toggle-switch>input[type=checkbox]{display:none}.custom-toggle-switch>label{cursor:pointer;height:0;position:relative;width:2.5rem}.label-primary{background:#ff9f43;color:#fff}.label-secondary{background:#ff9f43;color:#fff}.label-warning{background:#f90;color:#fff}.label-info{background:#17a2b8;color:#fff}.label-success{background:#28c76f;color:#fff}.label-danger{background:#ff1616;color:#fff}.label-light{background:#f8f9fa;color:#fff}.label-dark{background:#29344a;color:#fff}.custom-toggle-switch>input[type=checkbox]:checked+label::before{background:inherit;opacity:.5}.custom-toggle-switch>label::before{background:#9595b5;box-shadow:inset 0px 0px .625rem hsla(0,0%,100%,.5);border-radius:.5rem;content:"";height:1rem;margin-block-start:-0.5rem;position:absolute;opacity:.3;transition:all .4s ease-in-out;width:2.5rem}.custom-toggle-switch>label::after{background:#fff;border-radius:1rem;box-shadow:0 0 .313rem rgba(228,229,237,.8);content:"";height:1.5rem;inset-inline-start:-0.25rem;margin-block-start:-0.5rem;position:absolute;inset-block-start:-0.25rem;transition:all .3s ease-in-out;width:1.5rem}.custom-toggle-switch>input[type=checkbox]:checked+label::after{background:inherit;inset-inline-start:50%}.custom-toggle-switch.toggle-sm>label::before{height:10px;width:27px;border-radius:10px}.custom-toggle-switch.toggle-sm input[type=checkbox]:checked+label::after{inset-inline-start:13px}.custom-toggle-switch.toggle-sm>label::after{height:17px;width:17px;border-radius:50%}.custom-toggle-switch.toggle-lg>label::before{height:27px;width:55px;border-radius:20px}.custom-toggle-switch.toggle-lg input[type=checkbox]:checked+label::after{inset-inline-start:77%}.custom-toggle-switch.toggle-lg>label::after{height:35px;width:35px;margin-block-start:-8px;border-radius:50%}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:rgba(0,0,0,0) !important}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem - 4px)}.form-floating.floating-primary label{color:#ff9f43;opacity:1}.form-floating.floating-primary input{border:1px solid #ff9f43}.form-floating.floating-primary>.form-control:focus~label{color:#ff9f43 !important}.form-floating.floating-secondary label{color:#ff9f43;opacity:1}.form-floating.floating-secondary input{border:1px solid #ff9f43}.form-floating.floating-secondary>.form-control:focus~label{color:#ff9f43 !important}.form-floating.floating-warning label{color:#f90;opacity:1}.form-floating.floating-warning input{border:1px solid #f90}.form-floating.floating-warning>.form-control:focus~label{color:#f90 !important}.form-floating.floating-info label{color:#17a2b8;opacity:1}.form-floating.floating-info input{border:1px solid #17a2b8}.form-floating.floating-info>.form-control:focus~label{color:#17a2b8 !important}.form-floating.floating-success label{color:#28c76f;opacity:1}.form-floating.floating-success input{border:1px solid #28c76f}.form-floating.floating-success>.form-control:focus~label{color:#28c76f !important}.form-floating.floating-danger label{color:#ff1616;opacity:1}.form-floating.floating-danger input{border:1px solid #ff1616}.form-floating.floating-danger>.form-control:focus~label{color:#ff1616 !important}.form-floating>.form-control-plaintext~label::after,.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~label::after,.form-floating>.form-select~label::after{background-color:#fff;border-radius:4px}.form-wizard-1{border-bottom:0;border-radius:50px}.form-wizard-1 .nav-link{border:0}.form-wizard-1.nav-tabs .nav-item{margin-inline-end:1rem;position:relative}.form-wizard-1.nav-tabs .nav-link{padding:.25rem .4rem;color:#9595b5;display:flex;align-items:center;border-radius:50px;border:2px solid rgba(0,0,0,0)}.form-wizard-1.nav-tabs .nav-link i{font-size:12px;padding:4px;line-height:1;border-radius:50px;border:2px solid #dbe0e6}.form-wizard-1.nav-tabs .nav-link:focus,.form-wizard-1.nav-tabs .nav-link:hover{border:2px solid rgba(0,0,0,0)}.form-wizard-1.nav-tabs .nav-link.active{border:2px solid #ff9f43;border-radius:50px;color:#ff9f43;background-color:rgba(0,0,0,0)}.form-wizard-1.nav-tabs .nav-link.active i{border:2px solid #ff9f43}.form-wizard-1 .nav-item:focus-visible{outline:none}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28c76f;box-shadow:none}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28c76f}.form-control-color{width:1.75rem;height:1.75rem;overflow:hidden;padding:0}.example-picker .pcr-button{border-radius:.35rem !important;overflow:hidden}[dir=rtl] [type=email],[dir=rtl] [type=number],[dir=rtl] [type=tel],[dir=rtl] [type=url]{direction:rtl}.form-select.is-invalid:not([multiple]):not([size]){padding-right:1.125rem;background-size:16px 28px,calc(.75em + .375rem) calc(.75em + .375rem)}.invoice-quantity-container .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:0}input[type=range]::-webkit-slider-runnable-track{background-color:#f8f9fa}[dir=rtl] .form-checked-outline:checked[type=checkbox]:before{inset-inline-start:1px}.form-check{min-height:inherit !important}.col-form-label-lg,.col-form-label-sm,.col-form-label{font-weight:600}#exampleColorInput::-webkit-color-swatch-wrapper{direction:rtl}[data-theme-mode=dark] input[type=week]::-webkit-calendar-picker-indicator,[data-theme-mode=dark] input[type=month]::-webkit-calendar-picker-indicator,[data-theme-mode=dark] input[type=date]::-webkit-calendar-picker-indicator,[data-theme-mode=dark] input[type=datetime-local]::-webkit-calendar-picker-indicator,[data-theme-mode=dark] input[type=time]::-webkit-calendar-picker-indicator{filter:invert(1)}[dir=rtl] input[type=week],[dir=rtl] input[type=month],[dir=rtl] input[type=date],[dir=rtl] input[type=datetime-local],[dir=rtl] input[type=time]{text-align:end}caption{color:#9595b5}.table-active{--bs-table-color-state: var(--default-text-color)}.table{color:#000;border-color:#dbe0e6;margin-block-end:0}.table .checkboxs{margin-bottom:15px}.table tbody tr th{font-weight:500}.table th,.table td{padding:.3rem .5rem .3rem .5rem;vertical-align:middle;line-height:1.462;font-size:.813rem;white-space:nowrap}.table thead tr th{font-weight:600;font-size:15px;padding:0rem,.5rem}.table.table-sm>:not(caption)>*>*{padding:.3rem}.table.table-dark{color:rgba(0,0,0,.7);border-color:hsla(0,0%,100%,.1)}.table .thead-primary th{background-color:#ff9f43;color:#fff}.table .thead-secondary th{background-color:#ff9f43;color:#fff}.table .thead-info th{background-color:#17a2b8;color:#fff}.table .thead-warning th{background-color:#f90;color:#fff}.table .thead-danger th{background-color:#ff1616;color:#fff}.table .thead-success th{background-color:#28c76f;color:#fff}.table .thead-dark th{background-color:#29344a;color:#fff}.table .thead-light th{background-color:#f8f9fa;color:#29344a}.table.table-primary{background-color:#fff;color:#000;--bs-table-color-state: $black;border-color:var(--bs-table-border-color);--bs-table-bg: rgba(var(--primary-rgb), 0.1);--bs-table-border-color: rgba(var(--primary-rgb), 0.05);--bs-table-striped-bg: rgba(var(--primary-rgb), 0.2);--bs-table-active-bg: rgba(var(--primary-rgb), 0.2);--bs-table-hover-bg: rgba(var(--primary-rgb), 0.2)}.table.table-primary.table-striped>tbody>tr:nth-of-type(odd)>*{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgba(var(--primary-rgb), 0.2);color:#000}.table.table-primary.table.table-hover>tbody>tr:hover>*{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgba(var(--primary-rgb), 0.4);color:#fff}.table.table-primary .table-active{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgb(var(--primary-rgb));color:#fff}.table.table-secondary{background-color:#fff;color:#000;--bs-table-color-state: $black;border-color:var(--bs-table-border-color);--bs-table-bg: rgba(var(--secondary-rgb), 0.1);--bs-table-border-color: rgba(var(--secondary-rgb), 0.05);--bs-table-striped-bg: rgba(var(--secondary-rgb), 0.2);--bs-table-active-bg: rgba(var(--secondary-rgb), 0.2);--bs-table-hover-bg: rgba(var(--secondary-rgb), 0.2)}.table.table-secondary.table-striped>tbody>tr:nth-of-type(odd)>*{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgba(var(--secondary-rgb), 0.2);color:#000}.table.table-secondary.table.table-hover>tbody>tr:hover>*{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgba(var(--secondary-rgb), 0.4);color:#fff}.table.table-secondary .table-active{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgb(var(--secondary-rgb));color:#fff}.table.table-warning{background-color:#fff;color:#000;--bs-table-color-state: $black;border-color:var(--bs-table-border-color);--bs-table-bg: rgba(var(--warning-rgb), 0.1);--bs-table-border-color: rgba(var(--warning-rgb), 0.05);--bs-table-striped-bg: rgba(var(--warning-rgb), 0.2);--bs-table-active-bg: rgba(var(--warning-rgb), 0.2);--bs-table-hover-bg: rgba(var(--warning-rgb), 0.2)}.table.table-warning.table-striped>tbody>tr:nth-of-type(odd)>*{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgba(var(--warning-rgb), 0.2);color:#000}.table.table-warning.table.table-hover>tbody>tr:hover>*{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgba(var(--warning-rgb), 0.4);color:#fff}.table.table-warning .table-active{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgb(var(--warning-rgb));color:#fff}.table.table-success{background-color:#fff;color:#000;--bs-table-color-state: $black;border-color:var(--bs-table-border-color);--bs-table-bg: rgba(var(--success-rgb), 0.1);--bs-table-border-color: rgba(var(--success-rgb), 0.05);--bs-table-striped-bg: rgba(var(--success-rgb), 0.2);--bs-table-active-bg: rgba(var(--success-rgb), 0.2);--bs-table-hover-bg: rgba(var(--success-rgb), 0.2)}.table.table-success.table-striped>tbody>tr:nth-of-type(odd)>*{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgba(var(--success-rgb), 0.2);color:#000}.table.table-success.table.table-hover>tbody>tr:hover>*{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgba(var(--success-rgb), 0.4);color:#fff}.table.table-success .table-active{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgb(var(--success-rgb));color:#fff}.table.table-danger{background-color:#fff;color:#000;--bs-table-color-state: $black;border-color:var(--bs-table-border-color);--bs-table-bg: rgba(var(--danger-rgb), 0.1);--bs-table-border-color: rgba(var(--danger-rgb), 0.05);--bs-table-striped-bg: rgba(var(--danger-rgb), 0.2);--bs-table-active-bg: rgba(var(--danger-rgb), 0.2);--bs-table-hover-bg: rgba(var(--danger-rgb), 0.2)}.table.table-danger.table-striped>tbody>tr:nth-of-type(odd)>*{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgba(var(--danger-rgb), 0.2);color:#000}.table.table-danger.table.table-hover>tbody>tr:hover>*{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgba(var(--danger-rgb), 0.4);color:#fff}.table.table-danger .table-active{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgb(var(--danger-rgb));color:#fff}.table.table-info{background-color:#fff;color:#000;--bs-table-color-state: $black;border-color:var(--bs-table-border-color);--bs-table-bg: rgba(var(--info-rgb), 0.1);--bs-table-border-color: rgba(var(--info-rgb), 0.05);--bs-table-striped-bg: rgba(var(--info-rgb), 0.2);--bs-table-active-bg: rgba(var(--info-rgb), 0.2);--bs-table-hover-bg: rgba(var(--info-rgb), 0.2)}.table.table-info.table-striped>tbody>tr:nth-of-type(odd)>*{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgba(var(--info-rgb), 0.2);color:#000}.table.table-info.table.table-hover>tbody>tr:hover>*{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgba(var(--info-rgb), 0.4);color:#fff}.table.table-info .table-active{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgb(var(--info-rgb));color:#fff}.table.table-light{background-color:#fff;color:#000;--bs-table-color-state: $black;border-color:var(--bs-table-border-color);--bs-table-bg: rgba(var(--light-rgb), 0.1);--bs-table-border-color: rgba(var(--light-rgb), 0.05);--bs-table-striped-bg: rgba(var(--light-rgb), 0.2);--bs-table-active-bg: rgba(var(--light-rgb), 0.2);--bs-table-hover-bg: rgba(var(--light-rgb), 0.2)}.table.table-light.table-striped>tbody>tr:nth-of-type(odd)>*{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgba(var(--light-rgb), 0.2);color:#000}.table.table-light.table.table-hover>tbody>tr:hover>*{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgba(var(--light-rgb), 0.4);color:#fff}.table.table-light .table-active{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgb(var(--light-rgb));color:#fff}.table.table-dark{background-color:#fff;color:#000;--bs-table-color-state: $black;border-color:var(--bs-table-border-color);--bs-table-bg: rgba(var(--dark-rgb), 0.1);--bs-table-border-color: rgba(var(--dark-rgb), 0.05);--bs-table-striped-bg: rgba(var(--dark-rgb), 0.2);--bs-table-active-bg: rgba(var(--dark-rgb), 0.2);--bs-table-hover-bg: rgba(var(--dark-rgb), 0.2)}.table.table-dark.table-striped>tbody>tr:nth-of-type(odd)>*{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgba(var(--dark-rgb), 0.2);color:#000}.table.table-dark.table.table-hover>tbody>tr:hover>*{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgba(var(--dark-rgb), 0.4);color:#fff}.table.table-dark .table-active{background-color:var(--bs-table-accent-bg);--bs-table-accent-bg: rgb(var(--dark-rgb));color:#fff}.table.table-bordered.border-primary tbody,.table.table-bordered.border-primary td,.table.table-bordered.border-primary tfoot,.table.table-bordered.border-primary th,.table.table-bordered.border-primary thead,.table.table-bordered.border-primary tr{border-color:rgba(255,159,67,.1)}.table.table-bordered.border-info tbody,.table.table-bordered.border-info td,.table.table-bordered.border-info tfoot,.table.table-bordered.border-info th,.table.table-bordered.border-info thead,.table.table-bordered.border-info tr{border-color:rgba(23,162,184,.1)}.table.table-bordered.border-secondary tbody,.table.table-bordered.border-secondary td,.table.table-bordered.border-secondary tfoot,.table.table-bordered.border-secondary th,.table.table-bordered.border-secondary thead,.table.table-bordered.border-secondary tr{border-color:rgba(255,159,67,.1)}.table.table-bordered.border-warning tbody,.table.table-bordered.border-warning td,.table.table-bordered.border-warning tfoot,.table.table-bordered.border-warning th,.table.table-bordered.border-warning thead,.table.table-bordered.border-warning tr{border-color:rgba(255,153,0,.1)}.table.table-bordered.border-success tbody,.table.table-bordered.border-success td,.table.table-bordered.border-success tfoot,.table.table-bordered.border-success th,.table.table-bordered.border-success thead,.table.table-bordered.border-success tr{border-color:rgba(40,199,111,.1)}.table.table-bordered.border-danger tbody,.table.table-bordered.border-danger td,.table.table-bordered.border-danger tfoot,.table.table-bordered.border-danger th,.table.table-bordered.border-danger thead,.table.table-bordered.border-danger tr{border-color:rgba(255,22,22,.1)}.table.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg: rgba(var(--dark-rgb), 0.0125);color:#000}.table.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-accent-bg: rgba(var(--dark-rgb), 0.025);color:#000}.table tbody.table-group-divider{border-top:1px solid #dbe0e6}.table.table-hover>tbody>tr:hover>*{--bs-table-accent-bg: #f7f8f9;color:#000}.table .table-active{--bs-table-accent-bg: #f8f9fa;color:#000}.table thead.table-primary{background-color:#fff;color:var(--bs-table-color);--bs-table-color-state: $black;--bs-table-color: #000000;--bs-table-bg: rgba(var(--primary-rgb), 0.1);--bs-table-border-color: rgba(var(--primary-rgb), 0.1);--bs-table-striped-bg: rgba(var(--primary-rgb), 0.5);--bs-table-striped-color: #000000;--bs-table-active-bg: rgba(var(--primary-rgb), 0.5);--bs-table-hover-bg: rgba(var(--primary-rgb), 0.5);color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table thead.table-secondary{background-color:#fff;color:var(--bs-table-color);--bs-table-color-state: $black;--bs-table-color: #000000;--bs-table-bg: rgba(var(--secondary-rgb), 0.1);--bs-table-border-color: rgba(var(--secondary-rgb), 0.1);--bs-table-striped-bg: rgba(var(--secondary-rgb), 0.5);--bs-table-striped-color: #000000;--bs-table-active-bg: rgba(var(--secondary-rgb), 0.5);--bs-table-hover-bg: rgba(var(--secondary-rgb), 0.5);color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table thead.table-warning{background-color:#fff;color:var(--bs-table-color);--bs-table-color-state: $black;--bs-table-color: #000000;--bs-table-bg: rgba(var(--warning-rgb), 0.1);--bs-table-border-color: rgba(var(--warning-rgb), 0.1);--bs-table-striped-bg: rgba(var(--warning-rgb), 0.5);--bs-table-striped-color: #000000;--bs-table-active-bg: rgba(var(--warning-rgb), 0.5);--bs-table-hover-bg: rgba(var(--warning-rgb), 0.5);color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table thead.table-success{background-color:#fff;color:var(--bs-table-color);--bs-table-color-state: $black;--bs-table-color: #000000;--bs-table-bg: rgba(var(--success-rgb), 0.1);--bs-table-border-color: rgba(var(--success-rgb), 0.1);--bs-table-striped-bg: rgba(var(--success-rgb), 0.5);--bs-table-striped-color: #000000;--bs-table-active-bg: rgba(var(--success-rgb), 0.5);--bs-table-hover-bg: rgba(var(--success-rgb), 0.5);color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table thead.table-danger{background-color:#fff;color:var(--bs-table-color);--bs-table-color-state: $black;--bs-table-color: #000000;--bs-table-bg: rgba(var(--danger-rgb), 0.1);--bs-table-border-color: rgba(var(--danger-rgb), 0.1);--bs-table-striped-bg: rgba(var(--danger-rgb), 0.5);--bs-table-striped-color: #000000;--bs-table-active-bg: rgba(var(--danger-rgb), 0.5);--bs-table-hover-bg: rgba(var(--danger-rgb), 0.5);color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table thead.table-info{background-color:#fff;color:var(--bs-table-color);--bs-table-color-state: $black;--bs-table-color: #000000;--bs-table-bg: rgba(var(--info-rgb), 0.1);--bs-table-border-color: rgba(var(--info-rgb), 0.1);--bs-table-striped-bg: rgba(var(--info-rgb), 0.5);--bs-table-striped-color: #000000;--bs-table-active-bg: rgba(var(--info-rgb), 0.5);--bs-table-hover-bg: rgba(var(--info-rgb), 0.5);color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table thead.table-light{background-color:#fff;color:var(--bs-table-color);--bs-table-color-state: $black;--bs-table-color: #000000;--bs-table-bg: rgba(var(--light-rgb), 0.1);--bs-table-border-color: rgba(var(--light-rgb), 0.1);--bs-table-striped-bg: rgba(var(--light-rgb), 0.5);--bs-table-striped-color: #000000;--bs-table-active-bg: rgba(var(--light-rgb), 0.5);--bs-table-hover-bg: rgba(var(--light-rgb), 0.5);color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table thead.table-dark{background-color:#fff;color:var(--bs-table-color);--bs-table-color-state: $black;--bs-table-color: #000000;--bs-table-bg: rgba(var(--dark-rgb), 0.1);--bs-table-border-color: rgba(var(--dark-rgb), 0.1);--bs-table-striped-bg: rgba(var(--dark-rgb), 0.5);--bs-table-striped-color: #000000;--bs-table-active-bg: rgba(var(--dark-rgb), 0.5);--bs-table-hover-bg: rgba(var(--dark-rgb), 0.5);color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-primary{--bs-table-color: #000000;--bs-table-color-state: $black;--bs-table-bg: rgba(var(--primary-rgb), 0.1);--bs-table-border-color: rgba(var(--primary-rgb), 0.1);--bs-table-striped-bg: rgba(var(--primary-rgb), 0.3);--bs-table-striped-color: #000000;--bs-table-active-bg: rgba(var(--primary-rgb), 0.3);--bs-table-active-color: #000000;--bs-table-hover-bg: rgba(var(--primary-rgb), 0.3);--bs-table-hover-color: #000000;color:#000000;border-color:rgba(var(--primary-rgb), 0.1);background-color:#ffffff}.table-secondary{--bs-table-color: #000000;--bs-table-color-state: $black;--bs-table-bg: rgba(var(--secondary-rgb), 0.1);--bs-table-border-color: rgba(var(--secondary-rgb), 0.1);--bs-table-striped-bg: rgba(var(--secondary-rgb), 0.3);--bs-table-striped-color: #000000;--bs-table-active-bg: rgba(var(--secondary-rgb), 0.3);--bs-table-active-color: #000000;--bs-table-hover-bg: rgba(var(--secondary-rgb), 0.3);--bs-table-hover-color: #000000;color:#000000;border-color:rgba(var(--secondary-rgb), 0.1);background-color:#ffffff}.table-warning{--bs-table-color: #000000;--bs-table-color-state: $black;--bs-table-bg: rgba(var(--warning-rgb), 0.1);--bs-table-border-color: rgba(var(--warning-rgb), 0.1);--bs-table-striped-bg: rgba(var(--warning-rgb), 0.3);--bs-table-striped-color: #000000;--bs-table-active-bg: rgba(var(--warning-rgb), 0.3);--bs-table-active-color: #000000;--bs-table-hover-bg: rgba(var(--warning-rgb), 0.3);--bs-table-hover-color: #000000;color:#000000;border-color:rgba(var(--warning-rgb), 0.1);background-color:#ffffff}.table-success{--bs-table-color: #000000;--bs-table-color-state: $black;--bs-table-bg: rgba(var(--success-rgb), 0.1);--bs-table-border-color: rgba(var(--success-rgb), 0.1);--bs-table-striped-bg: rgba(var(--success-rgb), 0.3);--bs-table-striped-color: #000000;--bs-table-active-bg: rgba(var(--success-rgb), 0.3);--bs-table-active-color: #000000;--bs-table-hover-bg: rgba(var(--success-rgb), 0.3);--bs-table-hover-color: #000000;color:#000000;border-color:rgba(var(--success-rgb), 0.1);background-color:#ffffff}.table-info{--bs-table-color: #000000;--bs-table-color-state: $black;--bs-table-bg: rgba(var(--info-rgb), 0.1);--bs-table-border-color: rgba(var(--info-rgb), 0.1);--bs-table-striped-bg: rgba(var(--info-rgb), 0.3);--bs-table-striped-color: #000000;--bs-table-active-bg: rgba(var(--info-rgb), 0.3);--bs-table-active-color: #000000;--bs-table-hover-bg: rgba(var(--info-rgb), 0.3);--bs-table-hover-color: #000000;color:#000000;border-color:rgba(var(--info-rgb), 0.1);background-color:#ffffff}.table-danger{--bs-table-color: #000000;--bs-table-color-state: $black;--bs-table-bg: rgba(var(--danger-rgb), 0.1);--bs-table-border-color: rgba(var(--danger-rgb), 0.1);--bs-table-striped-bg: rgba(var(--danger-rgb), 0.3);--bs-table-striped-color: #000000;--bs-table-active-bg: rgba(var(--danger-rgb), 0.3);--bs-table-active-color: #000000;--bs-table-hover-bg: rgba(var(--danger-rgb), 0.3);--bs-table-hover-color: #000000;color:#000000;border-color:rgba(var(--danger-rgb), 0.1);background-color:#ffffff}.table-dark{--bs-table-color: #000000;--bs-table-color-state: $black;--bs-table-bg: rgba(var(--dark-rgb), 0.1);--bs-table-border-color: rgba(var(--dark-rgb), 0.1);--bs-table-striped-bg: rgba(var(--dark-rgb), 0.3);--bs-table-striped-color: #000000;--bs-table-active-bg: rgba(var(--dark-rgb), 0.3);--bs-table-active-color: #000000;--bs-table-hover-bg: rgba(var(--dark-rgb), 0.3);--bs-table-hover-color: #000000;color:#000000;border-color:rgba(var(--dark-rgb), 0.1);background-color:#ffffff}.table-light{--bs-table-color: #000000;--bs-table-color-state: $black;--bs-table-bg: rgba(var(--light-rgb), 0.1);--bs-table-border-color: rgba(var(--light-rgb), 0.1);--bs-table-striped-bg: rgba(var(--light-rgb), 0.3);--bs-table-striped-color: #000000;--bs-table-active-bg: rgba(var(--light-rgb), 0.3);--bs-table-active-color: #000000;--bs-table-hover-bg: rgba(var(--light-rgb), 0.3);--bs-table-hover-color: #000000;color:#000000;border-color:rgba(var(--light-rgb), 0.1);background-color:#ffffff}[data-theme-mode=dark] .table-dark{border-color:rgba(0,0,0,.025)}[dir=rtl] .table{margin-inline-end:1px}.table{margin:0}.table tbody tr td{color:#000;font-size:14px;padding:0 .75rem}.table tbody tr td .product-img img{border:0}.table tbody tr td .userslist-img{width:35px;height:35px;margin-right:8px}.table tbody tr td .userslist-img img{border-radius:0}.table tbody tr td .userslist-img.bg-img img{border:1px solid var(--stroke-table, #e8ebed);background:#d3d3d3 50%/cover no-repeat}.table tbody tr td a{color:#000;font-size:14px;font-weight:400;line-height:normal}.table tbody tr td a.product-img{margin-right:5px;flex-shrink:0}.table tbody tr td a .info-img{margin-right:8px;width:16px;height:16px}.table tbody tr td a:hover{color:#ff9f43}.table tbody tr td a:hover i{color:#ff9f43}.table tbody tr td .emp-name{line-height:1}.table tbody tr td .emp-name a{color:#ff9f43}.table tbody tr td .emp-name p{line-height:2;font-size:15px;font-weight:500;color:#000}.table tbody tr td .emp-name .role{line-height:unset}.table tbody tr td .product-imgs{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;width:40px;height:40px;background:#ffebd8;font-size:14px;color:#ff9f43 !important;font-weight:500;margin-right:10px}.table tbody tr .data-header{font-weight:600;color:#ff9f43;font-size:15px;border-bottom:none}.table tbody tr .ref-number{color:#7367f0}.table tbody tr.active{border-bottom:0}.table tbody tr.active td{font-size:18px;color:#495057;font-weight:600;border-bottom:0}.table tbody .loss-highlight td{font-weight:700;color:#ff9f43;font-size:14px;border-top:1px solid #e8ebed}.table tbody .userimgname{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.table tbody .userimgname img{margin-right:8px;border-radius:6px}.table tbody .purchase-count td{padding-bottom:20px}.table .Expense-list tr td{padding:15px 17px}.table .Expense-list tr td a{margin-bottom:0}.table .sales-list tr td{padding:20px 17px}.table .Expense-list-blk tr td{padding:20px 17px}.new tbody tr td{border-bottom:none}.table-height{min-height:300px}@media(max-width: 991.98px){.table-height{min-height:auto;margin-bottom:15px}}.max-widthauto{max-width:100% !important}.dataTables_filter+.dataTables_filter{display:none}.dataview .dataTables_length,.dataview .dataTables_info,.dataview .dataTables_paginate{display:none !important}.dataTables_length label:before{content:"Showing 10 of 40 Results";margin-right:5px}.dataTables_length{float:left;font-size:12px}.productimgname{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.productimgname a{color:#ff9f43;font-weight:500}.productimgname .view-product{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;width:50px;height:50px;border-radius:6px;background:#f8f8f8}.input-blocks .calc-no{width:50px !important;text-align:center}.table .input-blocks input[type=text]{height:40px}.table .scanner-set{width:40px;height:40px}.card.table-list-card .card-body{padding:0px}.card.table-list-card .table-top{padding:0}.card.table-list-card .table-responsive .dataTables_wrapper{border:0;padding:0}.card.table-list-card .tabs-set .nav-tabs{padding:24px 24px 0;margin-bottom:0}.table.profit-table thead{background-color:#fafbfe;border-radius:8px 8px 0px 0px}.table.profit-table thead tr:hover{background-color:#fafbfe}.table.profit-table tbody td{border-bottom:0}.table.profit-table tbody .profit-table-bg td{color:#ff9f43;font-weight:700;border-top:1px solid #f3f6f9;background-color:#fafbfe}.table.profit-table tbody .table-heading:hover{background-color:#fff}.table.profit-table tbody .table-heading td{color:#ff9f43;font-weight:700}.profit-table-top .daterange-wraper{margin:0 10px}.profit-table-top .daterange-wraper input{padding-left:35px}table td .shield{width:14px;height:14px}.paysilp-table-border{border:1px solid #f3f6f9}.paysilp-table-border th{border-right:1px solid #f3f6f9;border-left:1px solid #f3f6f9;padding:15px;font-weight:700;font-size:16px}.paysilp-table-borders td{border-right:1px solid #f3f6f9;border-left:1px solid #f3f6f9;padding:5px 15px;color:#000}.payslip-border-bottom{border:1px solid #f3f6f9}.payslip-border-bottom th{padding:5px 15px;font-weight:700;font-size:16px}.payslip-border-bottom td{color:#000}.emp-details{margin:20px 0}.emp-details .pay-slip-salery h6{font-weight:700 !important;margin-bottom:10px;font-size:18px !important}.emp-details .emp-name-id.pay-slip-salery{margin-right:30px}@media(max-width: 575px){.slip-logo{flex-shrink:0;margin-right:15px}}.product-name-slip h4{color:#ff9f43;font-weight:700;font-size:18px}.pay-slip-box .modal-header{border-radius:8px 8px 0 0}.pay-slip-box .custom-modal-body{padding:0}.pay-slip-box .card{border:0;border-radius:0 0 10px 10px}.pay-slip-box .card .card-body{padding:20px}.pay-slip-box .card .card-body .emp-details.justify-content-start{max-width:760px;margin:20px auto 20px}.accordion-button{background-color:#fff;color:#000;padding:.75rem 1rem;font-size:.85rem;font-weight:500}.accordion-button:not(.collapsed){color:#000;background-color:#f7f8f9;box-shadow:none}.accordion-button:focus{border-color:rgba(255,159,67,.3);box-shadow:none}.accordion-button:after,.accordion-button:not(.collapsed)::after{background-image:none}.accordion-button:after{content:"";font-family:"Fontawesome";font-size:12px;line-height:1;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:3.125rem;color:#000}.accordion-body{padding:.5rem;font-size:.8125rem;color:#9595b5}.accordion-item{color:#000;background-color:#fff}.accordions-items-seperate .accordion-item:not(:first-of-type){margin-block-start:.5rem}.accordions-items-seperate .accordion-item{border-block-start:1px solid #dbe0e6;border-radius:4px;overflow:hidden}.accordion-item:last-of-type{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.accordion-item:first-of-type{border-top-left-radius:4px;border-top-right-radius:4px}.accordion.accordion-primary .accordion-button{background-color:rgba(255,159,67,.1);color:#ff9f43}.accordion.accordion-primary .accordion-button:after{background-color:#ff9f43;color:#fff}.accordion.accordion-primary .accordion-button.collapsed{background-color:#fff;color:#000}.accordion.accordion-primary .accordion-button.collapsed:after{background-color:#f7f8f9;color:#000}.accordion.accordion-secondary .accordion-button{background-color:rgba(255,159,67,.1);color:#ff9f43}.accordion.accordion-secondary .accordion-button:after{background-color:#ff9f43;color:#fff}.accordion.accordion-secondary .accordion-button.collapsed{background-color:#fff;color:#000}.accordion.accordion-secondary .accordion-button.collapsed:after{background-color:#f7f8f9;color:#000}.accordion.accordion-success .accordion-button{background-color:rgba(40,199,111,.1);color:#28c76f}.accordion.accordion-success .accordion-button:after{background-color:#28c76f;color:#fff}.accordion.accordion-success .accordion-button.collapsed{background-color:#fff;color:#000}.accordion.accordion-success .accordion-button.collapsed:after{background-color:#f7f8f9;color:#000}.accordion.accordion-danger .accordion-button{background-color:rgba(255,22,22,.1);color:#ff1616}.accordion.accordion-danger .accordion-button:after{background-color:#ff1616;color:#fff}.accordion.accordion-danger .accordion-button.collapsed{background-color:#fff;color:#000}.accordion.accordion-danger .accordion-button.collapsed:after{background-color:#f7f8f9;color:#000}.accordion.accordion-warning .accordion-button{background-color:rgba(255,153,0,.1);color:#f90}.accordion.accordion-warning .accordion-button:after{background-color:#f90;color:#fff}.accordion.accordion-warning .accordion-button.collapsed{background-color:#fff;color:#000}.accordion.accordion-warning .accordion-button.collapsed:after{background-color:#f7f8f9;color:#000}.accordion.accordion-info .accordion-button{background-color:rgba(23,162,184,.1);color:#17a2b8}.accordion.accordion-info .accordion-button:after{background-color:#17a2b8;color:#fff}.accordion.accordion-info .accordion-button.collapsed{background-color:#fff;color:#000}.accordion.accordion-info .accordion-button.collapsed:after{background-color:#f7f8f9;color:#000}.accordion.accordion-solid-primary .accordion-button{background-color:#ff9f43;color:#fff}.accordion.accordion-solid-primary .accordion-button:after{background-color:#fff;color:#ff9f43}.accordion.accordion-solid-primary .accordion-button.collapsed{background-color:#fff;color:#000}.accordion.accordion-solid-primary .accordion-button.collapsed:after{background-color:#f7f8f9;color:#000}.accordion.accordion-solid-secondary .accordion-button{background-color:#ff9f43;color:#fff}.accordion.accordion-solid-secondary .accordion-button:after{background-color:#fff;color:#ff9f43}.accordion.accordion-solid-secondary .accordion-button.collapsed{background-color:#fff;color:#000}.accordion.accordion-solid-secondary .accordion-button.collapsed:after{background-color:#f7f8f9;color:#000}.accordion.accordion-solid-success .accordion-button{background-color:#28c76f;color:#fff}.accordion.accordion-solid-success .accordion-button:after{background-color:#fff;color:#28c76f}.accordion.accordion-solid-success .accordion-button.collapsed{background-color:#fff;color:#000}.accordion.accordion-solid-success .accordion-button.collapsed:after{background-color:#f7f8f9;color:#000}.accordion.accordion-solid-danger .accordion-button{background-color:#ff1616;color:#fff}.accordion.accordion-solid-danger .accordion-button:after{background-color:#fff;color:#ff1616}.accordion.accordion-solid-danger .accordion-button.collapsed{background-color:#fff;color:#000}.accordion.accordion-solid-danger .accordion-button.collapsed:after{background-color:#f7f8f9;color:#000}.accordion.accordion-solid-warning .accordion-button{background-color:#f90;color:#fff}.accordion.accordion-solid-warning .accordion-button:after{background-color:#fff;color:#f90}.accordion.accordion-solid-warning .accordion-button.collapsed{background-color:#fff;color:#000}.accordion.accordion-solid-warning .accordion-button.collapsed:after{background-color:#f7f8f9;color:#000}.accordion.accordion-solid-info .accordion-button{background-color:#17a2b8;color:#fff}.accordion.accordion-solid-info .accordion-button:after{background-color:#fff;color:#17a2b8}.accordion.accordion-solid-info .accordion-button.collapsed{background-color:#fff;color:#000}.accordion.accordion-solid-info .accordion-button.collapsed:after{background-color:#f7f8f9;color:#000}.accordion.accordion-border-primary .accordion-item{border:1px solid #ff9f43}.accordion.accordion-border-primary .accordion-button{background-color:#fff;color:#ff9f43;border-block-end:0px}.accordion.accordion-border-primary .accordion-button:after{background-color:#fff;color:#ff9f43;border:1px solid #ff9f43}.accordion.accordion-border-primary .accordion-button:not(.collapsed){border-block-end:1px solid #ff9f43}.accordion.accordion-border-secondary .accordion-item{border:1px solid #ff9f43}.accordion.accordion-border-secondary .accordion-button{background-color:#fff;color:#ff9f43;border-block-end:0px}.accordion.accordion-border-secondary .accordion-button:after{background-color:#fff;color:#ff9f43;border:1px solid #ff9f43}.accordion.accordion-border-secondary .accordion-button:not(.collapsed){border-block-end:1px solid #ff9f43}.accordion.accordion-border-success .accordion-item{border:1px solid #28c76f}.accordion.accordion-border-success .accordion-button{background-color:#fff;color:#28c76f;border-block-end:0px}.accordion.accordion-border-success .accordion-button:after{background-color:#fff;color:#28c76f;border:1px solid #28c76f}.accordion.accordion-border-success .accordion-button:not(.collapsed){border-block-end:1px solid #28c76f}.accordion.accordion-border-danger .accordion-item{border:1px solid #ff1616}.accordion.accordion-border-danger .accordion-button{background-color:#fff;color:#ff1616;border-block-end:0px}.accordion.accordion-border-danger .accordion-button:after{background-color:#fff;color:#ff1616;border:1px solid #ff1616}.accordion.accordion-border-danger .accordion-button:not(.collapsed){border-block-end:1px solid #ff1616}.accordion.accordion-border-warning .accordion-item{border:1px solid #f90}.accordion.accordion-border-warning .accordion-button{background-color:#fff;color:#f90;border-block-end:0px}.accordion.accordion-border-warning .accordion-button:after{background-color:#fff;color:#f90;border:1px solid #f90}.accordion.accordion-border-warning .accordion-button:not(.collapsed){border-block-end:1px solid #f90}.accordion.accordion-border-info .accordion-item{border:1px solid #17a2b8}.accordion.accordion-border-info .accordion-button{background-color:#fff;color:#17a2b8;border-block-end:0px}.accordion.accordion-border-info .accordion-button:after{background-color:#fff;color:#17a2b8;border:1px solid #17a2b8}.accordion.accordion-border-info .accordion-button:not(.collapsed){border-block-end:1px solid #17a2b8}.accordion.accordionicon-none .accordion-button:after{display:none}.accordion.accordionicon-left .accordion-button{padding-inline-start:2.5rem}.accordion.accordionicon-left .accordion-button:after{position:absolute;inset-inline-start:.625rem}.accordion.accordion-customicon1 .accordion-button:after{content:"+";font-family:"Fontawesome";background-color:#f7f8f9}.accordion.accordion-customicon1 .accordion-button:not(.collapsed)::after{content:"";font-family:"Fontawesome";background-color:#fff}.customized-accordion .accordion-item.custom-accordion-primary .accordion-button{background-color:rgba(255,159,67,.1);border-inline-start:.25rem solid rgba(255,159,67,.6)}.customized-accordion .accordion-item.custom-accordion-primary .accordion-button:after{background-color:rgba(255,159,67,.6);color:#fff}.customized-accordion .accordion-item.custom-accordion-primary .accordion-body{background-color:rgba(255,159,67,.1);padding-block-start:0;border-inline-start:.25rem solid rgba(255,159,67,.6)}.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button{background-color:rgba(255,159,67,.1);border-inline-start:.25rem solid rgba(255,159,67,.6)}.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button:after{background-color:rgba(255,159,67,.6);color:#fff}.customized-accordion .accordion-item.custom-accordion-secondary .accordion-body{background-color:rgba(255,159,67,.1);padding-block-start:0;border-inline-start:.25rem solid rgba(255,159,67,.6)}.customized-accordion .accordion-item.custom-accordion-warning .accordion-button{background-color:rgba(255,153,0,.1);border-inline-start:.25rem solid rgba(255,153,0,.6)}.customized-accordion .accordion-item.custom-accordion-warning .accordion-button:after{background-color:rgba(255,153,0,.6);color:#fff}.customized-accordion .accordion-item.custom-accordion-warning .accordion-body{background-color:rgba(255,153,0,.1);padding-block-start:0;border-inline-start:.25rem solid rgba(255,153,0,.6)}.customized-accordion .accordion-item.custom-accordion-info .accordion-button{background-color:rgba(23,162,184,.1);border-inline-start:.25rem solid rgba(23,162,184,.6)}.customized-accordion .accordion-item.custom-accordion-info .accordion-button:after{background-color:rgba(23,162,184,.6);color:#fff}.customized-accordion .accordion-item.custom-accordion-info .accordion-body{background-color:rgba(23,162,184,.1);padding-block-start:0;border-inline-start:.25rem solid rgba(23,162,184,.6)}.customized-accordion .accordion-item.custom-accordion-success .accordion-button{background-color:rgba(40,199,111,.1);border-inline-start:.25rem solid rgba(40,199,111,.6)}.customized-accordion .accordion-item.custom-accordion-success .accordion-button:after{background-color:rgba(40,199,111,.6);color:#fff}.customized-accordion .accordion-item.custom-accordion-success .accordion-body{background-color:rgba(40,199,111,.1);padding-block-start:0;border-inline-start:.25rem solid rgba(40,199,111,.6)}.customized-accordion .accordion-item.custom-accordion-danger .accordion-button{background-color:rgba(255,22,22,.1);border-inline-start:.25rem solid rgba(255,22,22,.6)}.customized-accordion .accordion-item.custom-accordion-danger .accordion-button:after{background-color:rgba(255,22,22,.6);color:#fff}.customized-accordion .accordion-item.custom-accordion-danger .accordion-body{background-color:rgba(255,22,22,.1);padding-block-start:0;border-inline-start:.25rem solid rgba(255,22,22,.6)}.card{background-color:#fff;transition:all .5s ease-in-out;position:relative;border-radius:4px;border:1px solid #dbe0e6;box-shadow:none}.card .card-body{padding:1rem}.card .card-title{font-size:18px;font-weight:700;text-transform:capitalize}.card .card-header{border-color:#dbe0e6;position:relative;background:rgba(0,0,0,0);padding:1rem 1.25rem 1rem}.card .card-header .card-title{margin-bottom:0rem}.card .card-header .subtitle{padding-top:.3125rem;font-size:.875rem;line-height:1.5}.card .card-footer{border-color:#dbe0e6;background:rgba(0,0,0,0);padding:1rem 1.25rem 1rem}.card-group .card{margin-bottom:1.5rem}.card.custom-card{border-radius:4px;border:0;background-color:#fff;position:relative;margin-block-end:1.5rem;width:100%}.card.custom-card .card-header{padding:1rem 1.25rem;background-color:rgba(0,0,0,0) !important;border-block-end:1px solid #dbe0e6;display:flex;align-items:center;position:relative;flex-wrap:wrap;gap:.25rem}.card.custom-card .card-header:first-child{border-radius:.625rem .625rem 0 0}.card.custom-card .card-header .card-title{position:relative;margin-block-end:0;font-size:.9375rem;font-weight:700;text-transform:capitalize}.card.custom-card .card-header .card-title .subtitle{margin-block-end:0;text-transform:initial}.card.custom-card .card-footer{background-color:rgba(0,0,0,0) !important;border-block-start:1px solid #dbe0e6;padding:1rem 1.5rem;font-size:14px}.card.custom-card .card-body{padding:1.5rem;color:#000}.card.custom-card .card-link{font-size:.75rem}.card .card-text{font-size:.813rem}.card .footer-card-icon{width:60px;height:60px}.card.overlay-card{position:relative;overflow:hidden;color:hsla(0,0%,100%,.9)}.card.overlay-card .card-header{border-block-end:1px solid hsla(0,0%,100%,.1)}.card.overlay-card .card-footer{border-block-start:1px solid hsla(0,0%,100%,.1)}.card.overlay-card .over-content-bottom{top:auto}.card.overlay-card:before{content:"";inset-inline-start:0;inset-inline-end:0;inset-block-start:0;inset-block-end:0;background-color:rgba(0,0,0,.2);position:absolute}.card.card-bg-primary{background-color:#ff9f43;color:#fff}.card.card-bg-primary .card-header{background-color:hsla(0,0%,100%,.1) !important;color:#fff;border-block-end:1px solid hsla(0,0%,100%,.2)}.card.card-bg-primary .card-header:before{background-color:#fff}.card.card-bg-primary .card-body{color:#fff}.card.card-bg-primary .card-footer{background-color:hsla(0,0%,100%,.1) !important;color:#fff;border-block-start:1px solid hsla(0,0%,100%,.2)}.card.card-bg-secondary{background-color:#ff9f43;color:#fff}.card.card-bg-secondary .card-header{background-color:hsla(0,0%,100%,.1) !important;color:#fff;border-block-end:1px solid hsla(0,0%,100%,.2)}.card.card-bg-secondary .card-header:before{background-color:#fff}.card.card-bg-secondary .card-body{color:#fff}.card.card-bg-secondary .card-footer{background-color:hsla(0,0%,100%,.1) !important;color:#fff;border-block-start:1px solid hsla(0,0%,100%,.2)}.card.card-bg-warning{background-color:#f90;color:#fff}.card.card-bg-warning .card-header{background-color:hsla(0,0%,100%,.1) !important;color:#fff;border-block-end:1px solid hsla(0,0%,100%,.2)}.card.card-bg-warning .card-header:before{background-color:#fff}.card.card-bg-warning .card-body{color:#fff}.card.card-bg-warning .card-footer{background-color:hsla(0,0%,100%,.1) !important;color:#fff;border-block-start:1px solid hsla(0,0%,100%,.2)}.card.card-bg-info{background-color:#17a2b8;color:#fff}.card.card-bg-info .card-header{background-color:hsla(0,0%,100%,.1) !important;color:#fff;border-block-end:1px solid hsla(0,0%,100%,.2)}.card.card-bg-info .card-header:before{background-color:#fff}.card.card-bg-info .card-body{color:#fff}.card.card-bg-info .card-footer{background-color:hsla(0,0%,100%,.1) !important;color:#fff;border-block-start:1px solid hsla(0,0%,100%,.2)}.card.card-bg-success{background-color:#28c76f;color:#fff}.card.card-bg-success .card-header{background-color:hsla(0,0%,100%,.1) !important;color:#fff;border-block-end:1px solid hsla(0,0%,100%,.2)}.card.card-bg-success .card-header:before{background-color:#fff}.card.card-bg-success .card-body{color:#fff}.card.card-bg-success .card-footer{background-color:hsla(0,0%,100%,.1) !important;color:#fff;border-block-start:1px solid hsla(0,0%,100%,.2)}.card.card-bg-danger{background-color:#ff1616;color:#fff}.card.card-bg-danger .card-header{background-color:hsla(0,0%,100%,.1) !important;color:#fff;border-block-end:1px solid hsla(0,0%,100%,.2)}.card.card-bg-danger .card-header:before{background-color:#fff}.card.card-bg-danger .card-body{color:#fff}.card.card-bg-danger .card-footer{background-color:hsla(0,0%,100%,.1) !important;color:#fff;border-block-start:1px solid hsla(0,0%,100%,.2)}.card.card-bg-light{background-color:#f8f9fa;color:#000}.card.card-bg-light .card-header{background-color:rgba(0,0,0,.05) !important;color:#000;border-block-end:#dbe0e6}.card.card-bg-light .card-body{color:#000}.card.card-bg-light .card-footer{background-color:rgba(0,0,0,.05) !important;color:#000;border-block-start:#dbe0e6}.card.card-bg-dark{background-color:#29344a;color:#fff}.card.card-bg-dark .card-header{background-color:hsla(0,0%,100%,.1) !important;color:#fff;border-block-end:1px solid hsla(0,0%,100%,.2)}.card.card-bg-dark .card-header:before{background-color:#fff}.card.card-bg-dark .card-body{color:#fff}.card.card-bg-dark .card-footer{background-color:hsla(0,0%,100%,.1) !important;color:#fff;border-block-start:1px solid hsla(0,0%,100%,.2)}.card .card-anchor{position:absolute;top:0;inset-inline-end:0;bottom:0;inset-inline-start:0;z-index:1;pointer-events:auto;content:""}.card .collapse-close{display:none}.card.card .collapsed .collapse-close{display:block}.card.card .collapsed .collapse-open{display:none}.card.card-fullscreen{position:fixed;top:0;inset-inline-start:0;inset-inline-start:0;bottom:0;z-index:9999;margin:0}.cals-icon{font-size:50px;color:#000}.callout{padding:1.25rem;margin-block-start:1.25rem;margin-block-end:1.25rem;background-color:#f8f9fa;border-inline-start:.25rem solid #dbe0e6}.callout-info{background-color:rgba(23,162,184,.075);border-color:rgba(23,162,184,.5)}.callout-warning{background-color:rgba(255,153,0,.075);border-color:rgba(255,153,0,.5)}.callout-danger{background-color:rgba(255,22,22,.075);border-color:rgba(255,22,22,.5)}.btn-facebook{background-color:#3b5998;color:#fff;border:1px solid #3b5998}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active{background-color:#3b5998 !important;color:#fff !important;border:1px solid #3b5998 !important}.btn-instagram{background:#f09433;background:-moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);background:-webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);background:linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );color:#fff;border:1px solid rgba(0,0,0,0)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active{color:#fff;border:1px solid rgba(0,0,0,0)}.btn-twitter{background-color:#00acee;color:#fff;border:1px solid #00acee}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active{background-color:#00acee !important;color:#fff !important;border:1px solid #00acee !important}.btn-icon{width:1.76rem;height:1.76rem;font-size:.95rem;flex-shrink:0}.btn-wave{display:inline-block !important}@media(max-width: 575px){.overlay-card .card-text{font-size:.613rem !important}}@media(max-width: 400px){.overlay-card .card-text{font-size:.413rem !important}}.tooltip.tooltip-primary .tooltip-inner{background-color:#ff9f43}.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.tooltip.tooltip-primary.bs-tooltip-top .tooltip-arrow::before{border-top-color:#ff9f43}.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.tooltip.tooltip-primary.bs-tooltip-end .tooltip-arrow::before{border-right-color:#ff9f43}.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.tooltip.tooltip-primary.bs-tooltip-start .tooltip-arrow::before{border-left-color:#ff9f43}.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.tooltip.tooltip-primary.bs-tooltip-end .tooltip-arrow::before{border-bottom-color:#ff9f43}.tooltip.tooltip-secondary .tooltip-inner{background-color:#ff9f43}.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.tooltip.tooltip-secondary.bs-tooltip-top .tooltip-arrow::before{border-top-color:#ff9f43}.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.tooltip.tooltip-secondary.bs-tooltip-end .tooltip-arrow::before{border-right-color:#ff9f43}.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.tooltip.tooltip-secondary.bs-tooltip-start .tooltip-arrow::before{border-left-color:#ff9f43}.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.tooltip.tooltip-secondary.bs-tooltip-end .tooltip-arrow::before{border-bottom-color:#ff9f43}.tooltip.tooltip-warning .tooltip-inner{background-color:#f90}.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.tooltip.tooltip-warning.bs-tooltip-top .tooltip-arrow::before{border-top-color:#f90}.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.tooltip.tooltip-warning.bs-tooltip-end .tooltip-arrow::before{border-right-color:#f90}.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.tooltip.tooltip-warning.bs-tooltip-start .tooltip-arrow::before{border-left-color:#f90}.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.tooltip.tooltip-warning.bs-tooltip-end .tooltip-arrow::before{border-bottom-color:#f90}.tooltip.tooltip-info .tooltip-inner{background-color:#17a2b8}.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.tooltip.tooltip-info.bs-tooltip-top .tooltip-arrow::before{border-top-color:#17a2b8}.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.tooltip.tooltip-info.bs-tooltip-end .tooltip-arrow::before{border-right-color:#17a2b8}.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.tooltip.tooltip-info.bs-tooltip-start .tooltip-arrow::before{border-left-color:#17a2b8}.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.tooltip.tooltip-info.bs-tooltip-end .tooltip-arrow::before{border-bottom-color:#17a2b8}.tooltip.tooltip-success .tooltip-inner{background-color:#28c76f}.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.tooltip.tooltip-success.bs-tooltip-top .tooltip-arrow::before{border-top-color:#28c76f}.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.tooltip.tooltip-success.bs-tooltip-end .tooltip-arrow::before{border-right-color:#28c76f}.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.tooltip.tooltip-success.bs-tooltip-start .tooltip-arrow::before{border-left-color:#28c76f}.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.tooltip.tooltip-success.bs-tooltip-end .tooltip-arrow::before{border-bottom-color:#28c76f}.tooltip.tooltip-danger .tooltip-inner{background-color:#ff1616}.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.tooltip.tooltip-danger.bs-tooltip-top .tooltip-arrow::before{border-top-color:#ff1616}.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.tooltip.tooltip-danger.bs-tooltip-end .tooltip-arrow::before{border-right-color:#ff1616}.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.tooltip.tooltip-danger.bs-tooltip-start .tooltip-arrow::before{border-left-color:#ff1616}.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.tooltip.tooltip-danger.bs-tooltip-end .tooltip-arrow::before{border-bottom-color:#ff1616}.tooltip.tooltip-dark .tooltip-inner{background-color:#29344a}.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.tooltip.tooltip-dark.bs-tooltip-top .tooltip-arrow::before{border-top-color:#29344a}.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.tooltip.tooltip-dark.bs-tooltip-end .tooltip-arrow::before{border-right-color:#29344a}.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.tooltip.tooltip-dark.bs-tooltip-start .tooltip-arrow::before{border-left-color:#29344a}.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.tooltip.tooltip-dark.bs-tooltip-end .tooltip-arrow::before{border-bottom-color:#29344a}.tooltip.tooltip-dark .tooltip-inner{color:#fff}.tooltip.tooltip-light .tooltip-inner{background-color:#f8f9fa}.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.tooltip.tooltip-light.bs-tooltip-top .tooltip-arrow::before{border-top-color:#f8f9fa}.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.tooltip.tooltip-light.bs-tooltip-end .tooltip-arrow::before{border-right-color:#f8f9fa}.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.tooltip.tooltip-light.bs-tooltip-start .tooltip-arrow::before{border-left-color:#f8f9fa}.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.tooltip.tooltip-light.bs-tooltip-end .tooltip-arrow::before{border-bottom-color:#f8f9fa}.tooltip.tooltip-light .tooltip-inner{color:#000}.nav-item{margin-inline-end:.5rem}.nav-item:last-child{margin-inline-end:0}.nav-link{color:#000;border-radius:4px;font-weight:700}.nav-link.active{background-color:rgba(255,159,67,.1);color:#ff9f43}.navbar-brand{color:#000}.navbar-brand:focus,.navbar-brand:hover{color:#000;opacity:.9}.navbar-nav .nav-link.active,.navbar-nav .show>.nav-link{color:#ff9f43}.nav-link.disabled{color:#000;opacity:.3}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled{color:rgba(41,52,74,.5)}.navbar-text{color:#000}.navbar-dark.bg-dark .nav-link,.navbar-dark.bg-dark .navbar-brand{color:#fff}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#ff9f43}.nav.nav-style-1{border:0}.nav.nav-style-1 .nav-item{margin-inline-end:.25rem}.nav.nav-style-1 .nav-item:last-child{margin-inline-end:0}.nav.nav-style-1 .nav-link.active{background-color:rgba(255,159,67,.1);color:#ff9f43}.nav.nav-style-1 .nav-link.active:hover{background:rgba(255,159,67,.1)}.nav.nav-style-1 .nav-link:hover{background:rgba(0,0,0,0);color:#ff9f43}.nav.nav-style-2 .nav-item .nav-link{border-block-start:3px solid rgba(0,0,0,0)}.nav.nav-style-2 .nav-item .nav-link.active{background-color:rgba(255,159,67,.1);border-block-start:3px solid #ff9f43;color:#ff9f43}.nav.nav-style-3 .nav-link{border-radius:0}.nav.nav-style-3 .nav-link{border-block-end:3px solid rgba(0,0,0,0)}.nav.nav-style-3 .nav-link.active{background-color:rgba(0,0,0,0);border-block-end:3px solid #ff9f43;color:#ff9f43}.nav.nav-style-4{border:0}.nav.nav-style-4 .nav-link{color:#9595b5;border:0}.nav.nav-style-4 .nav-link{margin-bottom:3px}.nav.nav-style-4 .nav-link.active{background-color:#f8f9fa;color:#000;border:0}.nav.nav-style-4 .nav-link:hover,.nav.nav-style-4 .nav-link:focus{border:0}.nav.nav-style-4 .nav-link:hover{background-color:#f8f9fa;color:#000}.nav-tabs.nav-style-5{border:0}.nav-tabs.nav-style-5 .nav-link{color:#9595b5;border:0;margin-bottom:3px}.nav-tabs.nav-style-5 .nav-link.active{background-color:#ff9f43;color:#fff;border:0}.nav-tabs.nav-style-5 .nav-link:hover,.nav-tabs.nav-style-5 .nav-link:focus{border:0;background-color:#ff9f43;color:#fff}.nav-style-6{border:0}.nav-style-6.nav-pills .nav-link.active{border:1px solid #ff9f43;border-block-end:2px solid #ff9f43;background-color:rgba(0,0,0,0);color:#ff9f43}.nav-tabs-header{border:0 !important}.nav-tabs-header .nav-item{margin-inline-end:.5rem}.nav-tabs-header .nav-item:last-child{margin-inline-end:0}.nav-tabs-header .nav-item .nav-link{border:1px solid rgba(0,0,0,0);font-size:.8rem;padding:.4rem .5rem;font-weight:500}.nav-tabs-header .nav-item .nav-link.active{background:rgba(255,159,67,.1);color:#ff9f43;border:1px solid rgba(0,0,0,0)}.nav-tabs-header .nav-item .nav-link:hover,.nav-tabs-header .nav-item .nav-link:focus{border:1px solid rgba(0,0,0,0);background-color:rgba(0,0,0,0);color:#ff9f43}.nav-tabs-footer{border:0}.nav-tabs-footer .nav-item{margin-inline-end:.5rem}.nav-tabs-footer .nav-item:last-child{margin-inline-end:0}.nav-tabs-footer .nav-item .nav-link{background-color:rgba(0,0,0,0);color:#ff9f43;border:1px solid #ff9f43;font-size:.8rem}.nav-tabs-footer .nav-item .nav-link.active{background:#ff9f43;color:#fff;border:1px solid #ff9f43}.nav-tabs-footer .nav-item .nav-link:hover,.nav-tabs-footer .nav-item .nav-link:focus{border:1px solid #ff9f43;background-color:rgba(0,0,0,0);color:#ff9f43}.vertical-tabs-2{border:0}.vertical-tabs-2 .nav-item{margin-inline-end:.5rem}.vertical-tabs-2 .nav-item:last-child{margin-inline-end:0}.vertical-tabs-2 .nav-item .nav-link{min-width:7.5rem;max-width:7.5rem;text-align:center;border:1px solid #dbe0e6;margin-bottom:.5rem;color:#9595b5;background-color:#f8f9fa}.vertical-tabs-2 .nav-item .nav-link i{font-size:1rem}.vertical-tabs-2 .nav-item .nav-link.active{background-color:#ff9f43;color:#fff;position:relative}.vertical-tabs-2 .nav-item .nav-link.active:before{content:"";position:absolute;inset-inline-end:-0.5rem;inset-block-start:38%;transform:rotate(45deg);width:1rem;height:1rem;background-color:#ff9f43}.vertical-tabs-2 .nav-item .nav-link.active:hover{color:#fff}.vertical-tabs-2 .nav-item .nav-link:hover{color:#ff9f43}.vertical-tabs-3{border:0}.vertical-tabs-3 .nav-item{border:0;margin-inline-end:.5rem}.vertical-tabs-3 .nav-item:last-child{margin-inline-end:0}.vertical-tabs-3 .nav-item .nav-link{min-width:160px;max-width:160px;border:1px solid #ff9f43;padding:1.3rem;margin-block-end:.5rem}.vertical-tabs-3 .nav-item .nav-link i{width:2rem;height:2rem;line-height:2rem;text-align:center;font-size:1rem;background:#ff9f43;color:#fff;border-radius:3.125rem;font-weight:500}.vertical-tabs-3 .nav-item .nav-link.active{background:#ff9f43;border:1px solid #ff9f43;color:#fff}.vertical-tabs-3 .nav-item .nav-link.active:hover{background:#ff9f43;border:1px solid #ff9f43;color:#fff}.vertical-tabs-3 .nav-item .nav-link.active i{background:#fff;color:#ff9f43}.vertical-tabs-3 .nav-item .nav-link:hover,.vertical-tabs-3 .nav-item .nav-link:focus{border:1px solid #ff9f43;color:#ff9f43;background:rgba(0,0,0,0)}body.mini-sidebar .nav.tab-style-1 .nav-item{width:100%}body.mini-sidebar.expand-menu .nav.tab-style-1 .nav-item{width:48%}.main-Manu_tabs .nav.tab-style-1 .nav-item{margin-inline-end:.5rem;max-width:100%}.nav.tab-style-1{border-block-end:0;padding:.65rem;background-color:#f8f9fa;border-radius:7px;margin-block-end:.5rem}.nav.tab-style-1 .nav-item{margin-inline-end:.5rem;width:48%}.nav.tab-style-1 .nav-item:last-child{margin-inline-end:0}.nav.tab-style-1 .nav-link{border-radius:7px;padding:.35rem 1rem}.nav.tab-style-1 .nav-link.active{background-color:#c1e5ff !important;color:#181d1f !important;box-shadow:0px 4px 60px 0px rgba(231,231,231,.47);transition:color .15s ease-in;padding:0}.nav-tabs.tab-style-1 .nav-link:hover{background:rgba(0,0,0,0);color:#ff9f43}.tab-style-2{border-block-end:0}.tab-style-2 .nav-item{margin-inline-end:.5rem}.tab-style-2 .nav-item:last-child{margin-inline-end:0}.tab-style-2 .nav-item .nav-link{border:0}.tab-style-2 .nav-item .nav-link i{width:1.875rem;height:1.875rem;padding:.4rem;border-radius:50px;background-color:#f8f9fa;color:#000;display:inline-block}.tab-style-2 .nav-item .nav-link:hover{border:0;background:rgba(0,0,0,0);color:#ff9f43}.tab-style-2 .nav-item .nav-link:hover i{color:#ff9f43}.tab-style-2 .nav-item .nav-link.active{background-color:rgba(0,0,0,0);position:relative;border:0;color:#ff9f43}.tab-style-2 .nav-item .nav-link.active i{background-color:rgba(255,159,67,.1);color:#ff9f43}.tab-style-2 .nav-item .nav-link.active:before{content:"";position:absolute;inset-inline-start:0;inset-inline-end:0;inset-block-end:0;width:100%;height:.175rem;background-color:#ff9f43;border-radius:50px}.tab-style-3{border-block-end:0}.tab-style-3 .nav-item{position:relative;margin-inline-end:.5rem}.tab-style-3 .nav-item:last-child{margin-inline-end:0}.tab-style-3 .nav-item .nav-link{position:relative;border:0;font-size:.75rem}.tab-style-3 .nav-item .nav-link:before{position:absolute;content:"";inset-block-end:-1.063rem;inset-inline-end:0;inset-inline-start:0;width:100%;height:.1rem;background-color:#f8f9fa;border-radius:50%}.tab-style-3 .nav-item .nav-link:after{position:absolute;content:"";inset-block-end:-2rem;inset-inline-start:1.75rem;inset-inline-end:0;inset-inline-start:30%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:50%;border:2px solid #dbe0e6}.tab-style-3 .nav-item .nav-link.home:after{content:"1"}.tab-style-3 .nav-item .nav-link.about:after{content:"2"}.tab-style-3 .nav-item .nav-link.services:after{content:"3"}.tab-style-3 .nav-item .nav-link:hover{border:0;background:rgba(0,0,0,0);color:#ff9f43}.tab-style-3 .nav-item .nav-link.active{background-color:rgba(0,0,0,0);border:0;color:#ff9f43}.tab-style-3 .nav-item .nav-link.active:before{background-color:#ff9f43}.tab-style-3 .nav-item .nav-link.active:after{border-color:#ff9f43;color:#ff9f43}.tab-style-4.nav-tabs{border:0}.tab-style-4.nav-tabs .nav-item{margin-inline-end:.5rem}.tab-style-4.nav-tabs .nav-item:last-child{margin-inline-end:0}.tab-style-4.nav-tabs .nav-link{border:0}.tab-style-4.nav-tabs .nav-link:hover{border:0;background:rgba(0,0,0,0);color:#ff9f43}.tab-style-4.nav-tabs .nav-link.active{background-color:rgba(0,0,0,0);border:0;color:#ff9f43;position:relative;overflow:hidden}.tab-style-4.nav-tabs .nav-link.active::before{position:absolute;content:"";width:.75rem;inset-block-start:31px;transform:rotate(45deg);inset-inline-start:47%;overflow:hidden;z-index:1;height:.75rem;background-color:#ff9f43;border:1px solid #ff9f43}.tab-style-4.nav-tabs .nav-link.active:after{position:absolute;content:"";width:40%;height:1px;inset-inline-start:30%;inset-block-end:0;background-color:#ff9f43}#tab-style-4 .tab-pane.active{border:1px solid #ff9f43;background-color:#ff9f43;color:#fff;padding:16px;border-radius:7px}.tab-style-5 .nav-item{margin-inline-end:.5rem}.tab-style-5 .nav-item:last-child{margin-inline-end:0}.tab-style-5 .nav-item .nav-link.active{background:#ff9f43}.tab-style-6{border:0;background-color:#fff;border-radius:0px;color:#ff9f43;padding:.4rem .5rem .4rem .5rem;margin-bottom:10px}.tab-style-6 .nav-item{border:0;margin-inline-end:.5rem}.tab-style-6 .nav-item:last-child{margin-inline-end:0}.tab-style-6 .nav-item .nav-link{color:#196ba5;padding:.33rem;font-size:13px;border:0;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.tab-style-6 .nav-item .nav-link.active{border:0;background-color:#ff9f43;color:#fff;border:0;box-shadow:0px 3px 10px 0px rgba(var(--dark-rgb), 0.05);border-radius:3px}.tab-style-6 .nav-item .nav-link:hover,.tab-style-6 .nav-item .nav-link:focus{border:0}.tab-style-7 .nav-link{margin-block-end:.5rem;font-size:1rem;color:#181d1f;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.tab-style-7 .nav-link:active,.tab-style-7 .nav-link.active{background-color:#ffecce;color:#196ba5}.tab-style-7 .nav-link:hover{color:#181d1f;background-color:#ececec}.nav-style-1 .nav-item .nav-link.active{background-color:rgba(255,159,67,.1);color:#ff9f43}@media screen and (max-width: 400px){.tab-style-4 .nav-link{padding-inline:.5rem}}.nav-tabs{border-bottom:0}.nav-tabs.nav-tabs-bottom li{margin-bottom:-1px}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid rgba(0,0,0,0);border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link.active{border-color:#e8ebed}.nav-tabs li a{color:#67748e;border-bottom-width:2px}.nav-tabs li a.active{border-color:rgba(0,0,0,0);border-bottom-color:#ff9f43;background-color:rgba(0,0,0,0);-webkit-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease}.nav-tabs .nav-tabs-solid{background-color:#fff;border:0}.nav-tabs .nav-tabs-solid .active{background-color:#ff9f43;border-color:#ff9f43;color:#fff}.nav-tabs .nav-link:hover{border-color:rgba(0,0,0,0);color:#196ba5}.nav-tabs.nav-tabs-top li a{border-width:2px 0 0 0}.nav-tabs.nav-tabs-top li a.active{border-top-color:#ff9f43;border-radius:0}.nav-tabs.nav-tabs-top li a:hover{border-top-color:#ff9f43;background-color:rgba(0,0,0,0);border-radius:0}.nav-tabs.nav-tabs-bottom li a{border-width:0 0 2px 0}.nav-tabs.nav-tabs-bottom li a.active,.nav-tabs.nav-tabs-bottom li a:hover{border-bottom-color:#ff9f43;background:rgba(0,0,0,0);border-radius:0}.nav-tabs.nav-tabs-solid{background-color:#fff;border:0}.nav-tabs.nav-tabs-solid.nav-tabs-rounded li a.active{background-color:#ff9f43;border-color:#ff9f43;color:#fff;border-radius:50px}.nav-tabs.nav-tabs-solid li a.active{background-color:#ff9f43;border-color:#ff9f43;color:#fff;border-radius:0}.nav-link:hover{color:#ff9f43}.page-menu .nav-tabs li a{font-size:16px}.tabs-set .nav-tabs{border-bottom:0;margin-bottom:20px}.tabs-set .nav-tabs .nav-link{color:#ff9f43;padding:8px 15px;font-size:16px;font-weight:700;border:0;min-width:120px;margin-right:10px;border-radius:8px;background:var(--Stroke, rgba(145, 158, 171, 0.3))}.tabs-set .nav-tabs .nav-link:focus{border-color:rgba(0,0,0,0)}.tabs-set .nav-tabs .nav-link:hover{border-color:rgba(0,0,0,0)}.tabs-set .nav-tabs .nav-link.active{border:0;border-bottom:2px solid #ff9f43;background:#ff9f43;color:#fff}.tabs-sets .nav-tabs{border-bottom:0;margin:0 0 40px}.tabs-sets .nav-tabs .nav-link{color:#000;font-size:14px;font-weight:700;border:0;background:#e8ebed;margin-right:10px;padding:8px 15px;border-radius:8px;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.tabs-sets .nav-tabs .nav-link:focus,.tabs-sets .nav-tabs .nav-link:hover,.tabs-sets .nav-tabs .nav-link.active{background:#ff9f43;color:#fff}@media(max-width: 768px){.nav-tabs{border-bottom:0;position:relative;background-color:#fff;border:1px solid #eee;padding:5px 0;border-radius:3px}}.modal-barcode ul{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.modal-barcode ul li{border-radius:7px;width:25%;margin-bottom:10px;padding:0 5px}@media(max-width: 991.98px){.modal-barcode ul li{width:50%}}.modal-barcode ul li a{border:1px solid #dbe0e6;border-radius:10px;display:block;padding:10px;text-align:center}.modal .modal-title{font-weight:700}@media(max-width: 991.98px){.modal .modal-title{font-size:16px}}.modal .logo-lg img{width:150px}.modal .close,.modal .btn-close{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;color:#ff4d4d;opacity:1;font-size:12px;width:16px;height:16px;border:0;font-weight:700;background-color:rgba(0,0,0,0);border-radius:6px}.modal .close:hover,.modal .btn-close:hover{background-color:hsla(0,0%,100%,.3215686275);color:#fff}.modal .modal-footer{border:0;justify-content:flex-start}.modal .modal-footer .btn{padding:.3rem}@media(max-width: 991.98px){.modal .modal-footer .btn{min-width:auto;padding:6px 6px}}.modal .modal-footer .btn-print{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;border:1px solid #ff9f43;color:#ff9f43}.modal .modal-footer .btn-print img{margin-left:10px}.modal .modal-footer .btn-print:hover{background:#ff9f43;color:#fff}.modal .modal-footer .btn-print:hover img{filter:brightness(0) invert(1)}.modal .modal-footer .btn-secondary{background:#ff9f43}.modal .modal-footer .btn-secondary:hover{-webkit-box-shadow:inset 0 0px 0px 100px #fff;-moz-box-shadow:inset 0 0px 0px 100px #fff;box-shadow:inset 0 0px 0px 100px #fff;color:#ff9f43 !important}.modal .modal-dialog.right-slider-modal{margin:0;margin-left:auto;max-width:1102px}.modal .modal-dialog.add-centered{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;max-width:1192px}.modal .modal-dialog.sales-details-modal{max-width:1192px}.modal .modal-dialog.edit-sales-modal{max-width:1192px}.modal .edit-add.card.edit-expense{border:1px solid rgba(0,0,0,.2)}.modal .note-editor.note-frame.card{border:1px solid rgba(0,0,0,.2) !important}.offcanvas.offcanvas-end{width:auto !important}.offcanvas.offcanvas-end.em-payrol-add{max-width:1192px !important}.modal.animated .modal-dialog{transform:translate(0, 0)}.modal.effect-scale .modal-dialog{transform:scale(0.7);opacity:0;transition:all .3s}.modal.effect-scale.show .modal-dialog{transform:scale(1);opacity:1}.modal.effect-slide-in-right .modal-dialog{transform:translateX(20%);opacity:0;transition:all .3s cubic-bezier(0.25, 0.5, 0.5, 0.9)}.modal.effect-slide-in-right.show .modal-dialog{transform:translateX(0);opacity:1}.modal.effect-slide-in-bottom .modal-dialog{transform:translateY(20%);opacity:0;transition:all .3s}.modal.effect-slide-in-bottom.show .modal-dialog{transform:translateY(0);opacity:1}.modal.effect-newspaper .modal-dialog{transform:scale(0) rotate(720deg);opacity:0}.modal.effect-newspaper.show~.modal-backdrop,.modal.effect-newspaper .modal-dialog{transition:all .5s}.modal.effect-newspaper.show .modal-dialog{transform:scale(1) rotate(0deg);opacity:1}.modal.effect-fall{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.modal.effect-fall .modal-dialog{-moz-transform-style:preserve-3d;transform-style:preserve-3d;transform:translateZ(600px) rotateX(20deg);opacity:0}.modal.effect-fall.show .modal-dialog{transition:all .3s ease-in;transform:translateZ(0px) rotateX(0deg);opacity:1}.modal.effect-flip-horizontal{perspective:1300px}.modal.effect-flip-horizontal .modal-dialog{-moz-transform-style:preserve-3d;transform-style:preserve-3d;transform:rotateY(-70deg);transition:all .3s;opacity:0}.modal.effect-flip-horizontal.show .modal-dialog{transform:rotateY(0deg);opacity:1}.modal.effect-flip-vertical{perspective:1300px}.modal.effect-flip-vertical .modal-dialog{-moz-transform-style:preserve-3d;transform-style:preserve-3d;transform:rotateX(-70deg);transition:all .3s;opacity:0}.modal.effect-flip-vertical.show .modal-dialog{transform:rotateX(0deg);opacity:1}.modal.effect-super-scaled .modal-dialog{transform:scale(2);opacity:0;transition:all .3s}.modal.effect-super-scaled.show .modal-dialog{transform:scale(1);opacity:1}.modal.effect-sign{perspective:1300px}.modal.effect-sign .modal-dialog{-moz-transform-style:preserve-3d;transform-style:preserve-3d;transform:rotateX(-60deg);transform-origin:50% 0;opacity:0;transition:all .3s}.modal.effect-sign.show .modal-dialog{transform:rotateX(0deg);opacity:1}.modal.effect-rotate-bottom{perspective:1300px}.modal.effect-rotate-bottom .modal-dialog{-moz-transform-style:preserve-3d;transform-style:preserve-3d;transform:translateY(100%) rotateX(90deg);transform-origin:0 100%;opacity:0;transition:all .3s ease-out}.modal.effect-rotate-bottom.show .modal-dialog{transform:translateY(0%) rotateX(0deg);opacity:1}.modal.effect-rotate-left{perspective:1300px}.modal.effect-rotate-left .modal-dialog{-moz-transform-style:preserve-3d;transform-style:preserve-3d;transform:translateZ(100px) translateX(-30%) rotateY(90deg);transform-origin:0 100%;opacity:0;transition:all .3s}.modal.effect-rotate-left.show .modal-dialog{transform:translateZ(0px) translateX(0%) rotateY(0deg);opacity:1}.select2-container{min-width:100% !important;z-index:99}.select2-container .select2-selection--single{height:40px}.select2-container--default .select2-selection--single{border:1px solid var(--Stroke, rgba(145, 158, 171, 0.3));border-radius:5px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#000;line-height:38px;border-radius:5px;padding-left:10px;font-size:14px;font-weight:400}.select2-container--default .select2-selection--single .select{width:219px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:40px;right:6px}.select2-container--default .select2-selection--single .select2-selection__arrow b{position:absolute;top:50%;left:50%;border-color:#637381;border-style:solid;border-width:0 2px 2px 0;padding:3px;height:0;margin-left:-6px;margin-top:-3px;width:0;transform:rotate(45deg) translateY(-50%);-webkit-transform:rotate(45deg) translateY(-50%);-ms-transform:rotate(45deg) translateY(-50%)}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:#000;border-width:2px 0 0 2px;margin-top:3px;padding:3px}.select2-container--default .select2-results__option--highlighted[aria-selected]{background:#ff9f43;color:#fff}.select2-container--focus .select2-selection--single{background:#fff !important;border-color:#ff9f43}span.select2-container.select2-container--default.select2-container--open{z-index:9999}.select2-container--classic .select2-selection--single,.select2-container--default .select2-selection--single,.select2-container--default .select2-selection--single .select2-selection__rendered,.select2-container--default .select2-selection--single .select2-selection__arrow,.select2-container--default .select2-selection--multiple,.select2-container--classic .select2-selection--single .select2-selection__arrow,.select2-container--classic .select2-selection--single .select2-selection__rendered{border-color:#dbe0e6;color:#000;height:40px;line-height:40px}.select2-container--default .select2-selection--multiple{line-height:27px;height:auto;min-height:40px}.select2-container--classic .select2-selection--multiple .select2-selection__choice,.select2-container--default .select2-selection--multiple .select2-selection__choice,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:#17a2b8;border-color:#17a2b8;color:#fff}table.dataTable>thead .sorting:after,table.dataTable>thead .sorting_asc:after,table.dataTable>thead .sorting_desc:after,table.dataTable>thead .sorting_asc_disabled:after,table.dataTable>thead .sorting_desc_disabled:after{right:.5em !important;content:"" !important;font-family:"Font Awesome 5 Free";bottom:12px !important;color:#babfc7 !important;font-size:12px !important;opacity:1 !important;position:absolute}table.dataTable>thead .sorting:before,table.dataTable>thead .sorting_asc:before,table.dataTable>thead .sorting_desc:before,table.dataTable>thead .sorting_asc_disabled:before,table.dataTable>thead .sorting_desc_disabled:before{right:.5em !important;content:"" !important;font-family:"Font Awesome 5 Free";top:12px !important;color:#babfc7 !important;font-size:12px !important;opacity:1 !important;position:absolute}.dataTables_paginate .paging_numbers{float:right}.dataTables_info{float:right;padding-right:15px;font-size:12px;color:#495057;font-weight:600}.custom-select{min-width:80px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMSAxTDcgN0wxMyAxIiBzdHJva2U9IiM4ODhCOTQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=) no-repeat 95% 50%}.dataTables_paginate .pagination li{margin:0 5px}.dataTables_paginate .pagination li a{background:var(--Stroke, rgba(145, 158, 171, 0.3));border-radius:85px !important;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#181d1f}.dataTables_paginate .pagination li a:hover{background:#ff9f43;color:#fff}.dataTables_paginate .pagination li.active a.page-link{background:#ff9f43;border-color:#ff9f43;border-radius:85px;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.dataTables_paginate .pagination li.previous.disabled{width:20px}.dataTables_paginate .pagination li.previous.disabled a{background-color:rgba(0,0,0,0);border:0;width:20px}.dataTables_paginate .pagination li.next.disabled{width:20px}.dataTables_paginate .pagination li.next.disabled a{background-color:rgba(0,0,0,0);border:0;width:20px}.dataTables_length,.dataTables_paginate{margin-top:15px !important}div.dataTables_wrapper div.dataTables_info{padding-top:23px}table.dataTable thead>tr>th.no-sort.sorting_asc:before{display:none}table.dataTable thead>tr>th.no-sort.sorting_asc::after{display:none}table.dataTable thead>tr>th.no-sort.sorting:before{display:none}table.dataTable thead>tr>th.no-sort.sorting::after{display:none}.page-wrapper{-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;margin:0 0 0 260px;padding:28px 0 0;position:relative;left:0;-webkit-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease}@media(max-width: 991.98px){.page-wrapper{margin:0;padding:60px 0 0}}.page-wrapper .content{padding:8px 5px;padding-bottom:0}@media(max-width: 991.98px){.page-wrapper .content{padding:10px 7px 10px 7px}}.page-wrapper .content .add-item.new-sale-items{align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;width:100%}.page-wrapper.details-blk{padding:0;margin:0}.page-wrapper-new{background:#fff;padding:24px;border-radius:8px}.page-wrapper-new .card{border:none}.page-wrapper-new .card .card-body{border-top:1px solid #f3f6f9}.page-wrapper-new .page-header{margin-bottom:40px}.page-wrapper-new .page-header h4{font-size:20px}.page-wrapper-new .page-header .page-btn .btn-added{padding:8px 8px}.sidebarrightmenu .page-wrapper{margin:0 0 0 350px}@media(max-width: 991.98px){.sidebarrightmenu .page-wrapper{margin:0}}.card .card-header .dropset{color:#67748e;padding:0 10px}.card .card-body .loss-data{display:flex;align-items:center;justify-content:flex-end}.card .card-body .loss-data .input-groupicon{margin-right:10px}@media(max-width: 575px){.card .card-body .loss-data{display:block}}.card .card-body .input-blocks label span{color:#ff1616}.card .card-body .text-title{margin-bottom:20px}.card .card-body .text-title p{font-size:16px;font-weight:600;color:#ff9f43}.card .card-body .payroll-info{border-bottom:1px solid #f3f6f9}.card .card-body .payroll-info .status-updates{margin-left:25%}.card .card-body .payroll-info .status-updates .form-check-input:checked{background-color:#ff9f43;border-color:#ff9f43}.card .card-body .payroll-info .status-updates .form-check-input:focus{box-shadow:none;border-color:#f3f6f9}.card .card-body .payroll-title{margin:20px 0 20px 0}.card .card-body .payroll-title p{font-size:16px;font-weight:600;color:#ff9f43}.card .card-body .sub-form{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f3f6f9}.card .card-body .sub-form .subadd-btn .btn-add{border-radius:8px;border:1px solid var(--Stroke, rgba(145, 158, 171, 0.3));background:#ff9f43;color:#fff;padding:7px 9px;margin-left:20px;margin-bottom:-11px}.card .card-body .view-btn{text-align:end}.card .card-body .summary-blk{margin-bottom:15px}.card .card-body .summary-blk p{font-size:14px;font-weight:600;color:#ff9f43}.card .card-body .details td .view-product{border-radius:6px;background:#f8f8f8;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.card .card-body .details td a{border-radius:8px;border:1px solid var(--Stroke, rgba(145, 158, 171, 0.3))}.card .card-body .details td a .feather-trash-2{width:14px;height:14px;color:#ff1616}.card .card-body .payslip-month{justify-content:space-between;align-items:center}.card .card-body .payslip-month .month-of-slip h4{font-weight:700}.card .card-body .emp-details{justify-content:space-between;align-items:center;background:#fafbfe;padding:10px}.card .card-body .emp-details .emp-name-id h6{font-size:15px;font-weight:600}.card .card-body .emp-details .emp-name-id h6 span{font-size:15px;font-weight:400;color:#000}.card .card-body .emp-details .emp-location-info h6{font-size:15px;font-weight:600}.card .card-body .emp-details .emp-location-info h6 span{font-size:15px;font-weight:400;color:#000}.btn-white{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;background-color:#fff;border:1px solid rgba(145,158,171,.32);color:#ff9f43;padding:3px 10px;border-radius:5px;min-width:90px}.btn-white:hover{border:1px solid rgba(145,158,171,.32)}.mail-search .form-control{height:27px}.inputcheck{display:block;position:relative;padding-left:25px;cursor:pointer;color:#000;font-weight:500;font-size:14px}.inputcheck input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.inputcheck input:checked~.checkmark:after{display:block}.inputcheck .checkmark{position:absolute;top:0;left:0;height:20px;width:20px;border:1px solid #e8ebed;background:#f8f9fa;border-radius:5px}.inputcheck .checkmark:after{content:"";position:absolute;display:none}.inputcheck .checkmark:after{position:absolute;top:3px;left:6px;width:5px;height:10px;border:solid #ff9f43;border-width:0 2px 2px 0;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg)}.inputcheck input:checked~.checkmark{border:1px solid #ff9f43}.animation-tada{animation:tada 1.5s ease infinite}.quantity-btn svg{stroke:1px;width:16px;height:16px}html,body{overscroll-behavior-y:none;overflow:unset;scrollbar-width:none}body::-webkit-scrollbar{width:0px !important}body{font-family:var(--selected-font) !important;touch-action:pan-y;user-select:none;-ms-user-select:none;-webkit-user-select:none}@-moz-document url-prefix(){body{scrollbar-color:#ff9f43 rgba(0,0,0,0)}}.Margin_TB{margin:0 0 30px 0}.ag-selection-checkbox{display:grid;justify-content:center;width:100%}.ag-labeled.ag-label-align-right.ag-checkbox.ag-input-field.ag-header-select-all{margin:11px !important;display:flex;width:100%;align-items:center;justify-content:center;margin-right:0 !important}.ag-header-cell:has(.ag-labeled.ag-label-align-right.ag-checkbox.ag-input-field.ag-header-select-all) .ag-header-cell-comp-wrapper{width:0 !important}.ag-header-cell:has(.ag-labeled.ag-label-align-right.ag-checkbox.ag-input-field.ag-header-select-all.ag-hidden) .ag-header-cell-comp-wrapper{width:100% !important}body:has(#customermaster)::-webkit-scrollbar{width:0px !important;height:10px;border-radius:50px !important}::-webkit-scrollbar{width:10px !important;height:10px !important;border-radius:50px !important}::-webkit-scrollbar-track{background:#e8ebed}::-webkit-scrollbar-thumb{background:#ff9f43}::-webkit-scrollbar-thumb:hover{background:#ff9f43}.swal2-header .swal2-title{font-size:18px}.none{display:none !important}.text-red{color:#ff1616 !important}.text-green{color:#28c76f !important}.input-blocks input[type=text]:focus{border-color:#a4a4a4}.input-group .scanner-set{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;background:#ff9f43;border-radius:5px !important;width:40px;color:#fff;font-weight:600;padding:0}.input-group .scanner-set:hover{background:#1b2850}.swal2-header .swal2-title{font-size:18px}.none{display:none !important}.text-red{color:#ff1616 !important}.text-green{color:#28c76f !important}.input-blocks input[type=text]:focus{border-color:#a4a4a4}.page-header{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:10px}.page-header .breadcrumb{margin-bottom:0}@media(max-width: 575px){.page-header{margin-bottom:20px;flex-direction:column;align-items:self-start}}.page-header h3{font-weight:700;color:#000;font-size:18px}@media(max-width: 991.98px){.page-header h3{font-size:14px}}.page-header h4{font-weight:700;color:#000;font-size:24px}@media(max-width: 991.98px){.page-header h4{font-size:18px}}.page-header h6{font-size:14px;color:#495057;font-weight:400}@media(max-width: 991.98px){.page-header h6{font-size:12px}}@media(max-width: 575px){.page-header h6{font-size:12px;margin-bottom:20px}}.page-header .btn-filter{background:#ff9f43;width:34px;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;padding:0}.page-header .btn-filter:hover{background:linear-gradient(46.62deg, #FF9F43 0%, #423b93 93.64%)}.page-header .page-btn{margin-left:10px}@media(max-width: 575px){.page-header .page-btn{margin-left:0;margin-top:20px}}.page-header .btn-added{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;background:linear-gradient(154deg, #f97316 0%, #fb923c 100%);box-shadow:0 4px 12px rgba(249,115,22,.2);padding:2px 10px;color:#fff;font-weight:700;font-size:14px;border-radius:6px;transition:all .4s cubic-bezier(0.16, 1, 0.3, 1) !important;height:32px}.page-header .btn-added:active{color:#fff}.page-header .btn-added img{filter:brightness(0) invert(1)}@media(max-width: 991.98px){.page-header .btn-added{padding:5px 5px}}.page-header .btn-added:hover{background:linear-gradient(154deg, #f97316 0%, #fb923c 100%);transform:translateY(-2px);box-shadow:0 6px 18px rgba(249,115,22,.3)}.page-header .btn-added .me-2{width:16px;height:16px}.page-header .btn-added.downloader{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;background:#ff9f43;padding:9px 11px;color:#fff;font-weight:700;font-size:14px;border-radius:8px;margin:0 15px 0 15px}.page-header .btn-added.downloader img{filter:brightness(0) invert(1)}@media(max-width: 991.98px){.page-header .btn-added.downloader{padding:10px 10px}}.page-header .btn-added.downloader:hover{background:#ff9f43}.page-header .btn-added.downloader .me-2{width:16px;height:16px}.page-header .btn-added.printer{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;background:#ff1616;padding:9px 11px;color:#fff;font-weight:700;font-size:14px;border-radius:8px}.page-header .btn-added.printer img{filter:brightness(0) invert(1)}@media(max-width: 991.98px){.page-header .btn-added.printer{padding:10px 10px}}.page-header .btn-added.printer:hover{background:#ff9f43}.page-header .btn-added.printer .me-2{width:16px;height:16px}@media(max-width: 767px){.page-header .add-item .page-btn{margin-left:0}}@media(max-width: 575px){.page-header .add-item .page-btn{margin-left:0;margin-bottom:24px}}.page-header .add-item .page-title.modal-datail{line-height:2}.page-header .add-item.d-flex{margin-right:auto}.page-header .add-item.payslip-list{align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;width:100%}.page-header.paysilp-header{padding:24px;margin-bottom:0;border-radius:8px 8px 0px 0px;background:#fafbfe}.table-top{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:left;-webkit-justify-content:left;-ms-flex-pack:left;margin-bottom:5px}@media(max-width: 575px){.table-top .wordset{margin-top:25px}}.search-set .search-input{position:relative}.search-set .search-input input[type=search]{height:38px;border:1px solid var(--Stroke, rgba(145, 158, 171, 0.3));background:var(--White, #fff);width:298px;border-radius:8px;padding:10px}.search-set .search-input input[type=search]::placeholder{color:#000}@media(max-width: 1199.98px){.search-set .search-input input[type=search]{width:220px}}@media(max-width: 991.98px){.search-set .search-input input[type=search]{width:200px}}@media(max-width: 575px){.search-set .search-input input[type=search]{width:auto}}.search-set .search-input .btn-searchset{border-radius:50px;position:absolute;top:4px;right:32px;border:0}.search-set .search-input .btn-searchset .feather-search{width:14px;height:14px}.search-path{margin-left:auto}@media(max-width: 575px){.search-path{margin-right:0;margin-left:0}}@media(max-width: 575px){.search-path{margin-top:24px}}.search-path .info-img{width:16px;height:16px;color:#fff}.search-path .btn-filter{background:#ff9f43;width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;padding:0;margin-right:10px}.search-path .btn-filter span{display:none}.search-path .btn-filter:hover{background:#1b2850}.search-path .btn-filter.setclose{background:#ff9f43}.search-path .btn-filter.setclose>img{display:none}.search-path .btn-filter.setclose span{display:block}.search-path .btn-filter.setclose span img{display:block}.search-path .btn-filter span{display:none}.search-path .btn-filter>img{display:block}.form-sort{position:relative;width:175px}.form-sort .info-img{position:absolute;top:50%;z-index:100;width:16px;height:16px;left:0;margin-left:10px;color:#000;transform:translateY(-50%);line-height:normal}.swal2-actions .swal2-confirm,.swal2-actions .swal2-cancel{margin-right:10px}.wordset ul{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.wordset ul li{margin:0 10px}.wordset ul li a{display:block}.custom-control.custom-checkbox .checkboxs{line-height:1}.custom-control.custom-checkbox .checkmarks{border-radius:5px}.custom-control.custom-checkbox .checkboxs input{cursor:auto}.checkboxs{display:block;position:relative;padding-left:35px;margin-bottom:18px;cursor:pointer;user-select:none}.checkboxs input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkboxs input~.checkmarks{border:1px solid #bec1c5 !important;border-radius:4px}.checkboxs input:checked~.checkmarks{background-color:#3282b8;border-color:#3282b8;border:1px solid #3282b8 !important}.checkboxs input:checked~.checkmarks:after{display:block}.checkboxs .checkmarks{height:15px;width:15px;position:absolute;top:2px;right:0px;bottom:0px;left:2px}.checkboxs .checkmarks:after{content:"";position:absolute;display:none}.checkboxs .checkmarks:after{left:4px;top:1px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg)}th .checkboxs .checkmarks,td .checkboxs .checkmarks{width:18px;height:18px}th .checkboxs .checkmarks::after,td .checkboxs .checkmarks::after{left:6px;top:3px}.image-upload{border:1px solid #ff9f43;position:relative;margin-bottom:35px;border-radius:5px}.image-upload:hover{background:#f3f6f9}.image-upload input[type=file]{width:100%;opacity:0;height:100px;position:relative;z-index:9;cursor:pointer}.image-upload .image-uploads{text-align:center;width:100%;padding:20px 0;border-radius:5px;position:absolute;top:0}.image-upload .image-uploads h4{font-size:14px;font-weight:500;color:#ff9f43}.image-upload.image-upload-new input[type=file]{height:258px}.image-upload.image-upload-new .image-uploads{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;height:100%;flex-direction:column}.checktoggle{background-color:#c7dcf8;border-radius:12px;cursor:pointer;display:block;font-size:0;height:14px;margin-bottom:0;position:relative;width:25px}.checktoggle:after{content:" ";display:block;transform:translate(2px, -50%);width:10px;height:10px;background-color:#fff;transition:left 300ms ease,transform 300ms ease;border-radius:50%;transform:translate(2px, -50%);-webkit-transform:translate(2px, -50%);-ms-transform:translate(2px, -50%);position:absolute;top:50%;left:0}.check:checked+.checktoggle:after{background-color:#fff;left:100%;transform:translate(calc(-85% - 3px), -53%)}.check{display:block;margin:0;padding:0;width:0;height:0;visibility:hidden;opacity:0;pointer-events:none;position:absolute}.check:checked+.checktoggle{background-color:#3282b8}#filter_inputs,#filter_inputs1,#filter_inputs2,#filter_inputs3{border:0;margin:0}#filter_inputs .card-body,#filter_inputs1 .card-body,#filter_inputs2 .card-body,#filter_inputs3 .card-body{padding:0 10px 10px 10px}.authentication-check .checkboxs{padding-left:22px}.authentication-check .checkboxs .checkmarks{border-radius:5px;top:4px}.input-group{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:nowrap}#filter_inputs,#filter_inputs1,#filter_inputs2{display:none}.input-blocks{margin-bottom:10px;position:relative}.input-blocks .info-img{position:absolute;top:50%;z-index:100;width:16px;height:16px;left:4px;margin-left:10px;color:#000;transform:translateY(-50%);line-height:normal}.input-blocks .info-img.status-icon{margin-top:2px}.input-blocks label{margin-bottom:8px;color:#ff9f43;font-weight:500;font-size:14px;display:block}.input-blocks label .manitory{color:#ff1616}.input-blocks .input-groupicon{position:relative}.input-blocks .input-groupicon .addonset{position:absolute;right:12px;top:50%;line-height:0;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}@media(max-width: 991.98px){.input-blocks .input-groupicon .addonset{display:none}}.input-blocks .input-groupicon.select-code input[type=text],.input-blocks .input-groupicon.select-code input[type=password]{padding:0}.input-blocks .input-groupicon.select-code input[type=text]::placeholder,.input-blocks .input-groupicon.select-code input[type=password]::placeholder{padding-left:10px !important}.input-blocks input[type=text],.input-blocks input[type=password],.input-blocks input[type=email]{border:1px solid rgba(145,158,171,.32);height:40px;font-size:14px;font-weight:500;color:#ff9f43;padding:10px 10px;border-radius:5px;width:100%}.input-blocks .display-btn{color:#fff;border-radius:8px;background:#ff9f43;padding:10px 34px;font-size:14px;font-weight:700}.input-blocks .display-btn .info-img{position:absolute;top:50%;z-index:999;width:16px;height:16px;left:5px;margin-left:10px;margin-right:8px;color:#fff;transform:translateY(-50%);line-height:normal}.input-blocks .btn-filters{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;background:#ff9f43;color:#fff;width:89px;height:38px;border-radius:8px;padding:0}.input-blocks .btn-filters:hover{background:#1b2850}.input-blocks .btn-filters:active{color:#fff;background:#1b2850}.input-blocks .btn-filters .feather-search{width:16px;height:16px;margin-right:8px}.input-blocks textarea{border:1px solid rgba(145,158,171,.32);height:100px;width:100%;font-size:14px;font-weight:400;color:#000;padding:10px 15px;border-radius:5px}.input-blocks .text-form{width:100%}.input-blocks.date-group{margin-top:29px}.bd-placeholder-img{margin:.125rem}.h-250{height:250px}.form-control::placeholder{font-size:12px;color:#181d1f !important}.form-control__control--is-focused{border-color:#ff9f43 !important;background-color:rgba(255,159,67,.5019607843)}.form-control:focus{border-color:#ffc260 !important;background-color:#ffdea8 !important;accent-color:#181d1f !important;box-shadow:none !important;color:#181d1f !important}.form-control-focus{text-align:right}.form-control-focus:focus{text-align:right}.ag-cell:has(.form-control-focus:focus){padding:0 !important;border-radius:0px}.form-control [type=number]{text-align:right}.form-control__control--is-focused.form-control__control--menu-is-open:focus{border-color:#ff9f43 !important;background-color:rgba(255,159,67,.5019607843)}.css-s94jr6-control:focus,.css-s94jr6-control:hover,.css-s94jr6-control{border-color:#ff9f43 !important;background-color:rgba(255,159,67,.5019607843)}.css-1tdxct7-control:focus{border-color:#ff9f43 !important;background-color:rgba(255,159,67,.5019607843)}.daybook-customdropdown-option .react-select.from-control__control.react-select.from-control__control--is-focused.css-tqczc6-control .css-1qk9yum{border-radius:unset}.daybook-customdropdown-option .react-select.from-control__control.react-select.from-control__control--is-focused.css-tqczc6-control{background-color:rgba(0,0,0,0) !important;box-shadow:0 0 0 1px #c2deff !important}.custom_help{border:4px solid #c2deff;border-radius:4px}.css-1ui7kct-control:hover{border-color:rgba(0,0,0,0) !important;box-shadow:unset !important}.modal_scrollXHide.modal-body{overflow-y:unset}.Mlticolumn_Grid_Header{padding:0px 1px;border-bottom:1px solid #dbe0e6;color:#fff;background-color:#11588b !important}.border-Remove-right{border-top-right-radius:4px !important;border-bottom-right-radius:4px !important}.checkboxs input~.CheckBorder{border:1px solid #ff9f43 !important;border-radius:4px}span.ag-group-value{margin-left:15px}button.addhelpBtn,.commonbtn{height:27px;width:27px;padding:0 !important;display:inline-block;align-items:center;justify-content:center;border-radius:0px 4px 4px 0px;font-size:12px;line-height:27px;background-color:rgba(0,0,0,0);border-color:unset;background-image:linear-gradient(#fafafa, #dcdada) !important;color:#181d1f !important;border:0;font-weight:600 !important;border:1px solid #dbe0e6 !important}button.addhelpBtn img,.commonbtn img{filter:invert(0) brightness(0) !important}button.addhelpBtn:hover,.commonbtn:hover{background-image:linear-gradient(#fafafa, #dcdada);border:unset !important;color:#181d1f !important;border:1px solid #dbe0e6 !important}button.addhelpBtn:active,.commonbtn:active{background-image:linear-gradient(#fafafa, #dcdada);border:unset !important;color:#181d1f !important;border:1px solid #dbe0e6 !important}button.addhelpBtn:focus,.commonbtn:focus{background-image:linear-gradient(#fafafa, #dcdada);border:unset !important;color:#181d1f !important;border:1px solid #dbe0e6 !important}.help-btn{height:27px;width:27px;padding:0 !important;display:flex;align-items:center;justify-content:center;border-radius:0px 4px 4px 0px;font-size:12px;font-weight:600;background-color:rgba(0,0,0,0);border-color:unset;background-image:linear-gradient(#fafafa, #dcdada);background:linear-gradient(#fafafa, #dcdada) !important;color:#181d1f !important;border:0;border:1px solid #dbe0e6 !important}.help-btn img{filter:invert(0) brightness(1) !important}.help-btn:hover{background-color:rgba(0,0,0,0);border:unset !important;color:#181d1f !important;border:1px solid #dbe0e6 !important}.help-btn:active{background-color:rgba(0,0,0,0);border:unset !important;color:#181d1f !important;border:1px solid #dbe0e6 !important}.help-btn:focus{background-color:rgba(0,0,0,0);border:unset !important;color:#181d1f !important;border:1px solid #dbe0e6 !important}.ag-menu{background:#fff !important}.help_header_right_btn{display:flex;align-items:center;justify-content:space-between;gap:5px}.help_header_right_btn button.Icon-Full-Btn.button-primary.btn-close.F2Close_Mobile{height:18px !important}.help_header_right_btn button.help-add-btn-New{height:26px;width:max-content;font-size:15px;padding:.1rem .3rem;transition:all .5s;background-color:rgba(0,0,0,0);border-color:#3282b8;color:#3282b8;font-weight:bold;border-radius:4px}.help_header_right_btn .F2Close_Mobile{height:18px;width:16px;border:none;border-radius:4px}span.prodticon i{font-size:16px}span.feather-add-icon i{font-size:15px;display:flex;align-items:center;justify-content:center;color:#393939}button.p-2.mx-2.border.rounded.size-Plus-minus{width:100%;display:flex;height:27px;width:50px;text-align:center;justify-content:center;line-height:16px;font-weight:bold}input.form-control.font-size-input{width:58px !important;display:flex;text-align:center;font-size:15px}.custom_Alp_theme{margin:-5px 17px}.card-sub-title1{display:flex;align-items:center;margin-bottom:9px;border-bottom:1px solid #d3e5ff}.card-sub-title1 img{width:20px;height:20px}.card-sub-title1 h4{color:#000;width:auto;font-weight:700;font-size:15px;margin-left:10px}h2.accordion-header.Customer_Master_Title_Main .collaps-cust{height:40px !important}h2.accordion-header.Customer_Master_Title_Main .collaps-cust .card-sub-title1{display:flex;align-items:center;margin-bottom:0 !important;border:0 !important}h2.accordion-header.Customer_Master_Title_Main .collaps-cust .card-sub-title1 h4{margin-left:10px}h2.accordion-header.Customer_Master_Title_Main .btn.btn-outline-primary.account_Add_btn{top:50% !important;transform:translate(0%, -50%) !important}.bl-r{border-top-left-radius:0;border-bottom-left-radius:0;border-left:0}.Coll_Gropup_selet_main{width:100%}[data-layout-mode=dark_mode] .searchinputs input{border-color:#141432;background:#2c2c50}[data-layout-mode=dark_mode] h1,[data-layout-mode=dark_mode] .h1,[data-layout-mode=dark_mode] h2,[data-layout-mode=dark_mode] .h2,[data-layout-mode=dark_mode] h3,[data-layout-mode=dark_mode] .h3,[data-layout-mode=dark_mode] h4,[data-layout-mode=dark_mode] .h4,[data-layout-mode=dark_mode] h5,[data-layout-mode=dark_mode] .h5,[data-layout-mode=dark_mode] h6,[data-layout-mode=dark_mode] .h6{color:#97a2d2}[data-layout-mode=dark_mode][data-nav-color=grey] .header{background:#141432}[data-layout-mode=dark_mode][data-nav-color=grey] .header .user-menu .nav-item-box>a{background:#141432}[data-layout-mode=dark_mode][data-nav-color=grey] .sidebar .slimScrollDiv,[data-layout-mode=dark_mode][data-nav-color=grey] .sidebars .slimScrollDiv{background:#141432}[data-layout-mode=dark_mode][data-nav-color=grey] .searchinputs input{border-color:#141432;background:#1d1d42}[data-layout-mode=dark_mode][data-layout-style=collapsed][data-nav-color=grey] aside{background:#141432}[data-layout-mode=dark_mode][data-layout-style=horizontal] .sidebar.horizontal-sidebar{background:#141432;border-top-color:#2c2c50}[data-layout-mode=dark_mode][data-layout-style=horizontal] .horizontal-sidebar .sidebar-menu>ul>li.submenuul{background:#141432}[data-layout-mode=dark_mode][data-layout-style=modern] .page-wrapper .content{background:#141432}[data-layout-mode=dark_mode]{--bs-heading-color: $black-bg;--dt-html-background: $black-bg}[data-layout-mode=dark_mode]:root{--dt-html-background: $black-bg}[data-layout-mode=dark_mode][data-layout-style=collapsed] aside{background-color:#141432}[data-layout-mode=dark_mode] .fc-unthemed th,[data-layout-mode=dark_mode] .fc-unthemed td,[data-layout-mode=dark_mode] .fc-unthemed thead,[data-layout-mode=dark_mode] .fc-unthemed tbody,[data-layout-mode=dark_mode] .fc-unthemed .fc-divider,[data-layout-mode=dark_mode] .fc-unthemed .fc-row,[data-layout-mode=dark_mode] .fc-unthemed .fc-popover{border-color:#2c2c50 !important}[data-layout-mode=dark_mode] div#global-loader{background-color:#141432 !important}[data-layout-mode=dark_mode] body{background-color:#141432;color:#97a2d2}[data-layout-mode=dark_mode] body.header-collapse .header .header-left{background-color:#97a2d2}[data-layout-mode=dark_mode] body.mini-sidebar .header-left .logo-white{display:none !important}[data-layout-mode=dark_mode] body.expand-menu .header-left .logo-white{display:block !important}[data-layout-mode=dark_mode] body .page-wrapper-new{background-color:#141432}[data-layout-mode=dark_mode] body label,[data-layout-mode=dark_mode] body .form-label,[data-layout-mode=dark_mode] body .form-control,[data-layout-mode=dark_mode] body .notes-summernote p{color:#97a2d2}[data-layout-mode=dark_mode]{background-color:#141432;color:#97a2d2}[data-layout-mode=dark_mode] .header{background:#1d1d42;border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .header .header-left{border-color:#353570;border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .header .header-left .logo-normal{display:none}[data-layout-mode=dark_mode] .header .header-left .logo-white{display:block !important}[data-layout-mode=dark_mode] table{background:#141432;--bs-table-bg: transparent}[data-layout-mode=dark_mode] .sidebar{border-right:1px solid #353570;background-color:#1d1d42}[data-layout-mode=dark_mode] .sidebar .slimScrollDiv{background:#141432}[data-layout-mode=dark_mode] .sidebar.collapsed-sidebar{border:0}[data-layout-mode=dark_mode] .sidebar .sidebar-menu>ul>li.submenuul{background:#141432;border-radius:5px;padding:10px 0}[data-layout-mode=dark_mode] .sidebar .sidebar-menu>ul>li.submenuul li a{color:#000}[data-layout-mode=dark_mode] .sidebar .sidebar-menu>ul>li a span{color:#000}[data-layout-mode=dark_mode] .sidebar .sidebar-menu>ul>li a:hover img{color:#000}[data-layout-mode=dark_mode] .sidebar .sidebar-menu>ul>li .submenu-hdr{color:#000 !important}[data-layout-mode=dark_mode] .sidebar .sidebar-menu>ul>li.submenu-open ul,[data-layout-mode=dark_mode] .sidebars .sidebar-menu>ul>li.submenu-open ul{border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .page-wrapper{background:#141432}[data-layout-mode=dark_mode] .page-wrapper.page-wrapper-three .content{background:#141432}[data-layout-mode=dark_mode] #toggle_btn:before{border:2px solid #97a2d2}[data-layout-mode=dark_mode] .user-menu.nav>li>a.select-store .user-info .user-name{color:#97a2d2}[data-layout-mode=dark_mode] .user-info .user-name{color:#97a2d2}[data-layout-mode=dark_mode] .user-menu .nav-item-box>a{background:#141432}[data-layout-mode=dark_mode] .header-left.active #toggle_btn:after{border:2px solid #97a2d2}[data-layout-mode=dark_mode] .dash-widget{background:#1d1d42;border:1px solid #353570}[data-layout-mode=dark_mode] .dash-widget .dash-widgetcontent h5{color:#97a2d2}[data-layout-mode=dark_mode] .dash-widget .dash-widgetcontent h6{color:#97a2d2}[data-layout-mode=dark_mode] .page-header h4,[data-layout-mode=dark_mode] .page-header h6{color:#97a2d2}[data-layout-mode=dark_mode] .form-control{color:#97a2d2;border:1px solid #353570}[data-layout-mode=dark_mode] select.form-control:focus{color:#97a2d2}[data-layout-mode=dark_mode] .input-blocks label{color:#97a2d2}[data-layout-mode=dark_mode] .dataTables_info{color:#97a2d2}[data-layout-mode=dark_mode] .setvaluecash ul li a{color:#97a2d2}[data-layout-mode=dark_mode] .inbox-menu li a i{color:#97a2d2}[data-layout-mode=dark_mode] .card{background-color:#1d1d42;border:1px solid #353570}[data-layout-mode=dark_mode] .card .card-header{border-color:#353570}[data-layout-mode=dark_mode] .card .card-header .card-title{color:#97a2d2}[data-layout-mode=dark_mode] .card .card-body .card-title{color:#97a2d2}[data-layout-mode=dark_mode] .modal-content{background-color:#1a1a2e}[data-layout-mode=dark_mode] .modal-content .modal-header{border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .inputcheck{color:#97a2d2}[data-layout-mode=dark_mode] .custom_radio{color:#97a2d2}[data-layout-mode=dark_mode] .fc th.fc-widget-header{background-color:#262626;border-color:#2c2c50}[data-layout-mode=dark_mode] .fc-day{background-color:#212529 !important}[data-layout-mode=dark_mode] .chat-cont-left .chat-scroll .media .media-body .user-name,[data-layout-mode=dark_mode] .chat-cont-left .chat-scroll .media .media-body .user-last-chat{color:#97a2d2}[data-layout-mode=dark_mode] .chat-cont-left .chat-scroll .media.active,[data-layout-mode=dark_mode] .chat-cont-left .chat-scroll .media:hover{background:#1b2850}[data-layout-mode=dark_mode] .chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box p{color:#ff9f43}[data-layout-mode=dark_mode] .inbox-menu li a{color:#97a2d2}[data-layout-mode=dark_mode] .increment-decrement .quantity-field{color:#97a2d2}[data-layout-mode=dark_mode] .select2-results__options{color:#343a40}[data-layout-mode=dark_mode] .image-upload .image-uploads h4{color:#97a2d2}[data-layout-mode=dark_mode] .horizontal-sidebar{background:#141432;border-top:1px solid #353570}[data-layout-mode=dark_mode] .horizontal-sidebar.side-three{border-color:#353570}[data-layout-mode=dark_mode] .horizontal-sidebar .sidebar-menu>ul>li>a span{color:#000}[data-layout-mode=dark_mode] .horizontal-sidebar .sidebar-menu>ul>li>a img,[data-layout-mode=dark_mode] .horizontal-sidebar .sidebar-menu>ul>li>a svg{filter:brightness(0) saturate(100%) invert(65%) sepia(27%) saturate(206%) hue- rotate(165deg) brightness(93%) contrast(88%)}[data-layout-mode=dark_mode] .horizontal-sidebar .sidebar-menu>ul>li.submenuul{background:#141432}[data-layout-mode=dark_mode] .horizontal-sidebar .sidebar-menu>ul>li.submenuul li a{color:#000}[data-layout-mode=dark_mode] .horizontal-sidebar .sidebar-menu>ul>li.submenuul li img,[data-layout-mode=dark_mode] .horizontal-sidebar .sidebar-menu>ul>li.submenuul li svg{filter:brightness(0) saturate(100%) invert(65%) sepia(27%) saturate(206%) hue-rotate(165deg) brightness(93%) contrast(88%) !important}[data-layout-mode=dark_mode] .horizontal-sidebar .sidebar-menu>ul>li.submenuul li>ul{box-shadow:none}[data-layout-mode=dark_mode] .sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a svg{filter:brightness(0) saturate(100%) invert(65%) sepia(27%) saturate(206%) hue-rotate(165deg) brightness(93%) contrast(88%)}[data-layout-mode=dark_mode] .sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu ul li a{color:#000}[data-layout-mode=dark_mode] .table thead{background:#141432;border-bottom:1px solid #141432}[data-layout-mode=dark_mode] .table thead tr:hover{background:rgba(0,0,0,0)}[data-layout-mode=dark_mode] .table thead tr th{color:#97a2d2}[data-layout-mode=dark_mode] .table tbody tr:hover{background:rgba(0,0,0,0)}[data-layout-mode=dark_mode] .table tbody tr td{color:#97a2d2;border-bottom:1px solid #353570;background:#1d1d42}[data-layout-mode=dark_mode] .table tbody tr td a{color:#97a2d2 !important}[data-layout-mode=dark_mode] .table tbody tr td a:hover{color:#ff9f43 !important}[data-layout-mode=dark_mode] .table tbody tr td.action-table-data .edit-delete-action a:hover{background-color:#ff9f43;border-color:#ff9f43}[data-layout-mode=dark_mode] .table tbody tr td.action-table-data .edit-delete-action .confirm-text:hover{background-color:#ff1616;border-color:#ff1616}[data-layout-mode=dark_mode] .table tbody tr td.action-table-data a .action-eye{color:#97a2d2}[data-layout-mode=dark_mode] .sidebar.collapsed-sidebar .ui-aside .nav-item .nav-link{border-bottom:#353570}[data-layout-mode=dark_mode] .sidebar.collapsed-sidebar .sidebar-menu ul li a img{filter:brightness(0) saturate(100%) invert(65%) sepia(27%) saturate(206%) hue-rotate(165deg) brightness(93%) contrast(88%)}[data-layout-mode=dark_mode] .select2-results__option{background:#212529;color:#97a2d2}[data-layout-mode=dark_mode] .custom-file-container label{color:#97a2d2}[data-layout-mode=dark_mode] .select2-dropdown{border:2px solid #26264e}[data-layout-mode=dark_mode] .swal2-popup{background-color:#212529}[data-layout-mode=dark_mode] .swal2-popup .swal2-title{color:#97a2d2}[data-layout-mode=dark_mode] .swal2-popup .swal2-html-container{color:#97a2d2}[data-layout-mode=dark_mode] .searchinputs input,[data-layout-mode=dark_mode] .menusearch input{border:1px solid #353570;background:#1d1d42;color:#fff}[data-layout-mode=dark_mode] .searchinputs input::placeholder,[data-layout-mode=dark_mode] .menusearch input::placeholder{color:#353570}[data-layout-mode=dark_mode] .image-upload-new .productviewscontent .productviewsname h2,[data-layout-mode=dark_mode] .image-upload-new .productviewscontent .productviewsname h3{color:#000}[data-layout-mode=dark_mode] .split-card::before,[data-layout-mode=dark_mode] .split-card::after{background:#353570}[data-layout-mode=dark_mode] input[type=email]{border:1px solid #495057}[data-layout-mode=dark_mode] .tabs-set .nav-tabs .nav-link{background:#141432;color:#97a2d2}[data-layout-mode=dark_mode] .tabs-set .nav-tabs .nav-link.active{background:#ff9f43;color:#97a2d2}[data-layout-mode=dark_mode] .bor-b1{border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .total-order ul li{border:1px solid #353570}[data-layout-mode=dark_mode] .total-order ul li:first-child{border-top:1px solid #353570}[data-layout-mode=dark_mode] .total-order ul li h4{border-right:1px solid #353570}[data-layout-mode=dark_mode] hr{background-color:#353570;border-top:1px solid #353570}[data-layout-mode=dark_mode] .inputcheck .checkmark{background:rgba(0,0,0,0)}[data-layout-mode=dark_mode] .productset{background-color:#212529;border:1px solid #353570}[data-layout-mode=dark_mode] .productset .productsetcontent h4{color:#000}[data-layout-mode=dark_mode] .graph-sets .btn-light{background-color:#141432 !important;color:#000 !important;border:1px solid #353570 !important;box-shadow:none}[data-layout-mode=dark_mode] .graph-sets .btn-light:hover{color:#000 !important}[data-layout-mode=dark_mode] .graph-sets .btn-white{background-color:#141432;color:#000}[data-layout-mode=dark_mode] .graph-sets .btn-white:hover{color:#000}[data-layout-mode=dark_mode] .graph-sets .dropdown-menu{background-color:#141432;border:1px solid #353570}[data-layout-mode=dark_mode] .graph-sets .dropdown-menu .dropdown-item{color:#000}[data-layout-mode=dark_mode] .graph-sets .dropdown-menu .dropdown-item:hover{color:#000;background:#212529}[data-layout-mode=dark_mode] .view-all-link a{color:#97a2d2}[data-layout-mode=dark_mode] .view-all-link a:hover{color:#ff9f43}[data-layout-mode=dark_mode] .header .dropdown-menu{background:#141432;color:#97a2d2}[data-layout-mode=dark_mode] .order-list .orderid h4,[data-layout-mode=dark_mode] .order-list .orderid h5{color:#97a2d2}[data-layout-mode=dark_mode] .productimg .productcontet h4{color:#97a2d2}[data-layout-mode=dark_mode] .topnav-dropdown-header{border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .topnav-dropdown-header .notification-title{color:#97a2d2}[data-layout-mode=dark_mode] .topnav-dropdown-footer{border-top:1px solid #353570}[data-layout-mode=dark_mode] .topnav-dropdown-footer a{color:#97a2d2}[data-layout-mode=dark_mode] .topnav-dropdown-footer a:hover{color:#ff9f43}[data-layout-mode=dark_mode] .user-menu.nav>li>a.select-store{border:1px solid #353570}[data-layout-mode=dark_mode] .custom-file-container .custom-file-container__custom-file__custom-file-control__button{color:#97a2d2}[data-layout-mode=dark_mode] .notifications .notification-list li{border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .notifications .notification-list li .noti-title{color:#97a2d2}[data-layout-mode=dark_mode] .notifications .notification-list li .noti-details{color:#000}[data-layout-mode=dark_mode] .notifications .notification-list li .notification-time{color:#000}[data-layout-mode=dark_mode] .user-menu.nav li.flag-nav .dropdown-menu .dropdown-item{color:#000}[data-layout-mode=dark_mode] .user-menu.nav li.flag-nav .dropdown-menu .dropdown-item.active{color:#97a2d2}[data-layout-mode=dark_mode] .user-menu.nav li.flag-nav .dropdown-menu .dropdown-item:hover{background:#212529 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNi42NjY2IDVMNy40OTk5OCAxNC4xNjY3TDMuMzMzMzEgMTAiIHN0cm9rZT0iI0ZFOUY0MyIgc3Ryb2tlLXdpZHRoPSIxLjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg0K) no-repeat calc(100% - 12px) center}[data-layout-mode=dark_mode] .user-menu.nav.nav>li>a.dropdown-toggle.nav-link.show{background:#212529}[data-layout-mode=dark_mode] .profilename .profileset h5,[data-layout-mode=dark_mode] .profilename .profileset h6{color:#fff}[data-layout-mode=dark_mode] .header .menu-drop-user .dropdown-item{color:#97a2d2}[data-layout-mode=dark_mode] .header .menu-drop-user .dropdown-item:hover{color:#ff9f43;background:#141432}[data-layout-mode=dark_mode] .card.bg-white{background-color:#212529 !important}[data-layout-mode=dark_mode] .card .card-header{background-color:#1d1d42}[data-layout-mode=dark_mode] .card .card-header .dropset{color:#000}[data-layout-mode=dark_mode] .card .card-footer{background-color:#212529}[data-layout-mode=dark_mode] .custom-file-container .custom-file-container__custom-file__custom-file-control{border:1px solid #353570}[data-layout-mode=dark_mode] .custom-file-container .custom-file-container__custom-file__custom-file-control .custom-file-container__custom-file__custom-file-control__button{border-left:1px solid #353570}[data-layout-mode=dark_mode] .scanner-set img{filter:brightness(0) saturate(100%) invert(65%) sepia(27%) saturate(206%) hue-rotate(165deg) brightness(93%) contrast(88%);width:16px}[data-layout-mode=dark_mode] .dropdown-menu{background:#141432;color:#97a2d2}[data-layout-mode=dark_mode] .dropdown-menu .dropdown-item{color:#000}[data-layout-mode=dark_mode] .dropdown-menu .dropdown-item:hover{color:#000;background:#212529}[data-layout-mode=dark_mode] .page-header h3{color:#97a2d2}[data-layout-mode=dark_mode] .search-set .search-input input[type=search]{border:1px solid #353570}[data-layout-mode=dark_mode] .search-set .search-input input[type=search]::placeholder{color:#97a2d2}[data-layout-mode=dark_mode] .input-blocks input[type=text],[data-layout-mode=dark_mode] .input-blocks input[type=password],[data-layout-mode=dark_mode] .select2-container--default .select2-selection--single,[data-layout-mode=dark_mode] .select2-container--focus .select2-selection--single,[data-layout-mode=dark_mode] .form-control,[data-layout-mode=dark_mode] .form-select,[data-layout-mode=dark_mode] .select2-container--default .select2-selection--multiple{background:#1d1d42;color:#97a2d2}[data-layout-mode=dark_mode] .input-blocks input[type=text]::placeholder,[data-layout-mode=dark_mode] .input-blocks input[type=password]::placeholder,[data-layout-mode=dark_mode] .select2-container--default .select2-selection--single::placeholder,[data-layout-mode=dark_mode] .select2-container--focus .select2-selection--single::placeholder,[data-layout-mode=dark_mode] .form-control::placeholder,[data-layout-mode=dark_mode] .form-select::placeholder,[data-layout-mode=dark_mode] .select2-container--default .select2-selection--multiple::placeholder{color:#97a2d2}[data-layout-mode=dark_mode] .select2-container--default .select2-results__option[aria-selected=true]{background:#212529 !important;color:#97a2d2 !important}[data-layout-mode=dark_mode] .select2-container--default .select2-selection--single .select2-selection__rendered{color:#97a2d2;border-color:#353570;border:1px solid #353570}[data-layout-mode=dark_mode] .select2-container--default .select2-selection--single{border-color:#353570;border:1px solid #353570}[data-layout-mode=dark_mode] .select2-container--focus .select2-selection--single{border-color:#353570;border:1px solid #353570}[data-layout-mode=dark_mode] .input-blocks input[type=text]:focus{border-color:#353570}[data-layout-mode=dark_mode] .custom-file-container .custom-file-container__custom-file__custom-file-control{background:#212529;color:#97a2d2;border-color:rgba(0,0,0,0)}[data-layout-mode=dark_mode] .image-upload:hover{background:#212529}[data-layout-mode=dark_mode] .productdetails>ul>li h4{color:#000}[data-layout-mode=dark_mode] .profile-set .profile-top .profile-contentname h2{color:#97a2d2}[data-layout-mode=dark_mode] .total-order ul li h4{background:#212529}[data-layout-mode=dark_mode] .total-order ul li h5{color:#97a2d2}[data-layout-mode=dark_mode] .product-details{background:#212529}[data-layout-mode=dark_mode] .product-details h6{color:#97a2d2}[data-layout-mode=dark_mode] .comp-section .card-header{border:1px solid #353570}[data-layout-mode=dark_mode] .comp-section .nav-tabs.nav-tabs-solid{background-color:#212529}[data-layout-mode=dark_mode] .list-group-item{background:#212529;color:#97a2d2}[data-layout-mode=dark_mode] .bg-white{background-color:#212529 !important}[data-layout-mode=dark_mode] .section-header .section-title{color:#97a2d2}[data-layout-mode=dark_mode] .breadcrumb .breadcrumb-item a{color:#97a2d2}[data-layout-mode=dark_mode] .product-list ul li .productviews .productviewscontent .productviewsname h2,[data-layout-mode=dark_mode] .product-list ul li .productviews .productviewscontent .productviewsname h3{color:#97a2d2}[data-layout-mode=dark_mode] .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:#97a2d2}[data-layout-mode=dark_mode] .alertify .ajs-header{background:#212529}[data-layout-mode=dark_mode] .alertify .ajs-dialog{background:#212529}[data-layout-mode=dark_mode] .alertify .ajs-footer{background:#212529}[data-layout-mode=dark_mode] .alertify .ajs-footer .ajs-buttons .ajs-button{color:#97a2d2}[data-layout-mode=dark_mode] .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,[data-layout-mode=dark_mode] .bs-popover-top>.popover-arrow::after{border-top-color:#353570}[data-layout-mode=dark_mode] .popover{background-color:#212529;border:1px solid #353570}[data-layout-mode=dark_mode] .popover .popover-header{background-color:#212529;border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .popover .popover-body{color:#97a2d2}[data-layout-mode=dark_mode] .scroll-demo{border:1px solid #353570}[data-layout-mode=dark_mode] .timeline:before{background-color:#353570}[data-layout-mode=dark_mode] .timeline>li>.timeline-panel{border:1px solid #353570}[data-layout-mode=dark_mode] .timeline>li>.timeline-panel::before{border-top:8px solid rgba(0,0,0,0);border-right:0 solid #353570;border-bottom:8px solid rgba(0,0,0,0);border-left:8px solid #353570}[data-layout-mode=dark_mode] .timeline>li>.timeline-panel::after{border-top:7px solid rgba(0,0,0,0);border-right:0 solid #353570;border-bottom:7px solid rgba(0,0,0,0);border-left:7px solid #353570}[data-layout-mode=dark_mode] .timeline>li.timeline-inverted>.timeline-panel:after{border-right-width:7px;border-left-width:0}[data-layout-mode=dark_mode] .timeline>li.timeline-inverted>.timeline-panel::before{border-right-width:8px;border-left-width:0}[data-layout-mode=dark_mode] .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link::after{background-color:#353570}[data-layout-mode=dark_mode] .btn-white{background-color:#141432;border:1px solid #353570;color:#97a2d2}[data-layout-mode=dark_mode] .calendar-events:hover{background-color:#353570;border:1px solid #353570;color:#97a2d2}[data-layout-mode=dark_mode] .fc-button{color:#97a2d2;background:#ff9f43;text-shadow:none}[data-layout-mode=dark_mode] .sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li>a span{color:#000 !important}[data-layout-mode=dark_mode] .sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li>a img,[data-layout-mode=dark_mode] .sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li>a svg{filter:brightness(0) saturate(100%) invert(65%) sepia(27%) saturate(206%) hue-rotate(165deg) brightness(93%) contrast(88%)}[data-layout-mode=dark_mode] .cardhead .card-header{border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .sidebar-content{background:#212529}[data-layout-mode=dark_mode] .sidebar-content .sidebar-header{border:1px solid #353570}[data-layout-mode=dark_mode] .sidebar-content .sidebar-header h5{color:#97a2d2}[data-layout-mode=dark_mode] .sidebar-content .sidebar-header a img{filter:brightness(0) saturate(100%) invert(65%) sepia(27%) saturate(206%) hue-rotate(165deg) brightness(93%) contrast(88%)}[data-layout-mode=dark_mode] .sidebar-content .switch-wrapper{border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .sidebar-content .layout-wrap .status-text{color:#97a2d2}[data-layout-mode=dark_mode] .sidebar-content .layout-wrap .status-toggle .checktoggle{background:#97a2d2}[data-layout-mode=dark_mode] .login-logo.logo-normal{display:none}[data-layout-mode=dark_mode] .login-logo.logo-white{display:block !important}[data-layout-mode=dark_mode] .login-wrapper .login-content .login-userheading h3,[data-layout-mode=dark_mode] .login-wrapper .login-content .login-userheading h4{color:#97a2d2}[data-layout-mode=dark_mode] .login-wrapper .login-content .form-login label{color:#97a2d2}[data-layout-mode=dark_mode] .login-wrapper .login-content .signinform h4{color:#97a2d2}[data-layout-mode=dark_mode] .login-wrapper .login-content .signinform h4 a{color:#97a2d2}[data-layout-mode=dark_mode] .login-wrapper .login-content .form-sociallink ul li a{color:#97a2d2}[data-layout-mode=dark_mode] .login-wrapper .login-content .form-sociallink ul li a:hover{color:#97a2d2}[data-layout-mode=dark_mode] .login-wrapper .login-content .form-login input{background:#212529 !important;color:#97a2d2}[data-layout-mode=dark_mode] .login-wrapper .login-content .form-login input::placeholder{color:#97a2d2}[data-layout-mode=dark_mode] .welcome{background-color:#141432;color:#97a2d2}[data-layout-mode=dark_mode] .table-top-head li a{background-color:#141432;border:1px solid #353570}[data-layout-mode=dark_mode] .table-top-head li a svg{color:#97a2d2}[data-layout-mode=dark_mode] .table-top-head li a:hover{background:#353570}[data-layout-mode=dark_mode] .sales-cards .card h3,[data-layout-mode=dark_mode] .sales-cards .card p{color:#97a2d2 !important}[data-layout-mode=dark_mode] .main-chat-blk .all-chats{background:#ff9f43}[data-layout-mode=dark_mode] .main-chat-blk .chat-member-details .member-details ul li span,[data-layout-mode=dark_mode] .main-chat-blk .chat-member-details .member-details ul li h5{color:#67748e}[data-layout-mode=dark_mode] .main-chat-blk .right-sidebar .right-sidebar-wrap{background:#141432}[data-layout-mode=dark_mode] .main-chat-blk .sidebar-body .profile-name{color:#97a2d2}[data-layout-mode=dark_mode] .main-chat-blk .chat-page-wrapper .setting-title-head h4{color:#97a2d2}[data-layout-mode=dark_mode] .main-chat-blk .chat-page-wrapper .left-chat-title{border-bottom-color:#67748e;background:#141432}[data-layout-mode=dark_mode] .main-chat-blk .chat-page-wrapper .dropdown-menu{background:#141432;border-color:#67748e}[data-layout-mode=dark_mode] .main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item{color:#97a2d2}[data-layout-mode=dark_mode] .main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item i{color:#97a2d2}[data-layout-mode=dark_mode] .main-chat-blk .top-online-contacts{background:#141432}[data-layout-mode=dark_mode] .main-chat-blk .sidebar-body{background:#141432}[data-layout-mode=dark_mode] .main-chat-blk .sidebar .user-list li a{border-color:#67748e}[data-layout-mode=dark_mode] .main-chat-blk .sidebar .user-list li .users-list-body h5,[data-layout-mode=dark_mode] .main-chat-blk .sidebar .user-list li .users-list-body p{color:#97a2d2}[data-layout-mode=dark_mode] .main-chat-blk .sidebar .user-list li .users-list-body .last-chat-time .text-muted{color:#b8bcc9 !important}[data-layout-mode=dark_mode] .main-chat-blk .chat{background:#141432}[data-layout-mode=dark_mode] .main-chat-blk .chat .chat-header{background:#141432;box-shadow:none}[data-layout-mode=dark_mode] .main-chat-blk .chat .chat-header .user-details h5,[data-layout-mode=dark_mode] .main-chat-blk .chat .chat-header .user-details small{color:#97a2d2}[data-layout-mode=dark_mode] .main-chat-blk .chat .chat-header li a i{color:#67748e}[data-layout-mode=dark_mode] .main-chat-blk .chat .chat-body .messages .chat-profile-name h6{color:#97a2d2}[data-layout-mode=dark_mode] .main-chat-blk .main-wrapper .content .sidebar-group .sidebar{border-right-color:#67748e}[data-layout-mode=dark_mode] .part-name.sub-part-name,[data-layout-mode=dark_mode] .recession-meet-blk .partispant-blk span a{background:#ff9f43}[data-layout-mode=dark_mode] .part-name.sub-part-name h4,[data-layout-mode=dark_mode] .recession-meet-blk .partispant-blk span a h4{color:#97a2d2}[data-layout-mode=dark_mode] .more-icon a{background:#ff9f43}[data-layout-mode=dark_mode] .recession-meet-blk .reccession-head h5{color:#97a2d2}[data-layout-mode=dark_mode] .welcome button,[data-layout-mode=dark_mode] .welcome a{border-color:#353570;color:#97a2d2}[data-layout-mode=dark_mode] .bar-code-view{border-color:#353570}[data-layout-mode=dark_mode] .productdetails>ul>li{border-color:#353570}[data-layout-mode=dark_mode] .productdetails>ul>li h4{border-color:#353570}[data-layout-mode=dark_mode] .productdetails>ul>li:last-child{border-color:#353570}[data-layout-mode=dark_mode] .productdetails>ul>li:first-child{border-color:#353570}[data-layout-mode=dark_mode] .right-user-side .slimscroll{background:#141432;border-color:#67748e}[data-layout-mode=dark_mode] .right-user-side .slimscroll .left-chat-title{background:#ff9f43;border-bottom-color:#67748e !important}[data-layout-mode=dark_mode] .right-user-side .slimscroll .left-chat-title .chat-title h4{color:#97a2d2}[data-layout-mode=dark_mode] .right-user-side .slimscroll .chat-footer{background:#141432}[data-layout-mode=dark_mode] .right-user-side.right-side-party .slimscroll{background:#141432;border-color:#67748e}[data-layout-mode=dark_mode] .right-user-side.right-side-party .slimscroll .left-chat-title{background:#ff9f43}[data-layout-mode=dark_mode] .right-user-side.right-side-party .slimscroll .left-chat-title .chat-title h4{color:#97a2d2}[data-layout-mode=dark_mode] .right-user-side.right-side-party .slimscroll .chat-footer{background:#141432}[data-layout-mode=dark_mode] .right-user-side.right-side-party .slimscroll .card-body-blk .user-list .user-list-item{background:#ff9f43}[data-layout-mode=dark_mode] .history-modal-profile .right-sidebar-profile{background:#141432}[data-layout-mode=dark_mode] .modal-profile-detail .modal-userlist li{color:#97a2d2}[data-layout-mode=dark_mode] .fc-unthemed td{color:#97a2d2}[data-layout-mode=dark_mode] .notes-dash{background:#141432;border-color:#353570}[data-layout-mode=dark_mode] .notes-dash .notes-top-head{border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .notes-dash .notes-top-head h5{color:#97a2d2}[data-layout-mode=dark_mode] .notes-dash .content-submenu-tag h6{color:#97a2d2}[data-layout-mode=dark_mode] .notes-page-wrapper .content .section-bulk-wrap{background:#141432;box-shadow:0px 4px 60px 0px rgba(0,0,0,.7)}[data-layout-mode=dark_mode] .notes-page-wrapper .content .section-card-body .notes-card-details{background:#141432;box-shadow:0px 4px 60px 0px rgba(0,0,0,.1);border-color:#353570}[data-layout-mode=dark_mode] .notes-page-wrapper .content .section-card-body .notes-card-details .notes-card-body a{color:#000}[data-layout-mode=dark_mode] .notes-page-wrapper .content .section-card-body .notes-card-details .notes-wrap-content h4 a{color:#97a2d2}[data-layout-mode=dark_mode] .notes-page-wrapper .content .section-card-body .dropdown-menu{border-color:#353570}[data-layout-mode=dark_mode] .notes-page-wrapper .content .notes-card-body .dropdown-menu{border-color:#353570;box-shadow:unset}[data-layout-mode=dark_mode] .notes-page-wrapper .content .section-notes-slider .notes-card .notes-card-body a{color:#000}[data-layout-mode=dark_mode] .notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-content h4 a{color:#97a2d2}[data-layout-mode=dark_mode] .todo-today-content .todo-today-header h3{color:#97a2d2}[data-layout-mode=dark_mode] .todo-wrapper-list{background:#141432;border-color:#353570}[data-layout-mode=dark_mode] .todo-wrapper-list .todo-inbox-check .todo-wrapper-list-content h4{color:#97a2d2}[data-layout-mode=dark_mode] .dropdown-menu.notes-menu a.dropdown-item{color:#000}[data-layout-mode=dark_mode] .notes-header h3{color:#97a2d2}[data-layout-mode=dark_mode] .custom-modal-header{background:#ff9f43}[data-layout-mode=dark_mode] .custom-modal-header .page-title h4{color:#97a2d2}[data-layout-mode=dark_mode] .search-set .search-input .btn-searchset{color:#181d1f}[data-layout-mode=dark_mode] .accordion{background:rgba(0,0,0,0);--bs-accordion-bg: $card-dark-bg}[data-layout-mode=dark_mode] .accordion .accordion-item{background:#1d1d42}[data-layout-mode=dark_mode] .accordion-card-one .accordion-item .accordion-button:not(.collapsed){background:rgba(0,0,0,0) !important}[data-layout-mode=dark_mode] .accordion-card-one .accordion-item .accordion-button .addproduct-icon h5{color:#97a2d2}[data-layout-mode=dark_mode] .card .card-body.add-product .text-editor.add-list.add .custom-filed{background:rgba(0,0,0,0)}[data-layout-mode=dark_mode] .bootstrap-tagsinput{background:#141432;border:1px solid #495057}[data-layout-mode=dark_mode] .product-quantity{background:#141432}[data-layout-mode=dark_mode] .product-quantity span{color:#97a2d2}[data-layout-mode=dark_mode] .product-quantity input{background:#141432;color:#97a2d2}[data-layout-mode=dark_mode] .searchinputs.list input{background:#141432}[data-layout-mode=dark_mode] .table-tab ul li button.nav-link{color:#97a2d2;background-color:#1d1d42}[data-layout-mode=dark_mode] .table-top-head li .status-toggle{background:#141432}[data-layout-mode=dark_mode] .barcode-content-list{background:#141432}[data-layout-mode=dark_mode] .barcode-content-list .search-modal-header{background:#212529}[data-layout-mode=dark_mode] .barcode-content-list .paper-search-size .search-toggle-list p{color:#97a2d2}[data-layout-mode=dark_mode] .barcode-scanner-link{background:#141432}[data-layout-mode=dark_mode] .barcode-scanner-link h6{color:#97a2d2}[data-layout-mode=dark_mode] .seacrh-barcode-item .searchInput{background:#141432}[data-layout-mode=dark_mode] .barcode-scan-header h5{color:#97a2d2}[data-layout-mode=dark_mode] .modal-body-table{background:#212529}[data-layout-mode=dark_mode] span.customer-toggle,[data-layout-mode=dark_mode] .status-label{color:#97a2d2}[data-layout-mode=dark_mode] .layout-drop-item .drop-item-head h5,[data-layout-mode=dark_mode] p{color:#fff !important}[data-layout-mode=dark_mode] .total-employees{background:#141432}[data-layout-mode=dark_mode] .total-employees h6{color:#97a2d2}[data-layout-mode=dark_mode] .employee-grid-profile{border-color:#495057;background:#141432}[data-layout-mode=dark_mode] .employee-grid-profile ul.department{background:#212529}[data-layout-mode=dark_mode] .employee-grid-profile ul.department li{color:#97a2d2}[data-layout-mode=dark_mode] .employee-grid-profile .profile-info.department-profile-info{background:#212529}[data-layout-mode=dark_mode] aside{border-color:#353570}[data-layout-mode=dark_mode] aside.product-order-list .block-section{border-color:#353570}[data-layout-mode=dark_mode] aside.product-order-list .btn-block{border-color:#353570}[data-layout-mode=dark_mode] .product-wrap .product-list .action a{border-color:#353570}[data-layout-mode=dark_mode] .pos-categories,[data-layout-mode=dark_mode] aside,[data-layout-mode=dark_mode] .pos-products .product-info .img-bg{background:#141432}[data-layout-mode=dark_mode] aside.product-order-list .order-total,[data-layout-mode=dark_mode] aside.product-order-list .order-total table{background:#212529}[data-layout-mode=dark_mode] .product-wrap .product-list{box-shadow:none;background:#212529}[data-layout-mode=dark_mode] .pos-categories h5,[data-layout-mode=dark_mode] .pos-categories h6,[data-layout-mode=dark_mode] .order-list h5,[data-layout-mode=dark_mode] .order-list h6,[data-layout-mode=dark_mode] .pos-products .product-info h6.product-name a,[data-layout-mode=dark_mode] .product-wrap .product-list .qty-item .dec,[data-layout-mode=dark_mode] .product-wrap .product-list .qty-item .inc,[data-layout-mode=dark_mode] aside.product-order-list .payment-method .methods .default-cover a span,[data-layout-mode=dark_mode] .product-wrap .product-list .info h6 a,[data-layout-mode=dark_mode] .file-manager aside h5,[data-layout-mode=dark_mode] .file-manager aside ul li a,[data-layout-mode=dark_mode] .file-manager h4,[data-layout-mode=dark_mode] .file-manager h6 a,[data-layout-mode=dark_mode] .file-manager .accordion .accordion-item .accordion-button::after,[data-layout-mode=dark_mode] .fc-toolbar h2,[data-layout-mode=dark_mode] .file-manager,[data-layout-mode=dark_mode] .file-manager .card,[data-layout-mode=dark_mode] .search-dropdown .search-info h6,[data-layout-mode=dark_mode] .search-dropdown .search-info h6 svg,[data-layout-mode=dark_mode] .search-set .search-input .btn-searchset .feather-search{color:#97a2d2}[data-layout-mode=dark_mode] .file-manager aside .dropdown>a .feather-16,[data-layout-mode=dark_mode] .file-manager aside ul li a .feather-16,[data-layout-mode=dark_mode] .file-manager .project-plan ul li,[data-layout-mode=dark_mode] .file-manager .project-plan label,[data-layout-mode=dark_mode] .file-manager .page-header .btn-added .feather-16{color:#97a2d2}[data-layout-mode=dark_mode] aside.product-order-list .head,[data-layout-mode=dark_mode] .file-manager .info,[data-layout-mode=dark_mode] .file-manager .folders{background:#212529}[data-layout-mode=dark_mode] .file-manager .folders{border-color:#353570;background:#1d1d42}[data-layout-mode=dark_mode] .file-manager .folders,[data-layout-mode=dark_mode] .file-manager .info{box-shadow:none}[data-layout-mode=dark_mode] aside.product-order-list .payment-method .methods .default-cover img{filter:invert(75%) sepia(66%) saturate(1955%) hue-rotate(327deg) brightness(103%) contrast(102%)}[data-layout-mode=dark_mode] .page-wrapper .content.settings-content,[data-layout-mode=dark_mode] .sidebars{background:#141432}[data-layout-mode=dark_mode] .sidebars.settings-sidebar .sidebar-menu .submenu-open ul .submenu a span{color:#97a2d2}[data-layout-mode=dark_mode] .sidebars.settings-sidebar .sidebar-menu .submenu-open ul .submenu a.active{background:#ff9f43}[data-layout-mode=dark_mode] .sidebars.settings-sidebar .sidebar-menu .submenu-open ul .submenu a.active.subdrop{background:#ff9f43}[data-layout-mode=dark_mode] .sidebars.settings-sidebar .sidebar-menu .submenu-open ul .submenu a svg{color:#67748e}[data-layout-mode=dark_mode] .security-settings ul li .security-btn .manage-btn{color:#97a2d2}[data-layout-mode=dark_mode] .security-settings ul li .security-type .security-icon{background:#ff9f43}[data-layout-mode=dark_mode] .connected-app-card ul{background:#141432;box-shadow:0px 4px 60px 0px #343a40}[data-layout-mode=dark_mode] .connected-app-card ul li .integration-btn a{background:#ff9f43;color:#97a2d2}[data-layout-mode=dark_mode] .header-left #toggle_btn svg,[data-layout-mode=dark_mode] .btn-row .btn svg{color:#fff}[data-layout-mode=dark_mode] .table.profit-table thead,[data-layout-mode=dark_mode] .table.profit-table tbody .profit-table-bg td{background:#97a2d2;color:#97a2d2}[data-layout-mode=dark_mode] .comming-soon-pg .coming-soon-box{background:#ff9f43;opacity:.9}[data-layout-mode=dark_mode] .comming-soon-pg .coming-soon-box .coming-soon-timer li{background:#ff9f43;color:#97a2d2}[data-layout-mode=dark_mode] .comming-soon-pg .coming-soon-box .coming-soon-timer li span{color:#97a2d2}[data-layout-mode=dark_mode] .login-wrapper.bg-img .login-content{background:#ff9f43;opacity:.9}[data-layout-mode=dark_mode] .login-wrapper .login-content .login-logo{display:none}[data-layout-mode=dark_mode] .pos-modal .modal-header,[data-layout-mode=dark_mode] .pos-modal#hold-order h2{background:#141432;color:#97a2d2}[data-layout-mode=dark_mode] .pos-modal#orders .order-body .record table{background:rgba(0,0,0,0)}[data-layout-mode=dark_mode] .tabs_wrapper ul.tabs li{background:#ff9f43}[data-layout-mode=dark_mode] .pos-category .default-cover h6 a{color:#97a2d2}[data-layout-mode=dark_mode] .pos-category .default-cover span{color:#b8bcc9}[data-layout-mode=dark_mode] .pos-category .owl-item{background:#ff9f43;box-shadow:none;border-color:#353570}[data-layout-mode=dark_mode] .pos-category .owl-item h6 a{color:#97a2d2}[data-layout-mode=dark_mode] aside.product-order-list h6{color:#97a2d2}[data-layout-mode=dark_mode] aside.product-order-list .head h5{color:#97a2d2}[data-layout-mode=dark_mode] #print-receipt .modal-body .tax-invoice span,[data-layout-mode=dark_mode] #print-receipt .modal-body table thead th,[data-layout-mode=dark_mode] #print-receipt .modal-body table tbody tr table tr:last-child td{color:#97a2d2}[data-layout-mode=dark_mode] aside.product-order-list .order-total table tr td{border-bottom:none}[data-layout-mode=dark_mode] #print-receipt .modal-body table{background:none}[data-layout-mode=dark_mode] .sidebar-footer{background:#141432}[data-layout-mode=dark_mode] .sidebar-content .theme-head h6{color:#97a2d2}[data-layout-mode=dark_mode] table tbody td.action-table-data a{background:#fff}[data-layout-mode=dark_mode] .disabled>.page-link{color:#67748e}[data-layout-mode=dark_mode] .apply-leave{background:#1d1d42}[data-layout-mode=dark_mode] .card .card-body .payslip-month .month-of-slip h4{color:#97a2d2}[data-layout-mode=dark_mode] .paysilp-table-border th,[data-layout-mode=dark_mode] .payslip-border-bottom th{color:#97a2d2}[data-layout-mode=dark_mode] .card .card-body .emp-details .emp-name-id h6{color:#97a2d2}[data-layout-mode=dark_mode] .card .card-body .emp-details .emp-name-id span{color:#181d1f}[data-layout-mode=dark_mode] .card .card-body .emp-details .emp-location-info h6{color:#97a2d2}[data-layout-mode=dark_mode] .card .card-body .emp-details .emp-location-info span{color:#181d1f}[data-layout-mode=dark_mode] .pay-slip-box .card .card-body .emp-details.justify-content-start{background:#141432}[data-layout-mode=dark_mode] .card .card-body .emp-details{background:#141432}[data-layout-mode=dark_mode] .connected-app-card ul li .security-title h5,[data-layout-mode=dark_mode] .appearance-settings h6,[data-layout-mode=dark_mode] .logo-company li .logo-info h6{color:#97a2d2}[data-layout-mode=dark_mode] .localization-info .setting-info h6{color:#97a2d2}[data-layout-mode=dark_mode] .login-wrapper .login-content.user-login .login-userset{background:#1d1d42;border-color:#1d1d42;box-shadow:unset}[data-layout-mode=dark_mode] .custom-alert1{background:#212529}[data-layout-mode=dark_mode] .custom-alert-icon{background:#212529 !important}[data-layout-mode=dark_mode] .accordion-button,[data-layout-mode=dark_mode] .accordion .accordion-button.collapsed{background:#141432 !important}[data-layout-mode=dark_mode] .accordion-button::after,[data-layout-mode=dark_mode] .accordion .accordion-button.collapsed::after{background:#212529}[data-layout-mode=dark_mode] .accordion-body{background:#1d1d42}[data-layout-mode=dark_mode] .offcanvas{background:#1d1d42;color:#97a2d2 !important}[data-layout-mode=dark_mode] .activity .activity-list li{background-color:#141432;border:1px solid #353570}[data-layout-mode=dark_mode] .activity .activity-list li .activity-content{background-color:#141432}[data-layout-mode=dark_mode] .activity .activity-list li a{color:#495057}[data-layout-mode=dark_mode] .activity .activity-list li a:hover{color:#ff9f43}[data-layout-mode=dark_mode] .activity .activity-list li a.name{color:#dbe0e6}[data-layout-mode=dark_mode] .activity .activity-list li a.name:hover{color:#ff9f43}[data-layout-mode=dark_mode] .select2-container--default .select2-results__option--highlighted[aria-selected]{background:#ff9f43 !important;color:#fff !important}[data-layout-mode=dark_mode] .profile-pic-upload .profile-pic span{color:#97a2d2}[data-layout-mode=dark_mode] .search-dropdown .search-info{border-bottom:1px solid #67748e}[data-layout-mode=dark_mode] .card .card-body.add-product .addproduct-icon{border-color:#353570}[data-layout-mode=dark_mode] .add-product .add-icon a{color:#b8bcc9}[data-layout-mode=dark_mode] .table-list-card .table-responsive{border-top:1px solid #353570}[data-layout-mode=dark_mode] .appearance-settings .theme-type-images .theme-image{background:#ff9f43;border-color:#ff9f43;box-shadow:0px 4px 60px 0px rgba(0,0,0,.1)}[data-layout-mode=dark_mode] .attendance-widget .card .card-body .card.attendance{background:#141432}[data-layout-mode=dark_mode] .audio-call-group ul li .user-audio-call h5{color:#97a2d2}[data-layout-mode=dark_mode] .record-time span{color:#97a2d2}[data-layout-mode=dark_mode] .bank-box.active::after{background-color:#343a40}[data-layout-mode=dark_mode] .bank-box .bank-header .bank-name h6{color:#97a2d2}[data-layout-mode=dark_mode] .bank-box .bank-header .bank-name p{color:#97a2d2}[data-layout-mode=dark_mode] .bank-box .bank-info h6{color:#97a2d2}[data-layout-mode=dark_mode] .sidebars.settings-sidebar .sidebar-menu .menu-arrow{background-color:#97a2d2}[data-layout-mode=dark_mode] .sidebars.settings-sidebar .sidebar-menu .menu-arrow::before{border-left:1px solid #000;border-bottom:1px solid #000;color:#000}[data-layout-mode=dark_mode] .legendLabel{color:#97a2d2}[data-layout-mode=dark_mode] .main-chat-blk .chat .chat-body .messages .chats .message-content{background:#ff9f43;color:#97a2d2}[data-layout-mode=dark_mode] .main-chat-blk .chat .chat-body .messages .file-download{background:#ff9f43}[data-layout-mode=dark_mode] .main-chat-blk .chat .chat-body .messages .file-download .file-details span.file-name{color:#97a2d2}[data-layout-mode=dark_mode] .main-chat-blk .chat .chat-body .messages .file-download .file-details ul li{color:#97a2d2}[data-layout-mode=dark_mode] .main-chat-blk .chat_form{border:1px solid #353570;box-shadow:0px 4px 4px #343a40}[data-layout-mode=dark_mode] .main-chat-blk .chat-date{background:#ff9f43;color:#97a2d2;border:1px solid #353570}[data-layout-mode=dark_mode] .main-chat-blk .chat-date:before{background-color:#353570}[data-layout-mode=dark_mode] .main-chat-blk .chat-line:before{background-color:#353570}[data-layout-mode=dark_mode] .notes-page-wrapper .content .page-add-notes{border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .file-manager aside{box-shadow:0px 4px 60px 0px rgba(0,0,0,.7)}[data-layout-mode=dark_mode] .file-manager aside h5{border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .seprator-lg{border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .pos-modal.upload-modal .modal-body ul li h6 a{color:#97a2d2}[data-layout-mode=dark_mode] .pos-modal.upload-modal .modal-body p{color:#97a2d2}[data-layout-mode=dark_mode] .social-media-icons li a i{color:#97a2d2}[data-layout-mode=dark_mode] .employee-grid-profile .dropdown.profile-action svg{color:#97a2d2}[data-layout-mode=dark_mode] .login-wrapper .login-content .login-userset .my-4 p{color:#97a2d2}[data-layout-mode=dark_mode] .alert-secondary{background-color:rgba(9,44,76,.8);color:#fff;border-color:rgba(9,44,76,.8)}[data-layout-mode=dark_mode] .badge.text-dark{color:#fff}[data-layout-mode=dark_mode] .btn-outline-secondary{border:1px solid #008dda !important;color:#008dda !important}[data-layout-mode=dark_mode] .btn-outline-light{border:1px solid #f8f9fa;color:#f8f9fa !important}[data-layout-mode=dark_mode] .btn.text-dark{color:#fff !important}[data-layout-mode=dark_mode] .callout-info{background-color:rgba(23,162,184,.25);border-color:rgba(23,162,184,.5);color:#fff}[data-layout-mode=dark_mode] .callout-warning{background-color:rgba(255,153,0,.25);border-color:rgba(255,153,0,.5);color:#fff}[data-layout-mode=dark_mode] .callout-danger{background-color:rgba(255,0,0,.25);border-color:rgba(255,0,0,.5);color:#fff}[data-layout-mode=dark_mode] .grid-vertical{color:#fff}[data-layout-mode=dark_mode] .grid-vertical .bg-light{background-color:rgba(0,0,0,0) !important}[data-layout-mode=dark_mode] .grid-showcase .text-dark{color:#fff !important}[data-layout-mode=dark_mode] .btn.btn-secondary-light{background-color:rgba(9,44,76,.5);color:#489be6}[data-layout-mode=dark_mode] .nav-tabs .nav-tabs-rounded{border-radius:50px}[data-layout-mode=dark_mode] .card .card-footer{background-color:rgba(0,0,0,0);color:#97a2d2}[data-layout-mode=dark_mode] .file-manager .all-files{box-shadow:0px 4px 60px 0px rgba(0,0,0,.7)}[data-layout-mode=dark_mode] .form-floating>.form-control-plaintext~label::after{background-color:rgba(0,0,0,0)}[data-layout-mode=dark_mode] .form-select{border-color:#495057}[data-layout-mode=dark_mode] .productdetails>ul>li h6{color:#fff}[data-layout-mode=dark_mode] .connected-app-card ul{box-shadow:0px 4px 6px 0px rgba(231,231,231,.17)}[data-layout-mode=dark_mode] .login-wrapper .login-content.user-login .login-userset{box-shadow:0px 4px 6px 0px rgba(190,190,190,.27)}[data-layout-mode=dark_mode] .sales-cards .card.color-info h3{color:#fff !important}[data-layout-mode=dark_mode] .sales-cards .card.color-info p{color:#fff !important}[data-layout-mode=dark_mode] .table.table-borderless tr td .head-text{color:#fff}[data-layout-mode=dark_mode] .accordion .accordion-item{background:rgba(0,0,0,0)}[data-layout-mode=dark_mode] .card-text{color:#97a2d2}[data-layout-mode=dark_mode] .login-wrapper.login-new .login-content.user-login .login-userset form .otp-box input{background:rgba(0,0,0,0)}[data-layout-mode=dark_mode] .file-manager .accordion .accordion-item{border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .main-chat-blk .review-files p{color:#97a2d2}[data-layout-mode=dark_mode] .main-chat-blk .chat-action-col>a{color:#000}[data-layout-mode=dark_mode] .social-authent-settings .connected-app-card ul li:first-child{border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .notes-page-wrapper .content .section-notes-slider{border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .notes-page-wrapper .content .section-card-body .notes-card-details .notes-wrap-content{border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .notes-dash .notes-top-head-submenu{border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .login-body .login-wrapper .terms li a{color:#97a2d2}[data-layout-mode=dark_mode] .input-blocks .bootstrap-tagsinput .tag{background:#1d1d42;color:#97a2d2;border-color:#495057}[data-layout-mode=dark_mode] .company-info{border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .apply-leave .leave-apply .leave-date p{color:#97a2d2}[data-layout-mode=dark_mode] .main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:hover{color:#1b2850}[data-layout-mode=dark_mode] .form-floating>.form-control:not(:placeholder-shown)~label::after{background-color:rgba(0,0,0,0)}[data-layout-mode=dark_mode] .form-select option{background-color:rgba(0,0,0,0)}[data-layout-mode=dark_mode] .selected-language{color:#97a2d2}[data-layout-mode=dark_mode] .file-manager aside{box-shadow:0px 4px 60px 0px rgba(0,0,0,.7)}[data-layout-mode=dark_mode] .file-manager aside h6{color:#97a2d2}[data-layout-mode=dark_mode] .table{border-color:#353570}[data-layout-mode=dark_mode] .table tr th{border-color:#353570;color:#fff}[data-layout-mode=dark_mode] .table.table-primary tr th{background-color:#1d1d42}[data-layout-mode=dark_mode] .pos-category .owl-nav button.owl-next,[data-layout-mode=dark_mode] .pos-category .owl-nav button.owl-prev{background-color:#1d1d42;border:1px solid #353570}[data-layout-mode=dark_mode] .pos-category .owl-nav button.owl-next i,[data-layout-mode=dark_mode] .pos-category .owl-nav button.owl-prev i{color:#97a2d2}[data-layout-mode=dark_mode] .select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#353570}[data-layout-mode=dark_mode] .select2-container--default .select2-selection--multiple{border-color:#353570}[data-layout-mode=dark_mode] textarea::placeholder{color:#97a2d2}.header{background:#fff;box-shadow:0 10px 25px rgba(0,0,0,.08);height:45px;z-index:1050;position:fixed;top:0;right:0;left:0;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.header .flag-nav>a img{border-radius:50%;width:22px;height:22px}.header .searchinputs{-webkit-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease}.header .dropdown-menu{transform:translate(0px, 10px);-webkit-transform:translate(0px, 10px);-ms-transform:translate(0px, 10px);box-shadow:rgba(0,0,0,.1) 0px 0px 5px 0px,rgba(0,0,0,.1) 0px 0px 1px 0px;border:0;margin-top:10px}.header .dropdown-menu.menu-drop-user{position:absolute;inset:0px 0px auto auto;margin:0px;transform:translate(0px, 42px)}@media(max-width: 991.98px){.header .dropdown-menu{transition:none}}.header .header-left{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;float:left;height:46px;position:relative;text-align:center;width:260px;z-index:1;padding:0 24px;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;border-right:1px solid #dbe0e6;border-bottom:1px solid #dbe0e6}.header .header-left .logo{display:inline-block;line-height:0}.header .header-left .logo img{height:46px}@media(max-width: 991.98px){.header .header-left .logo{text-align:center;width:100%}.header .header-left .logo img{width:100px}}.header .header-left .logo-small{display:none}@media(max-width: 991.98px){.header .header-left{position:absolute;width:100%}}@media(max-width: 991.98px){.header .header-left #toggle_btn{display:none}}@media(min-width: 991.98px){.header #toggle_btn{float:left;font-size:26px;line-height:50px}.header #toggle_btn .bar-icon{display:inline-block;width:21px}.header #toggle_btn .bar-icon span{background-color:#fff;display:block;float:left;height:2px;width:21px;margin:0 0 5px;border-radius:50px}.header #toggle_btn .bar-icon span:nth-child(2){width:15px}}.header .page-title-box{float:left;height:60px;margin-bottom:0;padding:17px 20px;border-radius:0}@media(max-width: 991.98px){.header .page-title-box{display:none}}.header .page-title-box a{color:#ff9f43;font-size:11px;font-weight:700;border:1px solid #ff9f43;margin:0;padding:5px;border-radius:5px}.header .page-title-box a:hover{background:#ff9f43;color:#fff}.header .mobile_btn{display:none;float:left}@media(max-width: 991.98px){.header .mobile_btn{color:#ff9f43;font-size:24px;height:55px;line-height:55px;width:60px;z-index:10;padding:0 20px;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center}}.header .responsive-search{display:none;color:#fff;font-size:20px;height:60px;line-height:60px;padding:0 15px}@media(max-width: 991.98px){.header .responsive-search{display:block}}.header .top-nav-search form{position:relative}@media(max-width: 991.98px){.header .top-nav-search form{display:none}}.header .top-nav-search form .form-control{background-color:hsla(0,0%,100%,.1019607843);border:1px solid #a4a4a4;height:40px;padding:10px 50px 10px 15px;border-radius:50px}.header .top-nav-search form .form-control::-webkit-input-placeholder{color:#495057}.header .top-nav-search form .btn{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#495057;min-height:40px;position:absolute;top:0;right:0}@media(max-width: 991.98px){.header .top-nav-search.active form{display:block;position:absolute;left:0}.header .top-nav-search.active form .form-control{background-color:#fff}.header .top-nav-search.active form .btn{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);min-height:40px;position:absolute;top:0;right:0;padding:7px 15px}}.header .userset{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.header .userset .usernames{line-height:initial;text-align:right;padding-right:10px}.header .userset .usernames span{display:block;line-height:initial}.header .menu-drop-user .dropdown-item{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;color:#181d1f;padding:4px 10px !important;font-weight:600;border-bottom:unset;font-size:14px}.header .menu-drop-user .dropdown-item svg{stroke-width:1.5px;margin-right:10px;width:20px}.header .menu-drop-user .logout{color:#ff1616}.header .menu-drop-user .logout p{font-weight:700;font-size:14px}.header .menu-drop-user .logout svg{color:#ff1616}.header .responsive-topcom-header .dropdown-item.logout:hover{background-color:#ffe7e7 !important;transition:none;color:#ff1616}.header .responsive-topcom-header .dropdown-item:hover{background-color:#fff7f1;transition:none !important;color:#ff9f43}@media(max-width: 991.98px){.header .has-arrow .dropdown-toggle>span:nth-child(2){display:none}.header .has-arrow .dropdown-toggle:after{display:none !important}}.header .profilename .user-img .status{bottom:8.5px}.header .user-img{display:inline-block;position:relative}.header .user-img img{width:38px;border-radius:50%}.header .user-img .status{border:2px solid #fff;height:10px;width:10px;margin:-3px;position:absolute;right:0;bottom:30px;border-radius:50%;display:inline-block;background:#28c76f}.header .mobile-user-menu{color:#fff;display:none;float:right;font-size:24px;height:60px;line-height:39px;text-align:right;width:60px;z-index:10;padding:0 20px;position:absolute;top:0;right:0}@media(max-width: 991.98px){.header .mobile-user-menu{display:block}}.header .mobile-user-menu a{color:#ff9f43;padding:0}.header .mobile-user-menu a::after{display:none}.header .mobile-user-menu .dropdown-menu{padding:0}.header .mobile-user-menu .dropdown-menu a{color:#343a40;line-height:40px;padding:0 10px}.logo-small img{width:30px}@media(min-width: 992px){.mini-sidebar.expand-menu .header-left{flex-direction:row;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}.mini-sidebar .header-left{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;width:80px;padding:0;flex-direction:column}.mini-sidebar .header-left .logo-small{display:block;padding:10px 0 0}.mini-sidebar .header-left .logo{display:none}.mini-sidebar .menu-arrow{display:none !important}.mini-sidebar .chat-user{display:none !important}.mini-sidebar .user-menu .badge{display:flex !important}.mini-sidebar.expand-menu .menu-arrow{display:block !important}.mini-sidebar.expand-menu .chat-user{display:block !important}.mini-sidebar.expand-menu .logo-small{display:none}.mini-sidebar.expand-menu .logo{display:block}.mini-sidebar.expand-menu #toggle_btn{opacity:1}.mini-sidebar.expand-menu .header-left{padding:0 20px;display:flex}.mini-sidebar .noti-dot:before{display:none}}.header-pos.header{position:relative}.searchpart{position:fixed;top:0;right:0;height:100vh;background:#fff;z-index:100000;width:350px;margin-right:-350px;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;-webkit-box-shadow:0 0px 7px rgba(0,0,0,.2);-moz-box-shadow:0 0px 7px rgba(0,0,0,.2);box-shadow:0 0px 7px rgba(0,0,0,.2)}.searchpart.active{margin-right:0}.searchpart .searchcontent{padding:20px;display:block;height:100%}.searchpart .searchhead{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;border-bottom:1px solid #b8bcc9;color:#343a40}.searchpart .searchcontents{padding:25px 0}.searchpart .searchparts{position:relative}.searchpart .searchparts input[type=text]{width:100%;height:50px;border:1px solid #b8bcc9;padding:0 15px;border-radius:50px}.searchpart .searchparts .btn-searchs{position:absolute;top:5px;right:10px;background:#ff9f43;border-radius:50px;color:#fff}.searchpart .recentsearch{margin-top:15px;border-top:1px solid #000;padding-top:15px}.searchpart .recentsearch h2{font-size:16px;margin-bottom:25px;color:#343a40;font-weight:700}.searchpart .recentsearch li{border-bottom:1px solid #000;padding:10px}.searchpart .recentsearch li h6{font-size:14px}.searchpart .searchhead h3{font-weight:600;font-size:20px}.header-pos{padding:10px;background:#fff;margin-bottom:20px;border-bottom:1px solid #e8ebed;height:80px}@media(max-width: 991.98px){.header-pos{padding:10px;height:auto}}.header-pos #mobile_btn{display:none;float:left}@media(max-width: 991.98px){.header-pos #mobile_btn{color:#ff9f43;font-size:24px;height:60px;line-height:60px;width:60px;z-index:10;padding:0 20px;position:absolute;top:0;left:0;display:block}}.header-pos.header .topnav-dropdown-header{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;height:40px;padding:10px}.header-pos.header .topnav-dropdown-header .clear-noti{color:#ff4d4d !important;float:right;font-size:11px !important;text-transform:uppercase}.header-pos.header .topnav-dropdown-footer{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;border-top:1px solid #dbe0e6;font-size:12px;height:32px;line-height:32px}.header-pos.header .topnav-dropdown-footer a{display:block;text-align:center;color:#000;font-weight:700;padding:5px 12px;font-size:12px !important}.header-pos.header .user-menu.nav li{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;height:40px}.header-pos.header .user-menu.nav li a{color:#ff9f43;line-height:normal;height:auto;font-size:15px;padding:0 8px}.header-pos.header .user-menu.nav li a.dropdown-toggle.nav-link.show{background:rgba(0,0,0,0)}.header-pos.header .user-menu.nav li.notification-message{height:auto}.header-pos.header .user-img img{margin-top:0}.header-pos.header .user-img .status{border:2px solid #fff;height:10px;width:10px;margin:0;border-radius:50%;display:inline-block;background:#28c76f;position:absolute;bottom:6px;left:0}@media(max-width: 991.98px){.header-pos.header .user-menu{display:none}}.header-pos.header .user-menu .noti-content .notification-list a{line-height:normal;height:auto;padding:8px}.header-split{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}@media(max-width: 991.98px){.header-split{justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}}@media(max-width: 991.98px){.header-split .header-menu{display:none}}.header-split .header-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.header-split .header-menu ul li{margin-right:10px}.header-split .header-menu ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;border:1px solid #e8ebed;color:#000;border-radius:5px;padding:5px 8px}.header-split .header-menu ul li a.links{border:0}.header-split .header-menu ul li a:hover{background:#ff9f43;color:#fff}.header-split .header-menu ul li a:hover img{filter:brightness(0) invert(1)}.header-split .header-menu ul li.mobile-show{display:block}@media(max-width: 991.98px){.header-split .header-menu ul li.mobile-show{display:block}}.mobile-show{display:none}@media(max-width: 991.98px){.mobile-show{display:block}}.header-menus{position:absolute;right:30px;display:none}@media(max-width: 991.98px){.header-menus{display:block}}.bar-icon{display:inline-block;width:31px;margin-top:20px}.bar-icon span{background-color:#ff9f43;display:block;float:left;height:3px;margin-bottom:7px;width:31px;border-radius:2px;transition:all .5s}.bar-icon span:nth-child(2){width:16px}.menu-opened .slide-nav .bar-icon{display:inline-block;width:31px;margin-top:0px}.menu-opened .slide-nav .bar-icon span:first-child{position:relative;top:10px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg)}.menu-opened .slide-nav .bar-icon span:nth-child(2){display:none}.menu-opened .slide-nav .bar-icon span:last-child{transform:rotate(135deg);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg)}hr{border-top:1px solid #e8ebed;opacity:1}.profilename{padding:0px}.profilename .profileset{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px 10px 3px}.profilename .profileset h6{font-size:16px;color:#181d1f;font-weight:700}.profilename .profileset h5{font-size:14px;color:#67748e}.profilename .profileset .profilesets{margin-left:10px}.profilename .profileset .user-img img{margin-top:0}.profilename .dropdown-item{padding:8px 5px !important}.show .user-info::after{transform:rotate(-135deg);top:10px}.feather-40{width:40px;height:40px}.feather-26{width:26px;height:26px}.feather-20{width:20px;height:20px}.feather-14{width:14px;height:14px}.feather-16{width:16px;height:16px}.user-info{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;position:relative;padding:0 30px 0 0}@media(max-width: 1199.98px){.user-info span.user-detail{display:none}}.user-info::after{content:"";width:8px;height:8px;border-top:0;border-left:0;border-right:2px solid #1b2950;border-bottom:2px solid #1b2950;border-radius:1px;transform:rotate(45deg);transition:all .5s;top:7px;position:absolute;right:12px}.user-info .user-role{display:block;color:#67748e;font-size:12px}.user-info .user-letter{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;color:#fff;width:25px;height:25px;border-radius:6px;font-weight:600;font-size:15px;background:#eff2f7}@media(max-width: 1199.98px){.user-info .user-letter{margin-right:0}}.user-info .user-letter img{border-radius:6px}.user-info .user-name{font-size:15px;font-weight:600;color:#1b2950;display:flex;align-items:center}.user-info .user-name img{margin-left:10px}.user-info .user-detail{margin-left:5px}.user-menu{-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin:0;position:relative;padding-right:8px;height:100%;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}@media(max-width: 991.98px){.user-menu{display:none}}.user-menu>li{margin-inline-end:0}.user-menu>li svg{width:18px;color:#000}.user-menu>li a:hover svg{color:#ff9f43}.user-menu .dropdown-toggle::after{border:0;display:none}.user-menu .nav-item-box>a{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;background:#f3f6f9;border-radius:6px;width:30px;height:30px;position:relative}.user-menu .nav-item-box>a:hover{background:#eef3f5}.user-menu.nav>li>a{padding:0;display:flex;line-height:normal;color:#ff9f43}.user-menu.nav>li>a .badge{color:#fff;font-weight:700;position:absolute;top:-7px;right:-7px;background:#ff9f43;width:16px;height:16px;font-size:10px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.user-menu.nav>li>a i{font-size:20px;line-height:60px}.user-menu.nav>li.flag-nav a{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.user-menu.nav>li.flag-nav a .dropdown-menu{max-height:150px;min-width:120px;overflow-y:auto}.user-menu.nav>li.flag-nav a .dropdown-menu .dropdown-item{padding:5px 15px}.user-menu.nav>li.flag-nav .dropdown-menu{padding:15px;min-width:210px}.user-menu.nav>li.flag-nav .dropdown-menu .dropdown-item{padding:10px 10px;color:#000;border-radius:10px;transition:none}.user-menu.nav>li.flag-nav .dropdown-menu .dropdown-item.active{color:#fff}.user-menu.nav>li.flag-nav .dropdown-menu .dropdown-item.active,.user-menu.nav>li.flag-nav .dropdown-menu .dropdown-item:hover{background:#f7f7f7 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNi42NjY2IDVMNy40OTk5OCAxNC4xNjY3TDMuMzMzMzEgMTAiIHN0cm9rZT0iI0ZFOUY0MyIgc3Ryb2tlLXdpZHRoPSIxLjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg0K) no-repeat calc(100% - 12px) center}.user-menu.nav>li.flag-nav .dropdown-menu a img{width:20px;height:20px;border-radius:50%;margin-right:10px}.menusearch{padding:0;position:relative}.menusearch .fi{position:absolute;top:7px;left:7px}.menusearch input{width:100%;height:36px;border:1px solid #dbe0e6;background:#fff;padding:0px 4px 0px 25px;border-radius:6px}@media(max-width: 1199.98px){.menusearch input{width:100%}}.NoData h2{margin-top:50px}.searchinputs{padding:0;position:relative}.searchinputs input{width:350px;height:36px;border:1px solid #f3f6f9;background:#f3f6f9;padding:0 16px;border-radius:8px}@media(max-width: 1199.98px){.searchinputs input{width:170px}}.searchinputs .search-addon span{z-index:9;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;border-radius:5px;cursor:pointer;position:absolute;top:50%;right:16px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.searchinputs .search-addon svg{opacity:0;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;color:#ff9f43;height:21px;width:21px}.searchinputs.show .search-addon svg{opacity:1}.search-dropdown{width:300px;height:315px;box-shadow:0px 4px 60px 0px rgba(231,231,231,.47);padding:20px;border-radius:10px;background:#fff;margin-top:0;overflow-y:auto}.search-dropdown .search-info{margin:0 0 15px 0;padding:0 0 15px 0;border-bottom:1px solid #dbe0e6;font-size:14px;color:#000}.search-dropdown .search-info:last-child{border-bottom:none;margin:0;padding:0}.search-dropdown .search-info h6{font-size:14px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;color:#ff9f43;margin-bottom:15px}.search-dropdown .search-info h6 svg{width:16px;margin-right:6px;color:#ff9f43}.search-dropdown .search-info .search-tags{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.search-dropdown .search-info .search-tags li{margin-right:10px}.search-dropdown .search-info .search-tags li:last-child{margin-right:0}.search-dropdown .search-info .search-tags li:hover a{background:#ff9f43;color:#fff}.search-dropdown .search-info .search-tags li a{padding:5px 10px;background:#e8ebed;border-radius:50px;color:#000}.search-dropdown .search-info .customers li{margin-bottom:15px}.search-dropdown .search-info .customers li:hover a{color:#ff9f43}.search-dropdown .search-info .customers li:hover a img{border-color:#ff9f43}.search-dropdown .search-info .customers li:last-child{margin-bottom:0}.search-dropdown .search-info .customers li a{color:#000;font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}.search-dropdown .search-info .customers li a img{width:30px;height:30px;border-radius:100%;border:1px solid #f3f6f9}.user-menu.nav>li>a.dropdown-toggle.nav-link.select-store.show{background:none}.user-menu.nav>li>a.select-store{padding:4px 10px;border:1px solid #dbe0e6;border-radius:6px}@media(max-width: 1199.98px){.user-menu.nav>li>a.select-store{padding:6px 5px}}.user-menu.nav>li>a.select-store .user-info{padding:3px 25px 3px 0}@media(max-width: 1199.98px){.user-menu.nav>li>a.select-store .user-info{padding-right:15px}}.user-menu.nav>li>a.select-store .user-info .user-letter{width:20px;height:20px;margin-right:6px;border:0}.user-menu.nav>li>a.select-store .user-info .user-letter img{border-radius:100%}.user-menu.nav>li>a.select-store .user-info .user-name{font-size:13px;font-weight:500;color:#000}.user-menu.nav>li>a.select-store .user-info:after{top:33%;transform:translateY(-33%);-webkit-transform:translateY(-33%);-ms-transform:translateY(-33%);transform:rotate(45deg);border-color:#000;right:6px}.select-store-dropdown .dropdown-menu .dropdown-item{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.select-store-dropdown .dropdown-menu .dropdown-item img{margin-right:8px;width:20px;height:20px;border-radius:100%;border:1px solid #f3f6f9}.header-collapse .user-menu{height:0;display:none}.header-collapse .page-wrapper{padding-top:0}.header-collapse .header{border-bottom:none;background:rgba(0,0,0,0);width:260px}.header-collapse .header .header-left{background:#fff}.header-collapse .welcome #collapse-header.active{background:#ff9f43;border-color:#ff9f43}.header-collapse .welcome #collapse-header.active svg{transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);color:#fff}.profilesets h6{font-size:17px !important}.page-wrapper-one{margin-left:0px;padding-top:130px}.header-one .header-left{border-right:0 !important;padding:25px}.logo-white{display:none !important}.sidebar.horizontal-sidebar{position:fixed;width:100%;height:68px;background:#fff;border-top:1px solid #dbe0e6;box-shadow:0px 4px 14px rgba(198,198,198,.25);z-index:500}.sidebar.horizontal-sidebar .sidebar-menu{padding:0 15px}.sidebar.horizontal-sidebar .sidebar-menu>ul>li.submenu ul li a.active{color:#ff9f43}.sidebar.horizontal-sidebar .sidebar-menu>ul>li{margin-bottom:0;margin-right:20px}.sidebar.horizontal-sidebar .sidebar-menu>ul>li>a.active{background:rgba(0,0,0,0)}.sidebar.horizontal-sidebar .sidebar-menu>ul>li>a{padding:22px 15px}@media(max-width: 1199.98px){.sidebar.horizontal-sidebar .sidebar-menu>ul>li>a{padding:22px 5px}}@media(max-width: 1199.98px)and (max-width: 1199.98px){.sidebar.horizontal-sidebar .sidebar-menu>ul>li>a span{font-size:14px}}.sidebar.horizontal-sidebar .sidebar-menu>ul>li>a:hover{background:rgba(0,0,0,0)}.sidebar.horizontal-sidebar .sidebar-menu>ul>li>a:hover span{color:#ff9f43}.sidebar.horizontal-sidebar .sidebar-menu>ul>li>a:hover img,.sidebar.horizontal-sidebar .sidebar-menu>ul>li>a:hover svg{filter:brightness(0) saturate(100%) invert(75%) sepia(10%) saturate(5676%) hue-rotate(326deg) brightness(105%) contrast(112%)}.sidebar.horizontal-sidebar .sidebar-menu>ul>li>a img{top:0 !important;width:auto}.sidebar.horizontal-sidebar .sidebar-menu>ul>li a{font-weight:500;font-size:15px;color:#67748e}.sidebar.horizontal-sidebar .sidebar-menu>ul>li a img{position:relative;top:3px;width:18px;margin-right:7px}.sidebar.horizontal-sidebar .sidebar-menu>ul>li a svg{width:18px;margin-right:7px}@media(max-width: 1199.98px){.sidebar.horizontal-sidebar .sidebar-menu>ul>li a svg{margin-right:5px}}.sidebar.horizontal-sidebar .sidebar-menu>ul>li .menu-arrow{position:initial;transform:rotate(90deg);margin-left:15px}.sidebar.horizontal-sidebar .sidebar-menu>ul>li ul{position:absolute;width:250px;height:auto}.sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a{padding:8px 15px !important}.sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a .menu-arrow{float:right;margin-right:15px}.sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a i{margin-right:7px}.sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a img{position:relative;top:3px;width:18px;margin-right:7px}.sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a svg{width:18px;margin-right:7px}.sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu ul{box-shadow:0px 4px 14px rgba(198,198,198,.2509803922)}.sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu ul{position:relative;padding:0}.sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu ul li a{padding:8px 10px 8px 40px !important}.sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu.submenu-two ul li a{margin-left:10px}.sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu.submenu-two.submenu-three ul li a{margin-left:20px}.sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li a{padding:8px 15px !important}.sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li a::after{content:none !important}@media(max-width: 1199.98px){.sidebar.horizontal-sidebar .sidebar-menu>ul>li{margin-right:0}}@media(min-width: 992px){.hide-sidebar{display:none}}@media(max-width: 991.98px){.horizontal-sidebar{display:none}.page-wrapper-one{padding-top:60px}}.header-two .header-left{border:0 !important;padding:0 10px}.header-two .top-nav-search{float:left;margin-left:10px}.header-two .top-nav-search .btn{left:0;right:auto !important}.header-two .top-nav-search .searchinputs input{z-index:1}.sidebar.sidebar-two{left:auto;top:90px;border:0 !important}.sidebar.sidebar-two .sidebar-menu>ul>li.submenu ul li a{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.sidebar.sidebar-two .sidebar-menu>ul>li.submenu ul li a img{width:18px}.sidebar.sidebar-two .sidebar-menu>ul>li.submenu ul li a span{margin-left:10px}.sidebar.sidebar-two .sidebar-menu>ul>li.submenu ul li a::after{content:none}.sidebar.sidebar-two .sidebar-menu>ul>li.submenu ul li a .menu-arrow{top:10px}.sidebar.sidebar-two .sidebar-menu>ul>li.submenu ul li ul li a{padding:8px 8px 8px 64px}.sidebar.sidebar-two .sidebar-menu .menu-arrow{position:absolute;top:12px;right:15px}.page-wrapper-two .dash-widget .dash-widgetcontent{margin-left:10px}@media(max-width: 991.98px){.sidebar.sidebar-two{left:0;top:60px}}@media(max-width: 991.98px){.header-block{display:block !important}}.page-wrapper-three{margin-left:0;padding-top:0}.page-wrapper-three .content{background:#fafbfe;border-radius:20px;margin-top:-82px}.header-three{position:relative}.header-three .header-left{border-right:0 !important;padding:25px}.logo-white{display:none !important}.sidebar.side-three.horizontal-sidebar{position:relative;top:0;width:100%;height:150px;background:#1b2950;border-top:1px solid #dbe0e6;box-shadow:0px 4px 14px rgba(198,198,198,.25);z-index:unset}.sidebar.side-three.horizontal-sidebar .sidebar-menu{padding:0 15px}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li{margin-bottom:0;margin-right:20px}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li>a{padding:22px 15px}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li>a img,.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li>a svg{filter:brightness(0) invert(1);margin-right:0}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li>a:hover{background:rgba(0,0,0,0)}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li>a:hover span{color:#ff9f43 !important}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li>a:hover img,.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li>a:hover svg{filter:brightness(0) saturate(100%) invert(75%) sepia(10%) saturate(5676%) hue-rotate(326deg) brightness(105%) contrast(112%)}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li>a img{top:0 !important;width:auto}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li>a::before{content:"";position:absolute;top:50%;right:-10px;width:1px;height:15px;background:#6b7a99;transform:translateY(-50%)}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li>a span{color:#fff !important}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li a{font-weight:500;font-size:15px;color:#fff}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li a img{position:relative;top:3px;width:18px;margin-right:7px;filter:brightness(0) invert(1)}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li a svg{width:18px;margin-right:7px}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li a:hover img,.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li a:hover svg{filter:brightness(0) saturate(100%) invert(75%) sepia(10%) saturate(5676%) hue-rotate(326deg) brightness(105%) contrast(112%)}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li .menu-arrow{position:initial;transform:rotate(90deg);margin-left:15px}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li ul{position:absolute;width:250px;height:auto;z-index:1;background:#1b2950}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a{padding:8px 15px !important;color:#fff}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a .menu-arrow{float:right;margin-right:15px}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a i{margin-right:7px}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a img{position:relative;top:3px;width:18px;margin-right:7px}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a svg{width:18px;margin-right:7px}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a:hover{color:#ff9f43}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a:hover img{filter:brightness(0) saturate(100%) invert(75%) sepia(10%) saturate(5676%) hue-rotate(326deg) brightness(105%) contrast(112%)}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu ul{box-shadow:none}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu ul{position:relative;padding:0}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu ul li a{padding:8px 10px 8px 40px !important;color:#fff}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li ul li a{padding:8px 15px !important}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li ul li a::after{content:none !important}@media(max-width: 1199.98px){.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li{margin-right:0}}.sidebar.side-three.horizontal-sidebar .sidebar-menu>ul>li:last-child>a::before{content:none}@media(min-width: 992px){.hide-sidebar{display:none}}@media(max-width: 991.98px){.header-three{position:fixed}.horizontal-sidebar{display:none}.page-wrapper-three{padding-top:60px}.page-wrapper-three .content{margin-top:0}}.sidebar.collapsed-sidebar{border:0;box-shadow:0px 4px 14px rgba(198,198,198,.25);display:none}.sidebar.collapsed-sidebar .sidebar-menu{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:0 20px 20px 0}.sidebar.collapsed-sidebar .sidebar-menu .ui-aside{float:left;width:100%;max-width:66px;margin-left:0px;color:hsla(0,0%,100%,.5);-webkit-transition:all .299s;-ms-transition:all .299s;transition:all .299s;margin:0;padding:0;box-shadow:0px 0 14px rgba(198,198,198,.25);min-height:100vh;border:0;position:fixed;left:0;z-index:999}.sidebar.collapsed-sidebar .sidebar-menu .ui-aside .nav-tabs{padding:14px 14px 0;border:0}.sidebar.collapsed-sidebar .sidebar-menu .ui-aside .nav-tabs .nav-item{margin-bottom:10px}.sidebar.collapsed-sidebar .sidebar-menu .ui-aside .nav-tabs .nav-item .nav-link{padding:5px;width:38px;height:38px}.sidebar.collapsed-sidebar .sidebar-menu .ui-aside .nav-tabs .nav-item .nav-link:hover{background-color:#ff9f43}.sidebar.collapsed-sidebar .sidebar-menu .ui-aside .nav-tabs .nav-item .nav-link:hover img{filter:brightness(0) invert(1)}.sidebar.collapsed-sidebar .sidebar-menu .ui-aside .nav-tabs .nav-item .nav-link:hover svg{color:#fff}.sidebar.collapsed-sidebar .sidebar-menu .ui-aside .nav-tabs .nav-item .nav-link:active,.sidebar.collapsed-sidebar .sidebar-menu .ui-aside .nav-tabs .nav-item .nav-link.active{background-color:#ff9f43}.sidebar.collapsed-sidebar .sidebar-menu .ui-aside .nav-tabs .nav-item .nav-link:active img,.sidebar.collapsed-sidebar .sidebar-menu .ui-aside .nav-tabs .nav-item .nav-link.active img{filter:brightness(0) invert(1)}.sidebar.collapsed-sidebar .sidebar-menu .ui-aside .nav-tabs .nav-item .nav-link:active svg,.sidebar.collapsed-sidebar .sidebar-menu .ui-aside .nav-tabs .nav-item .nav-link.active svg{color:#fff}.sidebar.collapsed-sidebar .sidebar-menu .ui-aside .nav-tabs .nav-item .nav-link:active::after,.sidebar.collapsed-sidebar .sidebar-menu .ui-aside .nav-tabs .nav-item .nav-link.active::after{content:none}.sidebar.collapsed-sidebar .sidebar-menu .ui-aside .nav-tabs .nav-item .nav-link:active,.sidebar.collapsed-sidebar .sidebar-menu .ui-aside .nav-tabs .nav-item .nav-link.active{border:0}.sidebar.collapsed-sidebar .sidebar-menu .ui-aside .nav-tabs .nav-item .nav-link::before{content:none}.sidebar.collapsed-sidebar .sidebar-menu .ui-aside .nav-tabs .nav-item:last-child .nav-link{border-bottom:0}.sidebar.collapsed-sidebar .tab-content-four{padding-top:20px;margin-left:80px;width:100%}.sidebar.collapsed-sidebar .sidebar-menu{padding:0 20px 0 0}.sidebar.collapsed-sidebar .sidebar-menu ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;padding:10px 15px 10px 25px;position:relative;color:#fff}.sidebar.collapsed-sidebar .sidebar-menu ul li a svg{width:18px;color:#67748e}.sidebar.collapsed-sidebar .sidebar-menu ul li a img{width:18px;color:#67748e}.sidebar.collapsed-sidebar .sidebar-menu ul li a:hover{color:#ff9f43}.sidebar.collapsed-sidebar .sidebar-menu ul li a:hover img{filter:brightness(0) saturate(100%) invert(75%) sepia(10%) saturate(5676%) hue-rotate(326deg) brightness(105%) contrast(112%)}.sidebar.collapsed-sidebar .sidebar-menu ul li a:hover span{color:#ff9f43}.sidebar.collapsed-sidebar .sidebar-menu ul li a:hover svg{color:#ff9f43}.sidebar.collapsed-sidebar .sidebar-menu ul li a::before{content:"";position:absolute;top:50%;left:10px;transform:translateY(-50%);background:#000;width:5px;height:5px}.sidebar.collapsed-sidebar .sidebar-menu ul li a.active{color:#ff9f43}.sidebar.collapsed-sidebar .sidebar-menu ul li a.active svg{color:#ff9f43}.sidebar.collapsed-sidebar .sidebar-menu ul li a.active img{filter:brightness(0) saturate(100%) invert(75%) sepia(10%) saturate(5676%) hue-rotate(326deg) brightness(105%) contrast(112%)}.sidebar.collapsed-sidebar .sidebar-menu ul li a.active span{color:#ff9f43}.sidebar.collapsed-sidebar .sidebar-menu ul li a span{margin-left:0;font-size:15px;font-weight:500;color:#67748e}.sidebar.collapsed-sidebar .sidebar-menu ul li a .menu-arrow{display:inline-block;font-family:"Font Awesome 5 Free";text-rendering:auto;line-height:40px;font-size:18px;line-height:18px;position:absolute;top:12px;right:0px;transform:translate(0, 0);-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-webkit-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease}.sidebar.collapsed-sidebar .sidebar-menu ul li a .menu-arrow.inside-submenu{right:15px}.sidebar.collapsed-sidebar .sidebar-menu ul li a .menu-arrow.inside-submenu.inside-submenu-two{right:15px}.sidebar.collapsed-sidebar .sidebar-menu ul li a.subdrop .menu-arrow{transform:rotate(90deg);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg)}.sidebar.collapsed-sidebar .sidebar-menu ul li.submenu.submenu-two ul li a{margin-left:10px}.sidebar.collapsed-sidebar .sidebar-menu ul li.submenu.submenu-three ul li a{margin-left:20px}.sidebar.collapsed-sidebar .sidebar-menu ul li ul li a{padding:10px 15px 10px 25px;left:14px}.header-four .header-left{border-right:0 !important}.page-wrapper-four{margin-left:250px}@media(max-width: 992px){.page-wrapper-four{margin-left:0}}div#global-loader{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;background:#fff;position:fixed;z-index:999999;width:100%;height:100vh}div#global-loader .whirly-loader:not(:required){animation:whirly-loader 1.25s linear infinite;background:rgba(0,0,0,0);box-shadow:0 26px 0 6px #ff9f43,.90971px 26.05079px 0 5.93333px #ff9f43,1.82297px 26.06967px 0 5.86667px #ff9f43,2.73865px 26.05647px 0 5.8px #ff9f43,3.65561px 26.01104px 0 5.73333px #ff9f43,4.57274px 25.93327px 0 5.66667px #ff9f43,5.48887px 25.8231px 0 5.6px #ff9f43,6.40287px 25.68049px 0 5.53333px #ff9f43,7.31358px 25.50548px 0 5.46667px #ff9f43,8.21985px 25.2981px 0 5.4px #ff9f43,9.12054px 25.05847px 0 5.33333px #ff9f43,10.01448px 24.78672px 0 5.26667px #ff9f43,10.90054px 24.48302px 0 5.2px #ff9f43,11.77757px 24.1476px 0 5.13333px #ff9f43,12.64443px 23.78072px 0 5.06667px #ff9f43,13.5px 23.38269px 0 5px #ff9f43,14.34315px 22.95384px 0 4.93333px #ff9f43,15.17277px 22.49455px 0 4.86667px #ff9f43,15.98776px 22.00526px 0 4.8px #ff9f43,16.78704px 21.48643px 0 4.73333px #ff9f43,17.56953px 20.93855px 0 4.66667px #ff9f43,18.33418px 20.36217px 0 4.6px #ff9f43,19.07995px 19.75787px 0 4.53333px #ff9f43,19.80582px 19.12626px 0 4.46667px #ff9f43,20.5108px 18.468px 0 4.4px #ff9f43,21.1939px 17.78379px 0 4.33333px #ff9f43,21.85416px 17.07434px 0 4.26667px #ff9f43,22.49067px 16.34043px 0 4.2px #ff9f43,23.10251px 15.58284px 0 4.13333px #ff9f43,23.68881px 14.80241px 0 4.06667px #ff9f43,24.24871px 14px 0 4px #ff9f43,24.7814px 13.1765px 0 3.93333px #ff9f43,25.28607px 12.33284px 0 3.86667px #ff9f43,25.76198px 11.46997px 0 3.8px #ff9f43,26.2084px 10.58888px 0 3.73333px #ff9f43,26.62462px 9.69057px 0 3.66667px #ff9f43,27.01001px 8.77608px 0 3.6px #ff9f43,27.36392px 7.84648px 0 3.53333px #ff9f43,27.68577px 6.90284px 0 3.46667px #ff9f43,27.97502px 5.94627px 0 3.4px #ff9f43,28.23116px 4.97791px 0 3.33333px #ff9f43,28.4537px 3.99891px 0 3.26667px #ff9f43,28.64223px 3.01042px 0 3.2px #ff9f43,28.79635px 2.01364px 0 3.13333px #ff9f43,28.91571px 1.00976px 0 3.06667px #ff9f43,29px 0 0 3px #ff9f43,29.04896px -1.01441px 0 2.93333px #ff9f43,29.06237px -2.03224px 0 2.86667px #ff9f43,29.04004px -3.05223px 0 2.8px #ff9f43,28.98185px -4.07313px 0 2.73333px #ff9f43,28.88769px -5.09368px 0 2.66667px #ff9f43,28.75754px -6.1126px 0 2.6px #ff9f43,28.59138px -7.12863px 0 2.53333px #ff9f43,28.38926px -8.14049px 0 2.46667px #ff9f43,28.15127px -9.1469px 0 2.4px #ff9f43,27.87755px -10.1466px 0 2.33333px #ff9f43,27.56827px -11.1383px 0 2.26667px #ff9f43,27.22365px -12.12075px 0 2.2px #ff9f43,26.84398px -13.09268px 0 2.13333px #ff9f43,26.42956px -14.05285px 0 2.06667px #ff9f43,25.98076px -15px 0 2px #ff9f43,25.49798px -15.93291px 0 1.93333px #ff9f43,24.98167px -16.85035px 0 1.86667px #ff9f43,24.43231px -17.75111px 0 1.8px #ff9f43,23.85046px -18.63402px 0 1.73333px #ff9f43,23.23668px -19.49789px 0 1.66667px #ff9f43,22.5916px -20.34157px 0 1.6px #ff9f43,21.91589px -21.16393px 0 1.53333px #ff9f43,21.21024px -21.96384px 0 1.46667px #ff9f43,20.4754px -22.74023px 0 1.4px #ff9f43,19.71215px -23.49203px 0 1.33333px #ff9f43,18.92133px -24.2182px 0 1.26667px #ff9f43,18.10379px -24.91772px 0 1.2px #ff9f43,17.26042px -25.58963px 0 1.13333px #ff9f43,16.39217px -26.23295px 0 1.06667px #ff9f43,15.5px -26.84679px 0 1px #ff9f43,14.58492px -27.43024px 0 .93333px #ff9f43,13.64796px -27.98245px 0 .86667px #ff9f43,12.69018px -28.50262px 0 .8px #ff9f43,11.7127px -28.98995px 0 .73333px #ff9f43,10.71663px -29.4437px 0 .66667px #ff9f43,9.70313px -29.86317px 0 .6px #ff9f43,8.67339px -30.2477px 0 .53333px #ff9f43,7.6286px -30.59666px 0 .46667px #ff9f43,6.57001px -30.90946px 0 .4px #ff9f43,5.49886px -31.18558px 0 .33333px #ff9f43,4.41643px -31.42451px 0 .26667px #ff9f43,3.32401px -31.6258px 0 .2px #ff9f43,2.22291px -31.78904px 0 .13333px #ff9f43,1.11446px -31.91388px 0 .06667px #ff9f43,0 -32px 0 0 #ff9f43,-1.11911px -32.04713px 0 -0.06667px #ff9f43,-2.24151px -32.05506px 0 -0.13333px #ff9f43,-3.36582px -32.02361px 0 -0.2px #ff9f43,-4.49065px -31.95265px 0 -0.26667px #ff9f43,-5.61462px -31.84212px 0 -0.33333px #ff9f43,-6.73634px -31.69198px 0 -0.4px #ff9f43,-7.8544px -31.50227px 0 -0.46667px #ff9f43,-8.9674px -31.27305px 0 -0.53333px #ff9f43,-10.07395px -31.00444px 0 -0.6px #ff9f43,-11.17266px -30.69663px 0 -0.66667px #ff9f43,-12.26212px -30.34982px 0 -0.73333px #ff9f43,-13.34096px -29.96429px 0 -0.8px #ff9f43,-14.4078px -29.54036px 0 -0.86667px #ff9f43,-15.46126px -29.07841px 0 -0.93333px #ff9f43,-16.5px -28.57884px 0 -1px #ff9f43,-17.52266px -28.04212px 0 -1.06667px #ff9f43,-18.52792px -27.46878px 0 -1.13333px #ff9f43,-19.51447px -26.85936px 0 -1.2px #ff9f43,-20.48101px -26.21449px 0 -1.26667px #ff9f43,-21.42625px -25.53481px 0 -1.33333px #ff9f43,-22.34896px -24.82104px 0 -1.4px #ff9f43,-23.2479px -24.07391px 0 -1.46667px #ff9f43,-24.12186px -23.29421px 0 -1.53333px #ff9f43,-24.96967px -22.48279px 0 -1.6px #ff9f43,-25.79016px -21.64052px 0 -1.66667px #ff9f43,-26.58223px -20.76831px 0 -1.73333px #ff9f43,-27.34477px -19.86714px 0 -1.8px #ff9f43,-28.07674px -18.938px 0 -1.86667px #ff9f43,-28.7771px -17.98193px 0 -1.93333px #ff9f43,-29.44486px -17px 0 -2px #ff9f43,-30.07908px -15.99333px 0 -2.06667px #ff9f43,-30.67884px -14.96307px 0 -2.13333px #ff9f43,-31.24325px -13.91039px 0 -2.2px #ff9f43,-31.7715px -12.83652px 0 -2.26667px #ff9f43,-32.26278px -11.74269px 0 -2.33333px #ff9f43,-32.71634px -10.63018px 0 -2.4px #ff9f43,-33.13149px -9.5003px 0 -2.46667px #ff9f43,-33.50755px -8.35437px 0 -2.53333px #ff9f43,-33.84391px -7.19374px 0 -2.6px #ff9f43,-34.14px -6.0198px 0 -2.66667px #ff9f43,-34.39531px -4.83395px 0 -2.73333px #ff9f43,-34.60936px -3.63759px 0 -2.8px #ff9f43,-34.78173px -2.43218px 0 -2.86667px #ff9f43,-34.91205px -1.21916px 0 -2.93333px #ff9f43,-35px 0 0 -3px #ff9f43,-35.04531px 1.22381px 0 -3.06667px #ff9f43,-35.04775px 2.45078px 0 -3.13333px #ff9f43,-35.00717px 3.6794px 0 -3.2px #ff9f43,-34.92345px 4.90817px 0 -3.26667px #ff9f43,-34.79654px 6.13557px 0 -3.33333px #ff9f43,-34.62643px 7.36007px 0 -3.4px #ff9f43,-34.41316px 8.58016px 0 -3.46667px #ff9f43,-34.15683px 9.79431px 0 -3.53333px #ff9f43,-33.85761px 11.001px 0 -3.6px #ff9f43,-33.5157px 12.19872px 0 -3.66667px #ff9f43,-33.13137px 13.38594px 0 -3.73333px #ff9f43,-32.70493px 14.56117px 0 -3.8px #ff9f43,-32.23675px 15.72291px 0 -3.86667px #ff9f43,-31.72725px 16.86968px 0 -3.93333px #ff9f43,-31.17691px 18px 0 -4px #ff9f43,-30.58627px 19.11242px 0 -4.06667px #ff9f43,-29.95589px 20.2055px 0 -4.13333px #ff9f43,-29.28642px 21.27783px 0 -4.2px #ff9f43,-28.57852px 22.32799px 0 -4.26667px #ff9f43,-27.83295px 23.35462px 0 -4.33333px #ff9f43,-27.05047px 24.35635px 0 -4.4px #ff9f43,-26.23192px 25.33188px 0 -4.46667px #ff9f43,-25.37819px 26.27988px 0 -4.53333px #ff9f43,-24.49018px 27.1991px 0 -4.6px #ff9f43,-23.56888px 28.0883px 0 -4.66667px #ff9f43,-22.6153px 28.94626px 0 -4.73333px #ff9f43,-21.6305px 29.77183px 0 -4.8px #ff9f43,-20.61558px 30.56385px 0 -4.86667px #ff9f43,-19.57168px 31.32124px 0 -4.93333px #ff9f43,-18.5px 32.04294px 0 -5px #ff9f43,-17.40175px 32.72792px 0 -5.06667px #ff9f43,-16.27818px 33.37522px 0 -5.13333px #ff9f43,-15.1306px 33.98389px 0 -5.2px #ff9f43,-13.96034px 34.55305px 0 -5.26667px #ff9f43,-12.76875px 35.08186px 0 -5.33333px #ff9f43,-11.55724px 35.56951px 0 -5.4px #ff9f43,-10.32721px 36.01527px 0 -5.46667px #ff9f43,-9.08014px 36.41843px 0 -5.53333px #ff9f43,-7.81748px 36.77835px 0 -5.6px #ff9f43,-6.54075px 37.09443px 0 -5.66667px #ff9f43,-5.25147px 37.36612px 0 -5.73333px #ff9f43,-3.95118px 37.59293px 0 -5.8px #ff9f43,-2.64145px 37.77443px 0 -5.86667px #ff9f43,-1.32385px 37.91023px 0 -5.93333px #ff9f43;display:inline-block;height:8px;overflow:hidden;position:relative;text-indent:-9999px;width:8px;transform-origin:50% 50%;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;border-radius:100%}.rotating-group{animation:spin 2s linear infinite;transform-origin:50% 50%}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes loader{to{left:-100vw}}@-webkit-keyframes whirly-loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes whirly-loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.sidebar,.sidebars{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;border-right:1px solid rgba(0,0,0,0);margin-top:0;z-index:1048;position:fixed;top:52px;bottom:0;left:0;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;border-right:1px solid #dbe0e6;width:260px}@media(max-width: 991.98px){.sidebar,.sidebars{margin-left:-581px;-webkit-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;z-index:1041;background:#fff}}@media(max-width: 575px){.sidebar,.sidebars{width:100%}}.sidebar .slimScrollDiv,.sidebars .slimScrollDiv{background:#fff;border-right:1px solid rgba(0,0,0,0)}@media(max-width: 575px){.sidebar .slimScrollDiv,.sidebars .slimScrollDiv{width:100% !important}}.sidebar .sidebar-menu,.sidebars .sidebar-menu{padding:10px}.sidebar li.submenu.submenu-two.SubmenuItem,.sidebars li.submenu.submenu-two.SubmenuItem{position:relative}.sidebar .sidebar-menu>ul>li,.sidebars .sidebar-menu>ul>li{margin-bottom:24px}.sidebar .sidebar-menu>ul>li.active a,.sidebars .sidebar-menu>ul>li.active a{color:#fff}.sidebar .sidebar-menu>ul>li.active svg,.sidebars .sidebar-menu>ul>li.active svg{color:#fe9f43}.sidebar .sidebar-menu>ul>li svg,.sidebars .sidebar-menu>ul>li svg{min-width:16px;width:20px;height:20px;margin-right:10px}.sidebar .sidebar-menu>ul>li>a,.sidebars .sidebar-menu>ul>li>a{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;padding:10px 15px;position:relative;color:#ff9f43}.sidebar .sidebar-menu>ul>li>a svg,.sidebars .sidebar-menu>ul>li>a svg{color:#637381}.sidebar .sidebar-menu>ul>li>a img,.sidebars .sidebar-menu>ul>li>a img{width:18px;color:#637381}.sidebar .sidebar-menu>ul>li>a:hover,.sidebars .sidebar-menu>ul>li>a:hover{background:#fff2e6;color:#fe9f43;border-radius:5px}.sidebar .sidebar-menu>ul>li>a:hover img,.sidebars .sidebar-menu>ul>li>a:hover img{filter:invert(72%) sepia(76%) saturate(1430%) hue-rotate(327deg) brightness(103%) contrast(101%)}.sidebar .sidebar-menu>ul>li>a:hover span,.sidebars .sidebar-menu>ul>li>a:hover span{color:#fe9f43}.sidebar .sidebar-menu>ul>li>a:hover svg,.sidebars .sidebar-menu>ul>li>a:hover svg{color:#fe9f43}.sidebar .sidebar-menu>ul>li>a.active,.sidebars .sidebar-menu>ul>li>a.active{background:#fff2e6;color:#ff9f43;border-radius:5px}.sidebar .sidebar-menu>ul>li>a.active svg,.sidebars .sidebar-menu>ul>li>a.active svg{color:#fff}.sidebar .sidebar-menu>ul>li>a.active img,.sidebars .sidebar-menu>ul>li>a.active img{filter:invert(72%) sepia(76%) saturate(1430%) hue-rotate(327deg) brightness(103%) contrast(101%)}.sidebar .sidebar-menu>ul>li>a.active span,.sidebars .sidebar-menu>ul>li>a.active span{color:#ff9f43}.sidebar .sidebar-menu>ul>li>a.active .menu-arrow,.sidebars .sidebar-menu>ul>li>a.active .menu-arrow{background:#fff2e6}.sidebar .sidebar-menu>ul>li>a.active .menu-arrow::before,.sidebars .sidebar-menu>ul>li>a.active .menu-arrow::before{border-color:#ff9f43}.sidebar .sidebar-menu>ul>li>a span,.sidebars .sidebar-menu>ul>li>a span{font-size:15px;font-weight:500;color:#67748e}.sidebar .sidebar-menu>ul>li.active a,.sidebars .sidebar-menu>ul>li.active a{background:#fff2e6;border-radius:5px}.sidebar .sidebar-menu>ul>li.active a img,.sidebars .sidebar-menu>ul>li.active a img{filter:invert(72%) sepia(76%) saturate(1430%) hue-rotate(327deg) brightness(103%) contrast(101%)}.sidebar .sidebar-menu>ul>li.active a span,.sidebars .sidebar-menu>ul>li.active a span{color:#ff9f43}.sidebar .sidebar-menu>ul>li.submenu ul,.sidebars .sidebar-menu>ul>li.submenu ul{border-bottom:1px solid rgba(222,226,230,.5);padding:10px 0;display:none}.sidebar .sidebar-menu>ul>li.submenu ul li a,.sidebars .sidebar-menu>ul>li.submenu ul li a{font-weight:500;font-size:14px;color:#ff9f43;position:relative;display:block;padding:8px 8px 8px 40px}.sidebar .sidebar-menu>ul>li.submenu ul li a.active,.sidebars .sidebar-menu>ul>li.submenu ul li a.active{color:#ff9f43}.sidebar .sidebar-menu>ul>li.submenu ul li a.active:after,.sidebars .sidebar-menu>ul>li.submenu ul li a.active:after{background:#ff9f43;border:2px solid #fdb}.sidebar .sidebar-menu>ul>li.submenu ul li a::after,.sidebars .sidebar-menu>ul>li.submenu ul li a::after{content:"";background:rgba(50,71,92,.38);width:8px;height:8px;border:2px solid #fff;border-radius:50px;position:absolute;top:16px;left:16px}.sidebar .sidebar-menu>ul>li.submenu ul li a:hover,.sidebars .sidebar-menu>ul>li.submenu ul li a:hover{color:#ff9f43}.sidebar .sidebar-menu>ul>li.submenu ul li a:hover:after,.sidebars .sidebar-menu>ul>li.submenu ul li a:hover:after{background:#ff9f43;border:2px solid #fdb}.sidebar .sidebar-menu>ul>li.submenu-open ul,.sidebars .sidebar-menu>ul>li.submenu-open ul{border-bottom:1px solid #e8ebed;padding:0 0 14px 0;display:block}.sidebar .sidebar-menu>ul>li.submenu-open ul li a,.sidebars .sidebar-menu>ul>li.submenu-open ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;font-weight:500;font-size:14px;color:#000;position:relative;height:32px;padding:5px}.sidebar .sidebar-menu>ul>li.submenu-open ul li a span,.sidebars .sidebar-menu>ul>li.submenu-open ul li a span{white-space:nowrap;font-size:14px;color:#000;font-weight:700;margin-right:10px}.sidebar .sidebar-menu>ul>li.submenu-open ul li a .fav_menu-main,.sidebars .sidebar-menu>ul>li.submenu-open ul li a .fav_menu-main{position:absolute;right:0;color:#ff9f43}.sidebar .sidebar-menu>ul>li.submenu-open ul li a.active,.sidebars .sidebar-menu>ul>li.submenu-open ul li a.active{color:#000}.sidebar .sidebar-menu>ul>li.submenu-open ul li a.active a span,.sidebars .sidebar-menu>ul>li.submenu-open ul li a.active a span{color:#ff9f43}.sidebar .sidebar-menu>ul>li.submenu-open ul li a.active:after,.sidebars .sidebar-menu>ul>li.submenu-open ul li a.active:after{background:#fe9f43;border:2px solid #fdb}.sidebar .sidebar-menu>ul>li.submenu-open ul li a:hover,.sidebars .sidebar-menu>ul>li.submenu-open ul li a:hover{color:#000}.sidebar .sidebar-menu>ul>li.submenu-open ul li a:hover:after,.sidebars .sidebar-menu>ul>li.submenu-open ul li a:hover:after{background:#fe9f43;border:2px solid #fdb}.sidebar .sidebar-menu>ul>li.submenu-open ul li a:hover span,.sidebars .sidebar-menu>ul>li.submenu-open ul li a:hover span{color:#fff}.sidebar .sidebar-menu>ul>li.submenu-open ul>li.active a,.sidebars .sidebar-menu>ul>li.submenu-open ul>li.active a{background:#fff2e6;border-radius:5px;color:#fe9f43}.sidebar .sidebar-menu>ul>li.submenu-open ul>li.active a span,.sidebars .sidebar-menu>ul>li.submenu-open ul>li.active a span{color:#ff9f43}.sidebar .sidebar-menu>ul>li.submenu-open .submenu-hdr,.sidebars .sidebar-menu>ul>li.submenu-open .submenu-hdr{font-weight:700;font-size:18px;color:#1b2950;margin:0 0 10px 0;text-align:left}.sidebar .sidebar-menu>ul>li.submenu-open:first-child h6,.sidebars .sidebar-menu>ul>li.submenu-open:first-child h6{margin-top:14px}.sidebar .sidebar-menu>ul>li.submenu-open .submenu ul,.sidebars .sidebar-menu>ul>li.submenu-open .submenu ul{border:0;padding-top:0;padding-bottom:0}.sidebar .sidebar-menu>ul li.active a,.sidebars .sidebar-menu>ul li.active a{color:#ff9f43}.sidebar .sidebar-menu>ul li.active svg,.sidebars .sidebar-menu>ul li.active svg{color:#ff9f43}.sidebar .sidebar-menu>ul li .submenu>a.active,.sidebars .sidebar-menu>ul li .submenu>a.active{color:#fff;border-radius:5px}.sidebar .sidebar-menu>ul li .submenu>a.active span,.sidebars .sidebar-menu>ul li .submenu>a.active span{color:#000}.sidebar .sidebar-menu>ul li .submenu>a.active .menu-arrow,.sidebars .sidebar-menu>ul li .submenu>a.active .menu-arrow{background:rgba(0,0,0,0)}.sidebar .sidebar-menu>ul li .submenu>a.active .menu-arrow::before,.sidebars .sidebar-menu>ul li .submenu>a.active .menu-arrow::before{border-color:#181d1f}.sidebar .sidebar-menu>ul li .submenu.submenu-two>a.active,.sidebars .sidebar-menu>ul li .submenu.submenu-two>a.active{background:rgba(0,0,0,0)}.sidebar .sidebar-menu .submenu-open:last-child,.sidebars .sidebar-menu .submenu-open:last-child{margin-bottom:0}.sidebar .sidebar-menu .submenu-open:last-child ul,.sidebars .sidebar-menu .submenu-open:last-child ul{border-bottom:none;padding-bottom:0}.sidebar .sidebar-menu .submenu-open .submenu.submenu-two ul li a,.sidebars .sidebar-menu .submenu-open .submenu.submenu-two ul li a{margin-left:45px}.sidebar .sidebar-menu .submenu-open .submenu.submenu-two.submenu-three ul li a,.sidebars .sidebar-menu .submenu-open .submenu.submenu-two.submenu-three ul li a{margin-left:65px}.sidebar .sidebar-menu .submenu-open .submenu ul li a,.sidebars .sidebar-menu .submenu-open .submenu ul li a{margin-left:25px;padding-bottom:4px;font-size:15px;color:#000;margin-top:2px}.sidebar .sidebar-menu .submenu-open .submenu ul li a:hover,.sidebars .sidebar-menu .submenu-open .submenu ul li a:hover{color:#000}.sidebar .sidebar-menu .submenu-open .submenu ul li a:hover:after,.sidebars .sidebar-menu .submenu-open .submenu ul li a:hover:after{background:#fe9f43;border:2px solid #fdb}.sidebar .sidebar-menu .menu-arrow,.sidebars .sidebar-menu .menu-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;text-rendering:auto;line-height:40px;font-size:18px;line-height:16px;background:rgba(27,41,80,.04);width:16px;height:16px;border-radius:50%;position:absolute;right:0px;transform:translate(0, 0);-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-webkit-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease}.sidebar .sidebar-menu .menu-arrow::before,.sidebars .sidebar-menu .menu-arrow::before{height:6px;width:6px;border-top:0;content:"";border-left:0;border-right:1px solid #000;border-bottom:1px solid #000;transform:rotate(-45deg);position:absolute;left:5px;top:5px}.sidebar .sidebar-menu .menu-arrow.inside-submenu,.sidebars .sidebar-menu .menu-arrow.inside-submenu{right:0px}.sidebar .sidebar-menu .menu-arrow.inside-submenu.inside-submenu-two,.sidebars .sidebar-menu .menu-arrow.inside-submenu.inside-submenu-two{right:60px}.sidebar .sidebar-menu.subdrop .menu-arrow,.sidebars .sidebar-menu.subdrop .menu-arrow{transform:rotate(90deg);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);background:#ffeddc}.sidebar .nav-link,.sidebars .nav-link{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;padding:10px;color:#ff9f43;position:relative}.sidebar .nav-link.active,.sidebars .nav-link.active{color:#ff9f43;background:rgba(0,0,0,0);position:relative}.sidebar .fav_btn,.sidebars .fav_btn{color:#fff !important}.sidebar .fav_btn:hover,.sidebars .fav_btn:hover{border-width:0 !important;color:#fff !important}.sidebar .sidebar-left,.sidebars .sidebar-left{width:100px;-webkit-box-shadow:5px 0px 15px rgba(0,0,0,.05);-moz-box-shadow:5px 0px 15px rgba(0,0,0,.05);box-shadow:5px 0px 15px rgba(0,0,0,.05)}.sidebar .sidebar-right,.sidebars .sidebar-right{width:250px;height:100%;-webkit-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease;display:none}@media(max-width: 991.98px){.sidebar .sidebar-right,.sidebars .sidebar-right{width:calc(100% - 70px)}}.sidebar .sidebar-right .slimScrollDiv,.sidebars .sidebar-right .slimScrollDiv{width:250px !important;overflow:visible !important}@media(max-width: 991.98px){.sidebar .sidebar-right .slimScrollDiv,.sidebars .sidebar-right .slimScrollDiv{width:100% !important}}.sidebar .sidebar-right .tab-content,.sidebars .sidebar-right .tab-content{padding:20px 20px 40px}@media(max-width: 991.98px){.sidebar .sidebar-right .tab-content,.sidebars .sidebar-right .tab-content{padding:10px}}.sidebar .sidebar-right p,.sidebars .sidebar-right p{font-size:10px;color:#000;text-transform:uppercase;font-weight:700;margin-bottom:10px}.sidebar .sidebar-right ul,.sidebars .sidebar-right ul{list-style:none;padding:0;margin:0}.sidebar .sidebar-right ul li.active a,.sidebars .sidebar-right ul li.active a{background:linear-gradient(46.62deg, #FF9F43 0%, #423b93 93.64%);color:#fff}.sidebar .sidebar-right ul li a,.sidebars .sidebar-right ul li a{font-weight:400;font-size:14px;color:#ff9f43}.sidebar .sidebar-right ul li a.active,.sidebars .sidebar-right ul li a.active{color:#ff9f43}.sidebar .sidebar-right .menu-arrow,.sidebars .sidebar-right .menu-arrow{-webkit-transition:-webkit-transform .15s;-o-transition:-o-transform .15s;transition:transform .15s;display:inline-block;font-family:"Font Awesome 5 Free";text-rendering:auto;line-height:40px;font-size:18px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:18px;top:0px;position:relative;font-weight:700;transform:translate(0, 0);-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0)}.sidebar .sidebar-right .menu-arrow:before,.sidebars .sidebar-right .menu-arrow:before{content:""}.sidebar .sub-menu a,.sidebars .sub-menu a{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}.sidebar li a.subdrop .menu-arrow,.sidebars li a.subdrop .menu-arrow{transform:rotate(90deg);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg)}.sidebar .nav-items .nav-link,.sidebars .nav-items .nav-link{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border-radius:0;border-bottom:1px solid #dbe0e6;padding:20px 0;-webkit-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease}.sidebar .nav-items .nav-link:hover,.sidebars .nav-items .nav-link:hover{box-shadow:0 0 0 150px #423b93 inset;color:#fff}.sidebar .nav-items .nav-link span,.sidebars .nav-items .nav-link span{margin-top:15px;font-weight:500}.sidebar .sidemenu a,.sidebars .sidemenu a{width:100%;font-weight:500;display:block;border-radius:5px;margin:0 0 10px;padding:10px}.sidebar .sidemenu a:hover,.sidebars .sidemenu a:hover{background:linear-gradient(46.62deg, #FF9F43 0%, #423b93 93.64%);color:#fff}.sidebar .sidemenu a:hover svg,.sidebars .sidemenu a:hover svg{color:#fff}.sidebar .sidemenu a svg,.sidebars .sidemenu a svg{stroke-width:1px}.header-left #toggle_btn{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;position:absolute;opacity:1;background:#ff9f43;right:-13px;border-radius:50%;width:25px;height:25px;color:#fff;cursor:pointer}.header-left #toggle_btn svg{transform:rotate(180deg)}.header-left #toggle_btn:hover{background:rgb(255,132.9574468085,16)}.header-left.active svg{transform:rotate(0) !important}body.mini-sidebar .menusearch.p-0{display:none}body.mini-sidebar.expand-menu .menusearch.p-0{display:block}.sidebar{width:260px;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;border-right:1px solid #dbe0e6;border-bottom:1px solid #dbe0e6}.sidebar.mini-sidebar{width:80px}.sidebar.mini-sidebar .nav-item .nav-link{justify-content:center}.sidebar.mini-sidebar .nav-item .nav-link .icon{display:block}.sidebar.mini-sidebar .nav-item .nav-link .name{display:none}.sidebar .nav-item .nav-link{display:flex;align-items:center;padding:10px}.sidebar .nav-item .nav-link .icon{font-size:20px;margin-right:10px}.sidebar .nav-item .nav-link .name{font-size:14px}.sidebar.expand-menu{width:250px}.sidebar.expand-menu .nav-item .nav-link .icon{display:inline}.sidebar.expand-menu .nav-item .nav-link .name{display:inline}@media(min-width: 991.98px){.mini-sidebar .page-wrapper{margin-left:80px}.mini-sidebar .header-left #toggle_btn{opacity:1}.mini-sidebar .header-left #toggle_btn:after{border:0}.mini-sidebar.expand-menu .header-left #toggle_btn{opacity:1}.mini-sidebar .sidebar-right{display:none}.mini-sidebar .sidebar .sidebar-menu ul li a span{display:none}.mini-sidebar .sidebar .sidebar-menu ul li .submenu-hdr{display:none}.mini-sidebar .sidebar .sidebar-menu ul li svg{margin-right:0}.mini-sidebar .sidebar{width:80px;overflow:visible}.expand-menu .sidebar-right{display:block;-webkit-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease}.expand-menu .sidebar .sidebar-menu ul>li>a{padding:10px 15px}.expand-menu .sidebar .sidebar-menu ul>li>a span{display:inline-block}.expand-menu .sidebar .sidebar-menu ul>li svg{margin-right:10px}.expand-menu .sidebar .sidebar-menu .submenu-hdr{display:block}.expand-menu .header-left{width:260px}#toggle_btn{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;float:left;margin-left:15px}}body.mini-sidebar .tabmastermenu .submenu.submenu-two.SubmenuItem a{padding:7px 7px 7px 10px;background:rgba(0,0,0,0)}body.mini-sidebar .sidebar .sidebar-menu>ul>li.submenu-open ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;font-weight:500;font-size:14px;color:#67748e;position:relative;width:100%;padding:5px 0;margin-left:0;transition:none;border-radius:4px}body.mini-sidebar .sidebar .submenu1{position:fixed;left:80px}body.mini-sidebar .sidebar .submenu1 li.submenu.submenu-two.SubmenuItem a{padding:8px}body.mini-sidebar.expand-menu .sidebar .sidebar-menu>ul>li.submenu-open ul li a{justify-content:left;-webkit-justify-content:left;-ms-flex-pack:left;padding-left:10px}.mini-sidebar.expand-menu ul.submenu1{margin-left:15px}.sidebarrightmenu .sidebar-right{display:block}.slide-nav .sidebar{margin-left:0}.sidebar-overlay{display:none;height:100%;width:100%;z-index:99;background-color:rgba(0,0,0,.6);position:fixed;top:60px;left:0}.sidebar-overlay.opened{display:block}.nosidebar .sidebar{left:-350px}.nosidebar .page-wrapper{margin:0}.nosidebar #toggle_btn svg{transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg)}.mini-sidebar .active.subdrop~ul{display:none !important}.mini-sidebar.expand-menu .active.subdrop~ul{display:block !important}.active.subdrop~ul{display:block !important}.sidebar.horizontal-sidebar.sidebar-one .submenu ul{background:#fafbfe}.sidebar .sidebar-menu>ul>li.submenu-open ul li a:hover span{color:#000}.mini-sidebar .sidebar .sidebar-menu .submenu-open .submenu,.mini-sidebar .sidebars .sidebar-menu .submenu-open .submenu{height:auto;position:relative;margin-top:2px}.mini-sidebar .sidebar .sidebar-menu .submenu-open .submenu:first-child,.mini-sidebar .sidebars .sidebar-menu .submenu-open .submenu:first-child{margin-top:0}.mini-sidebar .sidebar .sidebar-menu .submenu-open .submenu img.menuiconsvg,.mini-sidebar .sidebars .sidebar-menu .submenu-open .submenu img.menuiconsvg{margin-right:0 !important}.mini-sidebar .sidebar .sidebar-menu .submenu-open .submenu span.custom-active-span-small,.mini-sidebar .sidebars .sidebar-menu .submenu-open .submenu span.custom-active-span-small{display:block !important;text-align:center;font-weight:bold;font-size:12px;margin-right:0 !important;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow-wrap:break-word;white-space:normal;text-align:center;font-weight:bold;line-height:12px}.mini-sidebar .sidebar .sidebar-menu .submenu-open .submenu a,.mini-sidebar .sidebars .sidebar-menu .submenu-open .submenu a{display:block;height:auto;text-align:center}.mini-sidebar .sidebar .sidebar-menu .submenu-open .submenu:hover a,.mini-sidebar .sidebars .sidebar-menu .submenu-open .submenu:hover a{position:relative;color:#fff;justify-content:flex-start;border-radius:0}.mini-sidebar .sidebar .sidebar-menu .submenu-open .submenu:hover a img.menuiconsvg,.mini-sidebar .sidebars .sidebar-menu .submenu-open .submenu:hover a img.menuiconsvg{margin-left:0px;margin-right:0 !important}.mini-sidebar .sidebar .sidebar-menu .submenu-open .submenu:hover .submenu1,.mini-sidebar .sidebars .sidebar-menu .submenu-open .submenu:hover .submenu1{display:block !important;position:fixed;left:70px;top:0;border-radius:4px;box-shadow:0 0 2px 1px #ccc;overflow:hidden;background:#fff;padding-bottom:10px;border-color:#dbe0e6;z-index:1}.mini-sidebar .sidebar .sidebar-menu .submenu-open .submenu:hover .submenu1 li.submenu.submenu-two.SubmenuItem,.mini-sidebar .sidebars .sidebar-menu .submenu-open .submenu:hover .submenu1 li.submenu.submenu-two.SubmenuItem{height:32px}.mini-sidebar .sidebar .sidebar-menu .submenu-open .submenu:hover .submenu1 li.submenu.submenu-two.SubmenuItem a,.mini-sidebar .sidebars .sidebar-menu .submenu-open .submenu:hover .submenu1 li.submenu.submenu-two.SubmenuItem a{display:flex}.mini-sidebar .sidebar .sidebar-menu .submenu-open .submenu:hover .submenu1 li.submenu.submenu-two.SubmenuItem:hover,.mini-sidebar .sidebars .sidebar-menu .submenu-open .submenu:hover .submenu1 li.submenu.submenu-two.SubmenuItem:hover{background-color:#f4faff !important}.mini-sidebar .sidebar .sidebar-menu .submenu-open .submenu:hover .submenu1 .submenu-two a,.mini-sidebar .sidebars .sidebar-menu .submenu-open .submenu:hover .submenu1 .submenu-two a{width:230px}.mini-sidebar .sidebar .sidebar-menu .submenu-open .submenu:hover .submenu1 .submenu-two a span,.mini-sidebar .sidebars .sidebar-menu .submenu-open .submenu:hover .submenu1 .submenu-two a span{color:#000;display:block;margin-left:10px}.mini-sidebar .sidebar .sidebar-menu .submenu-open .submenu:hover,.mini-sidebar .sidebars .sidebar-menu .submenu-open .submenu:hover{background-color:#c1e5ff;border-radius:4px}.mini-sidebar .sidebar .sidebar-menu .submenu-open .submenu .submenu1,.mini-sidebar .sidebars .sidebar-menu .submenu-open .submenu .submenu1{background:#fff !important}span.custom-active-span-small{display:none}@media(max-width: 1400px){.sidebar{width:220px}.page-wrapper{margin:0 0 0 220px}}@media(max-width: 991px){.page-wrapper{margin:0 0 0 0px;overscroll-behavior:none}.mini-sidebar .header-left{width:100px}body:has(.slide-nav){overflow:hidden;overscroll-behavior:none}.sidebar .sidebar-menu>ul>li.submenu-open ul li a,.sidebars .sidebar-menu>ul>li.submenu-open ul li a{height:38px}.sidebar .sidebar-menu>ul>li.submenu-open ul li a span,.sidebars .sidebar-menu>ul>li.submenu-open ul li a span{font-size:15px !important}.sidebar .sidebar-menu .menu-arrow::before,.sidebars .sidebar-menu .menu-arrow::before{height:8px;width:8px;left:3px}.menusearch input,ul.nav.user-menu .searchinputs input{height:35px !important}}@media(max-width: 425px){body:has(.slide-nav){overflow:hidden;overscroll-behavior:none}}.topnav-dropdown-header{border-bottom:1px solid #dbe0e6;display:flex;align-items:center;justify-content:space-between;font-size:12px;line-height:32px;padding:4px 12px}.topnav-dropdown-header .notification-title{color:#181d1f;font-size:15px;font-weight:700}.topnav-dropdown-header i{color:#194bb3;font-size:16px}.left_section .notifications-dropdown .dropdown-menu-end.show{top:25px}.notifications .noti-content{height:290px;overflow-y:auto;position:relative;padding:8px}.notifications ::-webkit-scrollbar{width:0px !important}.notifications .blank_notification{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.notifications .blank_notification p{color:#181d1f;font-weight:700}.notifications .notification-list{list-style:none;padding:0;margin:0}.notifications .notification-list li{margin-top:0;border-bottom:1px solid #f3f6f9;font-size:14px}.notifications .notification-list li a{display:block;padding:12px;border-radius:2px}.notifications .notification-list li .avatar{width:32px;height:32px;margin:5px 7px 0px 10px;border-radius:50%}.notifications .notification-list li .avatar img{border-radius:50%}.notifications .notification-list li .noti-title{color:#000;font-weight:400}.notifications .notification-list li .noti-details{color:#848484;font-weight:500;margin:0}.notifications .notification-list li p.noti-time{margin:0}.notifications .notification-list li .notification-time{font-size:12px;line-height:1.35;color:#67748e}.notifications .notification-list li .list-item{border:0;padding:0;position:relative}.notifications .notification-list li .list-item .list-left{height:48px;position:absolute;width:48px}.notifications .notification-list li .list-item .list-body{padding:0 0 0 50px}.notifications .notification-list li .list-item .list-body .message-author{color:#343a40;float:left;font-weight:500;width:175px;display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notifications .notification-list li .list-item .list-body .message-time{color:#67748e;float:right;font-size:11px}.notifications .notification-list li .list-item .list-body .message-content{color:#343a40;font-size:13px;display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notifications:has(.notification-card) .noti-content{height:460px}ul.notification-list{display:flex;align-items:center;flex-direction:column;gap:6px}ul.notification-list .notification-card{padding:6px 8px;border-radius:6px;box-shadow:0 3px 10px rgba(0,0,0,.05);transition:all .3s ease;border:1px solid #e7e7e7;position:relative;animation:slideIn .4s ease-out;background:linear-gradient(135deg, rgba(79, 70, 229, 0.02) 0%, transparent 100%)}ul.notification-list .notification-card:nth-child(4n+1){border-left:3px solid #4f46e5}ul.notification-list .notification-card:nth-child(4n+2){border-left:3px solid #e5bb46}ul.notification-list .notification-card:nth-child(4n+3){border-left:3px solid #e54683}ul.notification-list .notification-card:nth-child(4n+4){border-left:3px solid #46e546}ul.notification-list .notification-header{display:flex;align-items:flex-start;position:relative;z-index:1}ul.notification-list .profile-photo{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-right:12px;border:2px solid #e0e7ff;box-shadow:0 2px 5px rgba(0,0,0,.1)}ul.notification-list .user-info{flex:1;flex-direction:column;align-items:self-start;padding:0}ul.notification-list .user-info::after{content:none}ul.notification-list .user-name{font-weight:700;color:#1e293b;font-size:14px;display:flex;align-items:center;justify-content:space-between;width:100%}ul.notification-list .close_notification{padding:2px;border-radius:4px;position:absolute;top:2px;right:2px;cursor:pointer;z-index:9999;display:flex;align-items:center;justify-content:center}ul.notification-list .close_notification:hover{background:#eff2f7}ul.notification-list .close_notification .fi{font-size:20px;height:20px}ul.notification-list .request-message{font-size:13px;color:#475569;line-height:1.4;font-weight:600}ul.notification-list .request-message span.highlight{color:#000;font-weight:700}ul.notification-list .compact-info{width:100%}ul.notification-list .time-stamp{font-size:12px;color:#181d1f;font-weight:600;display:flex;align-items:center}ul.notification-list .time-stamp i{margin-right:5px;font-size:13px}ul.notification-list .action-buttons{display:flex;justify-content:flex-end;width:100%;gap:4px;position:relative;z-index:1;margin-top:4px}ul.notification-list .btn{padding:4px 10px;border-radius:6px;font-size:13px;height:30px;line-height:30px;font-weight:700;cursor:pointer;border:none;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(0,0,0,.1);gap:6px}ul.notification-list .btn i{font-size:16px;height:16px}ul.notification-list .btn-approve{background:linear-gradient(135deg, #1eb910, #4ebd3f);color:#fff}ul.notification-list .btn-approve:hover{background:linear-gradient(135deg, #059624, #10b935);transform:translateY(-1px);box-shadow:0 3px 8px rgba(16,185,129,.3)}ul.notification-list .btn-reject{background:linear-gradient(135deg, #ef4444, #e66f6f);color:#fff}ul.notification-list .btn-reject:hover{background:linear-gradient(135deg, #dc2626, #ef4444);transform:translateY(-1px);box-shadow:0 3px 8px rgba(239,68,68,.3)}ul.notification-list .btn-block{background:linear-gradient(135deg, #494747, #979595);color:#fff}ul.notification-list .btn-block:hover{background:linear-gradient(135deg, #4f4a4a, #5c5656);transform:translateY(-1px);box-shadow:0 3px 8px rgba(110,93,93,.3)}.topnav-dropdown-footer{border-top:1px solid #dbe3f7;font-size:12px;padding:10px 12px;display:flex;align-items:center;justify-content:center;gap:8px;background:#f1f5ff;border-radius:0 0 8px 8px;cursor:pointer}.topnav-dropdown-footer a{text-align:center;color:#194bb3;font-weight:700;font-size:14px;display:flex;align-items:center;gap:12px;transition:all .3s ease}.topnav-dropdown-footer a .fi{transition:all .3s ease;font-size:16px;height:16px;transform:translateX(0px)}.topnav-dropdown-footer:hover{background:#e9efff}.topnav-dropdown-footer:hover a{font-weight:800}.topnav-dropdown-footer:hover .fi{transition:all .3s ease;transform:translateX(4px)}.list-left{height:48px;position:absolute;width:48px}.list-body{padding:0 0 0 50px}.list-body .message-author{color:#343a40;float:left;font-weight:500;width:175px;display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-body .message-time{color:#67748e;float:right;font-size:11px}.list-body .message-content{color:#343a40;font-size:13px;display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity{width:100%}.activity .activity-box{position:relative}.activity .activity-list{list-style:none;padding:0;margin:0;position:relative}.activity .activity-list li{background-color:#fff;position:relative;border:1px solid #dbe0e6;margin:0 0 10px;padding:20px 10px 10px;font-size:15px}.activity .activity-list li .activity-user{height:50px;margin:0;padding:0;width:50px;position:absolute;top:12px;left:8px}.activity .activity-list li .activity-content{background-color:#fff;position:relative;margin:0 0 0 60px;padding:0}.activity .activity-list li .time{color:#000;display:block;font-size:12px;line-height:1.35}.activity .activity-list li a.name{color:#000}.activity .activity-list li a{color:#ff9f43;font-weight:600;font-size:15px}.activity .activity-list li a img{width:50px;height:50px;border-radius:5px}.mail-box .far{font-size:22px}@media only screen and (max-width: 767px){ul.notification-list .action-buttons .btn{padding:4px 8px;font-size:12px}}.account-page .customizer-links,.error-page .customizer-links{display:none}.customizer-links{position:fixed;top:50%;right:0;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);background:orange;border-radius:10px 0px 0px 10px;z-index:3;width:41px;height:38px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.customizer-links:hover{background:#1b2850}.customizer-links ul li{border-bottom:1px solid hsla(0,0%,100%,.2)}.customizer-links ul li:last-child{border-bottom:0}.customizer-links ul li a{padding:5px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;border-radius:5px}.customizer-links ul li a svg{color:#fff;width:16px;height:16px}.sidebar-settings{width:450px;background-color:#fff;position:fixed;top:0;right:-450px;height:100vh;background-color:rgba(0,0,0,.2);z-index:9999;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll;-webkit-transition:ease all .8s;-ms-transition:ease all .8s;transition:ease all .8s}.sidebar-settings.show-settings{right:0;-webkit-transition:ease all .8s;-ms-transition:ease all .8s;transition:ease all .8s;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll;width:100%}.sidebar-content{max-width:450px;width:100%;position:absolute;top:0;right:0;background:#fff;height:100vh;overflow-x:hidden}.sidebar-content .sidebar-header{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;padding:20px;position:sticky;top:0;left:0;right:0;z-index:100;background-color:#ff9f43}.sidebar-content .sidebar-header h5{font-size:20px;color:#fff;font-weight:700;margin-bottom:0;text-transform:uppercase}@media(max-width: 991.98px){.sidebar-content .sidebar-header h5{font-size:18px}}.sidebar-content .sidebar-header p{color:#fff}.sidebar-content .sidebar-header a{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;border:1px solid #fff;width:26px;height:26px;border-radius:5px;color:#fff;line-height:26px}.sidebar-content .sidebar-header a svg{width:15px;height:15px;color:#fff}.sidebar-content .theme-head{margin-bottom:20px}.sidebar-content .theme-head h6{color:#000;font-weight:700;font-size:18px}.sidebar-content .sidebar-body{padding:20px}.sidebar-content .sidebar-body .theme-title{font-size:18px;font-weight:700;color:#67748e;margin-bottom:10px}.switch-wrapper{border-bottom:1px solid #dbe0e6;margin:0 0 20px;padding:0 0 20px}.switch-wrapper #dark-mode-toggle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.switch-wrapper #dark-mode-toggle .light-mode{border-radius:5px 0 0 5px}.switch-wrapper #dark-mode-toggle .dark-mode{border-radius:0 5px 5px 0}.switch-wrapper #dark-mode-toggle .light-mode,.switch-wrapper #dark-mode-toggle .dark-mode{background:#dbe0e6;font-size:16px;color:#000;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;padding:11px 18px;cursor:pointer}.switch-wrapper #dark-mode-toggle .light-mode img,.switch-wrapper #dark-mode-toggle .dark-mode img{filter:brightness(0) saturate(100%)}.switch-wrapper #dark-mode-toggle .light-mode.active,.switch-wrapper #dark-mode-toggle .dark-mode.active{background:orange;color:#fff}.switch-wrapper #dark-mode-toggle .light-mode.active img,.switch-wrapper #dark-mode-toggle .dark-mode.active img{filter:brightness(0) invert(1)}.layout-wrap .status-toggle .checktoggle{background:#000;width:25px;height:15px}.layout-wrap .status-toggle .checktoggle :after{width:12px;height:12px;right:4px}.layout-wrap .layout-img img{max-width:120px}.layout-wrap .status-text{font-size:16px;color:#000}.layout-link{position:relative;z-index:9;width:100%;height:100%;display:inline-block}.theme-mode .theme-body-main{padding:20px 20px 0}.theme-mode{margin:0 0 20px;padding:0}.theme-mode .layout-wrap .check+label{text-align:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;flex-direction:column}.theme-mode .layout-wrap .check+label img{border-radius:8px;border:1px solid #f3f6f9}.theme-mode .layout-wrap .check+label .theme-name{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;color:#000;font-weight:700;font-size:14px;margin-top:10px;position:relative}.theme-mode .layout-wrap .check+label .theme-name::before{content:"";width:14px;height:14px;border:1px solid rgba(145,158,171,.3019607843);display:block;margin-right:5px;border-radius:50%}.theme-mode .layout-wrap .check:checked+label img{border-color:#ff9f43}.theme-mode .layout-wrap .check:checked+label .theme-name::after{content:"";width:6px;height:6px;border-radius:50%;background-color:#ff9f43;position:absolute;left:4px}@media(max-width: 991.98px){#layout_mode{display:none}}.sidebar-footer{position:sticky;padding:20px;bottom:0;left:0;right:0;background-color:#fff;box-shadow:0px 4px 60px 0px rgba(190,190,190,.27);z-index:110}[data-layout-style=box][data-direction=rtl] body .page-wrapper .content{padding-left:0;padding-right:24px}[data-layout-style=box] body{margin:auto;position:relative}[data-layout-style=box] body .header{z-index:9999;left:100px;right:100px}[data-layout-style=box] body .sidebar{left:100px}[data-layout-style=box] body .page-wrapper{margin:0 100px 0 380px}[data-layout-style=box] body .page-wrapper .content{padding-right:0}[data-layout-style=box] body .page-wrapper.pos-pg-wrapper{margin-left:80px !important}@media(max-width: 1399px){[data-layout-style=box] body .header{left:70px;right:70px}[data-layout-style=box] body .sidebar{left:70px}[data-layout-style=box] body .page-wrapper{margin:0 70px 0 350px}[data-layout-style=box] body .page-wrapper.pos-pg-wrapper{margin-left:50px !important}}@media(max-width: 1199.98px){[data-layout-style=box] body .header{left:30px;right:30px}[data-layout-style=box] body .sidebar{left:30px}[data-layout-style=box] body .page-wrapper{margin:0 30px 0 310px}[data-layout-style=box] body .page-wrapper.pos-pg-wrapper{margin-left:10px !important}}@media(max-width: 991.98px){[data-layout-style=box] body .header{left:0;right:0}[data-layout-style=box] body .sidebar{left:0}[data-layout-style=box] body .page-wrapper{margin:0}[data-layout-style=box] body .page-wrapper .content{padding-right:15px}}[data-layout-style=collapsed][data-nav-color=grey] aside{background:#eff2f7}[data-layout-style=collapsed][data-nav-color=dark] aside{background:#141432}[data-layout-style=collapsed] .sidebar{display:none}[data-layout-style=collapsed] .sidebar.collapsed-sidebar{display:block}[data-layout-style=collapsed] .sidebar.collapsed-sidebar .nav-item{margin-right:0}[data-layout-style=collapsed] .sidebar.collapsed-sidebar .nav-item a:hover{background:rgba(0,0,0,0)}@media(max-width: 991.98px){[data-layout-style=collapsed] .sidebar{display:block}[data-layout-style=collapsed] .sidebar.collapsed-sidebar{display:none}}[data-layout-style=horizontal] .sidebar{display:none}[data-layout-style=horizontal] .sidebar.horizontal-sidebar{display:block}@media(max-width: 991.98px){[data-layout-style=horizontal] .sidebar{display:block}[data-layout-style=horizontal] .sidebar.horizontal-sidebar{display:none}}[data-layout-style=horizontal] .sidebar .sidebar-menu>ul>li>a.active svg{color:#ff9f43}[data-layout-style=horizontal] .page-wrapper{margin-left:0;padding-top:140px}[data-layout-style=horizontal] .header #toggle_btn{display:none}[data-layout-style=horizontal] .sidebar .sidebar-menu>ul>li.submenuul{background:#f6f6f6}[data-layout-style=horizontal] .sidebar .sidebar-menu .nav>li>ul{max-height:400px;overflow-x:hidden;overflow-y:auto}[data-layout-style=horizontal] body.header-collapse .header{display:none}[data-layout-style=horizontal] body.header-collapse .horizontal-sidebar{top:0;border-top:0}[data-layout-style=horizontal] body.header-collapse .page-wrapper{padding-top:60px}@media(max-width: 991.98px){[data-layout-style=horizontal] .sidebar.collapsed-sidebar{display:none}[data-layout-style=horizontal] .page-wrapper{padding-top:80px}}[data-layout-style=modern] .header{position:relative}[data-layout-style=modern] .header #toggle_btn{display:none}[data-layout-style=modern] .sidebar{display:none}[data-layout-style=modern] .sidebar.horizontal-sidebar{display:block;background:#141432;height:150px;position:static;z-index:unset;border-top-color:#637381}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu{padding:0 15px}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li{margin-bottom:0;margin-right:20px}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li>a{padding:22px 15px}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li>a img,[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li>a svg{filter:brightness(0) invert(1);margin-right:0}@media(max-width: 1199.98px){[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li>a{padding:22px 5px}}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li>a:hover{background:rgba(0,0,0,0)}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li>a:hover span{color:#ff9f43 !important}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li>a:hover img,[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li>a:hover svg{filter:brightness(0) saturate(100%) invert(75%) sepia(10%) saturate(5676%) hue-rotate(326deg) brightness(105%) contrast(112%)}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li>a img{top:0 !important;width:auto}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li>a::before{content:"";position:absolute;top:50%;right:-10px;width:1px;height:15px;background:#6b7a99;transform:translateY(-50%)}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li>a span{color:#fff !important}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li a{font-weight:500;font-size:15px;color:#fff}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li a img{position:relative;top:3px;width:18px;margin-right:7px;filter:brightness(0) invert(1)}@media(max-width: 1199.98px){[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li a img{margin-right:5px}}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li a svg{width:18px;margin-right:7px}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li a:hover img,[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li a:hover svg{filter:brightness(0) invert(1)}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li .menu-arrow{position:initial;transform:rotate(90deg);margin-left:15px}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li ul{position:absolute;width:250px;height:auto;z-index:101;background:#1b2950}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a{padding:8px 15px !important;color:#fff}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a ul li a.active span{color:#ff9f43}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a .menu-arrow{float:right;margin-right:15px}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a i{margin-right:7px}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a img{position:relative;top:3px;width:18px;margin-right:7px}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a svg{width:18px;margin-right:7px}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a:hover{color:#ff9f43}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a:hover img{filter:brightness(0) saturate(100%) invert(75%) sepia(10%) saturate(5676%) hue-rotate(326deg) brightness(105%) contrast(112%)}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu ul{box-shadow:none}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu ul{position:relative;padding:0}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu ul li a{padding:8px 10px 8px 40px !important;color:#fff}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li a{padding:8px 15px !important}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li a::after{content:none !important}@media(max-width: 1199.98px){[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li{margin-right:0}}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li:last-child>a::before{content:none}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li>a span{color:#fff !important}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li>a.active span{color:#ff9f43 !important}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu a svg{filter:brightness(0) saturate(100%) invert(65%) sepia(27%) saturate(206%) hue-rotate(165deg) brightness(93%) contrast(88%)}[data-layout-style=modern] .sidebar.horizontal-sidebar .sidebar-menu>ul>li ul li.submenu ul li a{color:#000}[data-layout-style=modern] .sidebar ul.nav{justify-content:center}[data-layout-style=modern] .page-wrapper{margin-left:0;padding-top:0}[data-layout-style=modern] .page-wrapper .content{max-width:1280px;margin:-90px auto 0 auto;background:#fff;border-radius:20px;padding-bottom:20px}@media(max-width: 1199.98px){[data-layout-style=modern] .page-wrapper .content{max-width:950px}}[data-nav-color=dark] .header{background:#141432;border-bottom:1px solid #434548}[data-nav-color=dark] .header .header-left{border-right:1px solid #67748e;border-bottom:1px solid #434548}[data-nav-color=dark] .header .header-left .logo-normal{display:none}[data-nav-color=dark] .header .header-left .logo-white{display:block !important}[data-nav-color=dark] .header .searchinputs input{color:#fff;border-color:#141432;background:#2c2c50}[data-nav-color=dark] .header .searchinputs input::placeholder{color:#000}[data-nav-color=dark] .mini-sidebar .header-left .logo-white{display:none !important}[data-nav-color=dark] .mini-sidebar .header-left .logo-small{display:block !important}[data-nav-color=dark] .mini-sidebar.expand-menu .logo-small{display:none !important}[data-nav-color=dark] .mini-sidebar.expand-menu .logo-white{display:block !important}[data-nav-color=dark] #toggle_btn:before{border:2px solid #97a2d2}[data-nav-color=dark] .user-menu.nav>li>a.select-store .user-info .user-name{color:#97a2d2}[data-nav-color=dark] .user-info .user-name{color:#97a2d2}[data-nav-color=dark] .user-menu .nav-item-box>a{background:#2c2c50}[data-nav-color=dark] .header-left.active #toggle_btn:after{border:2px solid #97a2d2}[data-nav-color=dark] .sidebar{border-right:1px solid #67748e;background-color:#141432}[data-nav-color=dark] .sidebar .slimScrollDiv{background:#141432}[data-nav-color=dark] .sidebar .sidebar-menu>ul>li.submenuul{background:#141432;border-radius:5px;padding:10px 0}[data-nav-color=dark] .sidebar .sidebar-menu>ul>li.submenuul li a{color:#000}[data-nav-color=dark] .sidebar .sidebar-menu>ul>li a img{filter:brightness(0) saturate(100%) invert(65%) sepia(27%) saturate(206%) hue-rotate(165deg) brightness(93%) contrast(88%)}[data-nav-color=dark] .sidebar .sidebar-menu>ul>li a span{color:#000}[data-nav-color=dark] .sidebar .sidebar-menu>ul>li a:hover img{color:#000}[data-nav-color=dark] .sidebar .sidebar-menu>ul>li a:hover svg{filter:brightness(0) saturate(100%) invert(65%) sepia(27%) saturate(206%) hue-rotate(165deg) brightness(93%) contrast(88%)}[data-nav-color=dark] .sidebar .sidebar-menu>ul>li .submenu-hdr{color:#000}[data-nav-color=grey] .header{background:#eff2f7}[data-nav-color=grey] .header .user-menu .nav-item-box>a{background:#fff}[data-nav-color=grey] .sidebar .slimScrollDiv,[data-nav-color=grey] .sidebars .slimScrollDiv{background:#eff2f7}[data-nav-color=grey] .searchinputs input{border-color:#eff2f7;background:#fff}[data-direction=rtl][data-layout-style=collapsed] .sidebar.collapsed-sidebar .sidebar-menu ul li a{padding:10px 25px 10px 15px}[data-direction=rtl][data-layout-style=collapsed] .sidebar.collapsed-sidebar .sidebar-menu ul li a::before{right:10px;left:auto}[data-direction=rtl][data-layout-style=collapsed] .sidebar.collapsed-sidebar .sidebar-menu ul li a .menu-arrow{left:15px;right:auto}[data-direction=rtl][data-layout-style=collapsed] .sidebar.collapsed-sidebar .tab-content-four{margin-right:10px;margin-left:0}[data-direction=rtl] body{direction:rtl}[data-direction=rtl] body .me-2{margin-left:.5rem !important;margin-right:0 !important}[data-direction=rtl] body .ms-2{margin-right:.5rem !important;margin-left:0 !important}[data-direction=rtl] body .header .header-left{float:right;border-left:1px solid #dee2e6}[data-direction=rtl] body .header .header-left #toggle_btn{left:-13px;right:auto}@media(min-width: 991.98px){[data-direction=rtl] body .header .header-left #toggle_btn{float:right;font-size:26px;line-height:50px;margin-right:15px;margin-left:0}[data-direction=rtl] body .header .header-left #toggle_btn .bar-icon{display:inline-block;width:21px}[data-direction=rtl] body .header .header-left #toggle_btn .bar-icon span{background-color:#fff;display:block;float:right;height:2px;width:21px;margin:0 0 5px;border-radius:50px}[data-direction=rtl] body .header .header-left #toggle_btn .bar-icon span:nth-child(2){width:15px}}[data-direction=rtl] body .header .user-menu .nav-searchinputs{margin-left:auto;margin-right:25px}[data-direction=rtl] body .header .user-menu>li>a.select-store .user-info{padding:3px 0px 3px 25px}@media(max-width: 1199.98px){[data-direction=rtl] body .header .user-menu>li>a.select-store .user-info{padding-right:0;padding-left:15px}}[data-direction=rtl] body .header .user-menu>li>a.select-store .user-info .user-letter{margin-right:0;margin-left:10px}[data-direction=rtl] body .header .user-menu>li>a.select-store .user-info:after{right:auto;left:6px}[data-direction=rtl] body .header .user-menu.nav>li.flag-nav .dropdown-menu .dropdown-item.active,[data-direction=rtl] body .header .user-menu.nav>li.flag-nav .dropdown-menu .dropdown-item:hover{background:#f7f7f7 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNi42NjY2IDVMNy40OTk5OCAxNC4xNjY3TDMuMzMzMzEgMTAiIHN0cm9rZT0iI0ZFOUY0MyIgc3Ryb2tlLXdpZHRoPSIxLjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg0K) no-repeat calc(12% - 12px) center}[data-direction=rtl] body .header .user-menu.nav>li.flag-nav .dropdown-menu a img{margin-right:0;margin-left:10px}[data-direction=rtl] body .header .user-info{padding:0 0 0 30px}[data-direction=rtl] body .header .user-info::after{left:12px;right:auto}[data-direction=rtl] body .header .user-info .user-letter{margin-left:10px;margin-right:0}[data-direction=rtl] body .header .select-store-dropdown .dropdown-menu .dropdown-item img{margin-left:8px;margin-right:0}[data-direction=rtl] body .sidebar,[data-direction=rtl] body .sidebars{right:0;left:auto}[data-direction=rtl] body .sidebar .sidebar-menu .menu-arrow,[data-direction=rtl] body .sidebars .sidebar-menu .menu-arrow{left:15px;right:auto}[data-direction=rtl] body .sidebar .sidebar-menu ul li svg,[data-direction=rtl] body .sidebars .sidebar-menu ul li svg{margin-left:10px;margin-right:0}[data-direction=rtl] body .sidebar .sidebar-menu .submenu-open .submenu ul li a,[data-direction=rtl] body .sidebars .sidebar-menu .submenu-open .submenu ul li a{margin-right:25px;margin-left:0;padding:10px 18px 10px 10px}[data-direction=rtl] body .sidebar .sidebar-menu .submenu-open .submenu ul li a::after,[data-direction=rtl] body .sidebars .sidebar-menu .submenu-open .submenu ul li a::after{right:0;left:auto}[data-direction=rtl] body .page-wrapper{margin:0 260px 0 0}[data-direction=rtl] body .customizer-links{left:0;right:auto;border-radius:0 10px 10px 0px}[data-direction=rtl] body .sidebar-settings{left:-450px;right:auto}[data-direction=rtl] body .sidebar-settings.show-settings{left:0;right:auto}[data-direction=rtl] body .sidebar-settings .sidebar-content{left:0;right:auto}[data-direction=rtl] body .sidebar-settings .sidebar-content .layout-wrap .check+label .theme-name::before{content:"";margin-left:5px;margin-right:0;border-radius:50%}[data-direction=rtl] body .sidebar-settings .sidebar-content .layout-wrap .check:checked+label .theme-name::after{content:"";right:4px;left:auto}[data-direction=rtl] body .dash-widget .dash-widgetcontent{margin-right:20px;margin-left:0}[data-direction=rtl] body table.dataTable thead th,[data-direction=rtl] body table.dataTable thead td,[data-direction=rtl] body table.dataTable tfoot th,[data-direction=rtl] body table.dataTable tfoot td{text-align:right}[data-direction=rtl] body .graph-sets>ul li{margin-left:35px;margin-right:0}[data-direction=rtl] body .table tbody tr td a.product-img{margin-left:5px;margin-right:0}[data-direction=rtl] body table.dataTable>thead .sorting:after,[data-direction=rtl] body table.dataTable>thead .sorting_asc:after,[data-direction=rtl] body table.dataTable>thead .sorting_desc:after,[data-direction=rtl] body table.dataTable>thead .sorting_asc_disabled:after,[data-direction=rtl] body table.dataTable>thead .sorting_desc_disabled:after{left:.5em !important;right:auto !important}[data-direction=rtl] body table.dataTable>thead .sorting:before,[data-direction=rtl] body table.dataTable>thead .sorting_asc:before,[data-direction=rtl] body table.dataTable>thead .sorting_desc:before,[data-direction=rtl] body table.dataTable>thead .sorting_asc_disabled:before,[data-direction=rtl] body table.dataTable>thead .sorting_desc_disabled:before{left:.5em !important;right:auto !important}[data-direction=rtl] body table.dataTable thead>tr>th.sorting,[data-direction=rtl] body table.dataTable thead>tr>th.sorting_asc{padding-left:25px;padding-right:17px}@media(min-width: 991.98px){[data-direction=rtl] .mini-sidebar .page-wrapper{margin-right:80px}}[data-direction=rtl] .page-header .page-btn{margin-right:15px;margin-left:0}[data-direction=rtl] .page-header .add-item.d-flex{margin-left:auto;margin-right:0}[data-direction=rtl] .search-set .search-input .btn-searchset{left:0;right:auto}.sidebar.horizontal-sidebar{display:none}.pos-modal .modal-header h5{margin-bottom:0}.modal button.close{font-size:20px}.modal button.close:hover{background:#ff1616}.custom-modal-header .page-title h4{margin-bottom:0}.product-wrap .product-list .info span{margin-bottom:7px;display:inline-block}.product-wrap .product-list .info h6 a{margin-bottom:5px;display:inline-block}.tabs_wrapper ul.tabs li.active span{color:#fff}.main-chat-blk .slimscroll{height:calc(100vh - 60px) !important}.main-chat-blk .slimscroll-active-sidebar a{color:#000}.main-chat-blk .emoj-group ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-chat-blk .emoj-group ul li+li{margin-left:10px}.main-chat-blk .emoj-group ul li a{width:34px;height:34px;background:#f6f7f8;border-radius:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.main-chat-blk .emoj-group ul li a i{color:#424242}.main-chat-blk .message-content{position:relative}.main-chat-blk .message-content:hover .emoj-group{opacity:1;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-webkit-transition:all .5s ease}.main-chat-blk .emoj-group{position:absolute;top:50%;right:-100px;opacity:0;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-webkit-transition:all .5s ease;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}.main-chat-blk .rig-emoji-group{position:absolute;right:210px}.main-chat-blk .wrap-emoji-group{position:absolute;right:290px}.main-chat-blk .emoj-group-list-foot{display:none;position:absolute;top:-50px;left:-90px;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-webkit-transition:all .5s ease}.main-chat-blk .emoj-group-list-foot ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f6f7f8;border-radius:50px;padding:5px}.main-chat-blk .emoj-group-list-foot ul li a{padding:0;display:flex;align-items:center}.main-chat-blk .emoj-group-list-foot ul li.add-emoj a{background:#ededed}.main-chat-blk .emoj-group-list-foot ul li.add-emoj a i{font-size:20px;color:#424242}.main-chat-blk .down-emoji-circle{position:absolute;left:10px !important;top:-38px !important}.main-chat-blk .emoj-action-foot .down-emoji-circle ul{padding:10px}.main-chat-blk .down-emoji-circle ul li+li{margin-left:14px}.main-chat-blk .emoj-action-foot .down-emoji-circle ul li:last-child a{width:34px;height:34px;border-radius:50px;display:flex;align-items:center;justify-content:center}.main-chat-blk .chat-page-wrapper .content{padding:0}.main-chat-blk .chat-page-wrapper .sidebar{position:initial}@media(max-width: 991.98px){.main-chat-blk .chat-page-wrapper .sidebar{margin-left:0}}.main-chat-blk .chat-page-wrapper .left-chat-title{padding:24px;border-bottom:1px solid #e0e0e0;min-height:72px}.main-chat-blk .chat-page-wrapper .setting-title-head h4{font-size:18px;color:#ff9f43;font-weight:700}.main-chat-blk .chat-page-wrapper .chat .slimscroll{height:calc(100vh - 135px) !important}.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item{font-size:14px;cursor:pointer;padding:7px 14px;font-weight:500;color:#424242}.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item i{font-size:16px;color:#424242}.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item span{float:right;font-size:18px;color:#424242}.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item.active{background:none;color:inherit}.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:focus,.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:hover,.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:active{background-color:#e6e6e6}.main-chat-blk .chat-page-wrapper .dropdown-menu{background:#fff;border:1px solid #e5e7eb;box-sizing:border-box;box-shadow:0px 4px 3px 0px rgba(0,0,0,.1);border-radius:8px;min-width:173px}.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item{margin:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-chat-blk .chat-page-wrapper .dropdown-menu.chat-drop-menu .dropdown-item i{font-size:16px;color:#424242}.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:hover,.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:focus,.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:active{background-color:#f8ecff}.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item span{margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-chat-blk .chat-page-wrapper .contact-close_call{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@-webkit-keyframes wave{0%,100%,60%{-webkit-transform:initial;transform:initial}30%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}@keyframes wave{0%,100%,60%{-webkit-transform:initial;transform:initial}30%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}.main-chat-blk .chat{flex:1;display:flex;flex-direction:column;transition:all .5s ease;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;background:#fff}.main-chat-blk .chat .chat-header{display:flex;display:-webkit-flex;justify-content:space-between;-webkit-justify-content:space-between;padding:15px 24px;align-items:center;border-bottom:1px solid var(--Stroke, rgba(145, 158, 171, 0.3019607843));background:var(--White, #fff);box-shadow:0px 4px 60px 0px rgba(231,231,231,.47);position:relative}.main-chat-blk .chat .chat-header .user-details{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center}.main-chat-blk .chat .chat-header .user-details figure{margin-right:1rem}.main-chat-blk .chat .chat-header .user-details h5{font-size:15px;font-weight:600;margin-bottom:4px;line-height:1;color:#212529}.main-chat-blk .chat .chat-header .chat-options ul{margin-bottom:0;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center}.main-chat-blk .chat .chat-header .chat-options ul>li>a{font-size:14px;color:#212529;cursor:pointer;width:40px;height:40px;padding:0;border:none;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center}.main-chat-blk .chat .chat-header .chat-options ul>li>a i{font-size:20px}.main-chat-blk .chat .chat-header .chat-options ul>li>a:not(.no-bg):hover{background-color:#f3f6f9;border-color:#f3f6f9}.main-chat-blk .chat .chat-body{flex:1;padding:24px;padding-bottom:40px}.main-chat-blk .chat .chat-body:not(.no-message){overflow:hidden}.main-chat-blk .chat .chat-body .messages{display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;align-items:flex-start;-webkit-align-items:flex-start}.main-chat-blk .chat .chat-body .messages .chats{max-width:75%;margin-bottom:1.5rem;display:flex;display:-webkit-flex}.main-chat-blk .chat .chat-body .messages .chats:last-child{margin-bottom:0}.main-chat-blk .chat .chat-body .messages .chats .chat-time{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;margin-bottom:0}.main-chat-blk .chat .chat-body .messages .chats .chat-time .avatar{margin-right:1rem}.main-chat-blk .chat .chat-body .messages .chats .chat-time h5{font-size:15px;margin-bottom:0}.main-chat-blk .chat .chat-body .messages .chats .chat-time .time{color:#fff;margin-top:2px;font-size:12px;font-weight:400}.main-chat-blk .chat .chat-body .messages .chats .chat-time .time i{color:rgba(247,247,247,.5)}.main-chat-blk .chat .chat-body .messages .chats .chat-time .time i img{width:14px;height:auto;margin-left:2px;vertical-align:0px}.main-chat-blk .chat .chat-body .messages .chats .message-content{border-radius:0px 15px 15px 15px;background:var(--light-color, #f6f7f8);padding:14px 20px;color:#212529;font-size:14px;font-weight:400;box-shadow:0px 6px 12px 0px rgba(0,0,0,.031372549)}.main-chat-blk .chat .chat-body .messages .chats .message-content a{color:#299cdb}.main-chat-blk .chat .chat-body .messages .chats .message-content.award-link a{color:#212529;margin-bottom:2px;display:block}.main-chat-blk .chat .chat-body .messages .chats .message-content.award-link img{border-radius:10px}.main-chat-blk .chat .chat-body .messages .chats .message-content.chat-award-link a{display:flex}.main-chat-blk .chat .chat-body .messages .chats .message-content.fancy-msg-box .image-not-download span{position:absolute;color:#fff;font-size:13px;font-weight:500;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.main-chat-blk .chat .chat-body .messages .chat-profile-name h6{margin-bottom:0;color:#212529;font-weight:600;font-size:15px}.main-chat-blk .chat .chat-body .messages .chat-profile-name h6 span{font-size:12px;color:#000;font-weight:400;padding-left:10px}.main-chat-blk .chat .chat-body .messages .chats.chats-right{margin-left:auto}.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-time{justify-content:flex-end}.main-chat-blk .chat .chat-body .messages .chats.chats-right .message-content{border-radius:15px 0px 15px 15px;background:rgba(255,159,67,.12);color:#212529;padding:15px}.main-chat-blk .chat .chat-body .messages .chats.chats-right .message-content .chat-time{justify-content:flex-start;-webkit-justify-content:flex-start}.main-chat-blk .chat .chat-body .messages .chats.chats-right .message-content .chat-time .time{color:#000}.main-chat-blk .chat .chat-body .messages .chats.chats-right .message-content .chat-time .time i{color:#299cdb}.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-action-btns{order:2;-webkit-order:2;display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:center;-webkit-justify-content:center}.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-action-btns .chat-action-col{width:20px;text-align:center}.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-action-btns .chat-read-col{display:flex;display:-webkit-flex;align-items:flex-end;-webkit-align-items:flex-end;padding-bottom:22px;color:#67748e}.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-content{order:1;-webkit-order:1}.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-avatar{padding:8px 0px 0 15px}.main-chat-blk .chat .chat-body .messages .download-col{position:relative}.main-chat-blk .chat .chat-body .messages .download-col ul{list-style:none;padding:0;margin:0 0 5px 0;display:flex;display:-webkit-flex}.main-chat-blk .chat .chat-body .messages .download-col ul li+li{margin-left:5px}.main-chat-blk .chat .chat-body .messages .download-col .image-download-col{position:relative}.main-chat-blk .chat .chat-body .messages .download-col .image-download-col a>img{border:1px solid rgba(0,0,0,0);width:80px;border-radius:8px}.main-chat-blk .chat .chat-body .messages .download-col .image-download-col.image-not-download a>img{-webkit-filter:blur(1px);filter:blur(1px)}.main-chat-blk .chat .chat-body .messages .download-col .download-action{position:absolute;right:8px;bottom:8px;line-height:0}.main-chat-blk .chat .chat-body .messages .download-col .download-action a{color:#fff;font-size:10px}.main-chat-blk .chat .chat-body .messages .download-col .download-action div+div{margin-left:8px}.main-chat-blk .chat .chat-body .messages .download-col .download-action div img{width:13px}.main-chat-blk .chat .chat-body .messages .file-download .download-action{position:absolute;right:8px;bottom:8px;line-height:0;bottom:14px}.main-chat-blk .chat .chat-body .messages .file-download .download-action a{color:#fff;font-size:10px;color:#343a40}.main-chat-blk .chat .chat-body .messages .file-download .download-action div+div{margin-left:8px}.main-chat-blk .chat .chat-body .messages .file-download .download-action div img{width:13px}.main-chat-blk .chat .chat-body .messages .file-download{position:relative;background:#e8ebed;border-radius:10px;padding:10px;margin-bottom:7px}.main-chat-blk .chat .chat-body .messages .file-download .file-type{width:54px;height:54px;background-color:#fff;border-radius:4px}.main-chat-blk .chat .chat-body .messages .file-download .file-type i{color:#000;font-size:24px}.main-chat-blk .chat .chat-body .messages .file-download .file-details span.file-name{color:#212529;display:inline-block;width:100%;font-size:15px;font-weight:500}.main-chat-blk .chat .chat-body .messages .file-download .file-details span.file-size{color:#000;display:inline-block;width:100%}.main-chat-blk .chat .chat-body .messages .file-download .file-details ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin-bottom:0}.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li{list-style:none;color:#212529;font-size:14px;position:relative}.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li::before{content:"";position:absolute;width:1px;height:13px;background:#c2c2c2;right:-8px;top:5px}.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li:last-child::before{display:none}.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li a{color:#ff9f43}.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li+li{padding-left:15px}.main-chat-blk .chat .chat-body.no-message{user-select:none}.main-chat-blk .chat .chat-footer{position:relative}.main-chat-blk .chat .chat-footer form{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;position:relative;bottom:0;left:0;right:0;padding:24px}@media(max-width: 991.98px){.main-chat-blk .chat .chat-footer form{padding-bottom:15px}}.main-chat-blk .chat .chat-footer form .form-buttons .btn{margin-left:0px;color:#dbe0e6;font-size:20px;padding:0;width:20px;height:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:10px}.main-chat-blk .chat .chat-footer form .form-buttons .btn:last-child{margin-right:0}.main-chat-blk .chat .chat-footer form .form-buttons .btn.send-btn{width:40px;height:40px;border-radius:6px;background:#ff9f43;display:inline-flex;justify-content:center;align-items:center;color:#fff !important;margin-left:10px}.main-chat-blk .chat .chat-footer form .form-buttons .btn.send-btn:hover{background-color:#fff;border-color:#343a40}.main-chat-blk .chat .chat-footer form .form-buttons .btn.send-btn:hover i{color:#343a40}.main-chat-blk .chat .chat-footer form .form-buttons .btn.send-btn:focus{box-shadow:none}.main-chat-blk .chat .chat-footer form .specker-col span{color:#343a40;font-size:25px}.main-chat-blk .chat .chat-footer form .attach-col i{color:#343a40;font-size:20px}.main-chat-blk .chat .chat-footer form .attach-col{right:inherit;left:60px}.main-chat-blk .chat .chat-footer form .smile-col i{color:#343a40;font-size:20px;font-size:22px}.main-chat-blk .chat .chat-footer form .smile-col{right:inherit;left:15px}.main-chat-blk .chat .chat-footer form .smile-foot{margin-right:10px}.main-chat-blk .chat .chat-footer form .smile-foot .action-circle{width:38px;height:38px;background:#fff;border-radius:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.main-chat-blk .chat .chat-footer form .smile-foot .action-circle:hover{background-color:#f3f6f9;border-color:#f3f6f9}.main-chat-blk .chat .chat-footer form .smile-foot .action-circle i{color:#212529;font-size:18px}.main-chat-blk .chat .chat-footer form .form-control::-webkit-input-placeholder{color:#212529;opacity:1}.main-chat-blk .chat .chat-footer form .form-control::-moz-placeholder{color:#212529;opacity:1}.main-chat-blk .chat .chat-footer form .form-control:-ms-input-placeholder{color:#212529;opacity:1}.main-chat-blk .chat .chat-footer form .form-control:-moz-placeholder{color:#212529;opacity:1}.main-chat-blk .chat-options ul.list-inline .list-inline-item{margin-bottom:0}.main-chat-blk .last-seen{color:#212529;font-size:14px}.main-chat-blk .user_callog{display:flex;margin-top:0px}.main-chat-blk .calllog_p{margin-left:5px}.main-chat-blk .chat-options.chat-option-profile .list-inline-item a{background:#ff9f43;width:38px;height:38px;border-radius:50px;color:#212529;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;color:#fff}.main-chat-blk .chat-options.chat-option-profile .list-inline-item a:hover{background:#1b2950;color:#fff}.main-chat-blk .chat-options.chat-option-profile .list-inline{border-bottom:1px solid #ededed;margin-bottom:0;padding-bottom:15px}.main-chat-blk .last-seen-profile span{color:#212529;font-size:14px;font-weight:400;margin-bottom:12px;display:block}.main-chat-blk .header_button{position:absolute;right:5px;width:40px;height:40px;border-radius:20px;font-size:14px;color:#fff;text-align:center;background:#ffa977;bottom:40px;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center}.main-chat-blk .btn-warning:hover{color:#fff;background-color:#ffb269;border-color:#ffa956}.main-chat-blk .right_sidebar_profile{margin-top:0px}.main-chat-blk .account_details{background-color:#e8ebed;border-color:#dbe0e6;border-radius:5px !important;border-bottom:0 !important}.main-chat-blk .security_details{background-color:#e8ebed;border-color:#dbe0e6;border-radius:5px !important;border-bottom:0 !important}.main-chat-blk .close_icon{font-size:18px}.main-chat-blk .button_plus{margin-left:0px}.main-chat-blk .chat-search{position:absolute;left:0;top:0;width:100%;transition:ease all .5s;-webkit-transition:ease all .5s;-ms-transition:ease all .5s;opacity:0;visibility:hidden}.main-chat-blk .chat-search input[type=text]{padding:8px 8px 8px 35px;width:100%;min-height:47px;border-radius:0px 0px 5px 5px;border:1px solid #e5e7eb;font-size:13px;background-color:#fff;color:#212529;font-size:15px;font-weight:500}.main-chat-blk .chat-search input[type=text]:hover{border-color:#eff2f7}.main-chat-blk .chat-search input[type=text]:focus{border-color:#eff2f7}.main-chat-blk .chat-search input[type=text]:focus-visible{border-color:#eff2f7}.main-chat-blk .chat-search.visible-chat{opacity:1;visibility:visible;top:100%;transition:ease all .5s;-webkit-transition:ease all .5s;-ms-transition:ease all .5s;z-index:9}.main-chat-blk .form-control-feedback{z-index:2;display:block;text-align:center;pointer-events:none;color:rgba(0,0,0,.4);position:absolute;left:13px;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.main-chat-blk .form-control-feedback i{font-size:16px;color:#212529}.main-chat-blk .user-chat-search{position:absolute;left:0;top:0;width:100%;transition:ease all .5s;-webkit-transition:ease all .5s;-ms-transition:ease all .5s;opacity:0;visibility:hidden}.main-chat-blk .user-chat-search input[type=text]{padding:8px 8px 8px 35px;width:100%;min-height:47px;border-radius:0px 0px 5px 5px;border:1px solid #e5e7eb;font-size:13px;background-color:#fff;color:#212529;font-size:15px;font-weight:500}.main-chat-blk .user-chat-search input[type=text]:hover{border-color:#eff2f7}.main-chat-blk .user-chat-search input[type=text]:focus{border-color:#eff2f7}.main-chat-blk .user-chat-search input[type=text]:focus-visible{border-color:#eff2f7}.main-chat-blk .user-chat-search.visible-chat{opacity:1;visibility:visible;top:100%;transition:ease all .5s;-webkit-transition:ease all .5s;-ms-transition:ease all .5s;z-index:9}.main-chat-blk .all-chats{position:relative}.main-chat-blk .close-btn-chat{width:25px;height:25px;border-radius:25px;color:#212529;display:flex;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;align-items:center;-webkit-align-items:center;position:absolute;right:12px;top:9px;cursor:pointer}.main-chat-blk .user-close-btn-chat{width:25px;height:25px;border-radius:25px;color:#212529;display:flex;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;align-items:center;-webkit-align-items:center;position:absolute;right:12px;top:9px;cursor:pointer}.main-chat-blk .main_content{width:100% !important}.main-chat-blk .avatar-main{height:50px;width:50px}.main-chat-blk .archive-btn{border:1px solid #008024;color:#67748e;border-radius:4px;font-size:11px;font-weight:500;padding:2px 6px;margin-right:1.5rem}.main-chat-blk .archive-btn-grey{border:1px solid #909090;color:#000;border-radius:4px;font-size:9px;font-weight:500;padding:2px 6px;margin-top:.25rem}.main-chat-blk .right_sidebar_icon{list-style:none}.main-chat-blk .btn.btn-outline-light:hover{background:#e6e6e6}.main-chat-blk .chat-avatar{padding:8px 15px 0 8px;display:flex;display:-webkit-flex;align-items:flex-start;-webkit-align-items:flex-start;flex-shrink:0}.main-chat-blk .chat-profile-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5px}.main-chat-blk .chat-profile-name .chat-action-col a{display:-webkit-box;display:-ms-flexbox;display:flex}.main-chat-blk .delete-pop-btn .btn-primary{margin:0 0 0 10px}.main-chat-blk .delete-model-head{padding:40px}.main-chat-blk .delete-model-head .modal-header{padding:0;margin-bottom:32px}.main-chat-blk .delete-model-head .modal-body{padding:0}.main-chat-blk .delete-chat-notify{margin-bottom:32px}.main-chat-blk .delete-chat-notify .form-check{margin-bottom:14px}.main-chat-blk .chats.chats-right{flex-direction:row-reverse;-webkit-flex-direction:row-reverse}.main-chat-blk .message-star{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-chat-blk .message-star .avatar{width:26px;height:26px;margin-right:10px}.main-chat-blk .message-star .avatar img{width:100%}.main-chat-blk .message-star h6{color:#212529;font-size:15px;font-weight:500;margin-bottom:0}.main-chat-blk .message-star h6 span i{color:#ffb84d}.main-chat-blk .chat-voice-group ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;padding:0;margin-bottom:0}.main-chat-blk .chat-voice-group ul li span{width:28px;height:28px;background:#ff9f43;border-radius:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.main-chat-blk .chat-voice-group li{margin-bottom:0;color:#212529;font-size:14px;font-weight:400;list-style:none}.main-chat-blk .chat-voice-group li+li{padding-left:10px}.main-chat-blk .file-download-col .download-action{position:absolute;right:8px;bottom:8px;line-height:0}.main-chat-blk .file-download-col .download-action a{color:#fff;font-size:10px}.main-chat-blk .file-download-col .download-action div+div{margin-left:8px}.main-chat-blk .file-download-col .download-action div img{width:13px}.main-chat-blk .file-download-col:after{content:"";display:table;clear:both}.main-chat-blk .file-download-col ul{list-style:none;padding:0;margin:0}.main-chat-blk .file-download-col ul li{float:left;width:50%;padding:5px}.main-chat-blk .file-download-col ul li .image-download-col{position:relative}.main-chat-blk .file-download-col ul li .image-download-col a>img{width:100%}.main-chat-blk .file-download-col ul li.full-width{width:100%}.main-chat-blk .chat-select .select2-container .select2-selection--single{border:0;height:24px}.main-chat-blk .chat-select .select2-container .select2-selection--single .select2-selection__rendered{padding-right:40px;padding-left:0px}.main-chat-blk .chat-select .select2-container--default .select2-selection--single .select2-selection__rendered{color:#000;font-size:18px;font-weight:normal;line-height:24px;font-weight:600}.main-chat-blk .chat-select .select2-container--default .select2-selection--single .select2-selection__arrow{height:24px;right:7px}.main-chat-blk .chat-select .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#495057;border-style:solid;border-width:0 2px 2px 0;padding:3px;height:0;left:50%;margin-left:-5px;margin-top:-5px;position:absolute;top:50%;width:0;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.main-chat-blk .chat-select .select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#3a5670}.main-chat-blk .chat-select .select2-container--default .select2-selection--multiple{border:1px solid #ddd;min-height:40px}.main-chat-blk .chat-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:#495057;border-width:2px 0 0 2px;padding:3px;margin-top:-5px;border-color:#495057;border-style:solid;border-width:0 2px 2px 0;padding:3px}.main-chat-blk .chat-select .select2-container--default.form-control-sm .select2-selection--single .select2-selection__arrow{top:7px}.main-chat-blk .chat-select .select2-container--open .select2-dropdown--below{margin-top:10px}.main-chat-blk .success-pass{margin-bottom:40px;text-align:center}.main-chat-blk .review-files p{margin-bottom:5px;color:#212529;font-size:14px}.main-chat-blk .like-chat-grp ul{padding:0;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;margin-top:10px}.main-chat-blk .like-chat-grp ul li{list-style:none}.main-chat-blk .like-chat-grp ul li a{border:1px solid #e0e0e0;border-radius:50px;padding:3px 12px;display:block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;color:#212529;font-weight:400;font-size:14px}.main-chat-blk .like-chat-grp ul li a img{margin-left:5px}.main-chat-blk .like-chat-grp ul li+li{margin-left:10px}.main-chat-blk .like-chat-grp ul li.like-chat a{background:#fef6dc}.main-chat-blk .like-chat-grp ul li.comment-chat a{background:#ffe8e9}.main-chat-blk .chat-line{margin:0px 0 20px;position:relative;text-align:center;width:100%}.main-chat-blk .chat-line:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);background-color:#e8ebed;width:100%;height:1px}.main-chat-blk .chat-date{border-radius:100px;background:#e8ebed;color:#212529;font-size:14px;padding:4px 20px;display:inline-block;font-weight:400;position:relative;border:1px solid #e0e0e0}.main-chat-blk .chat+.sidebar-group{margin-right:0px}.main-chat-blk .chat+.sidebar-group .sidebar{margin-right:0px}.main-chat-blk .group-comman-theme{padding:0 24px}.main-chat-blk .group-comman-theme h6{margin-bottom:15px}.main-chat-blk .group-comman-theme ul{padding:0;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #ededed}.main-chat-blk .group-comman-theme ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none;border:1px solid #e0e0e0;border-radius:5px;padding:5px;margin-bottom:10px}.main-chat-blk .group-comman-theme ul li:last-child{margin-bottom:0}.main-chat-blk .group-comman-theme ul li .avatar{flex-shrink:0;margin-right:10px}.main-chat-blk .theme-content h6{margin-bottom:6px;color:#212529;font-size:15px;font-weight:500}.main-chat-blk .theme-content p{margin-bottom:0;text-align:start;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;color:#212529;font-size:14px}.main-chat-blk .chat-message-grp{padding:24px;padding-top:0}.main-chat-blk .chat-message-grp ul{padding:0}.main-chat-blk .chat-message-grp ul li{list-style:none;margin-bottom:15px}.main-chat-blk .chat-message-grp ul li:last-child{margin-bottom:0px}.main-chat-blk .chat-message-grp ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}.main-chat-blk .chat-message-grp ul li a:hover .stared-group h6{color:#343a40}.main-chat-blk .stared-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-chat-blk .stared-group span{width:30px;height:30px;border-radius:6px;margin-right:10px;background:#f6f7f8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.main-chat-blk .stared-group span i{font-size:16px}.main-chat-blk .stared-group h6{font-size:15px;font-weight:500;color:#000;margin-bottom:0}.main-chat-blk .star-message{background:#fef6dc}.main-chat-blk .star-message i{color:#ffb84d}.main-chat-blk .mute-message{background:rgba(235,253,255,.9803921569)}.main-chat-blk .mute-message i{color:#299cdb}.main-chat-blk .block-message{background:#ffe8e9}.main-chat-blk .block-message i{color:#7367f0}.main-chat-blk .report-message{background:#f8ecff}.main-chat-blk .report-message i{color:#ff9f43}.main-chat-blk .delete-message{background:#ffe8e9}.main-chat-blk .delete-message i{color:#f33}.main-chat-blk .count-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-chat-blk .count-group span{width:16px;height:16px;border-radius:50px;color:#fff;font-size:10px;background:#ff9f43;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin-right:5px}.main-chat-blk .count-group i{color:#424242;font-size:16px}.main-chat-blk .nav.nav-tabs.chat-tabs .nav-item .nav-link{font-size:16px;font-weight:bold;color:#fff;background-color:rgba(0,0,0,0);border:0}.main-chat-blk .nav.nav-tabs.chat-tabs .nav-item .nav-link.active{font-size:16px;font-weight:bold;color:#ffb269}.main-chat-blk .header-top ul li a{color:#000;font-size:18px}.main-chat-blk .set-search{display:flex;align-items:center;justify-content:center;font-size:16px;border-radius:50px;width:28px;height:28px}.main-chat-blk .set-search:hover{background:#f5f5f5;border-color:#f3f6f9}.main-chat-blk .header-action{list-style:none;margin:0;padding:0}.main-chat-blk .header-action li{display:inline-block;margin-left:10px}.main-chat-blk .header-action li a{color:#212529;font-size:18px}.main-chat-blk .user-list{border-radius:.25rem;display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;padding-left:0;margin-bottom:0}.main-chat-blk .user-list li a{padding:17px 20px;display:flex;display:-webkit-flex;cursor:pointer;border-radius:6px;margin-bottom:10px;border:0;box-shadow:0 2px 8px rgba(0,0,0,.08)}.main-chat-blk .user-list li .avatar{margin-right:.8rem;display:inline-block;margin-bottom:0;height:46px;width:46px;border-radius:50%;position:relative;z-index:0}.main-chat-blk .user-list li .avatar .letter-avatar{width:45px;height:45px;border-radius:45px;margin-right:.8rem;margin-bottom:0;position:relative;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;background-color:#dbe0e6;font-size:16px;font-weight:600;color:#423b93}.main-chat-blk .user-list li a.admin-shade{box-shadow:none}.main-chat-blk .user-list .avatar>a>img{width:100%;height:100%;object-fit:cover}.main-chat-blk .user-list .avatar>img{width:100%;height:100%;object-fit:cover}.main-chat-blk .avatar-away::before{content:"";position:absolute;display:block;width:12px;height:12px;border-radius:50%;top:0px;right:2px;border:2px solid #fff;z-index:9;background-color:#ff0}.main-chat-blk .avatar-offline::before{content:"";position:absolute;display:block;width:12px;height:12px;border-radius:50%;top:0px;right:2px;border:2px solid #fff;z-index:9}.main-chat-blk .avatar-online::before{content:"";position:absolute;display:block;width:12px;height:12px;border-radius:50%;top:0px;right:2px;border:2px solid #fff;z-index:9;background-color:#1dd871}.main-chat-blk .animate-typing-col{color:#28c76f}.main-chat-blk .animate-typing-col .dot{display:inline-block;width:4px;height:4px;border-radius:50%;margin-right:-1px;background:#0d9b35;-webkit-animation:wave 1.3s linear infinite;animation:wave 1.3s linear infinite;opacity:.6}.main-chat-blk .animate-typing-col .dot:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.main-chat-blk .animate-typing-col .dot:nth-child(3){-webkit-animation-delay:-0.9s;animation-delay:-0.9s}.main-chat-blk .chat_form{border-radius:20px;margin-right:0px;background:#fff;border:1px solid #c2c2c2;box-shadow:0px 4px 4px #f5f8ff;border-radius:6px;height:40px;padding:10px 10px}.main-chat-blk .contact-close a{color:#212529;opacity:.5;border-color:#e8ebed}.main-chat-blk .main-wrapper .content .sidebar-group.right-sidebar .sidebar{width:310px}.main-chat-blk .primary-title{color:#ffb269;font-size:14px;display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.main-chat-blk .primary-title i{font-size:14px}.main-chat-blk .contact-action{padding:0;margin:0;list-style:none}.main-chat-blk .contact-action li{padding:11px 0;border-bottom:1px solid #f1f1f1}.main-chat-blk .contact-action li a{color:#212529;color:#212529;font-size:14px;font-weight:bold}.main-chat-blk .contact-action li.report-contact a{color:#ff1616}.main-chat-blk .contact-action li.delete-chat a{color:#ff1616}.main-chat-blk .contact-action li.sign-out a{color:#ff1616}.main-chat-blk .left-sidebar{display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;transition:all .5s ease;-webkit-transition:all .5s ease;-ms-transition:all .5s ease}.main-chat-blk .left-sidebar-wrap{background:#fbfbfb;overflow:hidden;width:448px;display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;flex:1}.main-chat-blk .right-sidebar{display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;background-color:#f8f9fa;opacity:100%;transition:all .5s ease;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;position:relative;width:320px}.main-chat-blk .right-sidebar .right-sidebar-wrap{background-color:#fff;border-left:1px solid #e0e0e0;border-radius:0px;margin-top:0px;margin-bottom:0px;height:calc(100vh - 0px)}.main-chat-blk .right-sidebar .right-sidebar-wrap .sidebar-body{padding:0}.main-chat-blk .right-sidebar .right-sidebar-wrap .right-sidebar-profile{padding:24px;padding-bottom:0;margin-bottom:15px}.main-chat-blk .right-sidebar .contact-close_call .close_profile{width:25px;height:25px;border-radius:25px;color:#212529;display:flex;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;align-items:center;-webkit-align-items:center}.main-chat-blk .right-sidebar .contact-close_call .close_profile.close-star{color:#f90}.main-chat-blk .right-sidebar .contact-close_call .close_profile.close-trash{color:#ff1616}.main-chat-blk .right-sidebar.video-right-sidebar{width:371px}.main-chat-blk .right-sidebar.video-right-sidebar .chat .chat-body{padding-bottom:110px}.main-chat-blk .right-sidebar.video-right-sidebar .chat{margin-left:0 !important;display:block}.main-chat-blk .video-call-chat .left-chat-title.with-bg{background:rgba(0,0,0,0)}.main-chat-blk .video-call-chat .left-chat-title{border:0}.main-chat-blk .video-call-chat .chat-title h4{font-size:18px;font-weight:600;color:#212529}.main-chat-blk .video-call-chat .chat-title span{font-size:12px;font-weight:400;color:#212529}.main-chat-blk .chat.video-call-chat .chat-body{background-image:none}.main-chat-blk .chat.video-call-chat .chat-body .messages .chats .message-content{background:#f5f5f5}.main-chat-blk .chat.video-call-chat .chat-body .messages .chats.chats-right .message-content{background:#f8ecff}.main-chat-blk .member-details{margin-bottom:10px}.main-chat-blk .chat-member-details{padding:0 24px}.main-chat-blk .chat-member-details .member-details ul{padding:0;border-bottom:1px solid #ededed}.main-chat-blk .chat-member-details .member-details ul li{list-style:none;margin-bottom:15px}.main-chat-blk .chat-member-details .member-details ul li h6{font-size:15px;font-weight:400;color:#212529;margin-bottom:5px}.main-chat-blk .chat-member-details .member-details ul li h5{font-size:15px;font-weight:500;color:#212529;margin-bottom:0px}.main-chat-blk .chat-member-details .member-details ul li span{font-size:16px;font-weight:400;color:#212529}.main-chat-blk .chat-member-details .member-details ul li a{font-size:15px;font-weight:500;color:#343a40;border-radius:100px;padding:5px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.main-chat-blk .chat-member-details .member-details ul li a:hover{color:#212529}.main-chat-blk .chat-member-details .member-details ul li a+a{margin-left:10px}.main-chat-blk .right-sidebar.show-right-sidebar{margin-right:0}.main-chat-blk .right-sidebar.video-right-sidebar.show-right-sidebar{margin-right:0}.main-chat-blk .right-sidebar.hide-right-sidebar{margin-right:-320px}.main-chat-blk .right-sidebar.video-right-sidebar.hide-right-sidebar{margin-right:-371px}.main-chat-blk .status-modal .custom-status-close{width:25px;height:25px;border-radius:25px;color:#212529;display:flex;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;align-items:center;-webkit-align-items:center;background-color:#f3f6f9;border-color:#f3f6f9}.main-chat-blk .group-description .description-sub h5 span a{width:25px;height:25px;border-radius:25px;color:#212529;display:flex;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;align-items:center;-webkit-align-items:center;border-color:#f3f6f9}.main-chat-blk .list_group_notread{color:#ffb269 !important}.main-chat-blk .chat-cont-type{display:flex;align-items:center;justify-content:center}.main-chat-blk .chat-cont-type .chat-type-wrapper{margin-bottom:0}.main-chat-blk .chat-cont-type .chat-type-wrapper p{color:#000;font-size:12px;font-weight:400;margin-bottom:0}.main-chat-blk .group-type-radio{display:block;position:relative;padding-left:35px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:16px;font-weight:400;color:#212529;margin-right:24px}.main-chat-blk .group-type-radio input{position:absolute;opacity:0;cursor:pointer}.main-chat-blk .group-type-radio input:checked~.checkmark{background-color:#343a40}.main-chat-blk .group-type-radio input:checked~.checkmark:after{display:block}.main-chat-blk .group-type-radio .checkmark:after{top:4px;left:4px;width:12px;height:12px;border-radius:50%;background:#fff}.main-chat-blk .checkmark{position:absolute;top:0;left:0;height:22px;width:22px;background-color:#fff;border:1px solid #e4e4e4;border-radius:50%}.main-chat-blk .checkmark:after{content:"";position:absolute;display:none}.main-chat-blk .pass-login label{color:#212529;font-size:14px;font-weight:500}.main-chat-blk .select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#343a40 !important}.main-chat-blk .right-sidebar-profile>.avatar{background:rgba(66,11,161,.1)}.main-chat-blk .group_img{position:relative;display:inline-block}.main-chat-blk .group-name-search{margin-bottom:14px}.main-chat-blk .parti-wrapper{margin-bottom:14px;display:flex;align-items:center}.main-chat-blk .group_header{width:38px !important;height:38px !important;border:2px solid #fff}.main-chat-blk .last-chat-time i.missed-col{width:17px;display:inline-block;margin-top:10px}.main-chat-blk .last-chat-time i.missed-col img{max-width:100%;height:auto}.main-chat-blk .right-sidebar-head{padding:0px 24px}.main-chat-blk .right-sidebar-head h5{font-size:15px;font-weight:600;color:#212529;margin-bottom:0px}.main-chat-blk .right-sidebar-head.share-media .share-media-blk{margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .nav-tabs{margin-bottom:15px;padding:5px;border-radius:8px;display:flex;justify-content:space-between}.main-chat-blk .right-sidebar-head.share-media .about-media-tabs{border-bottom:1px solid #ededed;padding-bottom:10px;margin-bottom:15px}.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .nav .nav-item.active{background:#ff9f43;border-radius:6px;color:#212529;color:#fff}.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .nav .nav-item{padding:2px 10px;font-size:14px;color:#212529;font-weight:500;border:0;margin-right:10px;background:#fafbfe;color:#ff9f43;border-radius:6px}.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .nav .nav-item:last-child{margin-right:0px}.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li{margin:0px 6px 6px 0px;position:relative}.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li img{border-radius:8px;width:84px}.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li span i{font-size:20px;color:#fff}.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li span{position:absolute;color:#fff;font-size:13px;font-weight:500;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li:hover span i{color:#e8ebed}.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li.blur-media img{filter:blur(2px)}.main-chat-blk .media-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:15px}.main-chat-blk .media-file:last-child{margin-bottom:0}.main-chat-blk .media-doc-blk{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-chat-blk .media-doc-blk span{width:50px;height:50px;border-radius:5px;background:#f5f5f5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin-right:10px}.main-chat-blk .media-doc-blk span i{font-size:24px}.main-chat-blk .document-detail ul{padding:0;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-chat-blk .document-detail ul li{list-style:none;color:#212529;font-size:14px;font-weight:400;position:relative}.main-chat-blk .document-detail ul li::before{content:"";position:absolute;width:1px;height:13px;background:#c2c2c2;right:-8px;top:5px}.main-chat-blk .document-detail ul li:last-child::before{display:none}.main-chat-blk .document-detail ul li+li{padding-left:15px}.main-chat-blk .document-detail h6{color:#212529;font-size:15px;font-weight:500}.main-chat-blk .media-download a{color:#212529}.main-chat-blk .social-media-col{margin-top:35px}.main-chat-blk .social-media-col:after{content:"";display:table;clear:both}.main-chat-blk .social-media-col ul{list-style:none;padding:0;margin:0}.main-chat-blk .social-media-col ul li{float:left}.main-chat-blk .social-media-col ul li a{color:#423b93;font-size:18px}.main-chat-blk .social-media-col ul li+li{margin-left:10px}.main-chat-blk .social-media-col h6{font-weight:600;color:#000;font-size:15px;margin-bottom:20px}.main-chat-blk .media-link-grp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.main-chat-blk .media-link-detail h6 a{color:#212529;font-size:15px;font-weight:500;margin-bottom:5px}.main-chat-blk .media-link-detail span a{color:#212529;font-size:14px;font-weight:400;word-break:break-all}.main-chat-blk .media-link-detail a:hover{color:#343a40}.main-chat-blk .share-media-blk a{color:#343a40;font-weight:500}.main-chat-blk .link-img{flex-shrink:0}.main-chat-blk .link-img img{border-radius:4px;margin-right:10px}.main-chat-blk .settings-col h6{font-weight:600;color:#000;font-size:15px;margin-bottom:20px}.main-chat-blk .settings-col{margin-top:35px}.main-chat-blk .settings-col:after{content:"";display:table;clear:both}.main-chat-blk .settings-col ul{list-style:none;padding:0;margin:0}.main-chat-blk .settings-col ul li{color:#67748e;font-weight:500}.main-chat-blk .settings-col ul li+li{margin-top:15px}.main-chat-blk .settings-col .switch{position:relative;display:inline-block;width:40px;height:23px;margin-bottom:0;margin-right:10px}.main-chat-blk .settings-col .switch input{opacity:0;width:0;height:0}.main-chat-blk .settings-col .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#000;-webkit-transition:.4s;transition:.4s}.main-chat-blk .settings-col .slider:before{position:absolute;content:"";height:15px;width:15px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}.main-chat-blk .settings-col input:checked+.slider{background-color:#008dda}.main-chat-blk .settings-col input:checked+.slider:before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translateX(16px)}.main-chat-blk .settings-col input:focus+.slider{box-shadow:0 0 1px #2196f3}.main-chat-blk .settings-col .slider.round{border-radius:34px}.main-chat-blk .settings-col .slider.round:before{border-radius:50%}.main-chat-blk .report-col{margin-top:35px;padding:12px;padding-bottom:50px}.main-chat-blk .report-col:after{content:"";display:table;clear:both}.main-chat-blk .report-col ul{list-style:none;padding:0;margin:0}.main-chat-blk .report-col ul:after{content:"";display:table;clear:both}.main-chat-blk .report-col ul li{display:block;width:100%;font-weight:500;position:relative}.main-chat-blk .report-col ul li a{color:#ff1616;padding-left:25px}.main-chat-blk .report-col ul li a span{position:absolute;left:0;top:0px;font-size:16px}.main-chat-blk .report-col ul li+li{margin-top:19px}.main-chat-blk .load-more-btn{font-weight:600;margin-top:10px}.main-chat-blk .load-more-btn i{background:#0057ff;border-radius:50%;height:12px;width:12px;color:#fff;line-height:8px;font-size:12px;vertical-align:top}.main-chat-blk .chat-message-grp.chat-encrypt{padding-bottom:0}.main-chat-blk .chat-message-grp.chat-encrypt ul{border-bottom:1px solid #ededed;padding-bottom:15px;margin-bottom:15px}.main-chat-blk .participants-list{padding:0px 24px}.main-chat-blk .participants-list .participants-list-group h6.parti-search{font-size:20px !important;display:flex;align-items:center}.main-chat-blk .participants-list ul{list-style:none;padding:0;margin:0}.main-chat-blk .participants-list ul li{border:1px solid #e0e0e0;border-radius:5px;background-color:#fff;padding:10px}.main-chat-blk .participants-list ul li+li{margin-top:10px}.main-chat-blk .participants-list .users-list-body h5{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:15px;font-weight:500;margin-bottom:5px;color:#212529}.main-chat-blk .participants-list .users-list-body p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-bottom:0;color:#212529;font-size:14px;font-weight:400}.main-chat-blk .participants-list .users-list-body{flex:1;position:relative;min-width:0px;display:flex;display:-webkit-flex;width:100%}.main-chat-blk .participants-list .admin-profiles{display:inline-block;color:#343a40;border-radius:6px;font-size:12px;padding:2px 10px;font-weight:500;background:#f8ecff}.main-chat-blk .participants-list .admin-profiles:hover{background:#680a83;color:#fff}.main-chat-blk .participants-list-group{border-bottom:1px solid #ededed;padding-bottom:15px;margin-bottom:15px}.main-chat-blk .participants-list-group h6{margin-bottom:15px;font-size:15px;font-weight:500;color:#212529;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}.main-chat-blk .chat-message-grp.group-exits{padding:0px 24px;padding-bottom:30px}.main-chat-blk .grp-delete .chat-action-col{display:flex;align-items:center;height:100%}.main-chat-blk .grp-delete .chat-action-col>a{color:#000}.main-chat-blk .chat-action-col>a{color:#212529}.main-chat-blk .darkmode-btn{width:35px;height:32px;background-color:#008dda;border:1px solid #fbfbfb;border-radius:5px;color:#fff;font-size:16px;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;margin:0 auto}.main-chat-blk .darkmode-btn:hover{color:#fff}.main-chat-blk .darkmode-btn:focus{color:#fff}.main-chat-blk .add-contacts-btn:hover{color:#fff}.main-chat-blk .add-contacts-btn:focus{color:#fff}.main-chat-blk .add-contacts-btn{width:25px;height:25px;border-radius:30px;background-color:#343a40;color:#fff;font-size:10px;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;margin:0 auto}.main-chat-blk .group-call-tab .nav-tabs .nav-link{color:#343a40;border:0;border-radius:10px;font-weight:500;padding:6px 25px}.main-chat-blk .group-call-tab .nav-tabs .nav-link:hover{color:#343a40}.main-chat-blk .group-call-tab .nav-tabs .nav-link+.nav-link{margin-left:10px}.main-chat-blk .group-call-tab .nav-tabs .nav-link.active{background-color:rgba(90,7,139,.1);color:#343a40}.main-chat-blk .group-call-tab nav{padding:0 15px 20px;position:relative}.main-chat-blk .group-call-tab nav:before{content:"";position:absolute;left:0;bottom:0;width:100%;background-color:#dbe0e6;height:1px}.main-chat-blk .header_image{width:195px}.main-chat-blk .chat_avator_img{position:relative}.main-chat-blk .group_img{width:40px;height:40px;object-fit:cover}.main-chat-blk .dreams_chat{width:40px;height:40px;object-fit:cover}.main-chat-blk .voice_pop{padding-right:17px}.main-chat-blk .status_carousel{margin-top:50px}.main-chat-blk .carousel_img{width:650px;height:434px}.main-chat-blk .video_content{min-height:200px;margin-top:70px}.main-chat-blk .voice-call-content{min-height:200px}.main-chat-blk .chatimage img{width:120px;height:120px}.main-chat-blk .send-btn_status{width:52px;height:52px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;color:#fff !important;background-color:#ffa977 !important;margin-left:15px;font-size:22px}.main-chat-blk .status_telegram{color:#fff}.main-chat-blk .media-lists{display:flex;justify-content:flex-start;margin:0 -5px 0px;flex-wrap:wrap}.main-chat-blk .media-lists .media-image{margin:5px;flex-basis:74px;min-width:74px}.main-chat-blk .media-lists .media-image img{max-width:100%}.main-chat-blk .avatar-group .avatar+.avatar{margin-left:-0.75rem}.main-chat-blk .list-group-item{background-color:inherit;border-color:#ebebeb}.main-chat-blk ul.list-inline .list-inline-item{margin-bottom:.5rem}.main-chat-blk .form-control{border-radius:5px}.main-chat-blk .custom-control-label{line-height:25px}.main-chat-blk .custom-control-input:checked~.custom-control-label::before{background-color:#0a80ff}.main-chat-blk .open_drop{color:#fff !important}.main-chat-blk .send-btn_status:focus{box-shadow:none !important;border-color:#ffa977 !important}.main-chat-blk .avatar{display:inline-block;margin-bottom:0;height:48px;width:48px;border-radius:50%}.main-chat-blk .avatar .avatar-title{color:#fff;background:#680a83;width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-size:19px;font-weight:600}.main-chat-blk .avatar>a{width:100%;height:100%;display:block;transition:color .3s;color:#0a80ff}.main-chat-blk .avatar>a>img,.main-chat-blk .avatar>img{width:100%;height:100%;object-fit:cover}.main-chat-blk .avatar.avatar-sm{height:1.3rem;width:1.3rem}.main-chat-blk .avatar.avatar-sm .avatar-title{font-size:14px}.main-chat-blk .avatar.avatar-lg{height:3.8rem;width:3.8rem}.main-chat-blk .avatar.avatar-lg .avatar-title{font-size:29px}.main-chat-blk .avatar.avatar-xl{height:100px;width:100px}.main-chat-blk .header_drop_icon{border-radius:6px}.main-chat-blk .accordion-col .accordion-title{cursor:pointer;padding:15px 0 8px}.main-chat-blk .accordion-col .accordion-title .primary-title i{transition:all .5s ease;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transform:rotate(90deg);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg)}.main-chat-blk .accordion-col .accordion-title.active .primary-title i{transition:all .5s ease;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transform:rotate(270deg);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg)}.main-chat-blk .accordion-col .accordion-content{border-bottom:1px solid #e6e6e6;padding-bottom:15px}.main-chat-blk .accordion-col .accordion-content:last-child{border-bottom:0}.main-chat-blk .accordion-col .accordion-content h6{font-size:14px}.main-chat-blk .status-right{font-weight:500;color:#444;font-size:16px;text-align:center}.main-chat-blk .status-right p{margin-top:20px;margin-bottom:0}.main-chat-blk .star-drop .btn-outline-light{color:#424242;border:0;padding:0}.main-chat-blk .star-drop .btn-outline-light i{font-size:20px}.main-chat-blk .star-drop .btn.btn-outline-light:hover{background:rgba(0,0,0,0);border:0}.main-chat-blk .chat.star-chat-group{background-image:none}.main-chat-blk .chat.star-chat-group .chat-body{background-image:none}.main-chat-blk .chat.star-chat-group .chat-body .messages .chats{max-width:100%}.main-chat-blk .chat.star-chat-group .chat-body .messages .chats .message-content{background:#f5f5f5}.main-chat-blk .chat.star-chat-group .chat-body .messages .chats .message-content.award-link a{word-break:break-all}.main-chat-blk .chat.star-chat-group .chat-body .messages .chats .message-content.award-link img{max-width:100%}.main-chat-blk .chat .chat-body .messages .chats.forward-chat-msg{display:none}.main-chat-blk .chats.forward-chat-msg{background:#ededed;border-radius:15px;padding:20px;border-left:2px solid #680a83}.main-chat-blk .chats.forward-chat-msg .chat-avatar{padding:0;padding-right:15px}.main-chat-blk .chat-title h4 a{font-size:14px;font-weight:700;text-transform:uppercase;color:#4b0973;margin-bottom:0}.main-chat-blk .left-chat-title .add-section>a{width:30px;height:30px;background-color:#680a83;border-radius:30px;color:#fff;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;font-size:13px}.main-chat-blk .add-section ul{list-style:none;padding:0;margin:0}.main-chat-blk .add-section ul li{float:left;border-radius:50px;width:28px;height:28px;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center}.main-chat-blk .add-section ul li+li{margin-left:10px}.main-chat-blk .add-section ul li a{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;font-size:20px}.main-chat-blk .all-chats .add-section ul li:hover{background-color:#f5f5f5;border-color:#f5f5f5}.main-chat-blk .online{color:#008024;font-weight:500}.main-chat-blk .top-online-contacts{padding:24px 24px 0px}.main-chat-blk .fav-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:15px}.main-chat-blk .fav-title h6{margin-bottom:0;font-size:18px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-chat-blk .fav-title h6 i{font-size:22px}.main-chat-blk .fav-title a{margin-bottom:0;color:#ff9f43;font-weight:500}.main-chat-blk .fav-title a:hover{color:#0a0a0a}.main-chat-blk .top-contacts-box .profile-img{position:relative;width:46px;height:46px}.main-chat-blk .top-contacts-box .profile-img img{max-width:100%;height:auto;border-radius:50px}.main-chat-blk .profile-name span{color:#585858;font-size:12px;display:inline-block;margin-top:9px}.main-chat-blk .top-contacts-box .profile-img.online:before{content:"";position:absolute;right:0;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);top:0px;background-color:#49e073;width:10px;height:10px;border:2px solid #fff;border-radius:50px}.main-chat-blk .dropdown-menu .dropdown-item span.edit-profile-icon,.main-chat-blk .dropdown-menu .dropdown-item span.profile-icon-col{font-size:15px}.main-chat-blk .avatar{position:relative;display:inline-block;width:46px;height:46px;flex-shrink:0}.main-chat-blk .avatar>img{width:100%;height:100%;object-fit:cover}.main-chat-blk .avatar-title{width:100%;height:100%;background-color:#650681;color:#fff;display:flex;align-items:center;justify-content:center}.main-chat-blk .avatar-away::before,.main-chat-blk .avatar-offline::before,.main-chat-blk .avatar-online::before{position:absolute;right:0;bottom:0;width:25%;height:25%;border-radius:50%;content:"";border:2px solid #fff}.main-chat-blk .avatar-online::before{background-color:#00e65b}.main-chat-blk .avatar-offline::before{background-color:#ff0100}.main-chat-blk .avatar-away::before{background-color:#ffbc34}.main-chat-blk .avatar .border{border-width:3px !important}.main-chat-blk .avatar .rounded{border-radius:6px !important}.main-chat-blk .avatar .avatar-title{font-size:18px}.main-chat-blk .avatar-xs{width:1.65rem;height:1.65rem}.main-chat-blk .avatar-xs .border{border-width:2px !important}.main-chat-blk .avatar-xs .rounded{border-radius:4px !important}.main-chat-blk .avatar-xs .avatar-title{font-size:10px}.main-chat-blk .avatar-xs.avatar-away::before,.main-chat-blk .avatar-xs.avatar-offline::before,.main-chat-blk .avatar-xs.avatar-online::before{border-width:1px}.main-chat-blk .avatar-sm{width:2.5rem;height:2.5rem}.main-chat-blk .avatar-sm .border{border-width:3px !important}.main-chat-blk .avatar-sm .rounded{border-radius:4px !important}.main-chat-blk .avatar-sm .avatar-title{font-size:15px}.main-chat-blk .avatar-sm.avatar-away::before,.main-chat-blk .avatar-sm.avatar-offline::before,.main-chat-blk .avatar-sm.avatar-online::before{border-width:2px}.main-chat-blk .avatar-lg{width:3.75rem;height:3.75rem}.main-chat-blk .avatar-lg .border{border-width:3px !important}.main-chat-blk .avatar-lg .rounded{border-radius:8px !important}.main-chat-blk .avatar-lg .avatar-title{font-size:24px}.main-chat-blk .avatar-lg.avatar-away::before,.main-chat-blk .avatar-lg.avatar-offline::before,.main-chat-blk .avatar-lg.avatar-online::before{border-width:3px}.main-chat-blk .avatar-xl{width:5rem;height:5rem}.main-chat-blk .avatar-xl .border{border-width:4px !important}.main-chat-blk .avatar-xl .rounded{border-radius:8px !important}.main-chat-blk .avatar-xl .avatar-title{font-size:28px}.main-chat-blk .avatar-xl.avatar-away::before,.main-chat-blk .avatar-xl.avatar-offline::before,.main-chat-blk .avatar-xl.avatar-online::before{border-width:4px}.main-chat-blk .avatar-xxl{width:5.125rem;height:5.125rem}.main-chat-blk .avatar-xxl .border{border-width:6px !important}.main-chat-blk .avatar-xxl .rounded{border-radius:8px !important}.main-chat-blk .avatar-xxl .avatar-title{font-size:30px}.main-chat-blk .avatar-xxl.avatar-away::before,.main-chat-blk .avatar-xxl.avatar-offline::before,.main-chat-blk .avatar-xxl.avatar-online::before{border-width:4px}.main-chat-blk .avatar-group{display:flex;display:-webkit-flex;padding-left:15px;margin-left:auto;margin-right:15px;cursor:pointer}.main-chat-blk .avatar-group .avatar+.avatar{margin-left:-0.75rem}.main-chat-blk .avatar-group .avatar-xs+.avatar-xs{margin-left:-15px}.main-chat-blk .avatar-group .avatar-sm+.avatar-sm{margin-left:-0.625rem}.main-chat-blk .avatar-group .avatar-lg+.avatar-lg{margin-left:-1rem}.main-chat-blk .avatar-group .avatar-xl+.avatar-xl{margin-left:-1.28125rem}.main-chat-blk .avatar-group .avatar:hover{z-index:1}.main-chat-blk .avatar-group.group-col{display:block}.main-chat-blk .avatar-group.group-col>div{display:flex;display:-webkit-flex;padding-bottom:5px}.main-chat-blk .avatar-group.group-col .avatar{margin-right:0}.main-chat-blk .contact-close{float:right;left:95%;right:0px;position:relative;top:5%}.main-chat-blk .status_contactclose{float:right;left:95%;right:0px;position:relative;top:1%}.main-chat-blk .status-active{border:4px solid #650681}.main-chat-blk .avatar.avatar-xl .avatar-title{font-size:39px}.main-chat-blk .nav.nav-tabs{border:none;line-height:2}.main-chat-blk .badge{padding:5px 10px;font-size:11px}.main-chat-blk .badge.badge-success{background:#0abb87}.main-chat-blk .badge.badge-danger{background:#fd397a}.main-chat-blk .badge.badge-secondary{background:dimgray}.main-chat-blk .badge.badge-info{background:#00bcd4}.main-chat-blk .badge.badge-warning{background:#ffb822}.main-chat-blk .badge.badge-dark{background:#3a3f51}.main-chat-blk .badge.badge-primary{background:#0a80ff}.main-chat-blk .badge.badge-light{background:#e6e6e6}.main-chat-blk .btn{position:relative}.main-chat-blk .btn .badge{padding:2px 6px;right:7px;top:-7px;position:absolute}.main-chat-blk .input-group .input-group-text{font-size:14px}.main-chat-blk .tooltip>.tooltip-inner{text-align:left;max-width:500px;--bs-tooltip-bg: $primary}.main-chat-blk .tooltip{--bs-tooltip-bg: $primary}.main-chat-blk .tooltip .arrow{display:none;background-color:#ff9f43}.main-chat-blk .tooltip .tooltip-inner{background-color:#ff9f43}.main-chat-blk .sticky-top{z-index:auto}.main-chat-blk .tab-content{padding-top:30px}.main-chat-blk .tab-content .form-item{margin-bottom:.8rem}.main-chat-blk .main-wrapper{overflow:hidden}.main-chat-blk .main-wrapper .content{display:flex;display:-webkit-flex}.main-chat-blk .main-wrapper .content .sidebar-group{display:flex;display:-webkit-flex;flex-direction:column;position:relative;z-index:99;width:340px}@media(max-width: 767px){.main-chat-blk .main-wrapper .content .sidebar-group{width:100%}}.main-chat-blk .main-wrapper .content .sidebar-group .sidebar{background:#fff;overflow:hidden;width:340px !important;display:flex;flex-direction:column;flex:1;border-right:1px solid #e0e0e0}@media(max-width: 767px){.main-chat-blk .main-wrapper .content .sidebar-group .sidebar{width:100% !important}}.main-chat-blk .main-wrapper .content .sidebar-group .sidebar:not(.active){display:none}.main-chat-blk .header-top{display:flex;justify-content:space-between;margin-bottom:30px;font-weight:600;background-color:#680a83}.main-chat-blk .header-top .logo{margin-top:0 !important}.main-chat-blk .header-top>span{font-size:22px}.main-chat-blk .header-top ul{margin-bottom:0;display:flex}.main-chat-blk .header-top ul.header-action{margin-top:14px !important}.main-chat-blk .chat-header ul{margin-bottom:0}.main-chat-blk .chat-header ul li:not(.list-inline-item){margin-bottom:0;width:48px;margin-right:15px !important}.main-chat-blk .chat-header ul li:last-child{margin-right:0 !important}.main-chat-blk .sidebar-body{flex:1;overflow:auto;padding:24px 24px 10px;width:100%}.main-chat-blk .pin-chat img{margin-right:6px}.main-chat-blk .sidebar-body .profile-name{font-weight:600;color:#0a0a0a;font-size:18px;margin-bottom:0}.main-chat-blk .online-profile{position:relative}.main-chat-blk .online-profile span{position:relative;color:#565656;font-size:13px;padding-left:10px}.main-chat-blk .online-profile span:before{content:"";position:absolute;left:0;top:7px;background-color:#49e073;width:8px;height:8px;border-radius:50px}.main-chat-blk .close_profile4{color:#000;border-color:#e6e6e6}.main-chat-blk .sidebar .user-list li a{padding:10px;display:flex;display:-webkit-flex;cursor:pointer;margin-bottom:15px;border:1px solid #e0e0e0;box-shadow:none;border-radius:5px;position:relative;transition:ease all .5s;-webkit-transition:ease all .5s;-ms-transition:ease all .5s}.main-chat-blk .sidebar .user-list li a:hover{background-color:rgba(254,159,67,.08);border:1px solid rgba(254,159,67,.08);transition:ease all .5s;-webkit-transition:ease all .5s;-ms-transition:ease all .5s}.main-chat-blk .sidebar .user-list li.item-typing{background-color:#f1f6ff}.main-chat-blk .sidebar .user-list li figure{margin-right:1rem}.main-chat-blk .sidebar .user-list li .users-list-body{flex:1;position:relative;min-width:0px;display:flex}.main-chat-blk .lock-icon{color:#000}.main-chat-blk .sidebar .user-list li .users-list-body>div:first-child{min-width:0;display:flex;flex-direction:column;flex:1}.main-chat-blk .parti-notify-check{margin-bottom:0 !important;display:flex;align-items:center}.main-chat-blk .sidebar .user-list li .users-list-body h5{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:15px;font-weight:500;margin-bottom:3px;color:#0a0a0a}.main-chat-blk .sidebar .user-list li .users-list-body p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-bottom:0;color:#232323;font-size:14px}.main-chat-blk .sidebar .user-list li .users-list-body p.missed-call-col{color:#de3e44}.main-chat-blk .sidebar .user-list li .users-list-body .last-chat-time{padding-left:15px;position:relative}.main-chat-blk .sidebar .user-list li .users-list-body .last-chat-time .text-muted{color:#424242 !important;font-weight:400;font-size:12px;margin-bottom:5px;display:block;text-align:right}.main-chat-blk .sidebar .user-list li .users-list-body .last-chat-time .contact-toggle{color:#680a83}.main-chat-blk .sidebar .user-list li .users-list-body .last-chat-time .new-message-count{width:20px;height:20px;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;line-height:0;font-size:11px;background-color:#ff9f43;color:#fff;border-radius:50%;margin-left:auto;margin-top:10px;position:absolute;right:0;bottom:0}.main-chat-blk .sidebar .user-list li .users-list-body .last-chat-time .chat-toggle{position:absolute;right:0;bottom:0;opacity:0;text-align:right;transition:all .5s ease;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;width:18px;height:24px}.main-chat-blk .sidebar .user-list li.unread h5{color:#fff}.main-chat-blk .sidebar .user-list li.unread p{color:#fff}.main-chat-blk .sidebar .user-list li.unread .text-muted{color:hsla(0,0%,100%,.4) !important}.main-chat-blk .sidebar .user-list li.user-list-item.item-typing .users-list-body p{color:#0d9b35}.main-chat-blk .rightside_tab{padding-top:5px !important}.main-chat-blk .chat-pin{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:flex-end;-webkit-justify-content:end;-ms-flex-pack:end}.main-chat-blk .chat-pin .green-check{color:#0d9b35}.main-chat-blk .chat-pin img{width:10px}.main-chat-blk .chat-pin .check{color:#53bdeb}.main-chat-blk .select-message-box{margin-top:50px}.main-chat-blk .select-message-box h4{margin-bottom:5px}.main-chat-blk .select-message-box p{margin-top:0;margin-bottom:24px;color:#424242;font-size:16px;font-weight:400}.main-chat-blk .select-message-box .btn i{font-size:15px}.main-chat-blk .group-description{padding:0px 24px}.main-chat-blk .group-description .description-sub{border-bottom:1px solid #ededed;padding-bottom:15px;margin-bottom:15px}.main-chat-blk .group-description h5{font-size:15px;font-weight:500;color:#0a0a0a;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}.main-chat-blk .group-description h5 a:hover{color:#650681 !important}.main-chat-blk .group-description p{color:#424242;font-size:16px;font-weight:400;margin-bottom:10px}.main-chat-blk .group-description p.description-date{color:#424242;font-size:12px;font-weight:400;margin-bottom:0px}.main-chat-blk .encrypted-message p{font-size:12px;color:#424242;font-weight:400;margin-bottom:0}.main-chat-blk .group-view-all{margin-top:10px}.main-chat-blk .group-view-all a{color:#680a83;font-size:14px;font-weight:500}.main-chat-blk .group-view-all a:hover{color:#0a0a0a}.main-chat-blk .exit-bg-message{background:#ffe8e9}.main-chat-blk .exit-bg-message i{color:#de3e44}.main-chat-blk .disapper-message{background:#e7faf2}.main-chat-blk .disapper-message i{color:#1ba345}.main-chat-blk .group-setting-msg{background:#f8ecff}.main-chat-blk .group-setting-msg i{color:#680a83}.main-chat-blk .group-setting .stared-group span{width:50px;height:50px}.main-chat-blk .edit-set-details p{font-size:14px;font-weight:400;color:#424242;margin-bottom:0}.main-chat-blk .group-send-msg{background:#fef6dc}.main-chat-blk .parcipant-check p a{color:#680a83}.main-chat-blk .select-group-chat .dropdown-toggle::after{display:none}.main-chat-blk .select-group-chat .dropdown-toggle i{margin-left:15px}.main-chat-blk .select-group-chat .dropdown-toggle:hover{color:#0a0a0a}.main-chat-blk .select-group-chat .dropdown-toggle{font-weight:600;color:#0a0a0a;font-size:18px}.main-chat-blk .select-group-chat .dropdown-menu .dropdown-item{font-size:14px;font-weight:400;color:#0a0a0a}.main-chat-blk .select-group-chat .dropdown-menu li:first-child .dropdown-item:hover{border-radius:5px 5px 0 0}.main-chat-blk .select-group-chat .dropdown-menu li:last-child .dropdown-item:hover{border-radius:0 0 5px 5px}.main-chat-blk .dropzone{background:#fff;border:1px dashed #c2c2c2;border-radius:5px;padding:10px;min-height:70px;text-align:center}.main-chat-blk .dropzone.dz-clickable .dz-message{display:none}.main-chat-blk .dropzone p{margin-bottom:10px;font-size:16px;font-weight:500;color:#0a0a0a}.main-chat-blk .dropzone span{color:#424242;font-size:14px;font-weight:400}.main-chat-blk .uplaod-image img{border-radius:20px}.main-chat-blk .upload-img-file .modal-body{padding:0}.main-chat-blk .upload-img-file .modal-content{position:relative}.main-chat-blk .upload-img-file .modal-header{position:absolute;top:0;z-index:9;left:0;right:0}.main-chat-blk .upload-image-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-chat-blk .upload-image-list li+li{margin-left:10px}.main-chat-blk .upload-img-file .modal-header .close{background-color:rgba(0,0,0,0);color:#fff}.main-chat-blk .check-star i{color:#fec001}.main-chat-blk .emoj-group-list{display:none;position:absolute;top:-50px;left:-90px;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-webkit-transition:all .5s ease}.main-chat-blk .emoj-group-list ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f6f7f8;border-radius:50px;padding:5px}.main-chat-blk .emoj-group-list ul li a{padding:0}.main-chat-blk .emoj-group-list ul li.add-emoj a{background:#ededed}.main-chat-blk .emoj-group-list ul li.add-emoj a i{font-size:20px;color:#424242}.main-chat-blk .chat .slimscroll{height:calc(100vh - 60px) !important}.main-chat-blk .settings-option{display:none;text-align:right}.main-chat-blk .settings-option a{font-size:15px;font-weight:500;color:#680a83}.main-chat-blk .empty-dark-img{display:none}.main-chat-blk .bootstrap-datetimepicker-widget span{position:relative}.chat-window .card .card-header{background-color:#fff;border-bottom:1px solid #e8ebed}.chat-window .badge-success{background-color:#28c76f !important}.chat-page .footer{display:none}.chat-search .input-group .form-control{margin:0;padding:0 0 0 36px;height:46px}.chat-search .input-group .input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;color:#495057;pointer-events:none;z-index:4;position:absolute;top:0;right:15px;bottom:0}.chat-cont-left .chat-scroll{max-height:calc(100vh - 200px);overflow-y:auto;padding:0}.chat-cont-left .chat-scroll .media{border-bottom:1px solid #e8ebed;margin:0;padding:10px;-webkit-transition:all .2s;-ms-transition:all .2s;transition:all .2s}.chat-cont-left .chat-scroll .media.active{background-color:#f3f6f9}.chat-cont-left .chat-scroll .media:hover{background-color:#f3f6f9}.chat-cont-left .chat-scroll .media .media-img-wrap{margin:0 15px 0 0;position:relative}.chat-cont-left .chat-scroll .media .media-img-wrap .avatar>img{width:100%;height:100%;object-fit:cover}.chat-cont-left .chat-scroll .media .media-body{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}.chat-cont-left .chat-scroll .media .media-body .user-name{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ff9f43;font-size:16px;font-weight:700}.chat-cont-left .chat-scroll .media .media-body .user-last-chat{color:#343a40;font-size:14px;line-height:24px;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-cont-left .chat-scroll .media .media-body .last-chat-time{color:#67748e;font-size:13px}.chat-cont-left .chat-scroll .media .media-body div:last-child{text-align:right}.chat-cont-right{-webkit-transition:all .4s;-ms-transition:all .4s;transition:all .4s}.chat-cont-right .chat-scroll{max-height:calc(100vh - 293px);overflow-y:auto}.chat-cont-right .msg_head .back-user-list{display:none;margin:0 0 0 -10px;padding:0 10px}.chat-cont-right .img_cont{position:relative;height:45px;width:45px}.chat-cont-right .img_cont .user_img{height:45px;min-width:45px;width:45px;border:1.5px solid #ff9f43}.chat-cont-right .user_info{margin:0 auto 0 15px;padding:0;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-cont-right ul.list-unstyled{margin:0 auto;padding:0;width:100%}.chat-cont-right ul.list-unstyled .media.sent{margin-bottom:20px}.chat-cont-right ul.list-unstyled .media.sent .avatar{order:3;height:30px;width:30px}.chat-cont-right ul.list-unstyled .media.sent .media-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-ms-flex-direction:column;flex-direction:column;margin:0 20px 0 0;padding:0}.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box{margin:0;padding:0 0 0 50px;position:relative}.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box+.msg-box{margin:5px 0 0;padding:0}.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box p{margin:0;padding:0}.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box:first-child::before{border-bottom:6px solid rgba(0,0,0,0);border-left:6px solid #f5f5f5;border-top:6px solid #f5f5f5;border-right:6px solid rgba(0,0,0,0);content:"";height:0;width:0;position:absolute;top:0;right:-12px;left:auto}.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box>div{margin:0;padding:10px 15px;border-radius:10px;background-color:#f5f5f5;display:inline-block;position:relative}.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box:first-child>div{border-radius:10px 0 10px 10px}.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -1px;padding:4px 0;width:100%}.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments .chat-attachment{position:relative;max-width:130px;overflow:hidden}.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments .chat-attachment:before{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;content:"";opacity:.4;-webkit-transition:all .4s;-ms-transition:all .4s;transition:all .4s}.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments .chat-attachment:hover .chat-attach-download{opacity:1}.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments>div{margin:0 1px}.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments img{max-width:100%}.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments .chat-attach-download{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:0;-webkit-transition:all .4s;-ms-transition:all .4s;transition:all .4s;color:#fff;width:32px;line-height:32px;background:hsla(0,0%,100%,.2);text-align:center}.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;margin:5px 0 0;padding:0;-ms-flex-wrap:wrap;flex-wrap:wrap;clear:both;flex-direction:row-reverse;list-style:none}.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info li{margin:0;padding:0 0 0 16px;position:relative}.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info li:not(:last-child)::after{position:absolute;top:50%;right:auto;left:8px;transform:translate(-50%, -50%);background:#ff9f43;content:"";height:4px;width:4px}.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info .chat-time{color:rgba(50,65,72,.4)}.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info a{color:#343a40}.chat-cont-right ul.list-unstyled .media.received{position:relative;margin-bottom:20px}.chat-cont-right ul.list-unstyled .media.received .media-body{position:relative;margin:0 0 0 20px;padding:0}.chat-cont-right ul.list-unstyled .media.received .media-body::before{border-bottom:6px solid rgba(0,0,0,0);border-right:6px solid #ff9f43;border-top:6px solid #ff9f43;border-left:6px solid rgba(0,0,0,0);content:"";height:0;position:absolute;top:0px;right:auto;left:-6px;width:0}.chat-cont-right ul.list-unstyled .media.received .media-body>div{margin:0;padding:10px 15px;border-radius:10px;background-color:#ff9f43;display:table;position:relative}.chat-cont-right ul.list-unstyled .media.received .media-body>div p{color:#fff;margin:0;padding:0}.chat-cont-right ul.list-unstyled .media.received .msg-box{display:block}.chat-cont-right ul.list-unstyled .media.received .msg-box+.msg-box{margin-top:5px}.chat-cont-right ul.list-unstyled .media.received .chat-msg-info{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:5px 0 0;padding:0;clear:both;list-style:none}.chat-cont-right ul.list-unstyled .media.received .chat-msg-info .chat-time{color:hsla(0,0%,100%,.8)}.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -1px;padding:4px 0;width:100%}.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments .chat-attachment{position:relative;max-width:130px;overflow:hidden}.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments .chat-attachment:before{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;content:"";opacity:.4;-webkit-transition:all .4s;-ms-transition:all .4s;transition:all .4s}.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments .chat-attachment:hover .chat-attach-download{opacity:1}.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments>div{margin:0 1px}.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments img{max-width:100%}.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments .chat-attach-download{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transition:all .4s;-ms-transition:all .4s;transition:all .4s;opacity:0;color:#fff;width:32px;line-height:32px;background:hsla(0,0%,100%,.2);text-align:center}.chat-cont-right ul.list-unstyled .chat-date{font-size:14px;margin:1.875rem 0;overflow:hidden;position:relative;text-align:center;text-transform:capitalize}.chat-cont-right ul.list-unstyled .chat-date:before{background-color:#e0e3e4;content:"";height:1px;margin-right:28px;position:absolute;top:50%;right:50%;width:100%}.chat-cont-right ul.list-unstyled .chat-date:after{background-color:#e0e3e4;content:"";height:1px;margin:0 0 0 28px;position:absolute;top:50%;left:50%;width:100%}.card-footer{background-color:#fff;border-top:1px solid #e8ebed;margin:0;padding:1rem 1.5rem}.card-footer .type_msg{background-color:rgba(0,0,0,.1) !important;border:0 !important;overflow-y:auto}@media(max-width: 992px){.chat-window.chat-slide .chat-cont-right{right:0;opacity:1;visibility:visible}.chat-cont-right{position:absolute;right:-100px;opacity:0;visibility:hidden;z-index:99}.chat-cont-right .msg_head .back-user-list{display:flex;align-items:center}}.msg-typing{width:auto;height:24px;padding-top:8px}.msg-typing span{height:8px;width:8px;float:left;background-color:#fff;display:block;opacity:.4;margin:0 1px;border-radius:50%}.msg-typing span:nth-of-type(1){animation:1s blink infinite .33333s}.msg-typing span:nth-of-type(2){animation:1s blink infinite .66666s}.msg-typing span :nth-of-type(3){animation:1s blink infinite .99999s}@keyframes blink{50%{opacity:1}}.phone-call-icon svg{width:18px}.phone-call-icon .income-success{color:#28c76f}.phone-call-icon .income-success-missed{color:#ff1616}.history-modal-profile .content{padding:24px}.history-modal-profile .right-sidebar-profile{background:#fafbfe;border-radius:8px;padding:24px}.history-modal-profile .right-sidebar-profile .list-inline-item a{background:#ff9f43;width:40px;height:40px;border-radius:50px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.history-modal-profile .right-sidebar-profile .list-inline-item a:hover{background:#1b2950;color:#fff}.history-modal-profile .right-sidebar-profile .avatar{margin-bottom:24px;width:150px;height:150px}.history-modal-profile .right-sidebar-profile .avatar img{border-radius:8px}.modal-profile-detail .modal-userlist li{font-size:14px;color:#000;margin-bottom:10px}.modal-profile-detail .modal-userlist li span{display:block;color:#000}.modal-profile-detail .modal-userlist li:last-child{margin-bottom:0}.dash-widget{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;background:#fff;margin-bottom:25px;border-radius:6px;padding:0px;border:1px solid #dbe0e6}.dash-widget.dash1 .dash-widgetimg span{background:rgba(40,199,111,.122)}.dash-widget.dash2 .dash-widgetimg span{background:rgba(0,207,232,.12)}.dash-widget.dash3 .dash-widgetimg span{background:rgba(234,84,85,.12)}.dash-widget .dash-widgetcontent{margin-left:10px}.dash-widget .dash-widgetcontent h5{text-align:left;color:#000;font-weight:700;font-size:18px}.dash-widget .dash-widgetcontent h6{font-weight:400;font-size:14px;color:#67748e;width:100%;margin-bottom:0}.dash-widget .dash-widgetimg span{width:35px;height:35px;background:rgba(249,110,111,.12);display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;border-radius:100%}.dash-count{background:#ff9f43;color:#fff;min-height:98px;width:100%;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin:0 0 5px;padding:20px}.dash-count.das1{background:#00cfe8}.dash-count.das2{background:#1b2850}.dash-count.das3{background:#28c76f}.dash-count h4{color:#fff;font-size:24px;font-weight:700;margin-bottom:5px}.dash-count h5{color:#fff;font-size:14px}.dash-count .dash-imgs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.dash-count .dash-imgs img{width:50px;height:50px}.dash-count .dash-imgs i{font-size:36px;color:#fff}.dash-count .dash-imgs svg{width:50px;height:50px}.dash-count:hover .dash-imgs{transform:scale(1.25);-webkit-transform:scale(1.25);-ms-transform:scale(1.25)}.btn-white.dropdown-toggle:after{display:none}.graph-sets{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.graph-sets>ul{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}@media(max-width: 991.98px){.graph-sets>ul{display:none}}.graph-sets>ul li{margin-right:35px}.graph-sets>ul li span{color:#67748e;font-weight:400;position:relative}.graph-sets>ul li span:after{content:"";width:12px;height:12px;background-color:#28c76f;border-radius:50px;position:absolute;top:3px;left:-20px}.graph-sets>ul li:last-child span:after{background-color:#ff4d4d}.text-success{color:#28c76f !important}.daterangepicker td.active,.daterangepicker td.active:hover{background:#ff9f43}.font-14{font-size:14px}.text-blue{color:#008dda}.welcome{margin:0 0 24px 0;padding:15px 10px;background:#fff;border-radius:8px;box-shadow:0px 4px 60px 0px rgba(231,231,231,.47);color:#1b2850}@media(max-width: 1199.98px){.welcome .welcome-text{flex-wrap:wrap}}@media(max-width: 991.98px){.welcome .welcome-text{margin-bottom:15px}}@media(max-width: 767px){.welcome .welcome-text{flex-wrap:wrap}}.welcome .welcome-text h3{font-weight:700}@media(max-width: 767px){.welcome .welcome-text h3{margin-bottom:10px}}.welcome .welcome-text h6{font-weight:600;font-size:16px;color:#000}.welcome input{min-width:240px}.welcome .daterange-wraper svg{position:absolute;top:50%;left:20px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.welcome .daterange-wraper input{margin:0 0 0 10px;padding:5px 10px 5px 27px}@media(max-width: 767px){.welcome .daterange-wraper input{margin-left:0;padding-left:37px}}.welcome .daterange-wraper:hover svg{color:#fff}.welcome a,.welcome input,.welcome button{border-radius:8px;border:1px solid #f3f6f9;display:inline-block;margin:0 0 0 10px;padding:5px 10px;color:#ff9f43;height:38px;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.welcome a:hover,.welcome input:hover,.welcome button:hover{border-color:#ff9f43;background:#ff9f43;color:#fff}.welcome a:hover svg,.welcome input:hover svg,.welcome button:hover svg{color:#fff}.welcome a #collapse-header,.welcome input #collapse-header,.welcome button #collapse-header{-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.welcome a #collapse-header svg,.welcome input #collapse-header svg,.welcome button #collapse-header svg{-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}@media(max-width: 991.98px){.welcome a #collapse-header,.welcome input #collapse-header,.welcome button #collapse-header{display:none}}.sales-cards .card{padding:20px;border-radius:8px;flex-direction:initial}.sales-cards .card h6{color:#ff9f43;font-size:16px;font-weight:600;margin-bottom:20px}.sales-cards .card h3{color:#ff9f43;font-weight:700;margin-bottom:8px}.sales-cards .card p{color:#000}.sales-cards .card.color-info{display:block;position:relative;color:#fff;border:none}.sales-cards .card.color-info svg{position:absolute;top:15px;right:15px;cursor:pointer}.sales-cards .card.color-info h3{margin-bottom:0}.sales-cards .card.color-info h3,.sales-cards .card.color-info p{color:#fff}.sales-cards .card.color-info p{font-size:15px;margin-bottom:0}.table tbody tr td .product-info{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.table tbody tr td .product-info .product-img{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin:0 8px 0 0}.table tbody tr td .product-info .product-img img{width:50px;height:50px}.table tbody tr td.productimgname .product-img img{width:50px;height:50px}.table.dashboard-recent-products tr td{padding:10px}.table.dashboard-recent-products tr:last-child td{border-bottom:none;padding-bottom:0}.table.table-borderless tr td{font-size:15px;border-bottom:none}.table.table-borderless tr td .head-text{color:#ff9f43}.table.table-borderless tr td .dull-text{color:#000}.table.best-seller tr td{padding-bottom:17px}.table.recent-transactions thead{border-bottom:none}.table.recent-transactions tr td{padding:15px}.table.recent-transactions tr td span{font-size:14px}.table.recent-transactions tr td span svg{margin-right:5px}.dropdown-wraper .btn-white{min-width:auto}.dropdown-wraper .btn-white svg{margin-right:4px}.dropdown-wraper .btn-white:hover,.dropdown-wraper .btn-white:active,.dropdown-wraper .btn-white.show{background:#ff9f43;border-color:#ff9f43;color:#fff}#sales_db_world_map .jvectormap-zoomin,#sales_db_world_map .jvectormap-zoomout{display:none}#sales_db_world_map .jvectormap-tip{background:#fff;border-top-left-radius:8px;border-top-right-radius:8px;border:none;text-align:center}.sales-range .text-success{font-weight:700}.inbox-menu{display:inline-block;width:100%;margin:0 0 20px;padding:0}.inbox-menu li{display:inline-block;width:100%}.inbox-menu li a{color:#333;display:inline-block;padding:10px 15px;width:100%;font-weight:600;text-transform:capitalize;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease}.inbox-menu li a:hover{background:rgba(33,33,33,.0509803922)}.inbox-menu li a i{font-size:16px;padding-right:10px;color:#878787}.compose-btn{margin-bottom:25px}.top-action-left .btn-group{margin-bottom:5px}.top-action-left .dropdown-toggle{height:40px}.top-action-left .dropdown-toggle::after{display:none}.table-inbox .starred.fas.fa-star{color:#f90}.table-inbox .checked{background-color:#e8ebed}.table-inbox tbody tr td{font-size:14px;color:#ff9f43}.unread .name,.unread .subject,.unread .mail-date{color:#000;font-weight:700}.email-header .btn-white{min-width:auto;height:38px}.email-header .btn-white i{margin-left:5px}.error-box{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;-ms-flex-direction:column;flex-direction:column}.comming-soon-pg{background-repeat:no-repeat;background-position:center;background-size:cover;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}@media(max-width: 991.98px){.comming-soon-pg{height:100%}}.comming-soon-pg .coming-soon-box{width:800px;background-color:hsla(0,0%,100%,.95);border-radius:10px;padding:40px;text-align:center}@media(max-width: 1199.98px){.comming-soon-pg .coming-soon-box{padding:20px 40px;max-width:800px}}@media(max-width: 991.98px){.comming-soon-pg .coming-soon-box{width:auto;padding:30px;margin:20px}}@media(max-width: 575px){.comming-soon-pg .coming-soon-box{padding:15px;margin:10px}}.comming-soon-pg .coming-soon-box .pos-logo{margin-bottom:30px}@media(max-width: 1199.98px){.comming-soon-pg .coming-soon-box .pos-logo{margin-bottom:20px}}.comming-soon-pg .coming-soon-box span{font-size:24px;color:#67748e;font-weight:700}.comming-soon-pg .coming-soon-box h1{font-size:60px;font-weight:700;line-height:normal}@media(max-width: 1199.98px){.comming-soon-pg .coming-soon-box h1{font-size:50px}}@media(max-width: 991.98px){.comming-soon-pg .coming-soon-box h1{font-size:40px}}@media(max-width: 575px){.comming-soon-pg .coming-soon-box h1{font-size:28px}}.comming-soon-pg .coming-soon-box h1 span{font-size:60px;color:#ff9f43}@media(max-width: 1199.98px){.comming-soon-pg .coming-soon-box h1 span{font-size:50px}}@media(max-width: 991.98px){.comming-soon-pg .coming-soon-box h1 span{font-size:40px}}@media(max-width: 575px){.comming-soon-pg .coming-soon-box h1 span{font-size:28px}}.comming-soon-pg .coming-soon-box p{font-size:15px;max-width:400px;text-align:center;margin:auto}.comming-soon-pg .coming-soon-box .coming-soon-timer{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin:30px 0}@media(max-width: 1199.98px){.comming-soon-pg .coming-soon-box .coming-soon-timer{margin:20px 0}}.comming-soon-pg .coming-soon-box .coming-soon-timer li{border:1px solid #eff2f7;background-color:#fff;font-size:16px;width:85px;height:85px;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;font-size:16px;font-weight:500;flex-direction:column;margin-right:14px;color:#67748e}@media(max-width: 575px){.comming-soon-pg .coming-soon-box .coming-soon-timer li{width:50px;height:50px;margin-right:5px}}.comming-soon-pg .coming-soon-box .coming-soon-timer li span{color:#ff9f43;font-size:32px;line-height:normal}@media(max-width: 575px){.comming-soon-pg .coming-soon-box .coming-soon-timer li span{font-size:20px}}.comming-soon-pg .coming-soon-box .coming-soon-timer li.seperate-dot{color:#ff9f43;width:auto;height:auto;border:0;border-radius:0;background-color:rgba(0,0,0,0)}.comming-soon-pg .coming-soon-box .coming-soon-timer li:last-child{margin-right:0}.comming-soon-pg .coming-soon-box .subscribe-form{position:relative}.comming-soon-pg .coming-soon-box .subscribe-form .subscribe-btn{position:absolute;bottom:10px;right:10px}.comming-soon-pg .coming-soon-box .subscribe-form input{height:58px;padding-right:130px}.comming-soon-pg .coming-soon-box .subscribe-form label{color:#ff9f43;font-weight:600}.comming-soon-pg .coming-soon-box .social-media-icons{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin-top:30px}@media(max-width: 1199.98px){.comming-soon-pg .coming-soon-box .social-media-icons{margin-top:20px}}.comming-soon-pg .coming-soon-box .social-media-icons li{margin-right:5px}.comming-soon-pg .coming-soon-box .social-media-icons li:last-child{margin-right:0}.comming-soon-pg .coming-soon-box .social-media-icons li a{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;width:32px;height:32px;background-color:#ff9f43;border-radius:5px}.comming-soon-pg .coming-soon-box .social-media-icons li a:hover{background-color:#ff9f43}.comming-soon-pg .coming-soon-box .social-media-icons li a i{color:#fff}.signin-signup form{display:flex;justify-content:center;flex-direction:column;padding:0rem 5rem;transition:all .2s .7s;overflow:hidden;grid-column:1/2;grid-row:1/2}form.sign-up-form{opacity:0;z-index:1}body:has(.animation_file) .login-userset .login-userheading{margin-bottom:-35px}body:has(.animation_file) .login-userset .success_text{margin-top:-45px}.login-userset .form-login{margin-bottom:15px}.login-userset .form-login .react-select.from-control__option.css-10wo9uf-option{font-family:"Nunito",sans-serif}.login-userset .form-login .css-1t6kfvh-control{box-shadow:0 0 0 1px #ffc260;border-color:#ffc260 !important;background-color:#ffdea8 !important;font-family:"Nunito",sans-serif}.login-userset .form-login.buttons{display:flex;gap:15px}.login-userset .otherUserLogin p{color:#9595b5;font-weight:600;font-size:12px;font-family:"Nunito",sans-serif}.login-userset .login-logo.logo-normal{display:block;margin-bottom:30px;text-align:center}.login-userset .animation_file{height:200px !important;z-index:1}.login-userset .success_text{display:block;text-align:center}.login-userset .login-userheading{margin:0 0 25px}.login-userset .login-userheading h3{font-size:30px;font-weight:700;color:#181d1f;margin-bottom:6px}.login-userset .login-userheading h4{color:#495057;font-weight:600;font-size:18px}.login-userset .CheckBox-label{align-items:center;display:flex}.login-userset .CheckBox-label span{margin-left:5px;color:#181d1f;font-weight:600;font-size:15px}.login-userset .form-login label{font-size:15px;font-weight:bold;color:#181d1f;line-height:1.4;margin-bottom:5px;font-family:"Nunito",sans-serif}.login-userset .form-login .form-addons{position:relative;margin-bottom:10px}.login-userset .form-login .form-addons .Input_left_Icon{position:absolute;top:12px;left:15px;color:#181d1f}.login-userset .form-login .form-addons input{padding-left:40px !important;font-size:15px !important;width:100%;height:46px !important;border:none;border-radius:5px;padding:0 15px;-webkit-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease;font-family:"Nunito",sans-serif;box-shadow:0px 2px 6px 0px #ededed}.login-userset .form-login .form-addons span{position:absolute;right:15px;color:#495057}.login-userset .form-login button.btn-login,.login-userset .form-login button.otherUserLogin{position:relative;background-color:#2f3c7e;transition:linear 250ms;width:100%;height:48px;display:flex;justify-content:center;align-items:center;font-size:16px;color:#fff;border-radius:10px;font-weight:700}.login-userset .form-login button.otherUserLogin{background-color:#fff;border:1px solid #2f3c7e;color:#2f3c7e}.login-userset .form-login button.otherUserLogin:is(:hover,:focus){color:#fff;transform:scale(1);background-color:#2f3c7e}.login-userset .form-login button.otherUserLogin:hover::after{position:absolute;content:"";inset:0;z-index:-1;background-color:#2f3c7e;transform-origin:left;transform:scaleX(0);transition:linear 250ms;border-radius:10px}.login-userset .form-login button.otherUserLogin::after{color:#fff;background-color:#2f3c7e}.login-userset .form-login button:is(:hover,:focus)::after{transform:scale(1)}.login-userset .form-setlogin.or-text{margin-top:30px;text-align:center}.login-userset .form-setlogin.or-text h4{color:#495057;font-weight:600;font-size:13px}.login-userset .form-setlogin.or-text .version_env{display:flex;justify-content:space-between;margin-top:2px;text-align:center;align-items:center}.login-userset .form-setlogin.or-text .version_env span{color:#9595b5;font-weight:600;font-size:12px;justify-content:center;text-align:center;align-items:center;align-self:center;font-family:"Nunito",sans-serif}.login-userset .react-select.from-control__control.css-12deo5q-control{background-color:#fff}.login-userset input[type=checkbox]:focus+span{border:none !important}.signin-signup{justify-content:center;display:flex;align-items:center;margin-top:-75px}.product-logo{text-align:center}.product-logo img{width:190px;margin-bottom:25px}.brand_logo{display:flex;justify-content:flex-end;align-items:center;box-shadow:0px 4px 10px 0px rgba(47,60,126,.168627451);padding:0px 22px;position:absolute;bottom:0px;width:100%;right:0%;gap:112px}.brand_logo img{width:90px;object-fit:contain;display:block;-webkit-transition:translateZ(0);-webkit-backface-visibility:hidden}.login-logos{margin:auto 0px 10px}label.CheckBox-label{margin:0px 0px 20px}.panel.left-panel img{width:75%}.container-fluid{height:inherit}.login_main{background-position:left center;background-repeat:no-repeat;width:100%;background-color:#f5f7ff;height:100%;margin:0px;padding:0px;position:absolute;background-size:100% 100%}.image{width:100%;transition:transform 1.1s ease-in-out;transition-delay:.4s}.login-page-wrape{display:grid;height:inherit}.login-page-wrape .signin-left-image{display:flex;justify-content:center}.signin-left h3,.signin-left h1{color:#fff}.signin-left h1{font-size:60px}.signin-left h3{font-size:25px;margin-bottom:8px}.signin-left .content{margin:0 auto;margin-bottom:70px;padding:0px 55px;background-color:rgba(0,0,0,0)}.signin-left img{width:800px}.right-panel{pointer-events:none;padding:3rem 12% 2rem 17%;justify-content:space-around}.panel .content{color:#fff;transition:transform .9s ease-in-out;transition-delay:.6s}.panel .content h1{color:#fff;font-size:4.5rem}.panel h3{font-weight:600;line-height:1;font-size:2rem;color:#fff}.panel p{font-size:.95rem;padding:.7rem 0}.btn.transparent{margin:0;background:none;border:2px solid #fff;width:130px;height:41px;font-weight:600;font-size:.8rem}.right-panel .image,.right-panel .content{transform:translateX(800px)}.Login_name{display:none}@media only screen and (max-width: 1399px){.login_main .login-userset{width:400px}.login_main .login-userset .product-logo img{width:160px;margin-bottom:10px}.login_main .login-userset .login-userheading h4{font-size:13px}.login_main .login-userset .form-login .form-addons .Input_left_Icon{top:11px}.login_main .login-userset .form-login .form-addons input{height:40px !important}.login_main .login-userset label.CheckBox-label{margin:0px 0px 10px}.login_main .login-userset .form-login.buttons button{height:40px;padding:.6em 1rem}.login_main .login-userset .form-setlogin.or-text h4{font-size:11px}.login_main .signin-left .content{margin-bottom:15px}.login_main .signin-left h1{font-size:45px}.login_main .signin-left h3{font-size:16px}.login_main .signin-left img{width:600px}.login_main .brand_logo{padding:0px;gap:70px}.login_main .brand_logo img{width:80px}}@media only screen and (max-width: 1199px){.login_main .login-userset{width:375px}.login_main .login-userset .form-login.buttons button{padding:.6em .5rem}.login_main .login-userset .form-setlogin.or-text{margin-top:15px}.login_main .login-userset .form-setlogin.or-text h4{font-size:10px}.login_main .brand_logo{gap:60px}.login_main .brand_logo img{width:65px}}@media only screen and (max-width: 991px){.login_main .login-userset{width:285px}.login_main .login-userset .product-logo img{width:125px;margin-bottom:5px}.login_main .login-userset .form-login.buttons button{font-size:12px;padding:.6em .3rem;height:30px}.login_main .login-userset .login-userheading{margin:0 0 15px}.login_main .login-userset .login-userheading h4{font-size:10px}.login_main .login-userset .login-userheading h3{font-size:20px}.login_main .login-userset .form-login{margin-bottom:10px}.login_main .login-userset .form-login .form-addons .Input_left_Icon{top:4px}.login_main .login-userset .form-login .form-addons .Input_left_Icon svg{height:15px}.login_main .login-userset .form-login .form-addons input{height:30px !important}.login_main .brand_logo{gap:40px}.login_main .brand_logo img{width:55px}.login_main .signin-left h1{font-size:30px}}@media only screen and (max-width: 767px){.mobile-login{display:block}.login_main{background-image:none !important;overflow:hidden;background-color:#edf0ff}.login_main .content{display:none}.login_main .signin-left{padding-top:40px}.login_main .signin-left .content h3{font-size:11px}.login_main .signin-left .content h1{font-size:25px}.login_main .signin-left img{display:none}.login_main .signin-left .Login_name{display:block}.login_main .img-col{background-color:#2f3c7e;border-bottom-right-radius:60%;height:150px;display:flex;align-items:center;justify-content:center}.login_main .signin-signup{margin:0px;display:block}.login_main .signin-signup form{padding:0px}.login_main .brand_logo{gap:27px;background-color:#fff;justify-content:space-between}.login_main .login-userset{width:auto}.login_main .login-userset .product-logo img{width:135px}.login_main .login-userset .product-logo .form-login{margin-bottom:15px}.login_main .login-userset .login-userheading h3{font-size:25px;display:none}.login_main .login-userset .login-userheading h4{font-size:11px;display:none}.login_main .login-userset label.CheckBox-label{margin:0px 0px 15px}.login_main .login-userset .form-login{margin-top:10px}.login_main .login-userset .form-login .form-addons input{height:45px !important;border:1px solid #fff;background-color:#fff}.login_main .login-userset .form-login .form-addons .Input_left_Icon{top:12px}.login_main .login-userset .form-login .form-addons .Input_left_Icon svg{height:20px}.login_main .login-userset .form-login.buttons button{height:40px !important;font-size:14px}.login_main .brand_logo img{width:45px}.login_main .login-page-wrape .signin-left-image{gap:20px;justify-content:center}.login_main .Login_name h1{font-size:40px;text-align:center}.login_main .Login_name h4{color:#fff;font-size:12px;margin-top:10px}.form-col{border-top-left-radius:15px;border-top-right-radius:15px;background-color:#edf0ff;margin-top:-15px;padding:40px 15px}.image-col{background-color:#2f3c7e;height:165px;padding-bottom:30px}.login-page-wrape{display:block}}@media only screen and (max-width: 575px){.mobile-login{display:block}.login_main{background-image:none !important;overflow:hidden}.login_main .content{display:none}.login_main .signin-left{padding-top:40px}.login_main .signin-left .content h3{font-size:11px}.login_main .signin-left .content h1{font-size:25px}.login_main .signin-left img{display:none}.login_main .signin-left .Login_name{display:block}.login_main .img-col{background-color:#2f3c7e;border-bottom-right-radius:60%;height:150px;display:flex;align-items:center;justify-content:center}.login_main .signin-signup{margin:0px;display:block}.login_main .signin-signup form{padding:0px}.login_main .brand_logo{display:none;gap:27px;background-color:#fff;justify-content:space-between}.login_main .login-userset{width:auto}.login_main .login-userset .product-logo img{width:135px}.login_main .login-userset .product-logo .form-login{margin-bottom:15px}.login_main .login-userset .login-userheading h3{font-size:25px;display:none}.login_main .login-userset .login-userheading h4{font-size:11px;display:none}.login_main .login-userset label.CheckBox-label{margin:0px 0px 15px}.login_main .login-userset .form-login{margin-top:10px}.login_main .login-userset .form-login .form-addons input{height:45px !important;border:1px solid #fff;background-color:#fff}.login_main .login-userset .form-login .form-addons .Input_left_Icon{top:12px}.login_main .login-userset .form-login .form-addons .Input_left_Icon svg{height:20px}.login_main .login-userset .form-login.buttons button{height:40px !important;font-size:14px}.login_main .brand_logo img{width:45px}.login_main .login-page-wrape .signin-left-image{gap:20px;justify-content:center}.login_main .Login_name h1{font-size:30px;text-align:center}.login_main .Login_name h4{color:#fff;font-size:12px;margin-top:10px}.form-col{border-top-left-radius:15px;border-top-right-radius:15px;background-color:#edf0ff;margin-top:-15px;padding:40px 15px}.image-col{background-color:#2f3c7e;height:165px;padding-bottom:30px}}.main-wrappers{background-color:#fafbfe}.main-wrappers.pos-page .sidebar{display:none}@media(max-width: 991.98px){.main-wrappers.pos-page .sidebar{display:block}}.main-wrappers.pos-page #toggle_btn{display:none}.menu-opened .pos-page.slide-nav .sidebar{margin-left:0}.menu-opened .pos-page .sidebar{margin-left:-100%}.product-view{width:100%;border:1px solid #e8ebed;margin-bottom:20px}.product-view:hover{border:1px solid #ff9f43}.product-view .product-viewimg{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;max-height:120px;overflow:hidden}.product-view .product-viewimg h6{background:#28c76f;color:#fff;font-size:8px;font-weight:600;padding:3px;position:absolute;bottom:0;left:0}.product-view .product-viewcontent{padding:13px}.product-view .product-viewcontent h3{font-size:14px;color:#000;font-weight:500}.product-view .product-viewcontent h4{font-size:12px;color:#67748e;font-weight:500;margin-bottom:5px}.product-view .product-viewcontent h5{font-size:14px;color:#67748e;font-weight:500}.main-set{padding:0 30px}@media(max-width: 991.98px){.main-set{padding:0 10px}}.text-underline{position:relative}.text-underline::after{content:"";background:#67748e;width:10px;height:2px;position:absolute;bottom:12px;left:10px}.select-split{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;margin-bottom:20px}.select-split .select-group{width:calc(100% - 55px)}.select-split .btn-filters{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin:0 0 0 15px;padding:0}.select-split .select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #e8ebed;height:40px;border-radius:4px}.select-split .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px}.select-split .select2-container--default .select2-selection--single .select2-selection__arrow{height:40px}.table tr:hover .productimg .productcontet h4 img{opacity:1}.table-product tr th{font-weight:600;color:#000;font-size:14px}.table-product tr td{font-weight:600;color:#000;font-size:14px}.btn-totallabel{color:#fff;background:#7367f0;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;border-radius:5px;margin:0 0 15px;padding:12px}.btn-totallabel h5{font-size:14px;margin:0;font-weight:600}.btn-totallabel h6{margin:0;font-size:14px;font-weight:600}.setvaluecash{margin:0 0 15px 0}.setvaluecash ul{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.setvaluecash ul li{width:33%;margin-right:10px}.setvaluecash ul li:last-child{margin:0}.setvaluecash ul li a{border:1px solid #e8ebed;color:#000;font-size:14px;font-weight:600;min-height:95px;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;-ms-flex-direction:column;flex-direction:column;padding:10px 20px}.setvaluecash ul li a:hover{border:1px solid #7367f0;color:#7367f0}.setvaluecash ul li a img{margin-bottom:10px}.setvalue{padding:15px 0}.setvalue ul li{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:10px}.setvalue ul li h5{font-size:13px;font-weight:500}.setvalue ul li h6{font-size:13px;font-weight:500}.setvalue ul li.total-value h5{font-size:16px;font-weight:600;color:#7367f0}.setvalue ul li.total-value h6{font-size:16px;font-weight:600;color:#7367f0}.product-lists{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;border:1px solid #fafbfe;box-shadow:0px 4px 4px 0px rgba(237,237,237,.2509803922);margin:0 0 15px;padding:15px}@media(max-width: 568px){.product-lists{flex-direction:column}.product-lists li{margin:10px 0}}.increment-decrement .input-groups{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;margin-top:10px}.increment-decrement .input-groups input[type=button]{background-color:rgba(0,0,0,0);font-size:20px;border:1px solid #000;border-radius:4px;height:20px;width:20px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin-top:0px;line-height:0;padding:0;color:#000}.increment-decrement .quantity-field{width:30px;text-align:center;background-color:rgba(0,0,0,0);float:left;border:0}.productcontet h4{font-size:14px;color:#000;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin-bottom:5px}.productcontet h4 img{opacity:0;margin-top:5px;display:block}.productlinkset{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.productlinkset h5{background:#ff9f43;color:#fff;font-size:12px;border-radius:5px;margin-right:10px;padding:2px 10px}.productlinkset a{position:relative;top:2px}.product-table{height:34vh;overflow:auto}@media(max-width: 991.98px){.product-table{height:auto}}.btn-set{margin:15px 0 25px}.btn-set h4{font-weight:700}.product-detils{height:70vh;overflow-y:auto;overflow-x:hidden}@media(max-width: 991.98px){.product-detils{height:auto}}.tab-set{margin-bottom:20px}.tab-set ul{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.tab-set ul li{width:48%;text-align:center;margin-right:5px}@media(max-width: 575px){.tab-set ul li{width:100%;margin-right:0}}.tab-set ul li:last-child{margin:0;width:50%}@media(max-width: 575px){.tab-set ul li:last-child{width:100%}}.tab-set ul li a{background:#495057;width:100%;display:block;color:#fff;font-weight:600;border-radius:5px;padding:10px}@media(max-width: 575px){.tab-set ul li a{border-radius:0}}.tab-set ul li.active a{background:#ff9f43}#delete .modal-body .btn{min-width:100px;padding:10px}.owl-product{padding-top:35px}.owl-product .owl-nav{margin-top:10px;position:absolute;top:-10px;right:0}.owl-product .owl-nav button{border-radius:50px !important;width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;width:19px;position:relative;height:19px;background:#fff !important;color:#7367f0 !important}.owl-product .owl-nav button span{font-size:0}.owl-product .owl-nav button.owl-next span:before{position:absolute;top:2px;right:5px;content:"";font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-size:10px;color:#1a54c7}.owl-product .owl-nav button.owl-prev span:before{content:"";font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-size:10px;color:#1a54c7;position:absolute;top:2px;right:7px}.owl-product .owl-nav button:hover{background:#1a54c7 !important}.owl-product .owl-nav button:hover span:before{color:#fff}.actionproduct{text-align:right;margin-bottom:15px}.actionproduct ul{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:flex-end;-webkit-justify-content:end;-ms-flex-pack:end}.actionproduct ul li{margin-left:10px}.btn-pos ul{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.btn-pos ul li{margin-right:1px;margin-bottom:10px}@media(max-width: 991.98px){.btn-pos ul li{width:48%}}@media(max-width: 575px){.btn-pos ul li{width:100%;margin-right:10px}}.btn-pos ul li a.btn{color:#888b94;font-size:10px;width:100%;padding:5px 12px;background:#e8ebed;border-radius:50px;border:1px solid #e8ebed;display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 12px}@media(max-width: 991.98px){.btn-pos ul li a.btn{min-width:auto;padding:6px 15px}}.btn-pos ul li a.btn:hover{border:1px solid #ea5455;color:#ea5455;background:rgba(234,84,85,.06)}.btn-pos ul li a.btn-hold{background:#f90}.btn-pos ul li a.btn-quation{background:#67748e}.btn-pos ul li a.btn-void{background:#d0512e}.btn-pos ul li a.btn-payment{background:#28c76f}.btn-pos ul li a.btn-recent{background:#ff9f43}.calculator-set .calculatortotal{margin-bottom:15px}.calculator-set .calculatortotal h4{width:100%;background:#ff9f43;text-align:center;color:#fff;font-size:36px;font-weight:700;border-radius:5px}.calculator-set ul{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.calculator-set ul li{width:33.3%;text-align:center}.calculator-set ul li a{width:100%;border:1px solid #000;font-size:24px;font-weight:500;display:block;color:#000;border-radius:0;padding:10px}.calculator-set ul li a.btn-closes{background:#ff4d4d}.calculator-set ul li a.btn-reverse{background:#2e7d32}.calculator-set ul li a:hover{background:#f3f6f9}.hold-order{text-align:center;margin:15px 0}.hold-order h2{padding:0 0 30px;color:#ff9f43;font-size:36px;font-weight:700}.para-set{margin-bottom:30px}.para-set p{color:#495057;font-size:13px;font-weight:500}.delete-order{text-align:center}.btn-set h4{background:#ff9f43;text-align:center;color:#fff;border-radius:5px;padding:10px}.header-menuset{padding:15px}.header-menuset ul{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.header-menuset ul li{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;width:50%;margin-bottom:10px}@media(max-width: 991.98px){.header-menuset ul li{width:100%}}.header-menuset ul li .win-maximize{display:none}.header-menuset ul li a{border:1px solid #ff9f43;width:95%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;background:#ff9f43;color:#fff;padding:10px}.header-menuset ul li a img{filter:brightness(0) invert(1)}.invoice-load-btn{text-align:center;margin-top:20px}.invoice-load-btn .btn{font-weight:700;font-size:16px;color:#ff9f43;min-width:150px;background:#fff;border:2px solid #ff9f43;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;border-radius:6px;padding:12px 15px}.invoice-load-btn .btn span{display:inline-block;width:25px;height:25px;margin-right:8px;vertical-align:0;border:3px solid rgba(252,136,3,.4901960784);border-right-color:#ff9f43;animation:.75s linear infinite spinner-border;border-radius:50%}.invoice-load-btn .btn:hover{background:#ff9f43;color:#fff}.invoice-load-btn .btn:hover span{border:3px solid #fff;border-right-color:#fff}.form-new .input-blocks input{height:50px;background:#f8f9fa}.form-new .input-blocks .scanner-set{min-width:50px;position:relative;left:-2px}.product-details{background:#fff;border-radius:5px;padding:10px;box-shadow:0px 4px 4px 0px rgba(237,237,237,.2509803922);border:1px solid #f8f8f8 !important;height:105px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;flex-direction:column}.product-details:hover{background:#7367f0}.product-details:hover h6{color:#fff}.product-details.active{background-color:#7367f0 !important}.product-details.active h6{color:#fff}.product-details img{width:auto !important}.product-details h6{font-size:13px;color:#000;margin-top:10px}.btn-scanner-set{background:#7367f0;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;max-width:160px;margin-left:auto;color:#fff;font-size:14px;font-weight:700}.btn-scanner-set:hover{background:#ff9f43;color:#fff}.split-card{margin:0 0 15px;border:1px dashed #fafbfe;position:relative}.split-card::before{position:absolute;content:"";background:#fafbfe;width:22px;height:22px;border-radius:50px;top:-10px;left:-10px}.split-card::after{position:absolute;content:"";background:#fafbfe;width:22px;height:22px;border-radius:50px;top:-10px;right:-10px}.totalitem{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:15px}.totalitem h4{padding:7px 13px;background:#f8f8f8;color:#7367f0;font-size:12px;font-weight:700;border-radius:50px}.totalitem a{font-size:14px;color:#ea5455;font-weight:700}.card.card-order{border:0}.btn-adds{border:2px solid #28c76f;color:#28c76f;width:100%;padding:10px;border-radius:5px;font-weight:600;margin-bottom:20px}.btn-adds:hover{background:#28c76f;color:#fff}.order-list{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:25px}.order-list .orderid h4{font-size:18px;font-weight:700;color:#5e5873;margin-bottom:0}.order-list .orderid h5{font-size:14px;font-weight:400;color:#000}.order-list .actionproducts>ul{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.order-list .actionproducts>ul>li{margin-left:15px}.order-list .actionproducts>ul>li .deletebg{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;background:#fff;box-shadow:0px 4px 14px 0px rgba(199,199,199,.2509803922);width:30px;height:30px;border-radius:5px}.tabs_wrapper .owl-product{margin-bottom:25px}.productset{border:1px solid #f8f8f8;box-shadow:0px 4px 4px 0px rgba(237,237,237,.2509803922);background:#fff;margin:0 0 25px;border-radius:5px;position:relative;width:100%;overflow:hidden}.productset:hover{border:1px solid #7367f0}.productset .check-product{display:none;width:34px;height:23px;color:#fff;position:absolute;left:0;top:0;background:#7367f0;border-radius:4px 0}.productset.active{border:1px solid #7367f0}.productset.active .check-product{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.productset:hover .productsetimg img{transform:scale(1.2)}.productset:hover .productsetimg h6{transform:translatey(0)}.productset .productsetimg{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;position:relative;overflow:hidden}.productset .productsetimg img{transition:all .5s;border-radius:5px 5px 0px 0px}@media(max-width: 991.98px){.productset .productsetimg img{max-height:150px}}.productset .productsetimg h6{position:absolute;background:#ff9f43;color:#fff;font-size:10px;padding:5px;border-radius:5px;top:20px;right:20px;transform:translatey(-60px);transition:all .5s}.productset .productsetcontent{padding:13px;text-align:center}.productset .productsetcontent h4{font-size:14px;font-weight:600;color:#000;margin-bottom:13px}.productset .productsetcontent h5{color:#6e6b7b;font-size:12px}.productset .productsetcontent h6{color:#ea5455;margin:0 0 0 auto;font-weight:600;font-size:14px}.tabs_wrapper ul.tabs{display:inline-block;width:100%;padding-left:0}.tabs_wrapper ul.tabs li{list-style:none;cursor:pointer;display:inline-block;border-radius:5px;color:#fff;font-family:sans-serif;width:100%}.tabs_wrapper ul.tabs li.active{background-color:#ff9f43;border-color:#ff9f43}.tabs_wrapper ul.tabs li.active h6 a{color:#fff}.tabs_wrapper ul.tabs li.active .product-details{background:rgba(0,0,0,0);border:0 !important}.tabs_wrapper ul.tabs li.active .product-details h6{color:#fff}.tabs_wrapper .tabs_container{padding-top:0px;display:inline-block;width:100%}.tabs_wrapper .tabs_container .tab_content{display:none;width:100%}.tabs_wrapper .tabs_container .tab_content.active{display:inline-block}.profile-set{margin-bottom:30px}.profile-set .profile-head{height:109px;background:linear-gradient(90deg, #ff4d4d 0%, #FF9F43 100%);border-radius:0 10px 0 0}@media(max-width: 991.98px){.profile-set .profile-head{border-radius:10px}}.profile-set .profile-top{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}@media(max-width: 767px){.profile-set .profile-top{flex-direction:column}}.profile-set .profile-top .profile-content{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}@media(max-width: 767px){.profile-set .profile-top .profile-content{flex-direction:column}}.profile-set .profile-top .profile-contentimg{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin-top:-40px;width:130px;position:relative;border:10px solid #fff;border-radius:50%;box-shadow:0px 4px 4px 0px rgba(0,0,0,.2509803922)}.profile-set .profile-top .profile-contentimg img{border-radius:50px}.profile-set .profile-top .profileupload input[type=file]{opacity:0;width:34px;height:34px;display:block;z-index:9;cursor:pointer;position:absolute;bottom:10px;left:42px}.profile-set .profile-top .profileupload a{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;background:#ff9f43;width:34px;height:34px;z-index:1;border-radius:50px;position:absolute;bottom:10px;left:41px}.profile-set .profile-top .profile-contentname{padding-left:20px}@media(max-width: 767px){.profile-set .profile-top .profile-contentname{text-align:center;padding:20px 0 20px 0}}.profile-set .profile-top .profile-contentname h2{font-size:18px;color:#ff9f43;font-weight:700}.profile-set .profile-top .profile-contentname h4{color:#777;font-size:14px}.pass-group{position:relative}.pass-group .toggle-password,.pass-group .toggle-passworda{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;transform:translateY(-50%);cursor:pointer;width:30px;height:30px;color:#67748e;font-size:14px;border-radius:50%;position:absolute;top:50%;right:10px}.table-tab ul{margin-bottom:24px}.table-tab ul li{margin-right:10px}.table-tab ul li:last-child{margin-right:0}.table-tab ul li button.nav-link{font-weight:700;padding:10px;line-height:normal;color:#ff9f43;background-color:#dbe0e6}.table-tab ul li button.nav-link.active{background-color:#ff9f43;color:#fff}@media(max-width: 575px){.table-tab .nav-pills{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}}.badge.badge-bgdanger{background-color:rgba(255,0,0,.06);color:#ff1616;padding:5px 10px}button.swal2-styled.swal2-confirm{background-color:#ff9f43}button.swal2-styled.swal2-confirm:hover{background-color:#ff9f43}table tbody td.action-table-data{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}table tbody td.action-table-data a{height:28px;width:28px;border:1px solid rgba(145,158,171,.3019607843);background-color:#fff;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;padding:8px}table tbody td.action-table-data a .feather-edit{color:#ff9f43;width:14px;height:14px}table tbody td.action-table-data a .action-edit{color:#000;width:14px;height:14px}table tbody td.action-table-data a .feather-trash-2{color:#ff1616;width:14px;height:14px}table tbody td.action-table-data a .feather-rotate-cw{color:#2c2caa;width:14px;height:14px}table tbody td.action-table-data a .feather-eye{width:14px;height:14px}table tbody td.action-table-data a .action-download{color:#008dda;width:14px;height:14px}table tbody td.action-table-data a .action-eye{color:#ff9f43;width:14px;height:14px}table tbody .productimgname{min-width:200px}table tbody .productimgname a.stock-img.product-img{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin-right:8px}table tbody .productimgname a.stock-img.product-img img{width:50px;height:50px;max-width:100%;margin-right:0}table .edit-delete-action{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;height:36px}table .edit-delete-action a{padding:0}table .edit-delete-action.data-view{min-height:52px}table .edit-delete-action.data-row{height:auto}table .edit-delete-action.data{height:44px}.table-top-head{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;gap:6px}@media(max-width: 575px){.table-top-head.low-stock-top-head{flex-wrap:wrap;justify-content:start}}.table-top-head.low-stock-top-head li{margin-bottom:10px}.table-top-head.low-stock-top-head li:last-child{margin-right:0}.table-top-head li{flex-shrink:0}.table-top-head li:last-child{margin-right:0}.table-top-head li #collapse-header{margin-right:0}@media(max-width: 991.98px){.table-top-head li #collapse-header{display:none}}.table-top-head li a{height:32px;width:32px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;border:1px solid #e8ebed;background:#fff;border-radius:8px;padding:6px;font-size:18px}.table-top-head li a svg{height:20px}.table-top-head li a:hover{background:#f5f5f5}.table-top-head li a label{margin-right:10px}.table-top-head li a.btn-secondary{background-color:#ff9f43;color:#fff;padding:10px;font-weight:700;font-size:14px}.table-top-head li a.btn-secondary:hover{background-color:#ff9f43}.table-top-head li a.btn-secondary svg{width:16px;margin-right:5px;color:#fff}@media(max-width: 767px){.table-top-head li a.btn-secondary{padding:5px;font-size:14px}}.table-top-head li a .action-edit.sales-action{color:#008dda}.table-top-head li .status-toggle{height:38px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;border:1px solid #f3f6f9;background:#fff;border-radius:8px;padding:6px 10px}.table-top-head li .status-toggle label{margin-right:10px}.custom-modal-header{background:#fafbfe;padding:24px}.custom-modal-header .page-title h4{font-size:18px;font-weight:700;color:#ff9f43}.custom-modal-body{padding:24px}.custom-modal-body .input-blocks{margin-right:0}.custom-modal-body label{font-size:15px;font-weight:400}.status-label{color:#212b36}.modal-footer-btn{margin-top:40px;text-align:right}.modal-footer-btn a{min-width:auto}@media(max-width: 575px){.modal-footer-btn a{padding:10px 10px}}.status-toggle.modal-status label{height:15px;width:32px;background-color:#b9b9c3;margin-bottom:0}.status-toggle.modal-status label::after{top:7px}td p.description-para{max-width:400px;white-space:break-spaces}.form-sort .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:35px}.form-sort span.select2-container.select2-container--default.select2-container--open{z-index:99}#filter_inputs .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:10px}#filter_inputs input{padding-left:35px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#filter_inputs span.select2-container.select2-container--default.select2-container--open{z-index:98}#filter_inputs1 .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:35px}#filter_inputs1 input{padding-left:35px}#filter_inputs1 span.select2-container.select2-container--default.select2-container--open{z-index:98}#filter_inputs2 .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:35px}#filter_inputs2 input{padding-left:35px}#filter_inputs2 span.select2-container.select2-container--default.select2-container--open{z-index:98}.summer-description-box .card .card-header{padding:8px;border-bottom:1px solid rgba(145,158,171,.32)}.summer-description-box .note-editor{border:1px solid rgba(145,158,171,.32)}.summer-description-box .note-editable{height:150px !important}.summer-description-box .note-resizebar{display:none}.table tbody td a.view-note{color:#008dda;font-weight:700}.userimgname .product-img{display:inherit;width:35px;height:35px;margin-right:8px}.modal-body-table{background-color:#f6f7f8;padding:24px;margin-bottom:20px;border-radius:8px}.product-quantity{border:1px solid #dbe0e6;background-color:#fafbfe;width:105px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;border-radius:8px}.product-quantity input{width:35px;border:0;background-color:#fafbfe;text-align:center;height:35px !important}.product-quantity span{color:#ff9f43;font-size:0;cursor:pointer}.product-quantity span .plus-circle-qty{width:20px;height:20px}.product-quantity span .feather-search-qty{width:20px;height:20px}.modal-dialog.stock-adjust-modal{max-width:800px}.modal-dialog.stock-adjust-modal .dataTables_length,.modal-dialog.stock-adjust-modal .dataTables_info,.modal-dialog.stock-adjust-modal .dataTables_paginate{display:none}.input-blocks.search-form input{padding-left:30px}.input-blocks.search-form svg{position:absolute;left:10px;top:37px;width:15px}.badge badge-linedanger{background-color:rgba(255,0,0,.06);color:#ff1616;border-radius:8px;padding:4px 10px;font-size:14px}span.customer-toggle{color:#ff9f43}span.unlimited-text{color:#000;margin-top:5px;display:inline-block}.modal-title-head h6{font-size:16px;display:flex;align-items:center;margin-bottom:20px}.modal-title-head h6 svg{width:15px;color:#ff9f43;margin-right:5px}#phone,#phone2,#phone3{padding-left:50px}.total-employees{background-color:#fafbfe;padding:10px 8px;margin-right:24px;border-radius:8px}.total-employees h6{font-size:14px;color:#ff9f43;font-weight:700;display:flex;align-items:center}.total-employees h6 svg{width:15px;margin-right:5px}.total-employees h6 span{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;font-size:10px;width:18px;height:18px;background-color:#ff1616;color:#fff;border-radius:50%;margin-left:5px}.search-path.search-path-new .btn-list,.search-path.search-path-new .btn-grid{width:33px;height:33px;background-color:#fafbfe;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;color:#ff9f43;margin-right:15px;border-radius:8px}.search-path.search-path-new .btn-list.active,.search-path.search-path-new .btn-grid.active{background-color:#ff9f43;color:#fff}.search-path.search-path-new .btn-list.active:hover,.search-path.search-path-new .btn-grid.active:hover{background-color:#ff9f43;color:#fff}.search-path.search-path-new .btn-list svg,.search-path.search-path-new .btn-grid svg{width:18px;height:18px}.search-path.search-path-new .btn-list:hover,.search-path.search-path-new .btn-grid:hover{background-color:#ff9f43;color:#fff}@media(max-width: 575px){.search-path.search-path-new .form-sort{margin-top:0}}.layout-box{width:36px;height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;background:#ff9f43;color:#fff;border-radius:8px}.layout-box:hover{background-color:#ff9f43;color:#fff}td span.emp-team{display:block;line-height:normal}.badges-inactive{border:1px solid #ff1616;color:#ff1616;padding:2px 10px;font-size:14px;font-weight:600;border-radius:8px}.success-email-send.modal-body{padding:24px}.success-email-send.modal-body span svg{width:40px;height:40px;color:#28c76f;margin-bottom:20px}.success-email-send.modal-body h4{font-size:20px;font-weight:700;margin-bottom:5px}.success-email-send.modal-body p{font-size:15px}.success-email-send.modal-body a.btn{padding:10px 20px}.layout-drop-item{width:350px;max-height:400px;overflow-y:scroll;padding:20px;box-shadow:0px 4px 60px 0px rgba(231,231,231,.47);background:#fff;border-radius:8px;position:absolute;right:0;margin-top:10px;z-index:101;display:none}.layout-drop-item .drop-item-head{border-bottom:1px solid rgba(145,158,171,.3019607843);margin:0 0 20px;padding:0 0 20px}.layout-drop-item .drop-item-head h5{font-size:16px;font-weight:600;margin-bottom:10px}.layout-drop-item .drop-item-head p{font-size:14px}.layout-drop-item ul li{margin-bottom:20px}.layout-drop-item ul li span{display:flex;align-items:center}.layout-drop-item ul li span svg{width:16px;margin-right:5px}.layout-drop-item ul li:last-child{margin-bottom:0}.layout-hide-box{position:relative}.layout-show-box .layout-drop-item{display:block}@media(max-width: 767px){.table-top.table-top-new{flex-direction:column;align-items:self-start}}.table-top.table-top-new .search-path{margin-left:0}@media(max-width: 767px){.table-top.table-top-new .search-path{margin-top:24px}}@media(max-width: 575px){.table-top.table-top-new .search-path{flex-direction:column;align-items:self-start}}@media(max-width: 575px){.table-top.table-top-new .search-path .form-sort{margin-top:20px}}@media(max-width: 767px){.table-top.table-top-new .search-set{flex-direction:column;align-items:flex-start}.table-top.table-top-new .search-set .total-employees{margin:0 0 20px 0}}.badge-applied{background-color:#7367f0;padding:2px 10px;color:#fff;border-radius:5px}.badge-approved{background-color:#28c76f;padding:2px 10px;color:#fff;border-radius:5px}.badge-reject{background-color:#ff1616;padding:2px 10px;color:#fff;border-radius:5px}.table tbody tr td a.reason-for-reject{color:#000;font-weight:600}.note-editor.note-frame.card{margin-bottom:0}table tbody td.action-table-data a.cancel-circle{border:0;padding:0}table tbody td.action-table-data a.cancel-circle svg{color:#ff9f43}table tbody td.action-table-data a.cancel-circle:hover{background-color:rgba(0,0,0,0)}table tbody td.action-table-data a.cancel-circle:hover svg{color:#ff1616 !important}.apply-leave{background-color:#fafbfe;border-radius:8px}.apply-leave .leave-apply{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;padding:10px}@media(max-width: 575px){.apply-leave .leave-apply{flex-direction:column;align-items:flex-start}}.apply-leave .leave-apply .leave-date{margin-right:70px}.apply-leave .leave-apply .leave-date span{color:#000}.apply-leave .leave-apply .leave-date p{color:#ff9f43}@media(max-width: 575px){.apply-leave .leave-apply .leave-date{margin-right:0;margin-bottom:20px}}.apply-leave .leave-apply .leave-time{width:175px}.input-blocks .bootstrap-tagsinput{width:100%;padding:0 .75rem;box-shadow:none;line-height:40px}.input-blocks .bootstrap-tagsinput .tag{background-color:#e8ebed;color:#ff9f43;padding:3px 10px;border-radius:4px;position:relative;z-index:1}.input-blocks .bootstrap-tagsinput .tag .remove::after{color:#000}.input-blocks .bootstrap-tagsinput input{position:static;width:auto;border:none}.input-blocks span.tag-text{color:#000;font-size:13px}.table tbody tr td .sales-dropdown-list a{padding:10px 20px}.no-pagination .pagination{display:none}#collapse-header.active{background-color:#ff9f43;border-color:unset}#collapse-header.active svg{color:#fff;transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg)}#collapse-header.active:hover svg{color:#fff}.edit-delete-action a:hover{background-color:#ff9f43;border-color:#ff9f43}.edit-delete-action a:hover svg{color:#fff !important}.edit-delete-action a.confirm-text:hover{background-color:#ff1616;border-color:#ff1616}.edit-delete-action a.edit-icon:hover{background-color:#ff9f43;border-color:#ff9f43}.modal table.table thead>tr>th.sorting:before{display:none !important}.modal table.table thead>tr>th.sorting:after{display:none !important}.profit-head .input-blocks .info-img{color:#ff9f43}.profit-head .input-blocks input{padding-left:35px}.profile-pic-upload .profile-pic.brand-pic{width:110px;height:105px;position:relative}.profile-pic-upload .profile-pic.brand-pic .remove-photo{position:absolute;right:8px;top:10px;background:#ff1616;display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:4px}.profile-pic-upload .profile-pic.brand-pic .remove-photo svg{color:#fff;width:14px;height:14px}.sales-details-items{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:20px}@media(max-width: 767px){.sales-details-items{flex-direction:column;align-items:start}}@media(max-width: 767px){.sales-details-items .details-item{margin-bottom:20px}}.sales-details-items .details-item h6{margin-bottom:15px;font-size:15px;color:#ff9f43}.sales-details-items .details-item p{font-size:14px;color:#000}.sales-details-items .details-item h5{color:#28c76f;font-size:15px}.sales-details-items .details-item h5 span{display:block;color:#000}.order-text{color:#ff9f43;font-weight:600;font-size:14px;margin-bottom:15px}.profile-head-action .badge-linesuccess{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;padding:3px 10px;height:24px}.profile-head-action .badge-linedanger{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;padding:3px 10px;height:24px}.user.product-list{align-items:center}.user.product-list .emping.d-flex{align-items:center}.user.product-list .emping.d-flex a img{border-radius:6px;margin-right:8px}.war-add #phone{height:38px}.war-edit-phone #phone2,.war-edit-phone #phone3{height:38px}.user.product-list a img{border-radius:6px;margin-right:8px}.user.user.product-list .emping a{align-items:center}.modal.show .modal-dialog.purchase{max-width:1140px}.page-header .btn-added.color{background-color:#ff9f43}.page-header .btn-added.color:hover{background-color:#ff9f43;color:#fff}.input-blocks.download{float:right}.feather-plus-circles{color:#fff}.add-icon.plus a{color:#ff9f43}.import-btn{float:right;margin-bottom:20px}.image-upload.download input[type=file]{height:150px}.image-upload.download{border-radius:5px;border:1px dashed var(--Subtitle, #B8BCC9);margin-bottom:0}.modal-footer-btn.download-file{margin-top:0;margin-bottom:15px}.page-wrapper .page-header .back-btn{display:flex;gap:10px}.page-wrapper .page-header .back-btn .page-display a{padding:7px;background-color:#ff9f43;color:#fff;display:flex;align-items:center;gap:8px;border-radius:8px}.card .card-body.add-product .addproduct-icon{margin:0 0 10px 0px;padding:5px;border:1px solid #eae9e9;display:flex;justify-content:space-between;width:100%;cursor:pointer;align-items:center;background:#f5f5f5}.card .card-body.add-product .addproduct-icon h5{font-size:20px;font-weight:600}.card .card-body.add-product .addproduct-icon h5 .add-info{color:#ff9f43;margin-right:7px}.card .card-body.add-product .text-editor.add-list{padding-top:5px;width:100%}.card .card-body.add-product .text-editor.add-list h5{padding-left:0}.card .card-body.add-product .text-editor.add-list.add{padding-top:10px}.card .card-body.add-product .text-editor.add-list.add .addproduct-icon{padding-left:0}.card .card-body.add-product .text-editor.add-list.add .image-upload{margin-bottom:0;width:137px;height:123px;border:1px dashed rgba(145,158,171,.3019607843)}.card .card-body.add-product .text-editor.add-list.add .image-upload .image-uploads{padding:43px 0}.card .card-body.add-product .text-editor.add-list.add .custom-filed{display:flex;padding:10px;background-color:#fafbfe;margin-bottom:20px}.card .card-body.add-product .text-editor.add-list.add .custom-filed .input-block.add-lists{display:flex;gap:20px;align-items:center}@media(max-width: 767px){.card .card-body.add-product .text-editor.add-list.add .custom-filed .input-block.add-lists{flex-wrap:wrap}}.card .card-body.add-product .text-editor.add-list.add .custom-filed .input-block.add-lists .checkboxs{margin-bottom:0;padding-left:23px}.card .card-body.add-product .text-editor.add-list.add .custom-filed .input-block.add-lists .checkboxs .checkmarks{top:3px}.input-blocks.add-product input[type=text]{padding:6px 15px;width:100%;height:40px;display:flex;align-items:center;border-radius:5px}.input-block.add-product.list{position:relative}.btn-primaryadd{position:absolute;top:32px;right:4px;padding:5px 10px;background-color:#ff9f43;font-size:14px;color:#fff}.btn-primaryadd:hover{border:1px solid #ff9f43;color:#ff9f43}.input-block input.form-control.list{color:#000}.edit-add h6{font-size:16px}.edit-add{font-size:15px}.edit-add.card{border:none;margin:0}.edit-add.card .note-editor.note-frame{margin:0px}.edit-add.card .note-editor.note-frame .note-editing-area .note-editable{height:130px !important}.edit-add.card p{margin-top:10px}.input-blocks.add-products .form-check-input:checked{background-color:#ff9f43;border-color:#ff9f43}.input-blocks.add-product.date input[type=text]{padding:6px 6px 6px 39px}.input-blocks.add-product.date .input-groupicon .addonset{left:12px;top:48%}.btn-addproduct{float:right}.addproduct-icon a{color:#ff9f43;border:1px solid;padding:1px;border-radius:25px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;width:20px;height:20px}.addproduct-icon a svg{height:17px}.card .card-body.add-product .addproduct-icon.list{padding-left:0}.add-newplus{display:flex;justify-content:space-between}.plus-down-add{margin-right:5px;width:14px;height:14px;position:relative;top:-2px}.add-newplus span{font-size:14px;font-style:normal;font-weight:700}.add-choosen{display:flex}@media(max-width: 767px){.add-choosen{flex-wrap:wrap}}.add-choosen .phone-img{position:relative;width:137px;border-radius:10px;border:1px solid var(--Stroke, rgba(145, 158, 171, 0.3));text-align:center}@media(max-width: 767px){.add-choosen .phone-img{margin-bottom:10px;margin-left:0}}.add-choosen .phone-img img{padding:10px}.add-choosen .phone-img a{position:absolute;right:3px;top:3px;background:#ff1616;border-radius:3px;width:16px;height:16px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.add-choosen .phone-img a:hover{color:#fff;background:#ff1616}.custom_radio,.custom_radio_one{color:#000;position:relative;font-size:15px;padding-left:25px;margin-bottom:10px;cursor:pointer;user-select:none;font-weight:400}.custom_radio input,.custom_radio_one input{position:absolute;opacity:0;padding:0}.custom_radio .checkmark,.custom_radio_one .checkmark{position:absolute;top:2px;left:0;height:15px;width:15px;background-color:rgba(0,0,0,0);border:1px solid rgba(145,158,171,.3019607843);border-radius:50%;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.custom_radio .checkmark:after,.custom_radio_one .checkmark:after{display:block;content:"";position:absolute;top:4px;left:4px;opacity:0;width:5px;height:5px;border-radius:50%;background:#ff9f43;visibility:visible;transform:scale(0.1);-webkit-transform:scale(0.1);-ms-transform:scale(0.1);-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.custom_radio.active input~.checkmark:after,.custom_radio_one.active input~.checkmark:after{transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1);opacity:1;visibility:visible}.custom_radio.active input~.checkmark{border:1px solid #ff9f43}.single-pill-product .nav-link{padding:0}.single-pill-product .nav-pills.list .nav-item button::before{top:2px;left:0px}.single-pill-product .nav-pills.list .nav-item button.active::after{top:6px !important;left:4px !important}.single-pill-product .form-check-label{cursor:pointer}.nav-pills.list .nav-link.active{background-color:rgba(0,0,0,0);color:#000}.nav-pills.list .nav-link{background-color:rgba(0,0,0,0);color:#000}.add-icon.tab a{background-color:#ff9f43;color:#fff}.nav-pills.list .nav-item button{position:relative}.nav-pills.list .nav-item button::before{content:"";width:15px;height:15px;border:1px solid #e0e0e0;border-radius:50%;position:absolute;top:11px;left:12px}.nav-pills.list .nav-item button.active::after{content:"";width:7px;height:7px;background:#ff9f43;border-radius:50%;position:absolute;top:15px;left:16px}.nav-pills.list .nav-item button.active::before{border-color:#ff9f43}.add-icon.tab-icon .feather-trashs{background-color:#fff;color:#ff1616}.add-icon.tab-icon a{background-color:#fff;font-size:11px;width:34px;padding:0}.input-blocks.filter-add{margin-right:0px;margin-bottom:0px}.input-blocks.filter-add .input-blocks.add-product{margin-bottom:20px;margin-right:7px}.addproduct-icon.list.icon h5 img{position:relative;top:5px;padding-right:5px}#filter_inputs .table-responsive.product-list input{padding-left:10px}table tbody td.action-table-data a .add-checkbox{border:none;padding:0}.feather-pluses{color:#ff9f43;width:14px;height:14px}.checkboxs.add-listcheck{padding-left:24px}.searchinputs.list input{width:357px;position:relative;padding:10px 31px 10px 10px;border:1px solid var(--Stroke, rgba(145, 158, 171, 0.3));background:#fff}.feather-16.icon{position:absolute;top:10px;right:10px}.modal-footer-btn.popup{margin-top:0}.search-dropdown.idea{height:auto}.badges-warning{color:#f90;padding:2px 10px;border-radius:8px;border:1px solid #f90;font-size:14px;font-weight:600;min-width:80px}.badge.badge-linedangered{color:#ff1616;padding:2px 10px;border-radius:8px;border:1px solid #ff1616;font-size:14px;font-weight:600;min-width:80px}.input-blocks .info-imgs{position:absolute;top:14px;z-index:100;width:16px;height:16px;left:5px;margin-left:5px;color:#000}.add-product .add-icon a{background-color:#ff9f43;color:#fff}@media(max-width: 767px){.add-product .add-icon a{z-index:1}}.add-product .add-icon a:hover{background-color:#ff9f43}.new-employee-field.product .card-title-head h6{font-weight:600;font-size:16px;align-items:center;margin:0;padding:0;border-bottom:none}.new-employee-field.product .card-title-head{margin:0 0 20px;padding:0 0 20px;border-bottom:1px solid rgba(145,158,171,.3);display:flex;justify-content:space-between}.new-employee-field.product .card-title-head a{color:#878a99;border:1px solid;padding:3px;border-radius:25px}.accordion-card-one .accordion-item{border:0}.accordion-card-one .accordion-item .accordion-button{padding:0;box-shadow:none}.accordion-card-one .accordion-item .accordion-button .addproduct-icon h5{display:flex;align-items:center}.accordion-card-one .accordion-item .accordion-button .addproduct-icon h5 svg{width:16px;height:16px;top:unset}.accordion-card-one .accordion-item .accordion-button::after{display:none}.accordion-card-one .accordion-item .accordion-button:not(.collapsed){background-color:#fff}.accordion-card-one .accordion-item .accordion-button:not(.collapsed) .accordion-item{margin-bottom:40px}.accordion-card-one .accordion-item .accordion-button.collapsed .addproduct-icon a svg{transform:rotate(180deg)}.accordion-card-one .accordion-item .accordion-body{padding:0}.selected-hide-color{display:none}.selected-color-add .selected-hide-color{display:flex;align-items:center}.variant-table{display:none}.variant-select{height:40px}.variant-table{padding:0;background:rgba(0,0,0,0)}.variant-table div.dataTables_wrapper div.dataTables_paginate{display:none}.variant-table .dataTables_filter,.variant-table .dataTables_length{display:none}.notes-page-wrapper .content{padding:24px}.notes-page-wrapper .content .page-add-notes{border-bottom:1px solid #dbe0e6;padding-bottom:25px;position:relative;margin-bottom:0}@media(max-width: 767px){.notes-page-wrapper .content .page-add-notes{flex-direction:column;align-items:start}}.notes-page-wrapper .content .page-add-notes .notes-tog{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;position:absolute;bottom:-12px;border-radius:30px;background:#1b2850;color:#fff;width:24px;height:24px;padding:5px}@media(max-width: 991.98px){.notes-page-wrapper .content .page-add-notes .notes-tog{display:none}}.notes-page-wrapper .content .section-bulk-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin:30px 0 24px 0;padding:20px;border-radius:8px;background:#fff;box-shadow:0px 4px 60px 0px rgba(231,231,231,.47)}@media(max-width: 767px){.notes-page-wrapper .content .section-bulk-wrap{flex-direction:column;align-items:start}}.notes-page-wrapper .content .section-bulk-wrap .bulk-action-type{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}@media(max-width: 767px){.notes-page-wrapper .content .section-bulk-wrap .bulk-action-type{margin-bottom:20px}}@media(max-width: 575px){.notes-page-wrapper .content .section-bulk-wrap .bulk-action-type{margin-bottom:0;flex-direction:column;align-items:self-start}}.notes-page-wrapper .content .section-bulk-wrap .bulk-action-type .select-bluk{margin-right:8px;height:40px}.notes-page-wrapper .content .section-bulk-wrap .bulk-action-type .select-bluk .select2-container .selection .select2-selection .select2-selection__rendered{padding-left:10px !important}.notes-page-wrapper .content .section-bulk-wrap .bulk-action-type .btn-added{background:#ff9f43;padding:8px 20px;color:#fff;font-size:15px;font-weight:400;margin-right:15px;height:38px}.notes-page-wrapper .content .section-bulk-wrap .bulk-action-type .btn-added:hover{background:#ff9f43}@media(max-width: 575px){.notes-page-wrapper .content .section-bulk-wrap .bulk-action-type .btn-added{margin:20px 0}}.notes-page-wrapper .content .section-bulk-wrap .form-sort .fa-filter{z-index:100 !important;position:absolute;top:15px;left:15px;width:16px;height:16px}.notes-page-wrapper .content .section-notes-slider{position:relative;padding-bottom:40px;border-bottom:1px solid #dbe0e6}.notes-page-wrapper .content .section-notes-slider .notes-content{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:20px}.notes-page-wrapper .content .section-notes-slider .notes-content .notes-close a{color:#ff1616;font-size:15px;font-weight:400}.notes-page-wrapper .content .section-notes-slider .notes-content .notes-close a i{margin-right:6px}.notes-page-wrapper .content .section-notes-slider .notes-card{padding:24px;border-radius:8px;background:rgba(255,159,67,.03)}.notes-page-wrapper .content .section-notes-slider .notes-card.medium{background:rgba(116,41,248,.03)}.notes-page-wrapper .content .section-notes-slider .notes-card.high{background:rgba(234,84,85,.03)}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-card-body{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-card-body p.badged{border-radius:8px;border:1px solid #f90;padding:4px 10px;margin-bottom:0;color:#f90;font-size:14px;font-weight:600;display:flex;align-items:center}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-card-body p.badged i{font-size:7px;margin-right:4px}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-card-body p.badged.medium{color:#7429f8;border:1px solid #7429f8}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-card-body p.badged.high{color:#ff1616;border:1px solid #ff1616}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-card-body a{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;color:#ff9f43}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-card-body a.dropdown-item:hover{color:#fff}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-content{margin:24px 0}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-content h4 a{margin-bottom:10px;color:#ff9f43;font-size:16px;font-weight:600;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-content h4 a:hover{color:#f90}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-content p{color:#000;font-size:15px;font-weight:400;margin-bottom:0px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-logo{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-logo a{margin-right:15px}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-logo a span{width:32px;height:32px;display:flex}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-logo a span img{border-radius:100px}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-logo span.medium-square{margin-right:5px}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-logo span.medium-square i{color:#28c76f;transform:rotate(45deg);font-size:10px}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-logo span.high-square{margin-right:5px}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-logo span.high-square i{color:#f90;transform:rotate(45deg);font-size:10px}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-logo span.low-square{margin-right:5px}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-logo span.low-square i{color:#288ec7;transform:rotate(45deg);font-size:10px}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-logo p{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;color:#288ec7;font-size:15px;font-weight:400;margin-bottom:0px}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-logo p i.fa-draw-polygon{margin-right:5px}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-logo p.medium{color:#28c76f}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-logo p.high{color:#f90}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-star-delete{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-star-delete span .fa-star{color:#f90;width:16px;height:16px;margin-right:10px}.notes-page-wrapper .content .section-notes-slider .notes-card .notes-slider-widget .notes-star-delete span .feather-trash-2{color:#ff1616;width:16px;height:16px}.notes-page-wrapper .content .section-card-body{padding-top:40px}.notes-page-wrapper .content .section-card-body .notes-card-details{border-radius:8px;border:1px solid rgba(145,158,171,.3019607843);background:#fff;box-shadow:0px 4px 60px 0px rgba(190,190,190,.27);padding:24px;margin-bottom:24px}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-card-body{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-card-body p.badged{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;border-radius:8px;border:1px solid #f90;padding:4px 10px;margin-bottom:0;color:#f90;font-size:14px;font-weight:600}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-card-body p.badged i{font-size:7px;margin-right:4px}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-card-body p.badged.medium{color:#7429f8;border:1px solid #7429f8}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-card-body p.badged.high{color:#ff1616;border:1px solid #ff1616}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-card-body .dropdown-item span{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;color:#ff9f43}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-card-body .dropdown-item span svg{width:14px;height:14px;color:#000}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-card-body .dropdown-item:hover span svg{color:#fff}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-wrap-content{padding:20px 0;border-bottom:1px solid #dbe0e6}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-wrap-content h4 a{color:#ff9f43;font-size:16px;font-weight:600;margin-bottom:5px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-wrap-content h4 a:hover{color:#f90}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-wrap-content .wrap-cal{color:#000;font-size:15px;font-weight:400;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-wrap-content .wrap-cal svg{margin-right:5px;width:16px;height:16px}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-wrap-content p{color:#000;font-size:15px;font-weight:400;margin-bottom:0px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-slider-widget{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-slider-widget.notes-widget-profile{padding-top:20px}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-slider-widget .notes-logo{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-slider-widget .notes-logo a{margin-right:15px}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-slider-widget .notes-logo a span img{border-radius:100px}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-slider-widget .notes-logo span.medium-square{margin-right:5px}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-slider-widget .notes-logo span.medium-square i{color:#28c76f;transform:rotate(45deg);font-size:10px}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-slider-widget .notes-logo span.high-square{margin-right:5px}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-slider-widget .notes-logo span.high-square i{color:#f90;transform:rotate(45deg);font-size:10px}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-slider-widget .notes-logo span.low-square{margin-right:5px}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-slider-widget .notes-logo span.low-square i{color:#288ec7;transform:rotate(45deg);font-size:10px}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-slider-widget .notes-logo p{color:#288ec7;font-size:15px;font-weight:400;margin-bottom:0px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-slider-widget .notes-logo p i.fa-draw-polygon{margin-right:5px}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-slider-widget .notes-logo p.medium{color:#28c76f}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-slider-widget .notes-logo p.high{color:#f90}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-slider-widget .notes-star-delete{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-slider-widget .notes-star-delete span .feather-star{color:#000;width:16px;height:16px;margin-right:10px}.notes-page-wrapper .content .section-card-body .notes-card-details .notes-slider-widget .notes-star-delete span .feather-trash-2{color:#ff1616;width:16px;height:16px}.notes-card-details .notes-card-body a{color:#ff9f43}.star-todo-inbox svg{width:13px;height:13px;color:#000}.inbox-call-profile{border-radius:5px;background:#e92990;border:1px solid #e92990;padding:4px 10px;font-size:14px;font-weight:700;color:#fff;margin:0 20px}.inbox-call-profile:hover{color:#e92990;background:#fff}.notes-tog i{transform:rotate(180deg)}.notes-tog.active i{transform:rotate(0deg)}.section-bulk-wrap .form-sort{position:relative}.section-bulk-wrap .form-sort svg.feather-filter{position:absolute;z-index:101;width:16px;height:16px;top:12px;left:10px}.page-add-notes.active svg{transform:rotate(0) !important}.dropdown-menu.notes-menu{z-index:99999}.dropdown-menu.notes-menu a.dropdown-item{color:#ff9f43;font-size:15px;font-weight:400;display:flex;align-items:center;padding:10px 20px}.dropdown-menu.notes-menu a.dropdown-item:hover{background:#f90;color:#fff}.dropdown-menu.notes-menu a.dropdown-item:hover svg{color:#fff}.dropdown-menu.notes-menu span{margin-right:8px}.dropdown-menu.notes-menu svg{width:14px;height:14px;color:#000}.edit-note-head a{border-radius:30px;border:1px solid rgba(145,158,171,.3019607843);background:#fff;color:#ff9f43;padding:15px;display:flex;align-items:center;justify-content:center;width:20px;height:20px}.edit-note-head a:hover{border-radius:20px;background:#ff9f43;color:#fff}.custom-modal-body .select2-container .selection .select2-selection .select2-selection__rendered{padding-left:10px !important}.bulk-con-wrap{width:100%}.section-bulk-widget{transition:.6s all}.section-notes-dashboard{display:none;transition:.6s all}.notes-tog i{transition:.5s all}.notes-tag-left .notes-tog i{transform:rotate(360deg);transition:.5s all}.budgeted-role-notes{width:100%}.notes-summernote .card{margin-bottom:0 !important}.dropdown-item:active{background:rgba(0,0,0,0)}.notes-summernote p{color:#000;font-size:15px;font-weight:400}.notes-dash{margin-top:30px;padding:24px;border-radius:8px;border:1px solid rgba(145,158,171,.3019607843);background:#fff;transition:.6s all}.notes-dash .notes-top-head{border-bottom:1px solid #dbe0e6}.notes-dash .notes-top-head h5{font-size:18px;font-weight:700;color:#ff9f43;margin-bottom:15px;display:flex;align-items:center}.notes-dash .notes-top-head h5 svg{width:19px;height:19px;margin-right:6px;color:#000}.notes-dash .notes-top-head-submenu{padding:15px 0;border-bottom:1px solid #dbe0e6}.notes-dash .notes-top-head-submenu ul{padding:15px 0}.notes-dash .notes-top-head-submenu ul li{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;padding:10px}.notes-dash .notes-top-head-submenu ul li.active{border-radius:10px;background:#ff9f43}.notes-dash .notes-top-head-submenu ul li.active svg{width:16px;height:16px;margin-right:8px}.notes-dash .notes-top-head-submenu ul li.active p{color:#fff}.notes-dash .notes-top-head-submenu ul li p{font-size:15px;font-weight:600;color:#000;margin-bottom:0;display:flex;align-items:center}.notes-dash .notes-top-head-submenu ul li p svg{width:16px;height:16px;margin-right:8px}.notes-dash .notes-top-head-submenu ul li span{display:flex;width:18px;height:18px;padding:0px 3px;justify-content:center;align-items:center;border-radius:12px;background:#ff9f43;color:#fff}.notes-dash .content-submenu-tag{margin-top:15px;padding:10px}.notes-dash .content-submenu-tag h6{font-size:16px;font-weight:600;color:#ff9f43}.notes-dash .content-submenu-tag ul{padding:10px 0}.notes-dash .content-submenu-tag ul.tags-list{margin-bottom:24px}.notes-dash .content-submenu-tag ul li.personal span{margin-right:8px}.notes-dash .content-submenu-tag ul li.personal span i{transform:rotate(45deg);font-size:10px}.notes-dash .content-submenu-tag ul li.personal a{color:#288ec7;display:flex;align-items:center}.notes-dash .content-submenu-tag ul li.social span{margin-right:8px}.notes-dash .content-submenu-tag ul li.social span i{transform:rotate(45deg);font-size:10px}.notes-dash .content-submenu-tag ul li.social a{color:#f90;display:flex;align-items:center}.notes-dash .content-submenu-tag ul li.work span{margin-right:8px}.notes-dash .content-submenu-tag ul li.work span i{transform:rotate(45deg);font-size:10px}.notes-dash .content-submenu-tag ul li.work a{color:#28c76f;display:flex;align-items:center}.notes-dash .content-submenu-tag ul li.public span{margin-right:8px}.notes-dash .content-submenu-tag ul li.public span i{transform:rotate(45deg);font-size:10px}.notes-dash .content-submenu-tag ul li.public a{color:#a02f7a;display:flex;align-items:center}.notes-dash .content-submenu-tag ul li.medium span{margin-right:8px}.notes-dash .content-submenu-tag ul li.medium span i{transform:rotate(45deg);font-size:10px}.notes-dash .content-submenu-tag ul li.medium a{color:#7367f0;display:flex;align-items:center}.notes-dash .content-submenu-tag ul li.high span{margin-right:8px}.notes-dash .content-submenu-tag ul li.high span i{transform:rotate(45deg);font-size:10px}.notes-dash .content-submenu-tag ul li.high a{color:#ff1616;display:flex;align-items:center}.notes-dash .content-submenu-tag ul li.low span{margin-right:8px}.notes-dash .content-submenu-tag ul li.low span i{transform:rotate(45deg);font-size:10px}.notes-dash .content-submenu-tag ul li.low a{color:#f90;display:flex;align-items:center}.notes-dash .content-submenu-tag ul li{font-size:15px;font-weight:400;display:flex;align-items:center}.notes-dash .content-submenu-tag ul li+li{margin-top:10px}.notes-logo a{display:flex;align-items:center}.notes-logo a span{width:32px;height:32px}.notes-logo a span img{border-radius:32px}.notes-top-head-submenu{padding:15px 0;border-bottom:1px solid #dbe0e6}.notes-top-head-submenu .nav.todo-inbox button.todo-inbox{display:flex;justify-content:flex-start;align-items:center;padding:10px;font-size:15px;font-weight:600;color:#000;margin-bottom:0;display:flex;align-items:center;margin-bottom:5px;border-radius:10px}.notes-top-head-submenu .nav.todo-inbox button.todo-inbox.active{border-radius:10px;background:#212b36;padding:10px;color:#fff}.notes-top-head-submenu .nav.todo-inbox button.todo-inbox.active svg{width:16px;height:16px;margin-right:8px}.notes-top-head-submenu .nav.todo-inbox button.todo-inbox:hover{background:#212b36;color:#fff}.notes-top-head-submenu .nav.todo-inbox button.todo-inbox svg{width:16px;height:16px;margin-right:8px}.notes-top-head-submenu .nav.todo-inbox button.todo-inbox span{display:flex;width:20px;height:20px;padding:0px 3px;justify-content:center;align-items:center;border-radius:12px;background:#ff9f43;color:#fff}.notes-trash-btn{background:#ff1616;color:#fff;border-radius:8px;margin:4px 0 20px 0;padding:10px;height:38px;display:flex;align-items:center;justify-content:center}.notes-trash-btn span{display:flex;align-items:center}.notes-trash-btn span svg{width:16px;height:16px;margin-right:10px}.delete-popup{padding:24px;border-radius:8px;background:#fff}.delete-popup .delete-image{margin-bottom:20px}.delete-popup .delete-heads{text-align:center}.delete-popup .delete-heads h4{color:#ff9f43;font-size:20px;font-weight:700;margin-bottom:5px}.delete-popup .delete-heads p{color:#000;font-size:15px;font-weight:400;margin-bottom:0px}.delete-popup .delete-footer{text-align:center}.edit-page-title{display:flex;align-items:center}.edit-page-title h4{font-size:18px;font-weight:700;color:#ff9f43;margin-bottom:0;margin-right:10px}.edit-page-title p{font-size:15px;font-weight:400;color:#288ec7}.edit-head-view{margin-bottom:20px;border-bottom:rgba(145,158,171,.3019607843)}.edit-head-view h6{font-size:16px;font-weight:600;color:#ff9f43;margin-bottom:15px}.edit-head-view p{font-size:15px;font-weight:400;color:#000;margin-bottom:15px}.edit-head-view p.badged i{font-size:7px;margin-right:7px}.edit-head-view p.badged{border-radius:8px;border:1px solid #f90;padding:4px 10px;margin-bottom:0;color:#f90;font-size:14px;font-weight:600;display:inline-flex;align-items:center}.edit-footer-menu a{background-color:#ff1616}.edit-noted-head a span i.fa-trash-alt{color:#ff1616;margin-right:10px}.edit-noted-head a span i.fa-star{color:#f90}.edit-head-view p.badged.high i{font-size:7px;margin-right:7px}.edit-head-view p.badged.high{border-radius:8px;border:1px solid #ff1616;padding:4px 10px;margin-bottom:0;color:#ff1616;font-size:14px;font-weight:600;display:inline-flex;align-items:center}.people-profile-pic{border:none !important;margin-left:14px;position:relative}.people-profile-pic img{border-radius:10px}.people-profile-pic a{position:absolute;top:15px;right:7px}.people-profile-pic a .x-square-add{border-radius:3px;background:#ff1616;color:#fff}.people-customer-walk{max-width:35px}.custom-pagination .paginations{align-items:center}.custom-pagination .paginations span{display:flex;align-items:center;color:#000;width:16px;height:16px}.custom-pagination .paginations span .fa-chevron-left{margin-right:8px}.custom-pagination .paginations .page-wrap li a{margin-right:8px;border-radius:85px;background:#dbe0e6;color:#000;font-size:14px;font-weight:500;display:flex;width:30px;height:30px;padding:5px;justify-content:center;align-items:center}.custom-pagination .paginations .page-wrap li a.active{background:#ff9f43;color:#fff}.custom-pagination .paginations .page-wrap li :hover{background:#ff9f43;color:#fff;transition:.3s all}.section-notes-slider .notes-slider.owl-carousel .owl-nav{top:-44px;right:unset;left:150px}.section-notes-slider .notes-slider.owl-carousel .owl-nav button{background-color:rgba(0,0,0,0);width:15px;height:auto}.section-notes-slider .notes-slider.owl-carousel .owl-nav button i{color:#ff9f43}.section-notes-slider .notes-slider.owl-carousel .owl-nav button:hover{background-color:rgba(0,0,0,0)}.section-notes-slider .notes-slider.owl-carousel .owl-nav button:hover i{color:#ff9f43}.barcode-content-list{border-radius:8px;border:1px solid rgba(145,158,171,.3019607843);background:#fff;padding:24px}@media(max-width: 575px){.barcode-content-list{padding-left:15px}}.barcode-content-list .seacrh-barcode-item{margin-bottom:24px}@media(max-width: 575px){.barcode-content-list .seacrh-barcode-item .seacrh-barcode-item-one{margin-bottom:15px}}.barcode-content-list .search-modal-header{margin-bottom:24px}.barcode-content-list .search-modal-header .dataTables_wrapper .dataTables_filter{display:none}.barcode-content-list .search-modal-header .dataTables_length,.barcode-content-list .search-modal-header .dataTables_info,.barcode-content-list .search-modal-header .dataTables_paginate{display:none}.barcode-content-list .search-modal-header table thead th{padding:15px 17px !important}.barcode-content-list .search-modal-header table tbody td{padding:10px 17px;border-bottom:1px solid rgba(145,158,171,.3019607843)}.barcode-content-list .paper-search-size{padding-bottom:24px;border-bottom:1px solid rgba(145,158,171,.3019607843)}@media(max-width: 575px){.barcode-content-list .paper-search-size .search-toggle-list{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}}.barcode-content-list .paper-search-size .search-toggle-list p{margin-bottom:5px;color:#ff9f43;font-size:14px;font-weight:500;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media(max-width: 575px){.barcode-content-list .paper-search-size .search-toggle-list p{margin-bottom:0px}}.barcode-content-list .search-barcode-button{margin-top:24px;display:flex;align-items:center;justify-content:flex-end}@media(max-width: 575px){.barcode-content-list .search-barcode-button{display:block}}@media(max-width: 575px){.barcode-content-list .search-barcode-button a{width:100%;margin-bottom:14px}}.barcode-content-list .nav-searchinputs{list-style:none}.barcode-delete-icon{margin-right:8px}.close-btn{background:#ff1616}.close-btn:hover{background:#e20000}.seacrh-barcode-item .searchInput{background:#fff;width:100%;border-radius:5px;position:relative}.searchInput input{height:55px;width:100%;outline:none;border:none;border-radius:5px;padding:0 60px 0 20px;font-size:18px;box-shadow:0px 1px 5px rgba(0,0,0,.1)}.searchInput.active input{border-radius:5px 5px 0 0}.searchInput .resultBox{padding:0;opacity:0;pointer-events:none;max-height:280px;overflow-y:auto}.searchInput.active .resultBox{padding:10px 8px;opacity:1;pointer-events:auto;border:1px solid #f90}.resultBox li{list-style:none;padding:8px 12px;display:none;width:100%;cursor:default;border-radius:3px}.searchInput.active .resultBox li{display:block}.resultBox li:hover{background:#f90;color:#fff}.searchInput .icon{position:absolute;left:10px;top:21px;height:15px;width:15px;text-align:center;line-height:55px;color:#000;cursor:pointer}.barcode-scan-header{margin-bottom:15px}.barcode-scan-header h5{font-size:18px;font-weight:700;color:#ff9f43}.barcode-scanner-link{padding:10px 5px;border-radius:10px;border:1px solid rgba(145,158,171,.3019607843);background:#fff;margin-bottom:30px}.barcode-scanner-link h6{font-size:14px;font-weight:700;color:#ff9f43;margin-bottom:5px}.barcode-scanner-link p{font-size:15px;font-weight:400;color:#000;margin-bottom:5px}.people-cust-avatar h6{margin-bottom:10px}.employee-grid-profile{text-align:center;background:#fff;border-radius:8px;margin:0 0 24px;padding:15px;box-shadow:0px 4px 60px 0px rgba(190,190,190,.27);border:1px solid #dbe0e6}.employee-grid-profile .profile-head{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:24px}.employee-grid-profile .profile-head .profile-head-action{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.employee-grid-profile .profile-head .profile-head-action .badge badge-linedanger{background:#fff;border:1px solid #ff1616;padding:2px 10px}.employee-grid-profile .profile-head .dep-name h5{font-size:18px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.employee-grid-profile .profile-head .dep-name h5::before{content:"";width:10px;height:10px;border-radius:50%;margin-right:5px}.employee-grid-profile .profile-head .dep-name h5.active::before{background:#28c76f}.employee-grid-profile .profile-head .dep-name h5.inactive::before{background:#ff1616}.employee-grid-profile .profile-info{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;flex-direction:column;margin-bottom:15px}.employee-grid-profile .profile-info .profile-pic{width:80px;height:80px;border-radius:8px;margin-bottom:15px;position:relative}.employee-grid-profile .profile-info .profile-pic img{border-radius:8px}.employee-grid-profile .profile-info .profile-pic.active-profile::after{content:"";background:#28c76f;border-radius:50%;position:absolute;right:-3px;bottom:-3px;padding:3px;border:3px solid #fff}.employee-grid-profile .profile-info.department-profile-info{background-color:#f3f6f9;padding:15px;border-radius:10px}.employee-grid-profile .profile-info.department-profile-info .profile-pic{width:40px;height:40px;margin-bottom:8px}.employee-grid-profile .profile-info.department-profile-info h4{font-size:15px}.employee-grid-profile .profile-info h5{color:#ff9f43;font-size:14px;font-weight:700;margin-bottom:10px}.employee-grid-profile .profile-info h4{font-size:18px;font-weight:700}.employee-grid-profile .profile-info span{font-size:15px}.employee-grid-profile ul.department{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;text-align:left;background-color:#f3f6f9;padding:15px;border-radius:8px}.employee-grid-profile ul.department li{color:#ff9f43;font-weight:500;font-size:15px}.employee-grid-profile ul.department li span{display:block;color:#000;margin-top:5px}.employee-grid-profile .dropdown-toggle::after{display:none}.employee-grid-profile .dropdown.profile-action svg{color:#ff9f43}.employee-grid-profile .dropdown.profile-action .dropdown-menu{padding:0;right:0px !important;margin-top:10px !important;left:unset !important;min-width:130px}.employee-grid-profile .dropdown.profile-action .dropdown-menu a.dropdown-item+a{margin-top:0}.employee-grid-profile .dropdown.profile-action ul li a svg{width:16px;height:16px;margin-right:8px}.employee-grid-profile .dropdown.profile-action ul li a:hover svg{color:#fff}.hide-head .header{display:none}.hide-head .sidebar{top:0}.hide-head .page-wrapper{padding-top:0}.hide-head .full-height svg{transform:rotate(180deg)}.card-title-head h6{font-weight:600;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;margin:0 0 20px;padding:0 0 20px;border-bottom:1px solid rgba(145,158,171,.3019607843)}.card-title-head h6 svg{width:20px;margin-right:5px;color:#ff9f43}.new-employee-field .image-upload{width:120px;height:38px;border:0;background-color:#ff9f43}.new-employee-field .image-upload input[type=file]{height:38px}.new-employee-field .image-upload .image-uploads{top:8px;padding:0}.new-employee-field .image-upload .image-uploads h4{color:#fff;font-size:15px;line-height:normal}.profile-pic-upload{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;margin-bottom:24px}.profile-pic-upload .profile-pic{width:120px;height:120px;border:1px dashed #000;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;border-radius:10px;margin-right:24px;position:relative;flex-shrink:0}.profile-pic-upload .profile-pic span{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;flex-direction:column}.profile-pic-upload .profile-pic span svg{margin-right:0}.profile-pic-upload .profile-pic .close-img .info-img{width:12px;height:12px;color:#fff;border-radius:3px;background:#ff1616}.profile-pic-upload .profile-pic .close-img{padding:2px;position:absolute;top:10px;right:12px}.profile-pic-upload.edit-pic .profile-pic{border:0}.profile-pic-upload.edit-pic .profile-pic img{border-radius:10px}.profile-pic-upload.edit-pic .profile-pic .user-editer{border-radius:0}.pass-info .input-blocks svg{position:absolute;right:10px;top:36px;width:15px;left:unset}.new-employee-field .other-info{margin:15px 0}.team-members{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}.team-members li ul{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.team-members li ul li a{display:inline-block;width:24px;height:24px}.team-members li ul li a img{width:24px;height:24px;border-radius:50%;border:2px solid #fff}.team-members li ul li{margin-left:-7px}.team-members li ul li:first-child{margin-left:0}.team-members li ul li:last-child a{position:relative}.team-members li ul li:last-child a::after{content:"";background:linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);width:100%;height:100%;position:absolute;left:0;border-radius:50%;border:2px solid #fff}.team-members li ul li:last-child a span{color:#fff;position:absolute;left:5px;z-index:1;top:3px;font-size:13px}.dataTables_info{display:none}div.dataTables_wrapper div.dataTables_length select{display:none}.input-blocks .form-icon{position:relative}.input-blocks .form-icon input{padding-left:30px}.input-blocks .form-icon .cus-icon{position:absolute;left:10px;top:9px}.input-blocks .form-icon .cus-icon svg{width:14px;color:#000}.input-blocks.custom-form-check{margin:15px 0}.modal .input-blocks{margin-bottom:15px}.checkboxs.modal-table-check{line-height:normal;margin-right:13px;margin-bottom:0;padding-left:25px;display:inline-block}.checkboxs.modal-table-check .checkmarks{top:3px}.checkboxs.modal-table-check input~.checkmarks{border-radius:5px}.checkboxs.modal-table-check input:checked~.checkmarks{border-color:#ff9f43}.no-pagination .dataTables_length,.no-pagination .paging_numbers{display:none}.modal-table-tab .nav-link{background-color:rgba(145,158,171,.3019607843);color:#000;padding:10px 20px;margin-right:10px;margin-bottom:15px;font-size:14px;font-weight:700}.modal-table-tab .nav-link.active{background-color:#ff9f43;color:#fff}.modal-table-item h4{font-weight:600;font-size:16px;margin-bottom:20px;color:#ff9f43}.break-title h4{font-weight:600;font-size:16px;margin-bottom:10px;color:#ff9f43}@media(max-width: 1199.98px){.table-top-new .search-set .search-input input[type=search]{width:140px}.table-top-new .total-employees{margin-right:10px}.table-top-new .search-path .btn-filter,.table-top-new .search-path .btn-filter{margin-right:10px}}@media(max-width: 991.98px){.table-top-new .search-set .search-input input[type=search]{width:200px}}.todo-inbox-check{margin-right:15px}.todo-inbox-check .checkboxs{margin-bottom:0;padding-left:25px;display:flex;align-items:center}.todo-inbox-check .checkboxs input~.checkmarks{border-color:rgba(145,158,171,.3019607843);border-radius:5px;margin-top:2px;width:20px;height:20px}.todo-inbox-check .checkboxs input:checked~.checkmarks{border-color:#ff9f43}.todo-wrapper-list-content{margin-left:5px}.notes-header h3{color:#ff9f43;font-size:18px;font-weight:700;margin-bottom:0}.daterangepicker .ranges li.active{background-color:#f90 !important}.todo-inbox-check .checkboxs .checkmarks:after{left:7px;top:3px}.todo-widget{margin-bottom:25px}.todo-today-content{margin-bottom:15px;display:flex;align-items:center;justify-content:space-between}.todo-today-content .todo-drop-down span i{color:#ff9f43}.todo-today-content .todo-today-header{display:flex;align-items:center}.todo-today-content .todo-today-header span{margin-right:5px;display:flex;align-items:center}.todo-today-content .todo-today-header span svg{width:16px;height:16px;color:#000}.todo-today-content .todo-today-header h3{font-size:16px;font-weight:600;color:#ff9f43;margin-bottom:0;margin-right:5px}.todo-today-content .todo-today-header h6{display:flex;align-items:center;justify-content:center;width:18px;height:18px;background-color:#ff9f43;border-radius:50px;color:#fff;font-size:10px;font-weight:600;margin-bottom:0}.todo-wrapper-list{padding:15px;border-radius:8px;border:1px solid rgba(145,158,171,.3019607843);background:#fff;display:flex;align-items:center;margin-bottom:10px}@media(max-width: 575px){.todo-wrapper-list{flex-direction:column}}.todo-wrapper-list .todo-inbox-check{display:flex;align-items:center}.todo-wrapper-list .todo-inbox-check .todo-wrapper-list-content h4{font-size:16px;font-weight:700;color:#ff9f43;margin-bottom:5px}.todo-wrapper-list .todo-inbox-check .todo-wrapper-list-content p{font-size:13px;font-weight:500;color:#000;margin-bottom:0}.todo-wrapper-list .todo-inbox-check.todo-inbox-check-list{width:45%}@media(max-width: 575px){.todo-wrapper-list .todo-inbox-check.todo-inbox-check-list{width:auto}}.todo-wrapper-list .todo-inbox-check.todo-inbox-check-list .checkboxs{margin-bottom:12px}.todo-wrapper-list .todo-inbox-check.todo-inbox-check-list .checkboxs input~.checkmarks{border-radius:5px;margin-top:0}.todo-wrapper-list .notes-card-body{width:35%}@media(max-width: 575px){.todo-wrapper-list .notes-card-body{width:auto;margin:20px 0}}.todo-wrapper-list .notes-card-body p{display:flex;align-items:center}.todo-wrapper-list .notes-card-body p.high{border-radius:8px;border:1px solid #ff1616;padding:4px 10px;font-size:14px;font-weight:600;color:#ff1616;margin-right:10px}.todo-wrapper-list .notes-card-body p.medium{padding:4px 10px;border-radius:8px;border:1px solid #423b93;font-size:14px;font-family:600;color:#423b93}.todo-wrapper-list .notes-card-body p.pending{padding:4px 10px;border-radius:8px;border:1px solid #288ec7;font-size:14px;font-family:600;color:#288ec7}.todo-wrapper-list .notes-card-body p.low{padding:4px 10px;border-radius:8px;border:1px solid #f90;font-size:14px;font-family:600;color:#f90}.todo-wrapper-list .notes-card-body p.success{padding:4px 10px;border-radius:8px;border:1px solid #28c76f;font-size:14px;font-family:600;color:#28c76f}.todo-wrapper-list .notes-card-body p i.fa-circle{font-size:7px;margin-right:4px}.todo-wrapper-list .todo-strike-content h4{text-decoration-line:line-through}.todo-wrapper-list .todo-strike-content p{text-decoration-line:line-through}.todo-wrapper-list .todo-profile{width:20%;justify-content:flex-end}.todo-wrapper-list .todo-profile img{border-radius:30px;margin-right:16px;width:30px;height:30px}.todo-wrapper-list .todo-profile a .fa-ellipsis-v{color:#ff9f43}.todo-calendar .input-groupicon.calender-input input{padding-left:10px}.todo-calendar{position:relative}.todo-calendar .calender-input{position:relative}.todo-calendar .calender-input .info-img{position:absolute;top:11px;z-index:100;width:16px;height:16px;right:5px !important;color:#000}.todo-accordion .accordion-item{background:rgba(0,0,0,0);margin-bottom:30px}.todo-accordion .accordion-item .accordion-header{cursor:pointer}.todo-accordion .accordion-item .accordion-header .accordion-button{background:rgba(0,0,0,0)}.todo-accordion .accordion-item .accordion-header .accordion-button.collapsed .todo-today-content{margin-bottom:0}.todo-accordion .accordion-item .accordion-header .todo-today-content{width:100%}.todo-accordion .accordion-item .accordion-header .todo-drop-down a span i{color:#000}.todo-accordion .accordion-item .todo-widget{margin-bottom:0}.todo-accordion .accordion-item .todo-widget .todo-wrapper-list:last-child{margin-bottom:0}.page-header .page-btn.import{margin-left:15px}@media(max-width: 575px){.page-header .page-btn.import{margin-left:0}}.summer-description-box.transfer{margin-bottom:0}.summer-description-box.transfer p{color:#000}.summer-description-box.transfer .note-editor{margin-bottom:10px}.modal-body-table.total-orders{margin-bottom:0}.image-upload .image-uploads h4 span{color:#ff9f43}.modal-dialog.payment{min-width:1439px}.input-blocks.image-upload-down{margin-bottom:15px}.badges.status-badge.ordered{background-color:#f90}.input-blocks.leave-table{margin-bottom:0;width:98px}.page-header .page-btn.attendance{margin-left:0px}@media(max-width: 767px){.page-header.transfer{display:block}}@media(max-width: 767px){.page-header.transfer .table-top-head{justify-content:flex-start;margin-top:24px;margin-bottom:24px}}@media(max-width: 767px){.page-header.transfer .purchase-pg-btn .page-btn:first-child{margin-left:0;margin-top:0}}@media(max-width: 575px){.page-header.transfer .purchase-pg-btn{flex-direction:column;align-items:self-start}}.attendance-header{display:flex;justify-content:space-between;margin-bottom:24px}@media(max-width: 575px){.attendance-header{display:block}}.attendance-header .attendance-content{display:flex;align-items:center}.attendance-header .attendance-content h3{font-size:20px;flex-shrink:0;margin-left:10px}.attendance-header .attendance-content h3 span{color:#000}@media(max-width: 575px){.table-top-head.employe{justify-content:flex-start;margin-top:24px}}.attendance-widget .card .card-body h5{display:flex;justify-content:space-between;font-size:20px;align-items:center;padding-bottom:24px;border-bottom:1px solid rgba(145,158,171,.3);margin-bottom:24px}.attendance-widget .card .card-body h5 span{font-size:13px;color:#7367f0}.attendance-widget .card .card-body .card.attendance{display:flex;padding:30px 10px;align-items:center;background-color:#fafbfe;flex-direction:row;margin-bottom:24px}.attendance-widget .card .card-body .card.attendance img{width:48px;height:48px;padding-right:15px}.modal-attendance-btn{display:flex;gap:10px}.warming-card{text-align:center;display:flex;flex-direction:column;align-items:center}.warming-card h4{color:#ff9f43;font-size:20px;border-radius:8px;width:64px;height:64px;background:rgba(255,159,67,.09);padding:20px;margin-bottom:14px}.warming-card h6{font-size:16px}.danger-card{text-align:center;display:flex;flex-direction:column;align-items:center}.danger-card h4{color:#ff1616;font-size:20px;width:64px;height:64px;border-radius:8px;background:rgba(255,0,0,.09);padding:20px;margin-bottom:14px}.danger-card h6{font-size:16px}.light-card{text-align:center;display:flex;flex-direction:column;align-items:center}.light-card h4{color:#7367f0;font-size:20px;width:64px;height:64px;border-radius:8px;background:rgba(115,103,240,.09);padding:20px;margin-bottom:14px}.light-card h6{font-size:16px}.success-card{text-align:center;display:flex;flex-direction:column;align-items:center}.success-card h4{color:#7367f0;font-size:20px;width:64px;height:64px;border-radius:8px;background:rgba(115,103,240,.09);padding:20px;margin-bottom:14px}.success-card h6{font-size:16px}.widget-attend{display:flex}@media(max-width: 991.98px){.widget-attend{flex-wrap:wrap;justify-content:center}}.box-attend{padding:10px;text-align:center;width:100%}.progress-bar-success{background-color:#28c76f}.progress-bar-warning{background-color:#f90}.progress-bar-danger{background-color:#ff1616}.progress.attendance{width:127px;height:7px}.badges-inactive.Holiday{color:#7367f0;border:1px solid #7367f0}.modal-deletecontent{padding:24px}.modal-deletecontent .feather-xcircircle{display:flex;width:40px;height:40px;justify-content:center;align-items:center;color:#ff1616;margin:auto}.modal-deletecontent h4{padding:20px 0 5px 0;text-align:center;color:#ff9f43;font-size:20px;font-weight:700}.modal-deletecontent p{text-align:center;color:#000;font-size:15px;font-weight:400}.modal-deletecontent .modal-footer-btn.delete{text-align:center}.page-wrapper .content.settings-content{background-color:#fff;padding-bottom:24px}.settings-pg-header{padding-bottom:24px;border-bottom:1px solid rgba(145,158,171,.3019607843)}.sidebars.settings-sidebar{position:relative;z-index:1;top:unset;left:unset;bottom:unset;width:309px;margin-right:24px;border-right:0;border:1px solid rgba(145,158,171,.3019607843);border-radius:8px}@media(max-width: 1399px){.sidebars.settings-sidebar{width:250px}}@media(max-width: 1199.98px){.sidebars.settings-sidebar{width:200px;margin-right:15px}}@media(max-width: 991.98px){.sidebars.settings-sidebar{display:none}}.sidebars.settings-sidebar .slimScrollDiv{background-color:rgba(0,0,0,0);width:309px !important}@media(max-width: 1399px){.sidebars.settings-sidebar .slimScrollDiv{width:250px !important}}@media(max-width: 1199.98px){.sidebars.settings-sidebar .slimScrollDiv{width:200px !important}}.sidebars.settings-sidebar .theiaStickySidebar{width:100% !important;margin-top:10px}.sidebars.settings-sidebar .sidebar-menu{padding:10px 15px}@media(max-width: 1199.98px){.sidebars.settings-sidebar .sidebar-menu{padding:10px 8px}}.sidebars.settings-sidebar .sidebar-menu .menu-arrow{background-color:#fff;right:5px}.sidebars.settings-sidebar .sidebar-menu .menu-arrow::before{border-left:1px solid #000;border-bottom:1px solid #000;border-right:none;color:#000}.sidebars.settings-sidebar .sidebar-menu .submenu-open ul{margin:0;border-bottom:0;padding:0}.sidebars.settings-sidebar .sidebar-menu .submenu-open ul .submenu a.active{background-color:#fff}.sidebars.settings-sidebar .sidebar-menu .submenu-open ul .submenu a.active.subdrop{background-color:#fff;margin-bottom:10px}.sidebars.settings-sidebar .sidebar-menu .submenu-open ul .submenu a.active .menu-arrow{background-color:#fff}.sidebars.settings-sidebar .sidebar-menu .submenu-open ul .submenu a.active .menu-arrow::before{border-color:#000}.sidebars.settings-sidebar .sidebar-menu .submenu-open ul .submenu a.subdrop .menu-arrow{background-color:#fff;transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);color:#ff9f43}.sidebars.settings-sidebar .sidebar-menu .submenu-open ul .submenu a svg{color:#ff9f43}.sidebars.settings-sidebar .sidebar-menu .submenu-open ul .submenu a span{color:#ff9f43;font-weight:600;font-size:16px}@media(max-width: 1199.98px){.sidebars.settings-sidebar .sidebar-menu .submenu-open ul .submenu a span{font-size:14px}}.sidebars.settings-sidebar .sidebar-menu .submenu-open ul .submenu ul li a{margin-left:0}.sidebars.settings-sidebar .sidebar-menu .submenu-open ul .submenu ul li a::after{display:none}.sidebars.settings-sidebar .sidebar-menu .submenu-open ul .submenu ul li a.active{background-color:rgba(254,159,67,.08);color:#ff9f43;border-radius:8px;padding:10px 18px}.sidebars.settings-sidebar .sidebar-menu .submenu-open ul .submenu ul li a.active::after{content:"";width:7px;height:7px;border-radius:50%;background-color:#ff9f43;right:10px;left:unset;border:0;position:absolute;display:block}.settings-page-wrap{flex:1}.settings-page-wrap .setting-title h4{font-size:18px;font-weight:700;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(145,158,171,.3019607843)}.settings-page-wrap .card-title-head h6{border-bottom:0;padding-bottom:0}.settings-page-wrap .new-employee-field span{color:#000;font-size:14px;display:block;margin-top:5px}.table-top-head .feather-rotate-ccw{height:16px}.security-settings .no-pagination .dataTables_filter{display:none}.security-settings .no-pagination table{margin-top:24px !important}.security-settings .no-pagination table thead>tr>th.sorting:before{display:none}.security-settings .no-pagination table thead>tr>th.sorting:after{display:none}.security-settings ul li{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:20px}.security-settings ul li:last-child{margin-bottom:0}@media(max-width: 575px){.security-settings ul li{display:block}}.security-settings ul li .security-type{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}@media(max-width: 575px){.security-settings ul li .security-type{margin-bottom:20px}}.security-settings ul li .security-type .security-icon{width:60px;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;background-color:#fafbfe;border-radius:10px;margin-right:10px;flex-shrink:0}.security-settings ul li .security-type .security-icon svg{color:#ff9f43}.security-settings ul li .security-title h5{font-size:14px;font-weight:700}.security-settings ul li .security-title p{color:#000;font-size:15px}.security-settings ul li .security-btn .btn-danger{background-color:#ff1616}.security-settings ul li .security-btn .btn-danger:hover{border-color:#ff9f43;background-color:#ff9f43}.security-settings ul li .security-btn .badges-connected{background:rgba(40,199,111,.05);color:#28c76f;border:1px solid #28c76f;padding:3px 6px;border-radius:6px}.security-settings ul li .security-btn .fa-check-circle{color:#28c76f}.security-settings ul li .security-btn .remove-red{color:#ff1616;font-weight:700}.security-settings ul li .security-btn .manage-btn{border:1px solid var(--Stroke, rgba(145, 158, 171, 0.3));padding:8px 20px;color:#ff9f43;border-radius:5px}.mini-sidebar .sidebars.settings-sidebar .sidebar-menu .submenu-open ul .submenu .menu-arrow{display:block !important}.mini-sidebar .sidebars.settings-sidebar .sidebar-menu .submenu-open ul .submenu .subdrop~ul{display:block !important}.settings-bottom-btn{margin-top:40px}.connected-app-card.email-setting .security-title h5{font-weight:700;font-size:18px}.connected-app-card ul{background-color:#fff;padding:24px;box-shadow:0px 4px 60px 0px rgba(231,231,231,.47);border-radius:8px;margin-bottom:24px}.connected-app-card ul li{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:20px}.connected-app-card ul li:last-child{margin-bottom:0}.connected-app-card ul li .connect-btn a{border:1px solid #28c76f;color:#28c76f;background-color:rgba(40,199,111,.05);padding:3px 5px;border-radius:5px;font-size:14px}.connected-app-card ul li .connect-btn.not-connect a{border-color:#f3f6f9;color:#ff9f43;background-color:#fff;font-weight:600}.connected-app-card ul li .security-title h5{font-weight:600;font-size:16px}.connected-app-card ul li .system-app-icon{width:40px;height:40px;border-radius:8px;background-color:#fafbfe;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin-right:8px;flex-shrink:0}.connected-app-card ul li p{font-size:13px;color:#000;font-weight:500;margin-top:5px}.connected-app-card ul li .integration-btn a{border:1px solid #f3f6f9;color:#ff9f43;background-color:#fff;border-radius:8px;padding:5px 10px;font-weight:700;display:flex;align-items:center}.company-info{border-bottom:1px solid #f3f6f9;margin-bottom:24px}.logo-company li{margin-bottom:20px}@media(max-width: 575px){.logo-company li{flex-direction:column !important;align-items:start !important}}.logo-company li .logo-info{margin-right:100px}@media(max-width: 1199.98px){.logo-company li .logo-info{margin-right:40px}}@media(max-width: 575px){.logo-company li .logo-info{margin-bottom:20px}}.logo-company li .logo-info h6{font-size:14px;font-weight:700}.logo-company li .logo-info p{font-size:13px}.logo-company li .profile-pic-upload{margin-right:100px}.logo-company li .profile-pic-upload .image-upload{width:135px}.logo-company li .profile-pic-upload .image-upload h4 svg{width:16px;height:16px;margin-right:8px}.logo-company li .new-logo{text-align:right}@media(max-width: 575px){.logo-company li .new-logo{text-align:left;margin-left:0 !important;margin-top:20px}}.logo-company li .new-logo a{width:60px;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;border:1px solid #f3f6f9;border-radius:8px;position:relative}.logo-company li .new-logo a span{width:16px;height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;background-color:#ff1616;border-radius:5px;position:absolute;right:4px;top:4px}.logo-company li .new-logo a span svg{color:#fff}.localization-select{width:200px;margin-bottom:20px}@media(max-width: 1199.98px){.localization-select{width:150px}}.localization-select.fixed-width{width:70px}.localization-select.fixed-width span{color:#000}.localization-select.width-custom{width:150px}textarea{resize:none}.localization-info .setting-info{margin-bottom:20px}.localization-info .setting-info h6{font-size:14px;font-weight:700}.localization-info .setting-info p{color:#000}.appearance-settings h6{font-size:14px;font-weight:700}.appearance-settings p{color:#000}.appearance-settings .theme-type-images .theme-image{box-shadow:0px 4px 60px 0px rgba(231,231,231,.47);background:#fff;border-radius:8px;border:2px solid #fff;padding:10px;margin-right:10px;text-align:center}.appearance-settings .theme-type-images .theme-image:last-child{margin-right:0}.appearance-settings .theme-type-images .theme-image span{font-weight:500;margin-top:10px;display:block}.appearance-settings .theme-type-images .theme-image.active{border-color:#ff9f43}.appearance-settings .theme-type-images .theme-image.active span{color:#ff9f43}.theme-colors ul{display:flex;align-items:center}.theme-colors ul li{margin-right:10px}.theme-colors ul li span{width:35px;height:35px;border-radius:50%;background-color:#ff9f43;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.theme-colors ul li span.active{background-color:rgba(255,159,67,.3)}.theme-colors ul li span.active:after{content:"";width:25px;height:25px;background-color:#ff9f43;border-radius:50%;opacity:1}.theme-colors ul li span.theme-violet{background-color:#7367f0}.theme-colors ul li span.theme-violet.active{background-color:rgba(115,103,240,.3)}.theme-colors ul li span.theme-violet.active:after{background-color:#7367f0}.theme-colors ul li span.theme-blue{background-color:#288ec7}.theme-colors ul li span.theme-blue.active{background-color:rgba(40,142,199,.3)}.theme-colors ul li span.theme-blue.active:after{background-color:#288ec7}.theme-colors ul li span.theme-brown{background-color:#d26400}.theme-colors ul li span.theme-brown.active{background-color:rgba(210,100,0,.3)}.theme-colors ul li span.theme-brown.active:after{background-color:#d26400}.theme-colors ul li:last-child{margin-right:0}.input-notify-info{color:#000;margin-top:5px}.input-notify-info span{color:#ff9f43}.pos-payment-method{flex-wrap:wrap}.pos-payment-method .custom-checkbox{margin-right:24px;margin-bottom:20px}.pos-payment-method .custom-checkbox .checkboxs .checkmarks{top:-1px}.pos-payment-method .custom-checkbox .checkboxs{padding-left:21px}.setting-gateway a svg{color:#5b6670;width:18px;height:18px}.social-authent-settings .connected-app-card ul li:first-child{padding-bottom:20px;border-bottom:1px solid #f3f6f9}.bank-settings .btn-list,.bank-settings .btn-grid{background-color:#fafbfe;width:36px;height:36px;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin-block-end:unset}.bank-settings .btn-list svg,.bank-settings .btn-grid svg{width:18px;height:18px;color:#ff9f43}.bank-settings .btn-list.active,.bank-settings .btn-grid.active{background-color:#ff9f43}.bank-settings .btn-list.active svg,.bank-settings .btn-grid.active svg{color:#fff}.bank-box{background:#ff9f43;padding:40px;border-radius:8px;border:1px solid #ff9f43;position:relative;margin-bottom:24px}.bank-box.active{border-color:#28c76f}.bank-box.active::after{position:absolute;top:-8px;right:-8px;content:"";font-family:"Font Awesome 5 Free";font-weight:900;color:#3ecd7d;width:22px;height:22px;border-radius:50%;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.bank-box .bank-header .bank-name{margin-bottom:24px}.bank-box .bank-header .bank-name h6{color:#fff;font-size:18px;font-weight:700;margin-bottom:10px}.bank-box .bank-header .bank-name p{color:#fff}.bank-box .bank-info span{color:#000;font-size:13px}.bank-box .bank-info h6{color:#fff;font-size:18px;font-weight:500}.bank-action-btn{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.bank-action-btn a{border:1px solid #f3f6f9;border-radius:8px}.bank-action-btn a svg{width:14px;height:14px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.bank-action-btn a svg.feather-edit{color:#ff9f43}.bank-action-btn a svg.feather-trash-2{color:#ff1616}.storage-icon h6{font-weight:600;font-size:16px}svg.filter-icon{width:18px;height:18px;color:#fff}.search-path .btn-filter.setclose>.filter-icon{display:none}.page-header .select-language .select2-container .select2-selection--single{height:41px;width:160px}.language-progress .progress-bar-warning{width:80%}.language-progress .progress-bar-success{width:100%}.language-progress .progress-bar-violet{background-color:#7367f0;width:5%}.language-progress .progress-bar-violet-two{background-color:#7367f0;width:40%}.language-progress span{position:absolute;right:0;top:-20px;color:#ff9f43}.table tbody td.action-table-data .language-action a{border:0;color:#fff}.table tbody td.action-table-data .language-action a:hover{background-color:#ff9f43}.table tbody td.action-table-data .language-action a.language-import{background-color:#fafbfe}.table tbody td.action-table-data .language-action a.language-import svg{color:#ff9f43;width:18px;height:18px}.table tbody td.action-table-data .language-action a.language-import:hover{background-color:#ff9f43}.table tbody td.action-table-data .language-action a.language-import:hover svg{color:#fff}.table tbody td.action-table-data .language-action .checkboxs .checkmarks{top:-5px}.selected-language{border:1px solid #f3f6f9;padding:5px 10px;border-radius:8px;color:#ff9f43}.back-btn a.btn-translation{background-color:#f3f6f9;border-radius:5px;font-weight:500}.back-btn a.btn-translation svg{color:#ff9f43}.back-btn a.btn-translation:hover{background-color:#ff9f43;color:#fff}.back-btn a.btn-translation:hover svg{color:#fff}td span.file-data{color:#008dda;font-weight:500}th.fixed-width{width:570px}.btn-icon{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.pos-design .btn-row{padding:24px}.pos-design .btn-row a{display:flex;align-items:center}.pos-design .btn-row a:last-child{margin-right:0}.pos-design .pos-wrapper{--bs-gutter-x: 0}@media(max-width: 575px){.btn-row{flex-direction:column}}.btn-row .btn{font-size:14px;color:#fff;margin:0 10px 0 0;padding:10px;border-radius:4px}@media(max-width: 575px){.btn-row .btn{margin:0 0 15px 0;width:100%}}.btn-row .btn:last-child{margin-bottom:0}.pos-categories h5,.pos-categories h6,.order-list h5,.order-list h6{color:#ff9f43}.pos-categories h5,.order-list h5{font-size:18px;font-weight:700}.btn-info{background-color:#008dda;border-color:#008dda}.btn-info:hover{background-color:#ff9f43;border-color:#ff9f43}.btn-primary{background-color:#ff9f43;border-color:#ff9f43}.btn-primary:hover{background-color:#ff9f43;border-color:#ff9f43}.btn-secondary{background-color:#ff9f43;border-color:#ff9f43}.btn-secondary:hover{background-color:#ff9f43;border-color:#ff9f43}.btn-danger{background-color:#ff1616;border-color:#ff1616}.btn-danger:hover{background-color:#ff9f43;border-color:#ff9f43}.btn-success{background-color:#28c76f;border-color:#28c76f}.btn-success:hover{background-color:#ff9f43;border-color:#ff9f43}.owl-carousel .owl-nav{margin:0;position:absolute;top:-60px;right:0}.owl-carousel .owl-nav button{margin-top:0;margin-bottom:0}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev{position:relative;width:28px;height:28px;border-radius:28px}.owl-carousel .owl-nav button.owl-next i,.owl-carousel .owl-nav button.owl-prev i{color:#ff9f43}.owl-carousel .owl-nav button.owl-next:hover,.owl-carousel .owl-nav button.owl-prev:hover{background-color:#ff9f43;border-color:#ff9f43}.pos-categories{background-color:#f8f9fa;padding:24px;border-collapse:collapse}.pos-category{margin-bottom:24px;height:125px}.pos-category .owl-item{background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;cursor:pointer;border:1px solid #f3f6f9;box-shadow:0px 4px 60px 0px rgba(231,231,231,.47);-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;border-radius:8px;margin-left:-0.1px !important}.pos-category .owl-item li{padding:15px 0}.pos-category .owl-item a img{-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;min-width:40px;width:40px;height:40px;margin:0 auto}.pos-category .owl-item h6{font-size:15px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-top:10px;width:100%;margin-bottom:5px}.pos-category .owl-item h6 a{color:#ff9f43}.pos-category .owl-item span{color:#000}.pos-category .owl-item:hover{border-color:#ff9f43;border-radius:5px}.pos-category .owl-item:hover h6 a{color:#ff9f43}.pos-category .owl-item:hover a img{transform:scale(1.2)}.pos-category .owl-nav button.owl-next{margin-left:5px}.pos-category .owl-nav button.owl-prev{margin-right:5px}.pos-category .owl-nav button.owl-next,.pos-category .owl-nav button.owl-prev{background-color:#fff;border:1px solid #f3f6f9}.pos-category .owl-nav button.owl-next i,.pos-category .owl-nav button.owl-prev i{color:#ff9f43}.pos-category .owl-nav button.owl-next:hover,.pos-category .owl-nav button.owl-prev:hover{background-color:#ff9f43;border-color:#ff9f43}.pos-category .owl-nav button.owl-next:hover i,.pos-category .owl-nav button.owl-prev:hover i{color:#fff}.pos-products .product-info{padding:15px;color:#b8bcc9;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.pos-products .product-info .img-bg{height:117px;background-color:#f3f6f9;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin-bottom:10px;position:relative}.pos-products .product-info .img-bg img{-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.pos-products .product-info .img-bg span{-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;position:absolute;top:0;right:0;width:18px;height:18px;border-radius:100%;background:#28c76f;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;display:none}.pos-products .product-info .img-bg span svg{color:#fff;position:absolute;top:1px;left:1px}.pos-products .product-info h6{font-size:15px;font-weight:700}.pos-products .product-info h6.cat-name a{color:#b8bcc9}.pos-products .product-info h6.product-name a{color:#ff9f43}.pos-products .product-info .price{margin-top:17px}.pos-products .product-info .price span{color:#7367f0}.pos-products .product-info .price p{color:#ff9f43}.pos-products .product-info:hover,.pos-products .product-info.active{border-color:#ff9f43}.pos-products .product-info:hover .img-bg img,.pos-products .product-info.active .img-bg img{transform:scale(1.2)}.pos-products .product-info:hover .img-bg span,.pos-products .product-info.active .img-bg span{display:block}.product-wrap{height:34vh;overflow:auto}.product-wrap .product-list{box-shadow:0px 4px 60px 0px rgba(231,231,231,.47);margin:0 0 10px 0;padding:10px}.product-wrap .product-list .product-info{width:60%}.product-wrap .product-list .product-info .img-bg{width:83px;height:83px;background-color:#fafbfe;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin-right:10px}.product-wrap .product-list .info span{background-color:#ff9f43;border-radius:3px;font-weight:600;color:#fff;font-size:14px;padding:0 10px;min-width:64px}.product-wrap .product-list .info h6{font-size:14px;font-weight:700;margin-bottom:0}.product-wrap .product-list .info h6 a{color:#ff9f43}.product-wrap .product-list .info p{font-size:15px;font-weight:600;color:#000}.product-wrap .product-list .qty-item{position:relative;margin-right:7px}.product-wrap .product-list .qty-item input{padding:1px 9px;background:#fafbfe;border-radius:8px;height:28px;width:71px;text-align:center;font-size:14px}.product-wrap .product-list .qty-item .dec,.product-wrap .product-list .qty-item .inc{position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);color:#ff9f43;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.product-wrap .product-list .qty-item .dec:hover,.product-wrap .product-list .qty-item .inc:hover{color:#ff9f43}.product-wrap .product-list .qty-item .dec{left:9px}.product-wrap .product-list .qty-item .inc{right:9px}.product-wrap .product-list .action a{padding:7px;border-radius:8px;border:1px solid #f3f6f9;cursor:pointer}.product-wrap .product-list .action a.edit-icon{color:#008dda}.product-wrap .product-list .action a.edit-icon:hover{background-color:#008dda;border-color:#008dda;color:#fff}.product-wrap .product-list .action a.delete-icon{color:#ff1616}.product-wrap .product-list .action a.delete-icon:hover{background-color:#ff1616;border-color:#ff1616;color:#fff}aside{height:100%;padding:24px;background-color:#fff;border-left:1px solid #f3f6f9}aside.product-order-list h6{font-size:16px;font-weight:600;margin-bottom:20px;color:#1b2850}aside.product-order-list .block-section{margin:20px 0 20px 0;padding:0 0 20px 0;border-bottom:1px solid #f3f6f9}aside.product-order-list .head{background-color:#fafbfe;border-radius:8px;padding:10px}aside.product-order-list .head h5{color:#ff9f43;font-size:18px;font-weight:700}aside.product-order-list .head span{color:#000;font-size:15px;font-weight:500}aside.product-order-list .customer-info .input-block{margin-bottom:10px}aside.product-order-list .customer-info .input-block .btn{min-width:40px;min-height:40px;margin:0 0 0 10px;padding:5px}aside.product-order-list .product-added .head-text{margin-bottom:20px}aside.product-order-list .product-added .head-text .trash svg{margin-right:8px}aside.product-order-list .product-added h6 .count{width:15px;height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;background:#ff9f43;border-radius:100%;color:#fff;font-size:10px;font-weight:600;margin:0 0 0 7px}aside.product-order-list .selling-info{margin-bottom:24px}aside.product-order-list .selling-info .input-block label{margin-bottom:5px}aside.product-order-list .selling-info .input-block .select2-container--default .select2-selection--single .select2-selection__rendered{border-radius:5px;border-color:#353570}aside.product-order-list .order-total{background-color:#f3f6f9;padding:24px;border-radius:8px}aside.product-order-list .order-total table tr td{padding:0 0 15px 0;color:#000;font-size:15px;font-weight:500;background:rgba(0,0,0,0)}aside.product-order-list .order-total table tr td.danger{color:#ff1616}aside.product-order-list .order-total table tr:last-child td{padding:20px 0 0 0;font-size:16px;font-weight:600}aside.product-order-list .payment-method .methods .item{padding:0 7px}@media(max-width: 991.98px){aside.product-order-list .payment-method .methods .item{padding-bottom:15px}}aside.product-order-list .payment-method .methods .default-cover{-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}aside.product-order-list .payment-method .methods .default-cover a{box-shadow:0px 4px 60px 0px rgba(190,190,190,.27);padding:10px 15px;text-align:center;display:block;font-size:15px;color:#ff9f43}aside.product-order-list .payment-method .methods .default-cover a span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block}aside.product-order-list .payment-method .methods .default-cover:hover{background-color:#eff2f7;border-color:#ff9f43}aside.product-order-list .payment-method .methods .default-cover:hover img{filter:invert(75%) sepia(66%) saturate(1955%) hue-rotate(327deg) brightness(103%) contrast(102%)}aside.product-order-list .btn-block{margin:20px 0 20px 0;padding:0 0 20px 0;border-bottom:1px solid #f3f6f9}aside.product-order-list .btn-block .btn{font-size:14px;font-weight:700;padding:13px 10px}aside.product-order-list .btn-row{padding:0}aside.product-order-list .btn-row .btn{margin-right:5px;border-radius:4px;font-size:14px}aside.product-order-list .btn-row .btn.btn-info{background-color:#7367f0;border-color:#7367f0}aside.product-order-list .btn-row .btn.btn-danger{background-color:#ff1616;border-color:#ff1616}aside.product-order-list .btn-row .btn.btn-success{background-color:#28c76f;border-color:#28c76f}aside.product-order-list .btn-row .btn:hover{background-color:#ff9f43;border-color:#ff9f43}#payment-completed .modal-body{padding:40px}#payment-completed .modal-body .icon-head{margin-bottom:10px}#payment-completed .modal-body .icon-head svg{color:#28c76f}#payment-completed .modal-body h4{font-size:20px;font-weight:700}#payment-completed .modal-body .modal-footer .btn:hover{color:#fff}#print-receipt{color:#000}#print-receipt .modal-dialog{width:424px}#print-receipt .modal-body{padding:30px;color:#000}#print-receipt .modal-body h6{font-size:16px}#print-receipt .modal-body .info h6{margin:10px 0;font-weight:normal}#print-receipt .modal-body .info a{color:#000}#print-receipt .modal-body .tax-invoice h6{margin:10px 0;font-weight:600;position:relative}#print-receipt .modal-body .tax-invoice h6:after,#print-receipt .modal-body .tax-invoice h6:before{transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);content:"";border-top:1px dashed #000;width:35%}#print-receipt .modal-body .tax-invoice h6:before{position:absolute;top:50%;left:0}#print-receipt .modal-body .tax-invoice h6:after{position:absolute;top:50%;right:0}#print-receipt .modal-body .tax-invoice .invoice-user-name{margin-bottom:10px}#print-receipt .modal-body .tax-invoice span{color:#ff9f43}#print-receipt .modal-body table thead th{color:#ff9f43;width:auto;min-width:auto;padding:5px;border-top:1px dashed #000;border-bottom:1px dashed #000}#print-receipt .modal-body table tbody tr td{padding:5px}#print-receipt .modal-body table tbody tr table{border-top:1px dashed #000}#print-receipt .modal-body table tbody tr table tr:last-child td{font-weight:500;font-size:15px;color:#ff9f43}#print-receipt .modal-body .invoice-bar{border-top:1px dashed #000;padding:20px 0 0 0}#print-receipt .modal-body .btn{width:200px}.pos-modal .modal-header h5{font-size:18px;font-weight:700}.pos-modal#hold-order h2{font-size:36px;font-weight:700;color:#212529;margin-bottom:10px;background-color:#fafbfe;border-radius:10px}.pos-modal#hold-order .input-block label{margin-bottom:5px}.pos-modal#hold-order p{margin-top:20px}.pos-modal#recents .table tbody tr td{padding:10px 15px}.pos-modal .badge{padding:5px 10px;font-size:15px;font-weight:normal}.pos-modal#orders .modal-dialog{max-width:575px}.pos-modal#orders .order-body{height:50vh;overflow:auto}.pos-modal#orders .order-body .default-cover{border:1px solid #f3f6f9;box-shadow:0px 4px 60px 0px rgba(231,231,231,.47);border-radius:8px}.pos-modal#orders .order-body .record{font-size:15px}.pos-modal#orders .order-body .record td{padding-bottom:15px}.pos-modal#orders .order-body .record tr:last-child td{padding-bottom:0}.pos-modal#orders .order-body .record .colon{padding:0 10px;color:#ff9f43}.pos-modal#orders .order-body .record .text{color:#000;white-space:nowrap}.pos-modal#orders .order-body p{font-size:15px;background-color:#fafbfe;border-radius:8px}.pos-modal#orders .order-body .search-set .search-input{width:100%}.pos-modal#orders .order-body .search-set .search-input label{width:100%}.pos-modal#orders .order-body .search-set .search-input label input{width:100%}.pos-modal.upload-modal .modal-body .drag-drop{position:relative;padding:20px;border:1px dashed #b8bcc9}.pos-modal.upload-modal .modal-body .drag-drop input[type=file]{position:absolute;top:0;right:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.pos-modal.upload-modal .modal-body span{font-size:13px;font-weight:500;color:#000}.pos-modal.upload-modal .modal-body p{font-size:16px;font-weight:600;color:#ff9f43;margin-bottom:0}.pos-modal.upload-modal .modal-body .progress{height:6px;border-radius:5px}.pos-modal.upload-modal .modal-body ul li{margin:0 0 15px 0;padding:15px;border-radius:8px;border:1px solid #f3f6f9}.pos-modal.upload-modal .modal-body ul li h6 a{font-size:16px;font-weight:600;color:#ff9f43}.pos-modal.upload-modal .modal-body ul li h6 a svg{color:#28c76f}.pos-modal.upload-modal .modal-body ul li h6:hover a{color:#ff9f43}.pos-modal.upload-modal .modal-body ul li:last-child{margin-bottom:0}.pos-modal#upload-message .modal-dialog{position:fixed;bottom:0px;right:24px;margin:0px;left:auto;top:calc(100% - 300px);width:600px}.pos-modal#upload-message .progress{height:6px;border-radius:5px}label span{color:#ff1616}.wordset ul li a{width:38px;height:38px;border-radius:8px;border:1px solid #f3f6f9;color:#ff9f43;display:flex;align-items:center;justify-content:center}.w-85{width:85%}.search-order .search-input{width:100%}.search-order .dataTables_filter label{width:100%}.search-set.search-order .search-input input[type=search]{width:100%}.tabs-sets .wordset li{margin-right:8px;margin-left:0}.tabs-sets .wordset li:last-child{margin-right:0}.chat-user-actives .call-meet-blk{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;background:#fff;border-radius:5px;margin-bottom:15px;padding:10px;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.chat-user-actives .call-meet-blk:hover{background-color:#000;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.chat-user-actives .call-meet-blk .meet-border{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;width:39px;height:39px;background:#fff;border:.5px solid #e8ebed;border-radius:10px;margin-right:10px}.chat-user-actives .call-meet-blk .meet-border svg{width:16px;color:#008dda}.chat-user-actives .call-meet-blk .recent-user-titles h5{font-size:14px;font-weight:600;color:#000;margin-bottom:5px;width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-user-actives .call-meet-blk .recent-user-titles p{font-size:10px;color:#000}.new-join-link .chat-user-actives .meet-border{background:#f3f6f9;border:0;border-radius:6px}.new-join-link .chat-user-actives .meet-border:hover{background:#ff9f43}.new-join-link .chat-user-actives .meet-border:hover svg{color:#fff}.new-join-link .chat-user-actives .meet-border svg{color:#ff9f43}.new-join-link .chat-user-actives .recent-user-titles h5{color:#ff9f43;width:100%;margin-bottom:0;font-size:15px}.meet-chat-blk .join-call .join-video{position:relative;margin-bottom:25px}.meet-chat-blk .join-call .join-video img{border-radius:10px}.meet-chat-blk .join-call .join-video .video-avatar{color:#fff;background:#5d5d5d;font-size:50px;border-radius:10px;height:100%;width:100%;position:absolute;top:0;left:0;display:none;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.meet-chat-blk .join-call .join-video .video-avatar.active{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;height:426px}.meet-chat-blk .join-call .join-video .call-icons{text-align:center;position:absolute;width:100%;height:100%;top:0}.meet-chat-blk .join-call .join-video .call-icons .call-items{border-radius:5px;padding:0;margin:0;list-style:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%, 0)}.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item{display:inline-block;text-align:center;margin-right:15px}.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item:last-child{margin-right:0px}.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item a{color:#fff;background:#fff;border-radius:10px;width:54px;height:54px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;font-size:20px;white-space:nowrap}@media(max-width: 767px){.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item a{width:45px;height:45px}}.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item a i{color:#000}.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item a.stop{color:#fff;background:#ff1616}.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item a.stop i{color:#fff}.meet-chat-blk .join-call .join-video .meet-drop ul li i{font-size:18px}.meet-chat-blk .join-call .join-content{text-align:center;max-width:500px;margin:auto}.meet-chat-blk .join-call .join-content h4{font-size:22px;font-weight:600;margin-bottom:20px}@media(max-width: 767px){.meet-chat-blk .join-call .join-content h4{font-size:18px}}.meet-chat-blk .join-call .join-content .event-user-group{margin-bottom:10px}.meet-chat-blk .join-call .join-content .event-user-group .avatar-group .avatar{width:38px;height:38px;border:3px solid #fff}.meet-chat-blk .join-call .join-content .event-user-group .avatar-group .avatar+.avatar{margin-left:-20px}.meet-chat-blk .join-call .join-content .event-user-group .avatar-group .avatar .avatar-title{color:#000;font-size:14px;font-weight:600;background:gray}.meet-chat-blk .join-call .join-content p{font-size:13px;color:#000}.meet-chat-blk .join-call .join-content .btn-join-call .btn-primary{background:#ff9f43;border-radius:6px 6px 6px 6px;color:#fff;font-size:14px;border:1px solid #ff9f43;font-weight:600;min-width:105px;padding:8px 15px}.meet-chat-blk .join-call .join-content .btn-join-call .btn-primary:hover{background:#ff1616;border:1px solid gray;color:#ff9f43}.conference-meet-group{display:-webkit-box;display:-ms-flexbox;display:flex}.conference-meet-group .meeting-list{width:100%;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-webkit-transition:all .5s ease}.conference-meet-group .meeting-list.add-meeting{width:65%;margin-right:24px}@media(max-width: 767px){.conference-meet-group .meeting-list.add-meeting{display:none;margin-right:0px}}.conference-meet-group .right-user-side{width:0;opacity:0;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-webkit-transition:all .5s ease}.conference-meet-group .right-user-side.right-side-party{width:0;opacity:0;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-webkit-transition:all .5s ease}.conference-meet-group .right-user-side.right-side-party .party-msg-blk .last-call-time .call-recent{background:none}.conference-meet-group .right-user-side.right-side-party .party-msg-blk .last-call-time .call-recent svg{color:#ff9f43;width:14px}.conference-meet-group .right-user-side.chat-rooms{width:0;opacity:0;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-webkit-transition:all .5s ease}.conference-meet-group .right-user-side.chat-rooms .slime-grp{padding:0}.conference-meet-group .right-user-side.chat-rooms .slime-grp .left-chat-title{padding:20px;border-bottom:1px solid #e1e8ed;border-radius:10px 10px 0 0}.conference-meet-group .right-user-side.chat-rooms.open-chats{width:35%;opacity:1}@media(max-width: 767px){.conference-meet-group .right-user-side.chat-rooms.open-chats{width:100%}}.conference-meet-group .right-user-side.open-message{width:35%;opacity:1}@media(max-width: 767px){.conference-meet-group .right-user-side.open-message{width:100%}}.meet-drop{background:hsla(0,0%,100%,.6);border-radius:10px;position:absolute;top:20px;right:20px}.meet-drop ul li .chats-dot a{width:50px;height:50px;color:#6b7280;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}@media(max-width: 767px){.meet-drop ul li .chats-dot a{width:38px;height:38px}}.meet-drop.meet-mutes{background:#ff9f43;right:inherit;left:20px}.meet-drop.meet-mutes ul li a{color:#fff;width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}@media(max-width: 767px){.meet-drop.meet-mutes ul li a{width:38px;height:38px}}.meet-drop.meet-mutes-bottom{background:#ff9f43;bottom:20px;border-radius:50px;top:inherit}.meet-drop.meet-mutes-bottom ul li a{color:#fff;width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}@media(max-width: 767px){.meet-drop.meet-mutes-bottom ul li a{width:38px;height:38px}}.meet-drop.meet-mutes-bottom ul li a i{font-size:20px}.meet-call-menu-blk .video-call-action{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}@media(max-width: 767px){.meet-call-menu-blk .video-call-action{display:block}}.meet-call-menu-blk .video-call-action ul{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.meet-call-menu-blk .video-call-action ul li{margin-right:5px}.meet-call-menu-blk .video-call-action ul li:last-child{margin-right:0}.meet-call-menu-blk .video-call-action ul li a{width:40px;height:40px;border-radius:50px;background:#d9d9d9;border:1px solid #d9d9d9;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;color:#000;font-size:18px}.meet-call-menu-blk .video-call-action ul li a.call-end{background-color:#ff1616;border-color:#ff1616;color:#fff;width:60px;height:60px;rotate:135deg;font-size:20px}.meet-call-menu-blk .video-call-action ul li a.stop{color:#fff;background:#ff1616;border-color:#ff1616}.meet-call-menu-blk .video-call-action ul li a.stop i{color:#fff}.meet-call-menu-blk .video-call-action ul li.active a{background:#ff9f43;border-color:#ff9f43;color:#fff}.meet-call-menu-blk .video-call-action ul li.active a img{filter:invert(1) brightness(100)}@media(max-width: 767px){.meet-call-menu-blk .video-call-action ul{margin-bottom:5px;justify-content:center}}@media(max-width: 767px){.meet-call-menu-blk .video-call-action ul:last-child{margin-bottom:0px}}.recession-meet-blk{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:30px}@media(max-width: 767px){.recession-meet-blk{display:block}}@media(max-width: 767px){.recession-meet-blk .reccession-head{margin-bottom:5px}}.recession-meet-blk .reccession-head h5{font-size:20px;font-weight:700;color:#ff9f43;margin-bottom:0px}@media(max-width: 767px){.recession-meet-blk .reccession-head h5{font-size:18px}}.recession-meet-blk .reccession-head ul li{font-size:15px;font-weight:400;color:#000;margin-right:25px}.recession-meet-blk .reccession-head ul li:last-child{margin-right:0px}@media(max-width: 767px){.recession-meet-blk .reccession-head ul li{margin-bottom:10px}}.recession-meet-blk .partispant-blk{display:-webkit-box;display:-ms-flexbox;display:flex}.recession-meet-blk .partispant-blk .btn-primary{background:#1b2950;border-radius:6px;color:#fff;border:1px solid #1b2950;margin-right:10px;font-weight:700;font-size:14px}.recession-meet-blk .partispant-blk .btn-primary:hover{background:#ff9f43;border:1px solid #ff9f43}@media(max-width: 767px){.recession-meet-blk .partispant-blk .btn-primary{font-size:13px}}.recession-meet-blk .partispant-blk .btn-primary{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.recession-meet-blk .partispant-blk .btn-primary:last-child{margin-right:0}.recession-meet-blk .partispant-blk span a{width:42px;height:42px;background:#f7f7fa;border-radius:5px;color:#000;font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.recession-meet-blk .partispant-blk span a:hover{background:#ff9f43;color:#fff}.recording-time{position:relative;padding-left:20px}.recording-time::before{content:"";position:absolute;left:0px;top:4px;background-color:#ff1616;width:13px;height:13px;border-radius:50px}.recording-time::after{content:"";position:absolute;left:3px;top:7px;background-color:#fff;width:7px;height:7px;border-radius:50px;animation:blink-animation 1.5s steps(5, start) infinite;-webkit-animation:blink-animation 1.5s steps(5, start) infinite}.page-content{width:100%}.join-call{width:100%;margin:0 auto}.join-video{position:relative;margin-bottom:25px}.join-video img{border-radius:10px;width:100%;height:100%;object-fit:cover}.join-video.join-video-front img{height:423px}.video-avatar{color:#fff;background:#5d5d5d;font-size:50px;border-radius:10px;height:100%;width:100%;position:absolute;top:0;left:0;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.video-avatar h4{font-weight:700;font-size:24px;color:#fff}.video-avatar.active{display:-webkit-box;display:-ms-flexbox;display:flex}.join-video.video-hide>img,.video-wrap.video-hide>video{display:none}.join-content p{font-weight:400;font-size:14px;margin-bottom:25px;color:#000}.join-content label{font-size:18px;margin-bottom:0;color:#000;font-weight:700}.part-name{position:absolute;top:20px;left:12px;text-align:left;background:hsla(0,0%,100%,.6);border-radius:50px;padding:5px 15px}.part-name h4{font-weight:500;font-size:15px;color:#000;margin-bottom:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media(max-width: 767px){.part-name h4{font-size:13px}}.part-name.sub-part-name{background:#fff;bottom:10px;top:inherit}.part-name.sub-part-name h4{color:#ff9f43;font-size:12px}.grid-join .part-name{background:rgba(0,0,0,.3);top:inherit;bottom:20px}.grid-join .part-name h4{color:#fff}.join-hover-img{position:absolute;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.join-hover-img .event-user-group .avatar-group{background:rgba(0,0,0,.3);padding:2px 10px;border-radius:50px}.join-hover-img .event-user-group .avatar-group .avatar{width:26px;height:26px;border:1px solid #fff}.join-hover-img .event-user-group .avatar-group .avatar+.avatar{margin-left:-16px}.join-hover-img .event-user-group .avatar-group .avatar:last-child{margin-right:0px}.join-hover-img .event-user-group .avatar-group .avatar .avatar-title{color:#1f2937;font-size:12px;font-weight:600;background:#f3f4f6}.more-icon{position:absolute;bottom:10px;right:12px}@media(max-width: 767px){.more-icon{bottom:8px;right:13px}}.more-icon a{color:#000;width:30px;height:30px;background:#fff;border-radius:50px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.more-icon a:hover{opacity:.8}.more-icon a.other-mic-off.stop i{color:#ff1616}.more-icon.audio-more-icon a.other-mic-off.stop{background-color:#ff1616 !important}.more-icon.audio-more-icon a.other-mic-off.stop i{color:#fff}.call-recent.recent-part a.other-mic-off.stop,.call-recent.recent-part a.other-video-off.stop{background:#ff1616 !important}.call-recent.recent-part a.other-mic-off.stop i,.call-recent.recent-part a.other-video-off.stop i{color:#fff}.meeting .part-name{top:15px;left:15px}.meeting .more-icon{top:15px;right:15px;display:-webkit-box;display:-ms-flexbox;display:flex}.vertical-view .vertical-sec .part-name h4{font-size:14px;font-weight:400}.horizontal-view .join-video.single-user .part-name h4{font-size:14px;font-weight:400}.meeting-wrapper,.meeting{width:inherit;max-width:inherit}.meet-footer{position:fixed;bottom:25px;width:100%;max-width:950px;left:50%;transform:translate(-50%, 0);z-index:3}.show-chat-list,.show-invite-list,.show-chat-list .user-sidebar-right,.show-invite-list .invite-sidebar-right{transition:all .8s ease}.user-sidebar-right,.invite-sidebar-right{background:#dedede;border-radius:10px;width:410px;position:absolute;top:105px;bottom:117px;right:0;margin-right:-410px;transition:all .8s ease;overflow:hidden;font-size:13px;z-index:3}.join-contents{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;align-content:flex-start;box-sizing:border-box;width:100%;margin:0 auto;overflow:hidden}.join-contents.grid-view{align-content:center}.ripple{width:114px;height:114px;background:rgba(0,0,0,.2);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.multigrid-view .text-box{height:61px;width:61px}.multigrid-view .ripple{width:80px;height:80px;background:rgba(0,0,0,.2);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.meeting .join-video{margin:0 5px 10px;width:100%}.join-video.user-active{background:#415b6a;border-radius:10px;width:100%;height:370px}.join-video.user-active.audio-calls{height:520px}.join-video.vertical-active{margin-right:24px}.join-video.single-user{width:100%;min-height:230px;box-sizing:border-box;margin-right:24px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center;height:auto;background:#415b6a;border-radius:10px;padding:0;flex-grow:1}@media(max-width: 1280px){.join-video.single-user{width:100%}}@media(max-width: 1199.98px){.join-video.single-user{min-height:203px}}@media(max-width: 991.98px){.join-video.single-user{min-height:230px}}.join-video.single-user:nth-child(even){margin-right:0px}@media(max-width: 767px){.join-video.single-user:nth-child(even){margin-right:10px}}@media(max-width: 767px){.join-video.single-user{width:100%;min-height:257px}}@media(max-width: 767px){.multi-grid .join-video.single-user{width:45%}}.multi-grid .join-video.single-user:nth-child(even){margin-right:24px}@media(max-width: 767px){.multi-grid .join-video.single-user:nth-child(even){margin-right:0px}}.multi-grid .join-video.single-user:nth-child(4n){margin-right:0px}@media(max-width: 767px){.multi-grid .join-video.single-user:nth-child(4n):nth-child(4n){margin-right:0px}}.multigrid-view .join-video.single-user{flex-grow:0}.horizontal-view .join-video.single-user:nth-child(even){margin-right:24px}.horizontal-view .join-video.single-user:nth-child(5){margin-right:0px}@media(max-width: 767px){.horizontal-view .join-video.single-user:nth-child(3n){margin-right:0}}.text-avatar{color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.text-avatar h4{color:#fff}.text-box{height:86px;width:86px;border-radius:50%;background-color:rgba(0,0,0,.2);font-size:36px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.more-icon.mic-view .mic-on,.more-icon .mic-off{display:none}.more-icon.mic-view .mic-off{display:inline-flex}.grid-view .join-video.single-user{width:47%}@media(max-width: 767px){.grid-view .join-video.single-user{width:40%}}@media(max-width: 767px){.grid-view .join-video.single-user:nth-child(2n){margin-right:0px}}@media(max-width: 767px){.grid-view .join-video.single-user:nth-child(3n){margin-right:24px}}.join-contents.multigrid-view{max-width:100%;justify-content:center}.meeting{position:absolute;top:80px;bottom:107px;left:0;right:0}.meeting-list{flex-direction:column;height:100%;width:100%;position:relative}.user-active .more-icon .handraise-on{display:none}.user-active .more-icon .handraise-on.active{display:block;animation:mymove 5s}.user-active .more-icon .handraise-on.active .meeting .join-video.user-active::before{animation:mymove 5s infinite;opacity:1}@keyframes mymove{from{color:#0074e0}to{color:rgba(0,0,0,0)}}.join-contents.vertical-view{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;align-content:center;max-width:1300px}@media(max-width: 767px){.join-contents.vertical-view{display:block}}.join-contents.vertical-view .join-video.user-active{flex:1;margin-bottom:24px}.join-contents.vertical-view .join-video.single-user{width:97%;flex-grow:1;display:flex}@media(max-width: 767px){.join-contents.vertical-view .join-video.single-user{width:100%}}.join-contents.vertical-view .vertical-sec{width:20%}@media(max-width: 1024px){.join-contents.vertical-view .vertical-sec{width:30%}}@media(max-width: 767px){.join-contents.vertical-view .vertical-sec{width:100%}}.join-contents.vertical{flex-direction:column;height:200px}.meeting .join-contents.vertical .join-video.user-active{flex:1 0 100%}.meeting .join-contents.vertical .join-video.single-user{flex:0}.meeting .join-contents.vertical .join-video{width:auto}.chat-footer .btn:hover{background:#0066c5;color:#fff}.join-contents.show-whiteboard{display:none}.join-contents.single-view{padding-top:0;margin-top:25px;position:relative}.join-contents.single-view .single-user{position:absolute;right:8px;top:40px;width:130px;height:130px;min-height:130px}.join-contents.single-view .single-user img{height:130px}.record-time{position:absolute;top:20px;z-index:1;position:absolute;left:20px}.record-time span{background-color:hsla(0,0%,100%,.2);display:inline-block;border-radius:130px;color:#fff;font-size:14px;font-weight:600;width:80px;height:30px;text-align:center;line-height:34px;position:relative;padding-left:15px}.record-time span:before{content:"";position:absolute;left:7px;top:7px;background-color:#fff;width:18px;height:18px;border-radius:50px}.record-time span:after{content:"";position:absolute;left:12px;top:12px;background-color:#ff1616;width:8px;height:8px;border-radius:50px;animation:blink-animation 1.5s steps(5, start) infinite;-webkit-animation:blink-animation 1.5s steps(5, start) infinite}@keyframes blink-animation{to{visibility:hidden}}@-webkit-keyframes blink-animation{to{visibility:hidden}}.volume-col{position:absolute;left:20px;bottom:20px}.volume-col .inner-volume-col{background-color:#e8ebed;border-radius:130px;width:30px;height:120px;position:relative;z-index:9}.volume-col #volume{position:absolute;left:50%;top:15px;margin:0 auto;height:80px;width:5px;background:#fff;border-radius:15px;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%)}.volume-col #volume .ui-slider-range-min{height:5px;width:100%;position:absolute;bottom:0;background:#ff9f43;border:none;border-radius:10px;outline:none}.volume-col #volume .ui-slider-handle{width:20px;height:20px;border-radius:20px;background:#ff9f43;position:absolute;left:50%;margin-top:-8px;cursor:pointer;outline:none;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%)}.volume-col #player{width:auto;height:104px;position:relative;margin:0 auto;top:0px}.volume-col #player i{position:absolute;margin-top:-6px;color:#666}.volume-col .volume-icons{color:#fff;margin-left:0px;font-size:18px;margin-top:22px}.chat-msg-blk{padding:15px}.chat-msg-blk .chats{max-width:100%;margin-bottom:1.5rem;display:flex;display:-webkit-flex}@media(max-width: 767px){.chat-msg-blk .chats{max-width:100%}}.chat-msg-blk .chats .chat-action-btns .chat-user-time .chats-dot a{color:#1dd871}.chat-msg-blk .chats.chats-right{margin-left:auto;flex-direction:row-reverse;-webkit-flex-direction:row-reverse}.chat-msg-blk .chats.chats-right .chat-content{order:1;-webkit-order:1}.chat-msg-blk .chats.chats-right .chat-content .message-content{background-color:#e8ebed;border-radius:8px}.chat-msg-blk .chats.chats-right .chat-content .message-content .chat-time{justify-content:flex-start;-webkit-justify-content:flex-start}.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col{position:relative}.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li{margin-right:8px}.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li:last-child{margin-right:0px}.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li .image-download-col{position:relative}.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li .image-download-col.image-not-download a img{-webkit-filter:blur(4px);filter:blur(1px);border-color:#000}.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li .image-download-col.image-not-download span{position:absolute;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li .image-download-col.image-not-download span i{color:#fff}.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li .image-download-col .download-action{position:absolute;right:8px;bottom:8px;line-height:0}.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li .image-download-col .download-action a{color:#fff;font-size:10px}.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li .image-download-col img{border-radius:5px}.chat-msg-blk .chats.chats-right .chat-content .message-content::before{border-bottom:6px solid rgba(0,0,0,0);border-left:6px solid #e8ebed;border-right:0;border-top:6px solid rgba(0,0,0,0);content:"";height:0;width:0;position:absolute;top:8px;right:-4px;left:auto}.chat-msg-blk .chats.chats-right .chat-avatar{padding:8px 0px 0 15px}.chat-msg-blk .chats.chats-right .chat-action-btns{order:2;-webkit-order:2;display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:center;-webkit-justify-content:center}.chat-msg-blk .chats.chats-right .chat-action-btns .chat-user-time .chats-dot a{color:#1dd871}.chat-msg-blk .chats .chat-avatar{padding:8px 15px 0 8px;display:flex;display:-webkit-flex;align-items:flex-start;-webkit-align-items:flex-start;flex-shrink:0}.chat-msg-blk .chats .chat-avatar .dreams_chat{width:40px;height:40px;object-fit:cover}.chat-msg-blk .chats .message-content{background-color:#e8ebed;border-radius:8px;padding:10px 20px;font-weight:500;margin-bottom:5px;position:relative}.chat-msg-blk .chats .message-content h4{font-size:13px;color:#ff9f43;margin-bottom:0px;line-height:1.4}.chat-msg-blk .chats .message-content .chat-time{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;font-size:10px;font-weight:500;color:#1dd871;margin-bottom:0}.chat-msg-blk .chats .message-content .chat-time svg{width:10px}.chat-msg-blk .chats .message-content::before{border-bottom:6px solid rgba(0,0,0,0);border-right:6px solid #e8ebed;border-top:6px solid rgba(0,0,0,0);content:"";height:0;width:0;position:absolute;top:8px;left:-4px;right:auto}.chat-msg-blk .chats .chat-profile-name h6{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:left;-webkit-justify-content:left;-ms-flex-pack:left;font-size:8px;font-weight:500;color:#000}.chat-msg-blk .chats .chat-profile-name h6 i{font-size:12px;color:#008024}.chat-msg-blk .chat-line{margin:0px 0 20px;position:relative;text-align:center;width:100%}.chat-msg-blk .chat-line:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);background-color:#1dd871;width:100%;height:1px}.chat-msg-blk .chat-line .chat-date{background-color:#1dd871;color:#1dd871;font-size:13px;padding:7px 14px;border-radius:3px;display:inline-block;font-weight:600;position:relative}.right-user-side.call-user-side .slime-grp .right-sidebar-profile{justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;border-bottom:0;padding-bottom:10px}.right-user-side.call-user-side .slime-grp .right-sidebar-profile .profile-call-blk{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.right-user-side.call-user-side .slime-grp .right-sidebar-profile .edit-group svg{width:16px;color:#1dd871}.right-user-side.call-user-side .slime-grp .chat-options{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;border-bottom:1px solid #1dd871;padding-bottom:20px}.right-user-side.call-user-side .slime-grp .chat-options ul li a{color:#1dd871;width:30px;height:30px;background-color:gray;padding:0;border-radius:50px}.right-user-side.call-user-side .slime-grp .chat-options ul li a:hover{background:#ff9f43;border-color:#ff9f43}.right-user-side.call-user-side .slime-grp .chat-options ul li a:hover svg{color:#fff}.right-user-side.call-user-side .slime-grp .chat-options ul li a svg{width:15px}.right-user-side.right-side-party .slime-grp{padding:0px}.right-user-side.right-side-party .slime-grp .left-chat-title{padding:20px;margin-bottom:0;background-color:#fafbfe;border-radius:10px 10px 0 0}.right-user-side.right-side-party .slime-grp .left-chat-title h4{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.right-user-side.right-side-party .slime-grp .left-chat-title h4 span{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;width:25px;height:25px;background-color:#f90;border-radius:50px;font-size:14px;color:#fff;margin-left:10px}.right-user-side.right-side-party .slime-grp .card-body-blk{padding:20px}.right-user-side.right-side-party .slime-grp .card-body-blk .user-list{border-radius:.25rem;display:flex;display:-webkit-flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;padding:5px;display:flex;display:-webkit-flex;border-radius:6px;background-color:#f6f7f8;margin-bottom:10px;border:0}.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item:hover{background-color:#f6f7f8;transition:ease all .5s;-webkit-transition:ease all .5s;-ms-transition:ease all .5s}.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .avatar{margin-right:.8rem;display:inline-block;margin-bottom:0;height:40px;width:40px;position:relative;flex-shrink:0}.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .avatar::before{top:0;bottom:inherit}.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .avatar img{border-radius:0px}.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;flex-grow:1}.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .name-list-user{display:grid;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .name-list-user h5{font-size:15px;font-weight:400;margin-bottom:2px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .name-list-user p{font-size:12px;color:#ff1616;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .name-list-user p svg{width:14px;height:14px}.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .chat-user-time .chats-dot a{color:#ff1616}.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .last-chat-time .text-muted{font-size:10px;color:#ff9f43;font-weight:500}.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .last-chat-time .new-message-count{width:20px;height:20px;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;line-height:0;font-size:11px;background-color:#ff9f43;color:#fff;border-radius:50%;margin-left:auto;margin-top:5px}.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .last-call-time{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .last-call-time .call-recent a{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;width:30px;height:30px;background:#b8bcc9;color:#ff9f43;border-radius:50px}.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .last-call-time .call-recent a svg{color:#ff9f43}.right-user-side .slimScrollDiv{height:calc(100vh - 110px) !important}.right-user-side .slimScrollDiv .slimscroll{height:calc(100vh - 110px) !important}.right-user-side .slime-grp{background:#fff;box-shadow:0px 4px 60px 0px rgba(231,231,231,.4705882353);border:1px solid #e1e8ed;border-radius:10px;padding:15px}.right-user-side .slime-grp .left-chat-title{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:20px;background-color:#fafbfe}.right-user-side .slime-grp .left-chat-title .chat-title h4{font-size:18px;font-weight:600;color:#ff9f43;margin-bottom:0}.right-user-side .slime-grp .left-chat-title .contact-close_call .close_profile{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;width:26px;height:26px;background:rgba(0,0,0,0);border-radius:50px}.right-user-side .slime-grp .left-chat-title .contact-close_call .close_profile:hover{background:#ff9f43}.right-user-side .slime-grp .left-chat-title .contact-close_call .close_profile:hover svg{color:#fff}.right-user-side .slime-grp .left-chat-title .contact-close_call .close_profile svg{width:16px;color:#ff1616}.right-user-side .slime-grp .chat-footer{position:sticky;left:0px;right:0px;bottom:0px;padding:15px;background:#fff}.right-user-side .slime-grp .chat-footer form{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;position:relative}.right-user-side .slime-grp .chat-footer form .comman-icon{position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.right-user-side .slime-grp .chat-footer form .comman-icon a{color:#000}.right-user-side .slime-grp .chat-footer form .smile-col{right:inherit;left:15px}.right-user-side .slime-grp .chat-footer form .attach-col{right:inherit;left:45px}.right-user-side .slime-grp .chat-footer form .micro-col{right:50px;left:inherit}.right-user-side .slime-grp .chat-footer form .micro-col a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px}.right-user-side .slime-grp .chat-footer form .send-chat{right:5px}.right-user-side .slime-grp .chat-footer form .send-chat a{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;width:34px;height:34px;background:#ff9f43;border-radius:50px}.right-user-side .slime-grp .chat-footer form .send-chat a:hover{background:#1b2950}.right-user-side .slime-grp .chat-footer form .send-chat a:hover svg{color:#fff}.right-user-side .slime-grp .chat-footer form .send-chat a svg{width:14px;color:#fff}.right-user-side .slime-grp .chat-footer form .chat_form{border-radius:20px;margin-right:0px;background:#fff;border:1px solid rgba(145,158,171,.3019607843);border-radius:6px;height:48px;padding:10px 70px}.right-user-side .slime-grp .chat-footer form .chat_form::placeholder{font-size:14px;color:rgba(0,0,0,.2)}.owl-carousel.video-slide .owl-nav.disabled{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;width:100%}.owl-carousel.video-slide .owl-nav{top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}@media(max-width: 1280px){.owl-carousel.video-slide .owl-nav{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}}.owl-carousel.video-slide .owl-nav button.owl-next,.owl-carousel.video-slide .owl-nav button.owl-prev{background-color:#d9d9d9;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.owl-carousel.video-slide .owl-nav button.owl-next:hover,.owl-carousel.video-slide .owl-nav button.owl-prev:hover{background-color:#ff9f43}.owl-carousel.video-slide .owl-nav button.owl-next:hover i,.owl-carousel.video-slide .owl-nav button.owl-prev:hover i{color:#fff}.owl-carousel.video-slide .owl-nav button.owl-next i,.owl-carousel.video-slide .owl-nav button.owl-prev i{color:#000}.audio-call-group{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;height:100%}.audio-call-group ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;width:100%}.audio-call-group ul li{position:relative}.audio-call-group ul li.active .avatar::before{content:"";width:250px;height:250px;position:absolute;border:1px solid #ff9f43;border-radius:50%;left:-25px;top:-25px}@media(max-width: 991.98px){.audio-call-group ul li.active .avatar::before{width:150px;height:150px;left:-10px;top:-10px}}@media(max-width: 767px){.audio-call-group ul li.active .avatar::before{width:100px;height:100px;left:-5px;top:-5px}}.audio-call-group ul li .avatar{width:200px;height:200px;margin:0;position:relative}@media(max-width: 991.98px){.audio-call-group ul li .avatar{width:130px;height:130px}}@media(max-width: 767px){.audio-call-group ul li .avatar{width:90px;height:90px}}.audio-call-group ul li .avatar img{width:100%;position:relative}.audio-call-group ul li .user-audio-call h5{font-size:14px;color:#fff;font-weight:400;text-transform:capitalize;text-align:center;margin-top:35px}@media(max-width: 767px){.audio-call-group ul li .user-audio-call h5{margin-top:15px}}.audio-call-group ul li .more-icon{position:absolute;bottom:10px;right:inherit;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:9}@media(max-width: 767px){.audio-call-group ul li .more-icon{bottom:0px}}.audio-call-group ul li .more-icon a{background-color:#ff9f43;color:#fff}.audio-volume{position:absolute;width:fit-content;height:134px;bottom:20px;left:20px;background:#e8ebed;border-radius:50px;padding:10px 14px;width:30px;padding-bottom:30px}.audio-volume .volume-icons a{position:absolute;bottom:0;width:30px;height:30px;left:0;border-radius:50px;background:#fff;border:1px solid #f90;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.custom-input{width:100%;height:4px;width:3px;height:100%;background:#fff;border-radius:5px;writing-mode:vertical-lr}.custom-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;background:#ff9f43 !important;border-radius:50%;cursor:pointer}.custom-input::-moz-range-thumb{width:12px;height:12px;background:#ff9f43 !important;border-radius:50%;cursor:pointer}.file-manager{color:#000}.file-manager .search-dropdown{height:auto}.file-manager .form-sort{width:auto}.file-manager .form-sort .select2-container--default .select2-selection--single .select2-selection__rendered{padding-right:27px}.file-manager .form-sort.owned-by{margin-right:10px}.file-manager.notes-page-wrapper .content .page-add-notes{padding-bottom:30px;margin-bottom:30px}.file-manager.notes-page-wrapper .content .section-bulk-wrap{margin-top:0}.file-manager.notes-page-wrapper .content .section-bulk-wrap .form-sort svg.fa-filter{top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.file-manager.notes-page-wrapper .content .section-bulk-wrap .bulk-action-type .select-bluk{margin-right:15px}.file-manager .page-header .btn-added{margin-left:10px}@media(max-width: 575px){.file-manager .page-header .form-sort{margin-top:0;margin-bottom:15px}}@media(max-width: 575px){.file-manager .page-header .table-top-head{margin-bottom:15px}}@media(max-width: 991.98px){.file-manager .page-header .table-top-head li:last-child{margin-right:0}}@media(max-width: 767px){.file-manager .bulk-action-type{align-items:start !important}}@media(max-width: 575px){.file-manager .bulk-action-type{display:block !important}}@media(max-width: 767px){.file-manager .bulk-action-type .form-sort{margin-top:0;margin-bottom:15px;width:100%}}.file-manager aside{border:1px solid #dbe0e6;box-shadow:0px 4px 60px 0px rgba(231,231,231,.47);border-radius:8px}.file-manager aside h5{font-size:18px;font-weight:700;border-bottom:1px solid #f3f6f9;margin:0 0 15px 0;padding:0 0 15px 0}.file-manager aside .btn{font-weight:700}.file-manager aside .dropdown>a{width:auto;height:auto;color:#fff;border-radius:8px}.file-manager aside .dropdown>a:hover,.file-manager aside .dropdown>a:focus{border-color:#ff9f43;background:#ff9f43}.file-manager aside .dropdown ul{width:100%}.file-manager aside .dropdown ul li a{font-size:15px}.file-manager aside ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;color:#000;font-size:14px;font-weight:600;margin:0 0 5px 0;padding:7px 10px;border-radius:5px}.file-manager aside ul li a span{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}.file-manager aside ul li a:hover,.file-manager aside ul li a.active{background:#ff9f43;color:#fff}.file-manager aside span{font-size:13px;font-weight:500}.file-manager aside h6{font-size:16px;font-weight:600;position:relative;z-index:2}.file-manager aside .space-manager{color:#fff;background:#ff9f43;border-radius:8px;position:relative}.file-manager aside .space-manager img{position:absolute;top:0;right:0}.file-manager aside .space-manager h6 a{color:#fff}.file-manager aside .space-manager p{color:#b8bcc9}.file-manager .progress{height:6px;border-radius:5px}.file-manager .search-set .search-input input[type=search]{width:170px;height:40px}.file-manager .budgeted-role-notes .search-set .search-input input[type=search]{width:298px}.file-manager h4{font-size:18px;font-weight:600}.file-manager h6{font-size:16px;font-weight:600}.file-manager h6 a{color:#ff9f43}.file-manager h6 a:hover{color:#ff9f43}.file-manager .overview .detail a.bg{border-radius:8px 8px 0 0}.file-manager .overview .detail a.bg span{width:66px;height:66px;border-radius:100%}.file-manager .overview .detail a.bg span img{-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.file-manager .overview .detail a:hover img{transform:scale(1.2)}.file-manager .info{border-radius:0 0 8px 8px;padding:15px;background:#fff;box-shadow:0px 4px 60px 0px rgba(231,231,231,.47)}.file-manager .info span{color:#000;font-size:13px}.file-manager .folders{border:1px solid #f3f6f9;box-shadow:0px 4px 60px 0px rgba(231,231,231,.47);border-radius:8px;background:#fff;width:320px}.file-manager .folders h6{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-right:8px}.file-manager .dropdown>a{color:#ff9f43;width:25px;height:25px;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.file-manager .dropdown>a:hover{background:#ff9f43}.file-manager .dropdown>a:hover i{color:#fff}.file-manager .project-plan{font-size:13px;font-weight:600;margin-top:10px}.file-manager .project-plan label{color:#ff9f43;margin-right:9px;font-size:13px}.file-manager .project-plan ul li{font-size:13px;position:relative;padding:0 9px 0 14px;color:#000}.file-manager .project-plan ul li:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);width:5px;height:5px;background:#dbe0e6;border-radius:5px}.file-manager .avatar-wrap a svg{color:#000}.file-manager .avatar-wrap a:hover svg{color:#ff9f43}.file-manager .accordion{border:none;--bs-accordion-border-width: none}.file-manager .accordion .accordion-item{border:none;border-bottom:1px solid #f3f6f9;background:none}.file-manager .accordion .accordion-item:last-of-type{border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom:none}.file-manager .accordion .accordion-item .accordion-button{background:none;border:none;font-size:18px;font-weight:600;color:#ff9f43;padding:0;display:inline-block;width:auto}.file-manager .accordion .accordion-item .accordion-button:after{-webkit-transition:all .8s ease;-ms-transition:all .8s ease;transition:all .8s ease;background-image:none;content:"View All";font-size:14px;font-weight:700;color:#000;transform:none;width:60px;text-align:right}.file-manager .accordion .accordion-item .accordion-button:not(.collapsed)::after{content:"Hide"}.file-manager .accordion .accordion-item .accordion-button.collapsed{padding:0}.file-manager .accordion .accordion-item .accordion-button:hover:after{color:#ff9f43}.file-manager .accordion .accordion-item .accordion-body{border:none;padding:0}.file-manager .accordion .accordion-item .accordion-body .head img{min-width:32px;width:32px;height:32px}.file-manager .accordion .accordion-item .accordion-body .owl-carousel{padding-top:15px}.file-manager .owl-carousel .owl-item{margin-left:-0.1px !important}.file-manager .owl-carousel .dropdown-menu{left:auto !important;right:0 !important;top:27px !important;transform:none !important;background:#fff !important;box-shadow:0px 4px 60px 0px rgba(231,231,231,.47);z-index:99999 !important}.file-manager .owl-carousel .owl-nav{top:-26px;left:43px;display:inline-table}.file-manager .owl-carousel .owl-nav button{margin-top:0;margin-bottom:0;background:none;cursor:pointer}.file-manager .owl-carousel .owl-nav button.owl-next,.file-manager .owl-carousel .owl-nav button.owl-prev{position:relative;width:15px}.file-manager .owl-carousel .owl-nav button.owl-next i,.file-manager .owl-carousel .owl-nav button.owl-prev i{color:#000}.file-manager .owl-carousel .owl-nav button.owl-next:hover,.file-manager .owl-carousel .owl-nav button.owl-prev:hover{background:none}.file-manager .owl-carousel .owl-nav button.owl-next:hover i,.file-manager .owl-carousel .owl-nav button.owl-prev:hover i{color:#ff9f43}.file-manager .owl-carousel.folders-carousel .owl-nav{left:75px}.file-manager .owl-carousel.video-section .owl-nav{left:60px}.file-manager .owl-carousel.video-section .info a svg{color:#000}.file-manager .all-files{box-shadow:0px 4px 60px 0px rgba(231,231,231,.47);border:none}.file-manager .all-files .btn-grp a{padding:6px 8px;border-radius:8px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}@media(max-width: 575px){.file-manager .all-files .btn-grp a{margin-bottom:15px;display:inline-block}}.file-manager .all-files .btn-grp a.btn-outline-secondary{color:#000;background:#fafbfe;border-color:#fafbfe}.file-manager .all-files .btn-grp a:hover{background:#ff9f43;border-color:#ff9f43;color:#fff}.file-manager .all-files .table tbody tr td{display:table-cell;font-size:14px;font-weight:500;white-space:nowrap}.file-manager .all-files .table tbody tr td a{font-size:14px;font-weight:500}.file-manager .all-files .table tbody tr td a.product-img img{width:32px;height:32px;border:0}.file-manager #file-delete{font-size:14px}.color-primary{color:#000}.icon-select{position:relative;width:149px;height:38px}.icon-select .icon{position:absolute;top:50%;left:10px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);z-index:100}.icon-select .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:30px}.bg-light-orange{background:#ffecd9}.bg-light-orange span{background:#ffecd9}.bg-light-red{background:#fcc}.bg-light-red span{background:#fcc}.bg-light-green{background:#bfeed4}.bg-light-green span{background:#bfeed4}.seprator-sm{margin:0 0 24px 0;padding:0 0 9px 0;border-bottom:1px solid #f3f6f9}.seprator-lg{margin:0 0 24px 0;padding:0 0 24px 0;border-bottom:1px solid #f3f6f9}.group-avatar .avatar{position:relative;width:43px;height:43px;line-height:43px;margin:0}.group-avatar .avatar+.avatar{margin-left:-1.2rem}.group-avatar .avatar:hover{z-index:1}.group-avatar .count a{color:#28c76f;line-height:27px;font-size:13px;font-weight:500}.group-avatar .count a:hover{color:#ff9f43}.group-avatar .avatar img{display:block;border-radius:100%;width:100%;border:2px solid #fff}.video-section .item{opacity:.4;transition:.4s ease all;transform:scale(0.8)}@media(max-width: 1000px){.video-section .item{margin:0;transform:scale(0.9)}}.video-section .active .item{opacity:1;transform:scale(1)}.video-section .owl-item{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0) scale(1, 1)}.video-section video{max-width:100%;height:100%;border-radius:10px 10px 0 0}.delete-alert{padding:10px 20px;background:#fcc;border:none;border-radius:8px}.delete-alert p{font-size:15px}.delete-alert .btn{font-weight:700}.deleted-info{display:none}.deleted-info .bin-bg{width:184px;height:184px;border-radius:100%;background:#f8f9fa;margin:0 auto}.popup-toggle{cursor:pointer}.toggle-sidebar{width:456px;padding:25px;position:fixed;right:-456px;top:0;height:100%;background:#fff;z-index:100001;border-top-left-radius:15px;border-bottom-left-radius:15px;box-shadow:rgba(50,50,93,.25) 0px 13px 27px -5px,rgba(0,0,0,.3) 0px 8px 16px -8px;overflow-y:auto;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}@media(max-width: 575px){.toggle-sidebar{width:320px;right:-320px}}.toggle-sidebar.open-sidebar{right:0;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.toggle-sidebar .head .color-primary:hover{color:#ff1616}.toggle-sidebar h4,.toggle-sidebar h5{font-weight:700}.toggle-sidebar h4{font-size:20px}.toggle-sidebar h5{font-size:18px}.toggle-sidebar h6{font-size:15px;font-weight:600}.toggle-sidebar .nav-tabs{border-bottom:1px solid #f3f6f9}.toggle-sidebar .nav-tabs .nav-link{padding:8px 20px;font-size:16px;font-weight:600;border-radius:8px;border:none;background:#fafbfe;color:#ff9f43}.toggle-sidebar .nav-tabs .nav-link:hover,.toggle-sidebar .nav-tabs .nav-link.active{background:#ff9f43;color:#fff}.toggle-sidebar .tab-content .tab-pane ul li h6{margin-bottom:5px}.toggle-sidebar .tab-content .tab-pane ul li p.location{background:#fafbfe;border:1px solid #f3f6f9;border-radius:5px;padding:5px;display:inline-block}.toggle-sidebar .tab-content .tab-pane ul li p.location img{width:20px;height:20px}.toggle-sidebar .tab-content .tab-pane ul li .note-editor.note-airframe .note-statusbar,.toggle-sidebar .tab-content .tab-pane ul li .note-editor.note-frame .note-statusbar{border-top:none}.toggle-sidebar .tab-content .tab-pane .avatar-access span a{display:inline-flex;margin-right:3px;padding-right:3px}.toggle-sidebar .tab-content .tab-pane .avatar-access span:first-child a{margin-right:10px;padding-right:10px;border-right:1px solid #f3f6f9}.toggle-sidebar .tab-content .tab-pane .avatar-access span:last-child a{margin-right:0;padding-right:0}.toggle-sidebar .tab-content .tab-pane .avatar-access span .add{background:#ff9f43;color:#fff}.toggle-sidebar .tab-content .tab-pane .avatar-access span .add:hover{background:#ff9f43}.toggle-sidebar p{color:#000;font-size:15px}.toggle-sidebar .show-all{font-weight:700}.toggle-sidebar .show-all:hover{color:#ff9f43}.text-danger{color:#ff1616 !important}.avatar-md{width:45px;height:45px;border-radius:45px}.text-secondary{color:#ff9f43 !important}.text-primary{color:#ff9f43 !important}.text-default{color:#000}.css-1u9des2-indicatorSeparator{display:none}.ant-tooltip{display:none}:where(.css-dev-only-do-not-override-1qhpsh8).ant-picker-outlined{background:#fff;border-width:1px;border-style:solid;border-color:#dbe0e6;width:300px;height:40px}.ant-picker-suffix{display:none}.swal2-confirm{background-color:#ff9f43 !important;border:1px solid #ff9f43 !important;box-shadow:0 3px 10px rgba(255,159,67,.5);color:#fff !important}.worldmap__figure-container{height:247px !important}.badge.badge-linesuccess a,.badges-success{color:#0fb734}.filterdatepicker{width:217px;height:43px}.ant-table-wrapper .ant-table-column-title{z-index:0 !important}.toast-header .btn.btn-close{display:none}.text-primary .toast-body{background:rgba(255,159,67,.5019607843) !important}.swal2-container .swal2-title{font-size:18px !important}.rsw-toolbar{height:40px !important}.rsw-ce{height:350px !important}.linestripe{text-decoration:line-through;opacity:.5}.clipboardcopyedvalue{color:#ff9f43}#infoToast .toast-body{color:#17a2b8;background-color:#e7f6f8}#primaryToast .toast-body,#warningToast .toast-body{color:#ff9f43;background-color:#fff5ec}#secondaryToast .toast-body{color:#ff9f43;background-color:#e6e9ed}#successToast .toast-body{color:#0fb734;background-color:#e9f9f0}#dangerToast .toast-body{color:#ff2c2c;background-color:#ffe5e5}.css-1p3m7a8-multiValue{background-color:#3282b8 !important}.twitter-bs-wizard .twitter-bs-wizard-nav .step-icon{display:inline-block;width:56px;height:56px;line-height:54px;border:1px solid rgba(81,86,190,.2);color:#5156be;text-align:center;border-radius:50%;position:relative;z-index:1;font-size:20px}.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link{font-size:14px;position:relative}.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link::after{content:"";position:absolute;width:75%;height:2px;background-color:#e9e9ef;left:62%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.custom-search{position:relative;top:-28px;left:10px}.daterange-wraper{border:0px solid;border-radius:4px;border-color:#ccc}[data-layout-style=box] .searchinputs input{width:auto;max-width:275px}[data-layout-style=box] .user-menu>li{margin-left:7px !important;margin-inline-end:0}[data-nav-color=grey] .sidebar{background:#eff2f7}:where(.css-dev-only-do-not-override-1b0bdye).ant-pagination .ant-pagination-item-active{font-weight:600;border-color:#ff9f43;border-radius:15px;background-color:#ff9f43;color:#fff}:where(.css-dev-only-do-not-override-1b0bdye).ant-table-wrapper .ant-table-pagination.ant-pagination{margin:0px 0}.ant-select-selection-item{border:none !important}ul.tabs.owl-carousel.pos-category{display:flex}.tabs_wrapper ul.tabs div{background-color:#fff;display:-webkit-box;display:-ms-flexbox;padding:15px 0;margin-right:8px;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;cursor:pointer;border:1px solid #f3f6f9;box-shadow:0px 4px 60px 0px rgba(231,231,231,.47);-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;border-radius:8px;margin-left:-0.1px !important}.tabs_wrapper ul.tabs li h6{font-size:15px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-top:10px;width:100%;margin-bottom:5px}.tabs_wrapper ul.tabs li span{color:#181d1f}.tabs_wrapper ul.tabs li:last-child{margin-right:0}.pos-design .tabs_wrapper .slick-arrow.slick-prev::before{content:"";width:12px;height:12px;font-size:12px;font-family:"Font Awesome 6 Free";font-weight:900;color:#ff9f43}.pos-design .tabs_wrapper .slick-arrow.slick-next::before{content:"";width:12px;height:12px;font-size:12px;font-family:"Font Awesome 6 Free";font-weight:900;color:#ff9f43}.pos-categories{position:relative}:where(.css-dev-only-do-not-override-1b0bdye).ant-picker-dropdown{z-index:2000 !important}.mini-sidebar .active.subdrop~ul{display:none !important}.pos-category .slick-slide{list-style:none;cursor:pointer;display:inline-block;border-radius:5px;color:#fff;font-family:sans-serif;padding:15px 0;background:#fff;display:flex;align-items:center;justify-content:center;text-align:center;margin-right:8px}.pos-category .slick-track .slick-slide:last-child{margin-right:0}.pos-slick-item a{display:flex;justify-content:center;align-items:center}.pos-slick-item span{color:#181d1f}.pos-slick-item h6{font-size:15px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-top:10px;width:100%;margin-bottom:5px}.owl-carousel.pos-category .slick-prev{left:unset;right:60px;top:-50px;background-color:#fff;width:28px;height:28px;border-radius:28px}.owl-carousel.pos-category .slick-prev:hover,.owl-carousel.pos-category .slick-next:hover{background-color:#ff9f43}.owl-carousel.pos-category .slick-next{left:unset;right:20px;top:-50px;background-color:#fff;width:28px;height:28px;border-radius:28px}.ant-table-wrapper .ant-table-tbody .ant-table-row.ant-table-row-selected>.ant-table-cell{background:#fff !important}.ant-table-wrapper tfoot>tr>td{position:relative;padding:2px 16px;overflow-wrap:break-word}:where(.css-dev-only-do-not-override-1b0bdye).ant-checkbox-checked .ant-checkbox-inner{background-color:#ff9f43;border-color:#ff9f43}.iconsize{height:16px !important}[data-layout-mode=dark_mode] .ant-table-content table thead.ant-table-thead tr th{background:#141432;border-bottom:1px solid #141432}[data-layout-mode=dark_mode] .ant-table-content table thead.ant-table-thead tr th{background:#141432;border-bottom:1px solid #141432}[data-layout-mode=dark_mode] :where(.css-dev-only-do-not-override-1b0bdye).ant-checkbox .ant-checkbox-inner{background:#141432}[data-layout-mode=dark_mode] .ant-spin-nested-loading .ant-spin-container ul.ant-pagination.ant-table-pagination{background:#1d1d42}[data-layout-mode=dark_mode] :where(.css-dev-only-do-not-override-1b0bdye).ant-table-wrapper .ant-table-tbody .ant-table-row.ant-table-row-selected>.ant-table-cell{background:#141432 !important}.ant-table-content table thead.ant-table-thead tr th{background:none}:where(.css-dev-only-do-not-override-1b0bdye).ant-table-wrapper .ant-table-column-sorters::after{content:none}:where(.css-dev-only-do-not-override-1b0bdye).ant-table-wrapper .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before,:where(.css-dev-only-do-not-override-1b0bdye).ant-table-wrapper .ant-table-thead>tr>td:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before{content:none}:where(.css-dev-only-do-not-override-1b0bdye).ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:hover{background:none}.ant-table-content table tr.ant-table-row:hover{background:none}:where(.css-dev-only-do-not-override-1b0bdye).ant-table-wrapper .ant-table-tbody .ant-table-row>.ant-table-cell-row-hover{background:none}:where(.css-dev-only-do-not-override-1b0bdye).ant-table-wrapper .ant-table-tbody>tr>td{padding-right:10px}ul.ant-pagination.ant-table-pagination li button.ant-pagination-item-link{color:#67748e}[data-layout-mode=dark_mode] .css-13cymwt-control{background-color:#1d1d42;border:1px solid #353570}[data-layout-mode=dark_mode] .css-t3ipsp-control{background-color:#141432}[data-layout-mode=dark_mode] .css-1nmdiq5-menu{background-color:#141432}.css-1fdsijx-ValueContainer .css-1dimb5e-singleValue{color:#000}.ant-table-cell .action-table-data{border-bottom:0 !important}.ant-table-cell .action-table-data:hover{background:none}.ant-table-cell.ant-table-cell-row-hover .action-table-data{background:none}.table-top-head li a.btn{width:100%}.section-notes-slider .notes-slider .slick-list .slick-slide div{margin-left:12px !important}.css-b62m3t-container .css-13cymwt-control{border-color:#a4a4a4;color:#000;height:34px;justify-content:center;align-items:center;display:flex}.css-b62m3t-container .css-t3ipsp-control{border-color:#a4a4a4;box-shadow:none;height:100%}.css-b62m3t-container .css-t3ipsp-control:hover{border-color:#a4a4a4}div.css-b62m3t-container .react-select__option--is-focused{background-color:#3282b8 !important;color:#fff !important}div.css-b62m3t-container .react-select__option--is-selected{background-color:rgba(0,0,0,0);color:#000}.css-b62m3t-container .css-13cymwt-control:hover{border-color:#dbe0e6}div.react-select__placeholder.css-1jqq78o-placeholder{text-overflow:ellipsis;white-space:nowrap}.css-1fdsijx-ValueContainer .css-1dimb5e-singleValue{overflow:unset}.img-select .css-1jqq78o-placeholder,.img-select .css-1dimb5e-singleValue{padding-left:25px}.img-select.recent-select-notes .react-select__single-value.css-1dimb5e-singleValue{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-select__control.css-13cymwt-control .react-select__value-container.css-1fdsijx-ValueContainer .react-select__input-container.css-qbdosj-Input input{height:inherit}.product-list ul li.ant-pagination-item{width:32px;padding:0}.product-list ul li.ant-pagination-prev,.product-list ul li.ant-pagination-next{width:32px;padding:0}div.fc .fc-button-primary:not(:disabled).fc-button-active,div.fc .fc-button-primary:not(:disabled):active{background-color:#ff9f43;border-color:#ff9f43;color:var(--fc-button-text-color);text-transform:capitalize}div.fc .fc-button-primary{background-color:#ff9f43;border-color:#ff9f43;color:var(--fc-button-text-color);text-transform:capitalize}.fc .fc-button-primary:disabled{background-color:#ff9f43;border-color:#ff9f43;color:var(--fc-button-text-color)}div.ant-picker.ant-picker-outlined{border:1px solid #a4a4a4;height:32px;font-size:14px;font-weight:500;color:#ff9f43;padding:10px 10px;border-radius:5px;width:100%}.ant-picker-suffix span{display:none}div.ant-picker .ant-picker-input input{padding-left:25px !important}.input-blocks .react-select__control input[type=text],.input-blocks .react-select__control input[type=password],.input-blocks .react-select__control input[type=email]{height:0px}.modal-header{justify-content:space-between}.searchInput div.icon svg{position:absolute;left:0px;top:21px;height:15px;width:15px;text-align:center;line-height:55px;color:#181d1f;cursor:pointer}.ant-picker-dropdown{z-index:9999}table tbody div.action-table-data a .feather-view{width:14px;height:14px}table tbody div.action-table-data a .feather-trash-2{color:#ff1616;width:14px;height:14px}table tbody div.action-table-data a .feather-edit{color:#ff9f43;width:14px;height:14px}.orange-text{color:#ff9f43}div.ant-picker.ant-picker-outlined{box-shadow:none}#panelsStayOpen-collapseOne .slick-slider div.slick-slide>div,#panelsStayOpen-collapseTwo .slick-slider div.slick-slide>div,.join-contents .slick-slider div.slick-slide>div{margin-right:10px}.table-top-head .feather-rotate-ccw{height:16px}.table-top-head li a svg{color:#ff9f43}.table-top-head li a{color:#ff9f43 !important}.table-top-head li a svg{height:16px}#collapse-header svg{height:20px}.stickybar{position:sticky;top:0}.input-blocks.daterange-wraper input[type=text]{padding:10px 10px 10px 35px !important}#DataTables_Table_0_filter.dataTables_filter.custom-data-table-react{justify-content:end;display:flex}div.rc-slider-track,.rc-slider-tracks{background-color:#ff9f43}div.rc-slider-handle{border:solid 2px #ff9f43}span.rc-slider-dot-active{border-color:#ff9f43}div.rc-slider-handle:active{border-color:#ff9f43;box-shadow:0 0 5px #ff9f43;cursor:grabbing}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#ff9f43;box-shadow:0 0 0 5px #ff9f43}.react-select-min-width .css-b62m3t-container{min-width:32px}table tbody td>div.action-table-data a .feather-edit{color:#ff9f43;width:14px;height:14px}table tbody td>div.action-table-data a{border:1px solid rgba(145,158,171,.3019607843);background-color:#fff;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;padding:5px}.input-groupicon .ant-picker.ant-picker-outlined{display:flex;align-items:center}table tbody td .action-table-data a .action-eye{color:#ff9f43;width:14px;height:14px}table tbody td .action-table-data a .action-download{color:#ff9f43;width:14px;height:14px}table tbody td .action-table-data a .action-edit{color:#181d1f;width:14px;height:14px}.custom-active-hassubroute-false a{background:#fff2e6;border-radius:5px;color:#ff9f43}.custom-active-hassubroute-false a span.custom-active-span,.custom-active-hassubroute-false a svg{color:#ff9f43 !important}.input-blocks.search-form i{position:absolute;left:10px;top:44px;width:15px}@media(min-width: 991.98px){.expand-menu.mini-sidebar .sidebar{width:260px}}.expand-menu.mini-sidebar .sidebar-right{display:block;-webkit-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease}.expand-menu.mini-sidebar .sidebar .sidebar-menu ul>li>a{padding:10px 15px}.expand-menu.mini-sidebar .sidebar .sidebar-menu ul>li>a span{display:inline-block;line-height:0}.expand-menu.mini-sidebar .sidebar .sidebar-menu ul>li svg{margin-right:10px}.expand-menu.mini-sidebar .sidebar .sidebar-menu .submenu-hdr{display:block}.expand-menu.mini-sidebar .header-left{width:260px}.expand-menu.mini-sidebar .sidebar .sidebar-menu ul>li>a{padding:18px 15px}.expand-menu.mini-sidebar .sidebar.collapsed-sidebar .sidebar-menu ul li a::before{left:0}.expand-menu.mini-sidebar .sidebar.collapsed-sidebar .sidebar-menu ul li ul li a{padding:10px 15px 10px 25px}div.rc-slider-handle:hover{border-color:#ff9f43}div.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#ff9f43;box-shadow:0 0 0 5px #ff9f43}.total-order.max-widthauto ul{margin-top:20px}.feather-dashboard{color:#fff}:where(.css-mzwlov).ant-table-wrapper .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before,:where(.css-mzwlov).ant-table-wrapper .ant-table-thead>tr>td:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before{position:absolute;top:50%;inset-inline-end:0;width:1px;height:1.6em;background-color:rgba(0,0,0,0);transform:translateY(-50%);transition:background-color .2s;content:""}.edit-delete-action a:hover i.feather-edit,.edit-delete-action a:hover i.feather-trash-2{color:#fff !important}#collapse-header.active{border:none}.modal .content{padding:0 !important}a:focus,p:focus,select:focus,img:focus,ul:focus,li:focus{outline:none;border:2px solid #b3def0}.mini-sidebar .Side_Menu_tabs.main-side-menu li.nav-item.favorites-tab{display:block;position:relative}.mini-sidebar .Side_Menu_tabs.main-side-menu li.nav-item{margin-right:0;display:block}.mini-sidebar .Side_Menu_tabs.main-side-menu li.nav-item{margin-right:0}.mini-sidebar.expand-menu .Side_Menu_tabs.main-side-menu li.nav-item.favorites-tab{display:flex}ul.nav.nav-tabs.tab-style-1.Side_Menu_tabs.main-side-menu{display:flex}a.nav-link.dropdown-toggle.mobile_toggle i{font-size:22px;display:flex;align-items:center;justify-content:center}input.TDS_check[type=checkbox]{accent-color:#3282b8}.Account-type-top .Account_name{font-size:18px;font-weight:bold;margin-top:10px;color:#000}form.Account-form-main .card.Account-form-Card{padding:0}.table.Contact_info_table thead tr th{background:#fafafa;padding:5px 15px}.image-upload.Gallery_image .image-uploads{text-align:center;width:100%;padding:12px;border-radius:5px;position:absolute;top:0}.table-top_header .page-header{padding:5px 5px 8px;margin-bottom:0px}.table-top_header .page-header h4{font-size:17px;margin-bottom:0}.modal-body{overflow-y:auto}.modal-header,.modal-footer{top:0;z-index:2;background-color:#fff;gap:6px}.payment_List_Card{border-bottom:1px solid #dbe0e6;padding:4px 10px !important}.btn_Grey-box{font-size:14px}.form-control.FixInput:focus::-webkit-input-placeholder,.form-control.FixInput:focus::placeholder{padding-inline-start:0rem !important;transition:padding-inline-start .1s ease-in}.form-control-textarea{height:auto !important;width:100%;border-radius:4px;border-color:#dbe0e6;border:1px solid #dbe0e6;font-size:13px;font-weight:600;padding:.3rem .5rem;background:#fff !important;color:#181d1f !important}.form-control-textarea::placeholder{color:#181d1f !important}.css-s94jr6-control:focus,.css-s94jr6-control:hover,.css-s94jr6-control{border-color:rgba(0,0,0,0) !important;box-shadow:0 0 0 1px rgba(164,164,164,.5803921569) !important}.react-select.form-control__input-container,.css-1dimb5e-singleValue{color:#000;font-size:13px;font-weight:500}.accordion-body{font-size:13px !important;color:#181d1f !important}.edit-delete-action{display:flex;margin-top:1 !important}.btn:focus-visible{background:#ff9f43;color:#fff}.custom-md-modal{margin:10px 20px}.card-sub-title.p-2{background-color:#e9f2ff;padding-bottom:0 !important;margin-bottom:9px}.card-sub-title h4{color:#11588b;border-bottom:1px solid #d3e5ff;width:auto;padding-bottom:5px;font-weight:700;font-size:15px}.modal-header{background:linear-gradient(282deg, #83a8f7 1.35%, #2f61c9 98.62%);padding:10px 15px}label.form-label.active-checkbox{margin-left:10px}.form-control.form-control-sm.formsearch{border-radius:4px 4px 4px 4px}.css-tj5bde-Svg{color:#181d1f !important}.btn-save{background:#3282b8 !important}.tab-style-7 .nav-link{margin-block-end:0px}.custom-style-adress input{width:105.5%;margin:auto;display:flex;margin-right:0}.custom-select-style{width:63.3%;margin:auto;display:flex;margin-right:0}.tab-style-6 .nav-item .nav-link.active{border:0;background-color:#3282b8;color:#fff;border:0;box-shadow:0px 3px 10px 0px rgba(var(--dark-rgb), 0.05);margin-top:0px}.Document_upload_tabs .nav-item .nav-link.active{border-radius:4px 4px 0px 0px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.cust-company-conct1{width:100%;justify-content:end;display:block;align-self:center;margin:auto;margin-right:0}span.alpmobile-countryCode.country_code_no{left:0px !important;z-index:0}.Customer_Master_Title_Main{margin-bottom:2px;position:relative}.Customer_Master_Title_Main .collaps-cust{border-radius:2px;border:1px solid #dbe0e6;background:#fff;border-radius:5px !important;height:31px;padding:3px 6px !important}.Customer_Master_Title_Main .Customer_Master_Title{font-size:13px;font-weight:bold;color:#196ba5}.account-address-tabs{border-radius:2px;border:1px solid #dbe0e6;border-radius:5px !important;align-items:center;background:#e9f2ff !important}button.contact_btn_accordion{padding:3px}.right_border_remove{border-radius:4px 0px 0px 4px !important}.left_border_remove{border-radius:0px 4px 4px 0px !important}.br-0{border-radius:0px !important}.Blr-0{border-left:0 !important;border-right:0 !important}.alpmobile-wrapper .alpmobile-countryCode{background-color:#3282b8 !important;border-color:#3282b8 !important}.account_Add_btn{padding:1px 6px;font-size:14px}.border_remove{border-radius:0px !important}.Account-Master_grid-Table .ag-layout-auto-height .ag-center-cols-viewport{min-height:128px !important}.react-select.from-control.BsgrGroup__control.css-1tdxct7-control{margin-left:-10px}button.nav-link.account-nav-link.tab_custom_btn{padding:4px !important}button.nav-link.account-nav-link.tab_custom_btn span{font-size:13px;font-weight:700;margin-top:1px;height:auto;display:flex;align-items:center;justify-content:center}.dropdown-container{position:relative;display:inline-block}.dropdown-button{padding:10px 20px;background-color:#0fb734;color:#fff;border:none;cursor:pointer}.dropdown-content{position:absolute;box-shadow:0 4px 8px rgba(0,0,0,.1);background-color:#fff;display:none;z-index:1048 !important;position:absolute !important;height:auto}.open-down{top:100%}.open-up{bottom:100%}.right-adjust{right:0}.modal-body:has(.F2help){overflow:visible}.modal-body:has(.group-modal){overflow:visible}body:has(.custom-header-sticky){overflow:hidden}.modal-body:has(.dropdown-content){overflow:visible}.row.acc-detail{margin-left:0}.prodt-btn span img{width:19px}.prodt-btn p{font-size:12px;margin-bottom:0}.css-1h8n18u-control:hover{border-color:#dbe0e6 !important;border-width:1px}.css-1h8n18u-control{border-color:#dbe0e6 !important;border-width:1px;border-top-right-radius:0;border-bottom-right-radius:0;box-shadow:unset !important}.checkboxs input:checked~.checkmarks{background-color:#3282b8;border-color:#3282b8;border:1px solid #fff}.checkboxs input~.checkmarks.custom-check{border:1px solid #3282b8;border-radius:4px}.fade.Drag___modal.modal.show .modal-content{width:100%;background-color:rgba(197,197,197,0);border:0;height:100%}input#Company-10[type=text]::placeholder{color:#181d1f !important;font-weight:500 !important;font-size:13px !important}input::placeholder{color:#181d1f !important;font-weight:500 !important;font-size:13px !important}.btn_red{background-color:rgba(0,0,0,0);border:1px solid #ff2c2c}button.btn_red .sign{color:#ff2c2c}button.btn_red .text{color:#ff2c2c}button.btn_red:hover,button.btn_red:focus,button.btn_red:active{background-color:#ff2c2c;border:1px solid #ff2c2c}button.btn_red:hover .sign,button.btn_red:focus .sign,button.btn_red:active .sign{color:#fff}button.btn_red:hover .text,button.btn_red:focus .text,button.btn_red:active .text{color:#fff}.btn_green{background-color:rgba(0,0,0,0);border:1px solid #0fb734}button.btn_green .sign{color:#0fb734}button.btn_green .text{color:#0fb734}button.btn_green:hover,button.btn_green:focus,button.btn_green:active{background-color:#0fb734;border:1px solid #0fb734}button.btn_green:hover .sign,button.btn_green:focus .sign,button.btn_green:active .sign{color:#fff}button.btn_green:hover .text,button.btn_green:focus .text,button.btn_green:active .text{color:#fff}.btn_Blue{background-color:#3282b8}.btn_Blue:hover{background-color:#3282b8}.btn-style-1{display:flex;column-gap:6px}.fixed-bottom .transactionfooterbtn .Icon-Full-Btn,.fixed-bottom .footer-btn .Icon-Full-Btn,.fixed-bottom .btn-addproduct .Icon-Full-Btn,.customeradvancereceipt-footer .Icon-Full-Btn,.modal-footer .Icon-Full-Btn,.panel-footer .Icon-Full-Btn{position:relative;padding:3px 14px 3px 4px;border-radius:6px;font-weight:700;font-size:14px;cursor:pointer;overflow:hidden;transition:transform .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);will-change:transform;background:#fff;color:#334155;text-decoration:none;border:1.5px solid;transform:translateY(0);height:34px}.fixed-bottom .transactionfooterbtn .Icon-Full-Btn:disabled,.fixed-bottom .footer-btn .Icon-Full-Btn:disabled,.fixed-bottom .btn-addproduct .Icon-Full-Btn:disabled,.customeradvancereceipt-footer .Icon-Full-Btn:disabled,.modal-footer .Icon-Full-Btn:disabled,.panel-footer .Icon-Full-Btn:disabled{box-shadow:none;animation:none;background:rgba(0,0,0,0) !important;transform:none !important}.fixed-bottom .transactionfooterbtn .Icon-Full-Btn:disabled .sign,.fixed-bottom .footer-btn .Icon-Full-Btn:disabled .sign,.fixed-bottom .btn-addproduct .Icon-Full-Btn:disabled .sign,.customeradvancereceipt-footer .Icon-Full-Btn:disabled .sign,.modal-footer .Icon-Full-Btn:disabled .sign,.panel-footer .Icon-Full-Btn:disabled .sign{transform:none !important}.fixed-bottom .transactionfooterbtn .Icon-Full-Btn:disabled .text,.fixed-bottom .footer-btn .Icon-Full-Btn:disabled .text,.fixed-bottom .btn-addproduct .Icon-Full-Btn:disabled .text,.customeradvancereceipt-footer .Icon-Full-Btn:disabled .text,.modal-footer .Icon-Full-Btn:disabled .text,.panel-footer .Icon-Full-Btn:disabled .text{transform:none !important}.fixed-bottom .transactionfooterbtn .Icon-Full-Btn:hover,.fixed-bottom .footer-btn .Icon-Full-Btn:hover,.fixed-bottom .btn-addproduct .Icon-Full-Btn:hover,.customeradvancereceipt-footer .Icon-Full-Btn:hover,.modal-footer .Icon-Full-Btn:hover,.panel-footer .Icon-Full-Btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-elevation-high);transition:transform .5s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.fixed-bottom .transactionfooterbtn .Icon-Full-Btn:hover::before,.fixed-bottom .footer-btn .Icon-Full-Btn:hover::before,.fixed-bottom .btn-addproduct .Icon-Full-Btn:hover::before,.customeradvancereceipt-footer .Icon-Full-Btn:hover::before,.modal-footer .Icon-Full-Btn:hover::before,.panel-footer .Icon-Full-Btn:hover::before{left:100%}.fixed-bottom .transactionfooterbtn .Icon-Full-Btn:focus,.fixed-bottom .footer-btn .Icon-Full-Btn:focus,.fixed-bottom .btn-addproduct .Icon-Full-Btn:focus,.customeradvancereceipt-footer .Icon-Full-Btn:focus,.modal-footer .Icon-Full-Btn:focus,.panel-footer .Icon-Full-Btn:focus{transform:translateY(-2px);box-shadow:var(--shadow-elevation-high);transition:transform .5s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.fixed-bottom .transactionfooterbtn .Icon-Full-Btn:focus::before,.fixed-bottom .footer-btn .Icon-Full-Btn:focus::before,.fixed-bottom .btn-addproduct .Icon-Full-Btn:focus::before,.customeradvancereceipt-footer .Icon-Full-Btn:focus::before,.modal-footer .Icon-Full-Btn:focus::before,.panel-footer .Icon-Full-Btn:focus::before{left:100%}.fixed-bottom .transactionfooterbtn .Icon-Full-Btn::before,.fixed-bottom .footer-btn .Icon-Full-Btn::before,.fixed-bottom .btn-addproduct .Icon-Full-Btn::before,.customeradvancereceipt-footer .Icon-Full-Btn::before,.modal-footer .Icon-Full-Btn::before,.panel-footer .Icon-Full-Btn::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);transition:left .7s ease}.fixed-bottom .transactionfooterbtn .Icon-Full-Btn .sign,.fixed-bottom .footer-btn .Icon-Full-Btn .sign,.fixed-bottom .btn-addproduct .Icon-Full-Btn .sign,.customeradvancereceipt-footer .Icon-Full-Btn .sign,.modal-footer .Icon-Full-Btn .sign,.panel-footer .Icon-Full-Btn .sign{position:relative;margin-right:12px;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;height:22px;width:22px;line-height:22px}.fixed-bottom .transactionfooterbtn .Icon-Full-Btn .sign .fi,.fixed-bottom .footer-btn .Icon-Full-Btn .sign .fi,.fixed-bottom .btn-addproduct .Icon-Full-Btn .sign .fi,.customeradvancereceipt-footer .Icon-Full-Btn .sign .fi,.modal-footer .Icon-Full-Btn .sign .fi,.panel-footer .Icon-Full-Btn .sign .fi{font-size:18px;height:18px}.fixed-bottom .transactionfooterbtn .Icon-Full-Btn .sign::after,.fixed-bottom .footer-btn .Icon-Full-Btn .sign::after,.fixed-bottom .btn-addproduct .Icon-Full-Btn .sign::after,.customeradvancereceipt-footer .Icon-Full-Btn .sign::after,.modal-footer .Icon-Full-Btn .sign::after,.panel-footer .Icon-Full-Btn .sign::after{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);height:60%;width:1.5px;background:currentColor;opacity:.4;border-radius:1px}.fixed-bottom .transactionfooterbtn .Icon-Full-Btn .text,.fixed-bottom .footer-btn .Icon-Full-Btn .text,.fixed-bottom .btn-addproduct .Icon-Full-Btn .text,.customeradvancereceipt-footer .Icon-Full-Btn .text,.modal-footer .Icon-Full-Btn .text,.panel-footer .Icon-Full-Btn .text{z-index:1;transition:transform .3s ease}.fixed-bottom .transactionfooterbtn .btn_orange,.fixed-bottom .footer-btn .btn_orange,.fixed-bottom .btn-addproduct .btn_orange,.customeradvancereceipt-footer .btn_orange,.modal-footer .btn_orange,.panel-footer .btn_orange{border-color:#ed662d;color:#ed662d;padding:4px 10px}.fixed-bottom .transactionfooterbtn .btn_orange .sign,.fixed-bottom .footer-btn .btn_orange .sign,.fixed-bottom .btn-addproduct .btn_orange .sign,.customeradvancereceipt-footer .btn_orange .sign,.modal-footer .btn_orange .sign,.panel-footer .btn_orange .sign{margin-right:0}.fixed-bottom .transactionfooterbtn .btn_orange .sign::after,.fixed-bottom .footer-btn .btn_orange .sign::after,.fixed-bottom .btn-addproduct .btn_orange .sign::after,.customeradvancereceipt-footer .btn_orange .sign::after,.modal-footer .btn_orange .sign::after,.panel-footer .btn_orange .sign::after{content:none}.fixed-bottom .transactionfooterbtn .btn_orange:hover,.fixed-bottom .transactionfooterbtn .btn_orange:focus,.fixed-bottom .footer-btn .btn_orange:hover,.fixed-bottom .footer-btn .btn_orange:focus,.fixed-bottom .btn-addproduct .btn_orange:hover,.fixed-bottom .btn-addproduct .btn_orange:focus,.customeradvancereceipt-footer .btn_orange:hover,.customeradvancereceipt-footer .btn_orange:focus,.modal-footer .btn_orange:hover,.modal-footer .btn_orange:focus,.panel-footer .btn_orange:hover,.panel-footer .btn_orange:focus{background:#ed662d !important;color:#fff;box-shadow:0 10px 25px -8px rgba(185,83,16,.2),0 5px 10px rgba(185,83,16,.1),inset 0 0px 0 hsla(0,0%,100%,.8);animation:printMove .5s ease}.fixed-bottom .transactionfooterbtn .btn_red,.fixed-bottom .footer-btn .btn_red,.fixed-bottom .btn-addproduct .btn_red,.customeradvancereceipt-footer .btn_red,.modal-footer .btn_red,.panel-footer .btn_red{border-color:#ff2c2c}.fixed-bottom .transactionfooterbtn .btn_red:hover,.fixed-bottom .transactionfooterbtn .btn_red:focus,.fixed-bottom .footer-btn .btn_red:hover,.fixed-bottom .footer-btn .btn_red:focus,.fixed-bottom .btn-addproduct .btn_red:hover,.fixed-bottom .btn-addproduct .btn_red:focus,.customeradvancereceipt-footer .btn_red:hover,.customeradvancereceipt-footer .btn_red:focus,.modal-footer .btn_red:hover,.modal-footer .btn_red:focus,.panel-footer .btn_red:hover,.panel-footer .btn_red:focus{background:#ff2c2c;color:#fff;box-shadow:0 10px 25px -8px rgba(239,68,68,.2),0 5px 10px rgba(239,68,68,.1),inset 0 0px 0 hsla(0,0%,100%,.8);animation:printMove .5s ease}.fixed-bottom .transactionfooterbtn .btn_color_cancel,.fixed-bottom .footer-btn .btn_color_cancel,.fixed-bottom .btn-addproduct .btn_color_cancel,.customeradvancereceipt-footer .btn_color_cancel,.modal-footer .btn_color_cancel,.panel-footer .btn_color_cancel{border-color:#ed662d}.fixed-bottom .transactionfooterbtn .btn_color_cancel:hover,.fixed-bottom .transactionfooterbtn .btn_color_cancel:focus,.fixed-bottom .footer-btn .btn_color_cancel:hover,.fixed-bottom .footer-btn .btn_color_cancel:focus,.fixed-bottom .btn-addproduct .btn_color_cancel:hover,.fixed-bottom .btn-addproduct .btn_color_cancel:focus,.customeradvancereceipt-footer .btn_color_cancel:hover,.customeradvancereceipt-footer .btn_color_cancel:focus,.modal-footer .btn_color_cancel:hover,.modal-footer .btn_color_cancel:focus,.panel-footer .btn_color_cancel:hover,.panel-footer .btn_color_cancel:focus{background:#ed662d;color:#fff;box-shadow:0 10px 25px -8px rgba(239,68,68,.2),0 5px 10px rgba(239,68,68,.1),inset 0 0px 0 hsla(0,0%,100%,.8);animation:printMove .5s ease}.fixed-bottom .transactionfooterbtn .btn_green,.fixed-bottom .footer-btn .btn_green,.fixed-bottom .btn-addproduct .btn_green,.customeradvancereceipt-footer .btn_green,.modal-footer .btn_green,.panel-footer .btn_green{border-color:#0fb734}.fixed-bottom .transactionfooterbtn .btn_green:hover,.fixed-bottom .transactionfooterbtn .btn_green:focus,.fixed-bottom .footer-btn .btn_green:hover,.fixed-bottom .footer-btn .btn_green:focus,.fixed-bottom .btn-addproduct .btn_green:hover,.fixed-bottom .btn-addproduct .btn_green:focus,.customeradvancereceipt-footer .btn_green:hover,.customeradvancereceipt-footer .btn_green:focus,.modal-footer .btn_green:hover,.modal-footer .btn_green:focus,.panel-footer .btn_green:hover,.panel-footer .btn_green:focus{background:#0fb734;color:#fff;box-shadow:0 10px 25px -8px rgba(16,185,92,.2),0 5px 10px rgba(16,185,53,.1),inset 0 0px 0 hsla(0,0%,100%,.8);animation:printMove .5s ease}.fixed-bottom .transactionfooterbtn .btn_color_clear,.fixed-bottom .footer-btn .btn_color_clear,.fixed-bottom .btn-addproduct .btn_color_clear,.customeradvancereceipt-footer .btn_color_clear,.modal-footer .btn_color_clear,.panel-footer .btn_color_clear{border-color:#e4a11b}.fixed-bottom .transactionfooterbtn .btn_color_clear:hover,.fixed-bottom .transactionfooterbtn .btn_color_clear:focus,.fixed-bottom .footer-btn .btn_color_clear:hover,.fixed-bottom .footer-btn .btn_color_clear:focus,.fixed-bottom .btn-addproduct .btn_color_clear:hover,.fixed-bottom .btn-addproduct .btn_color_clear:focus,.customeradvancereceipt-footer .btn_color_clear:hover,.customeradvancereceipt-footer .btn_color_clear:focus,.modal-footer .btn_color_clear:hover,.modal-footer .btn_color_clear:focus,.panel-footer .btn_color_clear:hover,.panel-footer .btn_color_clear:focus{background:#e4a11b;color:#fff;box-shadow:0 10px 25px -8px rgba(245,158,11,.2),0 5px 10px rgba(245,158,11,.1),inset 0 0px 0 hsla(0,0%,100%,.8);animation:printMove .5s ease}.fixed-bottom .transactionfooterbtn .btn_darkblue,.fixed-bottom .footer-btn .btn_darkblue,.fixed-bottom .btn-addproduct .btn_darkblue,.customeradvancereceipt-footer .btn_darkblue,.modal-footer .btn_darkblue,.panel-footer .btn_darkblue{border-color:#176193}.fixed-bottom .transactionfooterbtn .btn_darkblue:hover,.fixed-bottom .transactionfooterbtn .btn_darkblue:focus,.fixed-bottom .footer-btn .btn_darkblue:hover,.fixed-bottom .footer-btn .btn_darkblue:focus,.fixed-bottom .btn-addproduct .btn_darkblue:hover,.fixed-bottom .btn-addproduct .btn_darkblue:focus,.customeradvancereceipt-footer .btn_darkblue:hover,.customeradvancereceipt-footer .btn_darkblue:focus,.modal-footer .btn_darkblue:hover,.modal-footer .btn_darkblue:focus,.panel-footer .btn_darkblue:hover,.panel-footer .btn_darkblue:focus{background:#176193;color:#fff;box-shadow:0 10px 25px -8px rgba(11,93,245,.2),0 5px 10px rgba(11,73,245,.1),inset 0 0px 0 hsla(0,0%,100%,.8);animation:printMove .5s ease}.fixed-bottom .transactionfooterbtn .btn_blue_dropdown,.fixed-bottom .footer-btn .btn_blue_dropdown,.fixed-bottom .btn-addproduct .btn_blue_dropdown,.customeradvancereceipt-footer .btn_blue_dropdown,.modal-footer .btn_blue_dropdown,.panel-footer .btn_blue_dropdown{border-color:#22c55e;color:#16a34a !important}.fixed-bottom .transactionfooterbtn .btn_blue_dropdown:hover,.fixed-bottom .transactionfooterbtn .btn_blue_dropdown:focus,.fixed-bottom .footer-btn .btn_blue_dropdown:hover,.fixed-bottom .footer-btn .btn_blue_dropdown:focus,.fixed-bottom .btn-addproduct .btn_blue_dropdown:hover,.fixed-bottom .btn-addproduct .btn_blue_dropdown:focus,.customeradvancereceipt-footer .btn_blue_dropdown:hover,.customeradvancereceipt-footer .btn_blue_dropdown:focus,.modal-footer .btn_blue_dropdown:hover,.modal-footer .btn_blue_dropdown:focus,.panel-footer .btn_blue_dropdown:hover,.panel-footer .btn_blue_dropdown:focus{background:#22c55e !important;color:#fff !important;box-shadow:0 10px 25px -8px rgba(11,245,70,.2),0 5px 10px rgba(11,245,109,.1),inset 0 0px 0 hsla(0,0%,100%,.8);animation:printMove .5s ease}.fixed-bottom .transactionfooterbtn button.dropdown-printer-common,.fixed-bottom .transactionfooterbtn .dropdown-print-btn,.fixed-bottom .footer-btn button.dropdown-printer-common,.fixed-bottom .footer-btn .dropdown-print-btn,.fixed-bottom .btn-addproduct button.dropdown-printer-common,.fixed-bottom .btn-addproduct .dropdown-print-btn,.customeradvancereceipt-footer button.dropdown-printer-common,.customeradvancereceipt-footer .dropdown-print-btn,.modal-footer button.dropdown-printer-common,.modal-footer .dropdown-print-btn,.panel-footer button.dropdown-printer-common,.panel-footer .dropdown-print-btn{border-color:#7b66d9 !important;color:#7b66d9 !important}.fixed-bottom .transactionfooterbtn button.dropdown-printer-common:hover,.fixed-bottom .transactionfooterbtn button.dropdown-printer-common:focus,.fixed-bottom .transactionfooterbtn .dropdown-print-btn:hover,.fixed-bottom .transactionfooterbtn .dropdown-print-btn:focus,.fixed-bottom .footer-btn button.dropdown-printer-common:hover,.fixed-bottom .footer-btn button.dropdown-printer-common:focus,.fixed-bottom .footer-btn .dropdown-print-btn:hover,.fixed-bottom .footer-btn .dropdown-print-btn:focus,.fixed-bottom .btn-addproduct button.dropdown-printer-common:hover,.fixed-bottom .btn-addproduct button.dropdown-printer-common:focus,.fixed-bottom .btn-addproduct .dropdown-print-btn:hover,.fixed-bottom .btn-addproduct .dropdown-print-btn:focus,.customeradvancereceipt-footer button.dropdown-printer-common:hover,.customeradvancereceipt-footer button.dropdown-printer-common:focus,.customeradvancereceipt-footer .dropdown-print-btn:hover,.customeradvancereceipt-footer .dropdown-print-btn:focus,.modal-footer button.dropdown-printer-common:hover,.modal-footer button.dropdown-printer-common:focus,.modal-footer .dropdown-print-btn:hover,.modal-footer .dropdown-print-btn:focus,.panel-footer button.dropdown-printer-common:hover,.panel-footer button.dropdown-printer-common:focus,.panel-footer .dropdown-print-btn:hover,.panel-footer .dropdown-print-btn:focus{background:#7b66d9 !important;color:#fff !important;box-shadow:0 10px 25px -8px rgba(151,11,245,.2),0 5px 10px rgba(120,11,245,.1),inset 0 0px 0 hsla(0,0%,100%,.8);animation:printMove .5s ease}.fixed-bottom .transactionfooterbtn .btn_light_blue,.fixed-bottom .footer-btn .btn_light_blue,.fixed-bottom .btn-addproduct .btn_light_blue,.customeradvancereceipt-footer .btn_light_blue,.modal-footer .btn_light_blue,.panel-footer .btn_light_blue{border-color:#06b6d4;color:#06b6d4}.fixed-bottom .transactionfooterbtn .btn_light_blue:hover,.fixed-bottom .transactionfooterbtn .btn_light_blue:focus,.fixed-bottom .footer-btn .btn_light_blue:hover,.fixed-bottom .footer-btn .btn_light_blue:focus,.fixed-bottom .btn-addproduct .btn_light_blue:hover,.fixed-bottom .btn-addproduct .btn_light_blue:focus,.customeradvancereceipt-footer .btn_light_blue:hover,.customeradvancereceipt-footer .btn_light_blue:focus,.modal-footer .btn_light_blue:hover,.modal-footer .btn_light_blue:focus,.panel-footer .btn_light_blue:hover,.panel-footer .btn_light_blue:focus{background:#06b6d4 !important;color:#fff !important;box-shadow:0 10px 25px -8px rgba(11,171,245,.2),0 5px 10px rgba(11,151,245,.1),inset 0 0px 0 hsla(0,0%,100%,.8);animation:printMove .5s ease}@keyframes printMove{0%{transform:translateY(-2px)}50%{transform:translateY(-3px)}100%{transform:translateY(-2px)}}.Icon-Full-Btn{display:flex;align-items:center;justify-content:flex-start;cursor:pointer;position:relative;overflow:hidden;width:auto;border-radius:6px;justify-content:space-around;padding:4px 10px;gap:4px;line-height:1}.Icon-Full-Btn .text{opacity:1;padding-right:0px;font-size:14px;font-weight:700;text-align:center}.Icon-Full-Btn .sign{display:flex}.Icon-Full-Btn .sign .icon{width:24px !important}.dropdown-menu.menu-drop-user.show .dropdown-item{justify-content:left}.custom-dropdown-Multicolumn{position:relative;width:100%;display:inline-block}.custom-dropdown-Multicolumn .dropdown-header{padding:3px;border-color:#dbe0e6 !important;cursor:pointer;background-color:#fff;height:27px;width:100%;align-items:center;justify-content:flex-start;display:flex;border-top-left-radius:4px;border-bottom-left-radius:4px}.custom-dropdown-Multicolumn .dropdown-content{position:absolute;background-color:#fff;border:1px solid #dbe0e6;display:flex;padding:10px;z-index:1}.custom-dropdown-Multicolumn .dropdown button{padding:10px;border:1px solid #dbe0e6;background-color:#fff;cursor:pointer}.custom-dropdown-Multicolumn .dropdown-list{position:absolute;top:100%;left:0;right:0;border:1px solid #dbe0e6;background-color:#fff;z-index:3;width:50px}.custom-dropdown-Multicolumn .dropdown-item{padding:5px;font-size:12px;cursor:pointer;border-bottom:1px solid #dbe0e6;align-items:center;justify-content:center;display:flex}.custom-dropdown-Multicolumn .arrow-icon{position:absolute;right:3.5px;justify-content:flex-end;top:3.5px}.new-pagination{display:flex;align-items:center;justify-content:center;border-radius:5px;border:1px solid #dbe0e6;padding:0 9px}.pagination{display:flex;flex-direction:row;list-style-type:none;margin:0;padding:0;align-items:center;justify-content:center;transition:transform .5s}.pagination>li{display:flex;width:100px;max-width:100px;flex:0 0 auto;height:2rem;justify-content:center;align-items:center;color:#2c3e50;font-size:18px;z-index:5;cursor:pointer;user-select:none;text-shadow:0 0 .4rem rgba(231,76,60,.6)}.pagination>li span{pointer-events:none}.pagination>li.active span{display:flex;height:2.5rem;padding:0 1rem;font-weight:bolder;align-items:center;justify-content:center;background-image:linear-gradient(45deg, rgba(44, 62, 80, 0.1), rgba(var(#3498db), 0.4));border:1px solid rgba(44,62,80,.3);color:#f39c12;border-radius:5px;text-shadow:0 0 .4rem rgba(231,76,60,.6)}.upload_img_Icon_btn input[type=file]{width:100%;opacity:0;height:100%;position:relative;z-index:9;cursor:pointer}.upload_img img{width:20px;height:20px}.upload_img_Icon{display:flex;margin-top:8px}button.img-close-acc:hover{border:unset;background:#ff2c2c;color:#fff}button.img-close-acc{width:20px;height:20px;left:unset !important;right:4px;top:4px;position:absolute;background-color:#fff;box-shadow:0px 0px 5px 0px #9f9f9f;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0px;line-height:20px}button.img-close-acc i{font-size:15px;pointer-events:none}.add-choosen .phone-img img{padding:10px;height:100px;object-fit:cover}.add-choosen .image_Box{position:relative;width:115px;border-radius:10px;border:1px solid var(--Stroke, rgba(145, 158, 171, 0.3019607843));text-align:center}.add-choosen .image_Box img{padding:5px}.Document_upload_tabs li Button{width:123px;display:flex;align-items:center;justify-content:center}.border-top-remove{border-top:unset !important;margin-top:0;border-top-left-radius:0px;border-top-right-radius:0px}.border-bottom-remove{border-bottom:unset !important;border-bottom-left-radius:0px !important;border-bottom-right-radius:0px !important}.ag-row-focus{background:#f4f8ff !important;color:#000 !important}.ag-cell.ag-cell-not-inline-editing:has(.ag-cell-wrapper){padding-left:6px !important;padding-right:6px !important}.ag-cell-focus:has(div) input{background:#ffdea8 !important;color:#181d1f !important;color-scheme:none}.ag-cell-focus{background:#ffdea8 !important;color:#000 !important}.ag-cell-focus .ag-input-field-input{padding-left:0px !important}.Account-Master_grid-Table .ag-cell.ag-cell-normal-height.ag-column-first.ag-cell-value.ag-cell-focus.ag-cell-range-selected.ag-cell-range-selected-1.ag-cell-range-single-cell.ag-cell-inline-editing{background:#fff}.Account-Master_grid-Table .ag-cell.ag-cell-normal-height.ag-cell-value.ag-cell-focus.ag-cell-range-selected.ag-cell-range-selected-1.ag-cell-range-single-cell.ag-cell-inline-editing{background:#fff}.Account-Master_grid-Table input.ag-input-field-input,input.ag-input-field-input.ag-number-field-input{border:0 !important;box-shadow:unset !important;width:100% !important;color:#000 !important}.vch-date.vch-date-left{width:18% !important}.vch-Days{width:15% !important}.vch-Dates{width:30% !important}.info-help img{width:18px;height:18px;filter:invert(1) brightness(1)}.help-btn img{width:18px;height:18px}.ref_input .HelpInput{border:unset !important}.input-disabled{background:#f7f9fb}.Menurights_table .ag-cell-wrapper.ag-row-group{align-items:center !important;justify-content:flex-start !important}.Menurights_table .ag-cell-wrapper{text-align:left !important;margin-left:0 !important}.Menurights_table .ag-body .ag-cell{display:flex;justify-content:center}.Menurights_table .ag-body .ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height.ag-column-first.ag-cell-value{justify-content:flex-start}.selection-gradient-wrap{background-image:linear-gradient(#fafafa, #dcdada);font-weight:700;color:#000 !important;transition:unset;border-radius:4px}.selection-purch-right .css-b62m3t-container .css-116kd9q-control{border:1px solid #dbe0e6 !important}.AlpAccountMasterHelp{padding-left:0}.Setting-btn{border-radius:4px !important;width:27px !important;height:35px !important;background:#fff !important;border:0 !important}.Setting-btn:hover{background:#f0f6ff !important}.card-title-sub{border-bottom:1px solid #d3e5ff;width:auto;padding-bottom:5px;display:flex;justify-content:space-between;align-items:center}.card-title-sub h4{color:#ff9f43;font-weight:700;font-size:15px}.card-title-sub .Column_Group_plus_btn{border-radius:4px !important}.btn.Column_Group_plus_btn{border:1px solid #3282b8;width:30px}.btn.Column_Group_plus_btn{border:1px solid #3282b8;width:30px;background:#fff;border-radius:4px !important}.css-116kd9q-control:hover{border-color:#dbe0e6 !important;box-shadow:0 0 0 0px #dbe0e6}.css-tqczc6-control{border-color:#ffc260 !important;box-shadow:0 0 0 0px rgba(0,0,0,0) !important;background-color:#ffdea8 !important}.Custom_Field_Popup{width:350px;padding:10px;border:4px solid #c2deff;border-radius:4px}.button_position{justify-content:end;display:flex;margin-top:13px}.button_position .Icon-Full-Btn .sign{display:none}.button_position .Icon-Full-Btn .text{margin:0;padding:0px 10px}.F2HelpGrid{height:100%;height:250px;margin-top:27px;z-index:99999999;position:fixed}.bank div:has(.F2help){overflow:unset !important}.F2__Overlay div:has(.F2help){overflow:visible !important;z-index:9999}.F2__Overlay div:has(.F2HelpGrid){overflow:visible !important;z-index:9999}.F2__Overlay:has(.ag-custom-component-popup.ag-popup){overflow:visible !important;z-index:1052;position:relative}.ag-custom-component-popup.ag-popup{height:auto !important;z-index:1052;position:fixed;min-height:auto !important}.mobile-sidebar-menu{display:none}button.btn-close.F2Close_Mobile{display:flex;align-items:center;background-image:rgba(227,238,255,.9098039216) !important;background:rgba(227,238,255,.9098039216);color:#3282b8;border:1.5px solid #3282b8;font-size:12px;opacity:unset !important}.F2Close_Mobile svg{color:#3282b8 !important}button.btn-close.F2Close_Mobile:hover svg{color:#fff !important}button.btn-close.F2Close_Mobile:hover{color:#181d1f;border:1.5px solid #3282b8;background:#3282b8}.mobile_View_Search{display:none}.tag_geberate_datetimeinput{margin-left:-4.2%}.custom-margin-mobile{margin-top:-2px}.Tag_Generate_total_table.ag-theme-quartz .ag-layout-print .ag-center-cols-viewport,.Tag_Generate_total_table.ag-theme-quartz .ag-layout-print .ag-center-cols-container,.Tag_Generate_total_table.ag-theme-quartz-dark .ag-layout-auto-height .ag-center-cols-viewport,.Tag_Generate_total_table.ag-theme-quartz-dark .ag-layout-auto-height .ag-center-cols-container,.Tag_Generate_total_table.ag-theme-quartz-dark .ag-layout-print .ag-center-cols-viewport,.Tag_Generate_total_table.ag-theme-quartz-dark .ag-layout-print .ag-center-cols-container,.Tag_Generate_total_table.ag-theme-quartz-auto-dark .ag-layout-auto-height .ag-center-cols-viewport,.Tag_Generate_total_table.ag-theme-quartz-auto-dark .ag-layout-auto-height .ag-center-cols-container,.Tag_Generate_total_table.ag-theme-quartz-auto-dark .ag-layout-print .ag-center-cols-viewport,.Tag_Generate_total_table.ag-theme-quartz-auto-dark .ag-layout-print .ag-center-cols-container{min-height:auto !important}.ag-theme-quartz.Tag_Generate_Table{height:calc(100vh - 52.8rem)}.ag-theme-quartz.Tag_Generate_Other_Table{height:25vh}.topbar_hide_show{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;background-color:#ff9f43;border-radius:4px;padding:2px}.topbar_hide_show i{font-size:18px;color:#fff}.upload_image_section{justify-content:space-between;flex-direction:column;height:100%;display:inline-flex}.image-transaction-form.Tag-Generate-image{width:100%}.Checkboxdrop .css-pr98g2{display:flex;margin:3px 0px 1px;height:20px !important;overflow-y:auto}.Checkboxdrop .css-pr98g2 .css-i8r28j{display:none}.ag-sticky-bottom:after{border:0 !important}.ag-menu-list{background-color:#fff !important}.dot-green{height:10px;width:10px;background-color:#0fb734;border-radius:50%;display:inline-block}.dot-red{height:10px;width:10px;background-color:#ff2c2c;border-radius:50%;display:inline-block}.sidebar .sidebar-menu,.sidebars .sidebar-menu{padding:0px}.bottom-fixed{justify-content:space-between;display:block;flex-direction:column;display:flex}.add-transaction-form{display:flex;justify-content:center;margin-bottom:10px}.Header_style .ag-header-cell-label{color:#d54949;text-align:end;justify-content:end}.ibpPDN div.draggable-layout-column-regular{display:flex;flex-direction:column;flex:0 .5 !important;width:100%;gap:4px;padding:8px}.left-adjust{right:unset}.left-adjust .custom_help{border:5px solid #c2deff;border-radius:4px}.sidemenu_hide_show{position:absolute;top:6px;left:7px;width:auto;background:#e3f2fd;border-radius:4px;padding:0px}.sidemenu_hide_show .menu_toggle_btn{width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px}.sidemenu_hide_show .menu_toggle_btn .hamburger .line{width:18px;height:2px;background-color:#3282b8;display:block;margin:3px auto;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.sidemenu_hide_show .menu_toggle_btn .hamburger:hover{cursor:pointer}.sidemenu_hide_show .menu_toggle_btn .hamburger.is-active{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.sidemenu_hide_show .menu_toggle_btn .hamburger.is-active .line:nth-child(2){-webkit-transition:none;-o-transition:none;transition:none}.sidemenu_hide_show .menu_toggle_btn .hamburger .line:nth-child(2){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.sidemenu_hide_show .menu_toggle_btn .hamburger.is-active .line:nth-child(2){opacity:0}.sidemenu_hide_show .menu_toggle_btn .hamburger.is-active .line:nth-child(1),.sidemenu_hide_show .menu_toggle_btn .hamburger.is-active .line:nth-child(3){width:14px;-webkit-transform-origin:right;-moz-transform-origin:right;-ms-transform-origin:right;-o-transform-origin:right;transform-origin:right}.sidemenu_hide_show .menu_toggle_btn .hamburger.is-active .line:nth-child(1){-webkit-transform:translateY(15px) rotate(45deg);-ms-transform:translateY(15px) rotate(45deg);-o-transform:translateY(15px) rotate(45deg);transform:translateY(4px) rotate(36deg)}.sidemenu_hide_show .menu_toggle_btn .hamburger.is-active .line:nth-child(3){-webkit-transform:translateY(-15px) rotate(-45deg);-ms-transform:translateY(-15px) rotate(-45deg);-o-transform:translateY(-15px) rotate(-45deg);transform:translateY(-6px) rotate(-36deg)}.nav.flex-column.nav-pills.tab-style-7.p-1.cityareaheader-tabs.sub-sidebar-menu{display:none}.nav.flex-column.nav-pills.tab-style-7.p-1.cityareaheader-tabs.sub-sidebar-menu.tabmastermenu-open{display:block}.HoverSidebarActive{display:block !important;position:absolute;left:0px;top:35px;border-radius:4px;box-shadow:0 0 2px 1px #ccc;overflow:hidden;background:#fff;padding-bottom:10px;border:1px solid;border-color:#dbe0e6;border:5px solid #fff;z-index:9999;padding:0}.upper{text-transform:uppercase}.lower{text-transform:lowercase}.capitalize{text-transform:capitalize}.ledger_right_Menu .Icon-Full-Btn{justify-content:flex-start !important}.ledger_right_Menu .Icon-Full-Btn .text{text-align:start}.fav_star_icon .fav_menu-main{color:#ff9f43}.submenu-listitems{width:100% !important;display:flex;align-items:center;gap:8px}.fav_Menu_btn{color:#fff !important}.fav_Menu_btn:hover a{color:#fff !important}ul.tabmastermenu li:hover .fav__img_outline{display:block !important;line-height:0px}.ag-theme-quartz.ag-popup .ag-virtual-list-viewport.ag-rich-select-virtual-list-viewport.ag-focus-managed.ag-rich-select-list.ag-ltr.ag-popup-child.ag-popup-positioned-under{max-width:300px !important;min-width:250px !important;width:250px !important;max-height:300px !important;margin-left:-6px !important;z-index:10 !important}.ag-theme-quartz.ag-popup .ag-virtual-list-viewport.ag-rich-select-virtual-list-viewport.ag-focus-managed.ag-rich-select-list.ag-ltr.ag-popup-child.ag-popup-positioned-under .ag-virtual-list-container.ag-rich-select-virtual-list-container .ag-virtual-list-item.ag-rich-select-virtual-list-item{height:27px !important;font-weight:700}.ag-theme-quartz.ag-popup .ag-virtual-list-viewport.ag-rich-select-virtual-list-viewport.ag-focus-managed.ag-rich-select-list.ag-ltr.ag-popup-child.ag-popup-positioned-under .ag-virtual-list-container.ag-rich-select-virtual-list-container .ag-virtual-list-item.ag-rich-select-virtual-list-item .ag-rich-select-row{padding:0px 5px !important}body:has(.body_scroll_visiable){overflow:hidden}.LineFull{width:100%;height:1px;background-color:#d3e5ff;margin-bottom:10px}.branchmst{margin-top:5px}.rights-para-table{height:60vh}.branch_address_tab{padding:7px 0px}.crm_card_section_scrollEffect .card_section_content:has(.todo_remarks_histroy_section) .Tabs_main_CRM{grid-template-columns:repeat(5, 1fr)}.Tabs_main_CRM{display:grid;grid-template-columns:repeat(6, 1fr);grid-gap:10px 10px;padding:0px 5px;width:100%;margin-top:10px;margin-bottom:10px}.Tabs_main_CRM .tab_box{display:flex}.Tabs_main_CRM .tab_box .kanban-card-content{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px;gap:5px;border-radius:10px}.Tabs_main_CRM .tab_box .kanban-card-content .img_section{display:flex;align-items:center;justify-content:center;padding:8px;width:fit-content;height:fit-content;border-radius:6px}.Tabs_main_CRM .tab_box .kanban-card-content .img_section img{min-width:25px;height:25px}.Tabs_main_CRM .tab_box .kanban-card-content .title_section{flex-direction:column;height:100%;display:flex;justify-content:space-between;align-items:end}.Tabs_main_CRM .tab_box .kanban-card-content .title_section .Tab_title{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:15px;font-weight:600;margin-bottom:0px !important;color:#181d1f}.Tabs_main_CRM .tab_box .kanban-card-content .title_section .count_task{font-size:20px;font-weight:700;color:#181d1f}.Birthday_card{border-radius:5px;border:2px solid rgba(255,203,51,.5);background:rgba(255,203,51,.05);flex-shrink:0}.Birthday_card .details_user .usermane{color:#282828;font-family:Nunito;font-size:18px;font-style:normal;font-weight:700;line-height:normal;margin:10px 0}.Birthday_card .details_user .icon_img{display:flex;align-items:center;margin-bottom:9px}.Birthday_card .details_user .icon_img img{width:25px;display:flex;margin-right:10px}.Birthday_card .details_user .icon_img p{color:#6a6a6a;text-align:center;font-size:15px;font-weight:600;line-height:normal}.Birthday_card .Bottom_contain{display:flex;justify-content:end}.Birthday_card .Bottom_contain .Btn_btoom-contain{width:35px;height:35px;background:#ccc;margin-left:10px;padding:7px;border-radius:50%}.Birthday_card .Bottom_contain .History_button{background-color:#196ba4}.Birthday_card .Bottom_contain .call_button{background-color:#00ab5e}.OpenColor{background:linear-gradient(270deg, #F8FCFF 0%, #DFF0FF 100%);box-shadow:0 4px 8px -9px #cde3f4;border:1px solid rgba(0,0,0,.1019607843)}.OpenColor.active{border-color:#148df2 !important}.OpenColor .img_section{background:#bee1ff}.OpenColor .todo_card_subjectIcon svg{stroke:#148df2}.OpenColor .todo_card_status_dotIcon{background-color:#148df2}.assignedColor{background:#f6f0ff;box-shadow:0 4px 8px -9px #cde3f4;border:1px solid rgba(0,0,0,.1019607843)}.assignedColor.active{border-color:#5022a1 !important}.assignedColor .img_section{background:#dfcdff}.assignedColor .todo_card_subjectIcon svg{stroke:#5022a1}.assignedColor .todo_card_status_dotIcon{background-color:#5022a1}.holdColor{background:linear-gradient(270deg, #FFFDED 0%, #FFFBCC 100%);box-shadow:0 4px 8px -9px #f9fcd1;border:1px solid rgba(0,0,0,.1019607843)}.holdColor.active{border-color:#767e00 !important}.holdColor .img_section{background:#f6ed8a}.holdColor .todo_card_subjectIcon svg{stroke:#767e00}.holdColor .todo_card_status_dotIcon{background-color:#767e00}.approvalColor{background:linear-gradient(270deg, #FFF5EB 0%, #FBEDD0 100%);box-shadow:0 4px 8px -9px #fceed2;border:1px solid rgba(0,0,0,.1019607843)}.approvalColor.active{border-color:#bd7e39 !important}.approvalColor .img_section{background:#ffd6a9}.approvalColor .todo_card_subjectIcon svg{stroke:#bd7e39}.approvalColor .todo_card_status_dotIcon{background-color:#bd7e39}.finishColor{background:linear-gradient(270deg, #F3FFFC 0%, #F0FFDA 100%);border:1px solid rgba(0,0,0,.1019607843)}.finishColor.active{border-color:#4a8312 !important}.finishColor .img_section{background:#d5ffac}.finishColor .todo_card_subjectIcon svg{stroke:#4a8312}.finishColor .todo_card_status_dotIcon{background-color:#4a8312}.cancelColor{background:linear-gradient(270deg, #FFF8F8 0%, #FFDFE0 100%);box-shadow:0 4px 8px -9px #ffd7d7;border:1px solid rgba(0,0,0,.1019607843)}.cancelColor.active{border-color:#db1f22 !important}.cancelColor .img_section{background:#ffc4c5}.cancelColor .todo_card_subjectIcon svg{stroke:#db1f22}.cancelColor .todo_card_status_dotIcon{background-color:#db1f22}.planningColor{background:linear-gradient(270deg, #EDFFFA 0%, #DFFDFF 100%);box-shadow:0 4px 8px -9px #cdeef4;border:1px solid rgba(0,0,0,.1019607843)}.planningColor.active{border-color:#1488a2 !important}.planningColor .img_section{background:#bff3ff}.planningColor .todo_card_subjectIcon svg{stroke:#1488a2}.planningColor .todo_card_status_dotIcon{background-color:#1488a2}.pauseColor{background:linear-gradient(270deg, #FFF9F5 0%, #FFE1D4 100%);box-shadow:0 4px 8px -9px #fce7d1;border:1px solid rgba(0,0,0,.1019607843)}.pauseColor.active{border-color:#af6100 !important}.pauseColor .img_section{background:#ffc5ad}.pauseColor .todo_card_subjectIcon svg{stroke:#af6100}.pauseColor .todo_card_status_dotIcon{background-color:#af6100}.reminderColor{background:linear-gradient(270deg, #F6F3FF 0%, #E8E1FF 100%);box-shadow:0 4px 8px -9px #dee1ff;border:1px solid rgba(0,0,0,.1019607843)}.reminderColor.active{border-color:#4e33af !important}.reminderColor .img_section{background:#cbc0f2}.reminderColor .todo_card_subjectIcon svg{stroke:#4e33af}.reminderColor .todo_card_status_dotIcon{background-color:#4e33af}.runningColor{background:linear-gradient(270deg, #FFF9FE 0%, #FFD9FB 100%);box-shadow:0 4px 8px -9px #fbd2fc;border:1px solid rgba(0,0,0,.1019607843)}.runningColor.active{border-color:#6d1a5b !important}.runningColor .img_section{background:#fbb4eb}.runningColor .todo_card_subjectIcon svg{stroke:#6d1a5b}.runningColor .todo_card_status_dotIcon{background-color:#6d1a5b}.completeColor{background:#fff;box-shadow:0 4px 8px -9px #f0ffde;border:1px solid rgba(0,0,0,.1019607843)}.completeColor.active{border-color:#319238 !important}.completeColor .img_section{background:#d5ffac}.completeColor .todo_card_subjectIcon svg{stroke:#319238}.completeColor .todo_card_status_dotIcon{background-color:#319238}.CRM_search_bar{position:relative}.CRM_search_bar .btn.searchBar_New_btn{position:absolute;top:5px;right:0px;border:0}.custome_dropdown_New{height:35px !important;line-height:unset;border-color:#dbe0e6 !important}label.input-group-text.custom_plus_dropdown{border-color:#dbe0e6;background:#fff;border-color:#dbe0e6 !important}.menu-btn_main_crm{display:flex;justify-content:space-between}.menu-btn_main_crm .layout_main{display:flex}.menu-btn_main_crm .layout_main .List_view_main:hover{border:1px solid #ff1b88}.menu-btn_main_crm .layout_main .kanban_view_main:hover{border:1px solid #008f3d}.menu-btn_main_crm .layout_main .View_div{width:35px;height:35px;display:block;padding:5px;margin-right:10px;border-radius:4px;border:1px solid rgba(0,0,0,0)}.menu-btn_main_crm .layout_main .View_div.List_view_main{background:#ffd1e7}.menu-btn_main_crm .layout_main .View_div.kanban_view_main{background:#c8f7dc}.menu-btn_main_crm .Menu_view_main{display:flex;justify-content:flex-end}.menu-btn_main_crm .Menu_view_main .setting_btn_CRM:hover{border:1px solid #000}.menu-btn_main_crm .Menu_view_main .Account-Sync:hover{border:1px solid #008933}.menu-btn_main_crm .Menu_view_main .Account-Sync:hover p{color:#000}.menu-btn_main_crm .Menu_view_main .upload_btn_main:hover{border:1px solid #052a75}.menu-btn_main_crm .Menu_view_main .Menu_btm_main:hover{border:1px solid #ff6d00}.menu-btn_main_crm .Menu_view_main .View_div{width:35px;height:35px;display:block;padding:5px;margin-right:10px;border-radius:4px;border:1px solid rgba(0,0,0,0)}.menu-btn_main_crm .Menu_view_main .View_div.upload_btn_main{background:rgba(5,42,117,.1)}.menu-btn_main_crm .Menu_view_main .View_div.upload_btn_main img{margin-left:2px}.menu-btn_main_crm .Menu_view_main .View_div.Menu_btm_main{background:#ffebd8}.menu-btn_main_crm .Menu_view_main .View_div.setting_btn_CRM{background:#fae7ff}.list_View_drag{overflow-x:hidden}.list_View_drag::-webkit-scrollbar{width:0px !important;height:0px !important;border-radius:50px !important}.View_title{display:flex;align-items:center}.View_title h3{margin-bottom:0}.View_title .Task_add_btn{width:30px;margin-left:10px}.Account-Sync{display:flex;align-items:center;background:rgba(0,208,151,.2);padding:5px;margin-right:10px;border-radius:4px;border:1px solid rgba(0,0,0,0)}.Account-Sync img{width:24px;margin-right:10px}.Account_sync_main{position:relative}.Account_sync_main .AutoAddDay{background:#fff;padding:10px 15px;position:absolute;box-shadow:0px 0px 10px 0px #ccc;border-radius:4px;width:250px;margin-top:3px;z-index:1;right:0px}.Account_sync_main .save_btn_CRM{margin-top:10px !important;display:flex;justify-self:end}.Crm-Todo-Add-Modal{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.Todo_add_btn_{justify-content:end;display:flex;margin-bottom:5px}.Todo_CRM_list_add{width:100%;padding:5px;border:2px solid rgba(0,0,0,0);box-shadow:0 0 3px 0px #ccc;border-radius:4px;margin-top:10px;position:relative}.Todo_card_top{display:flex;justify-content:space-between}.Todo_subject{color:#3282b8;font-weight:bold}.Todo_staus.mb-0{color:#ff9800;font-weight:bold}.Todo_time_delet{justify-content:space-between;display:flex}a.Todo_Delete_Btn{background:#fcc;padding:3px;position:absolute;right:-2px;color:#f33;border-radius:4px 0px;bottom:-2px}.workDate_datePicker .date-picker-wrap{display:block}.page-wrapper:has(.card_section_content) .history-toggle-btn{position:fixed;top:50%;right:-30px;rotate:270deg;z-index:1054}.page-wrapper:has(.card_section_content) .history-toggle-btn button{background-color:#f07736;border-radius:10px 10px 0px 0px;transition:transform .2s ease}.page-wrapper:has(.card_section_content) .history-toggle-btn button svg{width:24px;height:24px}.page-wrapper:has(.card_section_content) .history-toggle-btn button .text{font-size:16px;font-weight:700}.page-wrapper:has(.card_section_content) .history-toggle-btn button svg,.page-wrapper:has(.card_section_content) .history-toggle-btn button .text{color:#fff}.page-wrapper:has(.card_section_content) .history-toggle-btn button:hover,.page-wrapper:has(.card_section_content) .history-toggle-btn button:focus,.page-wrapper:has(.card_section_content) .history-toggle-btn button:active{border:1px solid rgba(0,0,0,0);transform:translateY(-5px)}.checbox-birthday-card .menu_checkboxs{margin-bottom:18px !important}.settingModal-CrmListing .CRM_setting_Tbl{height:299px;overflow-y:auto}.settingModal-CrmListing .CRM_setting_Tbl .ag-row-no-focus.ag-row-selected{background-color:rgba(0,0,0,0) !important}.crm_header_section .settingBtn-CrmListing{background-color:#dfefff;border:1px solid #7facda;padding:4px 6px}.crm_header_section .settingBtn-CrmListing .sign svg{width:18px;height:20px}.crm_header_section .settingBtn-CrmListing:hover{background-color:#3282b8;border-color:1px solid #3282b8}.crm_header_section .settingBtn-CrmListing:hover .sign svg{color:#fff}.crm_header_section .accountSyncBtn-CrmListing{background-color:#ccf6ea;border:1px solid #7dc1ad}.crm_header_section .accountSyncBtn-CrmListing .sign svg{width:18px;height:20px}.crm_header_section .accountSyncBtn-CrmListing:hover{background-color:#3b9f81;border:1px solid #3b9f81}.crm_header_section .accountSyncBtn-CrmListing:hover .text,.crm_header_section .accountSyncBtn-CrmListing:hover .sign svg{color:#fff}.crm_header_section .uploadBtn-CrmListing{background-color:#ffebd8;border:1px solid #ff9443;padding:4px 6px}.crm_header_section .uploadBtn-CrmListing .sign svg{width:18px;height:20px}.crm_header_section .uploadBtn-CrmListing:hover{background-color:#ff6d00;border:1px solid #ff6d00}.crm_header_section .uploadBtn-CrmListing:hover .sign svg{color:#fff}.CRM_cardSection_Mobile_scrollable .active{border:1px solid}.ratebookCheck{display:flex;align-items:center}.todo_reminder_switch .form-check-input{height:20px;width:40px;cursor:pointer}.todo_reminder_switch .todo_popup_reminder_content{display:none}.todo_reminder_switch .todo_reminder_switch_popup:has(.form-check-input:checked){position:relative}.todo_reminder_switch .todo_reminder_switch_popup:has(.form-check-input:checked) .todo_popup_reminder_content.active{display:block;background-color:#fff;position:absolute;width:400px;box-shadow:0px 0px 10px 0px #ccc;border-radius:10px;padding:12px;z-index:10}.todo_reminder_switch .todo_reminder_switch_popup:has(.form-check-input:checked) .todo_popup_reminder_content.active .todo_popup_reminder_text{margin-bottom:0px;font-size:15px;font-weight:700}.todo_reminder_switch .todo_reminder_switch_popup:has(.form-check-input:checked) .todo_popup_reminder_content.active .todo_reminder_mode_options .menu-text{font-weight:600}.todo_reminder_switch .todo_reminder_switch_popup:has(.form-check-input:checked) .todo_popup_reminder_content.active .todo_reminder_mode_options .options-panel{background:#f8faff;border-radius:6px;padding:0;max-height:0;opacity:0;visibility:hidden;transition:all .3s ease;display:flex;align-items:center;gap:25px;width:100%}.todo_reminder_switch .todo_reminder_switch_popup:has(.form-check-input:checked) .todo_popup_reminder_content.active .todo_reminder_mode_options .options-panel .radio-group{padding:8px 10px}.todo_reminder_switch .todo_reminder_switch_popup:has(.form-check-input:checked) .todo_popup_reminder_content.active .todo_reminder_mode_options .options-panel label.checkboxs.menu_checkboxs.menu-text{margin-top:0px}.todo_reminder_switch .todo_reminder_switch_popup:has(.form-check-input:checked) .todo_popup_reminder_content.active .todo_reminder_mode_options .options-panel .radio-custom{width:18px;height:18px}.todo_reminder_switch .todo_reminder_switch_popup:has(.form-check-input:checked) .todo_popup_reminder_content.active .todo_reminder_mode_options .options-panel .radio-label{font-weight:600}.todo_reminder_switch .todo_reminder_switch_popup:has(.form-check-input:checked) .todo_popup_reminder_content.active .todo_reminder_mode_options .options-panel.active{max-height:215px;border-color:#e1e8ff;border:1px solid #bdc5de;visibility:visible;width:100%;margin-top:6px;opacity:1}.todo_reminder_switch .todo_reminder_switch_popup:has(.form-check-input:checked) .todo_popup_reminder_content.active label.checkboxs.menu_checkboxs.menu-text:not(:first-child){margin-top:8px}.todo_reminder_switch .todo_reminder_switch_popup:has(.form-check-input:checked) .todo_popup_reminder_content.active .todo_reminder_buttons{display:flex;align-items:center;justify-content:end;gap:10px;padding-top:10px;border-top:1px solid #e7e7e7}.todo_reminder_switch .todo_reminder_switch_popup:has(.form-check-input:checked) .todo_popup_reminder_content.active .todo_reminder_buttons .Icon-Full-Btn{height:32px}.todo_reminder_switch .todo_reminder_switch_popup:has(.form-check-input:checked) .todo_popup_reminder_content.active .todo_reminder_modeselection{margin-top:6px}.todo_reminder_switch .todo_reminder_switch_popup:has(.form-check-input:checked) .todo_popup_reminder_content.active .todo_reminder_mode_options{display:flex;flex-direction:column;padding:2px 0 12px}.todo_fileChooser{padding:8px 12px;border:1px solid #e7e7e7;border-radius:8px}.choose_file_section{width:100%;border:2px dashed #dbe0e6;display:flex;align-items:center;justify-content:center;border-radius:10px;background-color:#f4f7ff;height:100px;position:relative}.choose_file_section:hover{border:2px dashed #3282b8}.choose_file_section .fileChooser_image{display:flex;align-items:center;justify-content:center;flex-direction:column}.choose_file_section img{height:50px;width:100%}.choose_file_section .fileChooser_input{opacity:0;width:100%;height:100% !important;position:absolute;top:0;left:0}.choose_file_section .fileChooser_input input[type=file]::file-selector-button,.choose_file_section .fileChooser_input input[type=file]::-webkit-file-upload-button{background-color:#efefef;color:#181d1f;border:1px solid #ccc;border-radius:4px}.show_files_section p{font-size:18px;font-weight:700;margin-top:10px;margin-bottom:5px;color:#181d1f}.show_files_section .image_lists{max-height:calc(100vh - 43rem);height:auto;overflow-y:scroll;scrollbar-width:none;padding:4px}.show_files_section .image_list{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;border-radius:6px;margin-bottom:6px;background:#fff;box-shadow:0px 1px 4px -1px #ccc;border:1px solid #eee;cursor:pointer;transition:all .3s ease}.show_files_section .image_list:hover{transform:translateY(-2px);box-shadow:0px 2px 6px -1px #ccc;transition:all .3s ease}.show_files_section .image_list .img_detail_section{display:flex;align-items:center}.show_files_section .image_list i.fas{color:#3d6dd1;background:#dde8ff;padding:6px 8px;font-size:18px;border-radius:4px}.show_files_section .image_list i.fas.fa-file-pdf{color:#d32a45;background:#ffeaee}.show_files_section .image_list i.fas.fa-file-excel{color:#4da919;background:#def5d2}.show_files_section .image_list img{height:30px;width:30px}.show_files_section .image_list .img_detail{margin-left:5px}.show_files_section .image_list .img_detail_title{font-size:13px;font-weight:700;margin:0px;color:#181d1f}.show_files_section .image_list .img_detail_subTitle{font-size:11px;font-weight:600;margin:0px;color:#676767}.show_files_section .image_list .delete_btn{color:#ff5252;padding:4px;border-radius:4px}.show_files_section .image_list .delete_btn svg{width:18px;height:18px}.show_files_section .image_list .delete_btn:hover{background:#ffd6d6}.todo_grid_view_table{height:calc(100vh - 20rem)}.todo_card_view .todo_card_subject{display:flex;align-items:center;gap:10px}.todo_card_view .todo_card_subjectIcon{min-width:30px;height:30px}.todo_card_view .todo_card_subjectIcon img{width:30px;height:30px}.todo_card_view .todo_card_subject_Name{font-size:14px;font-weight:800;line-height:15px}.todo_card_view .todo_card_user{display:flex;align-items:center;gap:10px;margin:20px 0px}.todo_card_view .todo_card_user_icon{width:30px;height:30px}.todo_card_view .todo_card_user_icon img{min-width:30px;height:30px;border-radius:50%}.todo_card_view .todo_card_user_name{font-weight:700;line-height:25px}.todo_card_view .todo_card_status{display:flex;align-items:center;gap:15px}.todo_card_view .todo_card_status_label{margin-bottom:0px;font-size:14px;font-weight:700}.todo_card_view .todo_card_status_input{display:flex;align-items:center;gap:5px}.todo_card_view .todo_card_status_input p{font-size:14px;font-weight:700}.todo_card_view .todo_card_status_time{display:flex;align-items:center;justify-content:space-between;padding:0px 7px}.todo_card_view .todo_card_timeLeft{display:flex;align-items:center;gap:5px}.todo_card_view .todo_card_timeLeft svg{width:18px;height:18px;stroke:#868686}.todo_card_view .todo_card_timeLeft .todo_card_timeLeft_text{font-weight:700}.todo_card_view .todo_card_status_dotIcon{width:7px;height:7px;border-radius:50%}.todo_card_view .todo_card_bottom{display:flex;align-items:center;justify-content:space-between}.todo_card_view .todo_card_bottom_recurring{display:flex;align-items:center;gap:5px}.todo_card_view .todo_card_bottom_recurringIcon svg{stroke:#868686;width:18px;height:18px}.todo_card_view .todo_card_bottom_recurring_type{display:flex;align-items:center;gap:5px}.todo_card_view .todo_card_bottom_recurring_typeLabel{margin-bottom:0px;font-size:13px;line-height:18px}.todo_card_view .todo_card_bottom_recurring_typeText{margin-bottom:0px;font-size:13px;font-weight:700;line-height:18px}.todo_card_view .todo_card_bottom_attachment_comment{display:flex;align-items:center;gap:5px}.todo_card_view .todo_card_bottom_attachment,.todo_card_view .todo_card_bottom_comment{display:flex;align-items:center;gap:3px}.todo_card_view .todo_card_bottom_attachmentIcon svg,.todo_card_view .todo_card_bottom_commentIcon svg{width:18px;height:18px;stroke:#868686}.todo_card_view .todo_card_bottom_attachmentText{font-weight:700}.todo_card_view .todo_card_bottom_commentText{font-weight:700}.todo_card_view_v2{border-width:2px !important;border-bottom-width:5px !important}.todo_card_view_v2 .todo_card_user{display:flex;flex-direction:column;justify-content:center;margin:0px;gap:0px}.todo_card_view_v2 .todo_card_subject_Name{text-align:center}.todo_card_view_v2 .todo_card_subject{margin:10px 0px 15px}.todo_card_view_v2 .todo_card_bottom{background-color:#f4f4f4;padding:5px;border-radius:5px;margin-top:10px}.todo_card_view_v2 .todo_card_bottom_recurring{align-items:flex-start}.todo_card_view_v2 .todo_card_bottom_recurring_type{display:block}.todo_card_view_v3{border-width:1px !important;border-bottom-width:1px !important;border-color:#d7d7d7 !important;background-color:#fff;border-radius:10px !important}.todo_card_view_v3 .todo_card_divider{margin-top:10px;margin-bottom:10px;background-color:#eaeaea;height:1px;width:100%}.todo_card_view_v3 .todo_card_priority{display:flex;align-items:center;justify-content:space-between}.todo_card_view_v3 .todo_priority_btn{border:1px solid #db1f22;border-radius:5px;padding:0px 5px;display:flex;align-items:center;gap:5px}.todo_card_view_v3 .todo_priority_btn .dot{background-color:#db1f22;width:6px;height:6px;border-radius:50%}.todo_card_view_v3 .todo_priority_btn .todo_priority_text{color:#db1f22}.todo_card_view_v3 .todo_menu_btnEdit svg{width:20px;height:20px;stroke:#868686}.todo_card_view_v3 .todo_menu_btnEdit_dropdownContent{display:none}.todo_card_view_v3 .todo_menu_btnEdit:hover{position:relative}.todo_card_view_v3 .todo_menu_btnEdit:hover svg{stroke:#000}.todo_card_view_v3 .todo_menu_btnEdit:hover .todo_menu_btnEdit_dropdownContent{display:block;position:absolute;background-color:#fff;width:max-content;border:1px solid #d8d8d8;border-radius:5px;right:0px}.todo_card_view_v3 .todo_menu_btnEdit:hover .todo_menu_btnEdit_dropdownContent ul{width:100%}.todo_card_view_v3 .todo_menu_btnEdit:hover .todo_menu_btnEdit_dropdownContent li{padding:5px 15px 5px;width:100%;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600}.todo_card_view_v3 .todo_menu_btnEdit:hover .todo_menu_btnEdit_dropdownContent li svg{width:14px;height:14px;stroke:#565656}.todo_card_view_v3 .todo_menu_btnEdit:hover .todo_menu_btnEdit_dropdownContent li span{display:flex;align-items:center}.todo_card_view_v3 .todo_menu_btnEdit:hover .todo_menu_btnEdit_dropdownContent li:hover{background-color:#f0f8ff}.todo_card_view_v3 .todo_card_subject{margin-top:20px}.todo_card_view_v3 .todo_card_subject_Name{text-align:start;font-weight:700}.todo_card_view_v3 .todo_recievedDate_calendar{margin-top:5px;display:flex;align-items:center;gap:5px}.todo_card_view_v3 .todo_recievedDate_calendar .todo_recievedDate_calendar_text{font-weight:600;font-size:12px}.todo_card_view_v3 .todo_recievedDate_calendar svg{width:16px;height:16px}.todo_card_view_v3 .todo_card_description p{color:#8e8e8e}.todo_card_view_v3 .todo_card_description{margin-top:15px}.todo_card_view_v3 .todo_card_user{margin:0px}.todo_card_view_v3 .todo_card_bottomDiv{display:flex;align-items:center;justify-content:space-between}.CRM_card-tabs{height:calc(100vh - 4rem)}.CRM-table-list-card{height:calc(100vh - 8rem)}.drag-overlay .todo_Upload_Icon svg{color:#868686}.drag-overlay .dragging_OpenColor{opacity:.5;border:2px dashed #007bff !important}.drag-overlay .dragging_assignedColor{opacity:.5;border:2px dashed #5022a1}.drag-overlay .dragging_assignedColor .open_bedge span{color:#5022a1;background-color:#dfcdff}.drag-overlay .dragging_assignedColor .cakeIcon{background-color:#5022a1}.drag-overlay .dragging_holdColor{opacity:.5;border:2px dashed #767e00}.drag-overlay .dragging_holdColor .open_bedge span{color:#767e00;background-color:#f6ed8a}.drag-overlay .dragging_holdColor .cakeIcon{background-color:#767e00}.drag-overlay .dragging_approvalColor{opacity:.5;border:2px dashed #bd7e39}.drag-overlay .dragging_approvalColor .open_bedge span{color:#bd7e39;background-color:#ffd6a9}.drag-overlay .dragging_approvalColor .cakeIcon{background-color:#bd7e39}.drag-overlay .dragging_finishColor{opacity:.5;border:2px dashed #4a8312}.drag-overlay .dragging_finishColor .open_bedge span{color:#4a8312;background-color:#d5ffac}.drag-overlay .dragging_finishColor .cakeIcon{background-color:#4a8312}.drag-overlay .dragging_cancelColor{opacity:.5;border:2px dashed #db1f22}.drag-overlay .dragging_cancelColor .open_bedge span{color:#db1f22;background-color:#ffc4c5}.drag-overlay .dragging_cancelColor .cakeIcon{background-color:#db1f22}.drag-overlay .dragging_planningColor{opacity:.5;border:2px dashed #1488a2}.drag-overlay .dragging_planningColor .open_bedge span{color:#1488a2;background-color:#bff3ff}.drag-overlay .dragging_planningColor .cakeIcon{background-color:#1488a2}.drag-overlay .dragging_pauseColor{opacity:.5;border:2px dashed #af6100}.drag-overlay .dragging_pauseColor .open_bedge span{color:#af6100;background-color:#ffc5ad}.drag-overlay .dragging_pauseColor .cakeIcon{background-color:#af6100}.drag-overlay .dragging_reminderColor{opacity:.5;border:2px dashed #4e33af}.drag-overlay .dragging_reminderColor .open_bedge span{color:#4e33af;background-color:#cbc0f2}.drag-overlay .dragging_reminderColor .cakeIcon{background-color:#4e33af}.drag-overlay .dragging_runningColor{opacity:.5;border:2px dashed #6d1a5b}.drag-overlay .dragging_runningColor .open_bedge span{color:#6d1a5b;background-color:#fbb4eb}.drag-overlay .dragging_runningColor .cakeIcon{background-color:#6d1a5b}.list_View_drag_V2{height:calc(100vh - 26rem) !important;padding:10px}.todo_remarks_histroy_section_V2{height:calc(100vh - 11.5rem) !important}.todo_remarks_histroy_section_V2 .timeline_histroy{height:calc(100vh - 17rem)}.list_View_drag{height:calc(100vh - 26rem);padding:10px}.list_View_drag .OpenColor .open_bedge span{background-color:#e6f4ff;color:#148df2}.list_View_drag .OpenColor .open_bedge span::before{background:#148df2}.list_View_drag .assignedColor .open_bedge span{color:#5022a1;background-color:#f2eaff}.list_View_drag .assignedColor .open_bedge span::before{background:#5022a1}.list_View_drag .holdColor .open_bedge span{color:#767e00;background-color:#fffcd7}.list_View_drag .holdColor .open_bedge span::before{background:#767e00}.list_View_drag .approvalColor .open_bedge span{color:#bd7e39;background-color:#fff1e1}.list_View_drag .approvalColor .open_bedge span::before{background:#bd7e39}.list_View_drag .finishColor .open_bedge span{color:#4a8312;background-color:#ecffd9}.list_View_drag .finishColor .open_bedge span::before{background:#4a8312}.list_View_drag .cancelColor .open_bedge span{color:#db1f22;background-color:#ffe7e8}.list_View_drag .cancelColor .open_bedge span::before{background:#db1f22}.list_View_drag .planningColor .open_bedge span{color:#1488a2;background-color:#e4faff}.list_View_drag .planningColor .open_bedge span::before{background:#1488a2}.list_View_drag .pauseColor .open_bedge span{color:#af6100;background-color:#ffede6}.list_View_drag .pauseColor .open_bedge span::before{background:#af6100}.list_View_drag .reminderColor .open_bedge span{color:#4e33af;background-color:#ece7ff}.list_View_drag .reminderColor .open_bedge span::before{background:#4e33af}.list_View_drag .runningColor .open_bedge span{color:#6d1a5b;background-color:#ffe5f9}.list_View_drag .runningColor .open_bedge span::before{background:#6d1a5b}.todo_card_divider_n{background-color:#d8d8d8;width:100%;height:1px;margin-top:0px;margin-bottom:5px}.timeline_histroy{position:relative;padding-left:25px;overflow-y:auto;scrollbar-width:none;height:calc(100vh - 17rem)}.timeline_histroy .crm_history_capture_recording{display:flex;align-items:center;justify-content:space-between;position:relative}.timeline_histroy .crm_history_capture{display:flex;gap:5px}.timeline_histroy .crm_history_capture .seeMoreCaptures{margin:0px;font-weight:700;color:#888;align-self:flex-end;line-height:12px}.timeline_histroy .crm_history_capture .seeMoreCaptures:hover{color:#0a66c2 !important;cursor:pointer;font-weight:700}.timeline_histroy .crm_history_capture img{width:30px;height:20px;border-radius:3px}.timeline_histroy .crm_history_capture .seeMoreImages{position:absolute;top:25px;background-color:#fff;box-shadow:0px 0px 5px 0px #ccc;padding:5px;z-index:1;border-radius:5px;display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:3px}.timeline_histroy .crm_history_capture .seeMoreImages img{margin:1px;width:75px;height:60px}.timeline_histroy .crm_history_recording{min-width:20px;height:20px;position:relative}.timeline_histroy .crm_history_recording:hover{cursor:pointer}.timeline_histroy .crm_history_recording:hover svg{stroke:green}.timeline_histroy .crm_history_recording svg{min-width:17px;height:17px;stroke:#888}.timeline_histroy .event{position:relative;display:flex;align-items:flex-start}.timeline_histroy .dot{position:absolute;left:-7px;top:5px;width:12px;height:12px;background-color:#689f38;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 2px #689f38}.timeline_histroy .content-event{padding:8px;margin:0px 10px 5px 15px;width:100%;background-color:#f9f9f9;display:flex;align-items:center;justify-content:space-between;gap:5px;border-radius:6px}.timeline_histroy .content-event .content_name{margin-bottom:0px;line-height:14px;font-size:14px;font-weight:700}.timeline_histroy .content-event .content_name:last-child{margin-bottom:5px}.timeline_histroy .date{color:#868686;font-size:12px;margin-bottom:6px;font-weight:600}.timeline_histroy .date span{font-size:12px;font-weight:600}.todo_remarks_histroy_section{background-color:#fff;border-radius:8px;height:calc(var(--usable-height) - 11.8rem);box-shadow:-2px 0 6px 0 rgba(0,0,0,.08)}.historyHeader{display:flex;padding:10px 10px;background-color:#fff;justify-content:space-between;align-items:center}.historyHeader img{height:22px;width:22px}.historyHeader .history_acc_name{color:#666;font-weight:600;font-size:14px}.historyHeader .history_left{display:flex;align-items:center;gap:6px}.historyHeader .history_right button{padding:4px 6px;border-radius:4px;background-color:#e8ecff;transition:transform .2s ease}.historyHeader .history_right button:focus{background-color:rgba(0,0,0,0)}.historyHeader .history_right button:hover{border:1px solid #0728c6 !important;outline:none}.historyHeader .history_right button .sign,.historyHeader .history_right button img{width:24px;height:24px}.history_title{font-size:20px;font-weight:700;margin-bottom:0px;margin-top:0px;color:#000}.todo_birthday_card_v2{background:#fff;box-shadow:0 3px 10px -1px #ececec;border-radius:6px !important;border:1px solid #ededed;transition:box-shadow .2s ease,border .2s ease;margin-bottom:10px;position:relative}.todo_birthday_card_v2:hover,.todo_birthday_card_v2.active{border:1px solid #dfd5ff;border-left:4px solid #dfd5ff}.todo_birthday_card_v2:hover .todo_conatctNo p a,.todo_birthday_card_v2.active .todo_conatctNo p a{font-weight:700}.todo_birthday_card_v2 .main-body-crmcard{padding:10px}.todo_birthday_card_v2 .open_bedge{display:flex;align-items:center;justify-content:end;position:absolute;right:10px}.todo_birthday_card_v2 .open_bedge span{position:relative;padding:2px 10px 2px 20px;border-radius:25px;color:#148df2;font-size:12px;font-weight:600}.todo_birthday_card_v2 .open_bedge span::before{position:absolute;width:6px;height:6px;top:7px;left:8px;border-radius:50%;content:""}.todo_birthday_card_v2 .birthday_desc_details{display:flex;align-items:center;gap:8px}.todo_birthday_card_v2 .birthday_text_date{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:block;width:55%}.todo_birthday_card_v2 .birthday_text_date p{margin-bottom:0px;font-size:14px;font-weight:700;color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.todo_birthday_card_v2 .birthday_text_date .birthdate_iconGrp{display:flex;align-items:center;gap:5px;margin-top:2px}.todo_birthday_card_v2 .birthday_text_date .birthdate_iconGrp svg,.todo_birthday_card_v2 .birthday_text_date .birthdate_iconGrp i.fi{font-size:16px;width:16px;height:16px;color:#868686}.todo_birthday_card_v2 .birthday_text_date p:nth-child(2){font-weight:600;font-size:13px;color:#868686;line-height:16px}.todo_birthday_card_v2 .cakeIcon{height:45px;min-width:45px;background-color:#eef7ff;display:flex;justify-content:center;align-items:center;border-radius:4px}.todo_birthday_card_v2 .cakeIcon img{width:30px;height:30px}.todo_birthday_card_v2 .todo_conatctNo:active{background-color:rgba(0,0,0,0);color:#000}.todo_birthday_card_v2 .todo_conatctNo{display:flex;align-items:center;gap:10px;margin-top:15px;padding:6px;border-radius:6px;width:100%;background-color:#f4f7ff}.todo_birthday_card_v2 .todo_conatctNo:hover{background-color:#e6fff5}.todo_birthday_card_v2 .todo_conatctNo:hover p a{color:#138f5a;font-weight:700}.todo_birthday_card_v2 .todo_conatctNo:hover svg{stroke:#138f5a}.todo_birthday_card_v2 .todo_conatctNo:hover .fi{color:#138f5a}.todo_birthday_card_v2 .todo_conatctNo:focus{box-shadow:none}.todo_birthday_card_v2 .todo_conatctNo svg{width:16px;height:16px;stroke:#2f61c9}.todo_birthday_card_v2 .todo_conatctNo .sign{display:flex}.todo_birthday_card_v2 .todo_conatctNo .fi{height:20px;font-size:20px;color:#2f61c9}.todo_birthday_card_v2 .todo_conatctNo p a{font-weight:600;font-size:14px;color:#2f61c9;text-decoration:underline}.todo_birthday_card_v2 .todo_contact_details{border-top:1px solid #e2e8f0;background-color:#fbfbfb;display:flex;align-items:center;justify-content:space-between;padding:4px 8px;border-radius:0 0 6px 6px}.todo_birthday_card_v2 .todo_contact_details .todo_addRemarks_history{display:flex}.todo_birthday_card_v2 .todo_contact_details .todo_addRemarks_history button img{width:20px;height:20px}.todo_birthday_card_v2 .todo_contact_details .todo_addRemarks_history button:active{background-color:rgba(0,0,0,0);color:#000}.todo_birthday_card_v2 .todo_contact_details .todo_addRemarks:focus{box-shadow:none}.todo_birthday_card_v2 .todo_contact_details .todo_addRemarks{padding:5px;border-radius:50%}.todo_birthday_card_v2 .todo_contact_details .todo_addRemarks:hover svg{stroke:#181d1f}.todo_birthday_card_v2 .todo_contact_details .todo_addRemarks svg{stroke:#8d8d8d;width:20px;height:20px}.todo_birthday_card_v2 .todo_contact_details img{width:20px;height:20px}.todo_birthday_card_v2 .todo_moveable_upload_recording button{padding:0px}.todo_birthday_card_v2 .todo_moveable_upload_recording button:active{background-color:rgba(0,0,0,0);color:#000}.todo_birthday_card_v2 .todo_moveable_upload_recording{display:flex;align-items:center;justify-content:center;gap:10px}.todo_birthday_card_v2 .todo_moveable_upload_recording .todo_fileUpload{position:relative}.todo_birthday_card_v2 .todo_moveable_upload_recording .todo_fileUpload svg{stroke:#181d1f;width:20px;height:20px}.todo_birthday_card_v2 .todo_moveable_upload_recording .todo_moveable{position:relative}.todo_birthday_card_v2 .todo_moveable_upload_recording .todo_moveable .todo_moveable_icon{display:flex;align-items:center;justify-content:center;padding:5px;border-radius:50%}.todo_birthday_card_v2 .todo_moveable_upload_recording .todo_moveable .todo_moveable_icon:hover img{filter:brightness(0)}.todo_birthday_card_v2 .todo_moveable_upload_recording .todo_moveable .todo_moveable_icon img{width:20px;height:20px}.todo_birthday_card_v2 .todo_moveable_upload_recording .todo_moveable:focus{box-shadow:none}.todo_birthday_card_v2 .todo_moveable_upload_recording .todo_moveable_active .todo_moveable_icon img{filter:brightness(0.5)}.todo_birthday_card_v2 .todo_moveable_upload_recording .todo_moveable_content_active button img{filter:brightness(0)}.todo_birthday_card_v2 .todo_moveable_upload_recording .todo_recording_content_active button svg{stroke:#000}.todo_birthday_card_v2 .todo_moveable_upload_recording .todo_moveable_dropdown{display:block;position:absolute;background-color:#fff;box-shadow:0px 0px 5px 0px #ccc;width:175px;border-radius:10px;top:0px;left:30px;z-index:1}.todo_birthday_card_v2 .todo_moveable_upload_recording li{padding:5px 10px;color:#181d1f;font-size:14px;font-weight:700}.todo_birthday_card_v2 .todo_moveable_upload_recording li:hover{background-color:#f4f4f4}.todo_birthday_card_v2 .todo_moveable_upload_recording li:nth-child(1){padding:8px 8px;font-size:15px;font-weight:800;border-bottom:1px solid #cbdae7;display:flex;align-items:center;gap:10px;background-color:#daeeff;border-radius:10px 10px 0px 0px}.todo_birthday_card_v2 .todo_moveable_upload_recording li:nth-child(1) img{width:30px;height:30px}.todo_birthday_card_v2 .todo_moveable_upload_recording li:nth-child(1) span{width:30px;height:30px;display:flex;justify-content:center;align-items:center}.todo_birthday_card_v2 .todo_recording{position:relative}.todo_birthday_card_v2 .todo_recording .todo_recording_icon svg{stroke:#868686;width:20px;height:20px}.todo_birthday_card_v2 .todo_recording:focus{box-shadow:none}.todo_birthday_card_v2 .todo_recording .todo_recording_icon:hover svg{filter:brightness(0.5)}.todo_birthday_card_v2 .todo_recording_list{background-color:#fff;display:block;position:absolute;width:300px;box-shadow:0px 0px 10px 0px #ccc;border-radius:10px;z-index:1}.todo_birthday_card_v2 .todo_recording_list h2{padding:10px 0px 0px;text-align:center}.todo_birthday_card_v2 .todo_recording_list .recording_lists{display:flex;align-items:center;gap:20px;padding:10px}.todo_birthday_card_v2 .todo_recording_list .recording_lists_content .recording_lists:hover:has(.playbutton){background-color:#ebfffb}.todo_birthday_card_v2 .todo_recording_list .recording_lists_content .recording_lists:hover:has(.playbutton) .playbutton{background-color:#ebfffb}.todo_birthday_card_v2 .todo_recording_list .recording_currently_playing{background-color:#f5f5f5;padding:0px;margin:10px;border-radius:10px}.todo_birthday_card_v2 .todo_recording_list .recording_currently_playing .playbutton{background-color:#1d9f87}.todo_birthday_card_v2 .todo_recording_list .recording_currently_playing .playbutton svg{fill:#fff;stroke:#fff;width:18px;height:18px}.todo_birthday_card_v2 .todo_recording_list .recording_currently_playing .recordingSpikes{padding:10px}.todo_birthday_card_v2 .todo_recording_list .recording_currently_playing .recordingSpikes img{width:100%;height:100%}.todo_birthday_card_v2 .todo_recording_list .recording_currently_playing .deleteBtnDiv{display:flex;justify-content:end;padding:10px;gap:5px}.todo_birthday_card_v2 .todo_recording_list .recording_currently_playing .deleteBtn,.todo_birthday_card_v2 .todo_recording_list .recording_currently_playing .listenToPhone_option{background-color:#fff;width:30px;height:30px;border-radius:50%;text-align:end;display:flex;justify-content:center;align-items:center}.todo_birthday_card_v2 .todo_recording_list .recording_currently_playing .deleteBtn svg,.todo_birthday_card_v2 .todo_recording_list .recording_currently_playing .listenToPhone_option svg{stroke:#a3a3a3;height:20px;width:20px}.todo_birthday_card_v2 .todo_recording_list .recording_currently_playing .deleteBtn svg:hover,.todo_birthday_card_v2 .todo_recording_list .recording_currently_playing .listenToPhone_option svg:hover{stroke:red}.todo_birthday_card_v2 .todo_recording_list .recording_currently_playing .listenToPhone_option svg:hover{stroke:#000}.todo_birthday_card_v2 .todo_recording_list .recordingListForPlaySection{display:flex;align-items:center;gap:10px}.todo_birthday_card_v2 .todo_recording_list .playbutton{background-color:#fff;min-width:30px;height:30px;border-radius:50%;display:flex;justify-content:center;align-items:center}.todo_birthday_card_v2 .todo_recording_list .playbutton svg{stroke:#1d9f87;fill:#1d9f87;width:22px;height:22px}.todo_birthday_card_v2 .todo_recording_list .recording_list_detail{width:175px}.todo_birthday_card_v2 .todo_recording_list .recording_list_detail h3{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#000;font-size:16px}.todo_birthday_card_v2 .todo_recording_list .recording_list_withDots{display:flex;align-items:center;justify-content:space-between;width:-webkit-fill-available;position:relative}.todo_birthday_card_v2 .todo_recording_list .recording_list_withDots svg{width:20px;height:20px;color:#868686}.todo_birthday_card_v2 .todo_recording_list .recording_list_withDots svg:hover{color:#1d9f87}.todo_birthday_card_v2 .todo_recording_list .recording_list_withDots .recordingDotMenu_dropdown{position:absolute;background-color:#fff;border-radius:5px;box-shadow:0px 0px 10px 0px #ccc;width:150px;z-index:1;top:0px;left:20px}.todo_birthday_card_v2 .todo_recording_list .recording_list_withDots .recordingDotMenu_dropdownList{color:#000;padding:5px 5px;font-weight:600;background-color:#fff;display:flex;align-items:center;gap:10px;border-bottom:none;font-size:13px}.todo_birthday_card_v2 .todo_recording_list .recording_list_withDots .recordingDotMenu_dropdownList span{background-color:rgba(0,0,0,0);height:16px;width:16px;display:flex;justify-content:center;align-items:center}.todo_birthday_card_v2 .todo_recording_list .recording_list_withDots .recordingDotMenu_dropdownList svg{width:16px;height:16px;stroke:#868686;filter:none}.todo_birthday_card_v2 .todo_recording_list .recording_list_withDots .recordingDotMenu_dropdownList:nth-child(1){border-radius:5px 5px 0px 0px}.todo_birthday_card_v2 .todo_recording_list .recording_list_withDots .recordingDotMenu_dropdownList:nth-child(2){border-radius:0px 0px 5px 5px}.todo_birthday_card_v2 .todo_recording_list .recording_list_withDots .recordingDotMenu_dropdownList:hover{background-color:linear-gradient(270deg, #F8FCFF 0%, #DFF0FF 100%)}.todo_birthday_card_v2 .todo_recording_list .recording_list_detail_timeDetails{display:flex;align-items:center;gap:10px}.todo_birthday_card_v2 .todo_recording_list .recording_list_detail_timeDetails p{margin:0px;color:#a3a3a3;font-weight:600;font-size:12px}.todo_birthday_card_v2 .todo_call_history{display:flex;align-items:center;justify-content:center;padding:5px;border-radius:50%;background-color:rgba(0,0,0,0)}.todo_birthday_card_v2 .todo_call_history:hover{filter:brightness(0)}.todo_birthday_card_v2 .todo_call_history:focus{box-shadow:none}.todo_text_editor .public-DraftStyleDefault-block{margin:0}.todo_text_editor .rdw-editor-wrapper{border:1px solid #dbe0e6;border-radius:5px}.todo_text_editor .rdw-editor-toolbar{border:0px;border-bottom:1px solid #dbe0e6;border-radius:5px 5px 0px 0px}.todo_text_editor .rdw-editor-main{padding:0px 5px;margin-bottom:5px;min-height:130px;height:auto;max-height:330px}.todo_text_editor .rdw-option-wrapper{border-color:#dbe0e6;height:30px;padding:7px;border-radius:5px}.todo_text_editor .rdw-option-wrapper:hover{box-shadow:none}.todo_text_editor .rdw-option-active{box-shadow:none;background:#fb767b;border-radius:5px;border-color:#fb767b}.todo_text_editor .rdw-option-active img{filter:brightness(0) invert(1)}.todo_text_editor .rdw-dropdown-wrapper{border-color:#dbe0e6;border-radius:5px}.todo_text_editor .rdw-dropdown-wrapper:hover{box-shadow:none}.todo_text_editor .rdw-dropdown-wrapper:active{box-shadow:none}.todo_text_editor .rdw-dropdown-wrapper .rdw-dropdown-selectedtext:hover{color:#2a2a2c}.todo_text_editor .rdw-dropdown-wrapper[aria-expanded=true]{background-color:#fb767b;border-color:#fb767b}.todo_text_editor .rdw-dropdown-wrapper[aria-expanded=true] .rdw-dropdown-selectedtext span{color:#fff}.todo_text_editor .rdw-dropdown-wrapper[aria-expanded=true] .rdw-dropdown-selectedtext .rdw-dropdown-carettoclose{border-bottom-color:#fff}.todo_text_editor .rdw-dropdown-wrapper[aria-expanded=true] .rdw-dropdown-selectedtext img{filter:brightness(0) invert(1)}.todo_text_editor .rdw-colorpicker-wrapper[aria-expanded=true] .rdw-option-wrapper{background-color:#fb767b;border-color:#fb767b}.todo_text_editor .rdw-colorpicker-wrapper[aria-expanded=true] .rdw-option-wrapper img{filter:brightness(0) invert(1)}.todo_text_editor .rdw-colorpicker-wrapper[aria-expanded=true] .rdw-colorpicker-modal{padding:0px;border-radius:5px;box-shadow:0px 0px 15px 0px #e7e7e7}.todo_text_editor .rdw-colorpicker-wrapper[aria-expanded=true] .rdw-colorpicker-modal-style-label{padding:5px}.todo_text_editor .rdw-colorpicker-wrapper[aria-expanded=true] .rdw-colorpicker-modal-style-label-active{border-bottom-color:#fb767b}.todo_text_editor .rdw-colorpicker-wrapper[aria-expanded=true] .rdw-colorpicker-modal-options{overflow:auto;gap:5px}.todo_text_editor .rdw-colorpicker-wrapper[aria-expanded=true] .rdw-colorpicker-option{padding:0px;background-color:rgba(0,0,0,0);box-shadow:none}.todo_text_editor .rdw-colorpicker-wrapper[aria-expanded=true] .rdw-colorpicker-option span{border-radius:5px;border:0px}.todo_text_editor .rdw-emoji-wrapper[aria-expanded=true] .rdw-option-wrapper{background-color:#fb767b;border-color:#fb767b}.todo_text_editor .rdw-emoji-wrapper[aria-expanded=true] .rdw-option-wrapper img{filter:brightness(0) invert(1)}.todo_text_editor .rdw-emoji-wrapper[aria-expanded=true] .rdw-emoji-modal{padding:5px;border-radius:5px;box-shadow:0px 0px 15px 0px #e7e7e7;gap:7px;overflow:auto}.todo_text_editor .rdw-dropdown-optionwrapper{width:100%;overflow-y:auto;box-shadow:0px 0px 15px 0px #e7e7e7;clip-path:inset(0px -15px -15px -15px)}.todo_text_editor .rdw-dropdown-optionwrapper li{color:#2a2a2c}.todo_text_editor .rdw-dropdown-optionwrapper:hover{box-shadow:0px 0px 15px 0px #e7e7e7}.todo_text_editor .rdw-link-wrapper:has(div.rdw-link-modal) .rdw-option-wrapper{background-color:#fb767b;border-color:#fb767b}.todo_text_editor .rdw-link-wrapper:has(div.rdw-link-modal) .rdw-option-wrapper img{filter:brightness(0) invert(1)}.todo_text_editor .rdw-link-modal{padding:10px;border-radius:5px;box-shadow:0px 0px 15px 0px #e7e7e7;height:auto}.todo_text_editor .rdw-link-modal .rdw-link-modal-label{line-height:14px;font-weight:600;font-size:13px}.todo_text_editor .rdw-link-modal .rdw-link-modal-input{margin-top:2px;margin-bottom:2px}.todo_text_editor .rdw-link-modal .rdw-link-modal-target-option{display:flex;align-items:center;margin:5px 0px}.todo_text_editor .rdw-link-modal .rdw-link-modal-target-option span{color:#fb767b}.todo_text_editor .rdw-link-modal .rdw-link-modal-buttonsection{display:flex;justify-content:space-between;margin:5px 5px 0px}.todo_text_editor .rdw-link-modal .rdw-link-modal-btn{margin-left:0px;display:flex;align-items:center;justify-content:center;font-weight:600}.todo_text_editor .rdw-link-modal .rdw-link-modal-btn:hover{border:0px;box-shadow:none}.todo_text_editor .rdw-embedded-wrapper[aria-expanded=true] .rdw-option-wrapper{background-color:#fb767b;border-color:#fb767b}.todo_text_editor .rdw-embedded-wrapper[aria-expanded=true] .rdw-option-wrapper img{filter:brightness(0) invert(1)}.todo_text_editor .rdw-embedded-wrapper[aria-expanded=true] .rdw-embedded-modal{padding:10px;box-shadow:0px 0px 15px 0px #e7e7e7;border-radius:5px}.todo_text_editor .rdw-embedded-wrapper[aria-expanded=true] .rdw-embedded-modal-header-option{color:#2a2a2c;font-weight:700}.todo_text_editor .rdw-embedded-wrapper[aria-expanded=true] .rdw-embedded-modal-header-label{width:100px;margin-top:0px;border-bottom:2px solid #fb767b}.todo_text_editor .rdw-embedded-wrapper[aria-expanded=true] .rdw-embedded-modal-link-section{width:100%}.todo_text_editor .rdw-embedded-wrapper[aria-expanded=true] .rdw-embedded-modal-link-input-wrapper{width:100%}.todo_text_editor .rdw-embedded-wrapper[aria-expanded=true] .rdw-embedded-modal-link-input-wrapper input{margin:10px 0px;width:100%;height:25px;color:#2a2a2c;font-size:13px;font-weight:600}.todo_text_editor .rdw-embedded-wrapper[aria-expanded=true] .rdw-embedded-modal-link-input-wrapper input::placeholder{display:flex;align-items:center}.todo_text_editor .rdw-embedded-wrapper[aria-expanded=true] .rdw-embedded-modal-size{margin:10px 0px}.todo_text_editor .rdw-embedded-wrapper[aria-expanded=true] .rdw-embedded-modal-size input{width:88%;height:25px}.todo_text_editor .rdw-embedded-wrapper[aria-expanded=true] .rdw-embedded-modal-btn-section{justify-content:space-between}.todo_text_editor .rdw-embedded-wrapper[aria-expanded=true] .rdw-embedded-modal-btn-section .rdw-embedded-modal-btn:nth-child(2){margin-right:15px}.todo_text_editor .rdw-embedded-wrapper[aria-expanded=true] .rdw-embedded-modal-btn-section .rdw-embedded-modal-btn:nth-child(2):hover{border:1px solid #f1f1f1}.todo_text_editor .rdw-embedded-wrapper[aria-expanded=true] .rdw-embedded-modal-btn-section .rdw-embedded-modal-btn{display:flex;align-items:center;justify-content:center;font-weight:600;margin:0px}.todo_text_editor .rdw-embedded-wrapper[aria-expanded=true] .rdw-embedded-modal-btn-section .rdw-embedded-modal-btn:hover{border:0px;box-shadow:none}.todo_text_editor .rdw-image-wrapper[aria-expanded=true] .rdw-option-wrapper{background-color:#fb767b;border-color:#fb767b}.todo_text_editor .rdw-image-wrapper[aria-expanded=true] .rdw-option-wrapper img{filter:brightness(0) invert(1)}.todo_text_editor .rdw-image-wrapper[aria-expanded=true] .rdw-image-modal{padding:10px;box-shadow:0px 0px 15px 0px #e7e7e7;border-radius:5px}.todo_text_editor .rdw-image-wrapper[aria-expanded=true] .rdw-image-modal-header{margin:0px}.todo_text_editor .rdw-image-wrapper[aria-expanded=true] .rdw-image-modal-header-option{font-weight:600}.todo_text_editor .rdw-image-wrapper[aria-expanded=true] .rdw-image-modal-header-label-highlighted{border-bottom-color:#fb767b}.todo_text_editor .rdw-image-wrapper[aria-expanded=true] .rdw-image-modal-url-input{width:100%;height:25px;margin:10px 0px;font-size:12px;font-weight:600}.todo_text_editor .rdw-image-wrapper[aria-expanded=true] .rdw-image-modal-alt-lbl{font-weight:600}.todo_text_editor .rdw-image-wrapper[aria-expanded=true] .rdw-image-modal-alt-input{height:25px}.todo_text_editor .rdw-image-wrapper[aria-expanded=true] .rdw-image-modal-size-input{height:25px;font-weight:600}.todo_text_editor .rdw-image-wrapper[aria-expanded=true] .rdw-image-modal-btn-section{display:flex;justify-content:space-between;margin:0px}.todo_text_editor .rdw-image-wrapper[aria-expanded=true] .rdw-image-modal-btn-section .rdw-image-modal-btn:nth-child(2){margin-right:15px}.todo_text_editor .rdw-image-wrapper[aria-expanded=true] .rdw-image-modal-btn-section .rdw-image-modal-btn:nth-child(2):hover{border:1px solid #f1f1f1}.todo_text_editor .rdw-image-wrapper[aria-expanded=true] .rdw-image-modal-btn-section .rdw-image-modal-btn{display:flex;align-items:center;justify-content:center;font-weight:600;margin:0px}.todo_text_editor .rdw-image-wrapper[aria-expanded=true] .rdw-image-modal-btn-section .rdw-image-modal-btn:hover{border:0px;box-shadow:none}.todo_text_editor .rdw-remove-wrapper{display:none}.todo_text_editor .rdw-history-wrapper{display:none}.checkbox_addBtn{display:flex;align-items:center;justify-content:space-between;padding:10px 0px;position:relative}.checkbox_addBtn .todo_checkbox{display:flex;gap:25px}.todoPage_Content{height:auto !important}.todoPage_Content .sidemenu_hide_show1{width:28px !important;border-radius:4px !important;background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%)}.recurring_dropdown{width:200px;position:absolute;top:100%;left:0;z-index:10}.recurring_dropdown ul{list-style:none}.recurring_dropdown .menu{position:relative}.recurring_dropdown .menu>li{position:relative;width:100%}.recurring_dropdown .menu>li>a{text-decoration:none;padding:10px 15px;display:block;color:#333;font-weight:700}.recurring_dropdown .submenu{background-color:#fff;display:block;border-radius:0 0 5px 5px;transition:transform .3s ease-in-out;box-shadow:0px 7px 15px 0px #cacaca}.recurring_dropdown .submenu .sub_submenu{position:absolute;left:100%;top:0;background-color:#fff;display:block;border-radius:0 0 5px 5px;transition:transform .3s ease-in-out;box-shadow:0px 7px 15px 0px #cacaca}.recurring_dropdown .submenu .sub_submenu.daily{width:100%}.recurring_dropdown .submenu .submenu_dropdown.active{background:#f0f5ff;border-left:3px solid #5f89e3;z-index:13}.recurring_dropdown .submenu .submenu_dropdown-1{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 40ms ease-in-out forwards;border-bottom:1px solid #e7e7e7}.recurring_dropdown .submenu .submenu_dropdown-2{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 80ms ease-in-out forwards;border-bottom:1px solid #e7e7e7}.recurring_dropdown .submenu .submenu_dropdown-3{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 120ms ease-in-out forwards;border-bottom:1px solid #e7e7e7}.recurring_dropdown .submenu .submenu_dropdown-4{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 160ms ease-in-out forwards;border-bottom:1px solid #e7e7e7}.recurring_dropdown .submenu .submenu_dropdown-5{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 200ms ease-in-out forwards;border-bottom:1px solid #e7e7e7}.recurring_dropdown .submenu .submenu_dropdown-6{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 240ms ease-in-out forwards;border-bottom:1px solid #e7e7e7}.recurring_dropdown .submenu .submenu_dropdown-7{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 280ms ease-in-out forwards;border-bottom:1px solid #e7e7e7}.recurring_dropdown .menudropUp{position:absolute;top:-16px;left:6px;z-index:10}.recurring_dropdown .menudropUp i.fas.fa-caret-up{color:#2f61c9 !important;font-size:32px}.recurring_dropdown .Submenu_firstChild{border-radius:10px 10px 0px 0px;display:flex;justify-content:space-between;padding:10px;background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%) !important;position:relative;display:flex;align-items:center;border-top-left-radius:10px;border-top-right-radius:10px;color:#fff;transition:transform .3s ease-in-out}.recurring_dropdown .Submenu_firstChild span{color:#fff !important;font-size:14px;font-weight:700}.recurring_dropdown .Submenu_firstChild:hover{border-left:0px !important;background-color:#fb767b !important}.recurring_dropdown .Submenu_firstChild svg{stroke:#fff !important}.recurring_dropdown .submenu li{position:relative;padding:10px}.recurring_dropdown .submenu li a{font-weight:700;color:#2a2a2c}.recurring_dropdown .submenu li a:focus{box-shadow:none}.recurring_dropdown .submenu li:hover{border-left:3px solid #5f89e3;background-color:#f0f5ff}.recurring_dropdown .submenu li:hover a{font-weight:800}.recurring_dropdown .todo_header_datepicker{display:flex;justify-content:space-between;align-items:center;gap:10px;border-radius:10px 10px 0px 0px;padding:6px 4px 0}.recurring_dropdown .todo_header_datepicker .Icon-Full-Btn.active .text,.recurring_dropdown .todo_header_datepicker .Icon-Full-Btn:hover .text{color:#fff}.recurring_dropdown .todo_header_datepicker .listGrid_toggle{width:100%;height:36px}.recurring_dropdown .todo_header_datepicker .Icon-Full-Btn{width:inherit;justify-content:center}.recurring_dropdown .todo_header_datepicker img{height:25px !important;width:25px !important;display:block !important}.recurring_dropdown .daywise_selection{padding:12px 10px}.recurring_dropdown .daywise_selection .form-label,.recurring_dropdown .daywise_selection .dropdown-opengrid-common.css-b62m3t-container{text-align:start}.recurring_dropdown .todo_submenu_datePicker{width:max-content;text-align:center;border-radius:10px}.recurring_dropdown .todo_submenu_datePicker h4{color:#181d1f;font-weight:700;font-size:16px}.recurring_dropdown .scroll-wrapper{position:relative;width:125px;height:120px;margin:0px 15px}.recurring_dropdown .scroll-wrapper .arrow-button{position:absolute;left:50%;transform:translateX(-50%);z-index:2;cursor:pointer;background:rgba(0,0,0,0);padding:0px;border:0px}.recurring_dropdown .scroll-wrapper .arrow-button.up{bottom:120px}.recurring_dropdown .scroll-wrapper .arrow-button.down{top:120px}.recurring_dropdown .scroll-wrapper svg{stroke:#fb767b}.recurring_dropdown .scroll-container{position:relative;height:100%;width:100%;overflow-y:auto;scroll-snap-type:y mandatory;scroll-snap-stop:always;scrollbar-width:none;scroll-behavior:smooth}.recurring_dropdown .scroll-container .item{display:flex;justify-content:center;align-items:center;height:40px;text-align:center;font-size:15px;color:#838383;scroll-snap-align:center;transition:all .2s}.recurring_dropdown .scroll-container .item.active{color:#2a2a2c;font-weight:700;font-size:18px}.recurring_dropdown .highlight-box{position:absolute;top:40px;height:40px;width:100%;border-top:2px solid #fb767b;border-bottom:2px solid #fb767b;pointer-events:none;box-sizing:border-box;z-index:2}.recurring_dropdown .todo_selector{display:flex;align-items:center;padding:10px 0px}.recurring_dropdown .todo_month_list{height:125px;overflow-y:auto;scrollbar-width:none;padding:10px}.recurring_dropdown .todo_days_list{border-left:1px solid #e7e7e7;display:grid !important;grid-template-columns:repeat(7, 1fr);grid-gap:4px 8px;width:auto;padding:10px 10px}.recurring_dropdown .todo_days_list li{display:flex;justify-content:center;align-items:center;padding:5px 8px !important;padding-top:7px !important;font-weight:700;color:#2a2a2c;border-radius:6px}.recurring_dropdown .todo_days_list li:hover{background:#759cef !important;color:#fff;border-color:rgba(0,0,0,0);cursor:pointer}.recurring_dropdown .sub_submenu{margin-left:0px;z-index:99}.recurring_dropdown .sub_submenu li{display:flex;align-items:center;padding:8px;gap:10px;cursor:pointer}.recurring_dropdown .sub_submenu li:hover{border-left:0px;background-color:#f0f5ff}.recurring_dropdown .sub_submenu input[type=checkbox]{cursor:pointer}.recurring_dropdown .sub_submenu .submenu_checkmark{justify-content:space-between}.recurring_dropdown .sub_submenu .submenu_checkmark a{font-weight:700;color:#2a2a2c}.recurring_dropdown .sub_submenu img{height:18px;width:18px;filter:invert(12) saturate(23.5) brightness(0.5);display:none}.recurring_dropdown .sub_submenu .submenu_checkmark:hover{background-color:#f0f5ff}.recurring_dropdown .sub_submenu .submenu_checkmark:hover img{display:block}.recurring_dropdown .submenu label{display:block;color:#2a2a2c;text-decoration:none;white-space:nowrap;font-weight:700;cursor:pointer}.recurring_dropdown .submenu .submenu{left:100%;top:0px;display:block}.div_textarea_filechooserIcon{position:relative;display:inline-block;width:100%}.div_textarea_filechooserIcon .todo_upload_btn{position:absolute;bottom:5px;right:5px;border:0px}.div_textarea_filechooserIcon .todo_upload_btn img{width:25px;height:25px}.div_textarea_filechooserIcon textarea{width:100%;margin-top:5px;border-color:#dbe0e6;border-radius:0px;resize:vertical}.input_section{margin-top:20px}.todo_icon{display:flex;align-items:center;gap:10px}.todo_icon .todo_title{display:flex;align-items:center;gap:2px}.todo_icon .todo_title img{height:30px;width:35px}.todo_icon .todo_subContent h4{font-size:18px}.todo_icon .todo_subContent p{color:#676767;font-weight:700;font-size:11px;line-height:10px}.todo_card{height:calc(100vh - 7.8rem);overflow-y:auto;overflow-x:hidden;scrollbar-width:none}.btn_add{background-color:#fb767b;border:1px solid #fb767b;padding:3px 5px}.btn_add .sign{color:#fff;margin-right:0px !important}.btn_add .text{color:#fff}.btn_add:hover{border-color:#fb767b}.todo_assigned_history_desc{margin-top:5px}.time_field input{border:1px solid #dbe0e6}.todo_LineHeight{margin-top:10px;background-color:#dbe0e6}.todo_assigned_history{margin-top:10px}.todo_assigned_history .subjectname_inputBg{display:flex;align-items:center;border-radius:5px;gap:20px}.todo_assigned_history .subjectName_input{border-radius:5px;padding:4px 8px;height:40px !important;width:100%;text-overflow:ellipsis;overflow:hidden !important;white-space:nowrap;display:inline-block;border:0;border-bottom:2px solid #79a0f2;font-size:16px}.todo_assigned_history .subjectName_input::placeholder{color:#676767 !important;font-weight:600 !important;font-size:16px !important}.todo_assigned_history .subjectName_label{font-size:16px;font-weight:700;flex-shrink:0}.todo_assigned_history .status_time_field{border-radius:4px;margin-top:5px}.todo_assigned_history .status_field{display:flex;gap:10px}.todo_assigned_history .status_field label{font-weight:800;font-size:13px}.todo_assigned_history .status_field .css-116kd9q-control{border:none}.todo_assigned_history .status_field .css-tj5bde-Svg{display:none}.todo_assigned_history .status_field .css-1jqq78o-placeholder{font-weight:800 !important;font-size:13px}.todo_assigned_history .status_field .css-tqczc6-control{border:0px;border-color:rgba(0,0,0,0) !important;background-color:rgba(0,0,0,0) !important}.todo_assigned_history .status_field .css-b62m3t-container{width:100px;border:1px solid rgba(0,0,0,0)}.todo_assigned_history .status_field .css-b62m3t-container:hover{border:1px solid #dbe0e6;border-radius:4px}.todo_assigned_history .status_field .css-b62m3t-container:hover .css-tj5bde-Svg{display:block;fill:#000}.todo_assigned_history .status_field .css-1dimb5e-singleValue{font-weight:800 !important;font-size:13px;padding-top:3px;color:#000 !important}.todo_assigned_history .status_field .dotMark_status{display:flex;align-items:center;gap:5px}.todo_assigned_history .status_field .dotMark_status .dot_circle{height:10px;width:10px;background-color:#ffb600;border-radius:50%}.todo_assigned_history .description_field{margin-top:15px}.todo_assigned_history .description_field label{font-weight:700;font-size:14px}.mini-sidebar .sidebar .sidebar-menu ul li a .Fav_icon{display:none !important}.mini-sidebar .sidebar .sidebar-menu .submenu-open .submenu:hover a span.Fav-title{margin-left:0 !important}.finyr-drop .css-qr46ko{max-height:70% !important;width:100px}.todo_remarks_histroy_section_V2 .historyHeader .history_right button{border:1px solid rgba(0,0,0,0);border-radius:5px}.todo_remarks_histroy_section_V2 .historyHeader .history_right button:hover{border:1px solid #181d1f}.mobile-sidebar-menu-main{position:relative}.mobile-sidebar-menu-main .fi{position:absolute;top:7px;left:7px}.mobile-sidebar-menu-main input{padding:0px 4px 0px 25px !important}@media only screen and (max-width: 1920px){.ag-theme-quartz.BankPaymentMode_table{height:54vh}.ag-theme-quartz.Tag_Generate_Table{height:calc(100vh - 52.8rem)}}@media only screen and (max-width: 1440px){.ag-theme-quartz.BankPaymentMode_table{height:calc(29vh - 10px)}.react-select.from-control.BsgrGroup__control.css-1tdxct7-control{margin-left:-2px}}@media only screen and (max-width: 1399px){.CRM-table-list-card{height:calc(100vh - 8rem)}.timeline_histroy{height:calc(100vh - 22.5rem)}.list_View_drag{height:calc(100vh - 18.5rem)}.list_View_drag_V3{height:calc(100vh - 25rem)}.timeline_histroy{padding-left:15px}.timeline_histroy .content-event .content_name{font-size:13px}.timeline_histroy .content-event{padding:8px;margin:20px 5px 0px}.timeline_histroy .date{font-size:13px}.timeline_histroy .date span{font-size:13px}.todo_remarks_histroy_section_V3{height:calc(var(--usable-height) - 11rem) !important}.todo_remarks_histroy_section_V3 .timeline_histroy{height:calc(100vh - 16.5rem)}.todo_remarks_histroy_section{height:calc(100vh - 18.5rem)}.todo_remarks_histroy_section .historyHeader{padding:10px}.todo_remarks_histroy_section .historyHeader .history_title{font-size:14px}.todo_remarks_histroy_section .historyHeader img{width:25px;height:25px}.Tabs_main_CRM .tab_box .kanban-card-content .img_section{padding:8px}.Tabs_main_CRM .tab_box .kanban-card-content .img_section img{min-width:20px;height:20px}.todo_birthday_card_v2 .birthday_desc_details{gap:10px}.todo_birthday_card_v2 .birthday_text_date p{font-size:14px}.crm_card_section_scrollEffect .card_section_content:has(.todo_remarks_histroy_section) .list_View_drag_V3{height:calc(100vh - 31rem)}.crm_card_section_scrollEffect .card_section_content:has(.todo_remarks_histroy_section) .Tabs_main_CRM{grid-template-columns:repeat(4, 1fr)}.Tabs_main_CRM{display:grid;grid-template-columns:repeat(5, 1fr);grid-gap:5px 5px}.Tabs_main_CRM .box_img img{width:35px !important;height:35px !important}.Tabs_main_CRM .Tab_title{font-size:15px !important}.todo_birthday_card_v2 .todo_recording_list{width:250px}.todo_birthday_card_v2 .todo_recording_list .playbutton{width:30px;height:30px}.todo_birthday_card_v2 .todo_recording_list .recording_list_detail h3{font-size:14px}.todo_birthday_card_v2 .todo_recording_list .recording_lists{padding:5px;gap:10px}.todo_birthday_card_v2 .todo_recording_list .recording_currently_playing .recordingSpikes{padding:5px}.todo_birthday_card_v2 .todo_recording_list .recording_currently_playing .deleteBtnDiv{padding:5px}.todo_birthday_card_v2 .todo_conatctNo p a{font-size:14px}.todo_birthday_card_v2 .birthday_text_date p:nth-child(2){font-size:12px}.todo_birthday_card_v2 .todo_contact_details p{font-size:13px}.recurring_dropdown .submenu li{padding:5px}.recurring_dropdown .todo_submenu_datePicker h4{padding:5px}.recurring_dropdown .todo_submenu_datePicker img{height:20px;width:20px}.recurring_dropdown .todo_days_list{grid-gap:10px 8px}.recurring_dropdown .todo_days_list li{padding:2px 6px !important;padding-top:4px !important}.todo_fileChooser{padding:10px 10px}.todo_fileChooser .image_lists{max-height:calc(100vh - 37.5rem);height:auto;overflow-y:scroll;scrollbar-width:none}}@media only screen and (max-width: 1366px){.sidemenu_hide_show{top:4px}.salesbill-searchbtn-width button.prodt-btn{padding:0rem .2rem}.Icon-Full-Btn .text,.btn_Grey-box{font-size:12px}::-webkit-scrollbar{width:8px !important;height:5px;border-radius:50px !important}.newaddhelpbtn{font-size:11px !important}.css-1jqq78o-placeholder,.css-1xc3v61-indicatorContainer,.Alp_mobile_input::placeholder,.form-control:disabled{font-size:11px !important}.css-1dimb5e-singleValue{font-size:11px !important}.addhelpBtn{font-size:11px !important}.info-help img{width:15px;height:15px;filter:invert(1) brightness(1)}.help-btn img{width:15px;height:15px}.BankPaymentMode_table{height:auto}.vch-Dates{width:20% !important}.ag-theme-quartz.Tag_Generate_Table{height:27vh}.ag-theme-quartz.Tag_Generate_Other_Table{height:22vh}.add-transaction-form{display:flex;justify-content:center;margin-bottom:5px}}@media only screen and (max-width: 1365px){.crm_card_section_scrollEffect .card_section_content:has(.todo_remarks_histroy_section) .Tabs_main_CRM{grid-template-columns:repeat(3, 1fr)}}@media only screen and (max-width: 1199px){ul.tabmastermenu li .fav__img_outline{display:block !important;line-height:1}.ratebookCheck{display:block}.list_View_drag_V3{height:calc(100vh - 26rem) !important}.list_View_drag{height:calc(100vh - 19.5rem)}.todo_remarks_histroy_section{height:calc(100vh - 19.5rem)}.todo_remarks_histroy_section .timeline_histroy{height:calc(100vh - 23.5rem)}.todo_remarks_histroy_section_V3{height:calc(100vh - 11.5rem) !important}.todo_remarks_histroy_section_V3 .timeline_histroy{height:calc(100vh - 17rem)}.todo_birthday_card_v2 .cakeIcon{min-width:40px;height:40px}.todo_birthday_card_v2 .cakeIcon img{width:24px;height:22px}.todo_birthday_card_v2 .birthday_text_date p{font-size:14px}.todo_card{height:calc(100vh - 7.2rem)}.todo_history{margin-top:20px}.todo_history_details{height:calc(100vh - 40rem)}.vch-Dates{width:auto !important}}@media only screen and (max-width: 1024px){.TDShide{padding:0 !important;margin-top:10px}.acc-detail{margin-left:0 !important}.dropdown-content.open-up.F2help{width:100%}.react-select.from-control.BsgrGroup__control.css-1tdxct7-control{margin-left:0px}.accordion-primary{margin-top:10px}input#TDSdeduct{height:27px}.tag_geberate_datetimeinput{margin-left:-3.2%}}@media only screen and (max-width: 991px){.todo_remarks_histroy_section_V3{height:calc(var(--usable-height) - 11.3rem)}.todo_remarks_histroy_section_V3 .timeline_histroy{height:calc(var(--usable-height) - 17rem)}.todo_card_bottom_recurring_typeLabel{font-size:12px !important}.todo_card_bottom_recurring_typeText{font-size:12px !important}.todo_card_bottom_attachment_comment{gap:2px !important}.todo_card_bottom_recurringIcon svg{width:16px !important;height:16px !important}.todo_card_bottom_attachmentIcon svg,.todo_card_view .todo_card_bottom_commentIcon svg{width:16px !important;height:16px !important}.todo_card_bottom_commentIcon svg{width:16px !important;height:16px !important}.timeline_histroy .content-event{padding:8px !important}.todo_fileChooser{border:0;padding:0px}.todo_fileChooser .image_lists{max-height:calc(100vh - 34.3rem) !important;height:auto}.todo_card{height:calc(100vh - 8.5rem)}.header .header-left .logo img{height:100%}@supports(-webkit-touch-callout: none){body{overflow:auto;overscroll-behavior:none}.ag-body,.ag-center-cols-viewport{overflow:auto;overscroll-behavior:none}}.Checkboxdrop .css-pr98g2{margin:0px}.css-1dimb5e-singleValue{font-size:13px !important;font-weight:unset !important}.tag_geberate_datetimeinput{margin-left:-3%}.dropdown-content.dropdown-content-close.allow_company_tbl{width:100%}.dropdown-content.dropdown-content-close.allow_company_tbl .ag-theme-quartz.Account-Master_grid-Table{width:100% !important;height:auto}.custom-dropdown-Multicolumn .dropdown-column{width:100%}.TDSDetails_modal_body.modal-body{overflow:visible;height:auto !important}.react-draggable .modal-header,.modal-content .modal-footercustom{z-index:4}.form-control.width-size-common-f2{width:95% !important}.dropdown.mobile-user-menu.top-head-cust.mobile_View_Search{top:54px;margin:0px 6px 0px 4px;z-index:12;position:absolute;width:99%;box-shadow:0px 6px 19px 0px #eaecee;border:0 !important}.mobile-search-input input.search-header-com{width:100%;margin:auto;color:#181d1f}.ul.nav.user-menu.responsive-user-menu{display:block}.mb-1.css-b62m3t-container{margin-left:0}.F2help .card.table-list-card .table-top-border{overflow-x:hidden}input#TDSdeduct{height:27px}.mobile-search-input{display:none}.header{height:55px}.header .mobile-user-menu{height:55px;width:unset;line-height:2;justify-content:center;align-items:center;display:flex}.mobile-header-right-top{display:flex;align-items:center;justify-content:center;gap:6px}.dropdown.mobile-user-menu .mail-box{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;width:30px;height:30px;position:relative;display:flex;line-height:normal;color:#ff9f43;margin-right:15px}.dropdown.mobile-user-menu .mail-box .badge{top:-5px;right:-9px}.dropdown.mobile-user-menu .mail-box .badge{color:#fff;font-weight:700;position:absolute;top:-7px;right:-7px;background:#ff9f43;width:16px;height:16px;font-size:10px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.Mobile_year_branch{margin-left:0 !important}.Mobile_year_branch ul{display:flex;margin-left:0;justify-content:space-between}.mobile-menu-sidebar-open{color:#ff9f43;margin-top:4px}.mobile-menu-sidebar-open:hover{color:#ff9f43}.mobile-sidebar-menu{display:block;position:absolute;top:4px;left:10px}.mobile-sidebar-menu svg{height:30px;width:30px}.page-title{margin-left:40px}ul.tabmastermenu{column-count:unset !important;overflow-y:scroll !important}.sub-sidebar-menu{display:none}.fixed-bottom{position:fixed !important;bottom:0}.sidemenu_hide_show{top:6px}.todo_reminder_switch .todo_popup_reminder_content{right:100%}.todo_birthday_card_v2 .birthday_text_date{width:65%}.mobile-sidebar-menu-main .fi{top:9px}}@media only screen and (max-width: 767px){.Tabs_main_CRM{grid-template-columns:repeat(4, 1fr)}.crm_card_section_scrollEffect .card_section_content:has(.todo_remarks_histroy_section) .Tabs_main_CRM{grid-template-columns:repeat(4, 1fr)}.todo_remarks_histroy_section_V3{position:fixed;top:60px;right:0px;width:275px;height:calc(var(--usable-height) - 60px) !important;z-index:6}.todo_remarks_histroy_section_V3 .timeline_histroy{height:calc(var(--usable-height) - 130px) !important}.crm_header_section .accountSyncBtn-CrmListing{padding:4px 6px}.crm_header_section .accountSyncBtn-CrmListing .text{display:none}.todo_moveable_dropdown{width:225px !important}.list_View_drag{height:calc(100vh - 29rem) !important}.list_View_drag_V3{height:calc(100vh - 34rem) !important}.todo_moveable_upload_recording svg{width:20px !important;height:20px !important}.todo_conatctNo svg{width:20px !important;height:20px !important}.todo_addRemarks_history svg{width:20px !important;height:20px !important}.todo_addRemarks_history img{width:20px !important;height:20px !important}.todo_addRemarks_history .todo_call_history{margin-bottom:0px}.todo_birthday_card_v2 .todo_conatctNo p a{font-size:13px}.todo_birthday_card_v2 .todo_conatctNo svg{width:18px !important;height:18px !important}.todo_birthday_card_v2 .todo_card_divider{margin-top:15px;margin-bottom:5px}.todo_birthday_card_v2 .birthday_text_date p{font-size:14px}.todo_birthday_card_v2 .birthday_text_date p:nth-child(2){font-size:12px}.todo_birthday_card_v2 .cakeIcon{min-width:40px;height:40px}.todo_birthday_card_v2 .cakeIcon img{width:24px;height:22px}.Tabs_main_CRM{margin-top:5px;margin-bottom:5px}.Tabs_main_CRM .box_img img{width:25px !important;height:25px !important}.Tabs_main_CRM .count_box{width:20px !important;height:20px !important}.Tabs_main_CRM .count_box span{font-size:15px !important}.Tabs_main_CRM .Tab_title{font-size:14px}.menu-btn_main_crm{justify-content:space-between}.menu-btn_main_crm .Account_sync_main img{width:20px;height:20px}.menu-btn_main_crm .View_div:last-child{margin-right:0px}.menu-btn_main_crm .View_div{height:30px !important;width:30px !important}.menu-btn_main_crm .View_div img{width:20px;height:20px}.recurring_dropdown .todo_header_datepicker{padding:5px}.recurring_dropdown .todo_selector{padding:5px 0px}.recurring_dropdown .todo_days_list{padding:10px 10px 15px;grid-gap:10px 5px}.recurring_dropdown .scroll-wrapper{width:100px;margin:0px 5px}.recurring_dropdown .scroll-container .item{font-size:13px}.recurring_dropdown .scroll-container .item.active{font-size:15px}.custom-header-sticky{overscroll-behavior:none}.accountMaster_listing .custom-header-sticky{padding:0 9px 64px 0px !important}.table-top_header .page-header h4{font-size:18px}.mobile-sidebar-menu{display:block;position:absolute;top:4px;left:10px;width:unset;height:unset;border:0;padding:0;font-size:unset}.mobile-sidebar-menu svg{height:25px;width:25px}.page-title{margin-left:40px}.mobile-sidebar-menu{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;background:#fff;border-radius:8px;font-size:18px;height:28px;width:28px}li.Mobile_year_branch ul{display:flex;width:100%}li.Mobile_year_branch ul li{width:50%}ul.nav.nav-tabs.tab-style-1.Side_Menu_tabs.main-side-menu li.nav-item{width:50%}.row.acc-detail.recepitaccount-help div.AlpAccountMasterHelp{margin-left:0}input#TDSdeduct{height:27px}.account-address-tabs{height:auto}.Account-type-top{height:auto}.todo_reminder_switch .form-check-input{margin-left:0}.todo_reminder_switch .todo_popup_reminder_content{right:unset}.todo_birthday_card_v2 .birthday_text_date{width:55%}.fixed-bottom .transactionfooterbtn .Icon-Full-Btn,.fixed-bottom .footer-btn .Icon-Full-Btn,.fixed-bottom .btn-addproduct .Icon-Full-Btn,.customeradvancereceipt-footer .Icon-Full-Btn,.modal-footer .Icon-Full-Btn{padding:3px 8px 3px 4px;height:28px}.fixed-bottom .transactionfooterbtn .Icon-Full-Btn .sign .fi,.fixed-bottom .footer-btn .Icon-Full-Btn .sign .fi,.fixed-bottom .btn-addproduct .Icon-Full-Btn .sign .fi,.customeradvancereceipt-footer .Icon-Full-Btn .sign .fi,.modal-footer .Icon-Full-Btn .sign .fi{height:16px;font-size:16px}.fixed-bottom .btn-addproduct .btn_orange{padding:4px}.fixed-bottom .transactionfooterbtn .Icon-Full-Btn,.fixed-bottom .footer-btn .Icon-Full-Btn,.fixed-bottom .btn-addproduct .Icon-Full-Btn,.customeradvancereceipt-footer .Icon-Full-Btn,.modal-footer .Icon-Full-Btn{height:30px}}@media only screen and (max-width: 575px){.card-body:has(.crm-listingHeaderBtnGrp) .header-recepitfield.header-list-common .form-group.assigned,.card-body:has(.crm-listingHeaderBtnGrp) .header-list-common .dropdown-opengrid-common.css-b62m3t-container,.card-body:has(.crm-listingHeaderBtnGrp) .header-list-common .css-b62m3t-container{width:100%}.card-body:has(.crm-listingHeaderBtnGrp) .header-recepitfield.header-list-common .form-group.form-right{width:auto;gap:8px;margin-left:auto}.todo_reminder_mode_options label{font-size:15px;margin-bottom:5px !important;line-height:19px}ul.table-top-head{margin-right:0px;margin-top:5px}.recordingDotMenu_dropdownList{padding:8px 10px !important}.CRM_cardSection_Mobile_scrollable{overscroll-behavior:none}.recordingDotMenu_dropdown{width:175px !important}.Account_sync_main .AutoAddDay{right:-16px}.Account_sync_main .AutoAddDay .Icon-Full-Btn{padding:2px 4px}.todo_moveable_upload_recording li{font-size:15px !important;text-transform:capitalize}.crm_card_section_scrollEffect .crm_header_section{padding-bottom:5px}.crm_card_section_scrollEffect:has(.CRM_cardSection_Mobile_scrollable_scrolled) .crm_header_section{position:relative;background-color:rgba(0,0,0,0);box-shadow:0 7px 15px -15px #000}.menu-btn_main_crm .Menu_view_main .View_div{margin-right:4px !important}.menu-btn_main_crm .Menu_view_main .Account-Sync{margin-right:4px !important}.menu-btn_main_crm{padding-bottom:5px}.crm_header_section_rowGap_mobile{gap:5px !important}.CRM_search_bar input{height:30px !important}.GroupDropdown_mobile_view .css-116kd9q-control{height:30px}.GroupDropdown_mobile_view .css-1qk9yum{height:30px !important}.GroupDropdown_mobile_view .css-1cll6hx{height:30px !important}.custom_header_sticky_scrollNone{overflow-y:hidden !important}.CRM_cardSection_Mobile_scrollable{overflow-y:auto;height:calc(100vh - 25rem);overflow-x:hidden;scrollbar-width:none}.list_View_drag{height:auto !important}.Tabs_main_CRM .tab_box .kanban-card-content{padding:8px}.Tabs_main_CRM .tab_box .kanban-card-content .title_section .count_task{font-size:18px}.Tabs_main_CRM .tab_box .kanban-card-content .img_section{padding:6px}.Tabs_main_CRM .tab_box .kanban-card-content .img_section img{min-width:16px;height:16px}.crm_card_section_scrollEffect .card_section_content:has(.todo_remarks_histroy_section) .Tabs_main_CRM{grid-template-columns:repeat(3, 1fr)}.Tabs_main_CRM{grid-template-columns:repeat(3, 1fr)}.Tabs_main_CRM .box_img img{width:25px !important;height:25px !important}.Tabs_main_CRM .Tab_title{font-size:12px !important}.todo_birthday_card_v2 .todo_recording_list{width:275px}.todo_birthday_card_v2 .todo_recording_list .recording_list_detail{width:160px}.todo_birthday_card_v2 .todo_card_divider{margin-top:15px;margin-bottom:5px}.todo_birthday_card_v2 .birthday_text_date p:nth-child(2){font-size:12px}.status_time_field .status_field label{font-size:12px;font-weight:700}.recurring_dropdown .todo_days_list{grid-template-columns:repeat(7, 1fr)}.recurring_dropdown .scroll-wrapper{width:85px}.recurring_dropdown .scroll-container .item{font-size:13px}.recurring_dropdown .scroll-container .item.active{font-size:14px}.checkbox_addBtn{display:flow;column-count:1}.checkbox_addBtn .todo_checkbox{display:flow;column-count:2}.todo_reminder_switch .form-check-input{margin-left:3px}.Todo_add_btn_{justify-content:start;margin-top:5px}.todo_assigned_history .subjectName_label{font-size:14px !important}.custom-margin-mobile{margin-top:12px}.tag_geberate_datetimeinput{margin-left:0}.todo_assigned_history .subjectname_inputBg{align-items:start;gap:6px;flex-direction:column}.todo_assigned_history .subjectName_input{height:32px !important;font-size:13px}.todo_assigned_history .subjectName_input::placeholder{font-size:13px !important}.recurring_dropdown{top:50%}.todo_birthday_card_v2 .birthday_text_date{width:65%}}@media only screen and (max-width: 499px){.card-body:has(.crm-listingHeaderBtnGrp) .header-recepitfield.header-list-common .form-group.form-right{width:auto;gap:8px;margin-left:auto}}@media only screen and (max-width: 499px){.card-body:has(.crm-listingHeaderBtnGrp) .header-recepitfield.header-list-common .form-group.form-right{width:auto;gap:8px;margin-left:auto}}@media only screen and (max-width: 425px){.custom-margin-mobile{margin-top:12px}.page-title{margin-left:40px}li.Mobile_year_branch ul{width:100%}li.Mobile_year_branch ul li{width:100%}.mobile-search-input{display:none}.header{height:55px}.header .mobile-user-menu{display:block;height:unset;width:unset;line-height:unset;justify-content:center;display:flex;align-items:center;display:flex;margin-top:10px}.dropdown.mobile-user-menu .mail-box{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;width:30px;height:30px;position:relative;display:flex;line-height:normal;color:#ff9f43;margin-right:15px}.dropdown.mobile-user-menu .mail-box .badge{color:#fff;font-weight:700;position:absolute;top:-7px;right:-7px;background:#ff9f43;width:16px;height:16px;font-size:10px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.Mobile_year_branch{margin-left:0 !important}.Mobile_year_branch ul{display:flex;margin-left:0}.mobile-menu-sidebar-open{color:#ff9f43}.mobile-menu-sidebar-open:hover{color:#ff9f43}.sub-sidebar-menu{display:none}.sub-sidebar-menu.tabmastermenu-open{display:block}.form-label{font-size:13px}.account-address-tabs{height:auto}.branch-tabs{display:flex;justify-content:start}}@media only screen and (max-width: 375px){.crm_card_section_scrollEffect .card_section_content:has(.todo_remarks_histroy_section) .Tabs_main_CRM{grid-template-columns:repeat(2, 1fr)}.Tabs_main_CRM{grid-template-columns:repeat(2, 1fr)}}.react-datepicker__calendar-icon{width:1em !important;height:1em !important;vertical-align:0 !important;cursor:pointer;right:0px;margin-bottom:1px !important}.employeealp-modal .discountInfo{grid-template-columns:5fr 2fr 3fr 4fr 4fr 4fr 4fr 5fr 5fr !important}.discountRequest{max-height:35vh;overflow-y:scroll !important}.discountHeader{top:0;position:sticky}#tagSaveBtn{visibility:hidden}.container-dropdown:nth-child(1){position:sticky;top:0;z-index:1}.container-dropdown{background-color:#fff !important}.container-dropdown .react-select{height:auto;background-color:#fff}.dropdown-checkbox .checkboxs .checkmarks{height:15px;width:15px;top:2.2px;left:6px;border:1px solid #d5d9dd !important}.dropdown-checkbox .checkboxs .checkmarks:after{left:4px;top:1px;width:5px}.grid_multicontent-help{align-items:center}.dropdown-checkbox{display:flex;align-items:center}.css-1auat7n{padding:0px !important}.react-select.from-control.T__menu.css-1nmdiq5-menu .react-select.from-control.T__menu-list{padding-bottom:0px !important;padding-top:0px !important}.resizer123 span{font-weight:700 !important}.react-select.from-control.T__option.react-select.from-control.T__option--is-selected{background-color:#e8f0ff !important;color:#181d1f !important}button.TDSdetail-btn{background:#3282b8}button.TDSdetail-btn:hover,button.TDSdetail-btn:active,button.TDSdetail-btn:focus,button.TDSdetail-btn:focus-visible{background:#ff9f43}.ag-ltr .ag-rich-select-row{padding:5px !important}button.btn.btn-added.filtericon{background-color:#ed662d !important}button.btn.btn-added.filtericon:hover,button.btn.btn-added.filtericon:active{background-color:#f9ac3e !important;border-color:#f9ac3e !important}.ag-checkbox-edit{padding:0px !important}.react-select.from-control.T__option.react-select.from-control.T__option--is-focused.css-d7l1ni-option,.css-1677jzt-option,.css-1677jzt-option:active{background-color:#f6f6f6}.content.daybookmaster .ag-cell .prefixsub-btnalign button.btn.btn-primary{background-color:#fff;border:1px solid #3282b8;color:#3282b8;font-weight:700}.content.daybookmaster .ag-cell .prefixsub-btnalign button.btn.btn-primary:hover,.content.daybookmaster .ag-cell .prefixsub-btnalign button.btn.btn-primary:active,.content.daybookmaster .ag-cell .prefixsub-btnalign button.btn.btn-primary:focus,.content.daybookmaster .ag-cell .prefixsub-btnalign button.btn.btn-primary:focus-visible{background-color:#3282b8;color:#fff}.btn-added.historybtn{background:#f9ac3e}.btn-added.historybtn:hover{background-color:#11588b}.dropdown-opengrid-common .react-select:active{color:#181d1f}.dropdown-opengrid-common .react-select.from-control.T__option.react-select.from-control.T__option--is-focused.css-1677jzt-option{background-color:#f6f6f6 !important}.card-body.icontabview img.modalmenuicon.accountimg{width:20px;height:20px}.card-body.icontabview button.nav-link.account-nav-link.tab_custom_btn{color:#3282b8;font-weight:800}.transaction-bottom-header{background-color:#ffecce;border:1px solid #dbe0e6;padding:3px 5px;border-radius:4px 4px 0px 0px;display:flex;align-items:center}.transaction-bottom-header img{height:20px;width:20px;margin-right:5px}.transaction-bottom-header h4{font-size:14px;color:#7f5004}.report-date-card{border:1px solid #dbe0e6;padding:3px 7px;border-radius:4px}span.report-text{color:#181d1f;font-weight:700;font-size:14px}.card.topheader-report .table-list-card{display:flex;align-items:center}.Cash_Bank-book-height{border:1px solid #dbe0e6;border-radius:5px !important}.card.topheader-report{padding:7px 8px;border-radius:0px 0px 4px 4px;border-top:none}.ag-theme-quartz.modal-grid-border.theme-ledgerreport-table.border-top-remove.Cash_Bank-book-height{border-radius:5px !important}.Cash_Bank-book-sidemenu-height{height:calc(100vh - 14.2rem)}.Cash_Bank-bookflex{display:flex;width:100%}.Cash_Bank-book-Grid-width{width:88%;padding-right:10px}.Cash_Bank-book-sidemenu-width{width:12%}.Cash_Bank-book-sidemenu-width .card.card-body{padding:.7rem;overflow-y:auto}.radiobutton.Cash_Bank-book-Ratio{display:flex;flex-direction:column}.radiobutton.Cash_Bank-book-Ratio .report-radio-me{margin-left:0px}.radiobutton.Cash_Bank-book-Ratio .report-radio-me .form-check-input.form-check-input{margin-right:5px}.radiobutton.Cash_Bank-book-Ratio .report-radio-me .form-check-input.form-check-input:checked{background-color:#ff9f43;border-color:#ff9f43}.Cash_Bank-book-card{border:.5px solid rgba(255,159,67,.2784313725);padding:7px 7px 10px 7px;border-radius:6px;background-color:#fffbf7;box-shadow:rgba(220,204,189,.3803921569) 0px 4px 15px 5px}.Cash_Bank-book-card label.register-radiolabel{font-weight:800;font-size:15px}.Cash_Bank-book-cardlabel{border-bottom:1px solid #dbe0e6;padding-bottom:2px;margin-bottom:5px}.ratio-selection_option{display:flex;align-items:center;gap:.5em;padding:3px 5px 0px 5px;border:.5px solid rgba(0,0,0,0);border-radius:8px;width:100%;cursor:pointer;margin:2px 0px}.ratio-selection_option:hover{border:.5px solid #ff9f43;background-color:#ff9f43}.ratio-selection_option:hover span.ratio-selection_text{color:#fff}.ratio-selection_input.form-check-input:checked~.ratio-selection_text{color:#181d1f;font-weight:700}.ratio-selection_option:has(.ratio-selection_input.form-check-input:checked){border:.5px solid #e8ad74;padding:3px 5px 0px 5px;background-color:#fbd4b0;margin:2px 0px}.Ledger-ReportPage .form-check-input:checked{background-color:#f90;border-color:#f90}span.ratio-selection_text{color:#181d1f;font-weight:700}.Cash_Bank-book-card:nth-child(2){margin-top:6px}.ag-header-cell-comp-wrapper{justify-content:center}.ag-rich-select-row-selected{background-color:#3282b8 !important;color:#fff}.ag-checkbox-input-wrapper{font-size:14px !important}.ag-floating-bottom{--ag-line-height: 27px !important}.ag-row-selected::before{background-color:rgba(0,0,0,0) !important}.ag-row-hover.ag-row-selected::before{background-image:unset !important}.ag-theme-quartz .ag-row-hover .ag-cell{background-color:#f6f6f6 !important}.ag-theme-quartz .ag-row-hover .ag-cell.ag-cell-focus{background-color:#ffdea8 !important}.ag-theme-quartz .ag-filter-active::after,.ag-theme-quartz-dark .ag-filter-active::after,.ag-theme-quartz-auto-dark .ag-filter-active::after{right:-2px !important}.thememode-card{border:1px solid #dbe0e6;border-radius:4px;margin:8px;margin-top:10px}.thememode-card h5{font-size:14px;font-weight:700;padding:5px 10px;background-color:#f7f8f9;border-radius:4px}.thememode-card .theme-mode{margin:15px}.thememode-card .btn-orange{border:1px solid #ff9f43;background:#fff;color:#ff9f43}.thememode-card .btn-orange:hover,.thememode-card .btn-orange:active,.thememode-card .btn-orange:focus,.thememode-card .btn-orange:focus-visible{background-color:#ff9f43;color:#fff}button.btn-font-size:hover{background-color:#ff9f43;border-color:#ff9f43;color:#fff}.sidebar-content .thememode-footer-fixed{width:100%;box-shadow:0px 0px 10px 1px #e8e8e8;background:#fff;position:absolute;bottom:0;left:0;z-index:0;padding:10px;display:flex;justify-content:flex-end}.custom_Alp_theme{height:calc(100vh - 11.5rem);overflow-y:auto;overflow-x:hidden}.border-radius-right button.F2.addhelpBtn{border-radius:0px 4px 4px 0px !important}.TDS-GSTJVIpage-radius .react-select.from-control.T__control.css-116kd9q-control{border-radius:4px 0px 0px 4px !important}.fav__img_Bg{line-height:0px}.alpha_newitem-card{padding:6px;display:flex;border-bottom:1px solid #dbe0e6}.supplier-flex{display:flex;justify-content:flex-end}.gstamt-border button.dr-crbtnfield{border-radius:0px 4px 4px 0px !important}button.addnewbtn-taxslab:hover,button.addnewbtn-taxslab:focus,button.addnewbtn-taxslab:focus-visible,button.addnewbtn-taxslab:active{background-color:#3282b8}button.btn.blue_btn_page:hover,button.btn.blue_btn_page:active{background-color:#d4e5ff}.btn_darkblue{background-color:rgba(0,0,0,0);border:1px solid #176193}button.btn_darkblue .sign{color:#176193}button.btn_darkblue .text{color:#176193}button.btn_darkblue:hover,button.btn_darkblue:focus,button.btn_darkblue:active{background-color:#176193;border:1px solid #176193}button.btn_darkblue:hover .sign,button.btn_darkblue:focus .sign,button.btn_darkblue:active .sign{color:#fff}button.btn_darkblue:hover .text,button.btn_darkblue:focus .text,button.btn_darkblue:active .text{color:#fff}button.btn_orange{color:#ed662d;background-color:rgba(0,0,0,0);border:1px solid #ff9f43}button.btn_orange .sign{color:#ff9f43}button.btn_orange .text{color:#ff9f43}button.btn_orange:hover,button.btn_orange:focus,button.btn_orange:active{background-color:#ff9f43;border:1px solid #ff9f43}button.btn_orange:hover .sign,button.btn_orange:focus .sign,button.btn_orange:active .sign{color:#fff}button.btn_orange:hover .text,button.btn_orange:focus .text,button.btn_orange:active .text{color:#fff}.Ledger-ReportPage .card.add-product.ledger-report-border{border-radius:4px 4px 0px 0px !important}.Ledger-ReportPage .btn.searchbtn.disabled,.btn.searchbtn:disabled{background-color:#3282b8 !important;color:#fff;border:1px solid #3282b8;opacity:unset !important}.Ledger-report-sidemenu-fixed button.Icon-Full-Btn .sign{margin-right:0px}.LedgerReportDetail-grid{padding-right:0px}.Ledger-ReportPage span.ag-group-value:active{color:#181d1f !important}.ag-theme-quartz.transaction_theme-tablecolor .ag-header,.transaction_theme-tablecolor1 .ag-theme-quartz .ag-header{background-color:rgba(1,98,232,.1019607843) !important}.ag-theme-quartz.transaction_theme-tablecolor .ag-floating-bottom,.transaction_theme-tablecolor1 .ag-theme-quartz .ag-floating-bottom{background-color:#f7faff !important;font-weight:800 !important}.ag-theme-quartz.transaction_theme-tablecolor .ag-header-cell{border-right:.5px solid #e6e6e6 !important}.theme-ledgerreport-table .ag-row-focus.ag-row-selected:hover{z-index:0 !important}.theme-ledgerreport-table .ag-row-no-focus.ag-row.ag-row-level-0.ag-row-position-absolute.ag-row-not-inline-editing:hover{z-index:0 !important}.Ledger-ReportPage .page-title.page-title-reports h4,.ledger-label-grid,.ledger-field-grid label.label-ledger-spacing{color:#fff !important}.ledger-field-grid input.form-check-input:checked{background-color:#ff9f43;border-color:#ff9f43}.theme-ledgerreport-table .ag-row-selected .ag-cell{background-color:#eef6fb}.theme-ledgerreport-table .ag-row-hover .ag-cell{background-color:#f6f6f6;color:#181d1f !important}.theme-ledgerreport-table .ag-header-row.ag-header-row-column{background-color:#e2f3ff;border-bottom:.5px solid #d3e5ff !important}.theme-ledgerreport-table .ag-row-selected.ag-row-focus{z-index:0}.theme-ledgerreport-table .ag-header-cell{border-right:.5px solid #c2e3fb !important}.theme-ledgerreport-table .ag-header{background-color:#e2f3ff !important}.theme-ledgerreport-table .ag-header-row:not(:first-child) .ag-header-cell:not(.ag-header-span-height.ag-header-span-total){border-top:none !important}.theme-ledgerreport-table span.ag-header-cell-text{color:#3282b8 !important}.theme-ledgerreport-table .ag-floating-bottom{background:#eff8fe !important;border-bottom:.5px solid #e6e6e6 !important}.theme-ledgerreport-table .ag-floating-bottom.ag-cell{font-weight:900 !important}.ledger-side-menu-theme{background-color:#fff8f1;border:1px solid #ffd8b2}button.btn_Orange_Tab{background:#fbd4b0 !important;border:.5px solid #e8ad74 !important;color:#000;margin-bottom:6px !important}button.btn_Orange_Tab:hover,button.btn_Orange_Tab:focus,button.btn_Orange_Tab:focus-visible,button.btn_Orange_Tab:active{background:#ff9f43 !important;border:1px solid #ff9f43 !important;color:#fff;transform:none !important;transition:none !important}.ledgernewpage-header .page-master-title h4{color:#fff !important}.page-title.page-title-reports h4{font-weight:800}.text-theme-color{color:#181d1f;font-size:13px;font-weight:700}.card.ledgerreport-detailcard{border-radius:0px 0px 4px 4px;border-top:unset !important}.content.Ledger-ReportPage span.ag-header-cell-text{font-size:13px !important}.Ledger-ReportPage .CreditAmount,.Ledger-ReportPage .CRDRType.Cr,.Ledger-ReportPage .CRDRType.CR,.Ledger-ReportPage .CrDrType.Cr,.Ledger-ReportPage .CrDrType.CR{background-color:#e6f7ed;font-weight:700 !important}.Ledger-ReportPage .ag-row-hover .CreditAmount,.Ledger-ReportPage .ag-row-hover .CRDRType.Cr,.Ledger-ReportPage .ag-row-hover .CRDRType.CR,.Ledger-ReportPage .ag-row-hover .CrDrType.Cr,.Ledger-ReportPage .ag-row-hover .CrDrType.CR{background-color:#f6f6f6}.Ledger-ReportPage .ag-row-selected .CreditAmount,.Ledger-ReportPage .ag-row-selected .CRDRType.Cr,.Ledger-ReportPage .ag-row-selected .CRDRType.CR,.Ledger-ReportPage .ag-row-selected .CrDrType.Cr,.Ledger-ReportPage .ag-row-selected .CrDrType.CR{background-color:#eef6fb}.Ledger-ReportPage .DebitAmount,.Ledger-ReportPage .CRDRType.Dr,.Ledger-ReportPage .CRDRType.DR,.Ledger-ReportPage .CrDrType.Dr,.Ledger-ReportPage .CrDrType.DR{background-color:#ffebeb;font-weight:700 !important}.Ledger-ReportPage .ag-row-hover .DebitAmount,.Ledger-ReportPage .ag-row-hover .CRDRType.Dr,.Ledger-ReportPage .ag-row-hover .CRDRType.DR,.Ledger-ReportPage .ag-row-hover .CrDrType.Dr,.Ledger-ReportPage .ag-row-hover .CrDrType.DR{background-color:#f6f6f6}.Ledger-ReportPage .ag-row-selected .DebitAmount,.Ledger-ReportPage .ag-row-selected .CRDRType.Dr,.Ledger-ReportPage .ag-row-selected .CRDRType.DR,.Ledger-ReportPage .ag-row-selected .CrDrType.Dr,.Ledger-ReportPage .ag-row-selected .CrDrType.DR{background-color:#eef6fb}.Ledger-ReportPage .Balance{background-color:#ebeffc;font-weight:700 !important}.ledger-report-sidemenu-btn,.ledger-report-sidemenu-btn-filter,.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list,.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list{overflow-y:auto}span.ag-group-value{font-size:13px;font-weight:800}table.ledger-report-expand,table.ledger-report-expand td{font-size:12px !important;height:25px !important;font-weight:600;color:#181d1f}.ledgerRport_Expand-card .card{border-color:#e4dcb6}.Ledger-ReportPage:has(span.ag-group-value) .alphagrid-expand .ag-cell.DebitAmount:hover{background-color:#ed6262;line-height:27px !important}.Ledger-ReportPage:has(span.ag-group-value) .alphagrid-expand .ag-cell.CreditAmount:hover{background-color:#5fcc8c;line-height:27px !important}.ag-ltr .ag-row-group-leaf-indent:hover{color:#181d1f !important}span.ag-cell-wrapper.ag-cell-expandable.ag-row-group span.ag-group-value:nth-child(1){color:#0fb734 !important}.alphagrid-expand.ag-theme-quartz{background-color:#fffef9;border-radius:4px !important;border-top:none !important}table.ledger-report-expand td{padding:6px;background-color:rgba(0,0,0,0);border:none !important}table.ledger-report-expand td:nth-child(6){color:#0fb734;font-weight:800;text-align:end}table.ledger-report-expand td:nth-child(5){color:#ff2c2c;font-weight:800;text-align:end}table.ledger-report-expand td:nth-child(7){color:#181d1f;font-weight:800;text-align:end}table.ledger-report-expand td:nth-child(8){color:#181d1f;font-weight:800}.border-top-0{border-top:none !important}.theme-ledgerreport-table .ag-theme-quartz.ag-grid-list .ag-body .ag-cell:last-child{border-right:1px solid #dbe0e6 !important}.ag-cell.checkbox-grid{display:flex;justify-content:center}button.btn.gridotherbtn{background:#f0f6ff !important;color:#3282b8;border:1px solid #3282b8;font-weight:700}button.btn.btn-primary.gridotherbtn:hover,button.btn.btn-primary.gridotherbtn:focus,button.btn.btn-primary.gridotherbtn:focus-visible,button.btn.btn-primary.gridotherbtn:active{background:#3282b8 !important;color:#fff;border:1px solid #3282b8}button.searchbtn{background-color:#3282b8;color:#fff;border:1px solid #3282b8;font-weight:700}.tdstype-border-radius .react-select.from-control.T__control.css-116kd9q-control{border-radius:4px 0px 0px 4px}img.updateicon_footer{margin-bottom:-5px;height:24px;width:24px}button.btn_Blue:hover img.updateicon_footer{filter:brightness(0) invert(1)}.fixed-bottom .quotation-transaction-footer.common-responsive-footer.more-btns-footer{margin:5px}.payment-salescard{padding:4px 0px !important}button.Icon-Full-Btn.button-primary.btn_Quotation_blue{padding:3px 5px}.Quotation.modal-header .card.card-body.footer-color,.open-down.F2help.quotation-details.Sales-details-modal,.card.card-body.footer-color.Quotation-save,.custom_help.add-button-quotation .fixed-bottom,.Accountinfomodal .fixed-bottom{border-radius:0px 0px 4px 4px !important}.custom_help.add-button-quotation .card.modal-ledger-table-br{border-radius:4px !important;border:none !important}.custom_help.add-payment-salesmodal .card.modal-ledger-table-br{border-radius:4px !important}.Accountinfomodal .card.table-responsive.table-top-border,.custom_help.add-payment-salesmodal .card.modal-ledger-table-br{border:none !important}.Quotation.modal-header .card.card-body.footer-color{border-top:1px solid #dbe0e6 !important;border:none}.Quotation.modal-header,.open-down.F2help.quotation-details.Sales-details-modal,.card-body.Accountinfomodal .modal-header,.open-down.F2help.quotation-details{border-radius:4px 4px 0px 0px}.modal-header.Qutation-second{border-radius:0px 4px 0px 0px}.custom_help.add-payment-salesmodal{bottom:0;right:0;position:absolute;z-index:2;border:none;box-shadow:-1px 1px 5px 2px rgba(94,94,94,.2);width:100%}.TagGenerate-headercolor_Lot,.TagGenerate-headercolor_Lot:hover{background-color:#fff7f1 !important;color:#f38129;font-size:17px !important;font-weight:800;display:flex;justify-content:center}.TagGenerate-headercolor_Tag{background-color:#f7fdf6 !important;color:#358e21;font-size:17px !important;font-weight:800;display:flex;justify-content:center}.TagGenerate-headercolor_Balance{background-color:#faf0f1 !important;color:#eb5555;font-size:17px !important;font-weight:800;display:flex;justify-content:center}.Tag-Generate-LotNo-color{background-color:#fff1e6}.Tag-Generate-Tag-color{background-color:#e5f7e1}.Tag-Generate-Balance-color{background-color:#fde2e2}.ag-header{background-color:rgba(1,98,232,.1019607843) !important}.ag-floating-bottom.ag-floating-bottom-viewport.ag-floating-bottom-container.ag-row-even.ag-cell,.ag-floating-bottom-container .ag-row-even,.ag-floating-bottom-viewport .ag-cell{background-color:rgba(0,0,0,0) !important}.ag-floating-bottom{background-color:#f6fbff !important;border-top:.5px solid #e6e6e6 !important;font-weight:800;color:#181d1f !important;border-bottom:.5px solid #e6e6e6 !important}.ag-floating-bottom .ag-cell{border-right:.5px solid #e6e6e6 !important}img.image_prev.grid-img.grid-p{padding:2px}label.tagGenerate-checkbox p{color:#181d1f;font-weight:600;margin-left:-30%}.setting-taggenerate-flex{display:flex;justify-content:end}.setting_grid_print.d-flex label.checkboxs span.checkmarks{left:10px}.taggenerate-flex{display:flex;justify-content:space-between}.taggenerate-voucherdate .vch-Days .vch-date.vch-date-left{width:22% !important}button.btn.blue_btn_page.Setting-btn:hover,button.btn.blue_btn_page.Setting-btn:active,button.btn.blue_btn_page.Setting-btn:focus,button.btn.blue_btn_page.Setting-btn:focus-visible{background-color:#d4e5ff}.open-down.F2help.quotation-details.Sales-details-modal{width:350px}.custom_help.add-payment-salesmodal .card.card-body.footer-color{box-shadow:none}.card-body.Accountinfomodal .add_header{color:#fff}.add-payment-salesmodal .card.table-list-card.modal-ledger-table-br.f2table.icon{width:100%;margin-top:0px}ul.branch-tabs.sales-tab-custom.custom-tab-view{background-image:linear-gradient(90deg, #18a5b5, #3282b8)}.tab-style-6 .nav-item .nav-link.custom-tab-view-btn.active{background-color:rgba(251,251,251,.9843137255);color:#1292a0;border-radius:4px}.tab-style-6 .nav-item .nav-link.custom-tab-view-btn{background-color:rgba(0,0,0,0);color:#fff;font-size:14px;font-weight:700}.card-sub-title-custom h4{color:#000;border-bottom:1.5px solid #d3e5ff;width:auto;padding-bottom:5px;font-weight:800;font-size:15px}p.total-field-flex h4{font-size:15px;font-weight:700}.alphagrid-expand .ag-theme-quartz .ag-details-row{margin:10px;padding:0px;border:1px solid #dbe0e6;border-radius:5px;width:95%;height:calc(100vh - 52rem)}.selection-purch-right .react-select.from-control.__value-container.css-1qk9yum .react-select.from-control{color:#000 !important;font-weight:700 !important;margin-top:1px}.selection-purch-right .react-select.from-control .react-select.from-control.__indicators.css-1cll6hx .react-select.from-control .css-tj5bde-Svg{color:#000 !important}.selection-purch-right .css-b62m3t-container .react-select.from-control .react-select.from-control.__value-container.css-1qk9yum{border-right:1px solid #bfbfbf !important}.Total-amount-common span{float:right;font-size:18px;font-weight:900}.Total-amount-common{justify-content:center;padding:2px 7.5px;background-color:#e7f6e7;color:#30a82d;border:1.5px solid #e6e6e6}.Total-amount-common span{float:right;font-size:18px;font-weight:900}.Total-amount-common .total-field-flex{display:flex;justify-content:space-between;align-items:center}.action-table-data.maxheight-grid-icon{display:flex;justify-content:center;margin:7px}.add_header.add-header-sales .input-group.newaddhelpbtn button.btn{margin-right:20px}.Ledger-report-sidemenu-fixed button.Icon-Full-Btn{margin:0px;line-height:14px;padding:.2rem .2rem;width:100%;display:flex}.Ledger-report-sidemenu-fixed button.Icon-Full-Btn text{font-size:12px;font-weight:700}.Ledger-report-sidemenu-fixed button.Icon-Full-Btn .text{font-size:12px;font-weight:700}.ledger-report-sidemenu-btn,.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 18.2rem) !important}.filter-btn-click .ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 27.3rem) !important}.ledger-report-sidemenu-btn-filter,.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 26.3rem) !important}.Totalfield-footer label{font-size:16px;font-weight:700}.Totalfield-footer input{color:#0fb734 !important;font-size:17px;font-weight:800}.img_hoover_prev{position:fixed;top:42px;border:2px solid #c2deff;padding:4px;background-color:#fff;border-radius:4px;height:210px;object-fit:cover;z-index:1050}.ImageOver_overlay .ag-row-position-absolute.ag-row-not-inline-editing.ag-row-focus.ag-row-selected{z-index:1047}.ag-theme-quartz.ag-grid-list .ag-row-no-focus.ag-row.ag-row-level-0.ag-row-position-absolute.ag-row-not-inline-editing:hover{z-index:1048}button.btn_Blue{background:#f0f6ff !important;border:1px solid #8cb0db !important;color:#3282b8}button.btn_Blue:hover,button.btn_Blue:focus,button.btn_Blue:focus-visible,button.btn_Blue:active{background:#3282b8 !important;border:1px solid #3282b8 !important;color:#fff;transform:none !important;transition:none !important}a.grid-image-padding{padding:2px;position:relative;overflow:visible}.img_hoover_prev img{border-radius:4px}span.grid-btn-alignmnet{display:flex;align-items:center;justify-content:center}.SalesBill-CustomerDetails::-webkit-scrollbar{width:2px !important}div.grid-image{display:flex;justify-content:center;height:100%;padding:1%}img.grid-img{height:100%}.SalesBill-CustomerDetails button.btn.btn-primary{background:unset;border:none;padding:0px}.border-commom-section{border-top:1px solid #dbe0e6;margin-top:2px;padding-bottom:2px}.modal-btn-right{display:flex !important;justify-content:flex-end !important}.sales-search .search-column{margin-right:0px}.react-select.from-control.__value-container.css-1qk9yum{margin-top:-1px !important}.radius-rightside-common .input-group button.btn{border-radius:0px 4px 4px 0px !important}.upload_img_Icon_btn.browse-icon{margin:0px;width:100%}button.btn.blueicon-theme:active,button.btn.blueicon-theme:hover{background:#3282b8;color:#fff !important}.payment-other-tab-common::-webkit-scrollbar{width:3px !important}.modal-radio-header{background:#f5f5f5;padding:7px;margin:0px -5px;border:1px solid #dbe0e6;border-radius:4px}button.blueicon-theme:focus-visible{background:#deebff}button.tab_custom_btn.custom-tab-bg.active,button.tab_custom_btn.custom-tab-bg{width:-webkit-fill-available;justify-content:center}button.buttom-btn-footer:focus-visible{background:#fff}.tab-style-6 .nav-item.custom-tab-aligment{margin-inline-end:0rem;flex-grow:1;width:min-content;padding:3px}.sales-tab-custom{display:flex;justify-content:space-between}li.nav-item.custom-tab-aligment button{flex-basis:0 !important;flex-grow:1 !important}.footer-checkbox-common{display:flex;flex-wrap:wrap;flex-direction:row}.modal-ledger-table-br.purchase-modal-dropdown .ag-grid-list .ag-root-wrapper{height:30vh;overflow:auto}.card.card-body.Othersummarymodal{padding-top:0px !important}button.buttom-btn-footer{margin-left:10px}button.buttom-btn-footer:active,button.buttom-btn-footer:hover{background:#3282b8 !important;color:#fff !important}.process-btn-alignment{display:flex;justify-content:space-between;align-items:center}.process-div{display:flex}.buttom-btn-footer p{font-size:15px}button.blueicon-theme p{font-size:15px}.edit-btn-right{display:flex;justify-content:flex-end;margin:5px auto}.search-btn-sales{display:flex;justify-content:flex-end;height:27px}.input-border-none{border:unset !important}.amt-right{text-align:right !important}.form-control:disabled{background-color:#f8f9fa !important}.css-scst66{padding-bottom:0px;padding-top:0px}button.Icon-Full-Btn.button-primary.btn_red.btn-delete-hide svg{padding-right:4px}.react-select .css-1dimb5e-singleValue,.css-1jqq78o-placeholder{margin-left:0px !important;margin-right:0px !important}svg.reseticon{height:14px;width:14px}button.Icon-Full-Btn.camera_btn .sign i,button.Icon-Full-Btn.camera_btn .sign{margin-right:0px}.css-d7l1ni-option,.css-1nmdiq5-menu,.multi-dropdown-ms,.css-i8r28j,.css-10wo9uf-option,label.form-check-label,.from-label,label.checkboxs,.css-pr98g2,.TDSDetail-date span,.tome-1,svg.css-8mmkcg,.css-15lsz6c-indicatorContainer,.ag-body .ag-cell,.ag-theme-quartz .ag-header-row{color:#181d1f !important}.three-combo-rows .from-label,.transaction-branch-label,.report-transaction-label,.branch-jv-labes,.rp-labels,span.btnspan,label.form-check-label{font-weight:700}.productsizegrid{height:55vh !important;width:100% !important}.ag-theme-quartz,.ag-theme-quartz-dark,.ag-theme-quartz-auto-dark{--ag-foreground-color: $theme-text-color !important}.ag-body .ag-cell{color:#181d1f !important}.ag-theme-quartz .ag-header-row{color:#181d1f !important}.multi-dropdown-align{display:flex;align-items:center;border-right:1px solid #e6e6e6;justify-content:center}input[type=checkbox]{accent-color:#6191da !important;color-scheme:none}.Totalfield-footer{display:flex;margin-right:10px}button.btn.btn-disable-grid:disabled{color:#fff;border:1px solid #a8a8a8 !important}.d-flex.prefixsub-btnalign button{font-size:12px}.main-Manu_tabs{margin:4px}.ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell){border-left:.5px solid #e6e6e6 !important}.ag-header-cell:focus-visible::after{border-color:rgba(0,0,0,0) !important}.card-container-GSTJV{min-height:calc(100vh - 7.6rem)}.btn-addproduct.footer-tdsmodal{display:flex;justify-content:flex-end}.ag-cell div.ag-cell-wrapper.ag-checkbox-cell{border:1px solid rgba(0,0,0,0)}.react-select.from-control.T__option.react-select.from-control.T__option--is-selected,.react-select.from-control.T__option.react-select.from-control.T__option--is-focused,.react-select.from-control.T__option{padding:0px 0px !important}.react-select.from-control.T__option{border-bottom:1px solid #dbe0e6;text-overflow:ellipsis}.TDSDetail-date{display:flex;align-items:center}.TDSDetails-footer{border-top:1px solid #dbe0e6;background-color:#fff}button.TDSdetail-btn{margin-top:0px}.TDSDtetails-card{padding:0px 5px}.gst-remarks-label label.form-label{align-items:stretch}.TDS-dropdown.css-b62m3t-container .react-select.from-control.T__menu.css-1nmdiq5-menu{width:auto}.gstjv-card-me{--bs-gutter-x: 0.5rem !important}.AIC_card-container .gstjv-card-me{--bs-gutter-x: 1.5rem !important}.react-select.from-control.tds-right-border-dropdown__control.css-116kd9q-control{border-radius:4px 0px 0px 4px}.border-left-remove{border-radius:0px 4px 4px 0px}.card-body.groupstockopeningOther_table{padding:0px}.GSTJV-footer{display:flex}.pay-rec-container{min-height:calc(100vh - 10.8rem)}span.btnspan{font-weight:700}.ledger-subheader{position:sticky;top:0;z-index:1}.ledgernewpage-header{background:#3282b8 !important;padding:8px 5px !important}.ag-cell-inline-editing{box-shadow:none !important}.T__control--is-disabled.css-1am4pr8-control{background-color:#f8f9fa !important}.ag-theme-quartz .ag-cell.ag-cell-normal-height.ag-cell-value.ag-cell-focus.ag-cell-inline-editing{background:#ffdea8 !important;border-color:#ffdea8 !important}.ag-theme-quartz .ag-row .ag-cell.ag-cell-focus.ag-cell-range-selected{background:#ffdea8 !important}.ag-row-even.ag-row.ag-row-level-0.ag-row-position-absolute.ag-row-first.ag-row-last.ag-row-not-inline-editing.ag-row-hover:has(input) .alpmobile-wrapper span input{background-color:#3282b8 !important;border-color:#3282b8 !important;color:#fff !important}.ag-row-even.ag-row.ag-row-level-0.ag-row-position-absolute.ag-row-first.ag-row-last.ag-row-not-inline-editing.ag-row-hover:has(.ag-cell-focus) .ag-cell-focus .alpmobile-wrapper span input{background-color:#3282b8 !important;border-color:#3282b8 !important;color:#fff !important}.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height.ag-cell-value .input-group .form-control{height:25px !important;background-color:rgba(0,0,0,0)}.ag-row-even.ag-row.ag-row-level-0.ag-row-position-absolute.ag-row-first.ag-row-last.ag-row-not-inline-editing.ag-row-hover:has(.ag-cell-focus) .ag-cell-focus input{background-color:#ffdea8 !important}.ag-row-even.ag-row.ag-row-level-0.ag-row-position-absolute.ag-row-first.ag-row-last.ag-row-not-inline-editing.ag-row-hover:has(.ag-cell-focus) .ag-cell-focus{background-color:#ffdea8 !important}button.account_Add_btn{display:flex;align-items:center;background:linear-gradient(154deg, #f97316 0%, #fb923c 100%);box-shadow:0 4px 12px rgba(249,115,22,.2);padding:4px 10px;color:#fff;font-weight:700;font-size:14px;border-radius:6px;transition:all .4s cubic-bezier(0.16, 1, 0.3, 1) !important;border:0}button.account_Add_btn:hover,button.account_Add_btn:active,button.account_Add_btn:focus{transform:translateY(-2px);box-shadow:0 6px 18px rgba(249,115,22,.3)}.btn-addproduct button.Icon-Full-Btn{transition:none;display:flex;align-items:center}button.btn-delete-hide{color:#ff2c2c}button.btn-delete-hide:hover,button.btn-delete-hide:focus,button.btn-delete-hide:active{color:#fff}.ledger-label-grid{font-weight:600}a.Icon-Full-Btn.dropdown-toggle{height:34px}.page-title.page-title-reports{padding:7px 0px}.ledgerRpt-header{display:flex;align-items:center;gap:100px}.table-top_header:has(.ledgerRpt-header){padding:8px}.ledgerRpt-btnSec.header-ledger-btn{align-items:center}.header-ratio-ledgergrid{display:flex;align-items:center;border:.5px solid #2550aa;background:#2f56a6;border-radius:4px;padding:5px 10px}.header-ratio-ledgergrid .ledger-label-grid{line-height:normal}.header-ratio-ledgergrid .report-radio-me,.header-ratio-ledgergrid .radiobutton.ledger-field-grid{display:flex;align-items:center}.header-ratio-ledgergrid .report-radio-me .form-check-input,.header-ratio-ledgergrid .radiobutton.ledger-field-grid .form-check-input{margin-top:-2px}.header-ratio-ledgergrid .report-radio-me label,.header-ratio-ledgergrid .radiobutton.ledger-field-grid label{line-height:14px}.ledgerRptInputCard{padding:8px 8px 2px}.ledgerRptInputCard .tarnsactionheaderspacing button{min-width:30px}.ledgerRptInputCard .tarnsactionheaderspacing button .sign{justify-content:center;align-items:center}.erp-table-container .ledgerRpt-detailFooter{display:none}.ledger-bottom-footer .ledger-bottomFooterDetails.transaction-footer{justify-content:space-between}.Ledger-ReportPage:has(.ledgerRptInputCard) .TagLooseColumnChooser_DropdownContent .grouping ul{display:grid;grid-template-columns:repeat(2, 1fr);padding-left:10px;column-gap:10px;position:relative}.Ledger-ReportPage:has(.ledgerRptInputCard) .TagLooseColumnChooser_DropdownContent .grouping ul::before{content:"";position:absolute;top:0px;right:50%;height:100%;width:1px;background:#dbe0e6}.Ledger-ReportPage:has(.ledgerRptInputCard) .header-ledger-btn .TagLooseColumnChooser_DropdownContent .p-3{padding:8px !important}.Ledger-ReportPage:has(.ledgerRptInputCard) .header-ledger-btn .TagLooseColumnChooser_DropdownContent button{height:unset}.ledger_report_fields{display:flex;align-items:center;gap:10px}.ledger_report_fields .from_date{display:none}.ledgerRptInputSection .date_picker label.to_date{padding-left:10px}.ledgerRptInputSection .date_picker label.checkboxs{padding-right:0px;padding-left:25px}.ledgerRptInputSection .date_picker label{padding-right:8px}.ledgerRptInputSection .date_picker .to_date,.ledgerRptInputSection .date_picker .from_date{font-size:12px}.LedgerRptGrid{border:1px solid #dbe0e6;border-radius:5px;margin:8px 0px 0px}.LedgerRptGrid .erp-table-container{border-top:0px !important;margin-top:0px}.LedgerRptGrid .erp-table-container td span{font-size:12px;font-weight:700 !important}.LedgerRptGrid .erp-table-container .data_text{font-size:12px;font-weight:700 !important}.LedgerRptGrid .erp-table-container .text-danger{color:red !important}.LedgerRptGrid .erp-table-container .text-success{color:green !important}.LedgerRptGrid .erp-table-container .table-footer,.LedgerRptGrid .erp-table-container .table-header{padding-right:10px}.LedgerRptGrid .erp-table-container .table-header tr:last-child td{padding:2px}.LedgerRptGrid .erp-table-container .table-header th .title-wrapper{padding:0px;font-size:13px;font-weight:800 !important}.LedgerRptGrid .erp-table-container .table-footer table td{font-size:13px;font-weight:800 !important}.LedgerRptGrid .erp-table-container .table-footer table td,.LedgerRptGrid .erp-table-container .table-header th{border-right:1px solid #dbe0e6}.LedgerRptGrid .erp-table-container .table-body table td{border-right:1px solid #eaeaea}.LedgerRptGrid .erp-table-container .table-header .second_header_row td{border-top:1px solid #dbe0e6}.LedgerRptGrid .erp-table-container .table-header{border-bottom:1px solid #dbe0e6}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-body table tbody tr:nth-child(odd) td.Stone{background-color:#fdfdfd}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-body table tbody tr:nth-child(even) td.Stone{background-color:#ffefe6}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.StoneWtBalance,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.StoneDebitWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.StoneCreditWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.OpeningStoneWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.StoneWtBalance,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.StoneDebitWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.StoneCreditWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.OpeningStoneWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.Stone{background-color:#ffefe6}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-body table tbody tr:nth-child(odd) td.Platinum{background-color:#f7f7f7}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-body table tbody tr:nth-child(even) td.Platinum{background-color:#ededed}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.PlatinumFinWtBalance,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.PlatinumCreditFinWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.PlatinumDebitFineWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.OpeningPlatinumFinWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.PlatinumFinWtBalance,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.PlatinumCreditFinWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.PlatinumDebitFineWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.OpeningPlatinumFinWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.Platinum{background-color:#ededed}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-body table tbody tr:nth-child(odd) td.Diamond{background-color:#f2faff}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-body table tbody tr:nth-child(even) td.Diamond{background-color:#e0f0ff}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.OpeningDiamondWtWithCrDr,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.DiamondCreditWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.DiamondWtBalance,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.DiamondDebitWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.OpeningDiamondWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.OpeningDiamondWtWithCrDr,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.DiamondCreditWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.DiamondWtBalance,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.DiamondDebitWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.OpeningDiamondWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.Diamond{background-color:#e0f0ff}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-body table tbody tr:nth-child(odd) td.Silver{background-color:#fbfbfb}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-body table tbody tr:nth-child(even) td.Silver{background-color:#f2f2f2}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.SilverFinWtBalance,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.SilverCreditFinWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.SilverDebitFineWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.OpeningSilverFinWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.SilverFinWtBalance,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.SilverCreditFinWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.SilverDebitFineWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.OpeningSilverFinWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.Silver{background-color:#f2f2f2}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-body table tbody tr:nth-child(odd) td.Gold{background-color:#fffef3}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-body table tbody tr:nth-child(even) td.Gold{background-color:#fffce8}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.GoldFinWtBalance,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.GoldCreditFinWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.GoldDebitFinWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.OpeningGoldFinWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.GoldFinWtBalance,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.GoldCreditFinWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.GoldDebitFinWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.OpeningGoldFinWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.Gold,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header th.Gold{background-color:#fffce8}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-body table tbody tr:nth-child(odd) td.Details{background-color:#fffdfb}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-body table tbody tr:nth-child(even) td.Details{background-color:#fff8f0}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header table th.Details,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header table th.NetWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header table th.Pcs,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header table th.WastagePrc,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header table th.Touch,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header table th.ItemGroupShortName,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header table th.ItemName,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header table th.ItemCodeName,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header table th.MakingAtribName,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header table th.SubItemAtribName,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header table th.StyleAtribName,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header table th.TagNo,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.NetWt,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.Pcs,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.WastagePrc,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.Touch,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.ItemName,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.ItemCodeName,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.MakingAtribName,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.SubItemAtribName,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.StyleAtribName,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.TagNo,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td.ItemGroupShortName{background-color:#fff8f0}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header tr:first-child th{border-bottom:1px solid #dbe0e6}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-body tr:nth-child(even){background:#f8fcff}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-body table tr:hover td{background-color:#eef7fe !important}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-header,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-footer table td{background:#e5f3fd}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-body table tr:hover td.OpeningAmount,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-body table tr:hover td.DebitAmount,.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .erp-table-container .table-body table tr:hover td.CreditAmount{background-color:#e8f3ff !important}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .OpeningAmount{background-color:#f6ffeb !important}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .DebitAmount{background-color:#fee !important}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .CreditAmount{background-color:#eefff5 !important}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp th.Amount{background-color:#e5f7fd !important}.LedgerRptGrid.LedgerRptGrid_MultiColumnGrp .AmtBalance{background-color:#eef4ff !important}.LedgerReport-width.LedgerRptGrid.LedgerRptGrid_Amount{border:0px}.LedgerReport-width.LedgerRptGrid.LedgerRptGrid_Amount .erp-table-container{border:1px solid #dbe0e6 !important}.LedgerReport-width.LedgerRptGrid.LedgerRptGrid_Amount:has(.LedgerRptGrid_MultiColumnGrp){margin:0px}.LedgerReport-width.LedgerRptGrid.LedgerRptGrid_Amount:has(.LedgerRptGrid_MultiColumnGrp) .erp-table-container{border:0px !important}.LedgerReport-width.LedgerRptGrid.LedgerRptGrid_Amount:has(.amountGrid_ledger){margin:0px}.LedgerReport-width.LedgerRptGrid.LedgerRptGrid_Amount:has(.amountGrid_ledger) .LedgerRptGrid.LedgerRptGrid_Amount.amountGrid_ledger .erp-table-container{border:0px !important}.LedgerReport-customwidth-Toggle-btn.LedgerRptGrid.LedgerRptGrid_Amount{margin:0px;border:0px}.LedgerRptGrid.LedgerRptGrid_Amount thead .second_header_row .OpeningAmount:has(.filter-btn),.LedgerRptGrid.LedgerRptGrid_Amount thead .second_header_row .DebitAmount:has(.filter-btn),.LedgerRptGrid.LedgerRptGrid_Amount thead .second_header_row .CreditAmount:has(.filter-btn),.LedgerRptGrid.LedgerRptGrid_Amount thead .second_header_row .Balance:has(.filter-btn){border-right:1px solid #dbe0e6 !important}.LedgerRptGrid.LedgerRptGrid_Amount .erp-table-container .table-header,.LedgerRptGrid.LedgerRptGrid_Amount .erp-table-container .table-footer table td{background:#e5f3fd}.LedgerRptGrid.LedgerRptGrid_Amount .erp-table-container .table-body tr:nth-child(even){background:#f8fcff}.LedgerRptGrid.LedgerRptGrid_Amount .voucher-link{color:#06a;font-weight:600}.LedgerRptGrid.LedgerRptGrid_Amount .erp-table-container .table-body table tr:hover td{background-color:#eef7fe !important}.LedgerRptGrid.LedgerRptGrid_Amount .OpeningAmount{background-color:#f6ffeb !important}.LedgerRptGrid.LedgerRptGrid_Amount .DebitAmount{background-color:#fee !important}.LedgerRptGrid.LedgerRptGrid_Amount .CreditAmount{background-color:#eefff5 !important}.LedgerRptGrid.LedgerRptGrid_Amount th.Amount{background-color:#e5f7fd !important}.LedgerRptGrid.LedgerRptGrid_Amount .Balance{background-color:#eef4ff !important}button.Icon-Full-Btn .sign svg.footer-cameraicon{margin-right:0px;height:20px;width:20px;color:#181d1f}.dropdown .dropdown-toggle.show:after{transform:rotate(180deg)}.transaction-footer .dropdown .dropdown-toggle:after{font-size:14px}.dropdown-export-common button{color:#176193 !important;background:#fff !important;border:1px solid #176193}.dropdown-export-common button:hover,.dropdown-export-common button:focus{background-color:#e8f5ff !important}span.footer-feather-icon i{font-size:20px}button.btn_Grey{background:rgba(0,0,0,0);color:#000}button.btn_Grey .text{color:#000}button.btn_Grey-box{color:#121212;background:#fff;border:1px solid #dcd7d7}.btn_Grey-box{border:1px solid #dcd7d7;background-image:#fff;color:#121212;font-weight:700}a.btn_Grey-box:hover,a.btn_Grey-box:active,a.btn_Grey-box:focus,button.btn_Grey-box:hover,button.btn_Grey-box:active,button.btn_Grey-box:focus{border:1px solid #dcd7d7;background:#eee;background-image:#eee;color:#121212}span.footer-feather-icon{display:flex;align-items:center}span.report-radio-me{margin-left:10px}.footer-left-btn{display:flex}.dropdown-btn-custom .dropdown-item{display:flex;justify-content:flex-start;font-size:14px;font-weight:600;padding:6px;color:#000 !important}.dropdown-btn-custom{width:163px}.dropdown-btn-custom.dropdown-item:hover{background-color:#deebff !important;opacity:unset !important;color:#181d1f !important}.dropdown-btn-custom .dropdown-item:focus{background-color:#3282b8 !important;opacity:unset !important;color:#fff !important}.table-top_header .page-header.page-header-report{display:block;padding:10px 5px}span.report-radio.radio-m{margin-right:7px}.label-ledger-spacing{padding:0px 2px}.addnewpage-header.header-ledger{background-color:#fff;border:1px solid #dbe0e6;border-radius:4px}.header-ledger-btn{display:flex;justify-content:flex-end;gap:6px}.Ledger-ReportPage .header-ledger-btn{gap:0px}.header-ledger-btn.header-list-common{margin:0}span.report-radio{margin-right:0px}.filter-field-bt{border-top:1px solid #dbe0e6;padding:7px 0px 0px 0px;margin-top:5px}span.prodticon.search-icon-ledger{margin-right:2px}span.prodticon.search-icon-ledger i{font-size:14px}span.prodticon.prodticon-icon{margin-right:auto}div.tabimg{margin-right:4px;height:4px;width:4px;background:#393939;border-radius:50%}ul.tabmastermenu li.tab-style-7 .nav-link:active div.tabimg,.tab-style-7 .nav-link.active div.tabimg{background:#196ba5}ul.tabmastermenu li.nav-link:hover div.tabimg{background:#181d1f !important}ul li.submenu ul.submenu1 li.submenu.submenu-two.SubmenuItem:has(ul.multi_sub_menu li) a.active.subdrop{background:#c1e5ff}.tab-content ul li.submenu ul.submenu1 li.submenu.submenu-two.SubmenuItem a.active.subdrop{background:#c1e5ff}.tab-content ul li.submenu ul.submenu1 li.submenu.submenu-two.SubmenuItem a.subdrop.active{background:#ffecce}.sidebar .sidebar-menu>ul li .submenu.submenu-two>a.subdrop{background:#ffecce}img.menuiconsvg{height:20px;width:20px}div.sidemenu-line-header{overflow:hidden;text-align:center;margin:12px 0px 10px;color:#196ba5;font-size:12px;font-weight:bold}div.sidemenu-line-header::before,div.sidemenu-line-header::after{background-color:#dbe0e6;content:"";display:inline-block;height:1px;position:relative;vertical-align:middle;width:50%}div.sidemenu-line-header::before{right:.5em;margin-left:-50%}div.sidemenu-line-header::after{left:.5em;margin-right:-50%}.allowed-counter-modal-daybook{align-items:center}.ag-cell .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.ag-cell .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.ag-cell .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.ag-cell .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0}.jv-date input.vch-Dates{width:40% !important}.jv-date input.prc-Days{width:28% !important}.jv-date input.prc-date{width:28% !important}.inwardchallan-cardimg-mb{margin-bottom:0px}a#OpenModeldaybook{display:none}button.addhelpBtn.setting-btn img.modal-iconbranch-btn{margin:0px}button.Column_Group_plus_btn{display:grid}.mfield{margin-bottom:5px}.baserate--table .ag-theme-quartz .ag-ltr input[class^=ag-]:not([type]),.ag-theme-quartz .ag-ltr input[class^=ag-][type=text],.ag-theme-quartz .ag-ltr input[class^=ag-][type=number],.ag-theme-quartz .ag-ltr input[class^=ag-][type=tel],.ag-theme-quartz .ag-ltr input[class^=ag-][type=date],.ag-theme-quartz .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-quartz .ag-ltr textarea[class^=ag-],.ag-theme-quartz-dark .ag-ltr input[class^=ag-]:not([type]),.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=text],.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=number],.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=tel],.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=date],.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-quartz-dark .ag-ltr textarea[class^=ag-],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-]:not([type]),.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=text],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=number],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=tel],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=date],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-quartz-auto-dark .ag-ltr textarea[class^=ag-]{padding-right:0px !important}label.daybook-customdropdown-title{font-size:12px}.ag-theme-quartz.phone-dropdown-br span.k-combobox{border-radius:0px !important}.ag-cell.ag-cell-not-inline-editing:has(input){padding:0px !important;margin:0 !important;border-radius:0 !important}.footer-color{padding:5px;background:#fff;border-radius:0px;box-shadow:0px 0px 10px 1px #e8e8e8}.alpmobile-wrapper input.k-input-inner{font-size:11px !important}.k-input-md .k-input-button{padding:.1rem !important}.alpmobile-wrapper span.k-combobox.k-input.k-input-md.k-rounded-md.k-input-solid.k-dropdowngrid.alpmobile-countryCode.customeClass{width:48px !important}.alpmobile-wrapper .Alp_mobile_input{padding-left:55px !important}.daybook-customdropdown-option.css-b62m3t-container .react-select.from-control__single-value.css-1dimb5e-singleValue,.daybook-customdropdown-option.css-b62m3t-container .react-select.from-control__menu-list.css-qr46ko{font-size:13px !important;font-weight:800 !important}.input-group.moblieno-accmaster div.alpmobile-wrapper span.k-combobox.k-input.k-input-md.k-rounded-md.k-input-solid.k-dropdowngrid.alpmobile-countryCode.country_code_no.mobileno-custom-accmaster{height:27px !important;border-radius:4px 0px 0px 4px !important}span.k-combobox.k-input.k-input-md.k-rounded-md.k-input-solid.k-dropdowngrid.alpmobile-countryCode.country_code_no.mobileno-custom-accmaster input.Alp_mobile_input{padding-left:20px !important}.daybook-customdropdown-option .react-select.from-control__single-value.css-1dimb5e-singleValue{color:#196ba5 !important}.card.table-list-card.jvheader-card{padding:5px 7px 3px}.daybook-purchase-me{margin-left:-4.8%}.btnsetting-jvmodal{display:flex;justify-content:flex-end}.mdaybook{margin-bottom:3px}.input-group .btn.btn-primary.F2.addhelpBtn.f2margin{padding-top:0px !important}.marginb-1{margin-bottom:-4.5px !important}.multiselectdropdown .css-116kd9q-control,.multiselectdropdown .css-tqczc6-control{height:unset !important}.accordion-item{border:rgba(0,0,0,0) !important}.css-1nmdiq5-menu{z-index:31 !important}.ag-cell-inline-editing .ag-cell-editor input{height:102% !important}.fromdate-recepit-me{padding-left:0px}.alppercentage-wrapper .Prcshow{padding-right:17px;padding-bottom:3px}label.repeat_ac_mt-1{margin-top:1.5px}label.ac-bal-field-quick{padding-right:0px}.input-group.branch-master-box-width.border-right-drowdrop.reporttype-inwardchallan .css-b62m3t-container .react-select.from-control__control.css-116kd9q-control{border-radius:4px 0px 0px 4px !important;height:27px !important}button.camera_btn{display:block}.arrow-icon svg.css-tj5bde-Svg{color:#181d1f !important}.ag-row .ag-center-cols-container .ag-row-focus .form-control{background-color:rgba(0,0,0,0) !important}.ag-header-row.ag-header-row-column-filter div.ag-header-cell.ag-floating-filter.ag-column-last,.ag-header-row.ag-header-row-column-filter.ag-header-cell.ag-floating-filter.ag-column-last,.ag-header-row.ag-header-row-column-filter.ag-header-cell.ag-floating-filter.ag-column-last{padding:0px !important}.Selection-button-purch{justify-content:right;margin-right:26px}.react-select.from-control.T__menu-list.css-qr46ko span{padding:3px !important}.partywise-commongrid .ag-center-cols-container .form-control:hover{border:0px solid #fff}.partywise-commongrid .ag-center-cols-container .form-control:focus{border-color:#fff;background-color:#fff;border:0px solid #fff}.partywise-commongrid .alppercentage-wrapper .form-control{border-color:rgba(0,0,0,0)}.k-table-md .k-table-th,.k-table-md .k-table-td{padding-block:.2rem !important}.css-16uaohq-menu{z-index:2 !important;margin-top:0px !important;margin-bottom:0px !important}.Mlticolumn_Grid_Header span{padding:5px 6px;border-right:1px solid #dbe0e6}.react-select.from-control.T__menu-list.css-qr46ko span{border-right:1px solid #dbe0e6}.react-select.from-control.T__menu-list.css-qr46ko span:last-child{border-right:none}.Mlticolumn_Grid_Header span:last-child{border-right:none}.custom-dropdown-Multicolumn .dropdown-content{padding:0px !important}.css-pr98g2{height:auto !important}.menusearch input,ul.nav.user-menu .searchinputs input{height:27px}.css-1afivcq-option,.css-1o95ys-option,.css-1pumvol-option{padding:0px 6px !important;border-bottom:.5px solid #dbe0e6}.css-lydvi5-menu,.css-49ytzv-menu{margin-bottom:0px !important;margin-top:0px !important;z-index:3 !important}.mdaybook .css-116kd9q-control{border-color:#c2deff !important}.css-116kd9q-control{border-color:#dbe0e6 !important}.ag-ltr .ag-row-drag,.ag-ltr .ag-selection-checkbox,.ag-ltr .ag-group-expanded,.ag-ltr .ag-group-contracted{margin-right:0px !important}.jv-page-acbalance{--bs-gutter-x: 0.5rem !important}[class*=ag-theme-]{--ag-value-change-value-highlight-background-color: transparent !important}.ag-cell-wrapper>*:not(.ag-cell-value):not(.ag-group-value){height:24px !important}.ag-cell-inline-editing{border-radius:0px !important}.ag-center-cols-viewport .ag-center-cols-container .ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height.suppress-movable-col.ag-cell-value{display:block !important}.css-1cll6hx{height:26px !important}img.modal-iconbranch-btn.modal-iconbranch-btn-add-header{width:19px !important}button.inchallansetting:hover img.modal-iconbranch-btn.modal-iconbranch-btn-add-header{filter:brightness(0) invert(1) sepia(0)}.inchallansetting-btn button.btn.Column_Group_child_plus_btn:hover{background:rgba(12,101,161,.1803921569)}.inchallansetting-btn button.btn.Group_delete_btn:hover{background:rgba(255,165,165,.7411764706)}button.btn.Column_Group_child_plus_btn,button.btn.Group_delete_btn{padding:3px;display:flex}.modalhelp-m{margin:5px}.ag-checkbox-input-wrapper::after{color:#6191da !important;background:#fff !important;border-color:#bec1c5 !important;border-radius:4px}.ag-cell-wrapper{justify-content:center !important}.edit-delete-action{justify-content:center !important}.css-14h4o58-menu{margin-bottom:0px !important;margin-top:0px !important;min-width:max-content}.d-flex.prefixsub-btnalign{display:flex;align-items:center;justify-content:center;padding:1.5px !important}div.edit-delete-action.delete-table-top.modal-button-custom button{border:1px solid rgba(145,158,171,.3019607843);background-color:#fff;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;padding:3px !important}div.edit-delete-action.delete-table-top.modal-button-custom button:hover{background-color:#ff1616;border-color:#ff1616}div.edit-delete-action.delete-table-top.modal-button-custom button .feather-trash-2{color:#ff1616}.btn.disabled,.btn:disabled,fieldset:disabled .btn{background-color:#6a6b6c !important}.card-sub-title-table h4{color:#3282b8;width:auto;font-weight:700;font-size:15px;background-color:rgba(0,0,0,0)}.ag-center-cols-viewport .ag-center-cols-container .ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height.suppress-movable-col.ag-cell-value{align-items:center;display:flex}.ag-theme-quartz .ag-layout-auto-height .ag-center-cols-viewport,.ag-theme-quartz .ag-layout-auto-height .ag-center-cols-container,.ag-theme-quartz .ag-layout-print .ag-center-cols-viewport,.ag-theme-quartz .ag-layout-print .ag-center-cols-container,.ag-theme-quartz-dark .ag-layout-auto-height .ag-center-cols-viewport,.ag-theme-quartz-dark .ag-layout-auto-height .ag-center-cols-container,.ag-theme-quartz-dark .ag-layout-print .ag-center-cols-viewport,.ag-theme-quartz-dark .ag-layout-print .ag-center-cols-container,.ag-theme-quartz-auto-dark .ag-layout-auto-height .ag-center-cols-viewport,.ag-theme-quartz-auto-dark .ag-layout-auto-height .ag-center-cols-container,.ag-theme-quartz-auto-dark .ag-layout-print .ag-center-cols-viewport,.ag-theme-quartz-auto-dark .ag-layout-print .ag-center-cols-container{z-index:0 !important}.agtopborder-remove.ag-header-row.ag-header-row-column{border-top:none}.alpmobile-wrapper .Alp_mobile_input::placeholder{color:#181d1f !important}.companyactivecheckbox{width:83%;margin-right:0;display:flex;margin:auto}.css-i8r28j{margin-top:10px}.sidebar .sidebar-menu .submenu-open .submenu ul li a,.sidebars .sidebar-menu .submenu-open .submenu ul li a{font-size:14px !important;font-weight:700}.prdrowgrid{margin:auto;display:flex;margin-right:0}img.tabimg{height:19px;width:19px;margin-right:5px}.blue-orangeicon{filter:brightness(0.7) invert(1) sepia(0)}.ag-cell,.ag-header-cell{padding-right:6px !important}.react-select.form-control__input-container,.css-1dimb5e-singleValue{color:#181d1f !important}.ag-theme-quartz.tablehelpfield{border:1px solid #eee}span.prodticon p{font-size:14px}.k-input>.k-input,.k-input>.k-picker,.k-picker>.k-input,.k-picker>.k-picker{font-size:13px !important;border-color:1px solid #dbe0e6 !important}.k-input-inner{padding:0px !important}span.Custom_datePicker.form-control,.ag-theme-quartz,.ag-theme-quartz-dark,.ag-theme-quartz-auto-dark,.Alp_mobile_input{font-size:13px !important;border-color:#dbe0e6}.mfield:has(.form-label):has(div input:required) .form-label::after{color:#ff1616}.css-1tdxct7-control{border-color:#dbe0e6 !important}.css-qr46ko{padding-bottom:0px !important;padding-top:0px !important}.TDS-dropdown .css-qr46ko{overflow-x:hidden !important}.css-1p3m7a8-multiValue{margin:1px !important}.css-rpm0fm{padding-bottom:0px !important;padding-top:0px !important}.css-123r57p{top:176.1875px !important}.ag-header.ag-pivot-off.ag-header-allow-overflow{background-color:#f5f5f5}.react-select__option,.css-d7l1ni-option,.css-tr4s17-option,.css-10wo9uf-option{padding:4px 7px !important}.dropdown-list.rof-amt-inwardchallan.dropdown-item{padding:0px !important}.ag-body-horizontal-scroll-viewport{position:sticky !important}.ag-theme-quartz,.ag-theme-quartz-dark,.ag-theme-quartz-auto-dark{border-radius:0px !important}button.daybook-modal-btn{height:27px !important}.alpmobile-countryCode{background-color:#3282b8 !important;border-color:#3282b8 !important}.k-input-solid{border-radius:4px !important;border-color:rgba(164,164,164,.5803921569) !important;font-size:14px !important;font-weight:500 !important}.k-disabled,.k-widget[disabled],.k-disabled{border-radius:4px !important;border-color:rgba(164,164,164,.5803921569) !important;font-size:14px !important;font-weight:500 !important;opacity:1 !important;color:#000 !important}.k-input-solid:focus-within{box-shadow:unset !important}.k-input-inner::placeholder,input.form-control::placeholder{color:#000 !important;opacity:1 !important}.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner,.k-calendar .k-calendar-td.k-selected .k-link{border-color:#3282b8 !important;background-color:#3282b8 !important}.k-button-flat-primary{color:#3282b8 !important}.k-calendar .k-calendar-navigation li:hover,.k-calendar .k-calendar-navigation li.k-hover{color:#3282b8 !important}.css-tr4s17-option{background-color:#3282b8 !important}.css-1nmdiq5-menu{margin:0px 0px !important}.css-1jqq78o-placeholder,.css-1xc3v61-indicatorContainer,.css-1dimb5e-singleValue,.Alp_mobile_input::placeholder,.form-control:disabled{color:#181d1f !important;font-weight:600 !important;font-size:12px}span.Custom_datePicker.form-control,.ag-theme-quartz,.ag-theme-quartz-dark,.ag-theme-quartz-auto-dark{font-size:12px !important}input::placeholder{color:#cbcbcb !important}.multiselectdropdown.css-b62m3t-container .css-13cymwt-control{height:100% !important}.nav-tabs .nav-link{margin-bottom:0px !important}.dashboardcard{padding:20px;margin-bottom:5px}.helpbtnradiusright button.addhelpBtn{border-radius:0px 4px 4px 0px !important}.input-group.branch-master-box-width.border-right-drowdrop .css-1tdxct7-control{border-radius:4px 0px 0px 4px;min-height:100% !important}.input-group.branch-master-box-width.border-right-drowdrop .react-select.from-control__control.react-select.from-control__control--is-focused.css-tqczc6-control{border-radius:4px 0px 0px 4px !important;height:27px !important;min-height:100%}.input-group.branch-master-box-width.border-right-drowdrop.reporttype-inwardchallan div.css-b62m3t-container div.css-116kd9q-control div.css-116kd9q-control{height:27px !important;border-radius:4px 0px 0px 4px !important}.common-multiple-dropdown .css-s94jr6-control{min-height:100px !important}.common-multiple-dropdown .css-s94jr6-control{min-height:unset !important;height:unset !important}.common-multiple-dropdown .css-4eqo1n,.common-multiple-dropdown .css-1tdxct7-control{height:unset !important}.css-1dyz3mf{padding:0px !important}.ag-theme-quartz,.ag-theme-quartz-dark,.ag-theme-quartz-auto-dark{border-top:1px solid #dbe0e6}.ag-header-cell-resize{z-index:0}.input-group .btn{z-index:0 !important}.table thead tr th,.table tbody tr td{height:36px}input[type=text]::placeholder{font-size:15px}.css-1jqq78o-placeholder,.css-1dimb5e-singleValue{color:#000}.css-b62m3t-container .css-13cymwt-control:hover{border-color:#000}.modal{--bs-modal-padding: 0.7rem !important;--bs-modal-marign: 0.7rem !important;--bs-modal-header-padding: 0.5rem 0.5rem !important}table.table thead tr th{background:#f5f5f5}.tab-content ul li ul.submenu1 li a.subdrop span.custom-active-span{color:#000 !important}.baseratemodalscroll{overflow-x:hidden}.tab-content ul li a.subdrop.active,.tab-content ul li:hover a.subdrop{background:#c1e5ff}.tab-content ul li a.subdrop span.custom-active-span,.tab-content ul li:hover a.subdrop span.custom-active-span{color:#196ba5 !important}.tab-content ul li a.subdrop span.menu-arrow,.tab-content ul li:hover a.subdrop span.menu-arrow{background:rgba(254,159,67,.0784313725)}.tab-content ul li a.subdrop span.menu-arrow::before,.tab-content ul li:hover a.subdrop span.menu-arrow::before{border-right:1px solid #ff9f43;border-bottom:1px solid #ff9f43}img.modalmenuicon{height:20px;width:20px}li.nav-item button.nav-link.active img.modalmenuicon{filter:brightness(0) invert(1) sepia(0)}.css-t3ipsp-control{min-height:32px !important}.css-19bb58m{color:#000;grid-area:1/1/3/3}.search-column.dropdown-toggle::after{display:none !important}.btn.btn-primary.search-column{background-color:rgba(0,0,0,0);border-color:#dbe0e6;box-shadow:none !important;border-left:0px !important;border-radius:0px 5px 5px 0px;color:rgba(0,0,0,0) !important;display:flex;align-items:center;height:27px}.card{--bs-card-spacer-y: 0.5rem !important;--bs-card-spacer-x: 0.5rem !important}.css-hlgwow,.css-1xc3v61-indicatorContainer{color:#000}.react-select__indicators .css-1xc3v61-indicatorContainer{color:#000}.react-select__value-container .css-1jqq78o-placeholder{color:#000}.table-top-responsive.table-top-responsive{display:flex;margin-bottom:5px}.search-input.filter-search-input{margin-left:5px;margin-right:10px !important}.addbtncustom{background:#ff9f43;color:#fff}.addbtncustom:hover{background:#f9ac3e;color:#fff}.product-card-top .submenu-sidebar.compmst-sidemenuleft .col-sm-12{width:11%;padding:0px 0px 0px 10px}.prodt-btn{display:flex;align-items:center;padding:.3rem}.prodt-formbtn{display:flex;align-items:center;column-gap:6px}.border-none{border:none}.sidebar-inner li.submenu-open ul.nav li a.active span,.sidebar-inner li.submenu-open ul.nav li:hover a.active span{color:#181d1f !important}.table tbody tr td a.blueicon-theme:hover i:before,.table tbody tr td a.blueicon-theme:hover{color:#fff}.ag-ltr .ag-cell-range-single-cell{border:0px}.ag-root-wrapper{border:0px !important}ul li.submenu.submenu-two.SubmenuItem a.active:hover,.sidebar .sidebar-menu .submenu-open .submenu.submenu-two ul li a:hover{color:#181d1f !important;background-color:#ececec}.header-new-btn{display:flex;gap:6px;align-items:center}p.thememode{font-size:24px;margin-bottom:0px}.nav-link{padding:5px !important}.page-wrapper.daybookmaster{padding:44px 0 0}.btn.btn-primary.search-column:hover{background:#eee}.modal-custom{padding:20px 18px 15px 18px}.modal-footerborder{position:absolute;border-top:1px solid #cbcbcb;width:100%;left:0;margin-top:15px}.modal .modal-footer{justify-content:flex-end !important}table tbody tr:last-child{border-bottom:0px;border-color:rgba(0,0,0,0)}.ledger-table{background:#ff9f43;color:#fff;border-radius:4px 4px 0px 0px}.ledger-table h4{color:#fff}.custom-small-modal{margin:10px 50px 0px}.custom-large-modal{margin:6px 10px}button.btn.btn-outline-primary{border-color:#ff9f43}select.pagination-dropdown{color:#000;background-color:#fff;opacity:.7;border-color:#dbe0e6;padding:.375rem;border-radius:4px}.pagination-footer{display:flex;justify-content:space-between;margin:0px 5px 5px 5px;position:sticky;bottom:0;background:#fff}.ag-body-horizontal-scroll-viewport{position:sticky}.ag-root-wrapper{border-radius:0;border:0}.ag-theme-quartz,.ag-theme-quartz-dark,.ag-theme-quartz-auto-dark{--ag-active-color: $selection-dropdown-border !important}.setupheaderbtn{display:flex}ul.nav li .dash-widget a{border:1px solid #dbe0e6}ul.nav li .dash-widget{border:0px}ul.nav li .dash-widget a.nav-link.active,ul.nav li .dash-widget a.nav-link:hover{background:#fff2e6 !important;border:1px solid #ff9f43 !important;border-radius:5px !important}.custom-style-label{width:12.3%}.tabletab-dropdown{margin:5px 5px 0px 0px}.card-tabs{padding:0px}.aligncheckbox{margin-top:3px}.delete-table-top{margin-top:4px}.f2table{margin-top:0px;padding:0px}.f2table .card-body{padding:0}.card-table-spacing{margin:20px 0px 0px 0px;padding:1px}.modal-border{border-bottom:1px solid #dbe0e6;margin:10px 0px 15px 0px}.modal-helplineborder{border-bottom:3px solid #dbe0e6;margin:0px 0px 5px 0px}.modalf2help{display:flex;justify-content:space-between;align-items:center;gap:10px}table.table.helplinemodal thead tr th{background:#ff9f43;color:#fff}.alignrowcenter{display:flex;align-items:center}.transactiondatepicker{display:flex;justify-content:center}input#branchtype{height:32px;border-radius:3px;border:1px solid #a4a4a4;font-size:.875rem;font-weight:400;border-radius:.35rem;padding:.3rem .5rem}.header-new-btn p::first-letter{text-decoration:underline;-webkit-text-decoration-color:#fff;-moz-text-decoration-color:#fff;text-decoration-color:#fff}span.btnspan::first-letter{text-decoration:underline;-webkit-text-decoration-color:#fff;-moz-text-decoration-color:#fff;text-decoration-color:#fff;padding-top:5px}.acctype-topheader{background:#f9f9f9;border-bottom:1px solid #e6e6e6;padding:5px}.acctype-topheader label.acctype-checkbox{font-weight:700;font-size:16px;display:inline}.acctype-subheader{padding:5px;font-size:13px;font-weight:600}.cust-acc-border{padding:0;border:none}ul.acctype-subtitleheader{border:1px solid #eee;padding:5px;border-top:none}li.accounttypetitle{padding:5px;font-weight:700}ul.checkboxaccounttype li:last-child{border-bottom:0px}ul.acctype-subtitleheader li:last-child{border:0px}.ag-center-cols-container{border:0px solid #eee;border-top:none}.ag-header,.ag-advanced-filter-header{border:unset}.css-9jq23d{color:#fff !important}.css-b62m3t-container .css-13cymwt-control{color:#fff !important}.dropdown-custom_menu .ag-header-viewport{background:#3282b8}.dropdown-custom_menu .ag-cell-label-container span span.ag-icon.ag-icon-menu-alt{color:#fff}.dropdown-custom_menu span.ag-header-cell-text{color:#fff}.edit-delete-action a.edit-text:hover{background-color:#ff9f43;border-color:#ff9f43}.branchwisesetup{margin-top:12px}.ag-header-cell-resize{z-index:0 !important}.css-v7duua{color:#fff}.tds-checkbox{display:flex;height:27px}.modal-content .modal-footercustom{border-top:1px solid #dbe0e6;bottom:0;background-color:#fff;justify-content:flex-end;padding:8px;position:sticky;gap:6px}.modal-content .modal-footercustom .Icon-Full-Btn{margin:0}.btnsetting-inwardchallan{display:flex;justify-content:flex-end;gap:4px;position:absolute;right:0;padding:0 6px;width:auto;z-index:10}button.inchallansetting.btn.btn-added.addbtncustom.-btn.addhelpBtn.No_Border.Column_Group_plus_btn img.modal-iconbranch-btn.modal-iconbranch-btn-add-header{margin-bottom:0px !important}button.dr-crbtnfield{height:27px;width:30px;padding:.3rem .3rem;display:flex;align-items:center;justify-content:center;border-radius:0px 4px 4px 0px;font-size:13px;background:rgba(0,0,0,0);border-color:#dbe0e6;border-left:none;color:#f27474;font-weight:700;line-height:27px}button.dr-crbtnfield:focus,button.dr-crbtnfield:focus-visible{outline:unset}button.dr-crbtnfield:hover,button.dr-crbtnfield:focus-visible,button.dr-crbtnfield:focus{border-color:#ff9f43;border-left:0;background:#ff9f43;color:#fff}.add-transaction-form{display:flex;justify-content:center}.upload_transaction_img_Icon{display:flex;margin-top:-20px;justify-content:center}.two-block-input{display:inline-flex;width:100%}.two-block-input-date-inchallan{display:inline-flex}button.addhelpBtn img.modal-iconbranch-btn{margin-bottom:3.5px !important}.ROFamtdropdown.custom-dropdown{width:50%}.ROFamtdropdown.custom-dropdown div.dropdown-list{width:100%}.ROFamtdropdown.custom-dropdown div.dropdown-header{width:100%}.input-group.ROFamtborderradius input.form-control.vch-no-text{border-radius:0px 4px 4px 0px}.alphagrid-expand.theme-ledgerreport-table.ledgerreport-bordernone.ledger-report-sidemenu-btntable .ag-header-cell-comp-wrapper{justify-content:center}.ag-header-group-cell.Ledger_Report_Silver_Wt.ag-header-group-cell-with-group span.ag-header-group-text{font-size:15px}.ag-header-group-cell.Ledger_Report_Diamond_Wt.ag-header-group-cell-with-group{background-color:#dffaff;color:#18a8d2;font-weight:800}.ag-header-group-cell.Ledger_Report_Diamond_Wt.ag-header-group-cell-with-group:hover{background:#dffaff !important;color:#18a8d2 !important;font-weight:800}.ag-grid-header-field-custom-class.Daimond_wt{background:#dffaff}.ag-theme-quartz.border-table-input .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0 !important}@media only screen and (max-width: 1920px){.company-master-card.sales-customer-tab{height:calc(100vh - 19.6em)}.ag-theme-quartz.InwardchallanMode_table{height:40vh}}@media only screen and (max-width: 1600px){.tab-style-6 .nav-item .nav-link{font-size:12px}}@media screen and (min-width: 1400px)and (max-width: 1681px){.product_module .reportType_field_drop{width:58.3333333%}}@media screen and (min-device-width: 900px)and (max-device-width: 1440px){.tab-style-6 .nav-item .nav-link{font-size:12px}button.nav-link.account-nav-link.tab_custom_btn{padding:3px 2px !important}}@media only screen and (max-width: 1440px){.Cash_Bank-book-Grid-width{width:86%}.Cash_Bank-book-sidemenu-width{width:14%}.tab-style-6 .nav-item .nav-link.custom-tab-view-btn{font-size:12px}.tab-style-6 .nav-item .nav-link.custom-tab-view-btn.active{font-size:12px}.dashproduct.dash-widget .dash-widgetcontent h5{font-size:15px;margin-bottom:0px}.capture_photo .Gallery_image{width:38px;height:38px;padding:0px}.image-upload.Gallery_image .image-uploads{padding:6px}.citytable-top-responsive{display:block}.citytable-top-responsive{margin:0px}a.btn.btn-searchset.btn-searchsetproduct{right:-7px}}@media screen and (min-device-width: 1050px)and (max-device-width: 1400px){button.nav-link.account-nav-link.tab_custom_btn{padding:3px 1px !important}}@media only screen and (max-width: 1366px){.Cash_Bank-book-card label.register-radiolabel{font-size:14px}.Cash_Bank-book-sidemenu-height{height:calc(100vh - 13.5rem)}.ledger-report-sidemenu-btn,.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 18rem) !important}.sidebar-content{max-width:420px}.LedgerReport-customwidth{width:85.5%}img.updateicon_footer{height:20px;width:20px}.two-block-input.two-block-taggenerate .vch-Dates{width:30% !important}.salesmodal-acc-info-detail-height{height:45vh}.Total-amount-common{padding:2px 7.5px}.company-master-card.sales-customer-tab{height:calc(100vh - 19.5em)}.buttom-btn-footer p{font-size:13px}span.report-radio.radio-m{margin-right:1.5px}.label-ledger-spacing{font-size:12px}.page-recepit{padding:5px}.tab-style-7 .nav-link{font-size:12px;padding:4px 6px !important}div.tabimg{margin-right:4px}.sidebar .sidebar-menu .submenu-open .submenu ul li a,.sidebars .sidebar-menu .submenu-open .submenu ul li a{font-size:13px !important}.sidebar .sidebar-menu>ul>li.submenu-open ul li a span,.sidebars .sidebar-menu>ul>li.submenu-open ul li a span{font-size:13px}.table-top_header .page-header{padding:3px 5px;margin-bottom:3px}.table-top_header .page-header h4{font-size:15px}.table-top-head li a{height:32px;width:32px}.new-pagination{padding:0 6px}}@media only screen and (max-width: 1310px){span.report-radio.radio-m{margin-right:7px}}@media screen and (min-device-width: 1200px)and (max-device-width: 1310px){input.form-control.page-search-radius.sales-search-alignment::placeholder{font-size:10px !important}a.btn.btn-searchset.page-search i.feather-search::before{font-size:11px}}@media screen and (min-device-width: 1200px)and (max-device-width: 1351px){.custom-ledger-btn{width:33%}span.report-radio{margin-right:10px}}@media screen and (min-device-width: 1024px)and (max-device-width: 1280px){.ledger-report-container-filter{height:calc(100vh - 26rem)}.salesmodal-acc-info-detail-height{height:37.5vh}}@media screen and (min-device-width: 600px)and (max-device-width: 1280px){.salesmodal-acc-info-detail-height{height:30vh}}@media only screen and (max-width: 1280px){.LedgerReport-customwidth{width:85%}.tab-style-6 .nav-item .nav-link.custom-tab-view-btn{font-size:11px}.tab-style-6 .nav-item .nav-link.custom-tab-view-btn.active{font-size:11px}}@media only screen and (max-width: 1200px){.LedgerReport-customwidth{width:82%}.product_module .transaction-header-displayreportype{justify-content:flex-end}.custom-style-adress input{width:100%}.custom-select-style{width:66.7%}.dashproduct.dash-widget .dash-widgetcontent h5{text-align:center}.custom-style-label{width:16.6%}.dash-widget.w-100.dashproduct{display:block;text-align:-webkit-center}.dashproduct.dash-widget .dash-widgetcontent{margin-left:0px}.warningbelowfield{top:0px}.row.daybookactive-mt{margin-top:-3px}.allowed-counter-modal-daybook{align-items:center}.warningbelowfield{line-height:15px}}@media screen and (min-device-width: 864px)and (max-device-width: 1152px){.ledger-report-sidemenu-btn,.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 19.8rem)}.ledger-report-sidemenu-btn-filter,.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 19.7rem)}.Total-amount-common span{font-size:17px}}@media only screen and (max-width: 1199px){.two-block-input.two-block-taggenerate .vch-Dates{width:37% !important}.taggenerate-voucherdate .vch-Days{width:35% !important}.taggenerate-voucherdate .vch-date.vch-date-left{width:28% !important}.allowed-counter-modal-daybook{align-items:unset}.gstjv-taxinfor-card{margin-bottom:.25rem}}@media screen and (min-device-width: 991px)and (max-device-width: 1199px){.custom-ledger-btn{width:38.3333%}}@media screen and (min-device-width: 992px)and (max-device-width: 1152px){.two-block-input-date-inchallan{width:100%}}@media screen and (min-device-width: 766px)and (max-device-width: 990px){.custom-ledger-btn{width:40%}}@media only screen and (max-width: 1024px){.taggenerate-voucherdate .vch-Days{width:33% !important}.taggenerate-voucherdate .vch-date.vch-date-left{width:32% !important}.tab-style-6 .nav-item .nav-link.custom-tab-view-btn.active,.tab-style-6 .nav-item .nav-link.custom-tab-view-btn{font-size:11px !important}.row.daybookactive-mt{margin-top:-13px}.warningbelowfield{top:-6px}.vch-date.vch-date-left{width:28% !important}.voucher-purch-field .two-block-input-date-inchallan{width:100%}.btn-style-1{flex-flow:wrap;row-gap:3px;display:flex;align-items:center;justify-content:center}.table-top_header .page-header{padding:6px 5px}.table-top_header .page-header h4{font-size:15px}.tab-style-6 .nav-item .nav-link.account-nav-link,.tab-style-7 .nav-link.nav-tabs{font-size:.9rem}.product-card-top .submenu-sidebar.compmst-sidemenuleft .col-sm-12{width:14.25%}ul.responsive-user-menu li div.css-b62m3t-container .css-13cymwt-control{width:115px}}@media screen and (min-device-width: 786px)and (max-device-width: 1024px){.Cash_Bank-book-card label.register-radiolabel{font-size:13px}.Cash_Bank-book-Grid-width{width:82%}.Cash_Bank-book-sidemenu-width{width:18%}}@media only screen and (max-width: 991px){.erp-table-container .ledgerRpt-detailFooter{display:block}.ledger-bottom-footer .ledger-bottomFooterDetails.transaction-footer .ledgerRpt-detailFooter{display:none}.Ledger-ReportPage:has(.ledgerRptInputCard){padding-bottom:50px !important}.Ledger-ReportPage .receipt_listingHeader.ledgerRptInputSection .accFilter-LedgerInput .input-group button{height:32px !important}.Ledger-ReportPage .receipt_listingHeader.ledgerRptInputSection .input-group button{height:30px !important}button.nav-link.account-nav-link.tab_custom_btn{padding:3px 5px !important}.sales-grid-table-spacing{padding-left:calc(var(--bs-gutter-x)*.5) !important}.sidebar{top:55px !important}.card.com-header-branch-comp-year ul li .css-1tdxct7-control{border:1px solid #eee !important}li.Mobile_year_branch{margin-top:5px}.ledger-subheader{position:unset}.page-title.page-title-reports{margin:0px 0px 0px 0px}.tab-style-7 .nav-link{margin-block-end:4px}.row.daybookactive-mt{margin-top:-5px}.warningbelowfield{top:4px;display:inline-block;line-height:15px}.two-block-input-date-inchallan{width:100%}.daybook-purch-field{margin-left:0%}div#v-pills-tabContent{padding:0px 0px 0px 0px}.companyactivecheckbox{width:50%}.custom-style-label{width:33.1%}.table-top_header .page-header{margin-bottom:0px}.page-wrapper{padding:42px 0 0}}@media screen and (min-device-width: 600px)and (max-device-width: 800px){.Cash_Bank-book-sidemenu-height{height:calc(100vh - 14.5rem)}.Cash_Bank-book-Grid-width{width:78%}.Cash_Bank-book-sidemenu-width{width:22%}.SalesBill-CustomerDetails{height:unset}button.nav-link.account-nav-link.tab_custom_btn{padding:3px 1px !important}}@media only screen and (max-width: 787px){.tab-style-6.sales-tab-custom .nav-item.custom-tab-aligment{width:50%}.tab-style-6 .nav-item.custom-tab-aligment{width:auto}.css-1jqq78o-placeholder{font-size:12px !important}.custom-md-modal{margin:5px 10px}.custom-large-modal{margin:10px 30px 0px}.custom-small-modal{margin:0px 10px}.product-card-top .submenu-sidebar.compmst-sidemenuleft .col-sm-12{width:20%}.modal-custom{padding:0px}}@media only screen and (max-width: 768px){.ratio-selection_option{gap:.3em;padding:1px 5px 0px 5px;margin:1px 0px}.ratio-selection_option:has(.ratio-selection_input.form-check-input:checked){padding:1px 5px 0px 5px;margin:1px 0px}.LedgerReport-Detail-header{padding-top:15px}.acctype-rightswitch{border-left:none;padding:unset;width:100% !important}}@media only screen and (max-width: 767px){.header-ratio-ledgergrid .report-radio-me .form-check-input,.header-ratio-ledgergrid .radiobutton.ledger-field-grid .form-check-input{margin-top:0px}.ledgerRpt-header{flex-direction:column;gap:5px;align-items:flex-start}.ledgerRpt-header .header-ratio-ledgergrid{gap:8px}.ledgerRpt-header .header-ratio-ledgergrid .radiobutton.ledger-field-grid{flex-wrap:wrap;gap:8px}.ledgerRpt-header .header-ratio-ledgergrid .ledger-label-grid{white-space:nowrap}.ledgerRpt-header .header-ratio-ledgergrid span.report-radio-me{margin-left:0px}.header-ratio-ledgergrid{width:100%}.footer-checkbox-common{justify-content:center;row-gap:3px}button.TDSdetail-btn{margin-top:5px}.jv-date input.vch-Dates{width:50% !important}.jv-date input.prc-Days{width:35% !important}.transaction-footer{display:flex;flex-direction:column}.btn-addproduct.prodt-formbtn.transactionfooterbtn{margin-top:5px}.Icon-Full-Btn .text{font-size:12px}.companyactivecheckbox{width:80%}.product_module .transaction-header-displayreportype{justify-content:flex-end}}@media only screen and (max-width: 680px){.card.topheader-report .table-list-card{align-items:flex-start;flex-direction:column}span.report-text{font-size:13px}.Cash_Bank-book-card:nth-child(2){margin-top:0px}.Cash_Bank-book-sidemenu-width{width:100%;margin-bottom:5px}.Cash_Bank-bookflex{flex-direction:column-reverse}.Cash_Bank-book-Grid-width{width:100%;padding-right:0px}.Cash_Bank-book-sidemenu-height{height:auto}.Cash_Bank-book-card{width:50%}.Cash_Bank-book-sidemenu-width .card.card-body{display:flex;flex-direction:row}.Cash_Bank-book-card:nth-child(1){width:50%;margin-right:10px}}@media only screen and (max-width: 575px){.ledger_report_fields{flex-direction:column;align-items:flex-start}.ledger_report_fields .from_date,.ledger_report_fields .to_date{padding:0px !important;margin:0px;margin-bottom:2px}.ledger_report_fields .from_date{display:block}.ledger_report_fields .fromDatePicker,.ledger_report_fields .toDatePicker{flex-direction:column}.fromDateLabel-LedgerRpt{display:none}.date_pickerCheckbox_ledgerRpt.mfield{margin-bottom:10px}.date_pickerCheckbox_ledgerRpt{flex-direction:column;gap:8px;align-items:flex-start}.ledgerRpt-header .header-ratio-ledgergrid{align-items:flex-start}.ledgerRptInputSection .date_picker label.to_date{padding-right:40px}.ledgerRptInputSection .date_picker label.from_date{padding-right:25px}.ledgerRptInputSection .date_picker label.to_date,.ledgerRptInputSection .date_picker label.from_date{padding-left:0px}.table-top_header .page-header h4{margin-top:0px !important}.product_module .transaction-header-displayreportype{justify-content:flex-start}.Cash_Bank-bookflex{flex-direction:column-reverse}.gstjv-taxinfor-card{margin-bottom:0}.header-ratio-ledgergrid{width:auto}.ledger_right_Menu .table-list-card{flex-flow:wrap;row-gap:1px;align-items:center}.ledger_right_Menu .Icon-Full-Btn{justify-content:center !important}.Ledger-report-sidemenu-fixed button.Icon-Full-Btn{width:auto;margin:0px 5px}.Ledger-reportgrid-flex{display:flex;flex-direction:column-reverse}.LedgerReport-customwidth{width:100%;padding-right:2.5% !important}.ledger-report-sidemenu-btn,.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list{height:auto !important}.salesmodal-acc-info-detail-height{height:auto}.gstjv-billinfor-card{margin-bottom:.25rem}.header-ratio-ledgergrid{padding:6px}span.report-radio-me{margin-left:5px}.inwardchallan-cardimg-mb{margin-bottom:10px}.btnsetting-jvmodal{align-items:center;margin-top:5px}.btnsetting-inwardchallan{align-items:center}.custom-select-style{width:100.8%}.mfield{margin-bottom:7px}.daybook-purch-field{margin-left:0%}.input-date-recepit{margin-top:5px}.sidebar{width:100%}.nav.tab-style-1 .nav-item{width:100%}span.side_submenu_List{font-size:13px}.page-header .add-item.d-flex{margin-right:auto;width:100%;height:32px}}@media only screen and (max-width: 565px){.ledger-header-border .page-header-responsive.page-commonheader{padding:0px}.mobile-sidebar-menu{height:24px;width:24px}.mobile-sidebar-menu{top:2px}.marginb-1{margin-bottom:-1.5px !important}.companyactivecheckbox{width:80%}.header-new-btn.setupheader{display:flex;flex-wrap:nowrap;flex-direction:row}.setupheaderbtn{display:flex}.setupheader ul.table-top-head{display:ruby;margin-top:5px}.modal-ledger-table-br{margin-top:0px}.custom-large-modal{margin:0}.table-top_header .page-header.spacing h4{padding:0px}.page-btn.account-btn{position:absolute;top:35px;right:10px}.page-header.page-header-responsive.bg-secondary{margin-bottom:60px}.dashproduct.dash-widget .dash-widgetcontent{margin-left:5px}.search-set{width:100%;display:block}.search-set .search-input{margin-right:0px}.page-header-responsive.page-commonheader{display:flex;padding:5px}.filter-option{display:block}.product-card-top .submenu-sidebar.compmst-sidemenuleft .col-sm-12{width:25%}select.pagination-dropdown{margin-bottom:5px}.btn-addproduct.prodt-formbtn.transactionfooterbtn{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-start}}@media only screen and (max-width: 425px){.text-theme-color{font-size:12px}.open-down.F2help.quotation-details.Sales-details-modal{width:330px}.buttom-btn-footer p{font-size:12px}.table-top_header .page-header h4{margin-bottom:0px}li.Mobile_year_branch{margin-top:5px;margin-left:0px !important}.row.daybookactive-mt{margin-top:-5px}.mobile-sidebar-menu{top:4px}.product-card-top .submenu-sidebar.compmst-sidemenuleft .col-sm-12{width:32.8%}.search-set .search-input .btn-searchset{right:90px}.modal .modal-footer .btn{padding:4px 4px}}@media only screen and (max-width: 415px){ul.checkboxaccounttype.acctype-subheader li{margin:2px 0px 2px 0px}.table-top-responsive.table-top-responsive{display:block}}@media only screen and (max-width: 375px){.open-down.F2help.quotation-details.Sales-details-modal{width:280px}.dashproduct.dash-widget .dash-widgetcontent h5{font-size:13px}.search-set .search-input .btn-searchset{right:39px}}@media only screen and (max-width: 340px){.open-down.F2help.quotation-details.Sales-details-modal{width:270px}span.report-radio-me{margin-left:1px}.fromdate-recepit-me{padding-left:7px}.dashproduct{padding:3px}.page-btn.account-btn{top:33px}}.pagestockdefineGrid{height:calc(var(--usable-height) - 17rem);overflow-y:auto}.gst-jvtaxinfor{padding-right:0px}.productsizetable{overflow-y:auto}.productsizetable .form-control{border:0}.productsizetable .form-control:focus{border-color:rgba(0,0,0,0) !important;background-color:rgba(0,0,0,0) !important}.productsizetable .table{border-color:rgba(0,0,0,0);border-spacing:0;border-collapse:separate}.productsizetable .table thead th{height:auto;min-height:42px;padding:4px 8px;font-weight:700;font-size:13px;color:#181d1f;box-shadow:inset 0 -1px 0 #cbdbf1,inset -1px 0 0 #cbdbf1;background:#e5effd;border-left:0}.productsizetable .table thead tr:nth-child(2) th{padding:0}.productsizetable .table td:focus,.productsizetable .table td:focus-within,.productsizetable .table td:focus-visible{background:#ffdea8 !important}.productsizetable td:focus{outline:0}.productsizetable .table.table-hover>tbody>td:hover>*{background:#f1f5f9}.productsizetable .table tbody tr td{font-weight:600;font-size:13px;color:#181d1f;height:28px;border-left:0;box-shadow:inset 0 -1px 0 #dbe0e6,inset -1px 0 0 #dbe0e6}.productsizetable .table-bordered>:not(caption)>*{border-width:0}.productsizetable .table-striped>tbody>tr:nth-of-type(odd)>*{background-color:#fff;--bs-table-bg-type: rgb(255 255 255 / 5%)}.productsizetable .customtable_catagory{padding:0px;margin-left:16px}.productsizetable .customtable_catagory .checkmarks{width:16px;height:16px;top:0}.productsizetable .customtable_catagory .checkmarks::after{left:5px;top:2px}.productsizetable .commontable-modal{width:100%;height:80%}.productsizetable .commontable-modal .common_table_data_notFound .nl-card{padding:0px 20px}.productsizetable .commontable-modal .common_table_data_notFound .nl-icon-wrapper{width:80px}.productsizetable .commontable-modal .common_table_data_notFound .nl-heading{font-size:18px}.productsizetable .commontable-modal .common_table_data_notFound .nl-subtext{font-size:13px;margin:0px}.ag-wrapper.ag-input-wrapper.ag-date-field-input-wrapper input.ag-input-field-input.ag-date-field-input{padding:0px 0px}.ag-theme-quartz .ag-ltr input[class^=ag-][type=text],.ag-theme-quartz .ag-ltr input[class^=ag-][type=number]{padding:0px 0px !important}.ag-cell.ag-cell-normal-height.ag-cell-value.ag-cell-inline-editing input{padding:0px 4px;border-radius:0}.card.p-0.table-one-dailyrate{margin-right:-13px}.ag-popup-editor.ag-ltr.ag-popup-child input{padding:0px 4px}.modal-border-sub .react-draggable,.react-draggable{box-shadow:-1px 1px 5px 2px rgba(94,94,94,.2)}.ag-filter span.ag-icon.ag-icon-small-down{display:flex;justify-content:center}.ag-filter .ag-radio-button-input-wrapper::after{color:#3282b8 !important}.ag-filter .ag-picker-field-display{padding:0px 3px}.ag-list-item{font-weight:600}.ag-filter .ag-input-field-label.ag-label.ag-radio-button-label{font-weight:bolder}.ag-filter .ag-wrapper.ag-picker-field-wrapper.ag-picker-collapsed{padding:3px !important}.ag-filter input.ag-input-field-input.ag-text-field-input{font-weight:700}.ag-filter .ag-picker-field-display{font-weight:600}.ag-filter .ag-radio-button-input-wrapper:focus-within,.ag-filter .ag-radio-button-input-wrapper:active{box-shadow:none !important}.ag-filter .ag-wrapper.ag-picker-field-wrapper.ag-picker-collapsed,.ag-filter .ag-wrapper.ag-picker-field-wrapper.ag-picker-expanded.ag-has-popup-positioned-under{border:1px solid #dbe0e6 !important}.ag-filter .ag-wrapper.ag-input-wrapper.ag-text-field-input-wrapper{background-color:#f3f6f9;border-radius:4px;padding:1px 6px;display:flex;justify-content:flex-end}.ag-filter .ag-filter-body{padding:0px 0px !important}.ag-filter .ag-wrapper.ag-picker-field-wrapper.ag-picker-collapsed{padding:0px}.ag-ltr .ag-select .ag-picker-field-wrapper{padding-right:3px !important;padding-left:3px !important}.ag-floating-filter-body input.ag-input-field-input.ag-text-field-input{font-weight:700}.ag-theme-quartz .ag-filter-active{--ag-quartz-icon-active-color: $sidemenu-dot !important;box-shadow:0 0 0 4px var(--ag-quartz-icon-active-color) !important}.otpbtn img{width:22px;margin-top:1px}.comn-zindex .modal-header{z-index:99999}.header-ratio-reportcb.label-report-cbregister.reportypes-radio,.header-ratio-reportcb.label-report-cbregister.reportoption-radio{column-gap:0px}.mdaybook .css-1nmdiq5-menu{z-index:1 !important}.invoicetype .react-select.form-control__menu.css-1nmdiq5-menu{z-index:99999 !important}.cashbook--register .transactiondatepicker.from-datetrans{display:flex;justify-content:start}.accountlabels{width:auto}.dash-cashbook{margin:0px 8px}.daybook-labes-cb-register11{font-size:15px;font-weight:700;color:#ff9f43}.report-cb-cardradio span.report-radio-me{margin-left:4px}.mdaybook .css-i8r28j{padding-bottom:0px;padding-top:1px}.header-ratio-reportcb{display:flex}.header-ratio-reportcb.radio-btns{column-gap:0px}.header-ratio-reportcb.label-report-cbregister.reportypes-radio,.header-ratio-reportcb.label-report-cbregister.reportoption-radio{background-color:#f5f5f5;padding:5px 6px;border:1px solid #dbe0e6;border-radius:4px}.header-ratio-reportcb.label-report-cbregister.reportypes-radio,.header-ratio-reportcb.label-report-cbregister.reportoption-radio{column-gap:0px}.cashbook-footer-register .menu-page-footer{justify-content:flex-end}.report-cb-cardradio .form-check{padding-left:0px}.comn-btn-blue-page span.feather-add-icon i{color:#196ba5}.label-report-cbregister .register-radiolabel{font-weight:bolder}.header-ratio-reportcb.radio-btns label.form-check-label.label-ledger-spacing{margin-left:6px}.register-cb-table .ag-theme-quartz{height:calc(78.5vh - 20px)}.purchas-height-table2 .ag-body .ag-body-viewport{height:calc(33vh - 10px)}.purchas-height-table1 .ag-body .ag-body-viewport{height:calc(18vh - 10px)}.blue_btn_page{background:#f0f6ff;border:1.5px solid #8cb0db;font-weight:700;font-size:14px;color:#196ba5 !important;transition:unset;height:max-content;width:max-content;padding:3px !important;border-radius:4px !important;line-height:normal}.blue_btn_page.Setting-btn{height:27px !important}.blue_btn_page.Setting-btn:hover{border-color:#8cb0db !important}.comn-alpamt .alpamount-wrapper{width:100%}.common-reporttyperadius.react-select.form-control__control.css-116kd9q-control,.common-reporttyperadius.react-select.form-control__control.common-reporttyperadius.react-select.form-control__control--is-focused.css-tqczc6-control{border-top-right-radius:0px;border-bottom-right-radius:0px}.installment-btn .blue_btn_page.btn.btn-primary:hover,.installment-btn .blue_btn_page.btn.btn-primary:focus,.installment-btn .blue_btn_page.btn.btn-primary.focus,.installment-btn .blue_btn_page.btn.btn-primary:active,.installment-btn .blue_btn_page.btn.btn-primary.active{background:#d4e5ff}.jv-listing .report-box{justify-content:flex-end}.card-container-recepitmemo{min-height:calc(100vh - 7.8rem)}.card-container{min-height:calc(100vh - 11.4rem)}.content_100vh{min-height:calc(100vh - 6rem)}.rof-amt-inwardchallan .css-tqczc6-control{background-color:unset !important;border-color:unset !important;border:unset;width:100%}.rofbtn-dropdown .css-10wo9uf-option:active{color:#ff9f43 !important}.rofbtn-dropdown .css-tr4s17-option{background-color:#3282b8 !important;color:#fff !important}.rofbtn-dropdown .css-d7l1ni-option{background-color:#deebff !important}.rofbtn-dropdown .dropdown-list{top:0px;width:100% !important;border-radius:4px 0px 0px 4px;height:27px;z-index:0 !important}.rofbtn-dropdown .css-116kd9q-control{border:unset;width:100%}.no-page-header-card-container{min-height:calc(100vh - 7.6rem)}.no-header-page-content_100vh{min-height:calc(100vh - 6rem)}.ledger-report-card-container-only{padding:0px;border-top:none}.addnewpage-header{position:sticky;width:100%;z-index:1000;top:45px}.member-align{align-items:baseline !important}.second_arrow{padding-right:10px}.ag-body-horizontal-scroll-viewport{overflow-x:auto}.common-br-top-remove{border-top-left-radius:0px;border-top-right-radius:0px;border-top:none}.transaction-footer.dailyratefooter{display:flex;justify-content:flex-end;align-items:center}.custom-header-sticky{height:100vh;width:-webkit-fill-available}.custom-header-sticky-transs{height:100vh;width:-webkit-fill-available}.custom-heading-listing{overflow:scroll}.custom-heading-listing::-webkit-scrollbar{display:none}.page-wrapper .content.rights-setup{padding:0px 4px}.Drag___modal:has(.custom-md-modal){overflow:hidden;scrollbar-width:thin;overflow-y:auto}.overflow-common-modalbody.modal-body{overflow-y:unset !important}.footer-common-draggable-smallmodals .modal-footer{z-index:0}.label-software-online{padding:0px 5px}button.btn.btn-added.addbtncustom.-btn.btn-modal-icon img{width:19px}label.col-lg-4.col-form-label.default-bank-daybookid{padding:0px 6px}.daybook-modal-btn{padding:3px 9px !important}.modal-body.daybook-inputbody{padding:2px 9px}img .modal-iconbranch-btn{width:20px !important}.card.modal-ledger-table-br{border:1px solid #d3e5ff}.card.modal-branch-table-br{border:1px solid #d3e5ff}img.modal-iconbranch-btn{width:17px !important}.modal-iconbranch-btn.clild_delete_btn{width:17px !important;margin-left:5px !important}.app{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}.branch-master-box-width .css-b62m3t-container{width:100%}.branch-master-box-width .TDS-dropdown{width:35%;margin-right:8px}.branch-master-box-width .tds_type_desc{line-height:14px;font-size:12px}.branch-master-box-width .css-b62m3t-container .css-13cymwt-control{border-top-right-radius:0px;border-bottom-right-radius:0px}.modal .modal-header .close,.modal .modal-header .btn-close{filter:invert(1)}.modal-header .modal-title{color:#fff;font-size:18px}.card.branchinput label,.card.daybookinput.daybool-modal-border{line-height:16px !important}.company-master-card{margin:10px}.company-active{margin:4px -3px}.table-top_header .page-header-company h4{font-size:18px;margin-bottom:0;margin-left:5px;padding:4px}.add-choosen .phone-img a{position:absolute;right:3px;top:3px;background:#ff9f43;border-radius:3px;width:16px;height:16px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.add-choosen .phone-img a:hover{background:#ff9f43}.journal-remark{margin-bottom:-5px}.card-body .addproduct-icon-account{display:flex;justify-content:flex-end}.accordion-card-one .accordion-item .account-master-tabs{line-height:16px}.remark-input{height:60px}.cust-company-conct{justify-content:end;display:block;align-self:center;margin:auto;margin-left:0}.address2-cust-height{height:50px}.acc-head{padding:8px 0px 2px 0px !important}.dayb-text-row{padding-top:7px}.daybsetup-row label.checkboxs{display:inline}ul.checkboxaccounttype li.single_list{display:flex;justify-content:space-between;border-bottom:1px solid #dbe0e6;padding:3px 0px}.acctype-balancesheet-modal ul.checkboxaccounttype li{border-bottom:none}.acctype-checkbox{margin-bottom:0;padding-left:25px}.acctype-showlist{color:#000}.accordion-button{background-color:#f5f5f5;color:#000;padding:.75rem 1rem;font-size:12.25px;font-weight:500}.accordion-button-none{background-color:#f5f5f5;color:#000 !important;font-size:12.25px;font-weight:500;width:100%}.acctype-showlist{color:#000;padding:0px 0px}.card.balance-acctype-tabs{border:1px solid #dbe0e6;padding:0px}.accounttype-alig .row{display:flex;align-items:center}.account-checkbox{display:inline}.cust-input-block{margin-right:0px;width:max-content}textarea.form-control.address-block1{width:initial;margin-right:4px}.branch-tabs{background-color:#f5f5f5;border-radius:4px 4px 0px 0px}.modal-acc-type .modal-content{height:100%;border:0;border-radius:5px}.page-recepit{padding:10px}.vch-btn-icon{background-color:#fff;border-color:#a4a4a4;padding:3px 8px}.vch-btn-icon:hover{background-color:#fff !important}.vch-btn-icon:active{background-color:#fff !important}.vch-no-text{border-radius:0px}.vch-date-mid{border-radius:0px;border-right:none;border-left:none}.vch-date-right{border-top-right-radius:0px;border-bottom-right-radius:0px;border-right:none}.vch-date-left{border-top-left-radius:0px;border-bottom-left-radius:0px;border-left:none}.vchno-btn{border-top-right-radius:0px !important;border-bottom-right-radius:0px !important}.fixed-bottom{width:100%;background-color:#f8f9fa;position:sticky;bottom:0;left:0;z-index:1047}.footer-row{display:flex;align-items:center}.transaction-footer{display:flex;justify-content:flex-end;align-items:center}.transaction-footer:has(.pagination-container){justify-content:space-between}.cust-input-block-trans{margin-right:-8px;width:max-content}.accordion-button-none{background:#f5f5f5;font-size:22px}.accordion-item:first-of-type>.accordion-header.accordion-button,.accordion-button-none{font-size:22px}button.accordion-button-none.collaps-cust.collapsed{border-radius:3px;border:1px solid #dbe0e6}.accordion-button{font-size:22px}.recepit-collaps{padding:0px}button.accordion-button.collaps-btn,.accordion-button-none{padding:5px 10px}.input-trans-form{border-radius:0px}.btn-help-three{border-left:1px solid #fff}.check-rowmaterial{background:#f5f5f5;margin-top:4px}button.btn.btn-primary.transactiondatepickerprimaryl.left-arrow-to img{width:24px}.collaps-header{display:flex;flex-wrap:nowrap;justify-content:space-between}.addnew-btn-cust-collaps{display:flex;align-items:center}.dropdow-cust{width:20px;height:20px}.new-btncust{margin-right:8px !important}.address-state-cust{display:contents}label.checkboxs.check-active{position:relative;top:-5px}.taxmaster-modal{margin:10px 45px 0px}button.accordion-button-none.collaps-cust{border-radius:0px}.search-set .search-input input:focus{border-color:#dbe0e6 !important}.search-set .search-input .form-control:hover{border:1px solid #dbe0e6}.ag-cell,.ag-header-cell{padding-left:6px !important}.sidebar{top:45px}.page-wrapper .content{padding:18px 4px;padding-bottom:0}ul.nav.user-menu .searchinputs input{height:32px;margin-top:4px}.ag-header-cell-sortable .ag-header-cell-label{cursor:pointer;text-transform:capitalize}.table-listing-left{padding-left:0px}.header ul li .css-1tdxct7-control,.card.com-header-branch-comp-year ul li .css-1tdxct7-control{border:none}.header ul li .react-select__indicator.react-select__dropdown-indicator.css-1xc3v61-indicatorContainer,.header ul li .react-select.__indicator.react-select.__dropdown-indicator.css-1xc3v61-indicatorContainer{display:none}.header .react-select.form-control__indicator.react-select.form-control__dropdown-indicator.css-1xc3v61-indicatorContainer{display:none !important}.card.com-header-branch-comp-year{display:none}.user-menu.nav>li>a .badge{top:-5px;right:-9px}.header ul li .css-s94jr6-control{border-width:0px !important;box-shadow:unset !important}li.nav-item.dropdown.has-arrow.main-drop.select-store-dropdown.topheaderdropdown_main.branch-top-headerdp{width:8%}li.nav-item.dropdown.has-arrow.main-drop.select-store-dropdown.topheaderdropdown_main.finyr-drop{width:auto}li.nav-item.dropdown.has-arrow.main-drop.select-store-dropdown.topheaderdropdown_main.comp-dropdown-name{width:auto}.tab-style-7 .nav-link.nav-tabs{font-size:13px;font-weight:700}.card.com-header-branch-comp-year ul li .react-select.form-control__indicators.css-1cll6hx{display:none}.card.com-header-branch-comp-year ul li .react-select.form-control__indicators.css-1cll6hx :focus,.card.com-header-branch-comp-year ul li .react-select.form-control__indicators.css-1cll6hx :hover{display:contents}.comp-dropdown-name .css-1nmdiq5-menu,.finyr-drop .css-1nmdiq5-menu{width:max-content;right:4%}li.nav-item.dropdown.has-arrow.main-drop.select-store-dropdown.topheaderdropdown_main.branch-top-headerdp.css-1nmdiq5-menu{width:10%}li.nav-item.dropdown.has-arrow.main-drop.select-store-dropdown.topheaderdropdown_main.finyr-drop.css-1nmdiq5-menu{right:26% !important}.branch-top-headerdp .react-select.form-control__menu.css-1nmdiq5-menu{width:auto !important}.branch-top-headerdp.css-1tdxct7-control{text-align:-webkit-match-parent}.branch-top-headerdp.css-1nmdiq5-menu{text-align:left}.header div#react-select-4-listbox{text-align:left}.card.table-list-card.modal-ledger-table-br.taxslab-br .row.salbname{align-items:center}.spacing-taxslab{padding:6px 6px 6px 6px}.btn-taxslabs{display:flex;justify-content:flex-end;padding:-2px;margin:0px;margin-top:0px}.taxslab-br{padding:5px}.tdstcs-checkbox{top:-2px !important}.row.align-items-center.report-display.report-box.op-twobranch-rp{display:flex;justify-content:flex-end}li.nav-item.dropdown.has-arrow.main-drop.select-store-dropdown.topheaderdropdown_main.branch-top-headerdp.css-f0tfui{-webkit-flex:0px;flex:none}button.addhelpBtn.subprefix-btn{height:max-content;width:max-content;padding:3px !important;border-radius:4px !important;font-size:11px;line-height:normal}.modal-itemprefix.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height.ag-column-last.ag-cell-range-right.ag-cell-value{display:flex;justify-content:center !important}input.form-control.HelpInput.itemprefix-itemgroup{flex:unset;width:28%}.taxmst-modal.css-1tdxct7-control{height:28px !important}button.btn.btn-primary.F2.addhelpBtn.msthelpbtnf2{border-radius:0px !important}.itm-pref-tb{padding:1px}.btn-addproduct.mb-1.mt-2.prodt-formbtn .dailyrate-footer-btn{position:fixed;bottom:6px;right:8px}.react-draggable{background:#fff;width:100%;height:auto !important;border:none;border-radius:8px !important;outline:none;padding:0px !important}.subpref-dragtitle{border-top-left-radius:4px;border-top-right-radius:4px}.ReactModal__Overlay.ReactModal__Overlay--after-open{z-index:9999}.subpref-btnclose{filter:invert(1)}.modal-header.subpref-dragtitle{position:relative !important}.subprefx-footer-btn{position:relative;top:-7px;right:22px}.ReactModal__Content.ReactModal__Content--after-open{display:flex;align-items:center;justify-content:space-around;transform:translate(-20%, -20%) !important;inset:20% auto auto 20% !important}.ReactModal__Overlay.ReactModal__Overlay--after-open .react-draggable{margin-right:0% !important}.table-list-card.dailyset-tab{margin-top:0px !important;border-top:0}.dailyrate-page .btn-addproduct.mb-1.mt-2.prodt-formbtn{position:sticky}.dailyrate-footer{margin-top:12%}.tds .ag-theme-quartz .ag-layout-auto-height .ag-center-cols-viewport{min-height:0px !important}.tds .ag-body-horizontal-scroll{margin-top:92px}.commonscrollactive .ag-theme-quartz .ag-layout-auto-height .ag-center-cols-viewport{min-height:0px !important}.commonscrollactive .ag-body-horizontal-scroll{margin-top:92px}.card.p-0.labourrate .ag-body-horizontal-scroll{margin-top:92px !important}.card.p-0.labourrate .ag-theme-quartz .ag-layout-auto-height .ag-center-cols-viewport{min-height:0px !important}.search-input.filter-search-input.search-column.cust-icon-searchmst .btn-searchset{top:1px;right:38px}button.btn.btn-primary.help-btn.copyfrom-partywise{border-radius:4px !important}.content.dailyrate-content{padding:0px 4px !important}input.form-control.history-fromdate{width:fit-content}.history-pagedailysetup .print-btns-dailyratehistory{display:flex;justify-content:flex-end}input[class^=ag-]:not([type]):focus,input[class^=ag-][type=text]:focus,input[class^=ag-][type=number]:focus,input[class^=ag-][type=tel]:focus,input[class^=ag-][type=date]:focus,input[class^=ag-][type=datetime-local]:focus,textarea[class^=ag-]:focus{outline:none;box-shadow:none !important;border:none;background-color:rgba(0,0,0,0);color:#181d1f !important}input[class^=ag-]:not([type]),input[class^=ag-][type=text],input[class^=ag-][type=number],input[class^=ag-][type=tel],input[class^=ag-][type=date],input[class^=ag-][type=datetime-local],textarea[class^=ag-]{font-size:inherit;line-height:inherit;color:inherit;font-family:inherit;border:none;box-shadow:unset;background-color:rgba(0,0,0,0)}input[class^=ag-]:not([type]),input[class^=ag-][type=text],input[class^=ag-][type=number],input[class^=ag-][type=tel],input[class^=ag-][type=date],input[class^=ag-][type=datetime-local],textarea[class^=ag-]{border:none}.ag-ltr .ag-cell-range-single-cell{box-shadow:unset;border:none}.ag-picker-field-wrapper{border:none !important;border-color:var(--ag-border-color);border-radius:5px;background-color:rgba(0,0,0,0) !important;box-shadow:unset !important}input[class^=ag-]:not([type]),input[class^=ag-][type=text],input[class^=ag-][type=number],input[class^=ag-][type=tel],input[class^=ag-][type=date],input[class^=ag-][type=datetime-local],textarea[class^=ag-]{border:none !important}.help-focus-table .form-control:focus,.help-focus-table .form-control:hover{border:none !important;background-color:rgba(0,0,0,0)}.help-focus-table .form-control :hover{background-color:rgba(0,0,0,0)}.help-focus-table .form-control{background-color:rgba(0,0,0,0)}.help-focus-table .ag-cell-range-selected:not(.ag-cell-focus),.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing){background-color:rgba(0,0,0,0)}.help-focus-table .ag-cell-range-selected:not(.ag-cell-focus),.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing){background-color:rgba(0,0,0,0)}.help-focus-table .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){background-color:rgba(0,0,0,0)}.ag-cell-inline-editing{box-shadow:none}.dailyrate-page .modal-footer.modal-footercustom{background-color:unset}.history-btn-dailyrate{display:flex;justify-content:flex-end}.history-btn-dailyrate .historybtn{gap:6px;display:flex;align-items:center}.history-btn-dailyrate .historybtn .prodticon{width:16px;height:16px}.d-flex.w-100.mx-1.date-historybtn{padding-left:3px}input.form-control.HelpInput.itemprefix-itemgroup.diamond-shape{display:flex;width:37%}.commonactive-ml{margin-left:0px}.react-draggable .modal-header{cursor:move}.diamond-size button.daybook-modal-btn{height:27px !important}.sizegroup-f2{border-right-color:#fff}.accopening-vch-date{width:73% !important}.accopening-vchdays{width:71% !important}.vch-date.accopening-vchtime{width:74% !important;margin-right:-4px}.openingsign-field{padding-right:0px}button.btn.btn-outline-primary.me-3.roleemploye-btn{color:#fff !important;border-color:#fff;background-color:#3282b8;position:absolute;top:2px;right:-11px;padding:3px 5px;border-radius:4px;display:flex;align-items:center}button.btn.btn-outline-primary.me-3.roleemploye-btn:hover,button.btn.btn-outline-primary.me-3.roleemploye-btn:focus,button.btn.btn-outline-primary.me-3.roleemploye-btn:active,button.btn.btn-outline-primary.me-3.roleemploye-btn:focus-visible{color:#fff !important;border-color:#ff9f43;background-color:#ff9f43;box-shadow:none}button.btn.btn-outline-primary.me-3.roleemploye-btn :active{box-shadow:none}.header-height-roleemployee{height:33px}button.btn.btn-outline-primary.roleemploye-btn.menu-btn-roleemploye{top:3px}img.tabimg.addbtn-img-employee{height:15px;width:15px}.card.table-list-card.modal-ledger-table-br.combo-box-table{border-radius:0px}.css-1xc3v61-indicatorContainer.comp-wise-dropdown{margin-top:4px}textarea.form-control.parameter-dec{min-height:27px;overflow-y:hidden}.ag-theme-quartz.dailyrate-table-only{height:79vh}.fixed-bottom.onlyrate-setup-fixbtn{position:fixed;background-color:unset}.fixed-bottom.onlyrate-setup-fixbtn .card.card-body.fixedfooter-bottom{padding:5px}.table2-roleemployee{margin-left:-7px}.accopening-vchdate-grid{margin-right:-24px}.acc-opening-acname{padding-left:8px}.ag-body .Alp_mobile_input,.ag-body .form-control{border:0px;height:24px}.ag-cell-focus:has(.alpmobile-wrapper) .alpmobile-wrapper span input{background-color:#3282b8 !important;border-color:#3282b8 !important;color:#fff !important}span.k-combobox.k-input.k-input-md.k-rounded-md.k-input-solid.k-dropdowngrid.alpmobile-countryCode.country_code_no.mobileno-custom-accmaster{height:26px;width:48px !important;border-radius:0px !important}span.k-combobox.k-input.k-input-md.k-rounded-md.k-input-solid.k-dropdowngrid.alpmobile-countryCode.country_code_no.mobileno-custom-accmaster input.k-input-inner{font-size:11px}span.k-combobox.k-input.k-input-md.k-rounded-md.k-input-solid.k-dropdowngrid.alpmobile-countryCode.country_code_no.mobileno-custom-accmaster button.k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button{padding:1px}.alpmobile-countryCode.mobileno-custom-accmaster{border-top-left-radius:0px !important;border-bottom-left-radius:0px !important}.search-set-onlyrecepit{display:unset}.utilitypage{justify-content:flex-end}.btn-addproduct.prodt-formbtn.btn-partywise{justify-content:flex-end}.partywise-active-btn .menu_checkboxs{padding-left:0px}.card.p-0.partwisewastage-table{border:none}.role-employee-master .ag-root.ag-unselectable.ag-layout-normal{border:unset}.menu-role-employee .table-top_header .page-header{border-bottom:none}.listingdroupdown-end{justify-content:space-between}.role-employee-master .table-top_header.table-top_header-responsive.page-inwardchallan{margin-top:2px}.nosidebarlayoutscroll .ag-theme-quartz{height:calc(100vh - 142px) !important}.daily-rate-two-listingscroll .ag-theme-quartz{height:calc(100vh - 187px) !important}.daily-rate-two-listingscroll .header-list-common .react-datepicker__input-container.react-datepicker__view-calendar-icon .react-datepicker__calendar-icon{left:6px}.daily-rate-two-listingscroll .ag-body-viewport.ag-row-animation.ag-layout-normal{height:calc(100vh - 240px)}.dropdown-labels-listing-scrolling .ag-body-viewport.ag-row-animation.ag-layout-normal{height:calc(100vh - 179px)}.nosidebarlayoutscroll.department-container-style .ag-body-viewport.ag-row-animation.ag-layout-normal{height:calc(100vh - 210px)}.page-header.page-header-responsive.header-height-roleemployee{margin-bottom:0px !important}.allowcompany-daybook .custom-dropdown-Multicolumn{display:flex}.rate-report-display{display:flex;justify-content:flex-end}.rate-report-display.rate-labour-display{display:flex;justify-content:flex-start}.recepit-searchset{display:block}.recepit-searchset .formsearch{width:100%}.search-input.filter-search-input.recepit-column-searchset{margin-left:0px;margin-right:0px}.page-bottom-header{background-color:#e2ebf7;border:1px solid #dbe0e6;padding:3px 5px;border-radius:4px 4px 0px 0px}.height-sch-recepit-totalinfo{height:84%}.installment-btn{justify-content:flex-end}.prc-date.prc-date-left.scheme-date-left{width:32%}.prc-Days.scheme-days{width:36%}.vch-Dates-scheme{width:42% !important}.accbalc-remark-scheme{height:100%}.installment-btn .btn.btn-primary.addhelpBtn.subprefix-btn{padding:5px 7px !important;font-size:13px;font-weight:700}.dropdown-scheme-print{height:17px;width:17px}.schemename{display:flex;align-items:center}.scheme-name{color:#ff9f43;font-weight:700;font-size:14px;word-spacing:3px}.footer-dropdown .dropdown-toggle:after{font-size:14px;font-weight:bolder}s .recepit-two-card-right{padding-right:0px}.accordion-item.accordion-border-item.recepit-itemname-table{border-radius:0px}.card.card-body.scheme-ledgerpage-card{padding:7px;margin:0px 0px 1px 0px}.ag-theme-quartz.common-br-top-remove.scheme-report-ag-table.pt-0{height:calc(100vh - 280px)}.ag-theme-quartz.common-br-top-remove.scheme-filter-agtable{height:calc(100vh - 350px)}.branch-recepitlisting .Checkboxdrop{width:100%}.mdaybook.recepit-mybook{margin-bottom:0px}.search-set.comn-dropdown-searchbar.transaction-search{display:contents !important}.transaction-search .search-input.filter-search-input{margin-left:0px}.account-opening-table,.rightsetuppage-table{padding:0px 3px}.register-cb-table{padding:0px 3px}.party-wise-table .ag-root.ag-unselectable.ag-layout-normal{border-radius:0px}.party-wise-table .modal-grid-border .ag-root.ag-unselectable.ag-layout-normal{border-top:1px solid #dbe0e6;border-left:none;border-right:none}.party-wise-table .ag-theme-quartz{height:calc(var(--usable-height) - 182px)}.party-wise-table .ag-theme-quartz .ag-root-wrapper.ag-ltr.ag-layout-normal,.party-wise-table .ag-theme-quartz .ag-root.ag-unselectable.ag-layout-normal{border-radius:0 !important}.party-wise-table .rec-memorec-tables.ag-theme-quartz{height:calc(100vh - 227px) !important}.customeradvancereceipt-footer .receiptcard-footer{padding:7px 16px}.only-customer-advancerecipt-vchdate .two-block-input-date-inchallan{width:98%}.scheme-membersmaster button.btn.btn-primary.F2.addhelpBtn{border-radius:0px 4px 4px 0px !important}.custom-md-modal.baseratemodalscroll.cust-advrecepit-modal.modal-body{padding:0px}.cashbookgrid .ag-theme-quartz{height:calc(100vh - 225px)}.cashbookgrid{padding:0px 3px}.row-select-modal .footer-common-draggable-smallmodals{box-shadow:0 4px 8px rgba(0,0,0,.1)}.schemeamt-otp span.grid-btn-alignmnet{margin-top:1px}.table-touch{padding:0px 3px}.checkbox-alpreport{background-color:#f5f5f5;padding:3px 6px;border:1px solid #dbe0e6;border-radius:4px;height:27px;display:flex;justify-content:flex-start;column-gap:20px;row-gap:8px;width:fit-content}.checkbox-alpreport .checkboxs{padding-left:20px;line-height:20px;margin-bottom:0;font-weight:600}.cashbook--register .fromdate-recepit-me{padding-left:10px}.cashbook--register .no-side-date.comn-dates .fromdate-recepit-me{padding:0px 10px 0px 10px}.creditors-advpadding{padding-left:1px}.creditors-cust-height{height:60px !important}.btn.disable-btn-receipt.blue_btn_page:disabled{border:1.5px solid #a4a4a4 !important;color:#495057 !important}.btn.disable-btn-receipt:disabled{background-color:#e6eaed !important}.padding-left-checkbox{padding-left:0px}.execute-btn{margin-top:2px;gap:5px}.nav.tab-role-policy .nav-link.active{background-color:#3282b8;color:#fff;font-weight:700;border-color:#3282b8;border-radius:4px}ul.nav.nav-tabs.tab-role-policy{background-color:#e9f2ff}.schemeledgerreportpage-listing .scheme-ledgerpage-card.report-scheme{margin:8px}ul.nav.nav-tabs.tab-role-policy.table-top_header.page-header{display:flex;justify-content:flex-start;column-gap:8px}.tab-role-policy li.nav-item:hover{background:#bbdef5;border-radius:5px}.account-filter_modal .modal-body .tab-card .nav-tabs .nav-link_groupSelection.active:hover,.account-filter_modal .modal-body .tab-card .nav-tabs .nav-link_accountSelection.active:hover{background-color:#3282b8}button.nav-link.nav-link_groupSelection.active:hover{background-color:#3282b8}.scheme-tab .tab-role-policy li.nav-item:hover{background:#bbdef5;border-radius:4px 4px 0px 0px}.scheme-tab .nav-link,.scheme-tab .nav-link:hover{padding:5px 12px !important}.role-policypage.tab-role-policy .nav-link{padding:5px}.tab-role-policy img.tabimg{width:18px;height:18px}.nav.tab-role-policy .nav-link{color:#3282b8;font-weight:800}.tab-role-policy .nav-link.active .Customer_Master_Title{color:#fff !important}.tab-role-policy li.nav-item:hover span.Customer_Master_Title{color:#3282b8}.card.role-policydaybooktab{padding:5px 5px;border:none}.tab-role-policy .nav-item button.nav-link{display:flex;align-items:center}.nav-item button.nav-link.active img.svg-tabsrolepolicy{filter:brightness(0) invert(1) sepia(0)}.account-filter-helptabs .nav.nav-tabs.tab-role-policy{background-color:unset}.account-filter-helptabs .nav-item{margin-inline-end:0px}.sales-page-tabsicons .nav-item button.nav-link.active img.svg-tabsrolepolicy{filter:brightness(0) invert(0) sepia(0)}.scheme-ledger-report-filter-btn .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 23.5rem) !important;height:calc(100vh - 23.5rem) !important}.fixed-bottom.roleemployee-subparameter{z-index:3}.schemeledgerreportpage-listing .scheme-ledgerpage-card.report-scheme{margin:8px}.content.content_100vh.ledgerrrr.Ledger-ReportPage.schemeledgerreportpage-listing{padding:0}.schemeledgerreport-scroll .ledgerreport-bordernone .ag-theme-quartz.ag-grid-list{border-top:none}.schemeledgerreportpage-listing .card.card-body.add-product{border-radius:0;border-left:none}.modal.acctypemodalscroll-only{--bs-modal-margin: 0px}.menurights-roletoemp-tablearrow .ag-theme-quartz .ag-group-checkbox{margin-left:17px !important}.menutable--roleapplyemp .ag-theme-quartz .ag-ltr input[class^=ag-][type=text]{text-align:center}.menutable--roleapplyemp .ag-theme-quartz.tabletextcenter-roleemp .ag-row-no-focus.ag-row.ag-row-level-0.ag-row-position-absolute.ag-row-not-inline-editing:hover{z-index:5}.menutable--roleapplyemp .ag-row.ag-row-level-0.ag-row-group.ag-row-position-absolute.ag-row-group-expanded.ag-row-focus.ag-row-inline-editing input.ag-input-field-input.ag-text-field-input,.menutable--roleapplyemp .ag-row.ag-row-level-1.ag-row-group.ag-row-position-absolute.ag-row-group-expanded.ag-row-focus.ag-row-inline-editing input.ag-input-field-input.ag-text-field-input,.menutable--roleapplyemp .ag-row.ag-row-level-2.ag-row-group.ag-row-position-absolute.ag-row-group-expanded.ag-row-focus.ag-row-inline-editing input.ag-input-field-input.ag-text-field-input,.menutable--roleapplyemp .ag-row.ag-row-level-0.ag-row-group.ag-row-group-contracted.ag-row-position-absolute.ag-row-focus.ag-row-inline-editing input.ag-input-field-input.ag-text-field-input,.menutable--roleapplyemp .ag-row.ag-row-level-1.ag-row-group.ag-row-group-contracted.ag-row-position-absolute.ag-row-focus.ag-row-inline-editing input.ag-input-field-input.ag-text-field-input,.menutable--roleapplyemp .ag-row.ag-row-level-2.ag-row-group.ag-row-group-contracted.ag-row-position-absolute.ag-row-focus.ag-row-inline-editing input.ag-input-field-input.ag-text-field-input{text-align:left !important}.labourrate-page .ag-theme-quartz.labourtate-page-agheight{height:calc(var(--usable-height) - 147px)}.rptypecommon-inwardpurchase{padding-right:0px}.comoninwardpurchasepadding{padding-left:10px}.vchdate-right{padding-right:10px}.two-block-input-date-purchase.jv-input-timedate.jv-date{display:block}.settingbtn-inward{position:absolute;right:0;top:7px}.assetsinward .assetinward-uploadimg{display:flex;align-items:center}.rightsparameterpages .rightsetuppage-table .ag-theme-quartz{height:calc(100vh - 13.6rem)}.rightsparameterpages .rightsetuppage-table .ag-theme-quartz .ag-root-wrapper.ag-ltr.ag-layout-normal,.rightsparameterpages .rightsetuppage-table .ag-theme-quartz .ag-root.ag-unselectable.ag-layout-normal{border-radius:0 !important}.rightsparameterpages .card-container{min-height:calc(100vh - 11rem)}.rightspara-group{padding:0px 0px 8px}.assetinward-page .card-sub-title1{margin-bottom:0px}.payrec-infocard{padding:6px 10px}@media screen and (min-width: 1680px)and (max-width: 1920px){.recepit-paddingright-label{padding-right:0px}.recepit-paddingleft-label{padding-left:0px}.three-labels{width:40.02%}.col-xxl-3.three-labels{width:25%}.jv-listing.no-sidetabsheader .branch-box{justify-content:flex-start}.jv-listing.no-sidetabsheader .report-box{justify-content:flex-end}}@media screen and (min-width: 1600px)and (max-width: 1681px){.btn-cashbook-search{width:37%}.jv-rptype{width:21%}.jv-listing.cashbook--register .recepit-date{width:38%}.jv-listing .recepit-date{width:29%}.recepit-date{width:29%}.branch-box .col-xxl-3.branch-jv-labes{width:23%}.jv-listing .branch-box .col-xxl-9.branch-width{width:57%}.jv-listing .report-box .col-xxl-9.rp-jv-width{width:85%}.jv-listing .report-box .rp-labels{width:39%;margin-left:-60px}.branch-roporty-two{width:50%}.no-sidetabsheader.jv-listing .report-box .rp-labels{width:25%;margin-left:0px}.no-sidetabsheader .report-box .recepit-paddingright-label{padding-right:10px}.no-sidetabsheader .jv-rptype{width:29%}.no-sidetabsheader.jv-listing .report-box .rp-jv-width{width:74%}}@media screen and (min-width: 1400px)and (max-width: 1600px){.jv-rptype{width:18%}.cashbook--register .btn-cashbook-search{width:37%}.jv-listing.cashbook--register .recepit-date{width:38%}.schemedates-only .fromdate-recepit-me{padding-left:15px}.op-twobranch-rp .recepit-paddingright-label{padding-left:0px}.opening-bal-header .branch-roporty-two .rp-labels{width:21%}.branch-roporty-two{width:50%}.jv-listing .recepit-date{width:32%}.branch-box .col-xxl-3.branch-jv-labes{width:23%}.jv-listing .branch-box .col-xxl-9.branch-width{width:57%}.jv-listing .report-box .col-xxl-9.rp-jv-width{width:76%}.jv-listing .report-box .rp-labels{width:54%;margin-left:-60px}.no-sidetabsheader.jv-listing .report-box .rp-labels{width:34%;margin-left:0px}.no-sidetabsheader .report-box .recepit-paddingright-label{padding-right:10px}.no-sidetabsheader .jv-rptype{width:26%}.no-sidetabsheader.jv-listing .report-box .rp-jv-width{width:66%}.padding-left-checkbox{padding-left:5px}}@media only screen and (max-width: 1681px)and (min-width: 1360px){.col-lg-9.table-listing-left{width:82.2%}.col-lg-3.submenu-sidebar{flex:0 0 auto;width:17.8%}}@media only screen and (max-width: 1359px)and (min-width: 1158px){.col-lg-9.table-listing-left{width:77.666667%}.col-lg-3.submenu-sidebar{flex:0 0 auto;width:22.333333%}}@media only screen and (max-width: 1399px)and (min-width: 1200px){.cardtwo-radio-width{width:45%}.dash-cashbook{margin:0px 4px}.cardone-radio-width{width:54.9%;padding-right:0px}.report-cb-cardradio span.report-radio-me{margin-left:5px}.header-ratio-reportcb.radio-btns label.form-check-label.label-ledger-spacing{margin-left:0px}.cashbook--register .btn-cashbook-search{width:16.666667%}.report-display.report-box{margin-top:5px}.jv-rptype .comn-reportype{width:10.666%}.jv-rptype .report-display.report-box{justify-content:flex-end}.no-side-date.comn-dates .fromdate-recepit-me{padding-left:0px;padding-right:0px}.no-side-date.comn-dates .to-datepicker{margin-right:18px}.no-side-date.comn-dates .transactiondatepicker.date-picker-to.to-datepicker{display:flex;justify-content:flex-start}.jv-listing .branch-box{margin-top:0px}.no-sidetabsheader .jv-rptype .comn-reportype{width:33%}.no-sidetabsheader .report-display.report-box{margin-top:0px}}@media only screen and (max-width: 1159px)and (min-width: 1000px){.col-lg-9.table-listing-left{width:72.666667%}}@media only screen and (max-width: 1199px)and (min-width: 992px){.paramter-rows-cust .form-label{width:137px}.btn-cashbook-search .header-ledger-btn{margin-top:5px}.paramter-rows-cust .col-lg-8{width:62.666667%}.jv-listing .search-input.filter-search-input.recepit-column-searchset{margin-right:10px !important}.no-sidetabsheader .jv-rptype .comn-reportype{width:10.666%}.no-sidetabsheader .jv-rptype .report-display.report-box{justify-content:flex-end}.no-sidetabsheader .no-side-date.comn-dates .fromdate-recepit-me{padding-left:7px;padding-right:19px}.no-sidetabsheader .no-side-date.comn-dates .to-datepicker{margin-right:7px}.no-sidetabsheader .no-side-date.comn-dates .transactiondatepicker.date-picker-to.to-datepicker{display:flex;justify-content:flex-start}.no-sidetabsheader.jv-listing .branch-box{margin-top:0px}.no-sidetabsheader.jv-listing .search-input.filter-search-input.search-column.recepit-column-searchset{margin-right:10px !important}}@media only screen and (max-width: 991px)and (min-width: 768px){.jv-rptype .comn-reportype{width:10.666%}.jv-rptype .report-display.report-box{justify-content:flex-end}.no-side-date.comn-dates .fromdate-recepit-me{padding-left:7px;padding-right:19px}.no-side-date.comn-dates .to-datepicker{margin-right:7px}.no-side-date.comn-dates .transactiondatepicker.date-picker-to.to-datepicker{display:flex;justify-content:flex-start}.jv-listing .branch-box{margin-top:0px}.jv-listing .search-input.filter-search-input.search-column.recepit-column-searchset{margin-right:10px !important}}@media only screen and (max-width: 1414px)and (min-width: 992px){.col-lg-9.table-listing-left-comp{width:72.666667%}.col-lg-3.submenu-sidebar-comp{flex:0 0 auto;width:27.333333%}}@media screen and (min-device-width: 992px)and (max-device-width: 1200px){.Drag___modal:has(.custom-md-modal){overflow:scroll;scrollbar-width:thin}}@media screen and (min-device-width: 769px)and (max-device-width: 991px){.Drag___modal:has(.custom-md-modal){overflow:scroll;scrollbar-width:thin}}@media only screen and (max-width: 991px){.urd-old .react-draggable .modal-header{z-index:99999}.input-group.branch-master-box-width,.input-group.branch-master-box-width .input-group{position:unset}.common-f2-alpmulticolumnhelp .dropdown-content{z-index:9 !important;left:0}.common-f2-alpmulticolumnhelp input#TagItem-4HelpInputBoxID,.common-f2-alpmulticolumnhelp input#TaxSlabHelpHelpInputBoxID{width:94%}.card.modal-ledger-table-br.mt-2.card-4branchmodal-dropdown .css-rpm0fm{max-height:96px}.comn-footer-dropdown-issue .modal-footer.modal-footercustom{z-index:3}a.dropdown-toggle.nav-link.userset{display:none}.user-menu.responsive-user-menu img{padding-right:0px;position:absolute;right:28px}.bar-icon{margin-top:0px}.tab-style-7 .nav-tabs{border-bottom:0;position:relative;background-color:#fff;border:1px solid #eee}}.messagemasterEmailswitch{position:relative;display:inline-block;width:40px;height:22px;flex-shrink:0}.messagemasterEmailswitch input{opacity:0;width:0;height:0}.messagemasterEmailswitch .slider{position:absolute;cursor:pointer;inset:0;background-color:#aaa;transition:.3s;border-radius:22px}.messagemasterEmailswitch .slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;top:50%;transform:translateY(-50%);background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.2)}.messagemasterEmailswitch input:checked+.slider{background-color:#2563eb}.messagemasterEmailswitch input:checked+.slider:before{transform:translate(18px, -50%)}body:has(.Messagemastertable) .css-1ekglio-menu{margin-top:0px !important}.Messagemastermodal .modal-body{padding:20px}.Sms_group .pass-input.user{border:1px solid #dbe0e6}.send-fail-alert-container{display:flex;align-items:center;padding:4px 8px;border:1px dashed #3365cc;background:#f6f9ff;border-radius:6px;justify-content:space-between;margin-top:14px}.send-fail-alert-container .toggle-label{font-size:15px;color:#181d1f;font-weight:600}.send-fail-alert-container .radio-group{display:flex;gap:16px}.send-fail-alert-container .radio-group .radio-option{display:flex;align-items:center;font-size:15px;font-weight:600;color:#181d1f;cursor:pointer;position:relative}.send-fail-alert-container .radio-group .radio-option input{display:none}.send-fail-alert-container .radio-group .radio-option .custom-radio{width:16px;height:16px;border:1px solid #181d1f;border-radius:50%;margin-left:6px;display:inline-block;position:relative}.send-fail-alert-container .radio-group .radio-option .custom-radio::after{content:"";width:10px;height:10px;background-color:#07389c;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(0);transition:transform .2s ease-in-out}.send-fail-alert-container .radio-group .radio-option.checked{color:#07389c}.send-fail-alert-container .radio-group .radio-option.checked .custom-radio{border-color:#07389c}.send-fail-alert-container .radio-group .radio-option.checked .custom-radio::after{transform:translate(-50%, -50%) scale(1)}.modal-footer.Messagemaster-footer{justify-content:space-between !important;padding:3px 10px}.lot_sidenav.messagetemplatesidemodal{z-index:10;background-color:#fff;border-radius:4px}.lot_sidenav.messagetemplatesidemodal .lot_gen_content{margin:0px;padding:0px}.lot_sidenav.messagetemplatesidemodal .sidemodalheader{display:flex;align-items:center;border-bottom:1px solid #ccc}.lot_sidenav.messagetemplatesidemodal .sidemodalheader .headercontent{display:flex;align-items:center;padding:14px;gap:10px}.lot_sidenav.messagetemplatesidemodal .sidemodalmessagebody{padding:10px}.lot_sidenav.messagetemplatesidemodal .sidemodalmessagebody .Checkboxdrop{background-color:#fff}.lot_sidenav.messagetemplatesidemodal .sidemodalmessagebody .imageupload{margin-top:20px}.lot_sidenav.messagetemplatesidemodal .sidemodalmessagebody .messagetabs-container{background:#fff;border-radius:8px;box-shadow:0 0 4px rgba(0,0,0,.05);padding:10px}.lot_sidenav.messagetemplatesidemodal .sidemodalmessagebody .tabs-header{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px;margin-bottom:10px}.lot_sidenav.messagetemplatesidemodal .sidemodalmessagebody .tabs-header .tab-btn{background:rgba(0,0,0,0);border:none;font-size:14px;color:#b3820b;font-weight:500;cursor:pointer;padding:4px 8px 4px 8px;transition:all .2s ease}.lot_sidenav.messagetemplatesidemodal .sidemodalmessagebody .tabs-header .tab-btn.active{color:#b3820b;border-bottom:2px solid #b3820b;font-weight:600}.lot_sidenav.messagetemplatesidemodal .sidemodalmessagebody .tabs-header .tab-btn:hover{color:#b3820b}.lot_sidenav.messagetemplatesidemodal .sidemodalmessagebody .tabs-content .owner-block{border:1px solid #eee;border-radius:6px;padding:10px 12px;margin-bottom:10px;background:#fff}.lot_sidenav.messagetemplatesidemodal .sidemodalmessagebody .tabs-content .owner-block h4{font-size:14px;font-weight:600;color:#222;margin-bottom:6px}.lot_sidenav.messagetemplatesidemodal .sidemodalmessagebody .tabs-content .owner-block p{font-size:13px;color:#555;line-height:1.6}.lot_sidenav.messagetemplatesidemodal .sidemodalmessagebody .tabs-content .owner-block p span{margin-right:6px;color:#999}.messagetemplate{background:#fff}.messagemastersection{height:calc(var(--usable-height) - 11rem);overflow-y:auto;overflow-x:hidden;border-radius:8px;background:#fff;box-shadow:0 0 7px 0 rgba(0,0,0,.12);margin-top:7px}.messagemastersection .messagemasterheader{display:flex;align-items:center;padding:10px;background-color:#e9f1ff;flex-wrap:wrap;position:sticky;top:0;z-index:100}.messagemastersection .messagemasterheader .messagetemp-width{width:90%}.messagemastersection .messagemasterheader .react-select.from-control__control.css-116kd9q-control{background-color:#fff}.messagemastersection .messagemasterheader .customeradvancereceipt.OSReceipt .tabs{background-color:#fff;border-radius:6px}.messagemastersection .messagemasterheader .customeradvancereceipt.OSReceipt .tab{height:30px;border-radius:4px;animation:unset;color:#4361ee}.messagemastersection .messagemasterheader .customeradvancereceipt.OSReceipt .tab.active{color:#fff}.messagemastersection .sms_no_template_wrapper{width:100%;padding:20px;display:flex;justify-content:center;align-items:start}.messagemastersection .sms_no_template_wrapper .sms_no_template_box{text-align:center;background:#fff;padding:26px 34px;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 4px 12px rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:center}.messagemastersection .sms_no_template_wrapper .addtemplatebtn{background:linear-gradient(154deg, #f97316 0%, #fb923c 100%);color:#fff;padding:8px 14px;border:0}.messagemastersection .sms_no_template_wrapper .addtemplatebtn:hover{background:linear-gradient(154deg, #f97316 0%, #fb923c 100%);transform:translateY(-2px);box-shadow:0 6px 18px rgba(249,115,22,.3);border:0}.messagemastersection .sms_no_template_wrapper h2{font-size:24px;font-weight:700;color:#181d1f;margin-bottom:10px}.messagemastersection .sms_no_template_wrapper p{color:#767676;font-size:16px}.messagemastersection .menunametemplate{display:flex;width:100%}.messagemastersection .messagemasterheader-left{display:flex;align-items:center;gap:20px}.messagemastersection .messagemasterheader-right{display:flex;align-items:center;justify-content:end;gap:20px}.messagemastersection .smsmessage-tab{margin-top:16px;position:relative}.messagemastersection .smsmessage-tab li:focus{border:0}.messagemastersection .messagetemplatebtn{display:flex;align-items:center;position:sticky;right:0;background-color:#fff;padding:0px 4px 0px 4px}.messagemastersection .messagetemplatebtn .messagetemplateaddbtn{width:28px;height:28px;background:linear-gradient(154deg, #f97316 0%, #fb923c 100%);border-radius:4px;display:flex;align-items:center;justify-content:center;color:#f5f5f5;border:0 !important}.messagemastersection .messagemasterbody{padding:7px}.messagemastersection .messagemasterbody .upload-img-msgTemplate .accordion-card-one{border:1px solid #e5e7eb;border-radius:5px}.messagemastersection .messagemasterbody .upload-img-msgTemplate .accordion-card-one .accordion-item{padding:10px}.messagemastersection .messagemasterbody .upload-img-msgTemplate .accordion-card-one .accordion-item .prev_img_cont1{width:77.4%}.messagemastersection .messagemasterbody .addeditmulti{margin-bottom:10px}.messagemastersection .messagemasterbody .deletebtn{background:#ffdede;color:#ff1616;margin-left:auto;border:0;flex-shrink:0;height:30px}.messagemastersection .messagemasterbody .Messagemastertable{margin-top:0px;width:100%;background:#fff;border-radius:6px;overflow-x:auto}.messagemastersection .messagemasterbody .Messagemastertable .Message-table{min-width:900px;width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;overflow-x:auto;overflow-y:auto}.messagemastersection .messagemasterbody .Messagemastertable .Message-table .css-13cymwt-control{border:0px}.messagemastersection .messagemasterbody .Messagemastertable .Message-table .css-b62m3t-container .css-t3ipsp-control{border:0px}.messagemastersection .messagemasterbody .Messagemastertable .Message-table thead{z-index:5;border-top-right-radius:6px;border-top-left-radius:6px}.messagemastersection .messagemasterbody .Messagemastertable .Message-table thead tr th:last-child{border-top-right-radius:6px}.messagemastersection .messagemasterbody .Messagemastertable .Message-table tr{height:36px;max-height:36px}.messagemastersection .messagemasterbody .Messagemastertable .Message-table th{border:1px solid #dfebff;padding:6px;background-color:#eaf2ff;color:#181d1f;text-align:left;font-weight:700}.messagemastersection .messagemasterbody .Messagemastertable .Message-table tbody td:first-child{border-left:1px solid #eaf2ff}.messagemastersection .messagemasterbody .Messagemastertable .Message-table td{border-right:1px solid #dfebff;border-top:1px solid #dfebff;padding:0px;color:#181d1f;font-weight:600}.messagemastersection .messagemasterbody .Messagemastertable .Message-table .smsoverflowtext{max-height:36px;overflow:auto;white-space:normal;word-break:break-word}.messagemastersection .messagemasterbody .Messagemastertable .Message-table tbody tr:last-child td{border-bottom:1px solid #dfebff}.messagemastersection .messagemasterbody .Messagemastertable .Message-table .smspadding{padding-left:6px}.messagemastersection .messagemasterbody .Messagemastertable .Message-table .smscheckboxdiv{display:flex;align-items:center;justify-content:center}.messagemastersection .messagemasterbody .Messagemastertable .Message-table .smscheckboxdiv .checkboxs .checkmarks{top:-8px}.messagemastersection .messagemasterbody .Messagemastertable .Message-table .actionCell{display:flex;justify-content:center;align-items:center}.messagemastersection .messagemasterbody .Messagemastertable .Message-table .actionCell .delete-btn{float:left;color:#ff1616;border:0;background-color:rgba(0,0,0,0);padding:0px}.messagemastersection .messagemasterbody .Messagemastertable .Message-table .actionCell .edit-btn{float:left;color:#53575e;margin-right:5px;background-color:rgba(0,0,0,0);padding:0px;border:0}.messagemastersection .messagemasterbody .Messagemastertable .Message-table .actionCell .plus-btn{float:left;color:#2f61c9;margin-right:5px;background-color:rgba(0,0,0,0);padding:0px;border:0}.messagemastersection .messagemasterbody .Messagemastertable .Message-table .css-116kd9q-control{border:0;border-radius:0px;height:36px !important}.messagemastersection .messagemasterbody .Messagemastertable .Message-table .css-tqczc6-control{border-radius:0px;height:36px !important}.messagemastersection .messagemasterbody .Messagemastertable .Message-table .css-1cll6hx{height:35px !important}.messagemastersection .messagemasterbody .Messagemastertable .Message-table .Penaltyinput{border:0;border-radius:0px}.messagemastersection .messagemasterbody .Messagemastertable .Message-table .Penaltyinput.textend{text-align:end}.messagemastersection .messagemasterbody .Messagemastertable .Message-table .toggle-container .messagemasterEmailswitch{width:38px;height:20px}.messagemastersection .messagemasterbody .Messagemastertable .Message-table .toggle-container .messagemasterEmailswitch .slider:before{height:15px;width:15px;left:2px}.messagemastersection .messagemasterbody .Messagemastertable .Message-table tfoot td{position:sticky;bottom:0;background:#fff;border-bottom:1px solid #d8e3f5;border-top:0;border-left:1px solid #d8e3f5;padding:8px 12px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.messagemastersection .messagemasterbody .Messagemastertable .Message-table .footer-right{display:flex;justify-content:flex-end;align-items:center;gap:10px}.messagemastersection .messagemasterbody .Messagemastertable .Message-table .footer-right .menu_checkboxs{padding-left:30px}.messagemastersection .messagemasterbody .createsms{border:1px solid #ffe7b2;background:#fffbf2;border-radius:6px;padding:10px;margin-top:10px}.messagemastersection .messagemasterbody .createsms .createheader{display:flex;align-items:center;gap:10px;margin-bottom:14px}.messagemastersection .messagemasterbody .createsms .createheader h3{font-size:18px}.messagemastersection .messagemasterbody .createsms .form-label{font-size:14px;padding-top:2px}.messagemastersection .messagemasterbody .createwhatsapp{border:1px solid #bbf7d0;background:#f6fff8}.messagemastersection .messagemasterbody .uploadfilewhatsapp{display:flex;align-items:center;gap:1rem}.messagemastersection .messagemasterbody .uploadfilewhatsapp .upload-label{font-size:14px;color:#444;min-width:100px}.messagemastersection .messagemasterbody .uploadfilewhatsapp .upload-box{display:flex;align-items:center;width:100%}.messagemastersection .messagemasterbody .uploadfilewhatsapp .upload-box input[type=file]{display:none}.messagemastersection .messagemasterbody .uploadfilewhatsapp .upload-box .upload-btn{display:flex;flex-direction:column;align-items:center;gap:.75rem;border:1px dashed #5ab47b;background:#fff;padding:.75rem 1rem;border-radius:5px;cursor:pointer;transition:all .2s ease;width:100%}.messagemastersection .messagemasterbody .uploadfilewhatsapp .upload-box .upload-btn:hover{border-color:#5e9bff;background:#f0f7ff}.messagemastersection .messagemasterbody .uploadfilewhatsapp .upload-box .upload-btn .uploadcontent{flex-direction:column;display:flex;align-items:center}.messagemastersection .messagemasterbody .uploadfilewhatsapp .upload-box .upload-btn .upload-icon{display:flex;align-items:center}.messagemastersection .messagemasterbody .uploadfilewhatsapp .upload-box .upload-btn strong{display:block;color:#222}.messagemastersection .messagemasterbody .uploadfilewhatsapp .upload-box .upload-btn p{font-size:12px;color:#888;margin:0}.messagemastersection .messagemasterbody .uploadfilewhatsapp .file-name{font-size:13px;color:#2d8a3e;margin-left:.5rem}.messagemastersection .messagemasterbody .createemail{border:1px solid #e9d5ff;background:#fcf9ff}.messagemastersection .messagemasterbody .createemail .upload-btn{border:1px dashed #e9d5ff !important}.messagemastersection .messagemasterbody .createnotification{border:1px solid #ffead2;background:#fffaf4}.message_fields-selector{margin-top:7px;background:#fff;border-radius:6px;box-shadow:0 0 7px 0 rgba(0,0,0,.12);overflow:hidden;max-height:80vh;overflow-y:auto}.message_fields-selector .selector-header{padding:9px 14px;background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);color:#fff;position:sticky;top:0;z-index:10}.message_fields-selector .selector-header h2{font-size:20px;font-weight:700;color:#fff}.message_fields-selector .selector-header .subtitle{margin:0px;font-size:12px;font-weight:500}.message_fields-selector .selector-header .header-actions{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.2)}.message_fields-selector .fields-list{padding:16px;display:flex;flex-direction:column;gap:6px}.message_fields-selector .field-item{display:flex;align-items:center;padding:6px 10px;border-radius:6px;background:#f8f9fa;cursor:pointer;transition:all .2s ease;position:relative}.message_fields-selector .field-item:hover{background:#e9ecef;transform:translateX(4px)}.message_fields-selector .checkboxs .checkmarks{top:3px}.message_fields-selector .field-label{font-size:14px;color:#2d3748 !important;font-weight:600;margin-left:4px}.smsuploadfile p{margin-top:0px;margin-bottom:0px}.smsuploadfile .image_lists{max-height:78px}.uploadfilewhatsapp{display:flex;align-items:center;gap:1rem}.uploadfilewhatsapp .upload-label{font-size:14px;color:#444;min-width:100px}.uploadfilewhatsapp .upload-box{display:flex;align-items:center}.uploadfilewhatsapp .upload-box input[type=file]{display:none}.uploadfilewhatsapp .upload-box .upload-btn{display:flex;align-items:center;gap:.75rem;border:1px dashed #5ab47b;background:#fff;padding:.75rem 1rem;border-radius:5px;cursor:pointer;transition:all .2s ease}.uploadfilewhatsapp .upload-box .upload-btn:hover{border-color:#5e9bff;background:#f0f7ff}.uploadfilewhatsapp .upload-box .upload-btn .upload-icon{display:flex;align-items:center}.uploadfilewhatsapp .upload-box .upload-btn strong{display:block;color:#222}.uploadfilewhatsapp .upload-box .upload-btn p{font-size:12px;color:#888;margin:0}.uploadfilewhatsapp .file-name{font-size:13px;color:#2d8a3e;margin-left:.5rem}.attachfileemail .attach-label{font-size:14px;color:#444;min-width:100px}.attachfileemail .attach-box{display:flex;align-items:center}.attachfileemail .attach-box input[type=file]{display:none}.attachfileemail .attach-box .attach-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px dashed #ccc;background:#fff;padding:.6rem 1rem;border-radius:6px;cursor:pointer;color:#333;font-weight:500;transition:all .2s ease}.attachfileemail .attach-box .attach-btn:hover{border-color:#5e9bff;background:#f0f7ff;color:#1a73e8}.attachfileemail .attach-box .attach-btn .attach-text{color:#181d1f}.attachfileemail .file-name{font-size:13px;color:#2d8a3e;margin-left:.5rem}.buttonformessagetmp{display:flex;align-items:center;gap:10px;margin-bottom:10px}.msgtoggle-fields-btn{display:none;background:#667eea;color:#fff;cursor:pointer;height:30px;border:0}.msgtoggle-fields-btn:hover{border:0}@media(max-width: 1200px){.message_fields-selector{position:fixed;top:14%;right:0px;transform:translateX(100%);z-index:999}.message_fields-selector.open{transform:translateX(0)}.message_fields-selector .fields-list{padding:10px}.msgtoggle-fields-btn{display:flex}}.crm_border_bottom .common-width .tab-pane .card.table-list-card{border-bottom:0}.osfollowup{height:calc(var(--usable-height) - 10rem);overflow-y:auto;overflow-x:hidden}.osfollowup .headercontent i{color:#3762f4;font-size:16px}.osfollowup .headercontent h4{font-size:16px}.osfollowup .outstanding-card{background:linear-gradient(90deg, #3762f4, #6539c0);color:#fff;padding:20px;border-radius:10px;display:flex;flex-direction:column;box-shadow:0 6px 15px rgba(0,0,0,.1);margin:7px}.osfollowup .outstanding-card .outstanding-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.osfollowup .outstanding-card .outstanding-header .left{display:flex;align-items:center;gap:14px}.osfollowup .outstanding-card .outstanding-header .left .icon{background:hsla(0,0%,100%,.15);border-radius:8px;padding:15px;display:flex;align-items:center;justify-content:center}.osfollowup .outstanding-card .outstanding-header .left .icon i{font-size:24px}.osfollowup .outstanding-card .outstanding-header .left h3{font-size:24px;font-weight:700;color:#fff}.osfollowup .outstanding-card .outstanding-header .left .tabs{display:flex;gap:31px;flex-wrap:wrap;margin-top:6px}.osfollowup .outstanding-card .outstanding-header .left .tabs .tab{cursor:pointer;opacity:.85;transition:all .3s ease;display:flex;flex-direction:column;align-items:flex-start;position:relative}.osfollowup .outstanding-card .outstanding-header .left .tabs .tab .tab-top{display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(0,0,0,0)}.osfollowup .outstanding-card .outstanding-header .left .tabs .tab .tab-top img{height:20px;width:20px}.osfollowup .outstanding-card .outstanding-header .left .tabs .tab .tab-bottom{font-weight:600;font-size:14px;padding-bottom:3px;transition:border-color .3s ease;margin-top:1px}.osfollowup .outstanding-card .outstanding-header .left .tabs .tab p{margin-bottom:0;font-size:13px}.osfollowup .outstanding-card .outstanding-header .left .tabs .tab h4{font-size:15px;color:#fff;font-weight:600}.osfollowup .outstanding-card .outstanding-header .left .tabs .tab:hover{opacity:1}.osfollowup .outstanding-card .outstanding-header .left .tabs .tab.active{opacity:1}.osfollowup .outstanding-card .outstanding-header .left .tabs .tab.active .tab-top{border-color:#fff}.osfollowup .outstanding-card .outstanding-header .right{background:hsla(0,0%,100%,.15);border-radius:8px;padding:15px 25px;text-align:right}.osfollowup .outstanding-card .outstanding-header .right h2{margin:0;font-size:24px;color:#fff;margin-bottom:2px}.osfollowup .outstanding-card .outstanding-header .right p{margin:0;font-size:14px;color:#fff}.osfollowup .customer-voucher-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:12px;margin:7px}.osfollowup .customer-voucher-card .customer-voucher-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px;flex-shrink:0}.osfollowup .customer-voucher-card .customer-voucher-header .left{display:flex;gap:12px}.osfollowup .customer-voucher-card .customer-voucher-header .left .icon{background:linear-gradient(90deg, #3762f4, #6539c0);color:#fff;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center}.osfollowup .customer-voucher-card .customer-voucher-header .left .icon i{font-size:20px}.osfollowup .customer-voucher-card .customer-voucher-header .left .info .name-row{display:flex;align-items:center;gap:6px;font-weight:600;flex-wrap:wrap}.osfollowup .customer-voucher-card .customer-voucher-header .left .info .name-row h4{font-size:20px;line-height:1;font-weight:700;color:#181d1f}.osfollowup .customer-voucher-card .customer-voucher-header .left .info .address-wrapper{position:relative;display:inline-flex;align-items:center}.osfollowup .customer-voucher-card .customer-voucher-header .left .info .address-wrapper .short-address{color:#6a7282;font-size:12px;max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:4px;font-weight:700}.osfollowup .customer-voucher-card .customer-voucher-header .left .info .address-wrapper .arrow-btn{background:#e8edfc;border:none;color:#3762f4;cursor:pointer;transition:transform .2s ease;height:22px;width:22px;padding:0;border-radius:4px;box-shadow:0px 2px 2px -1px #c4cce1}.osfollowup .customer-voucher-card .customer-voucher-header .left .info .address-wrapper .arrow-btn i{font-size:11px;margin-bottom:1px}.osfollowup .customer-voucher-card .customer-voucher-header .left .info .address-wrapper .floating-box{position:absolute;top:22px;left:-50px;background:#fff;border-radius:8px;padding:10px 12px;box-shadow:0 4px 16px rgba(0,0,0,.15);width:280px;z-index:10;animation:fadeIn .2s ease}.osfollowup .customer-voucher-card .customer-voucher-header .left .info .address-wrapper .floating-box .full-address{font-size:13px;color:#333;line-height:1.4}.osfollowup .customer-voucher-card .customer-voucher-header .left .info .phone{font-size:14px;color:#6a7282;margin-top:2px;display:flex;align-items:center;gap:6px;font-weight:700;flex-wrap:wrap}.osfollowup .customer-voucher-card .customer-voucher-header .left .info .phone .flip{transform:scaleX(-1)}.osfollowup .customer-voucher-card .customer-voucher-header .left .info .phone i{color:#3762f4}.osfollowup .customer-voucher-card .customer-voucher-header .left .info .phone span{display:flex;align-items:center;gap:4px}.osfollowup .customer-voucher-card .customer-voucher-header .left .info .address{background:#f9f9f9;border:1px solid #ddd;border-radius:6px;padding:8px;font-size:.85rem;color:#555;margin-top:4px}.osfollowup .customer-voucher-card .customer-voucher-header .right{text-align:right}.osfollowup .customer-voucher-card .customer-voucher-header .right h3{margin:0;color:#2b6ef2;font-size:20px;font-weight:700}.osfollowup .customer-voucher-card .customer-voucher-header .right p{margin:0;font-size:14px;color:#6a7282}.osfollowup .customer-voucher-card .voucher-list{display:flex;flex-direction:column;gap:10px;margin-top:10px}.osfollowup .customer-voucher-card .voucher-list .voucher{background:#f8faff;border:1px solid #dfe6ff;border-radius:10px;padding:12px 15px;display:flex;justify-content:space-between;align-items:center;gap:6px}.osfollowup .customer-voucher-card .voucher-list .voucher .checkboxs{padding-left:10px;margin-bottom:19px}.osfollowup .customer-voucher-card .voucher-list .voucher .left_side{display:flex;align-items:center;gap:25px}.osfollowup .customer-voucher-card .voucher-list .voucher .left{display:flex;align-items:center;flex-wrap:wrap;gap:24px}.osfollowup .customer-voucher-card .voucher-list .voucher .left .voucher-item{display:flex;align-items:center;gap:10px;font-size:.9rem}.osfollowup .customer-voucher-card .voucher-list .voucher .left .voucher-item p{margin:0px;font-size:13px;color:#6a7282}.osfollowup .customer-voucher-card .voucher-list .voucher .left .voucher-item i{color:#3762f4;font-size:16px}.osfollowup .customer-voucher-card .voucher-list .voucher .left .voucher-item span{text-align:start}.osfollowup .customer-voucher-card .voucher-list .voucher .left .voucher-item h4{font-weight:700;font-size:14px;color:#181d1f;line-height:1}.osfollowup .customer-voucher-card .voucher-list .voucher .left .voucher-item img{height:18px;width:18px}.osfollowup .customer-voucher-card .voucher-list .voucher .left .voucher-item.red,.osfollowup .customer-voucher-card .voucher-list .voucher .left .voucher-item .red{color:#dc3545}.osfollowup .customer-voucher-card .voucher-list .voucher .left .orange{color:#f90 !important}.osfollowup .customer-voucher-card .voucher-list .voucher .left .red{color:#ff1616}.osfollowup .customer-voucher-card .voucher-list .voucher .right{display:flex;gap:8px}.osfollowup .customer-voucher-card .Addbutton{padding:10px 0px 0px 0px;display:flex;align-items:center;justify-content:end}.osfollowup .customer-voucher-card .osbutton{border:none;color:#fff;border-radius:6px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:.3s ease;padding:9px 8px}.osfollowup .customer-voucher-card .osbutton.view{background:linear-gradient(90deg, #3762f4, #6539c0)}.osfollowup .customer-voucher-card .osbutton.add{background:linear-gradient(154deg, #f97316 0%, #fb923c 100%)}.osfollowup .customer-voucher-card .osbutton i{width:15px;color:#fff}.osfollowup .customer-voucher-card .non-due{margin-top:15px;text-align:center}.osfollowup .customer-voucher-card .non-due .line-due{display:flex;align-items:center;gap:10px;margin-top:10px}.osfollowup .customer-voucher-card .non-due .line-due hr{flex:1;border:none;border-top:1px solid #dfe6ff}.osfollowup .customer-voucher-card .non-due .line-due span{display:flex;align-items:center;gap:5px;color:#6a7282;font-weight:500}.osfollowup .customer-voucher-card .non-due .nonduebtn{background:rgba(0,0,0,0);border:0;border-radius:6px;padding:8px 10px;cursor:pointer;color:#6a7282;font-size:14px}.osfollowup .customer-voucher-card .non-due .nonduebtn span{font-size:.8rem;margin-left:6px}.osfollowup .customer-voucher-card .non-due .nonduebtn .text{display:flex;align-items:center;gap:4px}.osfollowup .sidemodalheader{position:sticky;top:0;background-color:#fff;z-index:11}.osfollowup .closebtn{z-index:12}.osfollowup .lot_sidenav{box-shadow:0px 0px 2px 2px #d3d3d3;border-radius:0px;background-color:#fff;top:47px}.osfollowup .history-cards{display:flex;flex-direction:column;gap:14px}.osfollowup .history-cards .voucher-card{background:linear-gradient(135deg, #f8f9ff 0%, #f8f1ff 100%);border-radius:8px;padding:12px;box-shadow:0 0px 2px 2px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s;border:1px solid #c4d0ff}.osfollowup .history-cards .voucher-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.osfollowup .history-cards .voucher-card .voucher-header{display:flex;justify-content:space-between;margin-bottom:10px}.osfollowup .history-cards .voucher-card .voucher-header .voucher-no{font-weight:700;color:#3861f3;font-size:16px}.osfollowup .history-cards .voucher-card .voucher-header .due-date{color:#ff1616;font-weight:700;font-size:14px}.osfollowup .history-cards .voucher-card .voucher-details{display:grid;grid-template-columns:1fr 1fr;gap:4px;font-size:14px;margin-bottom:10px}.osfollowup .history-cards .voucher-card .voucher-details .detail-label{color:#181d1f;font-weight:500;font-size:14px}.osfollowup .history-cards .voucher-card .voucher-details .detail-value{color:#181d1f;font-size:14px;font-weight:700;text-align:end}.osfollowup .history-cards .voucher-card .remarks-section{margin-top:10px;padding-top:10px;border-top:1px dashed #cfd9ff}.osfollowup .history-cards .voucher-card .remarks-section .remarks-header{display:flex;align-items:center;margin-bottom:8px}.osfollowup .history-cards .voucher-card .remarks-section .remarks-header i{font-size:16px;color:#3861f3}.osfollowup .history-cards .voucher-card .remarks-section .remarks-header .remarks-title{font-weight:600;color:#181d1f;font-size:16px;margin-left:6px}.osfollowup .history-cards .voucher-card .remarks-section .remarks-content{color:#555;line-height:1.5;font-size:13px;background-color:#fff;padding:10px;border-radius:4px;border-left:2px solid #3861f3}.OS_Credit_days_modal .react-draggable{border-radius:14px !important}.OS_Credit_days_modal .modal-body{padding:0px}.OS_Credit_days_modal .modal-body .modal_imagevector{display:flex;align-items:center;justify-content:center;padding:0px 20px 40px 20px}.OS_Credit_days_modal .modal-body .modal_imagevector img{width:200px}.OS_Credit_days_modal .credit_modal{width:100%;background:hsla(0,0%,100%,.85);border-radius:16px}.OS_Credit_days_modal .credit_modal .form-label{font-size:14px}.OS_Credit_days_modal .credit_modal .modal_header{padding:20px;text-align:center;background:linear-gradient(135deg, #4375db, #8191d9);color:#fff;flex-direction:column;position:relative;border-radius:14px 14px 0px 0px}.OS_Credit_days_modal .credit_modal .modal_header .modal-title{font-size:24px;font-weight:600;color:#fff}.OS_Credit_days_modal .credit_modal .modal_header .osmodalclose{position:absolute;top:10px;right:10px}.OS_Credit_days_modal .credit_modal .modal_header .closebtnos{border:0;border-radius:50%;background-color:hsla(0,0%,100%,.3019607843);color:#fff;height:24px;width:24px;display:flex;align-items:center;justify-content:center}.OS_Credit_days_modal .credit_modal .modal_body{padding:16px}.osfollowupmodal_footer{padding:4px 10px !important}.modal-content .modal-footercustom.osfollowupmodal_footer{border-bottom-left-radius:16px !important;border-bottom-right-radius:16px !important}.osviewmodal-body .voucher-info{display:grid;grid-template-columns:repeat(3, 1fr);gap:10px;background:linear-gradient(90deg, #e6edff, #eaf9ff);padding:12px 16px;border-radius:10px;border:1px solid #a8c7ff;color:#181d1f}.osviewmodal-body .voucher-info li{font-size:14px}.osviewmodal-body .voucher-info span{color:#181d1f;font-size:14px;font-weight:700}.osviewmodal-body .ostableheader{margin-top:20px;margin-bottom:20px}.osviewmodal-body .ostableheader h4{font-size:15px;margin-bottom:8px;color:#181d1f;font-weight:670}.osviewmodal-body .ostable-container{max-height:160px;overflow-y:auto;border-radius:6px;background:#fff;border:1px solid #dfe6ff}.osviewmodal-body .ostable-container .styled-table{width:100%;border-collapse:collapse;font-size:14px}.osviewmodal-body .ostable-container .styled-table thead{background:#f5f8ff;position:sticky;top:0;z-index:1;border-bottom:1px solid #d0dcf2}.osviewmodal-body .ostable-container .styled-table thead th{text-align:left;padding:6px 12px;color:#181d1f;font-weight:600;border-right:1px solid #d0dcf2;font-size:15px}.osviewmodal-body .ostable-container .styled-table thead th:last-child{border-right:none}.osviewmodal-body .ostable-container .styled-table tbody tr{border-bottom:1px solid #e4e9f5}.osviewmodal-body .ostable-container .styled-table tbody tr:hover{background-color:#f9fbff}.osviewmodal-body .ostable-container .styled-table tbody tr td{padding:6px 12px;color:#181d1f;border-right:1px solid #e4e9f5;font-size:14px}.osviewmodal-body .ostable-container .styled-table tbody tr td:last-child{border-right:none}.osviewmodal-body .ostable-container .styled-table tbody tr:last-child{border-bottom:none}.osviewmodal-body .image-section h4{font-size:15px;margin-bottom:10px;color:#181d1f;font-weight:700}.osviewmodal-body .image-section img{height:auto;width:100px;margin-right:4px}.osviewmodal-body .remark-section h4{font-size:15px;margin-bottom:10px;color:#181d1f;font-weight:700}.trendingsku{background:#fff;border-top:1px solid #e9e9e9;border-left:1px solid #e9e9e9;border-radius:4px 0 0;padding:7px}.trendingsku .tab-pane.fade.active.show{padding:0px}.trendingsku .banner-mst-ecomm{height:auto}.trendingsku .banner-grid{height:calc(var(--usable-height) - 11.6rem) !important;border:0 !important}.trendinggridimage-height{width:32px}.trendingsku-modal .ag-cell-wrapper>*:not(.ag-cell-value):not(.ag-group-value){height:32px !important}.modal-footer.Ecommercetredingsku-footer{display:flex;justify-content:space-between !important;padding:4px 10px 4px 10px}@media(max-width: 1400px){.messagemastersection .internaluser .Messagemastertable .Message-table .dataTable-col col:nth-child(2){width:497px}.messagemastersection .internaluser .Messagemastertable .Message-table .dataTable-col col:nth-child(3){width:400px}.messagemastersection .internaluser .Messagemastertable .Message-table .dataTable-col col:nth-child(4){width:188px}.messagemastersection .messagemasterheader .messagetemp-width{width:100%}}@media(max-width: 991px){.Messagemastertable .Message-table{min-width:941px}.osviewmodal-body .voucher-info{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.osfollowup{scrollbar-width:none}.osfollowup .outstanding-card{padding:10px}}@media(max-width: 670px){.osfollowup .customer-voucher-card .voucher-list .voucher{align-items:start}.osfollowup .customer-voucher-card .voucher-list .voucher .left_side{align-items:start;gap:20px}}@media(max-width: 600px){.osfollowup .outstanding-card{padding:6px;margin:4px}.osfollowup .outstanding-card .outstanding-header .right{width:100%;padding:8px 16px}.osfollowup .outstanding-card .outstanding-header .left .tabs{gap:14px}.osfollowup .outstanding-card .outstanding-header .left h3{font-size:18px}.osfollowup .outstanding-card .outstanding-header .left .icon i{font-size:15px}.osfollowup .customer-voucher-card{padding:8px;margin:4px}.osfollowup .customer-voucher-card .voucher-list .voucher .left{gap:14px}.osfollowup .customer-voucher-card .voucher-list .voucher{padding:8px 8px}.osfollowup .customer-voucher-card .voucher-list .voucher .right{gap:6px}.osfollowup .customer-voucher-card .customer-voucher-header .left .info .name-row h4{font-size:16px}.osfollowup .customer-voucher-card .customer-voucher-header .right h3{font-size:16px}.osfollowup .customer-voucher-card .customer-voucher-header .right p{font-size:12px}.osfollowup .customer-voucher-card .customer-voucher-header .left .info .name-row{margin-bottom:6px}.osfollowup .customer-voucher-card .customer-voucher-header .left .icon{width:32px;height:32px;flex-shrink:0}.osfollowup .customer-voucher-card .customer-voucher-header .left .icon i{font-size:14px}.osfollowup .customer-voucher-card .customer-voucher-header .left{gap:8px}}@media(max-width: 575px){.osviewmodal-body .voucher-info{grid-template-columns:repeat(1, 1fr)}}@media(max-width: 450px){.osfollowup .outstanding-card .outstanding-header .left{display:block}.osfollowup .outstanding-card .outstanding-header .left .icon{width:40px;height:40px;margin-bottom:10px}.osfollowup .customer-voucher-card .customer-voucher-header .left .info .phone{display:block}.OS_Credit_days_modal .credit_modal .modal_header .modal-title{font-size:18px}}@media(max-width: 400px){.send-fail-alert-container .toggle-label{font-size:14px}.send-fail-alert-container .radio-group .radio-option{font-size:14px}.send-fail-alert-container .radio-group{gap:10px}.messagemastersection .messagemasterheader-left{gap:10px;align-items:start}.messagemastersection .messagemasterheader-left img{height:30px}}.daybookgrp-modalbtn{display:flex !important}.bankpayment_modal .react-datepicker__calendar-icon{right:0 !important;bottom:0 !important;margin-bottom:0px !important}@media only screen and (max-width: 991px){.header .top-nav-search form{display:flex}.header .searchinputs .dropdown-toggle{display:flex}.top-nav-search .responsive-search{display:none}.user-menu{display:flex;justify-content:flex-end;right:28px}.user-menu .nav-searchinputs{margin-right:inherit}}@media only screen and (max-width: 1620px)and (min-width: 1201px){.header ul li.searchinputs input{width:223px}}@media only screen and (max-width: 1067px)and (min-width: 992px){.user-menu .nav-searchinputs{margin-right:auto;margin-left:0px}.header .searchinputs input{margin-left:10px}}@media only screen and (max-width: 1003px)and (min-width: 992px){.header .searchinputs input{width:134px}}@media only screen and (max-width: 667px)and (min-width: 426px){.card.com-header-branch-comp-year .searchinputs input{width:100%}.user-menu{display:flex;right:0px;gap:0px}li.nav-item.nav-item-box.mail-box,li.nav-item.nav-item-box.zoom-box{margin-top:10px}.card.com-header-branch-comp-year ul li .css-f0tfui{padding:0px 7px}}@media only screen and (max-width: 991px)and (min-width: 320px){.card.com-header-branch-comp-year{width:98%;margin:3px auto 3px auto}.card.com-header-branch-comp-year{display:block !important}}@media only screen and (max-width: 1600px){.recepitmemo-to-grid{padding-left:16px}}@media only screen and (max-width: 1440px){.tab-style-6 .nav-item .nav-link{padding:7px 28px 5px 5px}.otherrateid-only .branch-jv-labes.rp-labels{padding:0px}}@media only screen and (max-width: 1400px){li.nav-item.dropdown.has-arrow.main-drop.select-store-dropdown.topheaderdropdown_main.branch-top-headerdp{width:10%}}@media only screen and (max-width: 1399px){.compmst-tablelis-left{flex:0 0 auto;width:87.333333%}.acc-opening-only .two-block-input-date-rec-pay{display:flex;margin-left:0px}.vchdate-right{padding-right:10px}.pageinwardpurchase-acc-name{margin-left:-4%;width:78.9%}.daybook-purch-field{padding-left:3px}.scheme-ledger-report-filter-btn .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 30rem) !important}li.nav-item.dropdown.has-arrow.main-drop.select-store-dropdown.topheaderdropdown_main{width:16%;font-size:12px}.two-block-input-date-inchallan.accopening-vchdate-respo{width:100%}}@media only screen and (max-width: 1366px){.dropdown-printer-common a.Icon-Full-Btn{height:30px}.rightsparameterpages .rightsetuppage-table .ag-theme-quartz{height:calc(100vh - 13.2rem)}.assetinward-page .ag-theme-quartz.pay_card_border.table-grid-input-space.transaction_theme-tablecolor{height:calc(100vh - 34.1rem)}.content.content_100vh.Jv .card-container-GSTJV.assetinward-page{min-height:calc(100vh - 7.6rem)}.scheme-ledger-report-filter-btn .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 29rem) !important}.scheme-ledger-rp-row .recepit-paddingleft-label{padding-left:10px}.cb-page .card-container{min-height:calc(100vh - 10.1rem)}.cashbookgrid .ag-theme-quartz{height:calc(100vh - 221px)}.schemedates-only .recepitmemo-to-grid{padding-left:0px}.row.align-items-center.report-display.report-box.op-twobranch-rp{margin-top:0px}.row.acc-detail.recepit-memo-acc{margin-left:-13px}.report-box .recepit-paddingright-label.rp-labels{padding-left:0px}.sidelayout-scrolllisting.counter-scroll.main-trans-comn .ag-theme-quartz{height:calc(100vh - 161px)}.branch-box,.report-display.report-box{margin-top:5px}.nosidetab-date{margin-left:5px}.tome-1{padding-left:0px}.rate-report-display.memo-reporttype-listing.branch-recepit{justify-content:flex-start}.recepit-paddingright-label{padding-right:0px}.recepit-paddingleft-label{padding-left:0px}.rate-report-display.memo-reporttype-listing.scheme-reportype-transaction{margin-top:0px}.ag-theme-quartz.common-br-top-remove.scheme-report-ag-table.pt-0{height:calc(100vh - 327px)}.rate-report-display.memo-reporttype-listing{justify-content:flex-end;margin-top:5px}.daily-rate-two-listingscroll .ag-theme-quartz{height:calc(100vh - 170px) !important}.no-page-header-card-container{min-height:calc(100vh - 94px)}.no-header-page-content_100vh{min-height:calc(100vh - 76px)}.content_100vh{min-height:calc(100vh - 6.6rem)}.card-container{min-height:calc(100vh - 9.8rem)}.two-block-input-date-inchallan input.vch-date.vch-date-left.accopening-vchtime{width:74% !important}.d-flex.w-100.mx-1.date-historybtn{padding:3px}}@media only screen and (max-width: 1340px){ul.nav.nav-tabs.tab-role-policy.table-top_header.page-header{column-gap:0px}}@media only screen and (max-width: 1280px){ul.nav.nav-tabs.tab-role-policy.table-top_header.page-header{column-gap:3px}}@media only screen and (max-width: 1200px){.page-recepit-twoblock{width:100%}.vch-scheme{padding-right:0%}}@media only screen and (max-width: 1199px){.cashbookgrid .ag-theme-quartz{height:calc(100vh - 241px)}.assetsinward .assetinward-uploadimg{display:flex;align-items:flex-start}.flex-end-rptype .transaction-header-displayreportype{justify-content:flex-end}.otherrateid-only .op-twobranch-rp .rp-labels{width:16%}.otherrateid-only .op-twobranch-rp .recepit-paddingleft-label{width:42.2%}.daybook-purch-field{padding-left:11px}.pageinwardpurchase-acc-name{margin-left:0%;width:66.6666%}.comoninwardpurchasepadding{padding-left:10px}.acc-opening-only .two-block-input-date-rec-pay{display:flex;margin-left:0px}.creditors-advpadding{padding-left:10px}.card.p-0.table-one-dailyrate{margin-right:unset}.header-ratio-reportcb.radio-btns{column-gap:0px}.gst-jvtaxinfor{padding-right:10px}.table-one-dailyrate{margin-bottom:4px}.row.align-items-center.report-display.report-box.op-twobranch-rp{margin-top:5px}.op-twobranch-rp .rp-labels{width:17%}.op-twobranch-rp .recepit-paddingleft-label{width:44%}.row.acc-detail.recepit-memo-acc{margin-left:0px}.only-customer-advancerecipt-vchdate .two-block-input-date-inchallan.accopening-vchdate-respo.acco{width:98%}.report-display{justify-content:flex-end;margin-top:5px}.rate-report-display.memo-reporttype-listing.scheme-reportype-transaction{margin-top:5px}.transaction-header-displayreportype{justify-content:flex-start}.vch-date.vch-date-left.vch-date-pagerecepit{width:36% !important}.common-agride-heightscroll-x.daily-rate-listing-gridtable{height:calc(100vh - 170px);overflow-x:hidden;overflow-y:scroll}.daily-rate-two-listingscroll .ag-body-viewport.ag-row-animation.ag-layout-normal{height:calc(100vh - 259px)}.totalinfo-scheme,.recepit-details-scheme{margin-top:7px}.two-block-input-date-inchallan.accopening-vchdate-respo.acco{width:99%}.voucher-accopening .custom-dropdown{margin-left:0px}.accopening-vchdate-grid{margin-right:-31px}.acc-opening-acname{padding-left:0px}.accopening-vch-date{width:44% !important}.accopening-vchdays{width:62% !important}.branchinput{margin-top:10px}.tds .ag-body-horizontal-scroll{margin-top:132px !important}.dailyrate-tableone{margin-bottom:9px}.content_100vh{min-height:calc(100vh - 5.6rem)}.table-listing-left{padding-left:9px}}@media only screen and (max-width: 1152px){span.scheme-name.customer-advancereceipt-oldurdlabels{font-size:13px}.table-one-dailyrate{margin-bottom:4px}}@media only screen and (max-width: 1115px){.search-input.filter-search-input.search-column.recepit-column-searchset{margin-right:0px !important}}@media only screen and (max-width: 1100px){li.nav-item.dropdown.has-arrow.main-drop.select-store-dropdown.topheaderdropdown_main{width:100%;font-size:13px;margin-left:0px}}@media only screen and (max-width: 1024px){.nosidetab-date{margin-left:0px}.footer-svg-height{height:30px}.vch-Days.vch-Days.recepit-vch-days{width:38% !important}.header .searchinputs input{width:140px}ul.nav.nav-pills.nav-tabs.tab-role-policy.table-top_header.page-header{display:flex;justify-content:flex-start;column-gap:15px}}@media only screen and (max-width: 1024px){ul.nav.nav-tabs.tab-role-policy.table-top_header.page-header{column-count:3}.header.searchinputs input{width:143px}.header .searchinputs input{margin-left:2px}}@media only screen and (max-width: 991px){.custom-header-sticky,.custom-header-sticky-transs{overflow-y:auto}.cashbookgrid .ag-theme-quartz{height:calc(100vh - 256px)}.otherrateid-only .op-twobranch-rp .recepit-paddingleft-label{width:58.33333333%}.otherrateid-only .op-twobranch-rp .rp-labels{width:41.66666667%}.pageinwardpurchase-acc-name{margin-left:0%;width:66.6666%}.scheme-ledger-report-filter-btn .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 29.7rem) !important}.table-one-dailyrate{margin-bottom:4px}.cb-page .card-container{min-height:calc(100vh - 11rem)}.account-typemodal .page-title{margin-left:0px}.chq-book{padding-left:0px}.othermaster{padding-right:0px}.ag-theme-quartz.common-br-top-remove.scheme-filter-agtable{height:calc(100vh - 434px)}.page-wrapper{margin:0 0 0 0px}.only-customer-advancerecipt-vchdate .two-block-input-date-inchallan.accopening-vchdate-respo.acco{width:100%}.row.align-items-center.report-display.report-box.op-twobranch-rp{margin-top:0px}.op-twobranch-rp .rp-labels{width:25%}.schemeledgerreport-scroll{height:calc(100vh - 20rem)}.party-wise-table .card-container{min-height:calc(100vh - 10.6rem)}.customeradvancereceipt-footer .common-display-footer{flex-direction:row}.customeradvancereceipt-footer .btn-addproduct.prodt-formbtn.transactionfooterbtn{margin-top:5px}.customeradvancereceipt-footer .transaction-footer{display:flex;flex-wrap:wrap;justify-content:space-around}.content_100vh{min-height:calc(100vh - 8.2rem)}.ag-theme-quartz.common-br-top-remove.scheme-report-ag-table.pt-0{height:calc(100vh - 307px)}.rate-report-display.memo-reporttype-listing{justify-content:flex-end}.custom-heading-listing{height:calc(100vh - 142px)}.common-agride-heightscroll-x.daily-rate-listing-gridtable{height:unset;overflow-y:hidden}.daily-rate-two-listingscroll .table-one-dailyrate .ag-theme-quartz{height:calc(100vh - 189px) !important}.daily-rate-two-listingscroll .table-one-dailyrate .ag-body-viewport.ag-row-animation.ag-layout-normal{height:calc(100vh - 244px)}.daily-rate-two-listingscroll .tab-2dailyrate .ag-theme-quartz{height:calc(100vh - 198px) !important}.daily-rate-two-listingscroll .tab-2dailyrate .ag-body-viewport.ag-row-animation.ag-layout-normal{height:calc(100vh - 251px)}.no-header-page-content_100vh{min-height:calc(100vh - 99px)}.no-page-header-card-container{min-height:calc(100vh - 104px)}.card-container{min-height:calc(100vh - 10.6rem)}.custom-header-sticky.recepit-trans-padding-resp{margin-right:-5px;margin:auto}.two-block-input-date-inchallan.accopening-vchdate-respo.acco{width:100%}.role-employee-master .table-top_header.table-top_header-responsive.page-inwardchallan{margin-top:2px}.vch-date.accopening-vchtime{margin-right:unset}.accopening-vchdate-grid{margin-right:unset}ul.tabmastermenu{column-count:1 !important;column-count:unset !important}.two-block-input-date-inchallan input.vch-Days{width:37% !important}.card-itemprefix.card.table-list-card.pb-0.party-wisecard.mb-2{margin-top:0px}.voucher-accopening .custom-dropdown{margin-left:0px}.margin-bottom-daybook-modal{margin-bottom:3px}.acc-opening-acname{padding-left:0px}.two-block-input-date-inchallan.accopening-vchdate-respo{width:100%}.transaction-scroll{overflow-y:scroll;height:84vh;overflow-x:hidden}.daybook-margin-mobilescreen{margin:5px}.comn-container-style .custom-header-sticky{margin-right:4px;margin-top:-9px}.page-header.page-header-responsive.page-commonheader.headertitle-header-responsive{position:sticky;top:0px;bottom:0px;gap:5px}.card.table-list-card.border-top-responsive{border-top-right-radius:0px;border-top-left-radius:0px}.user-menu{display:flex;right:-4px;gap:1px}.search-header-com{width:191px}.user-menu .nav-searchinputs{margin-right:auto;margin-left:25px;padding-left:10px}.btn-taxslabs{display:flex;margin-top:3px}.addnewpage-header{top:54px}.row.align-items-center.mfield.parameter-checkbox{margin-top:5px}.searchinputs input{width:300px}.user-menu .nav-searchinputs.responsive-header{margin-left:-17px}.custom-md-modal.acctype-balancesheet-modal{margin:10px 3px}ul.tabmastermenu.acctype-balsheet-tabs{column-count:3;column-gap:3px;margin:0px 0px 0px 0px;line-height:9px}ul.tabmastermenu.acctype-balsheet-tabs img.tabimg{margin-right:3px;height:14px;width:14px}.acctype-balsheet-tabs .nav-link.nav-tabs{font-size:10px}.page-wrapper.dailyratehistory-page{margin:0;padding:35px 2px 0}ul.tabmastermenu.dailyrate-sidebar{column-count:3;column-gap:3px;margin:-3px 14px 0px 1px}ul.nav.nav-pills.nav-tabs.tab-role-policy.table-top_header.page-header{column-count:4;display:block;column-gap:0px}.labourrate-page .ag-theme-quartz.labourtate-page-agheight{height:calc(var(--usable-height) - 160px)}.party-wise-table .ag-theme-quartz{height:calc(var(--usable-height) - 200px)}.checkbox-alpreport{column-gap:15px}}@media only screen and (max-width: 830px){.card.com-header-branch-comp-year .searchinputs input{width:200px}}@media only screen and (max-width: 787px){.page-wrapper .content{padding:18px 4px 0px;height:100%}.Ledger-Report-Height .content{padding-bottom:0px}.content.content_100vh{overscroll-behavior-x:none}.content.content_100vh.Data_Import{padding:18px 4px 0px}.card-itemprefix.card.table-list-card.pb-0.party-wisecard.mb-2{margin-top:0px}li.nav-item.dropdown.has-arrow.main-drop.select-store-dropdown.topheaderdropdown_main{font-size:13px;margin-left:0}}@media only screen and (max-width: 768px){.cb-page .card-container{min-height:calc(100vh - 10.7rem)}.scheme-ledger-report-filter-btn .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 30rem) !important}.report-display.report-box{margin-top:5px}.cashbookgrid .ag-theme-quartz{height:calc(100vh - 252px)}.report-display{margin-top:0px}.common-responsive-footer{flex-direction:row}.todate-recepit-grid{padding-right:0px}.no-side-date .todate-recepit-grid{padding-right:10px}.fromdate-recepit-me{margin-left:0px}.two-block-input-date-inchallan input.vch-Days{width:50% !important}.role-employee{margin-top:3px}.fixed-bottom.onlyrate-setup-fixbtn .transaction-footer{flex-direction:row}.open-up-common .open-up{top:100%}.taxmst-modal.common-f2-alpmulticolumnhelp .open-up{top:100%}.common-f2-alpmulticolumnhelp .dropdown-content{z-index:9 !important}.comn-footer-dropdown-issue .modal-footer.modal-footercustom{z-index:3}.table-input-data{gap:0;margin-top:0;margin-bottom:0}.Drag___modal:has(.custom-md-modal){overflow:scroll;scrollbar-width:thin}.messagemastersection .sms_no_template_wrapper{padding:12px}.messagemastersection .sms_no_template_wrapper .sms_no_template_box{padding:20px}.messagemastersection .sms_no_template_wrapper h2{font-size:20px}.messagemastersection .sms_no_template_wrapper p{font-size:14px}}@media only screen and (max-width: 767px){.custom-heading-listing{height:calc(100vh - 19rem)}.daily-rate-two-listingscroll .tab-2dailyrate .ag-theme-quartz{height:calc(100vh - 30rem) !important}.daily-rate-two-listingscroll .table-one-dailyrate .ag-theme-quartz{height:calc(100vh - 30rem) !important}.otherrateid-only .row.align-items-center.report-display.report-box.op-twobranch-rp{margin-top:5px}.otherrateid-only .op-twobranch-rp .rp-labels{width:17%}.otherrateid-only .recepit-paddingright-label{padding-right:0px}.otherrateid-only .report-box .recepit-paddingright-label.rp-labels{padding-left:0px}.otherrateid-only .op-twobranch-rp .recepit-paddingleft-label{width:44.4%}.otherrateid-only .order-idlabour{display:flex;justify-content:flex-end}.custom-header-sticky-transs{overscroll-behavior:none}.settingbtn.purchaspagesetting-btn{position:absolute;right:0;top:9px}.scheme-tab .nav-tabs{padding:0px}.tab-role-policy img.tabimg{margin-right:3px}.alphareport-page .rep_typebtn{margin-top:0px}.cashbookgrid .ag-theme-quartz{height:calc(100vh - 286px)}.header-ratio-reportcb.label-report-cbregister.reportoption-radio{margin:5px 0px}.btn-cashbook-search .header-ledger-btn{margin-top:5px}.header-ratio-reportcb.label-report-cbregister.reportypes-radio{column-gap:12px}.reportoption-radio .header-ratio-reportcb.radio-btns{column-gap:35px}span.report-radio-me.both-radio{margin-left:-3px}.op-twobranch-rp .rp-labels{width:33.333%}.op-twobranch-rp .recepit-paddingleft-label{width:66.66%}.op-twobranch-rp .report-box .recepit-paddingright-label.rp-labels{padding-left:10px}.trans-mobile-scrollheader{background:#fff !important;position:sticky;width:100%;top:55px;border-radius:4px 4px 0px 0px}.checkbox-alpreport{flex-wrap:wrap;height:auto}.receiptttt{overflow:scroll;position:sticky;height:calc(100vh - 146px);overflow-x:hidden;max-height:calc(100vh - 158px)}.recepit-paddingleft-label{padding-left:10px}.scheme-ledger-footer{flex-direction:row}.ag-theme-quartz.common-br-top-remove.scheme-report-ag-table.pt-0{height:calc(100vh - 369px)}.vch-date-recepit-scheme{padding-left:10px !important}.common-display-footer{flex-direction:row}.no-page-header-card-container{min-height:calc(100vh - 109px)}.content.content_100vh.ratesetup{min-height:calc(100vh - 13.6rem)}}@media only screen and (max-width: 717px){.user-menu{display:flex;right:0px;gap:1px}.card.com-header-branch-comp-year .searchinputs input{width:169px}}@media only screen and (max-width: 725px){.user-menu{display:flex;justify-content:flex-end;right:0px;gap:0px;padding-right:0px}.user-menu .nav-searchinputs.responsive-header{margin-left:-9px}}@media only screen and (max-width: 700px){.card.com-header-branch-comp-year .searchinputs input{width:171px}}@media only screen and (max-width: 684px){ul.nav.nav-pills.nav-tabs.tab-role-policy.table-top_header.page-header{column-count:2;display:block;column-gap:0px}}@media only screen and (max-width: 641px){li.nav-item.nav-item-box{margin-top:8px}.card.com-header-branch-comp-year .searchinputs input{width:217px}.card.com-header-branch-comp-year li.nav-item.dropdown.has-arrow.main-drop.select-store-dropdown.topheaderdropdown_main.comp-dropdown-name{width:30%}}@media only screen and (max-width: 600px){.card.com-header-branch-comp-year li.nav-item.dropdown.has-arrow.main-drop.select-store-dropdown.topheaderdropdown_main.comp-dropdown-name{width:22%}.card.com-header-branch-comp-year .searchinputs input{width:197px}}@media only screen and (max-width: 575px){.settingbtn-inward{position:absolute;right:0;top:16px}.rightsparameterpages .card-container{min-height:calc(100vh - 12rem)}.rightsparameterpages .card-container{min-height:calc(100vh - 16rem)}.otherrateid-only .order-idlabour{margin-top:5px}.otherrateid-only .branch-jv-labes.rp-labels{padding-left:10px}.otherrateid-only .op-twobranch-rp .recepit-paddingleft-label{width:100%}.flex-end-rptype .transaction-header-displayreportype{justify-content:flex-start}.otherrateid-only .row.align-items-center.report-display.report-box.op-twobranch-rp{display:flex;justify-content:flex-start}.otherrateid-only .op-twobranch-rp .rp-labels{width:100%}.otherrateid-only .report-box .recepit-paddingright-label.rp-labels{padding-left:10px}ul.nav.nav-tabs.tab-role-policy.table-top_header.page-header{display:flow;column-count:2 !important}.two-block-input-date-inchallan.vchdatecommon-purchaseinward{display:block}.settingbtn.purchaspagesetting-btn{position:absolute;right:0;top:15px}.Selection-button-purch{justify-content:right;margin-right:0px}.daybook-purch-field{padding-left:10px}.pageinwardpurchase-acc-name{margin-left:0%;width:100%}.cashbook--register .transactiondatepicker.from-datetrans{display:block}.scheme-tab.account-filter-helptabs .nav-link.active{width:100%}.cashbook--register .input-date-recepit{padding-left:10px}.cashbook--register .no-side-date .todate-recepit-grid{padding-left:10px}.report-cb-cardradio .form-check{padding-left:1.5rem}.chq-book{padding-left:10px}.op-twobranch-rp .rp-labels{width:100%}.op-twobranch-rp .recepit-paddingleft-label{width:100%}.party-wise-table .table-responsive .ag-theme-quartz{height:calc(100vh - 19.9rem)}.report-box .recepit-paddingright-label.rp-labels{padding-left:11px}.no-side-date .todate-recepit-grid{padding-right:0px}.todate-recepit-grid{margin-left:10px}.recepit-date .transactiondatepicker{display:block}.rate-report-display.memo-reporttype-listing{margin-left:0px;justify-content:flex-start}.scheme-ledger-footer{flex-direction:column}.ag-theme-quartz.common-br-top-remove.scheme-report-ag-table.pt-0{height:calc(100vh - 396px)}.schemeledgerreport-scroll{height:calc(100vh - 15rem);overflow:scroll;overflow-x:hidden}.custom-heading-listing{height:calc(100vh - 15.5rem)}.dropdown-labels-listing-scrolling .ag-theme-quartz{height:calc(100vh - 237px) !important}.dropdown-labels-listing-scrolling .ag-body-viewport.ag-row-animation.ag-layout-normal{height:calc(100vh - 280px)}.transaction-footer.common-display-footer.scheme-footer{flex-direction:column}.common-responsive-footer.more-btns-footer{flex-direction:column}.common-responsive-footer{flex-direction:row}.search-input.filter-search-input.search-column.recepit-column-searchset{margin-right:0px !important}.fromdate-recepit-me{padding-left:5px}.rate-report-display{display:flex;justify-content:flex-start;flex-wrap:wrap}.nosidebarlayoutscroll .ag-theme-quartz{height:calc(100vh - 223px) !important}.nosidebarlayoutscroll.department-container-style .ag-body-viewport.ag-row-animation.ag-layout-normal{height:calc(100vh - 264px)}.input-date-recepit{padding-left:14px}.search-set.comn-dropdown-searchbar.dailyrate-date-listing{width:unset}.menu-page-footer{display:flex;flex-direction:column;align-content:space-between;gap:4px}.no-page-header-card-container{min-height:calc(100vh - 139px)}}@media only screen and (max-width: 565px){.schemeledgerreport-scroll{height:calc(100vh - 18rem)}}@media only screen and (max-width: 560px){.tab-style-7 .nav-link.nav-tabs{display:flex}.search-set .search-input .btn-searchset{right:35px}.search-set{width:100%;display:contents}select.pagination-dropdown{margin-bottom:0px}.card.com-header-branch-comp-year li.nav-item.dropdown.has-arrow.main-drop.select-store-dropdown.topheaderdropdown_main.finyr-drop{width:20%}}@media only screen and (max-width: 560px){ul.tabmastermenu.acctype-balsheet-tabs{column-count:2;column-gap:3px;margin:0px 0px 0px 0px;line-height:9px}.acctype-balsheet-tabs .nav-link.nav-tabs{font-size:13px}.page-header .add-item.d-flex.role-apply-br{border-bottom:none;margin-bottom:unset}}@media only screen and (max-width: 497px){ul.tabmastermenu.dailyrate-sidebar{column-count:2;column-gap:3px;margin:-2px 9px 0px 1px}}@media(max-width: 425px){.daybook-labes-cb-register11{font-size:13px}span.report-radio-me.both-radio{margin-left:-3px}.tab-role-policy img.tabimg{width:17px;height:17px}.transaction-search .search-input.filter-search-input{margin-right:0px !important}.ag-theme-quartz.common-br-top-remove.scheme-report-ag-table.pt-0{height:calc(100vh - 396px)}.schemeledgerreport-scroll{height:calc(100vh - 18rem)}.no-header-page-content_100vh{min-height:calc(100vh - 107px)}.no-page-header-card-container{min-height:calc(100vh - 172px)}button.Icon-Full-Btn{margin:0px 0px}.two-block-input-date-inchallan.accopening-vchdate-respo{width:99.8%;display:contents}li.nav-item.nav-item-box{margin-top:5px}li.nav-item.nav-item-box.mail-box{position:absolute;top:73%;right:77%}.search-header-com{margin-left:-8px}.user-menu .nav-searchinputs.responsive-header{margin-left:4px}.header ul li .react-select.__indicators.css-1cll6hx{display:none}ul.tabmastermenu.acctype-balsheet-tabs{column-count:1;column-gap:3px;margin:0px 0px 0px 0px;line-height:9px}.acctype-balsheet-tabs .nav-link.nav-tabs{font-size:13px}}@media only screen and (max-width: 425px){.custom-header-sticky-transs{width:98%}.transaction-footer.scheme-footer{align-content:space-around;flex-wrap:wrap;justify-content:center}.rightsparameterpages .rightsetuppage-table .ag-theme-quartz{height:calc(100vh - 17rem)}.other-rate-footer .transaction-footer-end.menu-page-footer.common-display-footer{justify-content:flex-end}.vch-Days.vch-Days.recepit-vch-days{width:45% !important}.fromdate-recepit-me,.todate-recepit-me{margin-left:0px}.recepit-search{margin-right:5px}.padding-resp{margin-right:0px}.card.com-header-branch-comp-year li.nav-item.dropdown.has-arrow.main-drop.select-store-dropdown.topheaderdropdown_main.comp-dropdown-name,.card.com-header-branch-comp-year li.nav-item.dropdown.has-arrow.main-drop.select-store-dropdown.topheaderdropdown_main.finyr-drop,.card.com-header-branch-comp-year li.nav-item.dropdown.has-arrow.main-drop.select-store-dropdown.topheaderdropdown_main.branch-top-header{width:100%}.header ul li .react-select__indicator.react-select__dropdown-indicator.css-1xc3v61-indicatorContainer,.header ul li .react-select.__indicator.react-select.__dropdown-indicator.css-1xc3v61-indicatorContainer{display:none}.tab-style-6 .nav-item .nav-link.account-nav-link,.tab-style-7.cityareaheader-tabs .nav-link.cityareatabs{display:flex}.tansaction-input-date{width:286px}.add-country{margin-bottom:8px}.Account-form-Card.card .card-body.add-product{padding:6px}.accordion-button{font-size:16px}.accordion-button-none{font-size:16px}.custom-small-modal{margin:10px}.messagemastersection .sms_no_template_wrapper{padding:10px}.messagemastersection .sms_no_template_wrapper .sms_no_template_box{padding:14px}}@media only screen and (max-width: 375px){.cashbookgrid .ag-theme-quartz{height:calc(100vh - 325px)}.more-btns-footer button.Icon-Full-Btn{margin:0px 1px}span.report-radio-me.both-radio{margin-left:10px}.header-ratio-reportcb{display:block}.reportoption-radio .header-ratio-reportcb.radio-btns{column-gap:23px}.header-ratio-reportcb.label-report-cbregister.reportypes-radio{column-gap:1px}.common-responsive-footer{flex-direction:column}.tarnsactionheaderspacing{padding-right:0px}.page-header .page-header-responsive .headertitle-header-responsive{display:block}li.nav-item.nav-item-box.mail-box{right:73%}ul.tabmastermenu.dailyrate-sidebar{column-count:1;column-gap:3px;margin:-2px 9px 0px 1px}.header-new-btn.setupheader.addnew-setupbtns.daybook-btns{display:flex;flex-wrap:wrap;flex-direction:row}}@media only screen and (max-width: 350px){.role-policypage.tab-role-policy .nav-link{padding:5px 1px !important}.role-policypage.tab-role-policy .nav-item{margin-inline-end:.2rem}}@media only screen and (max-width: 340px){.table-top_header-responsive.table-top_header .page-header-company h4{font-size:17px}}[data-layout-mode=dark_mode] .css-1jqq78o-placeholder{color:#97a2d2}[data-layout-mode=dark_mode] .css-13cymwt-control{background-color:#1f1f3a}[data-layout-mode=dark_mode] .form-control{background-color:#1f1f3a}[data-layout-mode=dark_mode] .dropdown-menu{box-shadow:none;border-color:#353570}[data-layout-mode=dark_mode] table tbody td.action-table-data a{background:rgba(0,0,0,0)}[data-layout-mode=dark_mode] .modal-header .modal-title{color:#fff}[data-layout-mode=dark_mode] .modal-footerborder{border-top:1px solid #353570}[data-layout-mode=dark_mode] .sidebar .sidebar-menu>ul li .submenu>a.active span,.sidebars .sidebar-menu>ul li .submenu>a.active span{color:#97a2d2}[data-layout-mode=dark_mode] .table-top_header .page-header{border-bottom:1px solid #353570}[data-layout-mode=dark_mode] .btn.btn-primary.search-column{border-color:#353570;background-color:#1d1d42}[data-layout-mode=dark_mode] .btn.btn-primary.search-column:hover{background-color:#353570}[data-layout-mode=dark_mode] .tab-style-7 .nav-link{color:#97a2d2}[data-layout-mode=dark_mode] .checkboxs input~.checkmarks{border:1.2px solid #646262}[data-layout-mode=dark_mode] .table.table-hover>tbody>tr:hover>*{--bs-table-accent-bg: #f7f8f9;color:#fff}[data-layout-mode=dark_mode] .ag-overlay-loading-wrapper{background:#141432}[data-layout-mode=dark_mode] .user-info::after{border-right:2px solid #fafbfe;border-bottom:2px solid #fafbfe}[data-layout-mode=dark_mode] .sidebar .sidebar-menu .submenu-open .submenu ul li a .sidebars .sidebar-menu .submenu-open .submenu ul li a{color:#97a2d2}[data-layout-mode=dark_mode] .user-info .user-letter{background:#141432;border-color:#353570}[data-layout-mode=dark_mode] .css-b62m3t-container .css-13cymwt-control{border-color:#353570}[data-layout-mode=dark_mode] .btn.btn-primary.search-column img{filter:brightness(0) invert(1) sepia(0)}[data-layout-mode=dark_mode] .searchinputs input::placeholder,[data-layout-mode=dark_mode] .menusearch input::placeholder{color:#97a2d2}[data-layout-mode=dark_mode] body .form-control::placeholder{color:#97a2d2}[data-layout-mode=dark_mode] .card .card-body.add-product .addproduct-icon{background:#141432}[data-layout-mode=dark_mode] .tab-style-6{background-color:#141432}[data-layout-mode=dark_mode] .capture_photo .Gallery_image{background-color:#141432;border:.5px solid #353570}[data-layout-mode=dark_mode] .add_Photos-box .Add_Photos{border:1px solid #353570}[data-layout-mode=dark_mode] .table.Contact_info_table thead tr th{background-color:#1d1d42;border-bottom-color:#353570}[data-layout-mode=dark_mode] .sidebar .sidebar-menu>ul li .submenu>a.active .menu-arrow,.sidebars .sidebar-menu>ul li .submenu>a.active .menu-arrow{background:#ff9f43}[data-layout-mode=dark_mode] .sidebar .sidebar-menu>ul li .submenu>a.active .menu-arrow::before,.sidebars .sidebar-menu>ul li .submenu>a.active .menu-arrow::before{border-color:#fff}[data-layout-mode=dark_mode] .user-menu .nav-item-box>a:hover{background:#1d1d42}[data-layout-mode=dark_mode] .page-link{color:#fff;background-color:#141432}[data-layout-mode=dark_mode] .pagination-style-1 .pagination .page-item:hover .page-link{background-color:#353570;color:#fff}[data-layout-mode=dark_mode] .nav.tab-style-1{background-color:#141432}[data-layout-mode=dark_mode] .sidebar .sidebar-menu>ul>li.submenu-open ul li a span,.sidebars .sidebar-menu>ul>li.submenu-open ul li a span{color:#fff}[data-layout-mode=dark_mode] .sidebar .sidebar-menu>ul>li.submenu-open ul li a:hover,.sidebars .sidebar-menu>ul>li.submenu-open ul li a:hover{color:#fff}[data-layout-mode=dark_mode] .nav.tab-style-1 .nav-link.active{box-shadow:none;border-color:rgba(0,0,0,0)}[data-layout-mode=dark_mode] .add_Photos-box .Add_Photos .Add_Photos_Header{background-color:#141432}[data-layout-mode=dark_mode] .header ul li div.css-b62m3t-container .css-13cymwt-control{background-color:#1d1d42}[data-layout-mode=dark_mode] input.form-control.form-control-sm.formsearch{background-color:#1d1d42}[data-layout-mode=dark_mode] .tab-style-7 .nav-link:active{background-color:#141432}[data-layout-mode=dark_mode] .tab-style-7 .nav-link.active{color:#ff9f43;background-color:rgba(255,159,67,.5019607843)}[data-layout-mode=dark_mode] .theme-mode .layout-wrap .check+label .theme-name,.sidebar-content .sidebar-header{color:#fff}[data-layout-mode=dark_mode] .ag-root.ag-unselectable.ag-layout-auto-height{background:#1d1d42}[data-layout-mode=dark_mode] .css-1dimb5e-singleValue{color:#97a2d2}[data-layout-mode=dark_mode] .filter-option-cityarea .form-sort .css-b62m3t-container .css-13cymwt-control{background-color:#1d1d42}[data-layout-mode=dark_mode] .page-title h4{color:#97a2d2 !important}[data-layout-mode=dark_mode] .dash-widgetcontent h5{color:#97a2d2}[data-layout-mode=dark_mode] input[type=date]::-webkit-calendar-picker-indicator{filter:invert(70%)}[data-layout-mode=dark_mode] table.Contact_info_table thead th{background:#141432 !important}[data-layout-mode=dark_mode] .sidebar .sidebar-menu>ul>li.submenu-open ul li a,[data-layout-mode=dark_mode] .sidebars .sidebar-menu>ul>li.submenu-open ul li a{color:#fff}[data-layout-mode=dark_mode] input[type=text]::placeholder{color:#97a2d2}[data-layout-mode=dark_mode] .modal-header button.btn-close{filter:brightness(2) invert(3) sepia(2)}[data-layout-mode=dark_mode] .dashproduct.dashdaybook:hover{background-color:#353570}[data-layout-mode=dark_mode] .ag-theme-quartz .ag-header-row{color:#97a2d2;background:#141432}[data-layout-mode=dark_mode] .ag-row{color:#97a2d2}[data-layout-mode=dark_mode] .ag-ltr .ag-cell-range-single-cell{border-color:#353570}[data-layout-mode=dark_mode] .ag-theme-quartz{background:#fafbfe}[data-layout-mode=dark_mode] div.action-table-data a{background:rgba(0,0,0,0)}[data-layout-mode=dark_mode] .ag-theme-quartz{background:#000}[data-layout-mode=dark_mode] .ag-header-cell-resize::after{background:#353570}[data-layout-mode=dark_mode] table.table thead tr th{background:#141432}[data-layout-mode=dark_mode] .ag-row{border-bottom:solid #353570 1px}[data-layout-mode=dark_mode] .ag-theme-quartz{background-color:color-mix(in srgb, #353570, var(#353570) 2%)}[data-layout-mode=dark_mode] .ag-header,[data-layout-mode=dark_mode] .ag-advanced-filter-header{border-bottom:solid #353570 1px}[data-layout-mode=dark_mode] .ag-icon-menu-alt{color:#353570}[data-layout-mode=dark_mode] .user-menu>li svg{color:#fff}[data-layout-mode=dark_mode] select.pagination-dropdown{background-color:#141432;color:#fff;border-color:#353570}[data-layout-mode=dark_mode] .page-link{border-color:#353570}[data-layout-mode=dark_mode] .react-select__indicators .css-1xc3v61-indicatorContainer{color:#fff}[data-layout-mode=dark_mode] .ag-theme-quartz,[data-layout-mode=dark_mode] .ag-theme-quartz-dark,[data-layout-mode=dark_mode] .ag-theme-quartz-auto-dark{background-color:#1d1d42}[data-layout-mode=dark_mode] .ag-center-cols-viewport{background-color:#1d1d42;border-radius:0px !important}[data-layout-mode=dark_mode] .modal-header{background-color:#ff9f43}[data-layout-mode=dark_mode] span.shipping_active_btn{color:#97a2d2}[data-layout-mode=dark_mode] .ledger-table{background-color:#212529}[data-layout-mode=dark_mode] .card.modal-ledger-table-br{border-color:#353570}[data-layout-mode=dark_mode] .tab-content ul li ul.submenu1 li a.subdrop span.custom-active-span{color:#fff !important}[data-layout-mode=dark_mode] div.css-b62m3t-container .react-select__option{color:#fff}[data-layout-mode=dark_mode] .ag-theme-quartz,[data-layout-mode=dark_mode] .ag-theme-quartz-dark,[data-layout-mode=dark_mode] .ag-theme-quartz-auto-dark{color:#fff !important}[data-layout-mode=dark_mode] .daybooktable-border{border:1px solid #353570}[data-layout-mode=dark_mode] .dashdaybook a.nav-link.active{background:#353570 !important}[data-layout-mode=dark_mode] ul.nav li .dash-widget a.nav-link.active,[data-layout-mode=dark_mode] ul.nav li .dash-widget a.nav-link:hover{background:#212529 !important;border:1px solid #353570 !important}[data-layout-mode=dark_mode] ul.nav li .dash-widget a{border:1px solid #353570}[data-layout-mode=dark_mode] .ag-theme-quartz{--ag-active-color: $white !important}[data-layout-mode=dark_mode] .header .mobile-user-menu .dropdown-menu a{color:#97a2d2}[data-layout-mode=dark_mode] .nav-tabs{border:0px solid rgba(0,0,0,0)}[data-layout-mode=dark_mode] .ag-header.ag-pivot-off.ag-header-allow-overflow{background-color:#141432}[data-layout-mode=dark_mode] .modal-border{border:1px solid #353570}[data-layout-mode=dark_mode] .checkboxs input:checked~.checkmarks{background-color:#ff9f43;border-color:#353570}[data-layout-mode=dark_mode] .card.modal-branch-table-br{border:1px solid #353570}[data-layout-mode=dark_mode] button#weekoffdropdown{background-color:#1f1f3a;border:1px solid #353570}[data-layout-mode=dark_mode] .card.balance-acctype-tabs{border:1px solid #353570}[data-layout-mode=dark_mode] .acctype-headertitle{background:#1a1a2e}[data-layout-mode=dark_mode] .accounttypeborder{border:1px solid #353570}[data-layout-mode=dark_mode] ul.acctype-subtitleheader{border:1px solid #353570}[data-layout-mode=dark_mode] ul.checkboxaccounttype li{border-bottom:.5px solid #353570}[data-layout-mode=dark_mode] .status-toggle{color:#97a2d2}[data-layout-mode=dark_mode] .check:checked+.checktoggle{background-color:#ff9f43}[data-layout-mode=dark_mode] .acctype-topheader{background:#1a1a2e}[data-layout-mode=dark_mode] .acctype-subheader{border:1px solid #353570}[data-layout-mode=dark_mode] button.btn.btn-primary.transactiondatepickerprimaryl{background:#141432;border:#141432}[data-layout-mode=dark_mode] button.btn.btn-primary.transactiondatepickerprimaryr{background:#141432;border:#141432}[data-layout-mode=dark_mode] img.blacktowhiteicon{filter:brightness(0) invert(1) sepia(0)}[data-layout-mode=dark_mode] .fixed-bottom{background:unset;border:unset}[data-layout-mode=dark_mode] .form-control:hover{border-color:#a4a4a4}[data-layout-mode=dark_mode] .trans-recepit-header{background-color:#212529;border:1px solid #353570}[data-layout-mode=dark_mode] .accordion .accordion-item{border:1px solid #353570}[data-layout-mode=dark_mode] span.badge.bg-outline-dark.dr-cr{background-color:#212529;border:#353570;color:#97a2d2}[data-layout-mode=dark_mode] .tab-style-7 .nav-link{background-color:#1d1d42}[data-layout-mode=dark_mode] .ag-cell{border:1px solid rgba(0,0,0,0)}[data-layout-mode=dark_mode] .ag-row{background-color:rgba(0,0,0,0)}[data-layout-mode=dark_mode] .ag-center-cols-container{border:0px solid #353570}[data-layout-mode=dark_mode] .ag-theme-quartz,[data-layout-mode=dark_mode] .ag-theme-quartz-dark,[data-layout-mode=dark_mode] .ag-theme-quartz-auto-dark{--ag-background-color: $white;--ag-foreground-color: $theme-blue}[data-layout-mode=dark_mode] .dropdown-custom_menu .ag-header-viewport{background-color:#3282b8}[data-layout-mode=dark_mode] .dropdown-custom_menu.ag-header-row.ag-header-row-column{background-color:#3282b8}[data-layout-mode=dark_mode] .modal-helplineborder{border-bottom:3px solid #353570}[data-layout-mode=dark_mode] .ag-theme-quartz,[data-layout-mode=dark_mode] .ag-theme-quartz-dark,[data-layout-mode=dark_mode] .ag-theme-quartz-auto-dark{border-top:1px solid #353570}[data-layout-mode=dark_mode] .dropdown-custom_menu .ag-header-viewport{background-color:#141432}[data-layout-mode=dark_mode] .btnhelp{background-color:#ff9f43;border-color:#ff9f43}[data-layout-mode=dark_mode] .form-check-input:checked{background-color:#ff9f43;border-color:#ff9f43}[data-layout-mode=dark_mode] .modal-content .modal-footercustom{background-color:#1a1a2e;border-top:1px solid #353570}[data-layout-mode=dark_mode] .checktoggle{background-color:#5d6db3}[data-layout-mode=dark_mode] .accordion-button.collaps-cust{border:1px solid #353570}[data-layout-mode=dark_mode] .accordion-button{color:#97a2d2}[data-layout-mode=dark_mode] .accordion-button-none{color:#97a2d2 !important}[data-layout-mode=dark_mode] button.accordion-button-none.collaps-cust.collapsed{border:1px solid #353570}[data-layout-mode=dark_mode] .accordion.accordion-solid-warning .accordion-button.collapsed,[data-layout-mode=dark_mode] .accordion-button-none{background-color:#141432}[data-layout-mode=dark_mode] .accordion-button.collaps-cust:after{background-color:rgba(0,0,0,0)}.barcode-controller .modalhelp-m.customeModalHelp.open-down{width:500px !important;overflow-y:hidden !important}.modal-body:has(.barcode-controller){overflow:visible}.daybookreport-table:has(.salesregister-itemdetail-footer){margin-bottom:0px}.salesregister-itemdetail-footer tr{position:relative}.salesregister-itemdetail-footer tr::after{content:"";position:absolute;bottom:0px;left:0px;width:100%;height:1px;background-color:#ddd}.salesregister-itemdetail-footer td{background:#f4fbff;font-weight:800 !important;font-size:13px !important;border-bottom:0px !important}.modalhelp-m.customeModalHelp.open-down .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:4px 4px 0px 0px !important}div.action-table-data a{border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;padding:3px !important}div.action-table-data a .feather-trash-2{color:#ff1616;font-size:17px}.edit-delete-action{display:flex;margin-top:0px}.ag-theme-quartz{--ag-font-family: var(--selected-font) !important}.ag-theme-quartz .erp-table-container{height:100%}.ag-theme-quartz .ag-header-row{z-index:0;font-weight:600 !important;font-size:14px}.dropdown-content .ag-row-focus,.custom_help .ag-row-focus{background-color:rgba(255,159,67,.5019607843);color:#ff9f43}.dropdown-content .ag-cell-focus,.custom_help .ag-cell-focus{border-width:2px;background-color:rgba(0,0,0,0);color:#ff9f43}.No_Border{border-radius:0 !important}.dropdown-custom_menu{position:absolute;z-index:1;display:none}.ag-watermark{display:none !important}.k-animation-container{z-index:10003 !important;position:absolute !important}.css-16wef13-option{background-color:rgba(0,0,0,0) !important}.underlineLetter{border-bottom:1px solid}.CustoemLoader{right:32px;position:absolute}.groupcode-balsheet{color:#ff1616;font-weight:500}.sa{width:100%;height:140px;align-content:space-evenly;text-align:-webkit-center}.sa-error{border-radius:50%;border:4px solid #f27474;box-sizing:content-box;height:80px;padding:0;position:relative;width:80px;animation:animateErrorIcon .5s}.sa-error:after,.sa-error:before{background:#fff;content:"";height:120px;position:absolute;transform:rotate(45deg);width:60px}.sa-error:before{border-radius:40px 0 0 40px;width:26px;height:80px;top:-17px;left:5px;transform-origin:60px 60px;transform:rotate(-45deg)}.sa-error:after{border-radius:0 120px 120px 0;left:30px;top:-11px;transform-origin:0 60px;transform:rotate(-45deg);animation:rotatePlaceholder 4.25s ease-in}.sa-error-x{display:block;position:relative;z-index:2}.sa-error-placeholder{border-radius:50%;border:4px solid rgba(200,0,0,.2);box-sizing:content-box;height:80px;left:-4px;position:absolute;top:-4px;width:80px;z-index:2}.sa-error-fix{background-color:#fff;height:90px;left:28px;position:absolute;top:8px;transform:rotate(-45deg);width:5px;z-index:1}.sa-error-left,.sa-error-right{border-radius:2px;display:block;height:5px;position:absolute;z-index:2;background-color:#f27474;top:37px;width:47px}.sa-error-left{left:17px;transform:rotate(45deg);animation:animateXLeft .75s}.sa-error-right{right:16px;transform:rotate(-45deg);animation:animateXRight .75s}@keyframes rotatePlaceholder{0%,5%{transform:rotate(-45deg)}100%,12%{transform:rotate(-405deg)}}@keyframes animateErrorIcon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0deg);opacity:1}}@keyframes animateXLeft{0%,65%{left:82px;top:95px;width:0}84%{left:14px;top:33px;width:47px}100%{left:17px;top:37px;width:47px}}@keyframes animateXRight{0%,65%{right:82px;top:95px;width:0}84%{right:14px;top:33px;width:47px}100%{right:16px;top:37px;width:47px}}button.accordion-button.collapsed.collaps-cust{padding:5px}.accordion-button.collaps-cust:not(.collapsed){padding:5px !important}.accordion-button.collaps-cust{border:1px solid #dbe0e6}.accordion-button.collaps-cust:after{content:"";font-family:"Fontawesome";font-size:12px;line-height:1;background-color:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;border-radius:3.125rem;color:#3282b8;border:1px solid #3282b8;width:19px;height:19px;transform:rotate(180deg)}.imageIcon-rotade:after{content:"";transform:rotate(0deg) !important}button.btn-close.img-close-acc{display:inline-block;left:20px;width:19px;height:19px}.card .card-body.add-product .addnew-btn-cust{display:flex;justify-content:space-between;width:100%;cursor:pointer;align-items:center}.ag-header-cell,.ag-header-group-cell{border-right:.5px solid #e6e6e6 !important}.ag-header-cell-resize{width:6px !important}#mydiv{position:absolute;z-index:9}#mydivheader{cursor:move;z-index:10}.ag-number-field-input{text-align:right;padding-right:.5rem}.ag-grid-input-field-custom-class .ag-number-field-input{text-align:right;padding-right:.5rem}.ag-grid-input-field-custom-class input{text-align:right;padding-right:.5rem}.ag-grid-header-field-custom-class .ag-header-cell-label{flex-direction:row-reverse}.ag-grid-date-field-custom-class .ag-date-field-input{border:none !important}label:has(+div input[required])::after{content:" *";color:red;font-weight:bold}.card-data-label:has(input:required) label::after{content:" *";color:red;font-weight:bold}.mfield:has(.form-label):has(div input:required) .form-label::after,.mfield:has(.form-label):has(div textarea:required) .form-label::after,.mfield:has(.form-label):has(div input[aria-required=true]) .form-label::after,.mfield:has(.form-label):has(.k-required) .form-label::after{content:" *";color:#ff1616}input::placeholder{color:#303030 !important;font-weight:500 !important;font-size:13px !important}.warningbelowfield{position:relative;color:#ff1616;font-size:13px;font-weight:600}.dragmodal{cursor:move}.CheckBox-label{margin-left:1%;color:#ff9f43;margin-bottom:10px;font-size:15px;font-weight:400}.Single_dropdown{position:relative;width:100%;display:inline-block}.Single_dropdown .dropdown-header{padding:9.5px;border:1px solid #dbe0e6;cursor:pointer;background-color:#fff;height:27px;width:100%;align-items:center;justify-content:flex-start;display:flex;border-top-left-radius:4px;border-bottom-left-radius:4px}.Single_dropdown .dropdown-content{position:absolute;background-color:#fff;border:1px solid #dbe0e6;display:flex;padding:10px;z-index:1}.Single_dropdown .dropdown button{padding:10px;border:1px solid #dbe0e6;background-color:#fff;cursor:pointer}.Single_dropdown .dropdown-list{position:absolute;top:100%;left:0;right:0;border:1px solid #dbe0e6;background-color:#fff;z-index:3;width:100%;height:250px;overflow-x:scroll}.Single_dropdown .dropdown-item{padding:5px;cursor:pointer;border-bottom:1px solid #dbe0e6;align-items:center;justify-content:flex-start;display:flex;font-size:13px}.Single_dropdown .arrow-icon{position:absolute;right:7px;justify-content:flex-end}.Lockscreen-body .pass-group input{height:40px !important}.Lockscreen-body .login-wrapper .terms{justify-content:center}.Lockscreen-body .login-wrapper .loginbox{background:var(--White, #ffffff);box-shadow:0px 4px 60px 0px rgba(198,198,198,.2509803922);display:flex;margin:1.875rem auto;max-width:450px;width:100%}.Lockscreen-body .login-wrapper .loginbox .login-right{align-items:center;display:flex;justify-content:center;padding:2rem;width:auto}.Lockscreen-body .login-wrapper .loginbox .login-right .login-right-wrap .login-info img{border-radius:100px;border:2px solid var(--Stroke, rgba(145, 158, 171, 0.3019607843));background:#d3d3d3 50%/cover no-repeat}.Lockscreen-body .login-wrapper .loginbox .login-right .login-right-wrap .login-info h5{font-size:18px;font-weight:700;margin-top:20px}.Lockscreen-body .login-wrapper .loginbox .login-right .login-right-wrap .login-info p{font-size:14px;font-weight:700;margin-bottom:24px}.Lockscreen-body .login-wrapper .loginbox .login-right .login-right-wrap{max-width:100%;flex:auto}.Lockscreen-body .login-wrapper .loginbox .login-right .login-right-wrap .login-info{text-align:center;margin-bottom:24px}.Lockscreen-body .login-wrapper{width:100%;height:100%;display:table-cell;vertical-align:top}.Lockscreen-body{display:table;margin:auto;position:relative}#LockScreen{width:88px;border-radius:5px;background:#ff9f43;font-weight:700;transition:all .5s ease}@media only screen and (max-width: 991px)and (min-width: 320px){.date-time{display:none}}.Lockscreen-body img{width:50%;left:26%;right:50%;position:sticky}.Lockscreen-body .loginbox img{width:40%}.date{text-transform:capitalize;color:#000;font-size:2em;margin:0}.Icon-Full-Btn:focus,.Icon-Full-Btn:focus-visible{outline:unset}.CellTextUpperCase .ag-text-field-input{text-transform:uppercase !important}.ag-grid-input-field-custom-class-text .ag-text-field-input{text-align:right;padding-right:.5rem}.ag-theme-quartz.multiselect__check{position:absolute;z-index:9999;height:auto !important;width:190px;box-shadow:0 0 6px 2px #dbe0e6}.multicheck__dropdown__main .form-control{border-top-right-radius:4px !important;border-bottom-right-radius:4px !important}.ag-floating-bottom .ag-cell.ag-cell-not-inline-editing:has(.ag-cell-wrapper){display:none}.ag-floating-bottom{pointer-events:none}body:has(.Ledger-reportgrid-flex) .ag-cell.ag-cell-not-inline-editing:has(.ag-cell-wrapper){display:block !important}body:has(.Ledger-reportgrid-flex) .ag-floating-bottom .ag-cell.ag-cell-not-inline-editing:has(.ag-cell-wrapper) .ag-group-value{text-decoration:none}.Checkboxdrop .css-tr4s17-option{background-color:#fff !important;color:#181d1f !important}.AlphaReportType-grid .ag-layout-auto-height .ag-center-cols-container{height:0px !important}.inwardgstmodal .ag-floating-bottom div{pointer-events:none !important}.row.Header{background-color:#196ba5;color:#fff;font-weight:bolder}.row .column123 span{width:200px}.css-qr46ko::-webkit-scrollbar{direction:rtl}.css-qr46ko{display:grid;overflow:auto !important}.comn-alphaamt .alpamount-wrapper{width:100%}.border-red{border:1px solid rgba(255,0,0,.8588235294)}.column123{position:relative;min-width:5px;padding:3px}.column123 .resizer123{position:absolute;right:0;top:0;width:1px;height:100%;cursor:e-resize;background-color:#dbe0e6}.column123 span{border-width:0 !important;overflow:hidden}.ColumnGroupingDivClass{position:fixed !important;z-index:6 !important;margin-top:10px !important;background:#fff}button.greenbtn-field{height:27px;width:27px;padding:.3rem .3rem;display:flex;align-items:center;justify-content:center;border-radius:0px 4px 4px 0px !important;font-size:13px;background:rgba(0,0,0,0);border-color:#dbe0e6;border-left:none;color:#28c76f;font-weight:700;line-height:27px}button.greenbtn-field:hover{color:#28c76f}button.greenbtn-field:focus,button.greenbtn-field:focus-visible{outline:unset}button.greenbtn-field:hover{border-color:#dbe0e6}.Ledger-ReportPage .ag-icon-tree-open::before{content:"" !important;mask-image:none;background-color:rgba(0,0,0,0)}.Ledger-ReportPage .ag-icon-tree-closed::before{content:"" !important;mask-image:none;background-color:rgba(0,0,0,0)}.ag-group-expanded{position:absolute;z-index:999;width:92px}.ag-group-contracted{content:"" !important;position:absolute;z-index:999;width:92px}.Ledger-ReportPage span.ag-group-value{text-decoration:underline}.ag-rich-select-row:hover,.ag-rich-select-row-highlighted{background:#deebff !important;border-color:#deebff !important;color:#181d1f !important}.ag-ltr .ag-row-group-leaf-indent{margin-left:0px !important}.react-select.from-control.T__option.react-select.from-control.T__option--is-focused.react-select.from-control.css-tr4s17-option{background-color:#deebff !important}.header-addPopup{position:absolute;background:#fff;border-radius:8px;box-shadow:rgba(60,64,67,.3) 0px 1px 2px 0px,rgba(60,64,67,.15) 0px 2px 6px 2px;z-index:1000;width:70%}button.swal2-confirm:focus{box-shadow:0 0 0 3px rgba(255,159,67,.5019607843) !important}button.swal2-cancel:focus{box-shadow:0 0 0 3px rgba(204,5,5,.5019607843) !important}body:has(.allow_company_tbl){overflow-y:hidden}.custom-dropdown-Multicolumn .dropdown-content{top:26px}.ag-react-container{width:100%}.createTag div:first-child::after{content:"|";position:absolute;right:-40px;color:#000;font-weight:bold}.grid_multiselect{display:flex;justify-content:space-between;align-items:center;width:100%}.grid_multiselect_dropright{display:flex;justify-content:end}.grid_multiselect_dropleft,.grid_multiselect_dropright{width:50%}.grid_multiselect_headermain{background:"#3282b8" !important;color:"aliceblue" !important;display:"flex" !important;padding:"10px 0" !important}.footer-prev-next button:disabled{background-color:#dadada !important;cursor:not-allowed}.react-datepicker-wrapper{width:inherit}.btn_onFocus.active[aria-selected=true]:focus{box-shadow:0 0 0 2px rgba(21,156,228,.4) !important}.card-adj-rec-top{padding:7px 10px 0px}.from_date_to_load{display:flex;justify-content:space-between}.ag-row-group span.ag-group-checkbox{z-index:1000 !important}.headercss{background-color:#11588b !important;color:#fff !important}.headercss .headercss:hover{background-color:#11588b !important;color:#fff !important}span.OtherInfoClass{color:#1882cc;text-decoration:underline;font-size:14px;font-weight:700}.OtherInfoClass:hover{color:#ed662d;text-decoration:underline}input[type=checkbox]:focus+span{border:1px solid #ff9f43 !important}div:where(.swal2-container){z-index:999999 !important}.overlay123{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1000}.loader123{border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.animate-textarea{animation:flash .5s ease-in-out}@keyframes flash{0%{background-color:rgba(0,0,255,.1)}50%{background-color:rgba(255,0,0,.1)}100%{background-color:rgba(0,255,0,.1)}}.touppercasse{text-transform:uppercase !important}span.ag-icon.ag-icon-cancel::before{content:"" !important;display:none !important}@media only screen and (max-width: 767px){.header .dropdown-menu.dropdown-menu-right.show{width:500px;position:absolute;top:23px;border-radius:0px;height:calc(100vh - 5rem)}}.Layout_Warn{border:1px solid #ddd}.Layout_Warn .swal2-cancel{position:absolute;top:0px;right:0px;font-size:24px;color:#333;border:none;background:rgba(0,0,0,0);cursor:pointer}.Layout_Warn .swal2-cancel:hover{color:#f27474 !important}.ColumnGroupingDivClass .help_header_right_btn{justify-content:flex-end}.modalhelpsearch{display:flex;align-items:center;gap:10px}body:has(.allow_company_tbl .ag-theme-quartz) .account-main-page{overflow:visible}.account-main-page{scrollbar-width:none}.upper-input input{text-transform:uppercase}.all_search_dropdown_menu_filter{position:absolute;left:90%;min-width:150px;max-width:100%;z-index:20}.all_search_dropdown_menu_filter button.Icon-Full-Btn{margin:15px 0px 0px;width:100%;justify-content:center;background:#fff;border:1px solid #8cb0db}.all_search_dropdown_menu_filter button.Icon-Full-Btn:hover .text,.all_search_dropdown_menu_filter button.Icon-Full-Btn:hover svg{color:#fff}.all_search_dropdown_menu_filter button.Icon-Full-Btn:hover{background:#3282b8}.all_search_dropdown_menu_filter button .sign svg,.all_search_dropdown_menu_filter button .text{color:#3282b8}.all_filter_btn{position:absolute;right:1px;top:4px;border-radius:0px 8px 8px 0px;height:34px}.all_filter_btn .active{background-color:#ff9f43;border-color:rgba(0,0,0,0);color:#fff}.dropdown .searchinputs.dropdown-toggle.search{width:100%}.feather-filter{font-size:18px;vertical-align:middle}.ag-header-cell,.ag-cell{transition:all .1s ease;will-change:width}.report-search-btn .text{font-size:12px}.report-search-btn button .sign span i,.report-search-btn button .sign span.prodticon.search-icon-ledger{margin-right:0}.report-search-btn button .sign{margin-right:2px}button.Icon-Full-Btn .sign i,button.Icon-Full-Btn .sign{vertical-align:middle}.cust-input-block-trans .text{font-size:13px}.installment-btn.data_Import button .text{font-size:13px}.installment-btn.data_Import button.Icon-Full-Btn{margin-right:0px}button.Icon-Full-Btn.help-btn.percentage-btn{width:40px;border-radius:0px 4px 4px 0px}.Icon-Full-Btn.btn-close{padding:.25em}.dropdown-printer-common .btn.show{border:1px solid #030303}.ag-cell-edit-wrapper .ag-wrapper.ag-rich-select-value{padding-left:0px;padding-right:0px}.ag-header-cell-filter-button .ag-icon-filter::before{background-image:none !important;display:none !important}.login-body{display:table;height:100vh;margin:auto;position:relative;min-height:100vh;text-align-last:center}.lock-screen-bg{height:100%}.pass-input.user{text-align-last:auto}.btn-lock{margin:3px !important}.ag-checkbox-input-wrapper{height:16px !important;width:16px;border-radius:4px;background-color:#3282b8}.jodit-status-bar{display:none !important}.imageControllerModal .modal-dialog{right:2%;bottom:2%;position:absolute}.emptyfield{height:27px}.tdsdeductfields{margin-top:-10px;padding:24px 10px}.react-select.from-control.T__menu.css-1nmdiq5-menu:has(.tagloseoption){width:100%;min-width:350px}.react-select.from-control.T__menu.css-1nmdiq5-menu:has(.tagloseoptionright){width:100%;min-width:350px;right:0px}.Excelimport_model{top:38px;position:absolute;right:6px;min-width:108px;max-width:100%;z-index:20;display:flex;flex-direction:row;gap:6px}.custom-backdrop_Import{pointer-events:all;align-content:center;position:absolute;align-items:center;text-align:-webkit-center;z-index:9999;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.custom-loader_Import{border:8px solid #f3f3f3;border-top:8px solid #3498db;border-radius:50%;width:10px;height:10px;animation:spin 1s linear infinite}.custom-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999}.custom-loader{border:8px solid #f3f3f3;border-top:8px solid #3498db;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}.custom-message{color:#fff;font-size:1.4rem;font-weight:bold;text-shadow:1px 1px 2px #000}@keyframes spin{to{transform:rotate(360deg)}}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){padding-right:0px !important}.btn.tag_import{background:linear-gradient(154deg, #f97316 0%, #fb923c 100%);box-shadow:0 4px 12px rgba(249,115,22,.2);padding:2px 10px;color:#fff;font-weight:700;font-size:14px;border-radius:6px;transition:all .4s cubic-bezier(0.16, 1, 0.3, 1) !important;height:27px}.btn.tag_import:hover{background:linear-gradient(154deg, #f97316 0%, #fb923c 100%);transform:translateY(-2px);box-shadow:0 6px 18px rgba(249,115,22,.3)}.counter_transfer button.fancybox.grid-image-padding.salesQuattionImagePreviewBtn.btn.btn-primary{height:100%;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.dropdown-opengrid-common.css-b62m3t-container{width:100%}.custom_quotation_footer{margin-top:10px;gap:10px}.custom_quotation_footer .modal-footer{border-top:0}mark{font-size:unset}.cropper-modal-backdrop{padding:0px 20px}.cropper-container .reactEasyCrop_Container{border-radius:20px}.box{display:inline-block;padding:10px;box-sizing:border-box}.img-preview{overflow:hidden}.cropper-container .cropper-point{width:24px !important;height:24px !important}.row-span-merged .cell-span_adv_rpt{background-color:#fff;border-bottom:1px solid #e6e6e6 !important;display:flex;align-items:center}.first-row-of-span .cell-span_adv_rpt{z-index:2 !important}.account_opening_tabs{gap:6px}.filter-option.active{color:#4f46e5}.filter-dropdown.new{width:600px !important}.filter-dropdown.new .filter-options{grid-template-columns:repeat(3, 1fr)}.CommonAmount{color:red;font-size:17px}.mini-sidebar .favminihide{display:none}.main-wrapper:has(.header-left.active) .sidebar .submenu-sidebar1.menu-open{display:none !important}.occupied-memory{position:fixed;top:80%;-webkit-writing-mode:vertical-rl}.button_position_right .transaction-footer{justify-content:flex-end}.pay-rec-shadow .tab-pane .card{box-shadow:0px -2px 0px -2px #f0f0f0}.pay-rec-shadow .tab-content .card{padding:0px}.pay-rec-shadow .tab-content{border-bottom:1px solid #eee;margin-bottom:8px;padding-bottom:5px}.desktop-view{display:block}.mobiele-view{display:none}@media(max-width: 991px){.desktop-view{display:none}.mobiele-view{display:block}}.F2__Overlay:has(.loader-container-app) .table-responsive{overflow:hidden}.arr_content{position:relative}.v-divider{height:6px;background:#cfe3ff;cursor:row-resize;display:flex;align-items:center;justify-content:center;border-radius:6px;position:absolute;bottom:0;left:0;width:100%}.dots{display:flex;gap:4px}.dots::before,.dots::after,.dots div{content:"";width:6px;height:6px;background:#fff;border-radius:50%;display:block}.dots div{background:#fff}.dropdown:has(.openPreviewDropdown) .dropdown-menu{display:block}.section-title-row{font-size:16px}.comparative-balance-sheet-container table{width:100%;border-collapse:collapse}.comparative-balance-sheet-container th,.comparative-balance-sheet-container td{padding:8px;border:1px solid #ddd;text-align:right}.comparative-balance-sheet-container td:first-child{text-align:left}.comparative-header{text-align:center;font-weight:bold}.section-header td{font-weight:bold;font-size:1.1em;background-color:#f8f9fa;border:none;padding-top:20px}.group-row{background-color:#f2f2f2;font-size:20px;color:#1d1d42;font-weight:700;text-underline-offset:2px}.group-row td:not(:first-child){font-weight:bold}.child-row td:first-child{padding-left:25px}@keyframes arrowBlink{0%,12%{opacity:1;transform:translateX(0.5) scale(1)}50%{transform:translateX(50px) scale(3)}12%,100%{opacity:0;transform:translateX(0.5) scale(1)}}.total-row tr{border-style:none}.trading-metal .subchild-row td{text-align:right !important}.table-scroll-body td{border-style:hidden}.trading-account-container td.percent_field{max-width:40px !important;min-width:40px !important;width:40px !important}.difference{display:inline-table;position:absolute;bottom:38px;width:100%}.difference td{min-width:auto !important;color:red !important}.expandedAccounts.sub-child-row .amount{padding-right:142px !important;text-decoration:underline;font-weight:700 !important}.account-row .amount{padding-right:142px !important;font-weight:500 !important}.content-img{height:20px;width:20px}.dropdown-menu.notifications.dropdown-menu-end.show{width:430px}.media.d-flex{border:1px solid #dbe0e6;border-radius:20px;padding:3px}.notification-btn{position:absolute;right:31px;padding:inherit}.page-wrapper.notification{padding:44px 0 0}.btn-soft-action{background:linear-gradient(154deg, #4673cf 40% 40%, #1b4897 100%)}.login-userheading p{font-size:14px;font-weight:600}.pending-screen .login-userheading,.status-screen .login-userheading{text-align:center;padding:20px;margin:0}.login-userheading .timeout-message,.login-userheading .approved-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:6px 8px;margin:10px 0;display:none}.login-userheading .timeout-message .timeout-text,.login-userheading .approved-message .timeout-text{color:#991b1b;font-size:15px;font-weight:500}.login-userheading .approved-message{background:#f2fef3;border:1px solid #7ac47a}.login-userheading .approved-message .timeout-text{color:#0a801a}.login-userheading .timeout-message{display:flex;flex-direction:column;align-items:center;justify-content:center}.login-userheading .timer{font-size:14px;font-weight:600}.login-userheading .timer-container{margin:5px 0;position:relative}.login-userheading .timer_count{font-size:18px;font-weight:700}.login-userheading .timer-circle{width:170px;height:170px;margin:0 auto;position:relative}.login-userheading .timer-bg{fill:none;stroke:#e2e8f0;stroke-width:8}.login-userheading .timer-progress{fill:none;stroke:#5162bb;stroke-width:8;stroke-linecap:round;transform:rotate(-90deg);transform-origin:50% 50%;transition:stroke-dashoffset 1s linear}.login-userheading .timer-text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center}.login-userheading .timer-value{font-size:36px;font-weight:700;color:#1e293b;line-height:1}.login-userheading .timer-label{font-size:14px;color:#64748b;margin-top:2px;font-weight:700}.login-userheading .status-title{font-weight:600;color:#1e293b;font-size:16px;margin-bottom:8px;display:flex;align-items:center;justify-content:center}.login-userheading .warning-message{background:#fffbeb;border:1px solid #fed7aa;border-radius:8px;padding:8px;margin:20px 0 0;display:flex;align-items:center;justify-content:center}.login-userheading .warning-message i{color:#f59e0b;margin-right:10px;font-size:18px}.login-userheading .warning-text{color:#92400e;font-size:14px;font-weight:500}.status-screen .status-title{font-size:1.8rem;font-weight:600;margin-bottom:15px}.status-screen .status-approved{color:#28a745}.status-screen .status-rejected,.status-screen .status-blocked{color:#dc3545}.status-message{color:#6c757d;margin-top:15px;font-size:1.1rem}.status-animation{margin:10px 0 20px;animation:pop-in .5s ease-out;display:flex;align-items:center;justify-content:center}.status-animation i.fi,.status-animation i.fa,.status-animation i{font-size:5rem;height:5rem}.status-animation.error-animation i.fi{color:#bf0e10}.status-animation.success-animation i.fi,.status-animation.success-animation i.fa,.status-animation.success-animation i{color:#0ebf0e}.status-animation.timeout-animation i.fi{color:#caae0c}@keyframes pop-in{0%{transform:scale(0.5);opacity:0}80%{transform:scale(1.1);opacity:1}100%{transform:scale(1)}}.btn-tabs.approved{background:linear-gradient(154deg, #d4edda 40% 40%, #d4edda 100%) !important;color:#181d1f !important}.btn-tabs.rejected{background:linear-gradient(154deg, #f38383 40% 40%, #f38383 100%) !important;color:#181d1f !important}.btn-tabs.pending{background:linear-gradient(154deg, #d0d0d0 40% 40%, #d0d0d0 100%) !important;color:#181d1f !important}.btn-tabs.blocked{background:linear-gradient(154deg, rgba(47, 111, 255, 0.2705882353) 40% 40%, #c7d8ff 100%) !important;color:#000 !important}.btn-tabs{background:linear-gradient(154deg, #4673cf 40% 40%, #1b4897 100%) !important;color:#fff !important}.notification-swal.swal2-toast.swal2-show{display:grid !important}.notification-swal.swal2-toast.swal2-show h2:where(.swal2-title){left:28px;top:-2px;font-weight:700;width:83%}.notification-swal.swal2-toast.swal2-show div:where(.swal2-html-container){text-align:start}.notification-swal.swal2-toast.swal2-show img:where(.swal2-image){top:11px;position:absolute}div:where(.swal2-container) img:where(.swal2-image){margin:0 !important}.notification-avatar{height:40px;width:40px}.final_report .date-picker-wrap .btn:disabled{background-color:#edf1fa !important}.table.table-striped.table-bordered tbody tr:last-child{border-bottom:inset;border-color:revert}.promo-btn{background-color:#6b9bdb !important;display:flex}.promo-btn .text{font-size:smaller !important}.BoxBarcodePcs{text-align:right}.crm-osfollowup,.crm-osfollowup-noimage{display:flex;align-items:center}.crm-osfollowup img,.crm-osfollowup-noimage img{width:45px;cursor:pointer;transition:transform .3s ease-in-out}.crm-osfollowup img:hover,.crm-osfollowup-noimage img:hover{transform:scale(1.05)}.visibility-hide{visibility:hidden}.disabled-tab{color:#636363 !important}.active.disabled-tab{border-bottom:2px solid #636363 !important}.transactionblc_img img{position:absolute;top:-6px !important;left:50%;transform:translate(-50%, -12%);height:74px;max-width:110px !important}.thirdlevalhelp-grid-menuMst img.grid-img{height:25px !important;width:25px !important}.thirdlevalhelp-grid-menuMst .img_table_prev{width:150px;height:150px}.kyc_link .btn-close{position:absolute;right:18px}.kyc_link .button-primary{position:absolute;right:18px;bottom:18px}.Audit.Pending:hover,.Audit.Pending:focus,.Audit.Pending.active,.Audit.Pending:focus-visible{background:#ff9f43 !important}.Audited:hover,.Audited:focus,.Audited.active,.Audited:focus-visible{background:#0fb734 !important}.Audit.Problem:hover,.Audit.Problem:focus,.Audit.Problem.active,.Audit.Problem:focus-visible{background:#ff1616 !important}.container-dropdown:has(.row-disabled){background-color:#f5f5f5;color:#999;pointer-events:none}.erp-table-container .table-body table .row-disabled{background-color:#f5f5f5;pointer-events:none}.erp-table-container .table-body table .row-disabled td .data_text{color:#999}.other_charges .sticky-top th{background:#e5effd !important}.other_charges table tr:focus td{background-color:#ffdea8 !important}.other_charges .table-striped>tbody>tr:nth-of-type(odd)>*{background-color:#fff;--bs-table-bg-type: rgb(255 255 255 / 5%)}.other_charges .table-striped>tbody>tr:nth-of-type(even)>*{background-color:#f3f7ff}.account-help .sticky-top th{background:#e5effd !important}.account-help table tr:focus td{background-color:#ffdea8 !important;outline:2px solid #ffdea8}.account-help .table-striped>tbody>tr:nth-of-type(odd)>*{background-color:#fff;--bs-table-bg-type: rgb(255 255 255 / 5%)}.account-help .table-striped>tbody>tr:nth-of-type(even)>*{background-color:#f3f7ff}.counter_transfer .btn.btn-light{background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);color:#343a40 !important}.counter_transfer .btn.btn-light .image_prev.grid-img{height:23px}td:focus{outline:2px solid #ffdea8;background-color:#ffdea8}.discountPolicyContainer{background-color:#edf1ff;border:1px solid #c9e3ff;border-radius:10px;color:rgba(37,99,235,.97);font-weight:700}.header-list-common.assetsstockReportHeader{margin:10px}.filter_number:has(button:hover) .filter_number_count{background:#ed662d}.applied-filters-container{display:flex;gap:6px}.applied-filters-container strong{white-space:nowrap;margin-top:2px}.applied-filters-container .assestsSR-filterbadges{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.filter_number{position:relative}.filter_number .filter_number_count{position:absolute;top:-8px;right:-6px;font-size:10px;font-weight:700;color:#fff;background:#ff9f43;padding:4px;border-radius:50%;line-height:normal;width:18px;height:18px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 575px){.applied-filters-container{flex-direction:column}.barcode-controller .modalhelp-m.customeModalHelp.open-down{width:300px !important}}.kycUpdate_modal_body .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.kycUpdate_modal_body .info-section{background:#f9fafb;padding:15px;border-radius:8px;border:1px solid #f0f0f0}.kycUpdate_modal_body .info-section h4{margin-bottom:10px;font-size:15px;color:#4b5563;border-bottom:1px solid #e5e7eb;padding-bottom:5px}.kycUpdate_modal_body .modal-footer{padding:15px 20px;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:10px}.kycUpdate_modal_body .btn-success{background:#10b981;color:#fff;border:none;padding:8px 16px;border-radius:6px}.kycUpdate_modal_body .btn-danger{background:#ef4444;color:#fff;border:none;padding:8px 16px;border-radius:6px}.kycUpdate_modal_body .btn-secondary{background:#6b7280;color:#fff;border:none;padding:8px 16px;border-radius:6px}table.Barcode_table_assetsStockRpt thead:has(.search-row) tr:last-child{top:31px !important}table.Barcode_table_assetsStockRpt.detailView_aSRpt thead:has(.search-row) tr:last-child{top:0 !important}.assetsVoucherNoLink{cursor:pointer;color:#007bff !important;text-decoration:none;font-weight:500}.assetsVoucherNoLink:hover{text-decoration:underline}.summaryDetailSection .css-1nmdiq5-menu{z-index:99999 !important}.msg-template-QuickAction{display:flex;align-items:center}.msg-template-QuickAction .Checkboxdrop{width:100%}.msg-template-QuickAction .Checkboxdrop .react-select.from-control.T__control.css-116kd9q-control{border-radius:4px 0px 0px 4px}.msg-template-QuickAction button{flex:none;border-radius:0px 4px 4px 0px !important}.os_followupPage.todo_birthday_card_v2 .todo_contact_details{justify-content:end}.os_followupPage.todo_birthday_card_v2 .todo_moveable_upload_recording{position:relative}.os_followupPage.todo_birthday_card_v2 .todo_moveable_upload_recording .todo_moveable_dropdown{top:0px !important}.ledgerRport_Expand-card .voucher-link{color:#3282b8 !important;text-decoration:underline;cursor:pointer}.ledger-rpt-voucherno .VoucherNo.ag-cell,.cell-span_adv_rpt.VoucherNo{color:#3282b8 !important;text-decoration:underline;cursor:pointer}.page-wrapper:has(.assestTagGen-setbtn) .ag-theme-quartz{height:calc(var(--usable-height) - 20.5rem) !important}.sidebarMenu_SideInputs:has(.assestTagGen-setbtn){position:relative}.sidebarMenu_SideInputs:has(.assestTagGen-setbtn) .assestTagGen-setbtn{width:auto;position:absolute;top:6px;right:0px}.assestsTagGen{display:flex;align-items:center;justify-content:end;gap:15px;padding:5px;border-radius:6px;background:#eff5ff;border:1px dashed #2f61c9}.assestsTagGen .assestsTagGen-display{font-size:13px;font-weight:600;display:flex;align-items:center;gap:8px}.assestsTagGen .assestsTagGen-display span{font-size:13px;font-weight:700}.assestsTagGen .assestsTagGen-display span.assestsTagGen-title{font-size:13px;color:#2451a3;font-weight:600}.enrollbtn{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.enrollBtn-employee{width:100%;height:27px;background:#fff;border-color:#5a81c8;transition:none}.enrollBtn-employee .sign{display:none}.enrollBtn-employee .text{color:#5a81c8}.enrollBtn-employee:hover{border-color:#5a81c8;background:#5a81c8}.enrollBtn-employee:hover .text{color:#fff}.enroll_button{height:30px}.enroll_button svg{width:20px;height:20px}.card.table-list-card.jvheader-card:has(.scheme-name-hide){padding:8px 7px 3px}.ag-theme-quartz .css-qfzyeh-control,.ag-theme-quartz .css-cwdeje-control{min-width:auto !important}.vouchernumber.Icon-Full-Btn .text{font-size:12px;font-weight:600}.input-group:has(.vouchernumber) .dropdown-content{width:100% !important}.ag-cell .css-1hobmne-control{min-width:auto}.responsive-topcom-header li{align-items:center;display:flex}.responsive-topcom-header li:first-child{display:block}.ledger_right_Menu .dropdown_content_item .mainItem_bgChange_onClick{background-color:#ffecce !important}.party-wise-table .supplier-other-rate .ag-theme-quartz{height:calc(var(--usable-height) - 180px)}.card-container.report_type{min-height:calc(100vh - 10.2rem)}.Data_Import_Modal .custom-md-modal{margin:30px}.Data_Import_Modal .card.card-body{background:rgba(0,0,0,0)}.Data_Import_Modal .form-label{font-size:16px;margin-bottom:12px;justify-content:center}.Data_Import_Modal .upload_img_Icon_btn.browse-icon{display:flex;background:#fff;border:1px solid #e2d8a6;height:45px;line-height:44px}.Data_Import_Modal .upload_img.browse-upload-img.Tag_Import{display:flex}.Data_Import_Modal .upload_img span{font-size:16px}input.form-control.right_border_remove.input-date.prc-Dates{width:40%}.form-control .br-0 .Blr-0 .prc-Days{width:35%}.add-button-quotation .card.modal-ledger-table-br{margin-top:0px}.prc-date.prc-date-left{border-left:none;border-top-left-radius:0px;border-bottom-left-radius:0px}.two-block-input-date-purchase{width:100%}button.btn.btn-added.addbtncustom.-btn.addhelpBtn.setting-btn-prc{border-top-left-radius:4px;border-bottom-left-radius:4px}.dnd_booking .custom-dropdown-Multicolumn{display:flex}.edit-delete-action a.confirm-text:hover{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.edit-delete-action a:hover i.feather-trash-2{color:#ff1616 !important}.employee_master .edit-delete-action.delete-table-top.modal-button-custom{height:32px}div.edit-delete-action.delete-table-top.modal-button-custom button{border:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}div.edit-delete-action.delete-table-top.modal-button-custom button:hover{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}div.edit-delete-action.delete-table-top.modal-button-custom button:hover .feather-trash-2{color:#ff1616}div.edit-delete-action.delete-table-top.modal-button-custom button .feather-trash-2{font-size:17px}i.feather.feather-x-circle.btnremove-circle{font-size:17px}.Bonus_setting{overflow-y:hidden}.Bonus_settings{height:140px;overflow-y:hidden}.active-btn.booking{display:flex;align-items:center;margin-left:30px}i.feather.feather-settings.bonus{font-size:18px}.card.table-list-card.modal-ledger-table-br.p-0.mt-1.header_listing{float:right;margin-right:10px;box-shadow:0px 0px 34px 0px rgba(0,0,0,.2);border:4px solid #c2deff;border-radius:4px}.daily_rate{transition:none}button.nav-item.daily_rate_drop{background-color:#eead1f;font-weight:600}button.Icon-Full-Btn.button-primary.btn_lightblue.has-arrow.dropdown-toggle{background-color:#196ba5;color:#fff;border:2px solid #196ba5;font-weight:800;font-size:14px;transition:unset}.header_listing .ag-theme-quartz .ag-header{background-color:#196ba5 !important}.header_listing .ag-theme-quartz .ag-header span.ag-header-cell-text{color:#fff !important}.header_listing .ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height.ag-column-first.ag-cell-value{font-weight:800 !important;color:#196ba5 !important}.header_listing .ag-icon.ag-icon-desc::before,.header_listing .ag-icon.ag-icon-asc::before{color:#fff !important}.header_listing .ag-body .ag-cell{font-weight:700}p.daily_rate_text::before{content:"";font-family:"Fontawesome";font-size:15px;line-height:1;background-color:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;color:#fff;width:15px;height:15px;margin-left:4px;margin-bottom:2px}.ag-theme-quartz.inwardgstmodal{height:220px;border:1px solid #eee}button.Icon-Full-Btn.button-primary.btn_lightblue.has-arrow.dropdown-toggle p.daily_rate_text::before{color:#fff;transform:rotate(180deg)}.card.table-list-card.modal-ledger-table-br.f2table.icon{width:350px}.btnsetting-URDPurchase{display:flex;justify-content:flex-end}.two-block-input-date-rec-pay{display:flex}.multiselectdropdown .react-select.form-control__multi-value__remove.css-v7duua:hover{background-color:rgba(0,0,0,0) !important}.alpha-login{margin:0 auto}.card.login_alpha{width:350px}.login-content.alpha_login_content{width:100%;align-items:baseline}.login-wrapper.alpha_login-wrapper{height:auto}.login-content.alpha_login_content{height:auto;position:absolute;top:50%;left:50%;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.alpha-login-box.shadow.bg-white.rounded{padding:20px}h4.login_text{color:#000 !important}label.login_text{color:#000 !important}h3.login_text{text-align:center}.alpha-login-id input.form-control{height:42px !important;padding:10px;border-radius:6px;font-size:14px}.modal-body.modal-alpha-login{padding:30px}.alpha-login-id .modal-footercustom{padding:8px 22px}.btn_orange{background-color:rgba(0,0,0,0);border:1px solid #ff9f43}button.btn_orange .sign{color:#ff9f43}button.btn_orange .text{color:#ff9f43}button.btn_orange:hover,button.btn_orange:focus,button.btn_orange:active{background-color:#ff9f43;border:1px solid #ff9f43}button.btn_orange:hover .sign,button.btn_orange:focus .sign,button.btn_orange:active .sign{color:#fff}button.btn_orange:hover .text,button.btn_orange:focus .text,button.btn_orange:active .text{color:#fff}.alpha-login-id label.login_text{font-weight:700;font-size:14px;color:#181d1f !important}.alpha-login-id h4{font-size:22px}.alpha-login-id .modal-footercustom .btn-addproduct{justify-content:end}.alpha-login-id .modal-footercustom .btn-addproduct .footer-btn button .text,.alpha-login-id .modal-footercustom .btn-addproduct .footer-btn button .sign{color:#ff9f43;font-size:18px}.alpha-login-id .modal-footercustom .btn-addproduct .footer-btn button{background:#fff4ea;padding:6px 16px}.alpha-login-id .modal-footercustom .btn-addproduct .footer-btn button:hover{background-color:#ff9f43}.alpha-login-id .modal-footercustom .btn-addproduct .footer-btn button:hover .text,.alpha-login-id .modal-footercustom .btn-addproduct .footer-btn button:hover .sign{color:#fff !important}.Footer_left_text{color:#ff2c2c;font-weight:700}.sidelayout-scrolllisting.counter-scroll .current_login_table{height:calc(100vh - 190px) !important}.sidelayout-scrolllisting.counter-scroll .current_login_table .ag-body-viewport.ag-row-animation.ag-layout-normal{height:calc(100vh - 230px) !important}.ag-theme-quartz.old-urd-table{height:320px}.ag-theme-quartz.modal-ledger-table-br.table-responsive{width:100% !important}button.Icon-Full-Btn.button-primary.btn_blue_edit svg{width:20px;height:20px}.edit-delete-action.delete-table-top.modal-button-custom.update i.fa-regular.fa-pen-to-square{margin-top:3px;color:#0fb734}button.Icon-Full-Btn.button-primary.btn_Grey-box.bonus .sign svg{width:22px;height:22px}.btn_blue_edit{background-color:rgba(0,0,0,0);border:1px solid #3282b8}button.btn_blue_edit .sign{color:#3282b8}button.btn_blue_edit .text{color:#3282b8}button.btn_blue_edit:hover,button.btn_blue_edit:focus,button.btn_blue_edit:active{background-color:#3282b8;border:1px solid #3282b8}button.btn_blue_edit:hover .sign,button.btn_blue_edit:focus .sign,button.btn_blue_edit:active .sign{color:#fff}button.btn_blue_edit:hover .text,button.btn_blue_edit:focus .text,button.btn_blue_edit:active .text{color:#fff}.border-common-pages{border-top:1px solid #dbe0e6;margin-top:7px;padding-bottom:7px}.border-common-pages-section{border-top:2px solid #dbe0e6;margin-top:10px;padding-bottom:10px}.quotation-grid-table-spacing{padding-left:0px !important}.ag-theme-quartz.Quotation_table.modal-grid-border.border-top-remove{height:calc(100vh - 215px)}span.feather-add-icon.icon i{font-size:20px;color:#3282b8}button.Icon-Full-Btn.button-primary.btn_blue_edit.footer_button .sign{margin-right:0px}.search-input.filter-search-input.search-column.recepit-column-searchset.me-0.quotation_left{position:relative}.search-input.search-column.recepit-column-searchset.me-0.quotation_left i.feather-search{position:absolute;right:5px;top:7px}.Quotation-table-btn{display:flex;justify-content:flex-end}.Quotation-right{padding:0px 9.75px 0px 0px;width:17%}.footer-left{margin-right:1rem}.card-body.company-master-card.payment-spacing::-webkit-scrollbar{width:2px !important}textarea.form-control-textarea.Quotation::-webkit-scrollbar{width:2px !important}.gst-amt-right .input-group button.btn{border-radius:0px 4px 4px 0px !important}span.feather-add-icon.customdetail-iconpage i{font-size:20px;color:#3282b8}span.feather-add-icon.customdetail-iconpage.info-img img{width:20px}textarea.form-control-textarea.input-border-none.Quotation{padding:0rem .3rem}.border-first-row{border-top:1px solid #dbe0e6;margin-top:10px;padding-bottom:10px}.Quotation-border{border-top:1px solid #dbe0e6;padding-bottom:7px}.Quotation-tab-custom{display:flex;justify-content:space-between}button.quotation-tab.custom-quotation-tab.active,button.quotation-tab.custom-quotation-tab{width:-webkit-fill-available;justify-content:center}.Quotation-details-tab{padding:8px 0px}.Quotation-tab{padding:8px 0px}.accordion-body.branchmst.first-tab{padding:8px 0px 8px 0px}.tag-import{padding-right:15px}.quotation-img{display:flex;justify-content:center}.quotation-img img{width:54px;height:54px}.react-select.from-control.T__menu.css-1nmdiq5-menu{z-index:1000}.quotation-row-btn{padding-left:0px}li.nav-item.custom-tab-aligment.first-tab{width:25%}span.feather-add-icon.Quotation-icon{height:24px;display:block;width:24px}span.feather-add-icon.Quotation-icon i{font-size:18px;display:flex;align-items:center;justify-content:center;color:#3282b8}span.feather-add-icon.Quotation-icon.info-img img{width:18px}.btn_Quotation_blue{background-color:rgba(0,0,0,0);border:1px solid #008dda}button.btn_Quotation_blue .sign{color:#008dda}button.btn_Quotation_blue .text{color:#008dda}button.btn_Quotation_blue:hover,button.btn_Quotation_blue:focus,button.btn_Quotation_blue:active{background-color:#3282b8;border:1px solid #3282b8}button.btn_Quotation_blue:hover .sign,button.btn_Quotation_blue:focus .sign,button.btn_Quotation_blue:active .sign{color:#fff}button.btn_Quotation_blue:hover .text,button.btn_Quotation_blue:focus .text,button.btn_Quotation_blue:active .text{color:#fff}button.Icon-Full-Btn.button-primary.btn_Quotation_blue .sign svg{width:22px}.total-field-color label.form-label{color:#30a82d !important;font-weight:900}.total-field-color input.form-control.form-control.total-field[type=text]{text-align:end;color:#30a82d !important;background:#e7f6e7;font-weight:900}textarea.form-control-textarea.input-border-none.Quotation{padding-left:0px}.card.mfield.Total-summary span{float:right;font-size:18px;font-weight:900}.card.mfield.Total-summary{justify-content:center;padding:2px 2px;background-color:#e7f6e7;color:#30a82d}.card.mfield.Total-summary p{font-weight:700;font-size:16px}.fade.Drag___modal.footer-common-draggable-smallmodals.cardRec.modal.show form.react-draggable.react-draggable-dragged{box-shadow:-1px 1px 5px 2px rgba(94,94,94,.2)}.fade.Drag___modal.bankrec.modal.show form.react-draggable{box-shadow:-1px 1px 5px 2px rgba(94,94,94,.2)}.custom_help.add-button-quotation .card.table-responsive.table-top-border{overflow-x:hidden}.ag-theme-quartz.Quotation_table.modal-grid-border.sales-quotation.pay_card_border .ag-row-even.ag-row-no-focus.ag-row.ag-row-level-0.ag-row-position-absolute.ag-row-first.ag-row-last.ag-row-not-inline-editing{height:40px !important}.ag-theme-quartz.Quotation_table.modal-grid-border.sales-quotation.pay_card_border .ag-row-even.ag-row.ag-row-level-0.ag-row-position-absolute.ag-row-first.ag-row-last.ag-row-not-inline-editing.ag-row-focus.ag-row-selected{height:40px}.ag-theme-quartz.Quotation_table.modal-grid-border.sales-quotation.pay_card_border .ag-center-cols-container{height:40px !important}.ag-theme-quartz.Quotation_table.modal-grid-border.sales-quotation.pay_card_border .ag-row-even.ag-row.ag-row-level-0.ag-row-position-absolute.ag-row-first.ag-row-last.ag-row-not-inline-editing.ag-row-focus{height:40px !important}.ag-theme-quartz.Quotation_table.modal-grid-border.sales-quotation.pay_card_border .ag-row-even.ag-row.ag-row-level-0.ag-row-position-absolute.ag-row-first.ag-row-last.ag-row-focus.ag-row-selected.ag-row-inline-editing{height:40px !important}.custom_help.add-button-quotation{position:absolute;z-index:1;border:none;box-shadow:-1px 1px 5px 2px rgba(94,94,94,.2)}.row.quotation-row .collapse.show{position:absolute;transition:none;top:0px;width:100%}.row.quotation-row .collapsing{position:absolute;transition:none}.Quotation.modal-header i.fa-solid.fa-xmark{color:#fff;font-size:15px;padding-top:7px}.custom_help.add-button-quotation .card.card-body.footer-color{box-shadow:none}.ag-theme-quartz.Quotation_table.modal-grid-border.sales-quotation .edit-delete-action.delete-table-top.modal-button-custom{margin-top:9px}img.img-item{width:40px}.custom_help.add-button-quotation .card.table-responsive.table-top-border{border:none !important}.Quotation.modal-header button.btn.btn-added.addbtncustom.-btn.addhelpBtn.Setting-btn{margin-right:20px}span.grid-slaes-btn{display:flex;align-items:center;display:flex;margin-top:8px}.Quotation.modal-header button.btn.btn-primary.subprefix-btn.blue_btn_page.Setting-btn.comn-btn-blue-page{margin-right:10px}.Quotation.modal-header .btn.btn-primary:hover,.Quotation.modal-header .btn.btn-primary:focus,.Quotation.modal-header .btn.btn-primary.focus,.Quotation.modal-header .btn.btn-primary:active,.Quotation.modal-header .btn.btn-primary.active{background-color:#f0f6ff;border:1px solid rgb(255,140.770212766,31.3);color:#fff}.img_table_prev{position:fixed;border:2px solid #c2deff;padding:4px;background-color:#fff;border-radius:4px;height:120px;object-fit:cover;z-index:4}.Quotation.modal-header .add_header{display:flex}.open-down.F2help.quotation-details{box-shadow:-1px 1px 5px 2px rgba(94,94,94,.2);position:absolute;background-color:#fff;top:0%;margin-right:-30px;z-index:1}.Quotation.modal-header button.btn.btn-primary.subprefix-btn.blue_btn_page.comn-btn-blue-page{margin-right:20px;border:none !important;background:#58add2;box-shadow:0px 0px 4px 0px #1877a3}button.btn.btn-primary.subprefix-btn.blue_btn_page.comn-btn-blue-page.Quotation i{color:#181d1f}.custom_help.add-button-quotation .fixed-bottom{z-index:0}.modal-header.Qutation-second i{padding-top:0px !important}.card.card-body.footer-color.Quotation-save{border-left:0px;border-right:0px;border-bottom:0px}.f2header.search.Quotation{justify-content:space-between;display:flex;margin-bottom:4px}.modal-radio-header-tag{background:#fff;padding:7px;margin:0px -5px;border:1px solid #dbe0e6;border-radius:4px}.quotation-row-btn button.btn.btn-added.addbtncustom.prodt-btn{float:right}.summary_button_color{border:1px solid #e3f2fd;background:#e3f2fd}button.summary_button_color .sign{color:#0fb734}button.summary_button_color .text{color:#1f59b4}button.summary_button_color:hover,button.summary_button_color:focus,button.summary_button_color:active{background-color:#1f59b4;border:1px solid #1f59b4}button.summary_button_color:hover .sign,button.summary_button_color:focus .sign,button.summary_button_color:active .sign{color:#fff}button.summary_button_color:hover .text,button.summary_button_color:focus .text,button.summary_button_color:active .text{color:#fff}.tag-IMPORT{border:1px solid #e3f2fd;background:#e3f2fd}button.tag-IMPORT .sign{color:#0fb734}button.tag-IMPORT .text{color:#1f59b4}button.tag-IMPORT:hover,button.summary_button_color:focus,button.summary_button_color:active{background-color:#1f59b4;border:1px solid #1f59b4}button.tag-IMPORT:hover .sign,button.summary_button_color:focus .sign,button.summary_button_color:active .sign{color:#fff}button.tag-IMPORT:hover .text,button.summary_button_color:focus .text,button.summary_button_color:active .text{color:#fff}.page-wrapper.sales-Quotation .content{padding-bottom:0px}.accordion-body.second-tab-Quotation-details{padding:8px 0px 8px 0px}.accordion-body.second-tab-Quotation-details.image{height:calc(100vh - 241px)}.scheme-bonus button.nav-link.active.account-nav-link.tab_custom_btn span{padding:0px 10px}.scheme-bonus button.nav-link.account-nav-link.tab_custom_btn span{padding:0px 10px}.ag-theme-quartz.Bonus_settings.table-grid-input-space.border-top-remove.bonus{height:calc(100vh - 637px)}.ag-theme-quartz.Bonus_settings.table-grid-input-space.border-top-remove.discount{height:calc(100vh - 637px)}button.nav-link.active.account-nav-link.tab_custom_btn.custom-tab-bg.custom-tab-view-btn.setting span{padding:0px 10px}.ag-theme-quartz.Bonus_settings.table-grid-input-space.border-top-remove{height:calc(100vh - 803px)}button.nav-link.account-nav-link.tab_custom_btn.custom-tab-bg.custom-tab-view-btn.setting span{padding:0px 10px}.scheme{padding-left:0px}.scheme li.nav-item{margin-right:0px}.scheme button.nav-link.active{background-color:#3282b8;color:#fff !important;border-width:1.5px 1.5px 0px 1.5px;border-color:#e1e1e1;border-radius:5px 5px 0px 0px;padding:5px 12px !important}.scheme .tab-content{border:1.5px solid #dbe0e6;border-radius:0px 0px 4px 4px;padding:1px}nav.body-tab.scheme-tab .nav.nav-tabs{background-color:#e9f2ff;border:1px solid #d3e5ff;border-bottom:none;border-radius:4px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;column-gap:10px}.card-body.scheme{padding:0px}.card.table-list-card.modal-ledger-table-br.scheme-border{border:1px solid #dbe0e6}.card-sub-title.scheme-master h4{border-bottom:1px solid #dbe0e6}.ag-theme-quartz.Bonus_settings.table-grid-input-space.border-top-remove.terms{height:calc(100vh - 692px)}.card.table-list-card.modal-ledger-table-br.p-0.terms-condition{border:1px solid #dbe0e6}.terms-condition{padding-left:0px}.row.scheme-row{row-gap:5px}.card-container.scheme-container{min-height:calc(100vh - 10.5rem)}.otheritem button.nav-link.active{background-color:#3282b8;color:#fff !important;border-width:1.5px 1.5px 0px 1.5px;border-color:#e1e1e1;border-radius:5px 5px 0px 0px}.otheritem .tab-content{border:1.5px solid #dbe0e6;border-radius:0px 0px 5px 5px;padding:1px}.row.otheritem{row-gap:5px}.card-body.otheritem button.nav-link.active{color:#fff !important;border-width:1.5px 1.5px 0px 1.5px;border-color:#e1e1e1;border-radius:5px 5px 0px 0px;background-color:#3282b8}.card-body.otheritem{padding:0px}.card.table-list-card.jvheader-card.otheritem{border-top-left-radius:0px}.card-body.terms .card-sub-title{padding:5px 5px 0px 5px}.otheritem-selection .css-b62m3t-container{width:80%}.otheritem-selection{justify-content:end;display:flex}.pagination-container.footer-prev-next{padding:0px 6px;display:flex;align-items:center;gap:6px}.pagination-container.footer-prev-next .arrow-btn{position:relative;width:40px;height:32px;background:#fff;border-radius:6px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);box-shadow:0 10px 25px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,0);overflow:hidden}.pagination-container.footer-prev-next .arrow-btn::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);transition:.7s}.pagination-container.footer-prev-next .arrow-btn:hover::before{left:100%}.pagination-container.footer-prev-next .arrow-btn:hover{transform:translateY(-3px) scale(1.05);border-color:rgba(0,0,0,0);box-shadow:0 20px 40px rgba(0,0,0,.1)}.pagination-container.footer-prev-next .arrow-btn.left{background:linear-gradient(135deg, #f0f3ff 0%, #ffffff 100%);border:1px solid #c5cdf3}.pagination-container.footer-prev-next .arrow-btn.double-right{background:linear-gradient(135deg, #fef3c7 0%, #ffffff 100%);border:1px solid #fcb64d}.pagination-container.footer-prev-next .arrow-btn.left:hover{background:linear-gradient(135deg, #93b3f7 0%, #829ce2 100%);box-shadow:0 20px 40px rgba(14,116,233,.25);border:1px solid #829ce2}.pagination-container.footer-prev-next .arrow-btn.double-right:hover{background:linear-gradient(135deg, #ffe4b7 0%, #eb9532 100%);box-shadow:0 20px 40px rgba(245,158,11,.25);border:1px solid #eb9532}.pagination-container.footer-prev-next .sign{color:#4b5563;font-size:32px;transition:all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);position:relative;z-index:2}.pagination-container.footer-prev-next .arrow-btn:hover .sign{color:#fff;transform:scale(1.05)}.pagination-container.footer-prev-next .pagination-extreme{height:32px;padding:2px 6px;line-height:32px}.pagination-container.footer-prev-next .pagination-extreme .sign{display:flex}.pagination-container.footer-prev-next .pagination-extreme .fi{font-size:22px;height:22px}.btn_color_cancel{background-color:rgba(0,0,0,0);border:1px solid #ed662d}button.btn_color_cancel .sign{color:#ed662d}button.btn_color_cancel .text{color:#ed662d}button.btn_color_cancel:hover,button.btn_color_cancel:focus,button.btn_color_cancel:active{background-color:#ed662d;border:1px solid #ed662d}button.btn_color_cancel:hover .sign,button.btn_color_cancel:focus .sign,button.btn_color_cancel:active .sign{color:#fff}button.btn_color_cancel:hover .text,button.btn_color_cancel:focus .text,button.btn_color_cancel:active .text{color:#fff}.btn_color_clear{background-color:rgba(0,0,0,0);border:1px solid #e4a11b}button.btn_color_clear .sign{color:#e4a11b}button.btn_color_clear .text{color:#e4a11b}button.btn_color_clear:hover,button.btn_color_clear:focus,button.btn_color_clear:active{background-color:#e4a11b;border:1px solid #e4a11b}button.btn_color_clear:hover .sign,button.btn_color_clear:focus .sign,button.btn_color_clear:active .sign{color:#fff}button.btn_color_clear:hover .text,button.btn_color_clear:focus .text,button.btn_color_clear:active .text{color:#fff}.btn_color_saveandcontinue{background-color:rgba(0,0,0,0);border:1px solid #ed662d}button.btn_color_saveandcontinue .sign{color:#ed662d}button.btn_color_saveandcontinue .text{color:#ed662d}button.btn_color_saveandcontinue:hover,button.btn_color_saveandcontinue:focus,button.btn_color_saveandcontinue:active{background-color:#ed662d;border:1px solid #ed662d}button.btn_color_saveandcontinue:hover .sign,button.btn_color_saveandcontinue:focus .sign,button.btn_color_saveandcontinue:active .sign{color:#fff}button.btn_color_saveandcontinue:hover .text,button.btn_color_saveandcontinue:focus .text,button.btn_color_saveandcontinue:active .text{color:#fff}.btn-addproduct.mt-1.prodt-formbtn.footer-tag-item{display:flex;justify-content:end}.Tag_item_Page{padding:0px 3px}.ag-theme-quartz.tag-item-master{height:calc(100vh - 467px)}.card.table-list-card.modal-ledger-table-br.p-0.tag-Item-master .ag-theme-quartz.border-top-remove.table-grid-input-space .ag-row-even.ag-row-no-focus.ag-row.ag-row-level-0.ag-row-position-absolute.ag-row-last.ag-row-not-inline-editing{border-bottom:none}.prev-img-show i.btn-close{display:block;font-size:10px;background-color:#fff;border-radius:50px;line-height:12px}button.Icon-Full-Btn.button-primary.btn_red:disabled,button.Icon-Full-Btn.button-primary.btn_green:disabled,button.Icon-Full-Btn.button-primary.btn_color_clear:disabled,button.Icon-Full-Btn.button-primary.btn_color_cancel:disabled,button.Icon-Full-Btn.button-primary.button-primary.btn_orange.camera_btn:disabled,button.btn_darkblue:disabled,a.btn_Grey:disabled{opacity:.5;cursor:not-allowed}button.btn_green:disabled{background-color:rgba(0,0,0,0)}button.btn_green:disabled .sign{color:#0fb734}button.btn_green:disabled .text{color:#0fb734}button.btn_color_cancel:disabled{background-color:rgba(0,0,0,0)}button.btn_color_cancel:disabled .sign{color:#ed662d}button.btn_color_cancel:disabled .text{color:#ed662d}button.btn_red:disabled{background-color:rgba(0,0,0,0)}button.btn_red:disabled .sign{color:#ff2c2c}button.btn_red:disabled .text{color:#ff2c2c}button.btn_color_clear:disabled{background-color:rgba(0,0,0,0)}button.btn_color_clear:disabled .sign{color:#e4a11b}button.btn_color_clear:disabled .text{color:#e4a11b}button.btn_orange.camera_btn:disabled{background-color:rgba(0,0,0,0)}button.btn_orange.camera_btn:disabled .sign{color:#ff9f43}button.btn_orange.camera_btn:disabled .text{color:#ff9f43}.table-list-card.modal-ledger-table-br.p-0.tag-Item-master{border:1px solid #d3e5ff}.ag-theme-quartz.border-top-remove.table-grid-input-space.tag-item-page-master,.ag-theme-quartz.border-top-remove.table-grid-input-space.other_charges_Attribute{overflow:auto;height:276px}.table-list-card.modal-ledger-table-br.p-0.other_charges{border:1px solid #d3e5ff}.ag-theme-quartz.other_charges{height:calc(100vh - 473px)}button.btn.btn-primary.subprefix-btn.blue_btn_page.comn-btn-blue-page.Quotation.v2{padding:5px !important}button.btn.btn-primary.subprefix-btn.blue_btn_page.comn-btn-blue-page.Quotation.v2 i.feather.feather-settings{color:#ff9f43}.card.table-list-card.modal-ledger-table-br.f2table.icon.v2{width:100%;height:calc(100vh - 259px)}.modal-header.Qutation-second.draggable-content.Other-Details{border-radius:4px 4px 0px 0px;background-image:linear-gradient(90deg, #18a5b5, #3282b8)}.custom_help.add-button-quotation.v2{box-shadow:0px 0px 2px 1px rgba(94,94,94,.2)}.open-down.F2help.quotation-details.v2{box-shadow:0px 0px 2px 1px rgba(94,94,94,.2)}.ag-theme-quartz.Quotation_table.modal-grid-border.sales-quotation.pay_card_border.transaction_theme-tablecolor .ag-row-inline-editing{z-index:0}.sales.fixed-bottom{z-index:1}.custom_help.add-button-quotation.v2{z-index:10}.btn_info_btn{justify-content:end;display:flex;padding:5px 0px}.btn_info_btn button.Icon-Full-Btn.button-primary.btn_Quotation_blue.v2_btn{border:none}.btn_info_btn .sign{color:#fff !important}.sales_summary .card-sub-title-custom{display:flex;border:1px solid #dbe0e6;padding:5px 3px;align-items:center}.sales_summary .card-sub-title-custom h4{border-bottom:none;padding-bottom:0px}.sales_summary svg{margin-right:3px}.card-body.company-master-card.sales_summary_field{margin-top:5px}.sales-grid-table-spacing{padding-left:0px !important;width:18%}.customdetail_editicon .upload_img_Icon_btn{margin-top:0px}.searchQueryInput{height:2.5rem;padding:0 3.5rem 0 1.2rem}.searchQuerySubmit{width:32px;height:32px;line-height:32px}.customdetail_editicon .upload_img{position:absolute;width:100%;text-align:center;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);line-height:100%}.customdetail_editicon .upload_img img{width:14px;height:18px}.customdetail-fromheader{border-radius:4px;padding:5px;display:flex;gap:5px;background-size:cover;width:100%}.customdetail-fromheader .customdetail-from{display:flex;gap:10px;align-items:center}.customdetail-fromheader .customdetail-from .customdetail_icon img{margin-right:9px;height:74px;width:74px;padding:3px;border-radius:50%;border:1px solid #dbe0e6}.customdetail-fromheader .customdetail-from .customdetail_icon img h4{font-size:14px;font-weight:800}.editicon{height:20px;width:17px;margin:3px;color:#2a8db7}.editicon:hover{color:#3282b8}.avatar-preview img{border-radius:50%}.details_customers{margin-top:10px}.total-field-flex h4{color:#30a82d}.editicon:hover{color:#fff}.btn_add{display:flex;justify-content:end;align-items:center;padding-right:5px;margin-top:5px}.btns{display:flex}.wrapper_Search{width:100%;margin:10px 0px;padding:0px 5px}.label{font-size:10px;font-weight:400;text-transform:uppercase;letter-spacing:1.3px;margin-bottom:1rem}.searchBar{width:100%;display:flex;flex-direction:row;align-items:center;position:relative}.searchQueryInput{width:100%;background:#f5f5f5;outline:none;border:none;border-radius:1.625rem;font-size:16px}.searchQuerySubmit{background:#3084b8;border-radius:50%;outline:none;display:flex;align-items:center;justify-content:center;position:absolute;right:0px}.searchQuerySubmit:hover{cursor:pointer}.searchQuerySubmit i.feather-search{color:#fff}.searchQuerySubmit:hover{border:none}.profile-pic img{border-radius:50%}.btn_add.Quotation{display:flex;justify-content:space-between;align-items:center}.file-input__input{height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.file-input__label{cursor:pointer;display:inline-flex;align-items:center;border-radius:4px;font-size:14px;color:#fff;padding:10px 12px;background-color:#fff;height:32px;width:100%}.file-input__label svg{height:16px;margin-right:4px;color:#000}.file-input__label span{color:#000}.customdetail_editicon .upload_img img{display:flex;justify-content:center;margin:auto}.document-image{padding:10px}.customer-document.SalesBill-CustomerDetails{margin-top:30px}.Document-title h4{color:#181d1f;border-bottom:1.5px solid #d3e5ff;padding-bottom:5px;font-weight:700;font-size:15px}.Document-title{padding:5px}.document_image_upload{padding:0px 5px}.other-details-popup{position:relative;height:100%}.other-details-popup .fixed-bottom.sales-customer-footer{position:absolute}.table-list-card.modal-ledger-table-br.sales-table{margin-top:4px}.sales_details{margin-top:4px}.card-body.sales_Customer_Info{position:relative}.card-body.sales_Customer_Info .info{position:absolute;top:0px;width:100%}.open-down.F2help.quotation-details.Sales-details-modal.v2{width:100%;border-radius:4px !important;height:calc(100vh - 16.4rem)}.right_grid{padding-left:4px}.custom_help.add-button-quotation.v2 .card.table-list-card.modal-ledger-table-br.f2table.icon{width:100%;height:calc(100vh - 16.3rem)}.open-down.F2help.quotation-details.v2{margin-right:213px}.section_profile_info{position:relative}.icon_profile-pic svg{width:18px;height:18px;position:absolute;right:0px;bottom:11px}.btn_Profile{display:flex;justify-content:end;margin-top:5px;padding:0px 5px}button.Icon-Full-Btn.button-primary.btn_Quotation_blue.v2_btn:hover{background:none}button.Icon-Full-Btn.button-primary.btn_Quotation_blue.v2_btn.add:hover{background:#3282b8}.profile-pic{position:relative;display:inline-block;margin-left:15px}.profile-pic:hover .edit{display:block}.edit{padding-top:7px;padding-right:7px;position:absolute;right:0;top:0;display:none}.mid-section .contact_Details{margin-top:10px}.modal-header.Qutation-second.v2{background-image:linear-gradient(90deg, #18a5b5, #3282b8)}.Quotation.modal-header.other-details{background-image:linear-gradient(90deg, #18a5b5, #3282b8)}.card.table-responsive.table-top-border.salesmodal-acc-info-detail-height.v2{height:calc(100vh - 288px)}.card.table-responsive.table-top-border.v2{height:calc(100vh - 286px)}.card-body.table-list-card.Quotation-left.v2{margin-top:30px}.mid-section .upload_transaction_img_Icon{margin-left:10px}.sales_customer_info .company-master-card{margin:0px !important}.customdetail_editicon .upload_transaction_img_Icon{margin-left:10px;display:flex;justify-content:start;margin-top:0px}.upload_transaction_img_Icon.SalesPayment{margin-left:10px;display:block;justify-content:start;margin-top:0px}.customdetail_editicon .upload_img_Icon_btn{width:26px;height:26px;border:1px solid #dbe0e6}.card-body.Accountinfomodal .modal-header{background-image:linear-gradient(90deg, #18a5b5, #3282b8)}.sales_customer-info .collapsing{transition:none}.card-body.Accountinfomodal .add_header{align-items:center;display:flex}.salesmodal-header .comn-btn-blue-page span.feather-add-icon i{color:#fff}.payment_sales_info button.nav-link.account-nav-link.tab_custom_btn.custom-tab-bg.custom-tab-view-btn{padding:3px !important}.content.sales{overflow:hidden}.file-input label.file-input__label{border:1px solid #dbe0e6}.radio_input_othermodal{background:#f5f5f5;padding:5px;border:1px solid #f5f5f5;border-radius:4px}.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height.ag-grid-input-field-custom-class.Other_Quotation.ag-cell-value{justify-content:center;display:flex}.Quoation-modal span.report-radio-me.Quotation-radio{margin-right:10px !important;margin-left:0px !important}.modal-footer.modal-footercustom.Comman_Footer{z-index:2}.modal-radio-header.radiobutton.Quoation-modal .report-radio-me{display:flex;align-items:center}.modal-radio-header.radiobutton.Quoation-modal{display:flex}.Quotation-radio:has(input:checked){background-color:#58add2;padding:5px 10px;border-radius:89rem}.Quotation-radio:has(input:checked) .form-check-label{color:#fff !important;margin-left:5px}.modal-radio-header.radiobutton.Quoation-modal .form-check-input:checked{background-color:#3282b8;border-color:#3282b8}.modal-radio-header.radiobutton.Quoation-modal .form-check-label{margin-left:5px}.other-details-popup .mfield{margin-bottom:5px}.Quotation.modal-header.details{background-image:linear-gradient(90deg, #18a5b5, #3282b8)}.card.table-responsive.table-top-border.salesmodal-acc-pay-info-height_v2.details .mfield{margin-bottom:5px}.Drag___modal:has(.sales){overflow:hidden}.ag-theme-quartz.AlphaReportType-grid.table-scroll{height:calc(var(--usable-height) - 240px)}.ag-theme-quartz.accreportpage-tableheight{height:calc(var(--usable-height) - 345px);border-bottom:1px solid #dbe0e6}.ag-theme-quartz.transaction_theme-tablecolor.payment_receipt{height:calc(100vh - 13.8rem)}.ag-theme-quartz.pay_card_border.table-grid-input-space.transaction_theme-tablecolor{height:calc(100vh - 39.7rem)}.resize_bottom{width:100%;height:9px;cursor:n-resize;position:absolute;right:0;bottom:-8px;z-index:999;opacity:0}.ag-theme-quartz.pay_card_border.table-grid-input-space{height:calc(100vh - 32rem)}.content.content_100vh.Jv{min-height:calc(100vh - 6.6rem)}.content.content_100vh.Jv .card-container-GSTJV{min-height:calc(100vh - 8.2rem)}.customer_information{padding-right:0px;border-right:1px solid #dbe0e6}.customer_information_Required{padding-left:0px}.card.table-list-card.p-0.accType_card{border:none;height:calc(100vh - 24rem);overflow:auto}.card-sub-title1.info{border-bottom:none;margin-bottom:0px;padding:.25rem}ul.checkboxaccounttype.acctype-subtitleheader.multi_list li{display:flex;justify-content:space-between;padding:4px 10px}ul.checkboxaccounttype.acctype-subtitleheader.multi_list{border:1px solid #dbe0e6;border-radius:4px;margin-top:3px;padding:0px}ul.checkboxaccounttype.acctype-subheader.multiple_list li.checkboxaccounttype{margin-top:3px;padding:5px}.account-typr-field{padding:6.5px}ul.checkboxaccounttype.acctype-subheader.multiple_list{padding:0px}ul.checkboxaccounttype.acctype-subheader.multiple_list .single_list{padding:5px}label.checkboxs.acctype-checkbox.sub_header{font-weight:700;font-size:14px;margin-left:11px}.account_Type .image_Box{position:relative;width:60px;height:60px;border:none}.account_Type .upload_img_Icon{margin-top:0px;justify-content:center}.account_Type .add-choosen{justify-content:center}.account_Type .image_Box img{padding:0px}.modal-footer.modal-footercustom.fixed-bottom.ledgerstockPosting{justify-content:space-between !important;display:flex;padding:3px 5px}.master_excel_import{border:1px solid #dbe0e6;border-radius:4px;margin:0px}.master_excel_import textarea{border:none;width:100%;height:100%}.dataimport-btns .btn-accexcl{display:flex;justify-content:flex-start}.btn-accexcl .databtn:hover .sign{color:#fff}button.btn.blueicon-theme:hover img.importbtns{filter:brightness(6.5)}.importexceldatamodal .modalf2help{border-bottom:1px solid #dbe0e6;padding:2px 4px 6px}.importexceldatamodal .modalhelpsearch{height:28px;width:200px}.dataimportpage .blue_btn_page{background:#fff;color:#196ba5 !important;padding:4px !important}.importconformationmodal .conformationtext{text-align:center}.master_excel_import.dataimport{border:none}.import_Conformation{display:flex;justify-content:center;align-items:center}.modal-footer.modal-footercustom.fixed-bottom.dataimport{padding:5px 0px}.card-sub-title1.Master_Import{margin-bottom:0px}.card-sub-title1.dataimport{margin-bottom:0px}.card-sub-title1.importaccfromexcel{margin-bottom:0px;border:none}.importconformationmodal .alert_icon{display:flex;padding:0px;margin-bottom:0px}.card.card_border_remove_mobile.table-list-card.dataimport{border:1px solid #dbe0e6}.btn-datasplit{justify-content:end !important}.btn-datasplit .data_split{background-color:#3282b8;color:#fff;border:1px solid #3282b8}.btn-datasplit .data_split:hover{background-color:#f9ac3e !important;border-color:#f9ac3e !important;color:#fff}.btn-datasplit .data_split img{filter:brightness(0) invert(1)}.btn-datasplit .impaccfromolddata{background-color:#ed662d;color:#fff;border:1px solid #ed662d}.btn-datasplit .impaccfromolddata:hover{background-color:#f9ac3e !important;border-color:#f9ac3e !important;color:#fff}.btn-datasplit .impaccfromolddata img{filter:brightness(0) invert(1)}.btn-datasplit .imptacctfromxls{background:#ff8510;border:1px solid #ff8510;color:#fff}.btn-datasplit .imptacctfromxls:hover{background-color:#f9ac3e !important;border-color:#f9ac3e !important;color:#fff}.btn-datasplit .imptacctfromxls img{filter:brightness(0) invert(1)}.ledger_wih_Fine_menu-width .Cash_Bank-book-sidemenu-height{height:calc(100vh - 17rem)}.LedgerReport-width{width:100%;position:relative}.LedgerReport-customwidth-Toggle-btn{width:100%;position:relative}.ledger_right_Menu{width:18%;position:absolute;right:0px;padding-right:4px;top:0}.ledger_wih_Fine_menu{position:absolute;right:0;top:0;padding-right:9.75px;z-index:1000}.ledger_wih_Fine_menu-width{width:220px;animation:slideDown 300ms ease-in-out forwards}.ledger-with-fine-menu{padding:12px 8px;border-radius:6px;background-color:#fff9f3;border:1px solid #eaddd2}.ledger-with-fine-menu .Cash_Bank-book-cardlabel{border-bottom:1px solid #dbe0e6;padding-bottom:5px;margin-bottom:10px}.ledger-with-fine-menu .ratio-selection_input.form-check-input:checked~.ratio-selection_text{font-size:14px}.ledger-with-fine-menu span.ratio-selection_text.input{font-size:14px}.header_Grouping.Amount_Ledger_Report{margin-top:22px;border-radius:6px;background-color:#fff}.header_Grouping.Amount_Ledger_Report .Item_name{display:flex;padding:5px;gap:1rem}.card.card-body.Cash_Bank-book-sidemenu-height{border-top:0px;border-top-left-radius:0px;border-top-right-radius:0px}span.ratio-selection_text.input{padding-bottom:2px}.ledger-with-fine-menu label.register-radiolabel{font-weight:800;font-size:15px}label.register-radiolabel-Amount_With_Fine{font-weight:800;font-size:15px}.content.content_100vh.Ledger-ReportPage.body_scroll_visiable{height:calc(100vh - 6rem)}.ag-cell .dr_cell{color:#4a8312;font-weight:700}.ag-cell .cr_cell{color:red;font-weight:700}.active-btn.checkbox-menu-box.input{padding:5px;border-radius:4px;display:flex;background-color:#fffbf1;border:1px solid #f5dea8;margin-top:5px}.menu_ledger_Stock_Posting{border-radius:4px}.checkbox-menu-box:has(input[type=checkbox]:checked){background-color:#f7e2b1;border:1px solid #daa629;margin-top:5px}.checkboxs input:checked~.checkmarks.input-checkbox-menu{background-color:#daa629;border-color:#daa629}.checkboxs input~.checkmarks.checkmark_ledger_Posting{border:1px solid #ccb06d !important}label.form-label.label_text{font-size:13px}.otherItemSetting_grid.ag-theme-quartz.border-top-remove.table-grid-input-space input{background:rgba(0,0,0,0)}input.form-check-input.search_Common{margin-top:.25em}.ledger-side-menu-theme.card.card-body.amount-toggle.ledger-report-sidemenu-btn{background-color:#fff;box-shadow:0px 4px 8px rgba(0,0,0,.2);border-radius:0px;overflow:visible;z-index:1000;border:none;margin-right:7px}.ledger-with-amount label.register-radiolabel{font-weight:800;font-size:15px}ul.dropdown_content_item.ledger-with-amount li:hover{background-color:#ffecce}ul.dropdown_content_item.ledger-with-amount li{padding:8px;display:flex;align-items:center;gap:10px;box-shadow:rgba(50,50,93,.03) 0px 6px 12px -2px,rgba(0,0,0,.03) 0px 3px 7px -3px}ul.dropdown_content_item.ledger-with-amount img{height:25px;width:25px}.ledger-with-amount a{font-weight:700;font-size:15px}.Cash_Bank-book-cardlabel.ledger-with-amount{padding-bottom:5px}.ledger-with-amount .dropdown-1{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 30ms ease-in-out forwards}.ledger-with-amount .dropdown-2{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 60ms ease-in-out forwards}.ledger-with-amount .dropdown-3{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 90ms ease-in-out forwards}.ledger-with-amount .dropdown-4{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 120ms ease-in-out forwards}.ledger-with-amount .dropdown-5{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 150ms ease-in-out forwards}.ledger-with-amount .dropdown-6{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 180ms ease-in-out forwards}.ledger-with-amount .dropdown-7{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 210ms ease-in-out forwards}.ledger-with-amount .dropdown-8{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 240ms ease-in-out forwards}.alphagrid-expand .ag-floating-bottom-container .CreditAmount{background:#e6f7ed !important;font-weight:800 !important}.alphagrid-expand .ag-floating-bottom-container .DebitAmount{background-color:#ffebeb !important;font-weight:800 !important}.ledger_right_Menu ul.dropdown_content_item.ledger-with-amount li{padding:6px 5px;margin-bottom:5px}.LedgerReport-width span.dr,.LedgerReport-customwidth-Toggle-btn span.dr,.LedgerReport-customwidth span.dr{font-weight:500 !important;color:#ff2c2c}.LedgerReport-width span.cr,.LedgerReport-customwidth-Toggle-btn span.cr,.LedgerReport-customwidth span.cr{font-weight:500 !important;color:#0fb734}.LedgerReport-width .AmtFineSummary .AccountDetail.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineSummary .AccountDetails.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineMonthWise .AccountDetail.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineMonthWise .AccountDetails.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineAccountWise .AccountDetail.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineAccountWise .AccountDetails.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineDetail .AccountDetail.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineDetail .AccountDetails.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineVoucherWise .AccountDetail.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineVoucherWise .AccountDetails.ag-header-group-cell-with-group{border-right:.5px solid #94d2ff !important;border-bottom:.5px solid #94d2ff !important}.LedgerReport-width .AmtFineSummary .AccountDetail.ag-header-cell,.LedgerReport-width .AmtFineSummary .AccountDetails.ag-header-cell,.LedgerReport-width .AmtFineMonthWise .AccountDetail.ag-header-cell,.LedgerReport-width .AmtFineMonthWise .AccountDetails.ag-header-cell,.LedgerReport-width .AmtFineAccountWise .AccountDetail.ag-header-cell,.LedgerReport-width .AmtFineAccountWise .AccountDetails.ag-header-cell,.LedgerReport-width .AmtFineDetail .AccountDetail.ag-header-cell,.LedgerReport-width .AmtFineDetail .AccountDetails.ag-header-cell,.LedgerReport-width .AmtFineVoucherWise .AccountDetail.ag-header-cell,.LedgerReport-width .AmtFineVoucherWise .AccountDetails.ag-header-cell{border-right:.5px solid #94d2ff !important;border-bottom:.5px solid #94d2ff !important}.LedgerReport-width .AmtFineSummary .ag-cell.AccountDetail,.LedgerReport-width .AmtFineSummary .ag-cell.AccountDetails,.LedgerReport-width .AmtFineMonthWise .ag-cell.AccountDetail,.LedgerReport-width .AmtFineMonthWise .ag-cell.AccountDetails,.LedgerReport-width .AmtFineAccountWise .ag-cell.AccountDetail,.LedgerReport-width .AmtFineAccountWise .ag-cell.AccountDetails,.LedgerReport-width .AmtFineDetail .ag-cell.AccountDetail,.LedgerReport-width .AmtFineDetail .ag-cell.AccountDetails,.LedgerReport-width .AmtFineVoucherWise .ag-cell.AccountDetail,.LedgerReport-width .AmtFineVoucherWise .ag-cell.AccountDetails{border-right:.5px solid #94d2ff !important;border-bottom:.5px solid #94d2ff !important}.LedgerReport-width .AmtFineSummary .Details.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineMonthWise .Details.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineAccountWise .Details.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineDetail .Details.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineVoucherWise .Details.ag-header-group-cell-with-group{background-color:#f3e7ff;border-right:.5px solid #e1c3ff !important;border-bottom:.5px solid #e1c3ff !important}.LedgerReport-width .AmtFineSummary .Details.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineMonthWise .Details.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineAccountWise .Details.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineDetail .Details.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineVoucherWise .Details.ag-header-group-cell-with-group:hover{background-color:#f3e7ff !important}.LedgerReport-width .AmtFineSummary .ag-header-cell.Details,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Details,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Details,.LedgerReport-width .AmtFineDetail .ag-header-cell.Details,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Details{background-color:#f3e7ff;border-right:.5px solid #e1c3ff !important;border-bottom:.5px solid #e1c3ff !important}.LedgerReport-width .AmtFineSummary .ag-header-cell.Details span,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Details span,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Details span,.LedgerReport-width .AmtFineDetail .ag-header-cell.Details span,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Details span{color:#8338ec !important}.LedgerReport-width .AmtFineSummary .ag-header-cell.Details:hover,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Details:hover,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Details:hover,.LedgerReport-width .AmtFineDetail .ag-header-cell.Details:hover,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Details:hover{background-color:#f3e7ff !important;color:#8338ec !important}.LedgerReport-width .AmtFineSummary .ag-cell.Details,.LedgerReport-width .AmtFineMonthWise .ag-cell.Details,.LedgerReport-width .AmtFineAccountWise .ag-cell.Details,.LedgerReport-width .AmtFineDetail .ag-cell.Details,.LedgerReport-width .AmtFineVoucherWise .ag-cell.Details{border-right:.5px solid #e1c3ff !important;border-bottom:.5px solid #e1c3ff !important}.LedgerReport-width .AmtFineSummary .Amount.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineMonthWise .Amount.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineAccountWise .Amount.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineDetail .Amount.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineVoucherWise .Amount.ag-header-group-cell-with-group{background-color:#ecffec;border-right:.5px solid #b3e1c1 !important;border-bottom:.5px solid #b3e1c1 !important}.LedgerReport-width .AmtFineSummary .Amount.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineMonthWise .Amount.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineAccountWise .Amount.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineDetail .Amount.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineVoucherWise .Amount.ag-header-group-cell-with-group span{color:#279046 !important}.LedgerReport-width .AmtFineSummary .Amount.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineMonthWise .Amount.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineAccountWise .Amount.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineDetail .Amount.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineVoucherWise .Amount.ag-header-group-cell-with-group:hover{background-color:#ecffec !important;color:#279046 !important}.LedgerReport-width .AmtFineSummary .Amount.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineMonthWise .Amount.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineAccountWise .Amount.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineDetail .Amount.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineVoucherWise .Amount.ag-header-group-cell-with-group span{font-size:15px;font-weight:800}.LedgerReport-width .AmtFineSummary .ag-header-cell.Amount,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Amount,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Amount,.LedgerReport-width .AmtFineDetail .ag-header-cell.Amount,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Amount{background-color:#ecffec;border-right:.5px solid #b3e1c1 !important;border-bottom:.5px solid #b3e1c1 !important}.LedgerReport-width .AmtFineSummary .ag-header-cell.Amount span,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Amount span,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Amount span,.LedgerReport-width .AmtFineDetail .ag-header-cell.Amount span,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Amount span{color:#279046 !important}.LedgerReport-width .AmtFineSummary .ag-header-cell.Amount:hover,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Amount:hover,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Amount:hover,.LedgerReport-width .AmtFineDetail .ag-header-cell.Amount:hover,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Amount:hover{background-color:#ecffec !important;color:#279046 !important}.LedgerReport-width .AmtFineSummary .ag-cell.Amount,.LedgerReport-width .AmtFineMonthWise .ag-cell.Amount,.LedgerReport-width .AmtFineAccountWise .ag-cell.Amount,.LedgerReport-width .AmtFineDetail .ag-cell.Amount,.LedgerReport-width .AmtFineVoucherWise .ag-cell.Amount{border-right:.5px solid #b3e1c1 !important;border-bottom:.5px solid #b3e1c1 !important}.LedgerReport-width .AmtFineSummary .Gold.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineMonthWise .Gold.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineAccountWise .Gold.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineDetail .Gold.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineVoucherWise .Gold.ag-header-group-cell-with-group{background-color:#fff7ea;color:#f0ad00;border-right:.5px solid #ffdf8f !important;border-bottom:.5px solid #ffdf8f !important}.LedgerReport-width .AmtFineSummary .Gold.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineMonthWise .Gold.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineAccountWise .Gold.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineDetail .Gold.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineVoucherWise .Gold.ag-header-group-cell-with-group:hover{background-color:#fff7ea !important;color:#f0ad00 !important}.LedgerReport-width .AmtFineSummary .Gold.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineMonthWise .Gold.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineAccountWise .Gold.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineDetail .Gold.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineVoucherWise .Gold.ag-header-group-cell-with-group span{font-size:15px;font-weight:800}.LedgerReport-width .AmtFineSummary .ag-header-cell.Gold,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Gold,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Gold,.LedgerReport-width .AmtFineDetail .ag-header-cell.Gold,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Gold{background-color:#fff7ea;border-right:.5px solid #ffdf8f !important;border-bottom:.5px solid #ffdf8f !important}.LedgerReport-width .AmtFineSummary .ag-header-cell.Gold span,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Gold span,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Gold span,.LedgerReport-width .AmtFineDetail .ag-header-cell.Gold span,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Gold span{color:#f0ad00 !important}.LedgerReport-width .AmtFineSummary .ag-header-cell.Gold:hover,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Gold:hover,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Gold:hover,.LedgerReport-width .AmtFineDetail .ag-header-cell.Gold:hover,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Gold:hover{background-color:#fff7ea !important;color:#f0ad00 !important}.LedgerReport-width .AmtFineSummary .ag-cell.Gold,.LedgerReport-width .AmtFineMonthWise .ag-cell.Gold,.LedgerReport-width .AmtFineAccountWise .ag-cell.Gold,.LedgerReport-width .AmtFineDetail .ag-cell.Gold,.LedgerReport-width .AmtFineVoucherWise .ag-cell.Gold{border-right:.5px solid #ffdf8f !important;border-bottom:.5px solid #ffdf8f !important}.LedgerReport-width .AmtFineSummary .Silver.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineMonthWise .Silver.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineAccountWise .Silver.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineDetail .Silver.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineVoucherWise .Silver.ag-header-group-cell-with-group{background-color:#eee;color:#635757 !important;border-right:.5px solid #cda7a7 !important;border-bottom:.5px solid #cda7a7 !important}.LedgerReport-width .AmtFineSummary .Silver.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineMonthWise .Silver.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineAccountWise .Silver.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineDetail .Silver.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineVoucherWise .Silver.ag-header-group-cell-with-group:hover{background-color:#eee !important;color:#635757 !important}.LedgerReport-width .AmtFineSummary .Silver.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineMonthWise .Silver.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineAccountWise .Silver.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineDetail .Silver.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineVoucherWise .Silver.ag-header-group-cell-with-group span{font-size:15px;font-weight:800}.LedgerReport-width .AmtFineSummary .ag-header-cell.Silver,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Silver,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Silver,.LedgerReport-width .AmtFineDetail .ag-header-cell.Silver,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Silver{background-color:#eee;border-right:.5px solid #cda7a7 !important;border-bottom:.5px solid #cda7a7 !important}.LedgerReport-width .AmtFineSummary .ag-header-cell.Silver span,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Silver span,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Silver span,.LedgerReport-width .AmtFineDetail .ag-header-cell.Silver span,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Silver span{color:#635757 !important}.LedgerReport-width .AmtFineSummary .ag-header-cell.Silver:hover,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Silver:hover,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Silver:hover,.LedgerReport-width .AmtFineDetail .ag-header-cell.Silver:hover,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Silver:hover{background-color:#eee !important;color:#635757 !important}.LedgerReport-width .AmtFineSummary .ag-cell.Silver,.LedgerReport-width .AmtFineMonthWise .ag-cell.Silver,.LedgerReport-width .AmtFineAccountWise .ag-cell.Silver,.LedgerReport-width .AmtFineDetail .ag-cell.Silver,.LedgerReport-width .AmtFineVoucherWise .ag-cell.Silver{border-right:.5px solid #cda7a7 !important;border-bottom:.5px solid #cda7a7 !important}.LedgerReport-width .AmtFineSummary .Other.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineMonthWise .Other.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineAccountWise .Other.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineDetail .Other.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineVoucherWise .Other.ag-header-group-cell-with-group{background-color:#e7eeff;color:#3963bd !important;border-right:.5px solid #c8d7f9 !important;border-bottom:.5px solid #c8d7f9 !important}.LedgerReport-width .AmtFineSummary .Other.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineMonthWise .Other.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineAccountWise .Other.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineDetail .Other.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineVoucherWise .Other.ag-header-group-cell-with-group:hover{background-color:#e7eeff !important;color:#3963bd !important}.LedgerReport-width .AmtFineSummary .Other.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineMonthWise .Other.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineAccountWise .Other.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineDetail .Other.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineVoucherWise .Other.ag-header-group-cell-with-group span{font-size:15px;font-weight:800}.LedgerReport-width .AmtFineSummary .ag-header-cell.Other,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Other,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Other,.LedgerReport-width .AmtFineDetail .ag-header-cell.Other,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Other{background-color:#e7eeff;border-right:.5px solid #c8d7f9 !important;border-bottom:.5px solid #c8d7f9 !important}.LedgerReport-width .AmtFineSummary .ag-header-cell.Other span,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Other span,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Other span,.LedgerReport-width .AmtFineDetail .ag-header-cell.Other span,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Other span{color:#3963bd !important}.LedgerReport-width .AmtFineSummary .ag-header-cell.Other:hover,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Other:hover,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Other:hover,.LedgerReport-width .AmtFineDetail .ag-header-cell.Other:hover,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Other:hover{background-color:#eee !important;color:#635757 !important}.LedgerReport-width .AmtFineSummary .ag-cell.Other,.LedgerReport-width .AmtFineMonthWise .ag-cell.Other,.LedgerReport-width .AmtFineAccountWise .ag-cell.Other,.LedgerReport-width .AmtFineDetail .ag-cell.Other,.LedgerReport-width .AmtFineVoucherWise .ag-cell.Other{border-right:.5px solid #c8d7f9 !important;border-bottom:.5px solid #c8d7f9 !important}.LedgerReport-width .AmtFineSummary .Diamond.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineMonthWise .Diamond.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineAccountWise .Diamond.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineDetail .Diamond.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineVoucherWise .Diamond.ag-header-group-cell-with-group{background-color:#dffaff;border-right:.5px solid #98e8ff !important;border-bottom:.5px solid #98e8ff !important;color:#18a8d2 !important}.LedgerReport-width .AmtFineSummary .Diamond.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineMonthWise .Diamond.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineAccountWise .Diamond.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineDetail .Diamond.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineVoucherWise .Diamond.ag-header-group-cell-with-group:hover{background-color:#dffaff !important;color:#18a8d2 !important}.LedgerReport-width .AmtFineSummary .Diamond.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineMonthWise .Diamond.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineAccountWise .Diamond.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineDetail .Diamond.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineVoucherWise .Diamond.ag-header-group-cell-with-group span{font-size:15px;font-weight:800}.LedgerReport-width .AmtFineSummary .ag-header-cell.Diamond,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Diamond,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Diamond,.LedgerReport-width .AmtFineDetail .ag-header-cell.Diamond,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Diamond{background-color:#dffaff;border-right:.5px solid #98e8ff !important;border-bottom:.5px solid #98e8ff !important}.LedgerReport-width .AmtFineSummary .ag-header-cell.Diamond span,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Diamond span,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Diamond span,.LedgerReport-width .AmtFineDetail .ag-header-cell.Diamond span,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Diamond span{color:#18a8d2 !important}.LedgerReport-width .AmtFineSummary .ag-header-cell.Diamond:hover,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Diamond:hover,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Diamond:hover,.LedgerReport-width .AmtFineDetail .ag-header-cell.Diamond:hover,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Diamond:hover{background-color:#dffaff !important;color:#18a8d2 !important}.LedgerReport-width .AmtFineSummary .ag-cell.Diamond,.LedgerReport-width .AmtFineMonthWise .ag-cell.Diamond,.LedgerReport-width .AmtFineAccountWise .ag-cell.Diamond,.LedgerReport-width .AmtFineDetail .ag-cell.Diamond,.LedgerReport-width .AmtFineVoucherWise .ag-cell.Diamond{border-right:.5px solid #98e8ff !important;border-bottom:.5px solid #98e8ff !important}.LedgerReport-width .AmtFineSummary .Platinum.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineMonthWise .Platinum.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineAccountWise .Platinum.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineDetail .Platinum.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineVoucherWise .Platinum.ag-header-group-cell-with-group{background-color:#f9dddf;border-right:.5px solid #dfb3b6 !important;border-bottom:.5px solid #dfb3b6 !important;color:#d94747 !important}.LedgerReport-width .AmtFineSummary .Platinum.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineMonthWise .Platinum.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineAccountWise .Platinum.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineDetail .Platinum.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineVoucherWise .Platinum.ag-header-group-cell-with-group:hover{background-color:#f9dddf !important;color:#d94747 !important}.LedgerReport-width .AmtFineSummary .Platinum.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineMonthWise .Platinum.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineAccountWise .Platinum.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineDetail .Platinum.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineVoucherWise .Platinum.ag-header-group-cell-with-group span{font-size:15px;font-weight:800}.LedgerReport-width .AmtFineSummary .ag-header-cell.Platinum,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Platinum,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Platinum,.LedgerReport-width .AmtFineDetail .ag-header-cell.Platinum,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Platinum{background-color:#f9dddf;border-right:.5px solid #dfb3b6 !important;border-bottom:.5px solid #dfb3b6 !important}.LedgerReport-width .AmtFineSummary .ag-header-cell.Platinum:hover,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Platinum:hover,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Platinum:hover,.LedgerReport-width .AmtFineDetail .ag-header-cell.Platinum:hover,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Platinum:hover{background-color:#f9dddf !important;color:#d94747 !important}.LedgerReport-width .AmtFineSummary .ag-header-cell.Platinum span,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Platinum span,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Platinum span,.LedgerReport-width .AmtFineDetail .ag-header-cell.Platinum span,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Platinum span{color:#d94747 !important}.LedgerReport-width .AmtFineSummary .ag-cell.Platinum,.LedgerReport-width .AmtFineMonthWise .ag-cell.Platinum,.LedgerReport-width .AmtFineAccountWise .ag-cell.Platinum,.LedgerReport-width .AmtFineDetail .ag-cell.Platinum,.LedgerReport-width .AmtFineVoucherWise .ag-cell.Platinum{border-right:.5px solid #dfb3b6 !important;border-bottom:.5px solid #dfb3b6 !important}.LedgerReport-width .AmtFineSummary .Stone.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineMonthWise .Stone.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineAccountWise .Stone.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineDetail .Stone.ag-header-group-cell-with-group,.LedgerReport-width .AmtFineVoucherWise .Stone.ag-header-group-cell-with-group{background-color:#fdf0e7;border-right:.5px solid #ffd3bc !important;border-bottom:.5px solid #ffd3bc !important;color:#dc7b45 !important}.LedgerReport-width .AmtFineSummary .Stone.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineMonthWise .Stone.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineAccountWise .Stone.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineDetail .Stone.ag-header-group-cell-with-group:hover,.LedgerReport-width .AmtFineVoucherWise .Stone.ag-header-group-cell-with-group:hover{background-color:#fdf0e7 !important;color:#dc7b45 !important}.LedgerReport-width .AmtFineSummary .Stone.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineMonthWise .Stone.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineAccountWise .Stone.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineDetail .Stone.ag-header-group-cell-with-group span,.LedgerReport-width .AmtFineVoucherWise .Stone.ag-header-group-cell-with-group span{font-size:15px;font-weight:800}.LedgerReport-width .AmtFineSummary .ag-header-cell.Stone,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Stone,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Stone,.LedgerReport-width .AmtFineDetail .ag-header-cell.Stone,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Stone{background-color:#fdf0e7;border-right:.5px solid #ffd3bc !important;border-bottom:.5px solid #ffd3bc !important}.LedgerReport-width .AmtFineSummary .ag-header-cell.Stone:hover,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Stone:hover,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Stone:hover,.LedgerReport-width .AmtFineDetail .ag-header-cell.Stone:hover,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Stone:hover{background-color:#fdf0e7 !important;color:#dc7b45 !important}.LedgerReport-width .AmtFineSummary .ag-header-cell.Stone span,.LedgerReport-width .AmtFineMonthWise .ag-header-cell.Stone span,.LedgerReport-width .AmtFineAccountWise .ag-header-cell.Stone span,.LedgerReport-width .AmtFineDetail .ag-header-cell.Stone span,.LedgerReport-width .AmtFineVoucherWise .ag-header-cell.Stone span{color:#dc7b45 !important}.LedgerReport-width .AmtFineSummary .ag-cell.Stone,.LedgerReport-width .AmtFineMonthWise .ag-cell.Stone,.LedgerReport-width .AmtFineAccountWise .ag-cell.Stone,.LedgerReport-width .AmtFineDetail .ag-cell.Stone,.LedgerReport-width .AmtFineVoucherWise .ag-cell.Stone{border-right:.5px solid #ffd3bc !important;border-bottom:.5px solid #ffd3bc !important}.LedgerReport-width .AmtFineSummary .ag-floating-bottom .ag-cell.Details,.LedgerReport-width .AmtFineMonthWise .ag-floating-bottom .ag-cell.Details,.LedgerReport-width .AmtFineAccountWise .ag-floating-bottom .ag-cell.Details,.LedgerReport-width .AmtFineDetail .ag-floating-bottom .ag-cell.Details,.LedgerReport-width .AmtFineVoucherWise .ag-floating-bottom .ag-cell.Details{border-right:.5px solid #e1c3ff !important;background-color:#f3e7ff !important}.LedgerReport-width .AmtFineSummary .ag-floating-bottom .ag-cell.Amount,.LedgerReport-width .AmtFineMonthWise .ag-floating-bottom .ag-cell.Amount,.LedgerReport-width .AmtFineAccountWise .ag-floating-bottom .ag-cell.Amount,.LedgerReport-width .AmtFineDetail .ag-floating-bottom .ag-cell.Amount,.LedgerReport-width .AmtFineVoucherWise .ag-floating-bottom .ag-cell.Amount{background-color:#ecffec !important;border-right:.5px solid #b3e1c1 !important}.LedgerReport-width .AmtFineSummary .ag-floating-bottom .ag-cell.Gold,.LedgerReport-width .AmtFineMonthWise .ag-floating-bottom .ag-cell.Gold,.LedgerReport-width .AmtFineAccountWise .ag-floating-bottom .ag-cell.Gold,.LedgerReport-width .AmtFineDetail .ag-floating-bottom .ag-cell.Gold,.LedgerReport-width .AmtFineVoucherWise .ag-floating-bottom .ag-cell.Gold{border-right:.5px solid #ffdf8f !important;background-color:#fff7ea !important}.LedgerReport-width .AmtFineSummary .ag-floating-bottom .ag-cell.Silver,.LedgerReport-width .AmtFineMonthWise .ag-floating-bottom .ag-cell.Silver,.LedgerReport-width .AmtFineAccountWise .ag-floating-bottom .ag-cell.Silver,.LedgerReport-width .AmtFineDetail .ag-floating-bottom .ag-cell.Silver,.LedgerReport-width .AmtFineVoucherWise .ag-floating-bottom .ag-cell.Silver{border-right:.5px solid #cda7a7 !important;background-color:#eee !important}.LedgerReport-width .AmtFineSummary .ag-floating-bottom .ag-cell.Other,.LedgerReport-width .AmtFineMonthWise .ag-floating-bottom .ag-cell.Other,.LedgerReport-width .AmtFineAccountWise .ag-floating-bottom .ag-cell.Other,.LedgerReport-width .AmtFineDetail .ag-floating-bottom .ag-cell.Other,.LedgerReport-width .AmtFineVoucherWise .ag-floating-bottom .ag-cell.Other{border-right:.5px solid #c8d7f9 !important;background-color:#e7eeff !important}.LedgerReport-width .AmtFineSummary .ag-floating-bottom .ag-cell.Diamond,.LedgerReport-width .AmtFineMonthWise .ag-floating-bottom .ag-cell.Diamond,.LedgerReport-width .AmtFineAccountWise .ag-floating-bottom .ag-cell.Diamond,.LedgerReport-width .AmtFineDetail .ag-floating-bottom .ag-cell.Diamond,.LedgerReport-width .AmtFineVoucherWise .ag-floating-bottom .ag-cell.Diamond{border-right:.5px solid #98e8ff !important;background-color:#dffaff !important}.LedgerReport-width .AmtFineSummary .ag-floating-bottom .ag-cell.Platinum,.LedgerReport-width .AmtFineMonthWise .ag-floating-bottom .ag-cell.Platinum,.LedgerReport-width .AmtFineAccountWise .ag-floating-bottom .ag-cell.Platinum,.LedgerReport-width .AmtFineDetail .ag-floating-bottom .ag-cell.Platinum,.LedgerReport-width .AmtFineVoucherWise .ag-floating-bottom .ag-cell.Platinum{border-right:.5px solid #dfb3b6 !important;background-color:#f9dddf !important}.LedgerReport-width .AmtFineSummary .ag-floating-bottom .ag-cell.Stone,.LedgerReport-width .AmtFineMonthWise .ag-floating-bottom .ag-cell.Stone,.LedgerReport-width .AmtFineAccountWise .ag-floating-bottom .ag-cell.Stone,.LedgerReport-width .AmtFineDetail .ag-floating-bottom .ag-cell.Stone,.LedgerReport-width .AmtFineVoucherWise .ag-floating-bottom .ag-cell.Stone{border-right:.5px solid #ffd3bc !important;background-color:#fdf0e7 !important}.LedgerReport-width .AmtFineSummary .ag-row,.LedgerReport-width .AmtFineMonthWise .ag-row,.LedgerReport-width .AmtFineAccountWise .ag-row,.LedgerReport-width .AmtFineDetail .ag-row,.LedgerReport-width .AmtFineVoucherWise .ag-row{border-bottom:none}.LedgerReport-width .AmtFineSummary .ag-header,.LedgerReport-width .AmtFineMonthWise .ag-header,.LedgerReport-width .AmtFineAccountWise .ag-header,.LedgerReport-width .AmtFineDetail .ag-header,.LedgerReport-width .AmtFineVoucherWise .ag-header{border-bottom:none}.LedgerReport-width .AmountAccountSummary .ag-header,.LedgerReport-width .AmountAllAccountSummary .ag-header{border-bottom:.5px solid #c2e3fb !important}.LedgerReport-customwidth-Toggle-btn .AmountAllAccountSummary .ag-header{border-bottom:.5px solid #c2e3fb !important}.ledger-report-expand.table tr:nth-of-type(1) td{font-size:13px !important;background-color:#fff7e3 !important;font-weight:700;color:#aa872e !important}.ledger-report-expand.table tr td{border-right:.5px solid #f3eac3 !important;border-bottom:.5px solid #f3eac3 !important}.ledger-report-expand.table tr:nth-last-child(1) td{border-bottom:none !important}.LedgerReport-width-details{position:relative}.LedgerReport-width-details .ledger-report-sidemenu-btn{height:calc(100vh - 21.6rem) !important}.Ledger-Report-Height .card-container{min-height:calc(100vh - 10.8rem)}.filter-btn-click .ledger-side-menu-theme.card.card-body.amount-toggle.ledger-report-sidemenu-btn-filter{background-color:#fff;box-shadow:0px 4px 8px rgba(0,0,0,.2);border-radius:0px;overflow:visible;z-index:1000;border:none}.card.card-body.p-0.LotGenerateReport{border:none}.ag-theme-quartz.Lot_Generate_Report .ag-header-cell.balance_Details{background-color:#faf0f1 !important;border-right:.5px solid #ffb38a !important;border-bottom:.5px solid #ffb38a !important}.Lot_Generate_Report .ag-body .ag-cell.balance_Details{border-right:.5px solid #ffb38a !important;border-bottom:.5px solid #ffb38a !important}.ag-theme-quartz.Lot_Generate_Report .ag-header-cell.Tag-Details{background-color:#eaedfe !important;border-right:.5px solid #95a4f9 !important;border-bottom:.5px solid #95a4f9 !important}.Lot_Generate_Report .ag-body .ag-cell.Tag-Details{border-right:.5px solid #95a4f9 !important;border-bottom:.5px solid #95a4f9 !important}.ag-menu-option.Right_Menu_Lot_Generate{font-weight:700}.custom-md-modal.Lot_Generate_Report{margin:10px 10px}.dataimport-btns button{padding:7px 4px}.dataimport_main .table-list-card{padding:10px}.dataimport .card-sub-title1{margin-bottom:9px;border-bottom:1px solid #d3e5ff;border-top:1px solid #d3e5ff;background:#f0f9ff}.Data_Import .dataimport_main{border:1px solid #dbe0e6;background:#fff}.grouping.ledger_with_Fine a{color:#000 !important}.grouping.ledger_with_Fine label{color:#000 !important}.column_list_btn .dropdown-content .grouping.ledger_with_Fine{margin-bottom:0px;display:block;padding:10px}.dropdown-content.ledger_with_Fine{width:250px !important}.upload_img.browse-upload-img.Tag_Import{display:flex;align-items:center;justify-content:center;border:1px solid #dbe0e6;border-radius:4px;padding:0 4px}.upload_img.browse-upload-img.Tag_Import img{margin:0px 5px 0px 0px !important;height:28px}.Lot_Generate_Report .ag-floating-bottom .Tag-Details{background:#eaedfe !important;border-right:.5px solid #95a4f9 !important;border-bottom:.5px solid #95a4f9 !important}.Lot_Generate_Report .ag-floating-bottom .balance_Details{background:#faf0f1 !important;border-right:.5px solid #ffb38a !important;border-bottom:.5px solid #ffb38a !important}.Lot_Generate_Report .ag-floating-bottom .Header{background:#e5effd !important;border-left:1px solid #e6e6e6 !important;border-right:.5px solid #94d2ff !important;border-bottom:.5px solid #94d2ff !important}.Right_Menu_Lot_Generate .ag-menu-option-icon{padding-left:0px !important;width:0px}.Right_Menu_Lot_Generate span.ag-menu-option-part.ag-menu-option-shortcut{padding-right:0px}.Right_Menu_Lot_Generate span.ag-menu-option-part.ag-menu-option-popup-pointer{padding-right:0px}.fixed-bottom .lot_GenerateHistory{justify-content:end}.ag-theme-quartz.lot_GenerateHistory{height:calc(100vh - 10.6rem)}.Lot_Generate_history{border:1px solid #dbe0e6;border-radius:0px 0px 4px 4px;border-top:none}.ag-theme-quartz.transaction_theme-tablecolor .ag-header-cell.Header{border-right:.5px solid #94d2ff !important;border-bottom:.5px solid #94d2ff !important}.ag-body .ag-cell.Header{border-right:.5px solid #94d2ff !important;border-bottom:.5px solid #94d2ff !important}.Other-item-rate .ag-theme-quartz{height:calc(var(--usable-height) - 180px)}.Other-item-rate .ag-theme-quartz .ag-root-wrapper.ag-ltr.ag-layout-normal,.Other-item-rate .ag-theme-quartz .ag-root.ag-unselectable.ag-layout-normal{border-radius:0 !important}.common-spacing-card{padding:0px}.common-spacing-card .first_grid{border:none}.common-spacing-card .column .second_grid{border-right:1px solid #dbe0e6}.common-spacing-card .second_grid{border-left:none;border-right:none}.common-spacing-card .cheque_Receipt{border:none}.common-spacing-card .second_grid.pagereceipt{border-radius:0px}.Excel_Data_Import .card.card-body{padding:10px 15px}.Data_Import_Modal.map-column.modal_third.show .modal-content{width:100% !important}.Data_Import_Modal.map-column.modal_third.show .menu_checkboxs{margin-bottom:4px !important}.Data_Import_Modal.map-column.modal_third.show .form-label{justify-content:flex-start}.Data_Import_Modal.map-column.modal_third.show .checkboxs input~.checkmarks{background-color:#fff}.Data_Import_Modal.map-column.modal_third.show .checkboxs input:checked~.checkmarks{background-color:#3282b8}.Data_Import_Modal.map-column.modal_third.show .form-label{font-size:20px}.Data_Import_Modal.map-column.modal_third.show .Tagimportmodal{margin-top:30px}.Data_Import_Modal.map-column.modal_third.show .Tagimportmodal .form-label{font-size:13px;margin-bottom:0px}.Data_Import_Modal.map-column.modal_third.show .modal-footercustom{padding:5px 0px}.Data_Import_Modal.map-column.modal_third.show .css-b62m3t-container{background-color:#fff}.Data_Import_Modal.map-column.modal_third.show .scrollbar_table{height:calc(100vh - 45rem)}.Data_Import_Modal.map-column.modal_third.show thead{position:sticky;top:0}.Data_Import_Modal.map-column .Close_Modal{justify-content:space-between;display:flex;align-items:center}.Data_Import_Modal.map-column .custom-md-modal{margin:0px 0px 30px}.Data_Import_Modal.map-column .custom-md-modal img{width:45px;height:45px;margin:0 auto;margin-bottom:10px}.Data_Import_Modal.map-column .custom-md-modal h2{font-size:20px;margin-bottom:14px;margin:0 auto}.Data_Import_Modal.map-column .custom-md-modal hr{border:1px solid #e2ecf7}.Data_Import_Modal.map-column .main_header{justify-content:center;display:flex;margin-bottom:20px;border-bottom:1px solid #dbe0e6}.Data_Import_Modal.map-column .data_import-Details{margin-top:20px}.Data_Import_Modal.map-column .data_import-Details h4{justify-content:center;display:flex;margin-bottom:20px;font-size:17px}.Data_Import_Modal.map-column .data_import-Details img{width:25px;height:25px;margin:0 auto}.Data_Import_Modal.map-column .data_import-Details .form-label{margin-bottom:20px;font-size:20px}.main_header_Tag_import th{background:#cae4f5 !important}tr.second_Row th .css-1m9x2j-control:hover .second_Row th .css-1m9x2j-control{border:none;border-color:#fff}.Tagimportmodal.map-col .css-116kd9q-control{border:1px solid #dbe0e6;height:30px}.Tagimportmodal.map-col .css-19bb58m{display:flex !important}.Tagimportmodal.map-col .second_Row{background-color:#edecec}.Tagimportmodal.map-col .second_Row .css-ew055e-control{background-color:#ffdea8;border-color:rgba(0,0,0,0);border-radius:0px;box-shadow:none}.Tagimportmodal.map-col table{width:100%;border-collapse:collapse}.Tagimportmodal.map-col thead{font-size:15px}.Tagimportmodal.map-col thead th{font-weight:700}.Tagimportmodal.map-col th,.Tagimportmodal.map-col tr{height:30px}.Tagimportmodal.map-col th td,.Tagimportmodal.map-col tr td{height:27px}.Tagimportmodal.map-col th,.Tagimportmodal.map-col td{padding:5px;border:1px solid #dbe0e6}.Tagimportmodal.map-col .pagination a{color:#333;float:left;padding:8px 16px;text-decoration:none;border:1px solid #ccc;border-radius:4px;transition:background-color .3s}.Tagimportmodal.map-col .pagination a:hover{background-color:#ddd}.Tagimportmodal.map-col .pagination a.active{background-color:#007bff;color:#fff;border:1px solid #007bff}.Tagimportmodal.map-col .form-select{line-height:1}.Tagimportmodal.map-col .pagination_right{display:flex}.Tagimportmodal.map-col .pagination_right .text-pagination{margin-top:4px}.Tagimportmodal.map-col tr:nth-child(odd){background-color:#fff}.Tagimportmodal.map-col .pagination_left{margin-right:5px}.Tagimportmodal.map-col .form-select option:checked{color:#000}.Tagimportmodal.map-col .css-1m9x2j-control{min-height:30px;margin-top:-1px}.Tagimportmodal.map-col .css-hlgwow{padding:0px 8px;height:30px}.Tagimportmodal.map-col tr td{font-size:13px;color:#181d1f}.second_Row th{padding:0px !important}.Tagimportmodal.map-col .css-tqczc6-control{height:30px}.second_Row .css-1m9x2j-control{border-color:rgba(0,0,0,0) !important;box-shadow:unset}.Close_Modal h2{font-size:20px;font-weight:700;color:#181d1f}.map-column-head{margin:12px 0px 0px;background:#fff;padding:10px 10px 5px;border:1px solid #dbe0e6;border-bottom:0px;border-radius:8px 8px 0 0}.modal_step_1 .Close_Modal{justify-content:end !important;display:flex}.Tagimportmodal.map-col .css-1wy0on6 .css-1xc3v61-indicatorContainer:nth-child(1){display:none}.Tagimportmodal.map-col .css-ew055e-control .css-15lsz6c-indicatorContainer:nth-child(1){display:none}.jv-listing .report-box .rp-labels.report_type{margin-left:0px;width:16.66666667%}.second_Grid_OS{margin-top:5px}.second_Grid_OS .dropdown-content.open-down.right-adjust.F2help{height:100% !important}.ag-theme-quartz.osreceipt{border-radius:4px;border-top:none}.ag-theme-quartz.osreceipt .ag-header{border-top:var(--ag-borders-critical) var(--ag-border-color)}.card.card-body.add-product.card-container.OS_Height{padding-bottom:0px}.content.content_100vh.common .card-container{min-height:calc(100vh - 7.8rem)}.ag-theme-quartz.osreceipt{border:1px solid #dbe0e6;height:calc(100vh - 14.3rem);border-top:none}.second_Grid_OS .second_Grid{border:1px solid #d3e5ff;background:rgba(248,250,252,0.9803921569);padding:10px;border-radius:4px}.second_Grid_OS .second_Grid_row{padding-left:10px}.card-container.OS_Height{min-height:calc(100vh - 7.6rem)}.transaction-footer-end.footer-button{justify-content:space-between;align-items:center}.os_receipt-page .voucher_date .custom_help .f2table .card-body{padding:0px}.ag-theme-quartz.customeradvancereturn{height:calc(100vh - 50rem);border-bottom:1px solid #dbe0e6}ul.nav.user-menu.responsive-user-menu.mobile-res-arrow{display:none}.right_grid_table{padding:4px;border:1px solid #d3e5ff;background:rgba(248,250,252,0.9803921569);padding:10px;border-radius:4px}.table_grid_OS_Receipt .ag-theme-quartz.osreceipt{border-bottom:1px solid #dbe0e6 !important;border:none;height:calc(100vh - 30.2rem)}.name_input .input-group .form-control:nth-child(3){background-color:#fff !important}.name_input.salesmen .dropdown-content.open-down.right-adjust.F2help{width:340px !important;height:auto !important}.name_input.account .dropdown-content.open-down.right-adjust.F2help{height:auto !important}.sidebar.overlay .css-1jqq78o-placeholder{margin-top:2px}.customeradvancereturncard .first-grid{padding-bottom:10px;border-bottom:1px solid #dbe0e6;margin-bottom:15px}.customeradvancereturncard .input-group.cust-input-block-trans.me-0 .help-btn.info-help{border-left:0 !important}.customeradvancereturncard .mfield{margin-bottom:5px}.OS_Height .first-grid{padding-bottom:10px;border-bottom:1px solid #dbe0e6;margin-bottom:15px}.card.card-body.add-product.pb-0.no-page-header-card-container.jv{padding:0px}.card.card-body.add-product.pb-0.no-page-header-card-container.jv .first_grid{padding:1rem}.card.card-body.add-product.pb-0.no-page-header-card-container.jv .ag-theme-quartz{border-top:1px solid #dbe0e6 !important;border-bottom:1px solid #dbe0e6}.card.card-body.add-product.pb-0.no-page-header-card-container.jv .third_grid{margin:0px 5px}.card-container-GSTJV.GSTJVPAGE{padding:0px}.card-container-GSTJV.GSTJVPAGE .first_grid{padding:5px 0px 5px 10px}.card-container-GSTJV.GSTJVPAGE .grid2_table{border:none;border-top:1px solid #dbe0e6;border-bottom:1px solid #dbe0e6}.card-container-GSTJV.GSTJVPAGE .grid3_section{margin:0px 5px}.btns-lotgenerate-history{display:flex}.btns-lotgenerate-history button{margin-right:5px;border-radius:6px;width:100%;justify-content:space-between;display:flex;padding:0px 6px;height:30px;line-height:30px;align-items:center;font-size:13px;font-weight:800;gap:34px}.btns-lotgenerate-history button span{width:25px;line-height:20px;height:20px;border-radius:4px}button.Pending-btn{background:#fff;border:1px solid #90990a;color:#90990a}button.Pending-btn span{background:#eff0d8}button.Finished-btn{background:#fff;color:#3e8e20;border:1px solid #3e8e20}button.Finished-btn span{background-color:#dff7d7}button.all_btn{background:#fff;border:1px solid #2a64bd;color:#2a64bd}button.all_btn span{background:#eaf2fb}.btns-lotgenerate-history button.Pending-btn:hover{border:1px solid #767e00}.btns-lotgenerate-history button.Finished-btn:hover{border:1px solid #4a8312}.btns-lotgenerate-history button.all_btn:hover{border:1px solid #148df2}.btns-lotgenerate-history button.Pending-btn.active{border:1px solid #cfa833;background-color:#cfa833;color:#fff}.btns-lotgenerate-history button.Pending-btn.active span{background:hsla(0,0%,100%,.3215686275)}.btns-lotgenerate-history button.Finished-btn.active{border:1px solid #4a8312;background-color:#4a8312;color:#fff}.btns-lotgenerate-history button.Finished-btn.active span{background:hsla(0,0%,100%,.3215686275)}.btns-lotgenerate-history button.all_btn.active{border:1px solid #2a64bd;background-color:#2a64bd;color:#fff}.btns-lotgenerate-history button.all_btn.active span{background:hsla(0,0%,100%,.3215686275)}.ag-theme-quartz.customeradvancereturn.customeradvancereciept.Heights{height:278px}.ag-theme-quartz.customeradvancereturn.customeradvancereciept.Heights .table_full-contentheight{height:320px}.page-wrapper.customeradvancereceipt .dropdown-content.open-down.right-adjust.F2help{height:auto !important}.card.customeradvancereceipt{border:1px solid #d3e5ff;border-radius:4px}.customeradvancereceipt .date-picker-wrap{display:contents}.Drag___modal .item_code_modal_image_controllar .prev_img_cont1{width:84%}.customeradvancereceipt .card.card-container{min-height:calc(100vh - 7.8rem)}.upload_transaction_img_Icon.OSReceipt{display:flex;margin-top:0px;justify-content:center}.Checkboxdrop .react-select.from-control.T__menu.css-1nmdiq5-menu{z-index:1049 !important}.table_grid_OS_Receipt.Height .ag-theme-quartz.customeradvancereturn{height:calc(100vh - 45rem)}.customerosreceiptpage .card-container{min-height:calc(100vh - 7.6rem)}.Data_Import_Modal.map-column .custom-md-modal.importconformationmodal.show{margin:50px 30px}.Data_Import_Modal.map-column .custom-md-modal.importconformationmodal.show img{margin-bottom:0px}.account_master .right.newbutton{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;margin-bottom:6px}.account_master .imageupload .tab-pane .card{box-shadow:none}.accordion-border-item.popup_open .main_header{position:relative;display:flex;justify-content:space-between;height:40px !important;border:1px solid #dbe0e6;border-radius:5px !important;margin-bottom:2px;padding:5px}.accordion-border-item.popup_open .main_header .left{display:flex;align-items:center}.accordion-border-item.popup_open .main_header .left h4{margin-left:10px}.accordion-border-item.popup_open .main_header .left img{width:20px;height:20px}.accordion-border-item.popup_open .main_header .btn_toggle_icon{display:flex}.accordion-border-item.popup_open .main_header .btn_toggle_icon .right button{margin-right:20px}.accordion-border-item.popup_open .main_header .right{align-items:center;display:flex}.accordion-border-item.popup_open .main_header .right.arrow::after{content:"";font-family:"Fontawesome";font-size:12px;line-height:1;background-color:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;border-radius:3.125rem;color:#3282b8;border:1px solid #3282b8;width:19px;height:19px;transform:rotate(180deg)}.accordion-border-item.popup_open .main_header button.btn.btn-outline-primary.account_Add_btn{position:inherit}.custom-md-modal.old_Import_Excel_Data .card.card-body{padding:45px 10px}.custom-md-modal.old_Import_Excel_Data .card.card-body h4{display:flex;align-items:center;justify-content:center}.footer-common-draggable-smallmodals.Data_Import_Modal.map-column.modal_third.modal .modal-footer.modal-footercustom.dataimportmodalfooter{border-top:none}.modal-footer.modal-footercustom.dataimportmodalfooter button{background-color:#fff}.modal-footer.modal-footercustom.dataimportmodalfooter button.yes:hover{background-color:#0fb734;border:1px solid #0fb734}.modal-footer.modal-footercustom.dataimportmodalfooter button.no:hover{background-color:#ed662d;border:1px solid #ed662d}.ag-theme-quartz.daygroupmodal{height:calc(100vh - 50rem)}.ag-theme-quartz.Account-Master_grid-Table.commansetupmodal{height:150PX;border:1px solid #dbe0e6;border-radius:4px !important}.modal_scroll.modal-body{overflow-y:unset}.transition-all{transition:transform .3s ease}.rotate-180{transform:rotate(180deg)}.popup-overlay td span{margin-left:10px;font-weight:700}.popup-overlay{box-shadow:0px 0px 34px 0px rgba(0,0,0,.2);border:4px solid #c2deff;border-radius:4px}.popup-overlay tbody tr:first-child td{background-color:#196ba5 !important;color:#fff}.popup-overlay tbody .hide-table-padding td{background-color:#f1f9ff !important;color:#000 !important}.searchinputs.dropdown-toggle.search{position:relative}.searchinputs.dropdown-toggle.search i.feather-search{position:absolute;right:8px;top:13px}.version_set h4{font-size:13px}.version_set{position:absolute;bottom:0px;background:#fff;padding:5px 0px;width:-webkit-fill-available;text-align:center;border-top:1px solid #e7e7e7;width:-moz-available}.Drag___modal .assetesitemcode .prev_img_cont1{width:85%}.mobile_Input select.customeClass{border-right:none}.mobile_Input input{border-bottom-left-radius:0px}.Employee-popup .modal-footer.modal-footercustom.Comman_Footer{margin:5px 0px 0px;border-top:1px solid #dbe0e6;padding:5px 0px}.customeModalHelp.open-down .resize{z-index:11}.login-userset input[type=checkbox]:focus+span{border:none !important}.modalhelp-m.customeModalHelp.open-down{height:auto !important}.modalhelp-m.customeModalHelp.open-down:has(.Employee-popup) .modalhelpsearch{width:200px}.ledgerRport_Expand-card table.table thead tr th{background:#f8e7bb;font-size:13px}.mobile-search-input .dropdown .dropdown-toggle:after{display:none}.mobile-search-input .all_filter_btn{top:0px}.mobile-search-input .all_search_dropdown_menu_filter{right:0;left:auto}.mobile-search-input .common-searchbr-col .btn{border-radius:0px}.content:has(.scheme-name) .ag-theme-quartz.pay_card_border.table-grid-input-space{height:calc(100vh - 33.3rem) !important}.daily_rate_btn .rate-button{background:linear-gradient(154deg, #4673cf 40% 40%, #1b4897 100%);color:#fff;border:none;border-radius:8px;padding:4px 16px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:14px;overflow:hidden;box-shadow:0 4px 12px rgba(79,70,229,.2)}.daily_rate_btn .rate-button:hover{transition:all .3s ease;transform:translateY(-2px);box-shadow:0 6px 18px rgba(92,124,231,.4) !important}.daily_rate_btn .rate-button::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{left:-100%}100%{left:100%}}.daily_rate_btn .rate-button:active{transform:translateY(0)}.daily_rate_btn .rate-button.active{border-radius:12px 12px 0 0}.daily_rate_btn .button-content{display:flex;align-items:center;gap:10px}.daily_rate_btn .current-rate{font-size:18px;font-weight:700;color:gold;text-shadow:0 0 3px rgba(0,0,0,.3)}.daily_rate_btn .dropdown-arrow{transition:transform .4s ease}.daily_rate_btn .rate-button.active .dropdown-arrow{transform:rotate(180deg)}.daily_rate_btn .dropdown-contents{display:flex;position:absolute;width:900px;margin-top:6px;top:38px;right:2px;background:#fff;border-radius:8px;border:1px solid #e1dcd1;box-shadow:0 5px 25px rgba(0,0,0,.15);overflow:hidden;opacity:0;transition:opacity .4s ease;z-index:99}.daily_rate_btn .dropdown-contents.active{display:flex;opacity:1;animation:fadeIn .5s ease}@keyframes fadeIn{from{opacity:0;top:30px}to{opacity:1;top:38px}}.daily_rate_btn .vector-section{flex:0 0 45%;background:linear-gradient(135deg, #e5d982 0%, hsl(25.38, 92.54%, 80.58%) 100%);padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.daily_rate_btn .vector-section::before{background:linear-gradient(23deg, rgba(253, 253, 253, 0.7294117647), rgba(255, 205, 100, 0.8392156863));position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-size:cover;z-index:1}.daily_rate_btn .jewelry-display{width:100%;height:160px;position:relative;margin-bottom:25px;z-index:1;display:flex;justify-content:center;align-items:center;gap:30px}.daily_rate_btn .jewelry-item{position:relative;transition:all .5s ease;cursor:pointer;display:flex;flex-direction:column;align-items:center;width:80px}.daily_rate_btn .jewelry-icon{width:60px;height:60px;display:flex;justify-content:center;align-items:center;border-radius:50%;margin-bottom:10px;color:#fff;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:all .3s ease}.daily_rate_btn .jewelry-icon i{font-size:30px}.daily_rate_btn .jewelry-item:hover .jewelry-icon{transform:scale(1.15) translateY(-5px)}.daily_rate_btn .gold-icon{background:#fff}.daily_rate_btn .gold-icon i{color:gold}.daily_rate_btn .silver-icon{background:#fff}.daily_rate_btn .silver-icon i{color:silver}.daily_rate_btn .platinum-icon{background:#fff}.daily_rate_btn .platinum-icon i{color:#dec6c7}.daily_rate_btn .jewelry-name{font-size:15px;font-weight:700;color:#181d1f;text-align:center}.daily_rate_btn .jewelry-price{font-size:18px;color:#181d1f;font-weight:700}.daily_rate_btn .view-rates-btn{background:linear-gradient(154deg, #c18400 0%, #ffc950 100%);color:#fff;border:none;border-radius:8px;padding:14px 24px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;z-index:1;display:flex;align-items:center;justify-content:center;gap:10px}.daily_rate_btn .view-rates-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);transition:.5s;z-index:-1}.daily_rate_btn .view-rates-btn:hover:before{transition:all .3s ease;left:100%}.daily_rate_btn .view-rates-btn:hover{transition:all .3s ease;transform:translateY(-3px);box-shadow:0 8px 20px rgba(231,194,92,.4)}.daily_rate_btn .vector-section h3{color:#181d1f;font-size:24px;z-index:1}.daily_rate_btn .vector-section p{color:#181d1f;font-size:15px;z-index:1;text-align:center;margin:0 auto}.daily_rate_btn .rates-section{display:flex;flex:0 0 55%;padding:30px;position:relative;flex-direction:column;align-items:center}.daily_rate_btn .rates-title{color:#181d1f;margin-bottom:10px;font-size:1.6rem;font-weight:700;position:relative;z-index:1;text-align:center}.daily_rate_btn .ag-theme-quartz.Bonus_setting{border:1px solid #dbe0e6;border-radius:8px !important;width:fit-content}.daily_rate_btn .ag-theme-quartz.Bonus_setting th{background:linear-gradient(154deg, #2f61c9 0%, #5677bd 100%) !important;height:34px !important;min-height:34px !important;color:#fff !important}.daily_rate_btn .ag-theme-quartz.Bonus_setting .ag-header-cell{height:34px !important}.daily_rate_btn .ag-theme-quartz.Bonus_setting span.ag-header-cell-text{color:#fff !important}.daily_rate_btn .ag-theme-quartz.Bonus_setting .ag-body .ag-cell{border-right:0 !important;display:flex;align-items:center}.daily_rate_btn .ag-theme-quartz.Bonus_setting .ag-row{height:34px !important}@media(max-width: 950px){.daily_rate_btn .dropdown-content{width:90%;flex-direction:column}.daily_rate_btn .vector-section,.daily_rate_btn .rates-section{flex:0 0 100%}.daily_rate_btn h1{font-size:2.2rem}.daily_rate_btn .jewelry-display{height:auto;flex-wrap:wrap;gap:20px}}.responsive-topcom-header .user-menu.responsive-user-menu{justify-content:space-between;flex-wrap:nowrap;padding:4px 8px 4px 18px;gap:4px;height:45px}.center_section .react-select.form-control__menu-list.css-qr46ko{gap:4px;scrollbar-width:none}.center_section .dropdown-section.first .css-b62m3t-container{width:200px}.center_section .dropdown-section .css-b62m3t-container{width:100px}.center_section .unified-dropdowns{display:flex;background:hsla(0,0%,100%,.05);border-radius:8px;transform-style:preserve-3d;backdrop-filter:blur(10px);position:relative;cursor:pointer}.center_section .unified-dropdowns::before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;z-index:-1;border-radius:8px;animation:border-glow 3s linear infinite}.center_section .css-1nmdiq5-menu{position:absolute;top:76%;left:0;background:#fff;border-radius:8px;box-shadow:0 15px 40px rgba(0,0,0,.15);transform:translateY(10px);transition:all .3s ease;z-index:99999999;width:max-content;padding:6px;border:1px solid #e7e7e7}.center_section .css-tr4s17-option{border-radius:6px;background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);color:#fff !important}.center_section .css-tr4s17-option .dropdown_options i{color:#fff !important}.center_section .css-10wo9uf-option{border-radius:6px}.center_section .css-d7l1ni-option{cursor:pointer;background:#dfe9ff;border-radius:6px}.center_section .dropdown_options{display:flex;align-items:center;gap:8px;padding:2px 30px 2px 10px;margin-bottom:5px;border-radius:6px;font-weight:600}.center_section .dropdown_options i{color:#2f61c9 !important}.center_section .dropdown_options:last-child{margin-bottom:0}.center_section .dropdown-section{position:relative;border-right:1px solid rgba(225,225,225,.72);transition:all .5s cubic-bezier(0.68, -0.55, 0.27, 1.55);transform-origin:center;cursor:pointer}.center_section .dropdown-section:last-child{border-right:none}.center_section .dropdown_header{padding:0px 6px 0px 10px}.center_section .dropdown_header .css-1tdxct7-control{cursor:pointer}.center_section .dropdown_header:hover::before{left:100%}.center_section .dropdown-title{display:flex;align-items:center;gap:4px}.center_section .dropdown-icon{width:40px;height:30px;border-radius:8px;padding:0 8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;position:relative;transition:all .4s ease;box-shadow:0 4px 10px rgba(0,0,0,.2)}.center_section .dropdown-icon i{font-size:16px}.center_section .dropdown-section:hover .dropdown-icon{transform:scale(1.1);box-shadow:0 2px 12px rgba(0,0,0,.3)}.center_section .icon-products{background:linear-gradient(135deg, #6c5ce7 0%, #8a7eff 100%)}.center_section .icon-solutions{background:linear-gradient(135deg, #00b894 0%, #00d4aa 100%)}.center_section .icon-resources{background:linear-gradient(135deg, #fd79a8 0%, #ff9bbe 100%)}.center_section .dropdown_header h3{font-size:14px;color:#181d1f;font-weight:600;text-shadow:0 2px 5px rgba(0,0,0,.2)}@media(max-width: 900px){.center_section .unified-dropdowns{flex-direction:column}.center_section .dropdown-section{border-right:none;border-bottom:1px solid hsla(0,0%,100%,.1)}.center_section .dropdown-section:last-child{border-bottom:none}.center_section .header h1{font-size:2.5rem}}@media(max-width: 600px){.center_section .header h1{font-size:2rem}.center_section .dropdown_header{padding:20px}.center_section .dropdown-icon{width:40px;height:40px;font-size:16px}}.left_section{gap:8px}.left_section .icon-btn{width:36px;height:36px;border-radius:8px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg, #eaf0ff 0%, #d7e4ff 100%);border:none;position:relative;color:#5a67d8;line-height:1;box-shadow:0 5px 15px rgba(92,107,192,.2)}.left_section .icon-btn:hover{transform:translateY(-3px);color:#4c51bf;box-shadow:0 8px 20px rgba(92,107,192,.3)}.left_section .icon-btn:active{transform:translateY(0);box-shadow:0 3px 10px rgba(92,107,192,.2)}.left_section .icon-btn i{font-size:16px;color:#2552a4}.left_section .notification-badge{position:absolute;top:-4px;right:-8px;background:linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);color:#fff;border-radius:50%;width:20px;height:20px;display:flex;justify-content:center;align-items:center;font-size:10px;font-weight:bold;border:1px solid #fff;box-shadow:0 3px 10px rgba(255,107,107,.4);line-height:20px}.left_section .profile_section{border:1px solid #d5e3ff;border-radius:8px;background:linear-gradient(135deg, #eaf0ff 0%, #d7e4ff 100%);position:relative;box-shadow:0 5px 15px rgba(92,107,192,.2)}.left_section .profile-image{width:50px;height:50px;border-radius:50%;object-fit:cover;border:3px solid hsla(0,0%,100%,.5);box-shadow:0 5px 15px rgba(0,0,0,.2);transition:all .3s ease;position:relative;z-index:2}.left_section .profile-status{position:absolute;bottom:0;right:0;width:15px;height:15px;border-radius:50%;background:#4cd964;border:2px solid #fff;z-index:3;box-shadow:0 2px 5px rgba(0,0,0,.2)}.left_section .profile-info{display:flex;flex-direction:column;align-items:flex-start;z-index:2;position:relative}.left_section .profile-name{font-weight:600;color:#fff;font-size:1rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.left_section .profile-role{font-size:.8rem;color:hsla(0,0%,100%,.9);text-shadow:0 1px 3px rgba(0,0,0,.2)}.left_section .dropdown-arrow{color:hsla(0,0%,100%,.9);transition:transform .3s ease;font-size:1rem;z-index:2;position:relative;text-shadow:0 1px 3px rgba(0,0,0,.2)}.left_section .dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;margin-top:15px;box-shadow:0 15px 40px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:100;width:200px}.left_section .dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0);top:45px}.left_section .dropdown_item{padding:6px 15px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease;color:#181d1f;text-decoration:none;margin-bottom:5px;position:relative;overflow:hidden;font-weight:600;font-size:14px}.left_section .dropdown_item:hover{background:#ebf0fa;color:#0e3d9b}.left_section .dropdown_item:hover svg{color:#0e3d9b}.left_section .dropdown_item.logout:hover{background:#faebeb;color:#ff1616}.left_section .dropdown_item.logout:hover svg{color:#ff1616}.left_section .dropdown_item.logout{margin-bottom:0px}.left_section .dropdown_item:hover:before{opacity:1}.left_section .dropdown_item i{font-size:16px;transition:transform .3s ease;color:#2f61c9}.left_section .dropdown-divider{height:1px;background:#e2e8f0;margin:10px 0}.left_section .dropdown_header{display:flex;align-items:center;gap:8px;padding:10px}.left_section .dropdown_header img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #e6e6ff}.left_section .dropdown-user-info h3{font-size:18px;color:#181d1f;line-height:1}.left_section .dropdown-user-info p{font-size:.85rem;color:#718096}.header .header-left{padding:0px 24px;justify-content:center}.discount_policyCard{border:1px solid #dbe0e6;border-radius:8px;margin:12px auto 0;width:clamp(200px,100%,1000px)}.discount_policyCard .top_header{padding:10px}.discount_policyCard .discountPolicy-grid{height:calc(var(--usable-height) - 260px)}.tag_packing_page .tag-packing-listing-wrapper.ag-theme-quartz{height:calc(var(--usable-height) - 220px)}.main-Manu_tabs .tab-content .tab-pane.active.height{height:calc(var(--usable-height) - 150px);overflow:auto;overscroll-behavior:none;scrollbar-width:none}.main-Manu_tabs:has(.rfid_status_container) .tab-content .tab-pane.active.height{height:calc(var(--usable-height) - 300px)}.mini-sidebar .main-Manu_tabs:has(.rfid_status_container) .tab-content .tab-pane.active.height{height:calc(var(--usable-height) - 230px)}form.modal_boxShadow.summaryDetailSection .summary_modal_checkbox{display:flex;align-items:center;gap:16px}form.modal_boxShadow.summaryDetailSection .summary_modal_checkbox .checkbox-card{display:flex}form.modal_boxShadow.summaryDetailSection .summary_modal_checkbox .checkbox-card .checkboxs{padding-left:22px;margin-bottom:0}form.modal_boxShadow.summaryDetailSection .help-focus-table.productsizetable{border:1px solid #dbe0e6;border-radius:6px}@media only screen and (max-width: 1920px){.ag-theme-quartz.Quotation_table.modal-grid-border.sales-quotation.pay_card_border{height:calc(100vh - 217px)}.profile-pic img{width:70px;height:70px}.card-body.company-master-card.customer-image-tab-common.SalesBill-CustomerDetails{height:calc(100vh - 32.3rem);overflow-x:hidden;overflow-y:auto}.ag-theme-quartz.Sales_Table{height:calc(100vh - 16.1rem)}.card-body.company-master-card.payment-other-tab-common{height:calc(100vh - 32.7rem);overflow-y:auto;overflow-x:hidden}.right_sales_grid{padding-left:0px;width:19%}.sales_customer-info{padding-right:0px}.sales-table-grid{width:81%;padding-right:4px}}@media only screen and (max-width: 1440px){.searchQueryInput{height:2.4rem;padding:0 3.5rem 0 1rem}.voucher-date-Tag_Generate{padding-left:0px}.searchQuerySubmit{width:26px;height:26px;line-height:26px;padding:0px}.sales_Customer_Info .customdetail_editicon .upload_img_Icon_btn{width:22px;height:22px}.customdetail_editicon .upload_img img{width:14px;height:14px}.profile-pic{margin-left:6px}button.Icon-Full-Btn.button-primary.btn_Quotation_blue{padding:0px 4px}button.Icon-Full-Btn.button-primary.btn_Quotation_blue .sign svg{width:14px}.profile-pic img{width:60px;height:60px}.card-body.company-master-card.customer-image-tab-common.SalesBill-CustomerDetails{height:calc(100vh - 30.7rem)}}@media only screen and (max-width: 1400px){.header .header-left{width:220px}.mini-sidebar .header-left{width:80px}.ag-theme-quartz.AlphaReportType-grid.table-scroll{height:calc(var(--usable-height) - 270px)}}@media only screen and (max-width: 1399px){.page-wrapper:has(.assestTagGen-setbtn) .ag-theme-quartz{height:calc(var(--usable-height) - 21.5rem) !important}}@media only screen and (max-width: 1396px){.customerosreceiptpage .card-container{min-height:calc(100vh - 7.3rem)}.table_grid_OS_Receipt.Height .ag-theme-quartz.customeradvancereturn{height:calc(100vh - 32rem)}.customeradvancereceipt .card.card-container{min-height:calc(100vh - 7.3rem)}.ag-theme-quartz.osreceipt{height:calc(100vh - 14.1rem)}.os_receipt-page .content_100vh{min-height:calc(100vh - 5.6rem)}.os_receipt-page.customer-advance-return .content_100vh{min-height:calc(100vh - 6rem)}.table_grid_OS_Receipt .ag-theme-quartz.osreceipt{height:calc(100vh - 29.6rem)}.ag-theme-quartz.customeradvancereturn{height:calc(100vh - 26.7rem)}.ag-theme-quartz.customeradvancereturn.Heights{height:calc(100vh - 33rem)}.Data_Import_Modal.map-column .table-responsive.Data_Import_Modal .ag-theme-quartz{height:calc(100vh - 30rem)}.Data_Import_Modal.map-column.modal_third .Tagimportmodal{margin-top:17px}.Data_Import_Modal.map-column.modal_third .Tagimportmodal .scrollbar_table{height:calc(100vh - 25rem)}.Close_Modal h2{font-size:18px}.searchBar .searchQueryInput::placeholder{font-size:12px !important}.sidelayout-scrolllisting.counter-scroll .current_login_table{height:calc(100vh - 175px) !important}.card-body.company-master-card.payment-spacing{height:calc(100vh - 505px);overflow:scroll;overflow-x:hidden}.ag-theme-quartz.Quotation_table.modal-grid-border.border-top-remove{height:calc(100vh - 215px)}.payment_input{padding-right:14px}.accordion-body.second-tab-Quotation-details{padding-left:0px;padding-right:0px}.quotation-row-btn button.btn.btn-added.addbtncustom.prodt-btn{margin-left:-10px}.search-input.search-column.recepit-column-searchset.me-0.quotation_left i.feather-search{font-size:12px}.accordion-body.second-tab-Quotation-details.image{height:calc(100vh - 237px)}.ag-theme-quartz.Quotation_table.modal-grid-border.sales-quotation.pay_card_border{height:calc(100vh - 209px)}.ag-theme-quartz.Bonus_settings.table-grid-input-space.border-top-remove.bonus{height:calc(100vh - 325px)}.ag-theme-quartz.Bonus_settings.table-grid-input-space.border-top-remove.discount{height:calc(100vh - 325px)}.ag-theme-quartz.Bonus_settings.table-grid-input-space.border-top-remove{height:calc(100vh - 483px)}.ag-theme-quartz.Bonus_settings.table-grid-input-space.border-top-remove.terms{height:calc(100vh - 378px)}.receipt-memo-table.party-wise-table.Other-item-rate .ag-theme-quartz{height:calc(100vh - 196px) !important}.otheritem-selection .css-b62m3t-container{width:100%}.voucher-date-Tag_Generate{padding-left:9.75px}.ag-theme-quartz.tag-item-master{height:calc(100vh - 457px)}.ag-theme-quartz.other_charges{height:calc(100vh - 466px)}.open-down.F2help.quotation-details.Sales-details-modal.v2.draggable-container{height:100%}.card.table-list-card.modal-ledger-table-br.f2table.icon.v2{height:100%}.customdetail_namefield h4{font-size:12px}.searchQueryInput{height:2.4rem;padding:0 1rem 0 .7rem}.card-body.company-master-card.customer-image-tab-common{height:calc(100vh - 28.5rem)}.card-body.company-master-card.customer-image-tab-common.SalesBill-CustomerDetails{height:calc(100vh - 30.2rem)}.ag-theme-quartz.Sales_Table{height:calc(100vh - 15.6rem)}.card-body.company-master-card.payment-other-tab-common{height:calc(100vh - 32.1rem)}.card.table-responsive.table-top-border.salesmodal-acc-pay-info-height_v2{height:calc(100vh - 21.7rem)}.sales_customer-info .open-down.F2help.quotation-details.Sales-details-modal.v2{height:calc(100vh - 16rem)}.right_sales_grid{width:21%}.sales-table-grid{width:79%}.Drag___modal:has(.sales){overflow:hidden !important}.fixed-bottom .pagination-extreme{width:1.9rem}.ag-theme-quartz.transaction_theme-tablecolor.payment_receipt{height:calc(100vh - 16rem)}.content.content_100vh.Jv{min-height:calc(100vh - 5.9rem)}.jv_theme_table{height:300px !important}.pay-rec-container{min-height:calc(100vh - 9.8rem)}.content.content_100vh.Other_Rate{min-height:calc(100vh - 5.6rem)}.card.table-list-card.p-0.accType_card{height:calc(100vh - 23rem)}.customer_information{height:calc(100vh - 23rem);overflow:auto}.card.card-body.add-product.common-br-top-remove.card-container.account_type{padding:0px;border:none}.card.card-body.card-tabs.balance-acctype-tabs.account-typemodal{border-top-left-radius:0px;border-top-left-radius:0px}.content.rolePolicy_content.common-991-margin-top.role-employee-master{height:calc(100vh - 6rem)}.active-btn.checkbox-menu-box.input{padding:2px 5px}.filter-btn-click .ledger_wih_Fine_menu-width .Cash_Bank-book-sidemenu-height{height:calc(100vh - 25rem)}.filter-btn-click .ledger_wih_Fine_menu-width ul.dropdown_content_item.ledger-with-amount{height:calc(100vh - 41.7rem)}.ledger_right_Menu{width:22%}.filter-btn-click ul.dropdown_content_item.ledger-with-amount.menu{height:calc(100vh - 29.7rem)}.ag-theme-quartz.Lot_Generate_Report{height:calc(100vh - 10.4rem) !important}ul.dropdown_content_item.ledger-with-amount{height:calc(100vh - 33.5rem);overflow-y:auto}ul.dropdown_content_item.ledger-with-amount li{padding:5px}ul.dropdown_content_item.ledger-with-amount img{height:22px;width:22px}.ledger-with-fine-menu .ratio-selection_input.form-check-input:checked~.ratio-selection_text{font-size:13px}.ledger-with-fine-menu span.ratio-selection_text.input{font-size:13px}.ledger-with-amount a{font-size:14px}.ledger-with-fine-menu{padding:6px 8px}.ledger-with-fine-menu .Cash_Bank-book-cardlabel{margin-bottom:0px}.header_Grouping.Amount_Ledger_Report{margin-top:6px}.ledger-with-amount::-webkit-scrollbar{width:4px !important}ul.dropdown_content_item.ledger-with-amount.menu{height:calc(100vh - 20.7rem)}.content.content_100vh.Ledger-ReportPage.body_scroll_visiable{height:calc(100vh - 5.6rem)}.ledger-report-sidemenu-btn-filter,.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 25.9rem) !important}.Ledger-Report-Height .card-container{min-height:calc(100vh - 10.3rem)}.LedgerReport-width-details ul.dropdown_content_item.ledger-with-amount.menu{height:calc(100vh - 25.1rem)}.ag-theme-quartz.lot_GenerateHistory{height:calc(100vh - 9.9rem)}.ag-theme-quartz.daygroupmodal{height:calc(100vh - 28rem)}.LedgerReport-customwidth.width{width:100%}.alphaadminsetup span.ag-group-value{margin-left:15px}}@media only screen and (max-width: 1400px){.left_section{gap:6px}.center_section .dropdown-section:nth-child(1){flex:1.5}.center_section .dropdown-section:nth-child(2),.center_section .dropdown-section:nth-child(3){flex:1}.center_section .dropdown_header{padding:0px 0px 0px 8px}.center_section .dropdown-title{gap:4px}.daily_rate_btn .button-content{gap:6px}.daily_rate_btn .rate-button{padding:4px 10px;font-weight:600}.daily_rate_btn p.daily_rate_text::before{font-size:13px;margin-left:0;margin-bottom:0}}@media only screen and (max-width: 1280px){.card.table-list-card.modal-ledger-table-br.p-0.other_charges{height:100%;overflow:auto}.ag-theme-quartz.border-top-remove.table-grid-input-space.other_charges_Attribute{height:100%}}@media only screen and (max-width: 1200px){.sidelayout-scrolllisting.counter-scroll .current_login_table{height:calc(100vh - 175px) !important}}@media only screen and (max-width: 1199px){.tabmastermenu-open{position:absolute;z-index:1050;background:#fff;top:48px;left:0;box-shadow:#e2e2e2 0px 5px 13px 0px;width:35%;height:calc(var(--usable-height) - 8rem);transition:none;padding:0px}.tabmastermenu-open .tabmastermenu{height:calc(var(--usable-height) - 12.5rem)}.page-wrapper:has(.assestTagGen-setbtn) .ag-theme-quartz{height:calc(var(--usable-height) - 24.5rem) !important}.compmst-tablelis-left .recepit-searchset.search-set .search-input .btn-searchset{right:37px}.responsive-topcom-header .user-menu.responsive-user-menu{padding:4px 8px 4px 18px}.compmst-tablelis-left .search-set .search-input .btn-searchset{right:37px}.ag-theme-quartz.daygroupmodal{height:calc(100vh - 32rem)}.table_grid_OS_Receipt.Height .ag-theme-quartz.customeradvancereturn{height:calc(100vh - 37rem)}.ag-theme-quartz.osreceipt{height:calc(100vh - 19rem)}.table_grid_OS_Receipt .ag-theme-quartz.osreceipt{border:none;height:calc(100vh - 39.5rem)}.ag-theme-quartz.customeradvancereturn{height:calc(100vh - 32.6rem)}.page-wrapper.customer-advance-return .content.content_100vh{min-height:calc(100vh - 6rem)}.jv-listing .report-box .rp-labels.report_type{width:33.33%}.Data_Import_Modal.map-column.modal_third .Tagimportmodal{margin-top:16px}.Data_Import_Modal.map-column.modal_third .Tagimportmodal .scrollbar_table{height:calc(100vh - 29rem)}.map-column.modal_third .Close_Modal h2{font-size:16px}.ag-theme-quartz.Quotation_table.modal-grid-border.sales-quotation.pay_card_border{height:calc(100vh - 237px)}.quotation-row-btn button.btn.btn-added.addbtncustom.prodt-btn{float:right}.accordion-body.second-tab-Quotation-details.image{height:calc(100vh - 231px)}.card-body.scheme{padding-left:9.75px}.terms-condition{padding-left:9.75px}.receipt-memo-table.party-wise-table.Other-item-rate .ag-theme-quartz{height:calc(100vh - 222px) !important}.SalesBill_Page-right-grid.sales-grid-table-spacing.v2{width:28%}.ag-theme-quartz.border-top-remove.table-grid-input-space.other_charges_Attribute{height:calc(100vh - 390px)}.card-body.company-master-card.customer-image-tab-common.SalesBill-CustomerDetails{height:calc(100vh - 30.2rem)}.card-body.company-master-card.payment-other-tab-common{height:calc(100vh - 36.8rem)}.right_sales_grid{padding-left:9.75px}.content.sales{height:calc(100vh - 72px)}.btnsetting-URDPurchase{align-items:center}.sales-table-grid{width:100%;padding-right:9.75px !important}.right_sales_grid{width:100%}.open-down.F2help.quotation-details.Sales-details-modal.v2{height:calc(100vh - 16rem) !important}.card.table-responsive.table-top-border.salesmodal-acc-pay-info-height_v2{height:calc(100vh - 21.8rem)}.ag-theme-quartz.Sales_Table{height:calc(100vh - 34.6rem)}.payment_sales_info{padding-left:0px}.payment_sales_info .card.table-list-card.modal-ledger-table-br{margin-top:0px !important}.sumaary_total{padding-right:4px}.ag-theme-quartz.AlphaReportType-grid.table-scroll{height:calc(var(--usable-height) - 300px)}.ledger_wih_Fine_menu-width .Cash_Bank-book-sidemenu-height{height:calc(100vh - 19rem)}.filter-btn-click .ledger_wih_Fine_menu-width .Cash_Bank-book-sidemenu-height{height:calc(100vh - 27.5rem)}.filter-btn-click .ledger_wih_Fine_menu-width ul.dropdown_content_item.ledger-with-amount{height:calc(100vh - 44.1rem)}.filter-btn-click ul.dropdown_content_item.ledger-with-amount.menu{height:calc(100vh - 31.4rem)}.ledger_right_Menu{width:24%}.Item_Name_Height{overflow:auto;height:calc(100vh - 36rem)}ul.dropdown_content_item.ledger-with-amount{height:calc(100vh - 35.7rem)}ul.dropdown_content_item.ledger-with-amount img{width:20px;height:20px}ul.dropdown_content_item.ledger-with-amount.menu{height:calc(100vh - 22.8rem)}.ledger_right_Menu .ledger-with-amount{padding-bottom:2px;margin-bottom:2px}.ledger_right_Menu .ledger-with-amount label{font-size:14px}.ledger-report-sidemenu-btn,.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 20.7rem) !important}.filter-btn-click .ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 29.7rem) !important}.ledger-report-sidemenu-btn-filter,.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 28.4rem) !important}.dataimport-btns button{padding:4px 4px}.installment-btn.data_Import button .text{font-size:11px}.installment-btn.data_Import img{width:14px;height:14px}.dataimport_main .table-list-card{padding:4px;border-top:0}.LedgerReport-width-details ul.dropdown_content_item.ledger-with-amount.menu{height:calc(100vh - 25.1rem)}.ag-theme-quartz.lot_GenerateHistory{height:calc(100vh - 9.9rem)}.report_type_row{margin-top:5px}.ag-theme-quartz.accreportpage-tableheight{height:calc(var(--usable-height) - 375px)}}@media only screen and (max-width: 1199px)and (min-width: 1025px){.card-body.company-master-card.payment-other-tab-common{height:calc(100vh - 44.2rem)}}@media only screen and (max-width: 1024px)and (min-width: 820px){.card-body.company-master-card.payment-spacing{overflow:scroll;height:calc(100vh - 385px);overflow-x:hidden}}@media(min-width: 992px){.fade.Drag___modal.footer-common-draggable-smallmodals.assets_expanse_setup.modal.show .modal-lg{--bs-modal-width: 630px}}@media only screen and (max-width: 991px){.compmst-tablelis-left .search-set .search-input .btn-searchset{right:60px}.mobile_View_Search input[type=text]{-webkit-appearance:none !important;background-clip:padding-box;background-color:#fff;vertical-align:middle;border-radius:.25rem;border:1px solid #dbe0e6;font-size:1rem;width:100%;line-height:2;padding:.375rem 1.25rem;-webkit-transition:border-color .2s;-moz-transition:border-color .2s;transition:border-color .2s;color:#000}.mobile_View_Search input[type=text]:focus{transition:all .5s;box-shadow:0 0 40px #caefff;border-color:#90b1d5;outline:none}.table_grid_OS_Receipt.Height .ag-theme-quartz.customeradvancereturn{height:calc(100vh - 39rem)}.customerosreceiptpage .card-container{min-height:calc(100vh - 8.3rem)}.customeradvancereceipt .card.card-container{min-height:calc(100vh - 8.3rem)}.ag-theme-quartz.osreceipt{height:calc(100vh - 38.6rem)}.second_Grid_OS .second_Grid_row{padding-right:10px}.table_grid_OS{padding:5px 0px}.card-container.OS_Height{min-height:calc(100vh - 8.2rem)}.table_grid_OS_Receipt .ag-theme-quartz.osreceipt{border:none;height:calc(100vh - 24rem)}.page-wrapper.os_receipt-page .content{padding-bottom:20px}.ag-theme-quartz.customeradvancereturn{height:calc(100vh - 37.5rem)}.card-container.OS_Height.customer-advance-return-height{min-height:calc(100vh - 8.6rem)}.page-wrapper.os_receipt-page{padding-bottom:25px}.page-wrapper.os_receipt-page.customer-advance-return{padding-bottom:0px}.sidebar.overlay{width:45%;z-index:1050}a:focus{box-shadow:none}li.Mobile_year_branch li{width:50%}.main-Manu_tabs .nav.tab-style-1 .nav-item{margin-right:0px;width:50%}.bar-icon span:last-child{margin-bottom:0px}.slide-nav .bar-icon span:last-child{margin-bottom:10px}.responsive-topcom-header ul.nav.user-menu.responsive-user-menu li{display:none}.responsive-topcom-header ul.nav.user-menu.responsive-user-menu li:nth-child(5){display:block;position:absolute;right:125px;top:10px}.card.table-list-card.modal-ledger-table-br.p-0.mt-1.header_listing{margin-right:0px}.header .header-left .logo{text-align:center;width:auto}.header .header-left{height:55px;border:none;width:100%;z-index:0}.dropdown.mobile-user-menu.top-head-cust{padding:.5rem;border-bottom:1px solid #dbe0e6}ul.nav.user-menu.responsive-user-menu.mobile-res-arrow{display:block}.card.table-list-card.border-top-responsive{border-left:0px;border-right:0px}.custom-header-sticky-transs.padding-resp{margin:0px 4px 0px 0px}.Mobile_year_branch .css-qr46ko{max-height:fit-content}.jv-listing .report-box .rp-labels.report_type{width:16.66666667%}.Data_Import_Modal.map-column .table-responsive.Data_Import_Modal .ag-theme-quartz{height:calc(100vh - 20rem)}.Data_Import_Modal.map-column.modal_third .Tagimportmodal .scrollbar_table{height:calc(100vh - 35rem)}.card-container.report_type{min-height:calc(100vh - 14.7rem)}.btn-datasplit .import{margin-left:0px}.dataimport-btns .installment-btn.data_Import{margin-top:0px;display:block}.installment-btn.data_Import button{justify-content:flex-start;margin:0px;height:32px}.ag-theme-quartz.Quotation_table.modal-grid-border.border-top-remove{height:calc(100vh - 451px)}.accordion-body.second-tab-Quotation-details.image{height:calc(100vh - 32px)}nav.body-tab.scheme-tab .nav.nav-tabs{padding:0px}.Other-item-rate .ag-theme-quartz{height:calc(var(--usable-height) - 197px)}.ag-theme-quartz.tag-item-master{height:calc(100vh - 20rem)}.slider-container.Tag_Item_master_page{max-width:100% !important}.ag-theme-quartz.other_charges{height:calc(100vh - 478px)}.ag-theme-quartz.Sales_Table{height:calc(100vh - 18.6rem)}.card-body.company-master-card.customer-image-tab-common{height:calc(100vh - 29.3rem)}.card-body.company-master-card.customer-image-tab-common.SalesBill-CustomerDetails{height:calc(100vh - 14.3rem)}.page-wrapper .content.sales{height:calc(100vh - 112px);overflow-y:auto;overflow-x:hidden}.card-body.company-master-card.payment-other-tab-common{height:calc(100vh - 53.4rem)}.card.table-responsive.table-top-border.salesmodal-acc-pay-info-height_v2{height:calc(100vh - 88px)}.open-down.F2help.quotation-details.Sales-details-modal.v2{height:calc(100vh - 8.9rem) !important}.sales-table-grid{padding-right:9.75px !important}.MobileSidebarActive{position:absolute;z-index:1051;background:#fff;top:39px;left:0;box-shadow:#e2e2e2 0px 5px 13px 0px;width:35%;transition:none;padding:0px}body:has(.inward_tabs_new) .MobileSidebarActive{top:50px}.content.rolePolicy_content.common-991-margin-top.role-employee-master{height:calc(100vh - 8.4rem)}.modal-footer.modal-footercustom.fixed-bottom.ledgerstockPosting{justify-content:center !important}.importexceldatamodal .table-top_header .page-header{border-bottom:1px solid #dbe0e6}.card.card-body.add-product.common-br-top-remove.card-container.modal-ledger-table-br.acc-opening-only.dataimport{min-height:calc(100vh - 12rem)}.ledger_right_Menu{width:28%}.ledger-with-fine-menu{padding:2px 8px}.header_Grouping.Amount_Ledger_Report{margin-top:3px}ul.dropdown_content_item.ledger-with-amount{height:calc(100vh - 32rem)}.ledger-with-fine-menu span.ratio-selection_text.input{font-size:11px}.ledger-with-fine-menu .ratio-selection_input.form-check-input:checked~.ratio-selection_text{font-size:11px}.ledger-with-fine-menu label.register-radiolabel{font-size:12px}label.register-radiolabel-Amount_With_Fine{font-size:12px}.ledger-with-fine-menu .Cash_Bank-book-cardlabel{margin-bottom:0px}ul.dropdown_content_item.ledger-with-amount li{padding:4px}.ledger-with-amount a{font-size:12px}ul.dropdown_content_item.ledger-with-amount img{height:15px;width:15px}ul.dropdown_content_item.ledger-with-amount.menu{height:calc(100vh - 23.5rem)}.ledger-report-sidemenu-btn,.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 20.7rem) !important}.content.content_100vh.Ledger-ReportPage.body_scroll_visiable{height:calc(100vh - 8.6rem)}.ledger-report-sidemenu-btn-filter,.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 29.4rem) !important}.LedgerReport-width-details ul.dropdown_content_item.ledger-with-amount.menu{height:calc(100vh - 24.5rem)}.LedgerReport-width-details .ledger-report-sidemenu-btn{height:calc(100vh - 22.2rem) !important}.ag-theme-quartz.Lot_Generate_Report{height:calc(100vh - 11.1rem) !important}.ag-theme-quartz.lot_GenerateHistory{height:calc(100vh - 10.7rem)}.ag-theme-quartz.transaction_theme-tablecolor.payment_receipt{height:calc(100vh - 19.3rem)}.page-wrapper.scroll .fixed-bottom{position:sticky !important}.page-receipt .last_Grid{border:none}.bal_sheet_viewGrid .row.custom-header-sticky.othermasters{overflow:hidden;padding:0px !important}.Drag___modal .assetesitemcode .prev_img_cont1{width:76%}.assestsTagGen{height:32px}.account_master .card.card_borderRadiusRemove.card_borderRadiusRemoveTabFix.table-list-card.border-0.p-0{height:auto !important}.discount_policyCard .discountPolicy-grid,.tag_packing_page .tag-packing-listing-wrapper.ag-theme-quartz{height:auto}.party-wise-table .supplier-other-rate .ag-theme-quartz{height:calc(var(--usable-height) - 200px)}.ag-theme-quartz.AlphaReportType-grid.table-scroll{height:calc(var(--usable-height) - 340px)}.ag-theme-quartz.accreportpage-tableheight{height:calc(var(--usable-height) - 408px)}.main-Manu_tabs .tab-content .tab-pane.active.height{height:calc(var(--usable-height) - 260px)}}@media only screen and (max-width: 800px){.payment_sales_info .card-body.company-master-card.payment-other-tab-common{height:calc(100vh - 23.8rem)}.page-wrapper .content.sales{height:calc(100vh - 8rem)}.sales_customer-info .card.table-responsive.table-top-border.salesmodal-acc-pay-info-height_v2{height:calc(100vh - 74px)}.sales_customer-info .open-down.F2help.quotation-details.Sales-details-modal.v2{height:calc(100vh - 8.4rem)}}@media only screen and (max-width: 768px){.page-wrapper .content.sales{height:calc(100vh - 68px)}.payment_sales_info .card-body.company-master-card.payment-other-tab-common{height:calc(100vh - 53.2rem)}.content.rolePolicy_content.common-991-margin-top.role-employee-master{height:calc(100vh - 7rem)}}@media only screen and (max-width: 767px){.dropdown.mobile-user-menu.top-head-cust.mobile_View_Search{position:fixed;top:55px;margin:0px;width:100%}.dropdown.mobile-user-menu.top-head-cust.mobile_View_Search .search-set .search-input{padding:.5rem}.dropdown.mobile-user-menu.top-head-cust.mobile_View_Search .custom_help{border:none;border-radius:none}.dropdown.mobile-user-menu.top-head-cust.mobile_View_Search .custom_help .modalhelp-m{margin:5px 0px}.dropdown.mobile-user-menu.top-head-cust.mobile_View_Search .custom_help .modalhelp-m .card.modal-ledger-table-br{border:none}.mobile-search-input .all_filter_btn{top:7px;right:7px}body{height:auto !important}.header .dropdown-menu.dropdown-menu-right.show{-webkit-transform:translate(0px, 10px) !important;margin-top:10px !important;inset:23px auto !important}.compmst-tablelis-left .search-set .search-input .btn-searchset{right:32px}.LabourRateCard.card-container{min-height:calc(100vh - 15.1rem)}.add-item.acc-type-header.d-flex{border-bottom:1px solid #dbe0e6;width:100%}.card-container.account_type{min-height:calc(100vh - 19.3rem)}.content.content_100vh.account_type{min-height:calc(100vh - 17.6rem)}ul.checkboxaccounttype li.single_list:nth-last-child(1){border-bottom:none}.daybook-margin-mobilescreen .grid_scroll{height:calc(100vh - 23rem)}.account_master.content_100vh{min-height:calc(100vh - 13.6rem)}.custom-dropdown-Multicolumn .dropdown-column{width:100%}.custom-dropdown-Multicolumn .dropdown-content.dropdown-content-close.allow_company_tbl .ag-theme-quartz.Account-Master_grid-Table{width:100% !important}.os_receipt-page .table-list-card{border-top:none}.customeradvancereturncard .input{padding-left:9.75px}.account-input{padding-left:9.75px}.page-wrapper.os_receipt-page.customer-advance-return .content{padding-bottom:50px}.customer-advance-return .card.table-list-card.jvheader-card{border-top:1px solid #dbe0e6}.header .dropdown-menu.dropdown-menu-right.show .dropdown-item:nth-last-child(1){border-bottom:0px}ul.nav.nav-tabs.tab-style-1.Side_Menu_tabs.main-side-menu li span{margin-top:2px !important}.com-header-branch-comp-year .react-select.form-control__single-value.css-1dimb5e-singleValue{margin-top:3px}li.nav-item.nav-searchinputs.responsive-header{display:none !important}.sidebar.overlay ul.nav.user-menu.responsive-user-menu.mobile-res-arrow li{display:block}.responsive-topcom-header ul.nav.user-menu.responsive-user-menu li{display:none}.responsive-topcom-header ul.nav.user-menu.responsive-user-menu li:nth-child(5){display:block;position:absolute;right:115px;top:7px}p.daily_rate_text::before{margin-bottom:0px}.header .header-left .logo{text-align:left;width:inherit;margin-left:65px}.sidebar.overlay .user-menu.responsive-user-menu li{width:100%}li.Mobile_year_branch{width:100%}.button_Rate{margin-right:10px}button.Icon-Full-Btn.button-primary.btn_lightblue.has-arrow.dropdown-toggle.collapsed p.daily_rate_text_details::before{margin-bottom:0px}.sidebar.overlay .react-select.form-control__single-value.css-1dimb5e-singleValue{margin-top:2px}.tab-style-7 .tabmastermenu .nav-link{padding:5px 3px !important}.jv-listing .report-box .rp-labels.report_type{width:25%}.Data_Import_Modal.map-column .table-responsive.Data_Import_Modal .ag-theme-quartz{height:calc(100vh - 35rem)}.installment-btn.data_Import button .text{font-size:13px}.card-container.dataimport_main{min-height:calc(100vh - 11rem)}.quotation-grid-table-spacing{padding-left:calc(var(--bs-gutter-x)*.5) !important}.Quotation-first-right{padding-right:0px}.row.quotation-row li.nav-item.custom-tab-aligment.tab.Quotation{width:50%}.accordion-body.second-tab-Quotation-details.image{height:auto !important}.sales_customer-info{padding-right:9.75px}.page-wrapper .content.sales{height:calc(100vh - 74px)}.card-body.company-master-card.customer-image-tab-common.SalesBill-CustomerDetails{height:auto !important}.custom_help.add-button-quotation .card.table-responsive.table-top-border{height:auto}.custom_help.add-button-quotation.v2 .card.table-list-card.modal-ledger-table-br.f2table.icon{height:auto}.right_grid{padding-left:9.75px !important}.open-down.F2help.quotation-details.v2.Sales-details-modal.v2{height:auto !important}.modal-ledger-table-br.second_popup .card.table-responsive.table-top-border.salesmodal-acc-info-detail-heightv2{height:calc(100vh - 22.9rem)}.card.table-list-card.Quotation-left{height:auto !important}.card-body.company-master-card.payment-other-tab-common.Quotation-tab.Quotation-tab-details.left-first{height:auto !important}.card-body.company-master-card.payment-other-tab-common.Quotation-tab.Quotation-tab-details{height:calc(100vh - 679px)}.accordion-body.second-tab-Quotation-details.image{height:auto !important}.card-body.company-master-card.payment-other-tab-common.Quotation-tab.Second-Quotation-tab-details{height:calc(100vh - 681px) !important}.ag-theme-quartz.tag-item-master{height:calc(100vh - 751px)}.ag-theme-quartz.other_charges{height:calc(100vh - 807px)}.card.table-responsive.table-top-border.salesmodal-acc-pay-info-height_v2{height:calc(100vh - 624px) !important}.customer_information{padding-right:9.75px;height:auto}.customer_information_Required{padding-left:9.75px}.card.table-list-card.p-0.accType_card{height:auto}.MobileSidebarActive{width:42%;top:45px}.card.card-body.add-product.common-br-top-remove.card-container.modal-ledger-table-br.acc-opening-only.dataimport{min-height:calc(100vh - 12.4rem)}.ag-theme-quartz.Lot_Generate_Report{height:calc(100vh - 13.1rem) !important}.dataimport-btns .installment-btn.data_Import{display:flex}button.btn.btn-added.imptacctfromxls{margin-right:3px}button.btn.btn-added.data_split{margin-right:3px}ul.dropdown_content_item.ledger-with-amount{height:calc(100vh - 36rem)}.header-ratio-ledgergrid span.report-radio-me{margin-left:1px}.ledger_right_Menu{width:33%}ul.dropdown_content_item.ledger-with-amount.menu{height:calc(100vh - 29rem)}.content.content_100vh.Ledger-ReportPage.body_scroll_visiable{height:calc(100vh - 6.6rem)}.ledger-report-sidemenu-btn{height:calc(100vh - 25.9rem) !important}.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 26.2rem) !important}.ledger-report-sidemenu-btn-filter{height:calc(100vh - 17.7rem) !important}.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 11.7rem) !important}.LedgerReport-width-details .ledger-report-sidemenu-btn{height:calc(100vh - 24rem) !important}.LedgerReport-width-details ul.dropdown_content_item.ledger-with-amount.menu{height:calc(100vh - 27rem)}.ag-theme-quartz.transaction_theme-tablecolor.payment_receipt{height:calc(100vh - 22.5rem)}.ag-theme-quartz.customeradvancereturn.Heights{height:calc(100vh - 45rem)}.AccDetail.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list{height:auto !important}.AccDetail.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.AccDetail.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list{height:auto !important}.AccDetail.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.MonthWise.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list{height:auto !important}.MonthWise.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.MonthWise.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list{height:auto !important}.MonthWise.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.DayBookWise.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list{height:auto !important}.DayBookWise.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.DayBookWise.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list{height:auto !important}.DayBookWise.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.AccountWise.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list{height:auto !important}.AccountWise.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.AccountWise.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list{height:auto !important}.AccountWise.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.AccountWiseTab.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list{height:auto !important}.AccountWiseTab.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.AccountWiseTab.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list{height:auto !important}.AccountWiseTab.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.RowExpand.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list{height:auto !important}.RowExpand.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.RowExpand.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list{height:auto !important}.RowExpand.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.Ledger-ReportPage .card.card-body.ledger-subheader{margin-top:0px}.card.card-body.ledger-subheader{margin-top:55px}.kanban-board.grid-list-layout{height:calc(100vh - 18.7rem) !important}.product_module:has(.reportType_field_drop) .kanban-board.grid-list-layout{height:calc(100vh - 21rem) !important}.pagination-container.footer-prev-next .pagination-extreme{height:28px;line-height:28px;width:34px}.pagination-container.footer-prev-next .pagination-extreme .sign .fi{font-size:18px;height:18px}.party-wise-table .supplier-other-rate .ag-theme-quartz{height:calc(var(--usable-height) - 230px)}.ag-theme-quartz.AlphaReportType-grid.table-scroll{height:calc(var(--usable-height) - 360px)}.ag-theme-quartz.accreportpage-tableheight{height:calc(var(--usable-height) - 455px)}}@media only screen and (max-width: 575px){.modal-body.modal-alpha-login{padding:20px}.card-sub-title1 h4{margin-left:5px}.add-item.acc-type-header.d-flex{padding-bottom:0px}.account_master.content_100vh{min-height:calc(100vh - 11.6rem)}.product_module:has(.reportType_field_drop) .kanban-board.grid-list-layout{height:calc(100vh - 25.2rem) !important}.kanban-board.grid-list-layout{height:calc(100vh - 21.5rem) !important}.Ledger-ReportPage .react-select.form-control__placeholder.css-1jqq78o-placeholder{font-size:13px !important}.Ledger-ReportPage .react-select.from-control.T__placeholder.css-1jqq78o-placeholder{font-size:13px !important}.Ledger-ReportPage .react-select.from-control__placeholder.css-1jqq78o-placeholder{font-size:13px !important}.ledger-with-fine-menu .Cash_Bank-book-cardlabel{margin-bottom:5px}.ledger-with-fine-menu .ratio-selection_option{margin:3px 0px}.header_Grouping.Amount_Ledger_Report{margin-top:15px}.Ledger-Report-Height .card-container{min-height:calc(100vh - 12.3rem)}.ledger_wih_Fine_menu-width .Cash_Bank-book-sidemenu-height{height:calc(100vh - 12.5rem)}.AccDetail.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list{height:auto !important}.AccDetail.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.AccDetail.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list{height:auto !important}.AccDetail.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.MonthWise.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list{height:auto !important}.MonthWise.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.MonthWise.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list{height:auto !important}.MonthWise.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.DayBookWise.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list{height:auto !important}.DayBookWise.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.DayBookWise.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list{height:auto !important}.DayBookWise.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.AccountWise.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list{height:auto !important}.AccountWise.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.AccountWise.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list{height:auto !important}.AccountWise.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.AccountWiseTab.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list{height:auto !important}.AccountWiseTab.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.AccountWiseTab.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list{height:auto !important}.AccountWiseTab.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.RowExpand.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list{height:auto !important}.RowExpand.ledger-report-sidemenu-btntable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.RowExpand.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list{height:auto !important}.RowExpand.ledger-report-sidemenu-btn-filtertable .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.page-wrapper.customer-advance-return .transaction-footer-end.menu-page-footer.common-display-footer{flex-direction:column;gap:5px}.page-wrapper.os_receipt-page.customer-advance-return{padding-bottom:85px}.page-wrapper.os_receipt-page.customer-advance-return .content{padding-bottom:0px !important}.sidebar.overlay{width:100%;z-index:1054}ul.nav.nav-tabs.tab-style-1.Side_Menu_tabs.main-side-menu li span{margin-top:0px !important}.responsive-topcom-header ul.nav.user-menu.responsive-user-menu li:nth-child(5){display:block;right:100px}.header_listing{width:100%}.tab-style-7 .tabmastermenu .nav-link{padding:6 px 3px !important}.header .header-left .logo{margin-left:35px}.header .mobile-user-menu{padding:0px 5px}.button_Rate{margin-right:0px}.dropdown.mobile-user-menu .mail-box{margin-right:8px}.button_Rate button.Icon-Full-Btn{padding:2px 4px}.header .header-left .logo img{height:40px;width:60px}.header .dropdown-menu.dropdown-menu-right.show{margin-top:10px !important;width:400px}.installment-btn.data_Import button .text{font-size:12px}.dataimport-btns .installment-btn.data_Import{display:flex;justify-content:flex-start !important;flex-wrap:wrap}button.btn.btn-added.imptacctfromxls{margin-right:3px}button.btn.btn-added.data_split{margin-right:3px}.btnsetting-URDPurchase{align-items:center}.payment_sales_info{padding-left:9.75px !important}.card-body.company-master-card.payment-other-tab-common{height:auto !important}.content.sales{height:calc(100vh - 94px)}.card-body.company-master-card.payment-spacing{overflow:scroll;overflow-y:hidden;overflow-x:hidden}.modal-footer.modal-footercustom.ledgerstockPosting{justify-content:center !important}.card.table-list-card.Quotation-left{height:auto}.receipt-memo-table.party-wise-table.Other-item-rate .ag-theme-quartz{height:calc(100vh - 301px) !important}.Other-item-rate .ag-theme-quartz{height:calc(var(--usable-height) - 265px)}.card.table-responsive.table-top-border.salesmodal-acc-pay-info-height_v2{height:calc(100vh - 626px)}.page-wrapper .content.sales{height:calc(100vh - 95px)}.custom_help.add-button-quotation .card.table-responsive.table-top-border{height:calc(100vh - 31.7rem)}.modal-ledger-table-br.second_popup .card.table-responsive.table-top-border.salesmodal-acc-info-detail-heightv2{height:calc(100vh - 27.6rem)}.payment_sales_info .card.table-list-card.modal-ledger-table-br{margin-top:.25rem !important}.card.table-responsive.table-top-border.salesmodal-acc-pay-info-height_v2.details .mfield{margin-bottom:7px}.other-details-popup .mfield{margin-bottom:5px}.sumaary_total{padding-right:9.75px}.MobileSidebarActive{width:100%;top:38px}.content.rolePolicy_content.common-991-margin-top.role-employee-master{height:calc(100vh - 7.1rem)}.importexceldatamodal .modalf2help{display:flex;align-items:flex-start;flex-direction:column}.importexceldatamodal .page-header .add-item.d-flex{border-bottom:none;margin-bottom:0px}.importexceldatamodal .modalhelpsearch{margin-bottom:4px;width:100%}.importexceldatamodal .table-top_header .page-header h4{margin-bottom:0px}.card.card_border_remove_mobile.table-list-card.modal-ledger-table-br.dataimport{border:1px solid #dbe0e6 !important}.btn-datasplit{flex-wrap:wrap}.tab-pane.active.height{height:calc(100vh - 16.3rem);overflow:auto;scrollbar-width:none}.card.card-body.add-product.common-br-top-remove.card-container.modal-ledger-table-br.acc-opening-only.dataimport{min-height:calc(100vh - 13.1rem)}.ledger_right_Menu{width:38%}.ag-theme-quartz.Lot_Generate_Report{height:calc(100vh - 20.1rem) !important}.ledger_wih_Fine_menu{top:121px;padding-right:4px}ul.dropdown_content_item.ledger-with-amount{height:calc(100vh - 34.5rem)}.card.card-body.ledger-subheader{border-bottom-right-radius:0px}.radiobutton.ledger-field-grid .form-check-input{margin-top:-2px}.header-ratio-ledgergrid span.report-radio-me{margin-left:0px}.ledger_right_Menu{width:45%;position:fixed;z-index:10}ul.dropdown_content_item.ledger-with-amount.menu{height:calc(100vh - 21rem)}.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 15.7rem) !important}.ledger-report-sidemenu-btn{height:calc(100vh - 18.1rem) !important}.page-title.page-title-reports{padding:0px}.Ledger_Report_mobile .Account-form-Card{height:100%;overflow-y:scroll;overflow-x:hidden;scrollbar-width:none}.card.card-body.ledger-subheader{margin-top:75px}.Account-form-Card.ledgerRport_Expand-card{margin:5px 5px !important}.LedgerReport-customwidth-Toggle-btn{position:static}.ledger-side-menu-theme.card.card-body.amount-toggle.ledger-report-sidemenu-btn{top:120px;margin-right:0px}.LedgerReport-Detail-header .ledger-side-menu-theme.card.card-body.amount-toggle.ledger-report-sidemenu-btn{top:155px}.LedgerReport-width{position:static}.btns-lotgenerate{order:1}.btns-lotgenerate-history{margin-top:3px}button.Pending-btn{font-size:11px}button.Pending-btn span{font-size:11px}button.Finished-btn{font-size:11px}button.Finished-btn span{font-size:11px}button.all_btn{font-size:11px}button.all_btn span{font-size:11px}.search-set{display:block}.search-set .formsearch{width:100%}.tax_section .row.tax_row_gap{row-gap:10px}.sidemenu_hide_show{top:4px}.daily_rate_btn .rate-button{display:none}.tabmastermenu-open{height:calc(var(--usable-height) - 7.5rem)}.tabmastermenu-open .tabmastermenu{height:calc(var(--usable-height) - 12.8rem)}.party-wise-table .supplier-other-rate .ag-theme-quartz{height:calc(var(--usable-height) - 245px)}}@media only screen and (max-width: 565px){.Data_Import .addnewpage-header{padding:0px 5px}}@media only screen and (max-width: 430px){.ledgerRpt-header .header-ratio-ledgergrid{display:flex}.ledger-with-fine-menu span.ratio-selection_text.input{font-size:13px}.ledger-with-fine-menu .ratio-selection_input.form-check-input:checked~.ratio-selection_text{font-size:13px}.ledger-with-amount a{font-size:13px}.AccDetail.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list{height:auto !important}.AccDetail.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.AccDetail.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list{height:auto !important}.AccDetail.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.MonthWise.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list{height:auto !important}.MonthWise.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.MonthWise.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list{height:auto !important}.MonthWise.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.DayBookWise.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list{height:auto !important}.DayBookWise.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.DayBookWise.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list{height:auto !important}.DayBookWise.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.AccountWise.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list{height:auto !important}.AccountWise.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.AccountWise.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list{height:auto !important}.AccountWise.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.AccountWiseTab.ledger-report-sidemenu-btntable .contain-style .contain-style .ag-theme-quartz.ag-grid-list{height:auto !important}.AccountWiseTab.ledger-report-sidemenu-btntable .contain-style .contain-style .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.AccountWiseTab.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list{height:auto !important}.AccountWiseTab.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.RowExpand.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list{height:auto !important}.RowExpand.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.RowExpand.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list{height:auto !important}.RowExpand.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list .ag-root-wrapper-body.ag-layout-normal{height:auto}.ledger-report-sidemenu-btntable .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 14.7rem) !important}.ledger_wih_Fine_menu-width .Cash_Bank-book-sidemenu-height{height:calc(100vh - 14rem)}.filter-btn-click .ledger_right_Menu{position:fixed;top:139px}.filter-btn-click .ledger-side-menu-theme.card.card-body.amount-toggle.ledger-report-sidemenu-btn-filter{background-color:#fff;box-shadow:0px 4px 8px rgba(0,0,0,.2);border-radius:0px;overflow:visible;z-index:1000;border:none}.AmountAllAccountSummary .ag-body-horizontal-scroll-viewport{scrollbar-width:none}.LedgerReport-width .ag-body-vertical-scroll-viewport{scrollbar-width:none}.LedgerReport-width .ag-body-horizontal-scroll-viewport{scrollbar-width:none}.ledger_wih_Fine_menu{top:141px}.ledger-report-sidemenu-btn-filtertable .contain-style .ag-theme-quartz.ag-grid-list{height:calc(100vh - 14.4rem) !important}.header-ratio-ledgergrid{display:block}ul.dropdown_content_item.ledger-with-amount.menu{height:calc(100vh - 21.7rem)}.ledger-with-fine-menu{padding:8px 10px}.ledger_wih_Fine_menu .ratio-selection_option:has(.ratio-selection_input.form-check-input:checked){padding:3px 5px 0px;margin:5px 0px}.ledger-with-fine-menu .ratio-selection_option{padding:3px 5px 0px;margin:3px 0px}.ledger-report-sidemenu-btn{height:calc(100vh - 14.5rem) !important}ul.dropdown_content_item.ledger-with-amount{height:calc(100vh - 31.5rem)}.LedgerReport-Detail-header .ledger_right_Menu{top:105px}.card.card-body.ledger-subheader{margin-top:93px}.ledger-side-menu-theme.card.card-body.amount-toggle.ledger-report-sidemenu-btn{top:141px;margin-right:0px}.Data_Import_Modal.map-column.show .modal-content{width:350px !important}.common-display-footer.footer-button{flex-direction:column}}@media only screen and (max-width: 425px){.Data_Import_Modal.map-column .table-responsive.Data_Import_Modal .ag-theme-quartz{height:calc(100vh - 44rem)}.footer-left{margin-right:8px}.open-down.F2help.quotation-details{margin-right:0px;right:0%}.page-wrapper .content.sales{height:calc(100vh - 127px)}.modal-footer.modal-footercustom.fixed-bottom.ledgerstockPosting{justify-content:center !important}ul.dropdown_content_item.ledger-with-amount{height:calc(100vh - 31.5rem)}.ledger_right_Menu{width:58%}.os_receipt-page .menu-page-footer{justify-content:center}}@media only screen and (max-width: 380px){.page-wrapper .content.sales{height:calc(100vh - 127px)}.content.rolePolicy_content.common-991-margin-top.role-employee-master{height:calc(100vh - 6.9rem)}.custom-md-modal.importconformationmodal{margin:5px 10px}.map-column.modal_third.modal .modal-content{margin:0 auto}}@media only screen and (max-width: 375px){.page-title{margin-top:0px}.page-wrapper.os_receipt-page.customer-advance-return .content{padding-bottom:35px}}@media only screen and (max-width: 345px){.Drag___modal .item_code_modal_image_controllar .prev_img_cont1{width:69%}}@media only screen and (max-width: 320px){.installment-btn.data_Import button.Icon-Full-Btn .text{margin-left:1px}.custom_help.add-button-quotation{width:100%}.page-wrapper .content.sales{height:calc(100vh - 128px)}}.imageupload .upload_transaction_img_Icon{margin-top:0px;display:block}.imageupload .imageshow{display:flex;justify-content:center;align-items:center}.imageupload .add-list.add{margin:10px;padding:10px;border:1px solid #dbe0e6;border-radius:4px}.imageupload .add-list.add .add-transaction-form{margin-bottom:0px}.tds_details{padding-top:8px}.ag-theme-quartz.ag_custom_border_radius .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:4px}body:has(.sidemenu_hide_show) .page_title_header,body:has(.sidemenu_hide_show) .page-title{margin-left:45px}body:has(.sidemenu_hide_show) .inward_tab_header{margin-left:38px}.table-top_header.table-top_header-responsive.trans-mobile-scrollheader{background:#fafbfe}.page-header .header-new-btn .header_filter_btn{display:none}body:has(.header-list-common) .page-header .header-new-btn .header_filter_btn{display:block}.header .logo-normal,.header .logo-small{cursor:pointer;transition:all .3s ease}.header .logo-normal:hover,.header .logo-small:hover{transition:all .3s ease;transform:scale(1.06)}i.fi{line-height:1}button.primary_btn,button.secondary_btn,.history_button,.refresh_button,.listview_button,.filter_button,.outline_btn,.acc_history_btn,.acc_listing_btn,.view_bal_trans_btn{box-shadow:0 4px 12px rgba(79,70,229,.2);background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);color:#fff;padding:6px 10px !important;gap:5px;display:flex;align-items:center;border:none;border-radius:6px;cursor:pointer;line-height:1;font-size:14px;position:relative}button.primary_btn:hover,button.secondary_btn:hover,.history_button:hover,.refresh_button:hover,.listview_button:hover,.filter_button:hover,.outline_btn:hover,.acc_history_btn:hover,.acc_listing_btn:hover,.view_bal_trans_btn:hover{transition:all .3s ease;transform:translateY(-2px);box-shadow:0 6px 18px rgba(92,124,231,.4);border:0}button.primary_btn:hover::before,button.secondary_btn:hover::before,.history_button:hover::before,.refresh_button:hover::before,.listview_button:hover::before,.filter_button:hover::before,.outline_btn:hover::before,.acc_history_btn:hover::before,.acc_listing_btn:hover::before,.view_bal_trans_btn:hover::before{left:100%}button.primary_btn::before,button.secondary_btn::before,.history_button::before,.refresh_button::before,.listview_button::before,.filter_button::before,.outline_btn::before,.acc_history_btn::before,.acc_listing_btn::before,.view_bal_trans_btn::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);transition:left .7s}button.primary_btn .text,button.secondary_btn .text,.history_button .text,.refresh_button .text,.listview_button .text,.filter_button .text,.outline_btn .text,.acc_history_btn .text,.acc_listing_btn .text,.view_bal_trans_btn .text{display:flex;align-items:center;gap:10px}button.primary_btn i,button.secondary_btn i,.history_button i,.refresh_button i,.listview_button i,.filter_button i,.outline_btn i,.acc_history_btn i,.acc_listing_btn i,.view_bal_trans_btn i{font-size:16px;line-height:12px}button.primary_btn svg,button.secondary_btn svg,.history_button svg,.refresh_button svg,.listview_button svg,.filter_button svg,.outline_btn svg,.acc_history_btn svg,.acc_listing_btn svg,.view_bal_trans_btn svg{height:16px;width:16px}button.primary_btn img,button.secondary_btn img,.history_button img,.refresh_button img,.listview_button img,.filter_button img,.outline_btn img,.acc_history_btn img,.acc_listing_btn img,.view_bal_trans_btn img{filter:invert(1);width:16px;height:16px}button.primary_btn{background:linear-gradient(154deg, #f97316 0%, #fb923c 100%);box-shadow:0 4px 12px rgba(249,115,22,.2)}button.primary_btn:hover{box-shadow:0 6px 18px rgba(249,115,22,.3)}.history_button{box-shadow:0 4px 12px rgba(123,123,128,.2);background:linear-gradient(154deg, #6b6b6b 0%, #aeaeae 100%)}.history_button:hover{box-shadow:0 6px 18px rgba(123,123,128,.4);color:#fff}.acc_history_btn{border:1px solid #9a97ff;background:linear-gradient(0deg, rgba(173, 171, 255, 0.5) 0%, rgba(173, 171, 255, 0.5) 100%),#fff;color:#181d1f}.acc_history_btn:hover{box-shadow:0 6px 18px rgba(123,123,128,.4);border:1px solid #9a97ff}.view_bal_trans_btn{border:1px solid #ffd297;background:linear-gradient(0deg, rgba(255, 225, 171, 0.5) 0%, rgba(255, 203, 171, 0.5) 100%),#fff;color:#181d1f}.view_bal_trans_btn:hover{box-shadow:0 6px 18px rgba(123,123,128,.4);border:1px solid #ffd297}.acc_listing_btn{border:1px solid #97d2ff;background:linear-gradient(0deg, rgba(171, 234, 255, 0.5) 0%, rgba(171, 204, 255, 0.5) 100%),#fff;color:#181d1f}.acc_listing_btn:hover{box-shadow:0 6px 18px rgba(123,123,128,.4);border:1px solid #9a97ff}.refresh_button{background:linear-gradient(154deg, #0984e3 0%, #79add4 100%);box-shadow:0 4px 12px rgba(92,141,231,.3)}.refresh_button:hover{box-shadow:0 6px 18px rgba(92,136,231,.4);color:#fff;border:0}.listview_button{background:linear-gradient(154deg, #2ecc71 0%, #6bcf7f 100%);box-shadow:0 8px 20px rgba(107,207,127,.3)}.listview_button:hover{box-shadow:0 6px 18px rgba(107,207,127,.4)}.filter_button{background:linear-gradient(154deg, #337eb0 0%, #5aaee8 100%);box-shadow:0 4px 12px rgba(107,117,207,.3)}.filter_button:hover{box-shadow:0 6px 18px rgba(107,117,207,.4)}.filter_button .acc_master_listing .profile .profile_data_left h4{font-size:13px !important}.outline_btn{border:1px solid #dbe0e6;color:#181d1f;background:#fff;box-shadow:none;transition:none;height:27px}.outline_btn::before{content:none}.outline_btn:hover{box-shadow:none;border:1px solid #ff9f43;background:linear-gradient(154deg, #f97316 0%, #fb923c 100%);color:#fff;transform:none;transition:none}.newaddhelpbtn{height:27px;width:27px;padding:0 !important;display:flex;align-items:center;justify-content:center;border-radius:0;font-size:12px}.Icon-Full-Btn.button-primary.btn.btn-primary.F2.addhelpBtn.barcode_scan{border-radius:0 !important}.loader-middle{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}.progressbar{transition:.4s linear;background-color:#3282b8;transition-property:width,background-color;animation:progress 4s}@keyframes progress{from{width:0%}to{width:100%}}.backdrop{height:100vh;width:100%;position:absolute;top:0;left:0;background:#000;opacity:.4}.alpha_listing_page .ag-body-horizontal-scroll-viewport{overflow-x:scroll}.alpha_listing_page .ag-root-wrapper.ag-ltr.ag-layout-normal,.alpha_listing_page .ag-root.ag-unselectable.ag-layout-normal,.contain-style .ag-theme-quartz .ag-root-wrapper.ag-ltr.ag-layout-normal,.contain-style .ag-theme-quartz .ag-root.ag-unselectable.ag-layout-normal{border-radius:0 !important}.table-scroll{overflow:auto;scrollbar-width:none}.multiselectdropdown .react-select.form-control__multi-value__remove.css-v7duua svg{color:#fff !important}.common-table{margin:0}.cont-1,.cont-2,.cont-3,.cont-4{padding:10px 8px}.menu-rightspara ul{display:flex;flex-direction:column;gap:4px}.menu_checkboxs{display:block;position:relative;padding-left:22px;padding-top:.5px;margin-bottom:0 !important;cursor:pointer;user-select:none}.dropdown-content .custom_help .modalhelpsearch .menu_checkboxs{width:100%}.sch_footer_checkboxs{padding-left:23px !important}.menu_checkmarks{border:1px solid #b6b6b6 !important}.checkboxs input:checked~.checkmarks.menu_checkmarks{border:1px solid #3282b8 !important}.checkboxs .checkmarks{height:17px;width:17px;left:0px;top:1px}.sch_checkmarks{top:2px !important}.checkboxs .checkmarks:after{left:5px;top:2px;width:5px;height:9px}.menu-rightspara ul li{display:flex}.menu-rightspara{margin:5px}.submenu-sidebar ul.tabmastermenu{padding:0 2px}ul.tabmastermenu{overflow-y:auto;scroll-behavior:smooth;scrollbar-width:none}ul.tabmastermenu .nav-link{width:100% !important;display:flex;align-items:center;gap:8px}.menu-text{font-weight:700}ul.tabmastermenu{scrollbar-width:none}.para-border{border:unset}span.ag-header-cell-text{font-weight:700}.ag-body .ag-cell{border-right:.5px solid #e6e6e6 !important;font-weight:600}.k-button-md.k-icon-button .k-button-icon.k-svg-icon>svg{display:none}span.k-icon.k-svg-icon.k-svg-i-caret-alt-down.k-button-icon::after{content:"";font-family:"Fontawesome";font-size:10px;line-height:1;background-color:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;color:#fff;width:12px;height:15px}.k-button-solid-base,.k-button-solid-base:hover,.k-button-solid-base.k-hover{padding:0px 0px !important}.trans-date-to,.trans-date-from{height:29px !important}.add-btn{display:flex !important;align-items:center !important;justify-content:center !important}.acc-detail{margin-left:0px}ul.tabmastermenu li.nav-link.text-start{display:block;margin-top:3px}ul.tabmastermenu li.nav-link.text-start:first-child{margin-top:0}.menu_table .ag-theme-quartz .ag-layout-auto-height .ag-center-cols-viewport{min-height:100% !important}.menu_table .ag-theme-quartz .ag-layout-auto-height .ag-center-cols-container{min-height:100% !important}.menu_table .ag-root-wrapper.ag-ltr.ag-layout-auto-height{overflow:visible}.InwardchallanMode_table .ag-layout-auto-height .ag-center-cols-viewport{min-height:245px !important}.menu_table .ag-root-wrapper{cursor:default;position:relative;display:flex;flex-direction:column;overflow:visible;white-space:normal}.menu_table .ag-virtual-list-container{overflow:visible}.menu_table .ag-virtual-list-viewport.ag-rich-select-virtual-list-viewport.ag-focus-managed.ag-rich-select-list.ag-ltr.ag-popup-child.ag-popup-positioned-under{top:auto !important}.tabmastermenu2{height:auto !important}.groupstockopening_table,.otherItemSetting_grid,.rights-para-table{height:40vh !important}.groupstockopeningOther_table{height:25vh}.groupstockopeningOther_table .ag-theme-quartz{border:1px solid #dbe0e6}.groupstock-modal-table .ag-theme-quartz .ag-body-horizontal-scroll-viewport{overflow-x:auto}.disabled-menu-checkbox{color:rgba(164,164,164,.5803921569)}.opacity-img{opacity:1 !important}.preview_img>.image_Box{margin:5px 0px;width:50px !important;height:50px;border-radius:4px;border:1px solid #dbe0e6}.icon-label{align-items:flex-start;margin-top:7px}.preview_img>.image_Box>img{height:100% !important}.Menurights_table .ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height.ag-cell-value{border:0px !important;border-right:1px solid #eee !important}.dropdown-arrow .react-select.from-control__indicators.css-1cll6hx{height:27px !important}.accountRb2c-header.addnewpage-header{padding:10px 8px}.addnewpage-header{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);padding:5px 5px;border-radius:4px 4px 0px 0px}.addnewpage-header h4{color:#fff;letter-spacing:.4px}.addnewpage-header-border{border:unset;border-bottom:1px solid #dbe0e6}.padding-remove{padding-bottom:unset !important}.page-master-header{border-bottom:none !important;margin-bottom:0px !important;padding:0 !important}.gst-cardfield{margin:unset !important}ul.tabmastermenu li.nav-link{border-bottom:1px solid #eee}ul.tabmastermenu li.nav-link:focus{border-bottom:2px solid #b3def0 !important;transition:none}img.dropdow-cust.collapsed{transform:rotate(180deg)}.accordion-button.collaps-cust{z-index:0}button.accordion-button.collaps-cust.custom_collaps_icon_drop.collapsed:after{content:"";font-family:"Fontawesome";transform:rotate(0deg)}.react-select.from-control__control.react-select.from-control__control--is-focused.react-select.from-control__control--menu-is-open.css-tqczc6-control .css-tj5bde-Svg,.react-select.from-control__control.react-select.from-control__control--is-focused.react-select.from-control__control--menu-is-open.css-tqczc6-control .svg.css-tj5bde-Svg,.react-select.from-control.T__control.react-select.from-control.T__control--is-focused.react-select.from-control.T__control--menu-is-open.css-tqczc6-control svg.css-tj5bde-Svg,.react-select.form-control__control.react-select.form-control__control--is-focused.react-select.form-control__control--menu-is-open.css-tqczc6-control svg.css-tj5bde-Svg,.react-select.form-control__control.react-select.form-control__control--is-focused.react-select.form-control__control--menu-is-open.css-tqczc6-control svg.css-8mmkcg,.react-select.form-control__control.react-select.form-control__control--is-focused.css-s94jr6-control svg.css-tj5bde-Svg,.react-select.from-control.T__control.react-select.from-control.T__control--is-focused.react-select.from-control.T__control--menu-is-open.css-s94jr6-control svg.css-tj5bde-Svg,.Checkboxdrop .css-tqczc6-control .css-1cll6hx .css-15lsz6c-indicatorContainer svg.css-tj5bde-Svg,.react-select.from-control.__control.react-select.from-control.__control--is-focused.react-select.from-control.__control--menu-is-open.css-tqczc6-control .css-1cll6hx .css-15lsz6c-indicatorContainer .css-tj5bde-Svg{transform:rotate(180deg)}.react-select.from-control__control.react-select.from-control__control--is-focused.react-select.from-control__control--menu-is-open.css-tqczc6-control svg.css-8mmkcg,.react-select.from-control.T__control.react-select.from-control.T__control--is-focused.react-select.from-control.T__control--menu-is-open.css-tqczc6-control svg.css-8mmkcg,.react-select.from-control.T__control.react-select.from-control.T__control--is-focused.react-select.from-control.T__control--menu-is-open.css-s94jr6-control svg.css-8mmkcg{color:#181d1f !important;transform:rotate(180deg)}.react-select.from-control__control.react-select.from-control__control--is-focused.css-tqczc6-control svg.css-8mmkcg{color:#181d1f !important}.mdaybook .css-tqczc6-control{border-color:rgba(0,0,0,0) !important;box-shadow:0 0 0 1px #f90 !important}.icon_transform svg.css-tj5bde-Svg{transform:rotate(0deg)}.icon_transform svg.css-tj5bde-Svg::after{transform:rotate(180deg)}.f2-radius button.btn.btn-primary.F2.addhelpBtn{border-radius:0px 4px 4px 0px !important}.helpbtnradiusright .ag-body-horizontal-scroll-viewport{overflow-x:auto}.settingbtn{position:absolute;right:0;top:7px}.settingbtn_jv{position:absolute;right:0;top:15px}.acc_dr_btn{border-radius:0px !important}.prch_setting_btn{position:absolute;right:0}.active-btn{display:flex;align-items:center;gap:1rem}.sch_check_center{display:flex;align-items:center}body:has(.F2customHelpGrid){overflow:hidden;pointer-events:none}.jv-input-timedate{justify-content:flex-end}.Emp_table .ag-popup{position:absolute !important;top:0px !important;left:-6px !important}.popup_open .ag-popup{position:absolute !important;top:0px !important;left:-6px !important}.ag-row-hover{background-color:rgba(0,0,0,0)}.menu_table_grid{height:calc(var(--usable-height) - 495px);position:relative;width:100%}.right_adjust_menu{right:5px !important}.ag-theme-quartz.border-top-remove.table-grid-input-space.tag-item-page-master{height:310px;overflow:auto}.ag-theme-quartz.border-top-remove.table-grid-input-space.other_charges_Attribute{height:323px}body:has(.Menu_comboBox) .menu_table_grid{width:75%;border-right:1px solid #dbe0e6}.Menu_comboBox,.rights_para_comboBox{width:25%;z-index:1050;background-color:#fff}.Menu_comboBox .ag-theme-quartz,.rights_para_comboBox .ag-theme-quartz{height:calc(100vh - 462px)}.Menu_comboBox .combo_header,.rights_para_comboBox .combo_header{display:flex !important;align-items:center;justify-content:space-between;width:100%}.Menu_comboBox .table-top_header .page-header,.rights_para_comboBox .table-top_header .page-header{margin-bottom:0 !important}.menu_table,.rightsetuppage-table{display:flex;height:100%;gap:8px}.rightsetuppage-table .rightsPara-grid{width:100%;position:relative}.Emp_table .ag-virtual-list-viewport.ag-rich-select-virtual-list-viewport.ag-focus-managed.ag-rich-select-list.ag-ltr.ag-popup-child.ag-popup-positioned-under,.popup_open .ag-virtual-list-viewport.ag-rich-select-virtual-list-viewport.ag-focus-managed.ag-rich-select-list.ag-ltr.ag-popup-child.ag-popup-positioned-under{top:57px !important}span.ag-icon.ag-icon-small-down::before{content:"";font-family:"Fontawesome";font-size:12px;line-height:1;background-color:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;color:#181d1f !important;width:12px;height:15px}.ag-ltr .ag-cell-range-single-cell,.ag-cell{border:0px !important}.ag-rich-select-value input.ag-input-field-input.ag-text-field-input::placeholder{color:#181d1f !important}.ag-picker-expanded span.ag-icon.ag-icon-small-down::before{transform:rotate(180deg)}.ag-icon-small-down::after,.ag-icon::after{display:none !important}.BankPaymentMode_table .ag-theme-quartz .ag-root{min-height:100% !important}.react-select.form-control__indicator.react-select.form-control__dropdown-indicator,.react-select.from-control.T__indicator.react-select.from-control.T__dropdown-indicator,.css-1xc3v61-indicatorContainer,.css-15lsz6c-indicatorContainer{padding:3px 2px !important}.modal_new_table .F2HelpGrid.F2customHelpGrid,.BankPaymentMode_table .F2HelpGrid.F2customHelpGrid{position:absolute}.allow_company_tbl{border-radius:4px}body:has(.allow_company_tbl) .arrow-icon svg.css-tj5bde-Svg{transform:rotate(180deg)}.allow_company_tbl .ag-theme-quartz .ag-header{background-color:#196ba5 !important}.allow_company_tbl .ag-theme-quartz .ag-header span.ag-header-cell-text{color:#fff !important}.ag-theme-quartz,.ag-theme-quartz-dark,.ag-theme-quartz-auto-dark{--ag-grid-size: 6.75px !important;--ag-popup-shadow: 0px 8px 20px 0px #ededed !important;--ag-border-color: #dbe0e6 !important;--ag-tooltip-background-color: #000 !important}.modalGrid-border{border-left:1px solid #e6e6e6;border-top:0px !important}.modal_border{border:1px solid #e6e6e6}.grid_modal_border{border-left:1px solid #e6e6e6}body:has(.k-animation-container) span.k-icon.k-svg-icon.k-svg-i-caret-alt-down.k-button-icon::after{transform:rotate(180deg)}.report_type_btn{display:flex;justify-content:center;align-items:center;gap:5px;background:#fff;border:2px solid #8cb0db;font-weight:800;height:29px;font-size:14px;color:#196ba5;transition:unset}.report_type_btn:hover img{fill:#fff !important;filter:invert(0) brightness(15)}.report_type_btn img{fill:#196ba5 !important}.report_type_btn:hover,.report_type_btn .btn:first-child:active{background-color:#196ba5 !important;transition:unset;color:#fff !important;border:2px solid #196ba5 !important}.border_top_remove{border-top:0px !important}.adv_return_boxes .card{background:rgba(0,0,0,0)}.diamond_modal .formsearch-column{width:165px !important}.balance-acctype-tabs .page-header{margin-bottom:0px !important}.row.adv_return_boxes .col{border:1px solid #d3e5ff;background:rgba(248,250,252,.9803921569);margin:10px;padding:0;border-radius:4px}.row.adv_return_boxes .col-first{flex:0 1 32%}.adv_return_grid .ag-body-viewport.ag-row-animation.ag-layout-normal{height:253px !important}.adv_return_grid{height:253px !important}.adv_return_grid .ag-root-wrapper{height:253px !important}.adv_return_Os_grid .ag-body-viewport.ag-row-animation.ag-layout-normal{height:343px !important}.adv_return_Os_grid{height:343px !important}.adv_return_Os_grid .ag-root-wrapper{height:343px !important}.rep_typebtn{display:flex;justify-content:end}.sidelayout-scrolllisting.counter-scroll .AlphaReportType-grid{height:calc(100vh - 220px) !important}.preview_img>.NoImage_box{margin:5px 0;width:80px !important;height:30px;padding:5px 12px;border-radius:4px;border:1px solid #dbe0e6}.payment_extra_grid{height:20vh}.pay_card_border{border:1px solid #dbe0e6}.custom_payment_popup{position:relative;pointer-events:all}.pay_amount_f2grid .ag-body-viewport.ag-row-animation.ag-layout-normal{height:calc(40vh - 26px) !important}.pay_amount_f2grid{height:40vh;width:100%}::-webkit-scrollbar{height:8px}.pay_custom_help{background-color:#fff}body:has(.custom_payment_popup){overflow:hidden;pointer-events:none}.acctype-rightswitch{height:373px;border-left:1px solid #dbe0e6;overflow:auto;padding:0;width:65.4% !important}.alppercentage-wrapper input.form-control.text-end{background:rgba(0,0,0,0)}.acctype-topheader{position:sticky;top:0;z-index:1}.modal_grid_css .ag-layout-print.ag-root-wrapper{display:flex !important;width:100% !important;overflow:auto}.modal_grid_css{height:30vh}.daybook_gridheight,.accOpening-table{height:40vh;width:100%}.pay_rec_grid{height:20vh;width:100%}.ag-wrapper.ag-picker-field-wrapper.ag-rich-select-value.ag-picker-expanded.ag-has-popup-positioned-under{border:rgba(0,0,0,0) !important}.preview_multiImage .text-editor.add-list.add{display:flex;gap:10px}.preview_multiImage .card .card-body.add-product .text-editor.add-list{padding-top:10px}.preview_multiImage .add-choosen{display:flex}.preview_multiImage .add-choosen .prev-img-show img{object-fit:cover}.prev_img_cont{margin-left:10px;height:120px;width:82%;overflow:auto}.imagePrev_Slider{height:100px;width:100%}.prev-img-show{border:1px solid var(--Stroke, rgba(145, 158, 171, 0.3019607843));border-radius:10px}.prev-img-show img{border-radius:10px;object-fit:contain;height:100%;max-width:100%;width:200px}.preview_multiImage .input-blocks{margin-bottom:0px;position:relative}.preview_multiImage .image-uploads{position:absolute;width:100%;text-align:center;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);line-height:100%}.preview_multiImage .add-choosen .prev-img-show{position:relative;width:100px;height:100px;padding:3px;border-radius:10px;border:1px solid var(--Stroke, rgba(145, 158, 171, 0.3019607843));text-align:center;margin-right:10px}.preview_multiImage .image-upload{position:relative;width:100px;height:100px;border-radius:10px;border:1px dashed rgba(145,158,171,.3019607843);text-align:center}.preview_multiImage .remove-product{position:absolute;top:2px;right:2px;border-radius:50%;cursor:pointer;box-shadow:-1px 1px 5px 2px rgba(94,94,94,.2)}.prev-img-show i.btn-close{width:13px;height:13px;font-size:10px;background-color:#fff;border-radius:50px;line-height:12px}.prev-img-show i.btn-close:hover{width:13px;height:13px;font-size:10px;background-color:#e2dbdb;border-radius:50px;line-height:12px;cursor:pointer}.preview_multiImage .image-upload{margin-bottom:0px}.preview_multiImage .image-upload input[type=file]{width:100px;opacity:0;height:100px;position:relative;z-index:9;cursor:pointer}.preview_multiImage .add-product input{height:40px}.preview_multiImage .image-upload .image-uploads h4{font-size:12px;font-weight:500;color:#092c4c}.preview_multiImage .plus-down-add{margin-right:5px;width:14px;height:14px;position:relative;top:-2px}.preview_multiImage .add-choosen .prev-img-show .remove-product{position:absolute;right:3px;top:3px;border-radius:3px;width:16px;height:16px;display:flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}.preview_multiImage .add-choosen .prev-img-show .btn-close{filter:invert(1);height:0px;width:10px}.preview_multiImage .add-choosen .prev-img-show img{padding:0px}.prev-img-show{position:relative}.prev-img-show .image_prev{opacity:1;display:block;transition:.5s ease;backface-visibility:hidden}.prev-img-show .middle{position:absolute;inset:0;background-color:rgba(43,92,164,.6392156863);border-radius:10px;opacity:0;transition:opacity .5s ease-in-out;width:100%;height:100%}.prev-img-show .middle:hover{width:100%;height:100%;opacity:1}.prev-img-show .text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:16px;color:#fff}.asset_modal_body{padding:0 !important}.asset_modal_body .table-responsive{overflow:hidden}.imagePrev_Slider .slider-container{max-width:100%}.imagePrev_Slider .slide{padding:10px;text-align:center;border-radius:5px}.imagePrev_Slider .slick-track{display:flex;align-items:center;margin-left:unset !important}.Drag___modal .prev_img_cont1{width:90%}.prev_img_cont1{width:84%}.prev_img_cont1 .slick-next{right:3px;z-index:3}.prev_img_cont1 .slick-prev{left:5px;z-index:3}.imagePrev_Slider .slick-slide{margin:0 2px}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{border:none !important}.imagePrev_Slider .slick-initialized .slick-slide{height:100px}.imagePrev_Slider .prev-img-show{width:100% !important;height:100px}.imagePrev_Slider .slick-next:before{content:"";font-family:"Fontawesome";font-size:13px;transform:rotate(270deg);line-height:1;background-color:#ed5c03;display:flex;align-items:center;justify-content:center;border:unset;color:#fff;border-radius:50%;height:20px;width:20px}.imagePrev_Slider .slick-prev:before{content:"";font-family:"Fontawesome";font-size:13px;transform:rotate(90deg);line-height:1;background-color:#ed5c03;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:50%;height:20px;width:20px}.ag-theme-quartz .ag-ltr input[class^=ag-]:not([type]),.ag-theme-quartz .ag-ltr input[class^=ag-][type=text],.ag-theme-quartz .ag-ltr input[class^=ag-][type=number],.ag-theme-quartz .ag-ltr input[class^=ag-][type=tel],.ag-theme-quartz .ag-ltr input[class^=ag-][type=date],.ag-theme-quartz .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-quartz .ag-ltr textarea[class^=ag-],.ag-theme-quartz-dark .ag-ltr input[class^=ag-]:not([type]),.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=text],.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=number],.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=tel],.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=date],.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-quartz-dark .ag-ltr textarea[class^=ag-],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-]:not([type]),.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=text],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=number],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=tel],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=date],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-quartz-auto-dark .ag-ltr textarea[class^=ag-]{padding-left:0 !important}.modal-content .modal-footercustom{border-bottom-left-radius:7px;border-bottom-right-radius:7px}.urd-footer{border-bottom-left-radius:7px;border-bottom-right-radius:7px}.menu_grid{height:calc(100vh - 34.5rem);width:100%}.ag-theme-quartz.ag-grid-list .ag-header-row.ag-header-row-column-filter{border-right:1px solid #e6e6e6}.grid_multicolumn .react-select.from-control.T__control.css-116kd9q-control{border-width:0 !important}.grid_multicolumn .css-1jqq78o-placeholder{margin-left:1px !important}.grid_multicolumn .react-select.from-control.T__menu.css-1nmdiq5-menu{z-index:9999999999 !important;overflow:visible !important;position:fixed !important}.grid_multicolumn .css-1qk9yum,.grid_multicolumn .react-select.from-control.T__value-container.react-select.from-control.T__value-container--is-multi.react-select.from-control.T__value-container--has-value.css-pr98g2{padding:0 6px !important}.grid_multicolumn .css-1nmdiq5-menu{width:34% !important}.grid_multicolumn .react-select.from-control.T__control.react-select.from-control.T__control--is-focused.react-select.from-control.T__control--menu-is-open.css-tqczc6-control,.grid_multicolumn .react-select.from-control.T__control.react-select.from-control.T__control--is-focused.css-tqczc6-control{border:rgba(0,0,0,0)}.grid_multicolumn .css-i8r28j{grid-area:unset !important}.row.Header{font-weight:700 !important;display:flex;align-items:center}.form-control-sm,.css-pr98g2{padding:0px 4px !important}.bottom-up{top:unset !important;bottom:100%}.css-1qk9yum,.css-f0tfui,.mdaybook .css-1qk9yum{height:26px !important;padding:0 4px !important}.multicolumn_help .column123{display:flex;cursor:e-resize}.Checkboxdrop .row{align-items:center}.Checkboxdrop .row.Header .checkmarks{border:1px solid #fff !important}.Checkboxdrop .react-select.from-control.T__option{border-bottom:1px solid #dbe0e6 !important}.Checkboxdrop .row .checkboxs input~.checkmarks{border:1px solid #bec1c5}.Checkboxdrop .row .checkmarks{border-right:1px solid #bec1c5 !important}.Checkboxdrop .row .checkboxs input:checked~.checkmarks{background-color:#3282b8;border-color:#3282b8;border:1px solid #fff;border-right:1px solid #fff !important}.Checkboxdrop .container123{height:auto;display:flex;align-items:center}.Checkboxdrop .react-select.from-control.T__menu-list.react-select.from-control.T__menu-list--is-multi.css-qr46ko{border-radius:4px}.multicolumn_help .checkbox-1{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center}.Checkboxdrop .react-select.from-control.T__menu.css-1nmdiq5-menu{box-shadow:rgba(50,50,93,.25) 0px 6px 12px -2px,rgba(0,0,0,.3) 0px 3px 7px -3px !important}.ag-tooltip.ag-tooltip-animate.ag-ltr.ag-popup-child{background-color:#343a40 !important;padding:5px !important;color:#fff !important;font-weight:700 !important;font-size:12px !important;border-radius:6px !important;border-color:#343a40}.tooltip{--bs-tooltip-bg: #343a40 !important;--bs-tooltip-color: #fff !important;--bs-tooltip-opacity: 1 !important}.content.content_100vh.Jv .assetinward-page{min-height:calc(100vh - 7.6rem)}.assetinward-page .ag-theme-quartz.pay_card_border.table-grid-input-space.transaction_theme-tablecolor{height:450px}.assetinward-page .preview_multiImage .text-editor.add-list.add{gap:30px}.tagEdit_page:has(.hideShow-tageditcard.hidden) .cart-section-body{height:475px}.tagEdit_page:has(.hideShow-tageditcard.hidden) .inwardGrid1{height:100px !important}.tagEdit_page:has(.hideShow-tageditcard.hidden) .inwardGrid2{height:320px !important}.tagEdit_page:not(:has(.hideShow-tageditcard.hidden)) .ItemDetails .sign{rotate:180deg}.tagEdit_page .ItemDetails button{display:flex;justify-self:end;align-items:center;justify-content:center;gap:6px;padding:.4em .5em;background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);border:0px;color:#fff;line-height:0;border-radius:4px}.tagEdit_page .ItemDetails button .sign svg{width:20px;height:20px}.tagedit-gridsection{order:2}.te_basicDetails{order:1}.tagEdit_page .cart-section-body{height:318px;overflow-y:auto;scrollbar-width:none}.hideShow-tageditcard{border-radius:10px;margin-top:10px}.hideShow-tageditcard .two-block-input-date-rec-pay.page-recepit-twoblock{width:100%}.tagEdit_page .cart-section{border-radius:8px;margin:10px;padding:10px;cursor:pointer}.tagEdit_page .cart-section .header-tagNo{padding-bottom:10px;border-bottom:1px solid #e9e9e9;display:flex;justify-content:space-between;align-items:center}.tagEdit_page .cart-section .header-tagNo span{display:flex;align-items:center;justify-content:center;gap:5px;border:1px dashed #2980b9;color:#2980b9;width:fit-content;line-height:16px;padding:4px 8px;border-radius:5px;font-weight:800}.tagEdit_page .cart-section .header-tagNo span img{width:20px;height:20px}.tagEdit_page .cart-section .header-tagNo .btn-section{display:flex;align-items:center;gap:15px}.tagEdit_page .cart-section .header-tagNo button{padding:0px;background-color:rgba(0,0,0,0);border:0px}.tagEdit_page .cart-section .header-tagNo button svg{width:20px;height:20px}.tagEdit_page .cart-section .header-tagNo .editbtn{color:#007eff}.tagEdit_page .cart-section .header-tagNo .deletebtn{color:red}.tagEdit_page .cart-section .itemname{margin-top:10px;font-size:15px;font-weight:700}.tagEdit_page .cart-section .details-section{margin:5px 0px 0px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.tagEdit_page .cart-section .details-section span{display:flex;justify-content:center;gap:5px;align-items:center;padding:5px 0px;font-weight:700;color:#8c8c8c;font-weight:700;font-size:14px}.tagEdit_page .cart-section .details-section h6{font-size:15px}.tagEdit_page .te_gridsection .te_otherGrid .table-list-card{border-radius:0px;border:0px;margin-top:0px !important}.tagEdit_page .te_gridsection .te_otherGrid .table-list-card .table-top_header.table-top_header-responsive .card.card-body{border:0px}.tagEdit_page .te_gridsection .te_otherGrid .table-list-card .ag-root.ag-unselectable.ag-layout-normal,.tagEdit_page .te_gridsection .te_otherGrid .table-list-card .ag-theme-quartz.common-br-top-remove.transaction_theme-tablecolor.inwardGrid2 .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0px !important}.tagEdit_page .te_gridsection .te_metalwtGrid .table-list-card{border-radius:0px;border:0px;margin-top:0px !important}.tagEdit_page .te_gridsection .te_metalwtGrid .table-list-card .ag-root.ag-unselectable.ag-layout-normal,.tagEdit_page .te_gridsection .te_metalwtGrid .table-list-card .ag-theme-quartz.common-br-top-remove.transaction_theme-tablecolor.inwardGrid1 .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0px !important}.tagEdit_page .te_headerSection .vch-date-left.vch-date-pagerecepit{border-radius:0px 4px 4px 0px}.tagEdit_page .te_tagEditImage-card{padding:8px;border:0px;border-radius:10px !important}.tagEdit_page .te_headerSection .tagEdit_listview{cursor:pointer;position:absolute;top:5px;right:5px;display:flex;justify-content:flex-end}.tagEdit_page .te_headerSection .tagEdit_listview .te_listviewBox{display:flex;align-items:center;justify-content:center;gap:6px;padding:5px;background:#1f1f85;border:1px solid #1f1f85;color:#fff;line-height:0;border-radius:4px}.tagEdit_page .te_headerSection .tagEdit_listview .te_listviewBox:hover{background-color:#ff6d00;border:1px solid #ff6d00}.tagEdit_page .te_headerSection .tagEdit_listview svg{height:16px}.tagEdit_page .te_headerSection .tagEdit_listview span{color:#fff}.tagEdit_page .te_headerSection .te_sidenav .closebtn{color:#fff}.tagEdit_page .te_headerSection .tagEdit_listview .list_count span{font-weight:700;color:#1f1f85}.tagEdit_page .te_headerSection .te_sidenav .sidenav_title{display:flex;gap:8px;padding:12px;border-bottom:1px solid #ddddf7;background:#8d8dce}.tagEdit_page .te_headerSection .te_sidenav .sidenav_title h4{font-weight:700;line-height:23px;color:#fff}.tagEdit_page .te_headerSection .te_sidenav .sidenav_title svg{color:#fff}.tagEdit_page .te_headerSection .te_sidenav .te_sidenav_tageditListing{padding:10px;overflow-y:auto}.tagEdit_page .te_headerSection .te_sidenav .te_sidenav_filterbtn{padding:10px 10px 0;display:flex;justify-content:flex-end}.tagEdit_page .te_headerSection .te_sidenav .te_sidenav_filterbtn .filter_btn{padding:5px;border:1px solid #ddddf7;display:flex;align-items:center;gap:5px;border-radius:6px}.tagEdit_page .te_headerSection .te_sidenav .te_sidenav_filterbtn .filter_btn span{font-weight:700;color:#1f1f85}.tagEdit_page .te_headerSection .te_sidenav .te_sidenav_filterbtn .filter_btn svg{height:20px}.tagEdit_page .te_headerSection .te_sidenav .te_sidenav_filterbtn .filter_btn:hover{background-color:#1f1f85;border:1px solid #1f1f85}.tagEdit_page .te_headerSection .te_sidenav .te_sidenav_filterbtn .filter_btn:hover span,.tagEdit_page .te_headerSection .te_sidenav .te_sidenav_filterbtn .filter_btn:hover svg{color:#fff}.tagEdit_page .te_headerSection .te_sidenav .te_sidenav_tageditListing .te_sidenav_tageditList{padding:5px;border:1px solid #ddddf7;width:100%;border-radius:10px;display:flex;align-items:center;gap:10px;margin-bottom:5px}.tagEdit_page .te_headerSection .te_sidenav .te_sidenav_tageditListing .te_sidenav_tageditList .te_sidenav_items h4{font-size:15px;font-weight:700}.tagEdit_page .te_headerSection .te_sidenav .te_sidenav_tageditListing .te_sidenav_tageditList .te_sidenav_items span{font-weight:500;font-size:12px}.tagEdit_page .te_headerSection .te_sidenav .te_sidenav_tageditListing .te_sidenav_tageditList img{height:48px;border-radius:8px}.tagEdit_page .card.table-list-card{background-color:rgba(0,0,0,0)}.tagEdit_page .te_metalwtGrid,.tagEdit_page .te_labourRateGrid{margin-bottom:12px}.tagEdit_page .te_metalwtGrid .ag-row-last,.tagEdit_page .te_labourRateGrid .ag-row-last{border-bottom:0 !important}.tagEdit_page .te_metalwtGrid .ag-theme-quartz,.tagEdit_page .te_labourRateGrid .ag-theme-quartz{height:98px}.tagEdit_page .te_headerSection .card.table-list-card{border-radius:0px 0px 10px 10px;background-color:#fff}.tagEdit_page .te_basicDetails .card.table-list-card{background:#fff;border-radius:10px;padding:0px}.tagEdit_page .te_basicDetails .row.row-gap-1{padding:13px 12px}.tagEdit_page .te_basicDetails .te_tagEditImage{padding:5px 5px 15px;position:relative;display:flex;gap:10px}.tagEdit_page .te_basicDetails .te_tagEditImage .add-choosen .image_Box{height:123px}.tagEdit_page .te_tagEditImage .upload_img_Icon_btn .upload_img img{width:40px;height:22px}.tagEdit_page .te_tagEditImage .upload_img_Icon_btn input[type=file]{display:none}.tagEdit_page .te_basicDetails .te_tagEditImage .upload_img_Icon{margin-top:unset;justify-content:center;flex-direction:column}.tagEdit_page .te_basicDetails .te_tagEditImage .image_Box img{border-radius:6px;object-fit:fill;height:115px;padding:5px 5px 0;opacity:unset}.tagEdit_page .tagEdit_page .te_gridsection .card.table-list-card.te_otherGrid .card.card-body,.tagEdit_page .tagEdit_page .te_gridsection .card.table-list-card.te_otherGrid{border:0px !important}.tagEdit_page .te_otherGrid .inwardGrid2{height:150px !important;border:0px !important}.tagEdit_page .te_metalwtGrid .inwardGrid1{height:120px !important;border:0px !important}.tagEdit_page .te_metalwtGrid .te_metalGrid_title,.tagEdit_page .te_labourRateGrid .te_labourRateGrid_title,.tagEdit_page .te_otherGrid .te_otherGrid_title,.tagEdit_page .te_basicDetails .te_basicDetails_title,.tagEdit_page .te_addEditDetails .te_addEditDetails_title{display:flex;align-items:center;gap:8px;padding:6px 10px}.tagEdit_page .te_basicDetails .te_basicDetails_title{justify-content:space-between;border-bottom:1px solid #ddddf7}.tagEdit_page .te_basicDetails .te_basicDetails_title svg{height:20px;color:#3a3a3a;cursor:pointer}.tagEdit_page .te_basicDetails .te_basicDetails_title svg:hover{transform:scale(1.2);transition:all .2s ease-in-out}.tagEdit_page .te_basicDetails .te_basicDetails_title .te_basicDetails_titleLeft{display:flex;align-items:center;gap:8px}.tagEdit_page .te_basicDetails .te_basicDetails_title .te_basicDetails_title_editIcon{justify-content:flex-end}.tagEdit_page .te_metalwtGrid .te_metalGrid_title h4,.tagEdit_page .te_labourRateGrid .te_labourRateGrid_title h4,.tagEdit_page .te_otherGrid .te_otherGrid_title h4,.tagEdit_page .te_basicDetails .te_basicDetails_title h4,.tagEdit_page .te_addEditDetails .te_addEditDetails_title h4{font-size:17px;line-height:1}.tagEdit_page .te-voucherdate{width:100%}.tagEdit_page .te_addEditDetails .te_addEditDetails_title svg{color:#ed5d04}.tagEdit_page .te_metalwtGrid .te_metalGrid_title img,.tagEdit_page .te_labourRateGrid .te_labourRateGrid_title img,.tagEdit_page .te_otherGrid .te_otherGrid_title img,.tagEdit_page .te_basicDetails .te_basicDetails_title img,.tagEdit_page .te_addEditDetails .te_addEditDetails_title img{height:25px;width:25px}.tagEdit_page .te_addEditDetails .add-row-btn{display:flex;align-items:center;justify-content:center}.tagEdit_page .te_addEditDetails .te_addEditDetails_title .te_addEditDetails_title_left{display:flex;align-items:center;gap:8px}.tagEdit_page .te_gridsection{padding:0px;border-radius:10px}.tagEdit_page .te_gridsection .table-list-card{border-radius:10px;border:1px solid #dbe0e6;background-color:#fff}.tagEdit_page .te_gridsection .table-list-card .ag-root-wrapper.ag-ltr.ag-layout-normal,.tagEdit_page .te_gridsection .table-list-card .ag-root.ag-unselectable.ag-layout-normal{border-radius:0 0 10px 10px !important}.tagEdit_page .te_gridsection .table-list-card .ag-header{height:32px !important;min-height:32px !important}.tagEdit_page .te_gridsection .table-list-card .ag-header-cell{height:32px !important}.tagEdit_page .te_gridsection .table-list-card .ag-theme-quartz::-webkit-scrollbar{border-radius:37px !important}.tagEdit_page .te_gridsection .card.table-list-card{border:1px solid #ddddf7}.tagEdit_page .te_addEditDetails .te_addEditDetails_title{justify-content:space-between;padding:4px 10px;margin-bottom:unset;border-radius:10px 0px 0px}.tagEdit_page .te_addEditDetails .ag-theme-quartz .ag-header{border-radius:0px !important}.tagEdit_page .te_addEditDetails .te_addEditDetails_title svg{color:#fff;height:30px}.tagEdit_page .te_addEditDetails{padding:0;background:linear-gradient(0deg, #dfe6ff 0%, #ffffff 100%)}.tagEdit_page .te_addEditDetails .te_addEditDetails_table input{border:0}.tagEdit_page .te_addEditDetails .add-row-btn button{display:flex;align-items:center;justify-content:center;gap:6px;padding:.4em .5em;background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);border:0px;color:#fff;line-height:0;border-radius:4px}.tagEdit_page .te_addEditDetails .add-row-btn button:hover{background:#ff6d00;border:0px}.tagEdit_page .te_addEditDetails .add-row-btn button svg{color:#fff;height:20px}.urd-old .modal-xl{--bs-modal-width: 1500px}.urd-old .modal-footercustom.fixed-bottom{position:sticky !important}.menu_table_grid .ag-ltr .ag-rich-select-value{padding-left:0;padding-right:0}.page-header .inward_tabs_new{justify-content:space-between;max-width:100%;width:100%;margin:0 auto;height:38px;gap:5px}.page-header .inward_tabs_new .page-headerName{margin-left:45px !important;flex-shrink:0;font-size:24px;font-weight:bold;white-space:nowrap}.page-header .inward_tabs_new .header-new-btn{display:flex;border:none;border-radius:4px;cursor:pointer;white-space:nowrap;gap:6px}.page-header .inward_tabs_new .submenu_dropdowns{display:flex;align-items:center;overflow-x:auto;flex:1;scrollbar-width:none;gap:8px;padding:10px;scrollbar-width:none}.page-header .inward_tabs_new .submenu_dropdowns .submenu_field{display:inline-flex;align-items:center;padding:6px 10px;border-radius:6px;cursor:pointer;transition:all .4s cubic-bezier(0.16, 1, 0.3, 1);box-sizing:border-box;flex-shrink:0;position:relative;border:none;background-color:#f1f3f5;box-shadow:0 2px 8px rgba(0,0,0,.05);justify-content:space-between;gap:10px}.page-header .inward_tabs_new .submenu_dropdowns .submenu_field:focus{box-shadow:none}.page-header .inward_tabs_new .submenu_dropdowns .submenu_field:not(.active){background:linear-gradient(145deg, #f8f9fa, #e9ecef);border:1px solid rgba(0,0,0,.05)}.page-header .inward_tabs_new .submenu_dropdowns .submenu_field:not(.active):hover{transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,0,0,.1);background:linear-gradient(145deg, #ffffff, #f1f3f5)}.page-header .inward_tabs_new .submenu_dropdowns .submenu_field:not(.active)::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg, rgba(87, 72, 170, 0.3), rgba(82, 80, 187, 0.3));transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.page-header .inward_tabs_new .submenu_dropdowns .submenu_field:not(.active):hover::after{transform:scaleX(1);transform-origin:left}.page-header .inward_tabs_new .submenu_dropdowns .submenu_field.active{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);color:#fff;box-shadow:0 8px 25px rgba(82,72,170,.4);transform:translateY(-2px);z-index:2}.page-header .inward_tabs_new .submenu_dropdowns .submenu_field.active::after{content:"";position:absolute;top:1px;right:-8px;width:14px;height:14px;background-color:#f97316;color:#6e48aa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;box-shadow:0 3px 6px rgba(0,0,0,.2);animation:pulse 1s infinite}@keyframes bounce{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-3px) rotate(5deg)}100%{transform:translateY(-5px) rotate(10deg)}}@keyframes rotate{100%{transform:rotate(360deg)}}.page-header .inward_tabs_new .submenu_dropdowns .submenu_field .submenu_name{font-size:15px;font-weight:700;cursor:pointer;width:max-content}.page-header .inward_tabs_new .submenu_dropdowns .submenu_field .list_number{padding-left:8px;border-left:1px solid #ddd;font-size:15px;font-weight:700}.page-header .inward_tabs_new .submenu_dropdowns.mobile{flex-wrap:wrap}.page-header .inward_tabs_new .submenu_dropdowns.mobile .submenu_field{flex:1 1 48%}.counterTransfer_Vch .action_btn.tag_import{display:flex;justify-content:flex-end}.counterTransfer_summary .ag-theme-quartz{border-top:0;border:1px solid #d3e5ff;border-radius:8px !important}.counterTransfer_summary .ag-theme-quartz .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:8px !important}.counterTransfer_summary .ag-theme-quartz .ag-header{border-bottom:1px solid #dbe0e6}.counter_transfer .btn.searchbtn img{height:20px}.counter_transfer .summary_btn_new{height:42px}.customer-advance-return .first_section .InwardVoucherSection_settingBtn{top:5px;right:5px}.customer-advance-return .first_section .InwardVoucherSection_settingBtn{top:5px;right:5px}.customeradvancereceipt.OSReceipt .first_section,.customeradvancereceipt.OSReceipt .last_section,.customerAdvandeReturn_grid .first_section,.customerAdvandeReturn_grid .last_section{border-radius:10px;padding:10px 10px;border:1px solid #e1e0ec;background:linear-gradient(260deg, #eaf7fd, #ffffff);position:relative}.customeradvancereceipt.OSReceipt .first_section .salesBill_Design,.customeradvancereceipt.OSReceipt .first_section .advanceReturn_img,.customeradvancereceipt.OSReceipt .last_section .salesBill_Design,.customeradvancereceipt.OSReceipt .last_section .advanceReturn_img,.customerAdvandeReturn_grid .first_section .salesBill_Design,.customerAdvandeReturn_grid .first_section .advanceReturn_img,.customerAdvandeReturn_grid .last_section .salesBill_Design,.customerAdvandeReturn_grid .last_section .advanceReturn_img{position:absolute;right:12%;top:-12px}.customeradvancereceipt.OSReceipt .first_section .salesBill_Design img,.customeradvancereceipt.OSReceipt .first_section .advanceReturn_img img,.customeradvancereceipt.OSReceipt .last_section .salesBill_Design img,.customeradvancereceipt.OSReceipt .last_section .advanceReturn_img img,.customerAdvandeReturn_grid .first_section .salesBill_Design img,.customerAdvandeReturn_grid .first_section .advanceReturn_img img,.customerAdvandeReturn_grid .last_section .salesBill_Design img,.customerAdvandeReturn_grid .last_section .advanceReturn_img img{height:190px}.customeradvancereceipt.OSReceipt .first_section .advanceReturn_img,.customeradvancereceipt.OSReceipt .last_section .advanceReturn_img,.customerAdvandeReturn_grid .first_section .advanceReturn_img,.customerAdvandeReturn_grid .last_section .advanceReturn_img{right:6%;top:1px}.customeradvancereceipt.OSReceipt .first_section .advanceReturn_img img,.customeradvancereceipt.OSReceipt .last_section .advanceReturn_img img,.customerAdvandeReturn_grid .first_section .advanceReturn_img img,.customerAdvandeReturn_grid .last_section .advanceReturn_img img{height:182px}.customerAdvandeReturn_grid .first_section{padding:27px 10px}.customeradvancereceipt.OSReceipt .last_section,.customerAdvandeReturn_grid .last_section{border:1px solid #e1e0ec}.customeradvancereceipt.OSReceipt .last_section .payment_design,.customeradvancereceipt.OSReceipt .last_section .advanceReturn_payment,.customerAdvandeReturn_grid .last_section .payment_design,.customerAdvandeReturn_grid .last_section .advanceReturn_payment{position:absolute;left:3%;top:0px;z-index:1}.customeradvancereceipt.OSReceipt .last_section .payment_design img,.customeradvancereceipt.OSReceipt .last_section .advanceReturn_payment img,.customerAdvandeReturn_grid .last_section .payment_design img,.customerAdvandeReturn_grid .last_section .advanceReturn_payment img{height:225px}.customeradvancereceipt.OSReceipt .last_section .advanceReturn_payment,.customerAdvandeReturn_grid .last_section .advanceReturn_payment{top:26px}.customeradvancereceipt.OSReceipt .last_section .payment_fields,.customerAdvandeReturn_grid .last_section .payment_fields{position:relative;z-index:3}.customeradvancereceipt.OSReceipt .customerAdvandeOsReciept_grid.mx-auto,.os_receipt-page.customer-advance-return .customerAdvandeOsReciept_grid.mx-auto{border:1px solid #cddae5;background:linear-gradient(90deg, #fdfbe9, #f0fbff);border-radius:10px}.customeradvancereceipt.OSReceipt .customerAdvandeOsReciept_grid.mx-auto .customerAdvanceReceipt_image img,.os_receipt-page.customer-advance-return .customerAdvandeOsReciept_grid.mx-auto .customerAdvanceReceipt_image img{width:340px}.customeradvancereceipt.OSReceipt .customerAdvandeOsReciept_grid.mx-auto .customerAdvanceReceipt_image,.os_receipt-page.customer-advance-return .customerAdvandeOsReciept_grid.mx-auto .customerAdvanceReceipt_image{text-align:center;padding:20px}.customeradvancereceipt.OSReceipt .customerAdvandeOsReciept_grid.mx-auto .cust_adv_receipt_form,.os_receipt-page.customer-advance-return .customerAdvandeOsReciept_grid.mx-auto .cust_adv_receipt_form{padding:20px 45px;background:#fff;border-radius:8px 0 0 8px}.customeradvancereceipt.OSReceipt .customerAdvandeOsReciept_grid.mx-auto .InwardVoucherSection_settingBtn,.os_receipt-page.customer-advance-return .customerAdvandeOsReciept_grid.mx-auto .InwardVoucherSection_settingBtn{position:absolute;top:5px;right:5px}.customeradvancereceipt.OSReceipt .customerAdvandeReciept_grid .InwardVoucherSection_settingBtn,.os_receipt-page.customer-advance-return .customerAdvandeReciept_grid .InwardVoucherSection_settingBtn{position:absolute;top:5px;right:5px}.customeradvancereceipt.OSReceipt .upload_transaction_img_Icon.OSReceipt,.os_receipt-page.customer-advance-return .upload_transaction_img_Icon.OSReceipt{margin-bottom:8px}.customeradvancereceipt.OSReceipt .card.card-container,.os_receipt-page.customer-advance-return .card.card-container{background:#fff;border:0;padding:0}.customeradvancereceipt.OSReceipt .container,.os_receipt-page.customer-advance-return .container{width:100%;margin:50px auto;display:flex;justify-content:center}.customeradvancereceipt.OSReceipt .tabs,.os_receipt-page.customer-advance-return .tabs{position:relative;display:flex;background-color:#eaeefa;box-shadow:0 9px 5px -8px #cad1f9;border:1px solid #e5e3e1;padding:4px 6px;border-radius:8px;margin:0;width:min-content}.customeradvancereceipt.OSReceipt .tab,.os_receipt-page.customer-advance-return .tab{position:relative;display:flex;align-items:center;justify-content:center;height:42px;border-radius:8px;cursor:pointer;z-index:1;padding:4px 8px;font-weight:600;gap:5px;line-height:20px;animation:pulse-animation 2s infinite;background:linear-gradient(188deg, #00b4d3, #3463e7);color:rgba(0,0,0,0);background-clip:text;font-size:14px;letter-spacing:.3px;white-space:nowrap}.customeradvancereceipt.OSReceipt .tab img,.os_receipt-page.customer-advance-return .tab img{width:18px;height:18px}.customeradvancereceipt.OSReceipt .tab svg,.os_receipt-page.customer-advance-return .tab svg{width:36px !important;height:36px !important}.customeradvancereceipt.OSReceipt .tab.active,.os_receipt-page.customer-advance-return .tab.active{color:#fff;background:linear-gradient(188deg, #2852d2, #869cda);animation:none}.customeradvancereceipt.OSReceipt .tab.active img,.os_receipt-page.customer-advance-return .tab.active img{filter:invert(1)}.customeradvancereceipt.OSReceipt .tab.active svg,.os_receipt-page.customer-advance-return .tab.active svg{width:48px !important;height:48px !important}@keyframes pulse-animation{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}.os_receipt-page.customer-advance-return .card.card-container{padding:6px}.ag-theme-quartz.customeradvancereturn.Heights,.ag-theme-quartz.customeradvancereturn{border:1px solid #e1e0ec;border-radius:8px !important}.ag-theme-quartz.customeradvancereturn.Heights .ag-root-wrapper.ag-ltr.ag-layout-normal,.ag-theme-quartz.customeradvancereturn .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:8px !important}.ag-theme-quartz.customeradvancereturn.Heights .ag-header,.ag-theme-quartz.customeradvancereturn .ag-header{background-color:#5b75c2 !important;position:relative !important}.ag-theme-quartz.customeradvancereturn.Heights span.ag-header-cell-text,.ag-theme-quartz.customeradvancereturn span.ag-header-cell-text{color:#fff !important}.ag-theme-quartz.customeradvancereturn.Heights .ag-header-cell,.ag-theme-quartz.customeradvancereturn.Heights .ag-header-group-cell,.ag-theme-quartz.customeradvancereturn .ag-header-cell,.ag-theme-quartz.customeradvancereturn .ag-header-group-cell{border-right:.5px solid #758ac7 !important}.ag-theme-quartz.customeradvancereturn.Heights .ag-header-cell.ag-floating-filter,.ag-theme-quartz.customeradvancereturn .ag-header-cell.ag-floating-filter{border-top:.5px solid #758ac7 !important}.ag-theme-quartz.customeradvancereturn.Heights .ag-floating-bottom,.ag-theme-quartz.customeradvancereturn .ag-floating-bottom{background-color:#f0f3fa !important;border-top:.5px solid #d8dee8 !important;border-bottom:0 !important}.Data_Import_Modal .modal-content .react-draggable{border-radius:20px !important}.Data_Import_Modal .baseratemodalscroll_import{padding:0}.Data_Import_Modal .baseratemodalscroll_import .transfer-modal{width:100%;background:hsla(0,0%,100%,.85);border-radius:20px;overflow:hidden;border:1px solid hsla(0,0%,100%,.2)}.Data_Import_Modal .baseratemodalscroll_import .modal-header{padding:18px;text-align:center;background:linear-gradient(135deg, #4375db, #8191d9);color:#fff;flex-direction:column;position:relative}.Data_Import_Modal .baseratemodalscroll_import .modal-icon{font-size:60px;margin-bottom:15px;filter:drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1))}.Data_Import_Modal .baseratemodalscroll_import .modal-title{font-size:22px;font-weight:700}.Data_Import_Modal .baseratemodalscroll_import .modal-subtitle{font-size:14px;opacity:.9;font-weight:400}.Data_Import_Modal .baseratemodalscroll_import .modal-content{padding:25px;text-align:center}.Data_Import_Modal .baseratemodalscroll_import .transfer-graphic{width:238px;height:120px;margin:0 auto 20px;position:relative}.Data_Import_Modal .baseratemodalscroll_import .database{position:absolute;width:80px;height:100px;background:#fff;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.1);display:flex;flex-direction:column;overflow:hidden}.Data_Import_Modal .baseratemodalscroll_import .database.server{left:0;background:#5c7ce7}.Data_Import_Modal .baseratemodalscroll_import .database.test{right:0;background:linear-gradient(to bottom, #00b894, #00ce9d)}.Data_Import_Modal .baseratemodalscroll_import .db-header{height:15px;background:rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center}.Data_Import_Modal .baseratemodalscroll_import .db-body{flex:1;display:flex;flex-direction:column;padding:8px}.Data_Import_Modal .baseratemodalscroll_import .db-row{height:3px;background:hsla(0,0%,100%,.3);margin-bottom:5px;border-radius:2px}.Data_Import_Modal .baseratemodalscroll_import .transfer-arrow{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);color:#fdcb6e;font-size:30px;animation:pulse 2s infinite}@keyframes pulse{0%,100%{transform:translate(-50%, -50%) scale(1)}50%{transform:translate(-50%, -50%) scale(1.1)}}.Data_Import_Modal .baseratemodalscroll_import .modal-message{font-size:15px;color:#2d3436;margin-bottom:25px;line-height:1.4}.Data_Import_Modal .baseratemodalscroll_import .highlight{background:linear-gradient(to right, #6c5ce7, #00b894);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);font-weight:700;font-size:17px}.Data_Import_Modal .baseratemodalscroll_import .modal-footer{display:flex;justify-content:center !important;gap:8px;padding:15px 0px 0px}.Data_Import_Modal .baseratemodalscroll_import .modal-btn{padding:10px 15px;border-radius:10px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:14px}.Data_Import_Modal .baseratemodalscroll_import .btn-confirm{background:#5c7ce7;color:#fff;border:none;box-shadow:0 4px 15px rgba(108,92,231,.3)}.Data_Import_Modal .baseratemodalscroll_import .btn-confirm:hover{background:#4b63d1;transform:translateY(-2px)}.Data_Import_Modal .baseratemodalscroll_import .btn-cancel{background:#fff;border:1px solid #ccc;color:#2d3436}.Data_Import_Modal .baseratemodalscroll_import .btn-cancel:hover{border-color:#4b63d1;color:#4b63d1}.Data_Import_Modal .baseratemodalscroll{padding:0}.Data_Import_Modal .baseratemodalscroll .modal-container{background-color:#fff;border-radius:12px;overflow:hidden}.Data_Import_Modal .baseratemodalscroll .modal-header{background:linear-gradient(135deg, #4375db, #8191d9);color:#fff;padding:20px;text-align:center;position:relative;flex-direction:column}.Data_Import_Modal .baseratemodalscroll .modal-icon{font-size:60px;margin-bottom:15px;filter:drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1))}.Data_Import_Modal .baseratemodalscroll .modal-header h2{font-weight:600;font-size:22px;color:#fff}.Data_Import_Modal .baseratemodalscroll .modal-header p{opacity:.9;font-size:14px}.Data_Import_Modal .baseratemodalscroll .modal-content{padding:25px;text-align:center}.Data_Import_Modal .baseratemodalscroll .database-illustration{width:180px;height:180px;margin:0 auto 20px;position:relative}.Data_Import_Modal .baseratemodalscroll .database-box{width:120px;height:120px;background:linear-gradient(135deg, #f5f7fa, #e4e8f0);border-radius:10px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);box-shadow:0 5px 15px rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center}.Data_Import_Modal .baseratemodalscroll .database-box::before{content:"";position:absolute;width:100%;height:100%;border:2px dashed #a777e3;border-radius:10px;animation:pulse 2s infinite;top:57px;left:56px}@keyframes pulse{0%{opacity:.3}50%{opacity:.7}100%{opacity:.3}}.Data_Import_Modal .baseratemodalscroll .database-icon img{height:54px}.Data_Import_Modal .baseratemodalscroll .arrows{position:absolute;width:100%;height:100%;top:0;left:0}.Data_Import_Modal .baseratemodalscroll .arrow{position:absolute;width:30px;height:30px;background-color:#6e8efb;clip-path:polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);opacity:.7}.Data_Import_Modal .baseratemodalscroll .arrow-1{top:10%;right:10%;transform:rotate(45deg);animation:float 3s infinite ease-in-out}.Data_Import_Modal .baseratemodalscroll .arrow-2{bottom:10%;left:10%;transform:rotate(-135deg);animation:float 3s infinite ease-in-out .5s}.Data_Import_Modal .baseratemodalscroll .arrow-3{top:50%;left:-5%;transform:rotate(-45deg) translateY(-50%);animation:float 3s infinite ease-in-out 1s}@keyframes float{0%,100%{transform:translateY(0) rotate(45deg)}50%{transform:translateY(-10px) rotate(45deg)}}.Data_Import_Modal .baseratemodalscroll .modal-text{margin-bottom:40px}.Data_Import_Modal .baseratemodalscroll .modal-text h3{color:#333;margin-bottom:10px;font-weight:600}.Data_Import_Modal .baseratemodalscroll .modal-text p{color:#666;font-size:14px;line-height:1.5}.Data_Import_Modal .baseratemodalscroll .modal-buttons{display:flex;justify-content:center !important;gap:15px}.Data_Import_Modal .baseratemodalscroll .btn{padding:10px 20px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s ease;border:none;font-size:14px}.Data_Import_Modal .baseratemodalscroll .btn-primary{background-color:#6e8efb;color:#fff}.Data_Import_Modal .baseratemodalscroll .btn-primary:hover{background:#4b63d1;transform:translateY(-2px)}.Data_Import_Modal .baseratemodalscroll .btn-secondary{background:#fff;border:1px solid #ccc;color:#2d3436}.Data_Import_Modal .baseratemodalscroll .btn-secondary:hover{border-color:#4b63d1;color:#4b63d1}.print-modal.modal-body{overflow:visible}.print-modal.modal-body .upload_img_Icon_btn{display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer}.print-modal.modal-body .upload_img_Icon_btn .upload_img,.print-modal.modal-body .upload_img_Icon_btn img{width:20px;height:20px !important;position:absolute}.new_print_modal .print-modal{width:100%;background:#fff;border-radius:.75rem;box-shadow:0 .5rem 1.5rem rgba(34,41,47,.15);border:none}.new_print_modal .modal-header{background:linear-gradient(170deg, #4568bf, #e8eeff);color:#fff;padding:10px 15px;position:relative;overflow:hidden;border-bottom:none;border-radius:6px 6px 0 0}.new_print_modal .modal-body{padding:0;border-radius:6px}.new_print_modal .modal-header .btn-close{filter:unset}.new_print_modal .modal-header .header-content{position:relative;z-index:2;display:flex;align-items:center}.new_print_modal .modal-header .print-icon{font-size:18px;margin-right:1rem;color:#fff}.new_print_modal .modal-header .title{font-weight:600;font-size:18px;margin:0;color:#fff}.new_print_modal .modal-header .badge{position:absolute;top:1rem;right:1rem;background-color:#ff9f43;color:#fff;font-weight:600;padding:.25rem .75rem;border-radius:50px;font-size:.75rem;box-shadow:0 4px 15px rgba(255,159,67,.3)}.new_print_modal .modal_content_data{padding:20px;position:relative}.new_print_modal .section,.new_print_modal .advance_section{background:#fff;border-radius:.75rem;padding:16px;box-shadow:0 .125rem .25rem rgba(34,41,47,.075);border:1px solid rgba(34,41,47,.05);position:relative}.new_print_modal .advance_section{margin-top:16px;box-shadow:0 0px 5px rgba(34,41,47,.13)}.new_print_modal .margin_section{border:1px solid #6e8efb;box-shadow:0 0px 5px rgba(34,41,47,.13);padding:10px;border-radius:8px}.new_print_modal .margin_section .margin_check{margin-left:10px}.new_print_modal .section::before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom, #6e8efb, #ed6262)}.new_print_modal .section-title{font-weight:600;color:#4036a2;margin-bottom:1.25rem;display:flex;align-items:center}.new_print_modal .section-title i{margin-right:.75rem;font-size:1.25rem}.new_print_modal .form-select{border-radius:.5rem;padding:.625rem 1rem;border:1px solid #d8d6de;transition:all .3s ease}.new_print_modal .form-select:focus{border-color:#6e8efb;box-shadow:0 0 0 .25rem rgba(115,103,240,.25)}.new_print_modal .btn-advanced{background-color:#fff;color:#7367f0;border:1px solid #7367f0;border-radius:6px;padding:8px;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;width:100%;margin-top:1rem;font-size:14px}.new_print_modal .btn-advanced:hover{background-color:#7367f0;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(115,103,240,.3);border:1px solid #7367f0}.new_print_modal .btn-advanced i{margin-right:.5rem}.new_print_modal .checkbox-card{display:flex;align-items:center;padding:.75rem 1rem;border-radius:.5rem;background-color:#f8f7fa;margin-bottom:.75rem;transition:all .3s ease;cursor:pointer;border:1px solid rgba(0,0,0,0)}.new_print_modal .checkbox-card:hover{border-color:#6e8efb;background-color:rgba(115,103,240,.05)}.new_print_modal .checkbox-card input[type=checkbox]{width:1.25rem;height:1.25rem;accent-color:#6e8efb;margin-right:1rem;cursor:pointer}.new_print_modal .checkbox-card label{font-weight:600;color:#2a2e3f;cursor:pointer;line-height:1}.new_print_modal .info-card{background-color:rgba(0,207,232,.1);border-left:4px solid #00cfe8;padding:1rem;border-radius:0 .5rem .5rem 0;margin-top:1rem;display:flex;align-items:flex-start}.new_print_modal .info-card i{color:#00cfe8;font-size:1.25rem;margin-right:.75rem;margin-top:.125rem}.new_print_modal .info-card p{margin:0;font-size:12px;color:#2a2e3f;line-height:1.5}.new_print_modal .modal-footer{display:flex;justify-content:flex-end;border-top:1px solid #dbe0e6}.new_print_modal .btn-modal{padding:8px 12px;border-radius:.5rem;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center}.new_print_modal .btn-modal i{margin-right:.5rem}.new_print_modal .btn-cancel{background-color:#fff;color:#2a2e3f;border:1px solid #d8d6de}.new_print_modal .btn-cancel:hover{background-color:#f8f7fa;color:#2a2e3f}.new_print_modal .btn-primary{background-color:#6e8efb;color:#fff;border:none;box-shadow:0 4px 15px rgba(115,103,240,.3)}.new_print_modal .btn-primary:hover{background-color:#4b63d1;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(115,103,240,.4)}.new_print_modal .btn-preview{background-color:#2d87e1;color:#fff;border:none;box-shadow:0 4px 15px rgba(0,106,232,.3)}.new_print_modal .btn-preview:hover{background-color:#1966b3;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,106,232,.3)}.new_print_modal .print-illustration{position:absolute;right:2rem;bottom:2rem;width:120px;opacity:.1;z-index:1}@media(max-width: 992px){.new_print_modal .section{padding:1.25rem}}@media(max-width: 768px){.new_print_modal .modal-header{padding:1.25rem}.new_print_modal .modal-header .title{font-size:1.25rem}.new_print_modal .print-illustration{width:80px;right:1rem;bottom:1rem}}@media(max-width: 576px){.new_print_modal .btn-modal{justify-content:center}.new_print_modal .print-illustration{display:none}}.print_preview_modal{max-width:100%;height:100%;margin:0}.print_preview_modal .modal-body{padding:0}.print_preview_modal .modal-header .btn-close{filter:unset}.print_preview_modal .print-preview-modal{background:#fff;border-radius:.75rem;box-shadow:0 .5rem 1.5rem rgba(34,41,47,.15);overflow:hidden}.print_preview_modal .modal-header{background:#fff !important;color:#fff;padding:1rem 1.5rem;border-bottom:none;display:flex;align-items:center;justify-content:space-between}.print_preview_modal .modal-header .title{font-weight:600;font-size:1.25rem;margin:0;display:flex;align-items:center;gap:.75rem}.print_preview_modal .modal-header .title i.fas.fa-print{font-size:20px}.print_preview_modal .modal-header .close-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;transition:all .3s ease}.print_preview_modal .modal-header .close-btn:hover{transform:rotate(90deg)}.print_preview_modal .toolbar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;border-bottom:1px solid #eee;background:#f8f7fa;flex-wrap:wrap;gap:.5rem}.print_preview_modal .toolbar-group{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.print_preview_modal .toolbar-group.main_group .toolbar-btn{border:1px solid #7367f0}.print_preview_modal .toolbar-group.main_group .toolbar-btn i{color:#7367f0}.print_preview_modal .toolbar-btn{background:#fff;color:#181d1f;border:1px solid #ddd;border-radius:.5rem;padding:.5rem .75rem;font-size:13px;line-height:18px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.print_preview_modal .toolbar-btn:hover{background:#f5f5f5;border-color:#ccc;transform:translateY(-1px)}.print_preview_modal .toolbar-btn.active{background:#7367f0;color:#fff;border-color:#7367f0}.print_preview_modal .toolbar-btn i{font-size:14px}.print_preview_modal .dropdown-toggle::after{margin-left:.5rem}.print_preview_modal .page-controls{display:flex;align-items:center;gap:.5rem}.print_preview_modal .page-input{text-align:center;padding:.5rem;border-radius:.5rem;border:1px solid #ddd}.print_preview_modal .page-nav-btn{background:#fff;border:1px solid #ddd;border-radius:.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.print_preview_modal .page-nav-btn:hover{background:#f5f5f5;border-color:#ccc}.print_preview_modal .page-nav-btn:disabled{opacity:.5;cursor:not-allowed}.print_preview_modal .preview-content{display:flex;justify-content:center;align-items:center;background:#f8f7fa;position:relative;overflow:auto;max-width:800px;margin:0 auto}.print_preview_modal .preview-content::-webkit-scrollbar{width:4px;scrollbar-width:auto;scrollbar-color:#818596 #fff}.print_preview_modal .preview-content::-webkit-scrollbar-track{background:#fff}.print_preview_modal .preview-content::-webkit-scrollbar-thumb{background-color:#818596;border-radius:10px;border:2px solid #fff}.print_preview_modal .preview-page{width:100%;height:100%;background:#f8f7fa;transform-origin:center;transition:transform .3s ease}.print_preview_modal .preview-page iframe{height:845px !important}.print_preview_modal .preview-page .crystalstyle{margin:0 !important;background:#fff !important;box-shadow:0px 0px 8px -1px #ccc;border:1px solid #e7e7e7;border-radius:6px;top:4px !important;left:8px !important}.print_preview_modal .zoom-dropdown{min-width:120px;width:100%}.print_preview_modal .zoom-option{padding:.5rem 1rem;cursor:pointer;transition:all .3s ease;width:100%;display:block}.print_preview_modal .zoom-option:hover{background:#f5f5f5}.print_preview_modal .zoom-option.active{background:#7367f0;color:#fff}@media(max-width: 768px){.print_preview_modal .toolbar{flex-direction:column;align-items:flex-start}.print_preview_modal .toolbar-group{width:100%}.print_preview_modal .preview-page{width:95%}}.print_preview_modal .spinner-bg{width:100%;height:100%;position:fixed;top:0;left:0;background:#000;opacity:.2;z-index:1}.print_preview_modal .spinner-border{position:fixed;top:50%;left:50%;color:#1b3fb6}.preview_height{height:100%}.tds_modal .modal-xl{--bs-modal-width: 1340px}.tds_modal .modal-header{padding:10px 13px;border-bottom:0;background:linear-gradient(170deg, #4568bf, #e8eeff)}.tds_modal .modal-header .modal-title{font-size:18px;color:#fff;font-weight:600}.tds_modal .modal-header .close,.tds_modal .modal-header .btn-close{filter:unset}.tds_modal .custom-md-modal{margin:15px 15px}.tds_modal .tds_fields{background:linear-gradient(357deg, #edf7ff, transparent);border-radius:4px}.tds_modal .tax_details_img{margin-top:28px}.tds_modal .tax_details_img img{height:240px;margin:0 auto;width:100%}.tds_modal .modal-content .modal-footercustom{border-top:1px solid #e0e3e6}.tds_modal .ag-floating-bottom{border-bottom:0 !important}.tds_modal .ag-theme-quartz{height:370px}.tds_modal .button_section{display:flex}.importexceldalamodal .modal-container,.Data_Import_Modal.map-column.modal_third.second_step .modal-container{background-color:#fff;border-radius:16px;overflow:hidden}.importexceldalamodal .modal-body,.Data_Import_Modal.map-column.modal_third.second_step .modal-body{padding:0}.importexceldalamodal .modal-header,.Data_Import_Modal.map-column.modal_third.second_step .modal-header{padding:25px 30px;border-bottom:1px solid #f1f5f9;position:relative;flex-direction:column;background:#fff !important}.importexceldalamodal .modal-header h2,.Data_Import_Modal.map-column.modal_third.second_step .modal-header h2{font-size:22px;color:#1e293b;margin-bottom:5px;font-weight:700}.importexceldalamodal .modal-header p,.Data_Import_Modal.map-column.modal_third.second_step .modal-header p{color:#74777b;font-size:14px}.importexceldalamodal .steps-container,.Data_Import_Modal.map-column.modal_third.second_step .steps-container{display:flex;justify-content:center;position:relative}.importexceldalamodal .step-line,.Data_Import_Modal.map-column.modal_third.second_step .step-line{position:absolute;top:15px;left:50%;right:50%;height:3px;background-color:#e2e8f0;z-index:1;transition:all .4s ease}.importexceldalamodal .step-line-fill,.Data_Import_Modal.map-column.modal_third.second_step .step-line-fill{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg, #8b5cf6, #6366f1);width:50%;transition:width .4s ease}.importexceldalamodal .steps-wrapper,.Data_Import_Modal.map-column.modal_third.second_step .steps-wrapper{display:flex;width:300px;justify-content:space-between;position:relative;z-index:2}.importexceldalamodal .step,.Data_Import_Modal.map-column.modal_third.second_step .step{display:flex;flex-direction:column;align-items:center}.importexceldalamodal .step-bubble,.Data_Import_Modal.map-column.modal_third.second_step .step-bubble{width:32px;height:32px;border-radius:50%;background-color:#e2e8f0;color:#64748b;display:flex;justify-content:center;align-items:center;font-weight:600;font-size:14px;margin-bottom:8px;transition:all .3s ease;position:relative;z-index:2}.importexceldalamodal .step.active .step-bubble,.Data_Import_Modal.map-column.modal_third.second_step .step.active .step-bubble{background-color:#6e8efb;color:#fff;box-shadow:0 4px 10px rgba(99,102,241,.3)}.importexceldalamodal .step.completed .step-bubble,.Data_Import_Modal.map-column.modal_third.second_step .step.completed .step-bubble{background-color:#6e8efb;color:#fff}.importexceldalamodal .step-label,.Data_Import_Modal.map-column.modal_third.second_step .step-label{font-size:14px;color:#94a3b8;font-weight:500;text-align:center;transition:all .3s ease}.importexceldalamodal .step.active .step-label,.Data_Import_Modal.map-column.modal_third.second_step .step.active .step-label{color:#1e293b;font-weight:700}.importexceldalamodal .step.completed .step-label,.Data_Import_Modal.map-column.modal_third.second_step .step.completed .step-label{color:#6e8efb}.importexceldalamodal .modal-content-data,.Data_Import_Modal.map-column.modal_third.second_step .modal-content-data{padding:30px;display:flex;flex-direction:column;align-items:center}.importexceldalamodal .step-1-content,.Data_Import_Modal.map-column.modal_third.second_step .step-1-content{width:100%;display:flex;flex-direction:column;align-items:center}.importexceldalamodal .upload-illustration,.Data_Import_Modal.map-column.modal_third.second_step .upload-illustration{width:220px;height:180px;margin-bottom:25px;position:relative}.importexceldalamodal .upload-icon,.Data_Import_Modal.map-column.modal_third.second_step .upload-icon{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.importexceldalamodal .upload-icon svg,.Data_Import_Modal.map-column.modal_third.second_step .upload-icon svg{width:120px;height:120px;opacity:.9}.importexceldalamodal .floating-files,.Data_Import_Modal.map-column.modal_third.second_step .floating-files{position:absolute;width:100%;height:100%;top:0;left:0}.importexceldalamodal .floating-file,.Data_Import_Modal.map-column.modal_third.second_step .floating-file{position:absolute;width:50px;height:60px;background-color:#fff;border-radius:6px;box-shadow:0 5px 15px rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center;transition:all .5s ease}.importexceldalamodal .floating-file:nth-child(1),.Data_Import_Modal.map-column.modal_third.second_step .floating-file:nth-child(1){top:0;left:10px;transform:rotate(-5deg);z-index:2}.importexceldalamodal .floating-file:nth-child(2),.Data_Import_Modal.map-column.modal_third.second_step .floating-file:nth-child(2){top:20px;right:0;transform:rotate(3deg);z-index:3}.importexceldalamodal .floating-file:nth-child(3),.Data_Import_Modal.map-column.modal_third.second_step .floating-file:nth-child(3){bottom:10px;left:20px;transform:rotate(2deg);z-index:1}.importexceldalamodal .floating-file svg,.Data_Import_Modal.map-column.modal_third.second_step .floating-file svg{width:30px;height:30px}.importexceldalamodal .file-upload-container,.Data_Import_Modal.map-column.modal_third.second_step .file-upload-container{width:100%;max-width:500px;margin:0 auto}.importexceldalamodal .file-upload-label,.Data_Import_Modal.map-column.modal_third.second_step .file-upload-label{display:block;border:2px dashed #cbd5e1;border-radius:12px;padding:30px;text-align:center;cursor:pointer;transition:all .3s ease;background-color:#f8fafc}.importexceldalamodal .file-upload-label:hover,.Data_Import_Modal.map-column.modal_third.second_step .file-upload-label:hover{border-color:#4b63d1;background-color:#f0f4ff}.importexceldalamodal .file-upload-label.drag-over,.Data_Import_Modal.map-column.modal_third.second_step .file-upload-label.drag-over{border-color:#6e8efb;background-color:#e0e7ff}.importexceldalamodal .file-upload-label h4,.Data_Import_Modal.map-column.modal_third.second_step .file-upload-label h4{color:#1e293b;margin-bottom:10px;font-size:16px}.importexceldalamodal .file-upload-label p,.Data_Import_Modal.map-column.modal_third.second_step .file-upload-label p{color:#74777b;font-size:14px;margin-bottom:15px}.importexceldalamodal .file-input,.Data_Import_Modal.map-column.modal_third.second_step .file-input{opacity:0;position:absolute;top:0;left:0;left:0;width:100%;height:100%}.importexceldalamodal .modal-header .btn-close,.Data_Import_Modal.map-column.modal_third.second_step .modal-header .btn-close{position:absolute;right:15px;top:10px;filter:unset}.importexceldalamodal .btn,.Data_Import_Modal.map-column.modal_third.second_step .btn{padding:12px 24px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;border:none;font-size:14px}.importexceldalamodal .btn-primary,.Data_Import_Modal.map-column.modal_third.second_step .btn-primary{border:1px solid #6e8efb;background-color:#6e8efb;color:#fff;margin-top:20px;display:inline-flex;align-items:center;gap:8px;position:relative}.importexceldalamodal .btn-primary:hover,.Data_Import_Modal.map-column.modal_third.second_step .btn-primary:hover{background-color:#2e47b8;border:1px solid #2e47b8;transform:translateY(-1px);box-shadow:0 4px 8px rgba(79,70,229,.2)}.importexceldalamodal .btn-primary:disabled,.Data_Import_Modal.map-column.modal_third.second_step .btn-primary:disabled{background-color:#cbd5e1;cursor:not-allowed;transform:none;box-shadow:none}.importexceldalamodal .file-selected,.Data_Import_Modal.map-column.modal_third.second_step .file-selected{margin-top:20px;padding:12px;background-color:#f0fdf4;border-radius:8px;border:1px solid #bbf7d0;display:flex;align-items:center;gap:10px;width:100%;max-width:500px}.importexceldalamodal .file-selected svg,.Data_Import_Modal.map-column.modal_third.second_step .file-selected svg{color:#10b981;flex-shrink:0}.importexceldalamodal .file-info,.Data_Import_Modal.map-column.modal_third.second_step .file-info{flex:1;overflow:hidden}.importexceldalamodal .file-info h5,.Data_Import_Modal.map-column.modal_third.second_step .file-info h5{color:#1e293b;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.importexceldalamodal .file-info p,.Data_Import_Modal.map-column.modal_third.second_step .file-info p{color:#74777b;font-size:12px}.importexceldalamodal .remove-file,.Data_Import_Modal.map-column.modal_third.second_step .remove-file{background:none;border:none;color:#ef4444;cursor:pointer;padding:5px}.importexceldalamodal .step-2-content,.Data_Import_Modal.map-column.modal_third.second_step .step-2-content{width:100%;display:none;flex-direction:column}.importexceldalamodal th,.Data_Import_Modal.map-column.modal_third.second_step th{padding:8px 15px;text-align:left;color:#0b2b99;font-weight:700;border:0;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;background:#dde5ff !important}.importexceldalamodal .main_header_Tag_import th,.Data_Import_Modal.map-column.modal_third.second_step .main_header_Tag_import th{border-right:1px solid #d0dae7}.importexceldalamodal td,.Data_Import_Modal.map-column.modal_third.second_step td{padding:6px 15px;border:0;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0}.importexceldalamodal .map-column-head p,.Data_Import_Modal.map-column.modal_third.second_step .map-column-head p{color:#74777b}.importexceldalamodal tr:last-child td,.Data_Import_Modal.map-column.modal_third.second_step tr:last-child td{border-bottom:none}.importexceldalamodal tr:hover,.Data_Import_Modal.map-column.modal_third.second_step tr:hover{background-color:#f8fafc}.importexceldalamodal .modal-footer,.Data_Import_Modal.map-column.modal_third.second_step .modal-footer{padding:10px;display:flex;justify-content:space-between;gap:10px}.importexceldalamodal .btn-outline,.Data_Import_Modal.map-column.modal_third.second_step .btn-outline{background-color:#fff;color:#64748b;border:1px solid #e2e8f0}.importexceldalamodal .btn-outline:hover,.Data_Import_Modal.map-column.modal_third.second_step .btn-outline:hover{background-color:#f8fafc}.importexceldalamodal .steps-vertical,.Data_Import_Modal.map-column.modal_third.second_step .steps-vertical{position:relative;display:flex;align-items:center;gap:100px}.importexceldalamodal .step-track,.Data_Import_Modal.map-column.modal_third.second_step .step-track{position:absolute;left:81px;top:26px;bottom:0;width:184px;height:2px;background:#e2e8f0;z-index:1}.importexceldalamodal .step-progress,.Data_Import_Modal.map-column.modal_third.second_step .step-progress{position:absolute;top:0;left:0;width:100%;height:100%;background:#e2e8f0;transition:height .4s ease}.importexceldalamodal .step-item,.Data_Import_Modal.map-column.modal_third.second_step .step-item{display:flex;position:relative;z-index:2;flex-direction:column;align-items:center;justify-content:center}.importexceldalamodal .step-icon,.Data_Import_Modal.map-column.modal_third.second_step .step-icon{width:48px;height:48px;border-radius:50%;background:#fff;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.importexceldalamodal .step-item.active .step-icon,.Data_Import_Modal.map-column.modal_third.second_step .step-item.active .step-icon{border-color:#6366f1;background:#6366f1;color:#fff;box-shadow:0 4px 12px rgba(99,102,241,.2)}.importexceldalamodal .step-item.completed .step-icon,.Data_Import_Modal.map-column.modal_third.second_step .step-item.completed .step-icon{border-color:#8b5cf6;background:#8b5cf6;color:#fff}.importexceldalamodal .step-content,.Data_Import_Modal.map-column.modal_third.second_step .step-content{padding-top:8px;display:flex;flex-direction:column;align-items:center;justify-self:center}.importexceldalamodal .step-content h4,.Data_Import_Modal.map-column.modal_third.second_step .step-content h4{color:#1e293b;margin-bottom:4px;font-weight:600}.importexceldalamodal .step-content p,.Data_Import_Modal.map-column.modal_third.second_step .step-content p{color:#64748b;font-size:13px}.importexceldalamodal .step-item.active .step-content h4,.Data_Import_Modal.map-column.modal_third.second_step .step-item.active .step-content h4{color:#1b3fb6}@media(max-width: 600px){.importexceldalamodal .modal-header,.Data_Import_Modal.map-column.modal_third.second_step .modal-header{padding:20px}.importexceldalamodal .modal-content,.Data_Import_Modal.map-column.modal_third.second_step .modal-content{padding:20px}.importexceldalamodal .upload-illustration,.Data_Import_Modal.map-column.modal_third.second_step .upload-illustration{width:180px;height:150px}.importexceldalamodal .steps-wrapper,.Data_Import_Modal.map-column.modal_third.second_step .steps-wrapper{width:250px}}.Data_Import_Modal.map-column.modal_third.second_step .modal-header{background:#fff}.Data_Import_Modal.map-column.modal_third.second_step .card.card-body{padding:20px}.Data_Import_Modal.map-column.modal_third.second_step .modal-footer.modal-footercustom{padding:10px}.Data_Import_Modal.map-column.modal_third.second_step .Tagimportmodal.map-col{margin-top:0}.Data_Import_Modal.map-column.modal_third.second_step .table-responsive.Data_Import_Modal{border:1px solid #dbe0e6;border-radius:0 0 8px 8px}.Data_Import_Modal.map-column.modal_third.second_step .dropdown-opengrid-common.css-b62m3t-container .css-10jhca-control{border:0}.Data_Import_Modal.map-column.modal_third.second_step .step-progress{background:#1b3fb6}.Data_Import_Modal.map-column.modal_third.second_step .step-item.active .step-icon{border-color:#1b3fb6;background:#1b3fb6}.Data_Import_Modal.map-column.modal_third.second_step .step-item .step-icon{border-color:#6366f1;background:#6366f1}.crystal_report_modal .checkbox-card{display:flex;align-items:center;padding:.75rem 1rem;border-radius:.5rem;background-color:#f8f7fa;margin-bottom:5px;transition:all .3s ease;cursor:pointer;border:1px solid rgba(0,0,0,0)}.crystal_report_modal .checkbox-card:hover{border-color:#6e8efb;background-color:rgba(115,103,240,.05)}.crystal_report_modal .crystal_upload_image .upload_img_Icon_btn{width:40px;height:27px}.crystal_report_modal .crystal_upload_image .upload_img img{height:27px}:root{--indigo: #4f46e5;--indigo-light: #818cf8;--orange: #f97316;--orange-light: #fb923c;--light-bg: #f8fafc;--light-gray: #e2e8f0;--dark-text: #1e293b;--gray-text: #64748b;--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.filter-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:16px;padding:15px 12px;width:200px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:100;border:1px solid var(--light-gray);box-shadow:0 15px 40px rgba(0,0,0,.1)}.filter-dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.filter-dropdown::before{content:"";position:absolute;top:-8px;right:25px;width:16px;height:16px;background:#fff;transform:rotate(45deg);border-top:1px solid var(--light-gray);border-left:1px solid var(--light-gray);z-index:-1}.global_header_search{position:relative}.global_header_search:has(.results-panel.active) .search-container{box-shadow:0 10px 25px rgba(0,0,0,.08)}.global_header_search .search-container{width:100%;max-width:800px;position:relative;border-radius:8px;overflow:hidden;background:#fff;transform-style:preserve-3d;border:1px solid #e7e7e7}.global_header_search .search-bar-wrapper{position:relative;background:#fff;transition:all .3s ease}.global_header_search .search-bar-wrapper:hover{box-shadow:0 15px 30px rgba(0,0,0,.12)}.global_header_search .search-bar-wrapper.active{border-radius:16px 16px 0 0}.global_header_search .search-input-container{display:flex;padding:3px 4px 3px 12px;position:relative;align-items:center;height:35px}.global_header_search .search-input-container .form-control:focus{background-color:rgba(0,0,0,0) !important;border:rgba(0,0,0,0) !important}.global_header_search .search-icon{color:#4c7ad9;font-size:16px;margin-right:8px;transition:all .3s ease}.global_header_search .search-input{background:rgba(0,0,0,0);border:none;padding:4px 0;font-size:14px;color:var(--dark-text);font-weight:500;min-width:0;width:260px}.global_header_search .search-input:focus{outline:none}.global_header_search .search-input::placeholder{color:var(--gray-text);opacity:.6}.global_header_search .controls{display:flex;align-items:center}.global_header_search .search-btn,.global_header_search .filter-btn{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);border:none;width:32px;height:29px;border-radius:8px;margin-left:8px;cursor:pointer;color:#fff;font-size:16px;display:flex;justify-content:center;align-items:center;transition:all .3s ease;box-shadow:0 4px 12px rgba(79,70,229,.2);padding:4px}.global_header_search .filter-btn{background:#fff;border:1px solid var(--light-gray);color:#2f61c9;box-shadow:none}.global_header_search .search-btn:hover{transform:scale(1.05);box-shadow:0 6px 18px rgba(79,70,229,.3)}.global_header_search .filter-btn:hover{border-color:var(--indigo-light);color:#fff;background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%)}.global_header_search .filter-btn.active{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);color:#fff}.global_header_search .placeholder-animation{position:absolute;top:50%;transform:translateY(-50%);left:38px;pointer-events:none;color:var(--gray-text);font-size:16px;font-weight:500;overflow:hidden;height:26px;opacity:.7;line-height:26px}.global_header_search .placeholder-animation .animation_text{color:#0041c9;font-weight:700;font-size:16px;display:inline-block;position:relative;padding-right:6px;line-height:1}.global_header_search .placeholder-animation .animation_text::after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:0px;width:2px;height:1em;background:#0041c9;animation:blink .7s step-end infinite}.global_header_search .placeholder-animation svg{height:22px !important}@keyframes blink{50%{background:rgba(0,0,0,0)}}.global_header_search .placeholder-animation .animated_div{display:flex;align-items:center;text-align:center;font-size:17px}.global_header_search .placeholder-animation .search_text{font-weight:700;font-size:14px;margin-right:6px}.global_header_search .placeholder-text{display:inline-block;position:relative;white-space:nowrap;animation:slideText 15s infinite linear}@keyframes slideText{0%{transform:translateX(0)}20%{transform:translateX(0)}25%{transform:translateX(-25%)}45%{transform:translateX(-25%)}50%{transform:translateX(-50%)}70%{transform:translateX(-50%)}75%{transform:translateX(-75%)}95%{transform:translateX(-75%)}100%{transform:translateX(-100%)}}.global_header_search .filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;color:var(--dark-text)}.global_header_search .filter-header h3{font-size:18px;color:#181d1f;display:flex;align-items:center}.global_header_search .filter-header h3 i{margin-right:10px;color:var(--orange)}.global_header_search .close-filter{background:rgba(0,0,0,0);border:none;color:var(--gray-text);cursor:pointer;transition:all .3s ease;padding:5px;line-height:1}.global_header_search .close-filter i{font-size:18px}.global_header_search .close-filter:hover{color:var(--orange);transform:rotate(90deg)}.global_header_search .filter-group{margin-bottom:15px}.global_header_search .filter-group h4{color:var(--orange);margin-bottom:12px;font-size:13px;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;line-height:1}.global_header_search .filter-group h4 i{margin-right:8px;font-size:14px}.global_header_search .filter-option{position:relative}.global_header_search .filter-option input{position:absolute;opacity:0}.global_header_search .filter-option label{display:block;padding:6px 12px;background:var(--light-bg);border:1px solid var(--light-gray);border-radius:8px;color:#8a8a8a;font-size:14px;cursor:pointer;transition:all .3s ease;text-align:center;font-weight:700}.global_header_search .filter-option input:checked+label{background:rgba(79,70,229,.1);border-color:var(--indigo);color:var(--indigo)}.global_header_search .filter-option label:hover{border-color:var(--indigo-light);color:var(--indigo-light)}.global_header_search .filter-actions{display:flex;justify-content:space-between}.global_header_search .reset-btn,.global_header_search .apply-btn{padding:8px 15px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;border:none}.global_header_search .reset-btn{background:rgba(0,0,0,0);color:var(--gray-text);border:1px solid var(--light-gray)}.global_header_search .reset-btn:hover{color:var(--orange);border-color:var(--orange-light)}.global_header_search .apply-btn{background:linear-gradient(135deg, var(--orange) 0%, var(--orange-light) 100%);color:#fff;box-shadow:0 4px 12px rgba(249,115,22,.2)}.global_header_search .apply-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(249,115,22,.3)}.global_header_search .results-panel{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(0.4, 0, 0.2, 1);background:#fff;border-radius:0 0 16px 16px;overflow-y:auto;scrollbar-width:none}.global_header_search .results-panel .ag-theme-quartz{border:1px solid #dbe0e6;border-radius:10px !important}.global_header_search .results-panel .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:10px !important}.global_header_search .results-panel th{background:#5b75c2 !important;color:#fff !important}.global_header_search .results-panel span.ag-header-cell-text{color:#fff !important}.global_header_search .results-panel.active{max-height:800px;min-height:200px;height:100%;border-top:1px solid var(--light-gray)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.03)}100%{transform:scale(1)}}.global_header_search .pulse{animation:pulse .5s ease}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}.global_header_search .bounce{animation:bounce .5s ease}.global_header_search .radio-item,.global_header_search .checkbox-item{margin-bottom:5px;border-bottom:0}.global_header_search input[type=radio],.global_header_search input[type=checkbox]{position:absolute;opacity:0}.global_header_search .radio-label,.global_header_search .checkbox-label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:6px;border:1px solid #e5e7eb;border-radius:6px;background:#fafafa;transition:all .2s ease}.global_header_search .radio-label .radio-custom-data,.global_header_search .radio-label .checkbox-content,.global_header_search .checkbox-label .radio-custom-data,.global_header_search .checkbox-label .checkbox-content{color:#181d1f;font-weight:600;display:flex;align-items:center;gap:6px}.global_header_search .radio-custom{width:18px;height:18px;border:1px solid #d1d5db;border-radius:50%;position:relative;background:#fff;flex-shrink:0}.global_header_search .radio-custom::after{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;background:#3b82f6;border-radius:50%;transform:translate(-50%, -50%) scale(0);transition:transform .2s ease}.global_header_search .content-img{padding:6px;border-radius:6px;box-shadow:0px 2px 10px -5px #80838a;height:35px;width:35px;display:flex;justify-content:center;align-items:center;flex-shrink:0;background:#fff}.global_header_search .content-img img{width:20px}.global_header_search .checkbox-custom{width:18px;height:18px;border:1px solid #d1d5db;border-radius:4px;position:relative;background:#fff}.global_header_search .checkbox-custom::after{font-family:"Font Awesome 6 Free";font-weight:900;content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(0);color:#fff;font-size:12px;font-weight:bold;transition:transform .2s ease}.global_header_search input[type=checkbox]:checked+.checkbox-label{border-color:#8248d3;background:#faf6ff}.global_header_search input[type=checkbox]:checked+.checkbox-label .checkbox-custom{border-color:#8248d3;background:#8248d3}.global_header_search input[type=checkbox]:checked+.checkbox-label .checkbox-custom::after{transform:translate(-50%, -50%) scale(1)}.log_report .receipt_listingHeader{margin-top:0}.logReport_checkbox{padding:4px 8px;background:#fafbfe;border-radius:4px;border:1px solid #dbe0e6;width:fit-content}.account-filter_modal .modalhelpsearch,.logReport_checkbox .modalhelpsearch,.options-panel .modalhelpsearch{padding:10px}.account-filter_modal .modal-header,.logReport_checkbox .modal-header,.options-panel .modal-header{background:#fff !important;color:#fff;padding:10px 15px;position:relative;overflow:hidden;border-bottom:none;border-radius:6px 6px 0 0;border-bottom:1px solid #dbe0e6}.account-filter_modal .modal-header h4,.logReport_checkbox .modal-header h4,.options-panel .modal-header h4{font-weight:600;font-size:18px;color:#181d1f}.account-filter_modal .modal-header .btn-close,.logReport_checkbox .modal-header .btn-close,.options-panel .modal-header .btn-close{filter:unset}.account-filter_modal .search-icon,.logReport_checkbox .search-icon,.options-panel .search-icon{position:absolute;right:2px;top:6px;color:#67748e;font-size:14px;margin-right:8px;transition:all .3s ease}.account-filter_modal .tab-content.filter,.logReport_checkbox .tab-content.filter,.options-panel .tab-content.filter{border-radius:8px !important;border:0 !important}.account-filter_modal .card.card-body,.account-filter_modal .modal-body,.account-filter_modal .modal-footer,.logReport_checkbox .card.card-body,.logReport_checkbox .modal-body,.logReport_checkbox .modal-footer,.options-panel .card.card-body,.options-panel .modal-body,.options-panel .modal-footer{background-color:#fff}.account-filter_modal .card.card-body,.logReport_checkbox .card.card-body,.options-panel .card.card-body{border-radius:8px}.account-filter_modal .modal-body,.logReport_checkbox .modal-body,.options-panel .modal-body{padding-top:0}.account-filter_modal .control-section,.logReport_checkbox .control-section,.options-panel .control-section{padding:12px;background:#fff;border-radius:8px;border:1px solid #e5e7f0}.account-filter_modal .control-section .margin_top,.logReport_checkbox .control-section .margin_top,.options-panel .control-section .margin_top{margin-top:12px}.account-filter_modal .section-title,.logReport_checkbox .section-title,.options-panel .section-title{font-weight:600;color:#4036a2;margin-bottom:1.25rem;display:flex;align-items:center}.account-filter_modal .section-title i,.logReport_checkbox .section-title i,.options-panel .section-title i{margin-right:.75rem;font-size:1.25rem}.account-filter_modal .checkbox-container,.logReport_checkbox .checkbox-container,.options-panel .checkbox-container{display:flex;align-items:center}.account-filter_modal .checkbox-container input,.logReport_checkbox .checkbox-container input,.options-panel .checkbox-container input{position:absolute;opacity:0}.account-filter_modal .checkbox-container .checkbox-custom,.logReport_checkbox .checkbox-container .checkbox-custom,.options-panel .checkbox-container .checkbox-custom{width:38px;height:20px;background:rgba(108,92,231,.2);border-radius:12px;margin-right:12px;position:relative;cursor:pointer;border:0 !important;transition:all .3s ease}.account-filter_modal .checkbox-container .checkbox-custom::after,.logReport_checkbox .checkbox-container .checkbox-custom::after,.options-panel .checkbox-container .checkbox-custom::after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;box-shadow:0 2px 5px rgba(0,0,0,.2);transition:all .3s ease}.account-filter_modal .checkbox-container input:checked~.checkbox-custom,.logReport_checkbox .checkbox-container input:checked~.checkbox-custom,.options-panel .checkbox-container input:checked~.checkbox-custom{background:#4f46e5}.account-filter_modal .checkbox-container input:checked~.checkbox-custom::after,.logReport_checkbox .checkbox-container input:checked~.checkbox-custom::after,.options-panel .checkbox-container input:checked~.checkbox-custom::after{transform:translateX(18px)}.account-filter_modal .sub-tabs,.logReport_checkbox .sub-tabs,.options-panel .sub-tabs{display:flex;position:relative;overflow-x:auto;gap:2px;scrollbar-width:none}.account-filter_modal .sub-tab,.logReport_checkbox .sub-tab,.options-panel .sub-tab{padding:6px 14px;cursor:pointer;color:var(--dark);position:relative;font-size:14px;font-weight:600;white-space:nowrap}.account-filter_modal .accFilter_img,.logReport_checkbox .accFilter_img,.options-panel .accFilter_img{position:relative}.account-filter_modal .accFilter_img img,.logReport_checkbox .accFilter_img img,.options-panel .accFilter_img img{position:absolute;width:175px;top:0;left:50%;transform:translate(0%, -18%)}.account-filter_modal .modalHelpSearch-accountAlign,.logReport_checkbox .modalHelpSearch-accountAlign,.options-panel .modalHelpSearch-accountAlign{padding:6px}.account-filter_modal .searchbar_container,.logReport_checkbox .searchbar_container,.options-panel .searchbar_container{position:relative}.account-filter_modal .main-tabs-container,.logReport_checkbox .main-tabs-container,.options-panel .main-tabs-container{display:flex;position:relative;background-color:#fff}.account-filter_modal .main-tabs-container .tab,.logReport_checkbox .main-tabs-container .tab,.options-panel .main-tabs-container .tab{padding:8px 24px;cursor:pointer;position:relative;color:#7d8ede;transition:all .3s ease;margin-right:4px;font-size:16px;border-radius:12px 12px 0px 0px;font-weight:700}.account-filter_modal .main-tabs-container .tab.active,.logReport_checkbox .main-tabs-container .tab.active,.options-panel .main-tabs-container .tab.active{color:#4361ee;font-weight:700;background:#f6f8fe;border-top:3px solid}@keyframes borderGrow{from{transform:scaleX(0.8);opacity:0}to{transform:scaleX(1);opacity:1}}.account-filter_modal .main-tabs-container .tab:not(.active):hover,.logReport_checkbox .main-tabs-container .tab:not(.active):hover,.options-panel .main-tabs-container .tab:not(.active):hover{color:#475569;background-color:#f8fafc}.account-filter_modal .main-tabs-container .tab-content,.logReport_checkbox .main-tabs-container .tab-content,.options-panel .main-tabs-container .tab-content{padding:32px;background-color:#fff}.account-filter_modal .main-tabs-container .tab-pane,.logReport_checkbox .main-tabs-container .tab-pane,.options-panel .main-tabs-container .tab-pane{display:none;animation:fadeInUp .4s ease-out}.account-filter_modal .main-tabs-container .tab-pane.active,.logReport_checkbox .main-tabs-container .tab-pane.active,.options-panel .main-tabs-container .tab-pane.active{display:block}@keyframes fadeInUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.account-filter_modal .account_setup,.account-filter_modal .menu_setup,.logReport_checkbox .account_setup,.logReport_checkbox .menu_setup,.options-panel .account_setup,.options-panel .menu_setup{background:#f6f8fe;border-radius:0 0px 10px 10px;padding:15px;box-shadow:0px 0px 8px 2px rgba(0,0,0,.1)}.account-filter_modal .menu_setup .ag-theme-quartz,.logReport_checkbox .menu_setup .ag-theme-quartz,.options-panel .menu_setup .ag-theme-quartz{height:68vh;border-radius:6px}.account-filter_modal .menu_setup .table-responsive,.logReport_checkbox .menu_setup .table-responsive,.options-panel .menu_setup .table-responsive{border:1px solid #dbe0e6}.account-filter_modal .table-responsive,.logReport_checkbox .table-responsive,.options-panel .table-responsive{background:#fff;border-radius:8px}.account-filter_modal li.sub-tab.active,.logReport_checkbox li.sub-tab.active,.options-panel li.sub-tab.active{background-color:hsla(0,0%,100%,0) !important;color:#4361ee !important;font-weight:700;font-size:14px;border:1px solid #c5ceeb;border-radius:6px}.account-filter_modal .modal .sub-tab,.logReport_checkbox .modal .sub-tab,.options-panel .modal .sub-tab{padding:6px 14px;cursor:pointer;color:#7d8ede;transition:all .3s ease;position:relative;font-weight:600;font-size:14px}.account-filter_modal li.sub-tab.active::after,.logReport_checkbox li.sub-tab.active::after,.options-panel li.sub-tab.active::after{width:100%}.account-filter_modal li.sub-tab:hover:not(.active),.logReport_checkbox li.sub-tab:hover:not(.active),.options-panel li.sub-tab:hover:not(.active){color:#4361ee}.account-filter_modal .radio-group,.logReport_checkbox .radio-group,.options-panel .radio-group{display:flex;gap:24px}.account-filter_modal .radio-label,.logReport_checkbox .radio-label,.options-panel .radio-label{color:#181d1f;font-weight:700}.account-filter_modal .radio-option,.logReport_checkbox .radio-option,.options-panel .radio-option{position:relative;display:flex;align-items:center;cursor:pointer;line-height:1}.account-filter_modal .radio-option input,.logReport_checkbox .radio-option input,.options-panel .radio-option input{position:absolute;opacity:0}.account-filter_modal .radio-custom,.logReport_checkbox .radio-custom,.options-panel .radio-custom{width:20px;height:20px;border-radius:50%;border:2px solid #ddd;margin-right:6px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.account-filter_modal .radio-custom::after,.logReport_checkbox .radio-custom::after,.options-panel .radio-custom::after{content:"";width:10px;height:10px;border-radius:50%;background:#4361ee;transform:scale(0);transition:all .3s ease}.account-filter_modal .radio-option input:checked~.radio-custom,.logReport_checkbox .radio-option input:checked~.radio-custom,.options-panel .radio-option input:checked~.radio-custom{border-color:#4361ee}.account-filter_modal .radio-option input:checked~.radio-custom::after,.logReport_checkbox .radio-option input:checked~.radio-custom::after,.options-panel .radio-option input:checked~.radio-custom::after{transform:scale(1)}.account-filter_modal .radio-option:hover .radio-custom,.logReport_checkbox .radio-option:hover .radio-custom,.options-panel .radio-option:hover .radio-custom{transform:scale(1.1)}.account-filter_modal .modalhelpsearch{padding:0px}.account-filter_modal .account_setup.tag_filter_modal{border-radius:10px}.account-filter_modal .account_setup.tag_filter_modal .input-group button,.account-filter_modal .account_setup.tag_filter_modal .css-b62m3t-container,.account-filter_modal .account_setup.tag_filter_modal .css-116kd9q-control{height:27px !important}.account-filter_modal .account_setup.tag_filter_modal .css-116kd9q-control{border-radius:4px 0 0 4px}.account-filter_modal .account_setup.tag_filter_modal .vch_numbers .form-control{border-radius:0 !important}body:has(.account-filter_modal .radio-option input:disabled) .account-filter_modal .radio-label{color:#a4a4a4}.header-section .react-select.from-control.css-b62m3t-container{width:170px}.OtherSummaryModal button.addhelpBtn{border-radius:0 4px 4px 0 !important}.ag-theme-quartz.common-br-top-remove.transaction_theme-tablecolor.inwardGrid1,.ratebook_grid .ag-theme-quartz,.ag-theme-quartz.common-br-top-remove.transaction_theme-tablecolor.inwardGrid2,.ag-theme-quartz.table-grid-input-space.transaction_theme-tablecolors,.Drag___modal.bankrec .ag-theme-quartz.common-br-top-remove.table-grid-input-space{border:1px solid #dbe0e6;border-radius:6px !important}.ag-theme-quartz.common-br-top-remove.transaction_theme-tablecolor.inwardGrid1 .ag-root-wrapper.ag-ltr.ag-layout-normal,.ratebook_grid .ag-theme-quartz .ag-root-wrapper.ag-ltr.ag-layout-normal,.ag-theme-quartz.common-br-top-remove.transaction_theme-tablecolor.inwardGrid2 .ag-root-wrapper.ag-ltr.ag-layout-normal,.ag-theme-quartz.table-grid-input-space.transaction_theme-tablecolors .ag-root-wrapper.ag-ltr.ag-layout-normal,.Drag___modal.bankrec .ag-theme-quartz.common-br-top-remove.table-grid-input-space .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:6px !important}.borderRemove_allowLabourModal .ag-floating-bottom,.Drag___modal.bankrec .ag-theme-quartz.common-br-top-remove.table-grid-input-space{border-bottom:0 !important}.custom_quotation_footer .final_rate_amount{border:1.5px dashed #d98534;border-radius:5px;padding:0 8px !important;background:linear-gradient(180deg, #ffecc5, #fffaf1)}.custom_quotation_footer .final_rate_amount input.form-control.form-control{background:rgba(0,0,0,0);border:0;color:#ff6d00 !important;font-size:15px;font-weight:700}.print_preview_modal.upload_picture{height:auto}.camera_capture .capture_card{text-align:center;transition:transform .3s ease,box-shadow .3s ease}.camera_capture .title{color:#212529;font-size:2rem;margin-bottom:30px;font-weight:700;position:relative;display:inline-block}.camera_capture .title::after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#4cc9f0;border-radius:2px}.camera_capture .upload-container{margin:1rem 0;position:relative;width:100%}.camera_capture .upload-container label{width:100%}.camera_capture .value_title{border:1px dashed #ce8d3d;border-radius:12px;padding:6px 12px;background-color:#fff7ee;width:fit-content;margin:0 auto}.camera_capture .upload-area{border:2px dashed #ccc;border-radius:12px;padding:2.5rem 1rem;cursor:pointer;transition:all .3s ease;background-color:#f8f9fa;position:relative;overflow:hidden}.camera_capture .upload-area input{opacity:0;position:absolute;z-index:2;width:100%;height:100%;top:0;left:0}.camera_capture .upload-area:hover{border-color:#4361ee;background-color:rgba(67,97,238,.05)}.camera_capture .upload-area.active{border-color:#4bb543;background-color:rgba(75,181,67,.05)}.camera_capture .upload-icon{font-size:3rem;color:#4361ee;margin-bottom:1rem}.camera_capture .upload-icon .fas.fa-upload{font-size:70px}.camera_capture .upload-text{color:#212529;margin-bottom:10px;font-size:16px;font-weight:600}.camera_capture .upload-hint{color:#6c757d}.camera_capture .preview-container{margin-top:1rem;display:none}.camera_capture .preview-image{max-width:100%;max-height:200px;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.camera_capture .home-button{background:linear-gradient(to right, #4361ee, #3f37c9);color:#fff;border:none;padding:12px 30px;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(67,97,238,.3);font-weight:600;letter-spacing:.5px;font-size:14px;width:100%;max-width:250px}.camera_capture .home-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(67,97,238,.4)}.camera_capture .home-button:active{transform:translateY(0)}.visotortoken-header{background:rgba(0,0,0,0) !important}.visotortoken-header .sidemenu_hide_show1{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%) !important}.tag_image_upload_page .card{border:0}.tag_image_upload_page .tag_image_title{box-shadow:0 0px 5px rgba(0,0,0,.2);border-radius:8px;padding:20px;margin-bottom:15px;position:relative;border:1px solid #bbdefb;border-left:6px solid #4a69bd;background:linear-gradient(135deg, #f5f5f5 0%, #bccefb 100%);overflow:hidden}.tag_image_upload_page .tag_image_title h1{font-size:2rem;font-weight:700;color:#18328a}.tag_image_upload_page .tag_image_title p{color:#374c90;font-weight:600;margin-bottom:0}.tag_image_upload_page .tag_image_title img{position:absolute;height:185px;bottom:-44px;right:-23px;z-index:1;opacity:35%}.tag_image_upload_page .tag_image_fields{box-shadow:0 0px 5px rgba(0,0,0,.2);border-radius:8px}.tag_image_upload_page .tag_image_fields .fields{flex:1;padding:40px 30px 40px 40px;display:flex;flex-direction:column;justify-content:center;height:100%}@keyframes float{0%,100%{transform:translateY(0) translateX(0)}25%{transform:translateY(-20px) translateX(10px)}50%{transform:translateY(10px) translateX(20px)}75%{transform:translateY(20px) translateX(-10px)}}@media(max-width: 900px){.tag_image_upload_page .tag_image_fields .container{flex-direction:column;height:auto}.tag_image_upload_page .tag_image_fields .form-section,.tag_image_upload_page .tag_image_fields .graphic-section{width:100%}.tag_image_upload_page .tag_image_fields .graphic-section{min-height:300px}}.tag_image_upload_page .image_control{flex:1;background:linear-gradient(45deg, rgba(131, 96, 195, 0.4117647059), rgba(110, 142, 251, 0.6588235294));position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:30px;border-radius:0 8px 8px 0;height:100%;width:100%}.tag_image_upload_page .image_control .card-body.imageupload{border-radius:8px;background:#fff;position:relative;z-index:10}.tag_image_upload_page .circle{position:absolute;border-radius:50%;background:hsla(0,0%,100%,.2);animation:float 8s infinite ease-in-out}.tag_image_upload_page .circle:nth-child(1){width:100px;height:100px;top:2%;left:9%;animation-delay:0s}.tag_image_upload_page .circle:nth-child(2){width:150px;height:150px;top:59%;right:5%;animation-delay:-2s}.tag_image_upload_page .circle:nth-child(3){width:80px;height:80px;bottom:5%;left:14%;animation-delay:-4s}.tag_image_upload_page .add-transaction-form .image-transaction-form:has(.img){height:155px}.tag_image_upload_page .add-transaction-form .image-transaction-form:has(.img) img{width:180px;height:155px}.tag_image_upload_page .imageupload .add-list.add{width:210px;height:180px}.tag_image_upload_page .add-transaction-form .image-transaction-form:has(.no_img){width:100px;height:100px}.tag_image_upload_page button.img-close-acc{width:24px;height:24px;left:unset !important;right:2px;top:2px;position:absolute;background:#fff;box-shadow:0px 0px 5px 0px #9f9f9f;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:2px;line-height:24px}.tag_image_upload_page button.img-close-acc i{font-size:17px}.tag_image_upload_page button.img-close-acc:hover{background:#ff2c2c}.log_context_menu{background-color:#fff;border-radius:10px;box-shadow:0px 0px 6px 2px hsla(0,0%,60%,.24);border:1px solid #eee;width:270px;padding:5px;position:relative;z-index:99999}.log_context_menu nav .wrapper{position:absolute;top:65px;display:flex;overflow:hidden;border-radius:5px;background:#242526;display:none}.log_context_menu nav .wrapper.show{display:block;display:flex}.log_context_menu nav .wrapper ul{width:220px;list-style:none;padding:5px}.log_context_menu .all_order_menu,.log_context_menu .purchase_menu,.log_context_menu .inventory_menu,.log_context_menu .branch_sales_menu{position:relative}.log_context_menu .all_order_menu a,.log_context_menu .purchase_menu a,.log_context_menu .inventory_menu a,.log_context_menu .branch_sales_menu a{padding-left:10px}.log_context_menu .all_order_menu:hover .subMenu_bar,.log_context_menu .purchase_menu:hover .subMenu_bar,.log_context_menu .inventory_menu:hover .subMenu_bar,.log_context_menu .branch_sales_menu:hover .subMenu_bar{display:block}.log_context_menu .subMenu_bar{display:none;position:absolute;left:100%;top:-6px;border-radius:10px;box-shadow:0px 0px 6px 2px hsla(0,0%,60%,.24);border:1px solid #eee;overflow:hidden;cursor:pointer;list-style:none;padding:5px;background:#fff;width:230px}.log_context_menu .sublist{position:relative;color:#000;font-size:14px;font-weight:700;display:flex;border-radius:8px;align-items:center;padding-left:10px;height:36px;text-decoration:none}.log_context_menu .sublist:hover{background:#ebecff}.log_context_menu .wrapper ul li a{position:relative;color:#000;font-size:14px;font-weight:700;display:flex;border-radius:8px;align-items:center;height:36px;text-decoration:none;gap:8px}.log_context_menu .wrapper ul li:hover a{background:#ebecff}.log_context_menu .wrapper li a span{font-weight:600}.log_context_menu ul li a .icon{height:40px;width:40px;margin-right:0px;display:flex;justify-content:center;text-align:center;border-radius:50%}.log_context_menu ul li a .icon span{line-height:40px;font-size:16px;color:#fff}.log_context_menu ul li a .fa-angle-right{position:absolute;right:10px;font-size:14px;pointer-events:none}.log_context_menu ul li a .title_icon{font-size:18px;pointer-events:none;color:#717ad3}.log_context_menu ul.setting-drop,.log_context_menu ul.help-drop{display:none}.log_context_menu .arrow{padding-left:10px;font-size:20px;font-weight:500;color:#181d1f;cursor:pointer}.log_context_menu .arrow span{margin-right:15px}.watermark_setting .modal-dialog.modal-xl.modal-dialog-centered{--bs-modal-width: 100%;height:100%;margin:0}.watermark_setting .dropdown-opengrid-common.css-b62m3t-container{background:#fff}.watermark_setting .modal-content{height:100%}.watermark_setting .main_section{padding:20px}.watermark_setting .main_section .btn-added{gap:6px}.watermark_setting .watermark_section{border:1px solid #e4e7f7;margin:5px 0;padding:12px;border-radius:8px;background:#f7f8fd}.watermark_setting .watermark_section .color_input{position:absolute;top:4px;height:18px;left:14px;border:0;outline:0;padding:0px;border-radius:4px}.watermark_setting .watermark_section .position-relative .form-control{padding:4px 4px 4px 58px}.watermark_setting .section-title{margin-bottom:0 !important;font-weight:700}.watermark_setting .preview_section_header{display:flex;align-items:center;justify-content:space-between;padding:0 0 8px}.watermark_setting .imageupload .add-list.add{width:100%;height:700px;display:flex;align-items:center;justify-content:center;position:relative;background:#fff}.watermark_setting .add-transaction-form .image-transaction-form:has(.no_img) video,.watermark_setting .add-transaction-form .image-transaction-form:has(.no_img) img{width:284px;height:284px}.watermark_setting .add-transaction-form .image-transaction-form:has(.no_img){width:284px;height:284px}.watermark_setting .add-transaction-form p,.watermark_setting .add-transaction-form .browse{font-size:18px}.watermark_setting .image_upload{position:absolute;height:100%;width:100%;opacity:0;cursor:pointer;left:0}.watermark_setting .browse{transition:all .3s ease;position:relative;z-index:99;cursor:pointer}.watermark_setting .browse:hover{transition:all .3s ease;transform:scale(1.1);color:#0b2b99 !important}.watermark_setting .left_section .text-editor.add-list.add{height:100px}.watermark_setting .left_section .add-transaction-form .image-transaction-form:has(.no_img){height:50px;width:50px}.watermark_setting .left_section .add-transaction-form .image-transaction-form:has(.no_img) img{height:50px;width:50px}.watermark_setting .default_watermark{padding:8px;background:#f3f4fc;border-radius:8px}.watermark_setting .default_watermark .checkboxs{padding-left:26px;margin-bottom:0}.employee_master{background:#f7faff}.employee_master .addhelpBtn,.employee_master .help-btn{border:1px solid #d0e1ff !important;background:#e5eeff !important}.employee_master .moblieno-accmaster .mobile_Input{width:100%}.employee_master .Account-form-Card{padding:15px 15px 0}.employee_master .breadcrumb-menu img{height:20px;filter:invert(3) brightness(0.5)}.employee_master .breadcrumb{padding:6px 15px;border-radius:6px;background:#fff;box-shadow:0 0 2px 0 rgba(0,0,0,.2);line-height:1}.employee_master .breadcrumb .middle-value{margin:0 4px}.employee_master .breadcrumb .current_page{font-size:15px;color:#1653d1;font-weight:600}.employee_master .addnewpage-header{background:rgba(0,0,0,0);border-bottom:0;padding:0}.employee_master .addnewpage-header h4{color:#043458;font-size:24px;font-weight:700}.employee_master .employee-acc-card{margin-top:15px}.employee_master .employee-acc-card .basic_employee_details,.employee_master .employee-acc-card .payroll_employee_details{padding:15px;border-radius:10px;background:linear-gradient(90deg, #eef3ff 0%, #e2ebff 100%);box-shadow:0 0 2px 0 rgba(0,0,0,.2)}.employee_master .employee-acc-card .basic_employee_details h4,.employee_master .employee-acc-card .payroll_employee_details h4{padding:0 0 10px;color:#043458;font-size:16px;font-weight:700;line-height:normal}.employee_master .employee-acc-card .payroll_employee_details{margin-top:20px;background:linear-gradient(270deg, #fffbf6 0%, #fffcf5 100%)}.employee_master .employee_master_grid{margin-top:18px;border-radius:8px}.employee_master .employee_master_grid .ag-theme-quartz{border-radius:8px !important;box-shadow:0 0 2px 0 rgba(0,0,0,.2) !important}.employee_master .employee_master_grid .ag-theme-quartz .ag-header{background:#5a81c8 !important}.employee_master .employee_master_grid .ag-theme-quartz .ag-header .ag-header-cell-text{color:#fff !important}.employee_master .employee_master_grid .ag-theme-quartz .ag-root-wrapper{border-radius:8px !important}.employee_master .css-b62m3t-container{background:#fff;border:1px solid #dbe0e6;border-radius:4px}.employee_master .css-b62m3t-container .css-116kd9q-control{border:0}.tabmastermenu .nofavourites{padding:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px}.tabmastermenu .nofavourites img{width:120px}.tabmastermenu .nofavourites p{font-weight:700;line-height:1.2}.mini-sidebar .final_report .card.card-body.card-tabs .submenu-sidebar{width:12%}.mini-sidebar .final_report .table-listing-left{width:88%}.final_report .add-item div{margin-left:45px !important}.final_report ul.tabmastermenu{width:100%}.final_report .ag-theme-quartz.bal_sheet_table{height:800px}.final_report .amount_changes{display:flex;flex-direction:column}.final_report .amount_changes label{flex-shrink:0}.final_report .amount_changes .css-10wo9uf-option,.final_report .amount_changes .css-d7l1ni-option{line-height:1.2}.final_report .amount_changes .css-b62m3t-container{width:100%}.final_report .amount_changes:has(.css-1nmdiq5-menu) .css-tj5bde-Svg{transform:rotate(180deg)}.final_report .finalReport.radio-group .radio-item,.final_report .finalReport.radio-group .checkbox-item{margin-bottom:5px;border-bottom:0}.final_report .finalReport.radio-group input[type=radio],.final_report .finalReport.radio-group input[type=checkbox]{position:absolute;opacity:0}.final_report .finalReport.radio-group .radio-label,.final_report .finalReport.radio-group .checkbox-label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:4px 6px;border:1px solid #e5e7eb;border-radius:8px;background:#fafafa;transition:all .2s ease}.final_report .finalReport.radio-group .radio-label .radio-custom-data,.final_report .finalReport.radio-group .radio-label .checkbox-content,.final_report .finalReport.radio-group .checkbox-label .radio-custom-data,.final_report .finalReport.radio-group .checkbox-label .checkbox-content{color:#181d1f;font-weight:600;display:flex;align-items:center;gap:6px}.final_report .finalReport.radio-group .radio-custom{width:18px;height:18px;border:1px solid #d1d5db;border-radius:50%;position:relative;background:#fff;flex-shrink:0}.final_report .finalReport.radio-group .radio-custom::after{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;background:#3b82f6;border-radius:50%;transform:translate(-50%, -50%) scale(0);transition:transform .2s ease}.final_report .finalReport.radio-group .content-img{padding:6px;border-radius:6px;box-shadow:0px 2px 10px -5px #80838a;height:35px;width:35px;display:flex;justify-content:center;align-items:center;flex-shrink:0;background:#fff}.final_report .finalReport.radio-group .content-img img{width:20px}.final_report .finalReport.radio-group input[type=radio]:checked+.radio-label{border-color:#3b82f6;background:#eff6ff}.final_report .finalReport.radio-group input[type=radio]:checked+.radio-label .radio-custom{border-color:#3b82f6}.final_report .finalReport.radio-group input[type=radio]:checked+.radio-label .radio-custom::after{transform:translate(-50%, -50%) scale(1)}.final_report .finalReport.radio-group .checkbox-custom{width:18px;height:18px;border:1px solid #d1d5db;border-radius:4px;position:relative;background:#fff}.final_report .finalReport.radio-group .checkbox-custom::after{font-family:"Font Awesome 6 Free";font-weight:900;content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(0);color:#fff;font-size:12px;font-weight:bold;transition:transform .2s ease}.final_report .finalReport.radio-group input[type=checkbox]:checked+.checkbox-label{border-color:#ff6d00;background:#fdf6ec}.final_report .finalReport.radio-group input[type=checkbox]:checked+.checkbox-label .checkbox-custom{border-color:#ff6d00;background:#ff6d00}.final_report .finalReport.radio-group input[type=checkbox]:checked+.checkbox-label .checkbox-custom::after{transform:translate(-50%, -50%) scale(1)}.final_report .ag-theme-quartz .ag-row-even.ag-row.ag-row-level-0.ag-row-position-absolute.ag-row-first.ag-row-last.ag-row-not-inline-editing.ag-row-hover:has(.ag-cell-focus) .ag-cell-focus{background:#fff !important;background-color:#fff !important}.final_report .date-picker-wrap .react-datepicker__view-calendar-icon input{padding-left:25px}.final_report .header-list-common{margin:0}.final_report .header-list-common .receipt_listingHeader{margin-top:0}.final_report .header-list-common .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon input{text-align:center}.final_report .datepicker-seprate-row .date-picker-wrap{display:flex !important;flex-direction:column}.final_report .listingSearchbar_left .listing_searchbar{width:100% !important}.final_report .card.card-body.card-tabs .submenu-sidebar{width:14%}.final_report .table-listing-left{width:86%}.final_report .inward_tabs_new .submenu_dropdowns{margin-left:50px}.final_report .finalReport_newGrid{height:calc(var(--usable-height) - 103px);overflow-y:auto}.final_report .finalReport_newGrid .balance-sheet-container,.final_report .finalReport_newGrid .trading-account-section{margin-bottom:15px;justify-content:center;margin:0 auto}.final_report .finalReport_newGrid .section{flex:1;overflow-y:auto;height:calc(var(--usable-height) - 103px)}.final_report .finalReport_newGrid .section .account-lastrow td,.final_report .finalReport_newGrid .section .sub-child-lastrow td{padding-bottom:6px}.final_report .finalReport_newGrid .table-container{position:relative}.final_report .finalReport_newGrid table{width:100%}.final_report .finalReport_newGrid table th,.final_report .finalReport_newGrid table td{text-align:right;white-space:nowrap}.final_report .finalReport_newGrid table th:first-child,.final_report .finalReport_newGrid table td:first-child{text-align:left}.final_report .finalReport_newGrid table th.percent{text-align:right;width:10%}.final_report .finalReport_newGrid table .expand-icon{cursor:pointer;transition:transform .2s}.final_report .finalReport_newGrid table .expand-icon i{font-size:.8rem}.final_report .finalReport_newGrid table .icon-rotated{transform:rotate(90deg)}.final_report .finalReport_newGrid table .amount-positive{color:green}.final_report .finalReport_newGrid table .amount-negative{color:red}.final_report .finalReport_newGrid table .amount.amount-percent{color:#7d7d7d}.final_report .finalReport_newGrid table .amount{text-align:right;color:#181d1f;font-weight:700}.final_report .finalReport_newGrid table tr.total{background:#f4f9ff;font-weight:bold}.final_report .finalReport_newGrid .assets{border-left:1px solid #d3d9e4}.final_report .finalReport_newGrid .assets,.final_report .finalReport_newGrid .trading-income{background-color:#fff}.final_report .finalReport_newGrid .assets .table-container th.amount,.final_report .finalReport_newGrid .trading-income .table-container th.amount{color:#181d1f}.final_report .finalReport_newGrid .liabilities,.final_report .finalReport_newGrid .trading-expense{background-color:#fff}.final_report .finalReport_newGrid .section-header{padding:16px;font-weight:700;font-size:18px;justify-content:space-between;align-items:center}.final_report .finalReport_newGrid th{min-width:185px}.final_report .finalReport_newGrid .current_mode th{border-right:0}.final_report .finalReport_newGrid .current_mode .table-footer td{border-left:0 !important}.final_report .finalReport_newGrid th.header-name{text-align:left;width:70%;letter-spacing:2px}.final_report .finalReport_newGrid th{padding:10px;text-align:left;font-weight:700;color:#fff;font-size:16px;background-color:#edf1fa;color:#181d1f;position:sticky;top:0;z-index:10;border-bottom:1px solid #e6e6e6}.final_report .finalReport_newGrid th:last-child{border-right:0}.final_report .finalReport_newGrid .table-footer{position:absolute;bottom:0}.final_report .finalReport_newGrid .table-footer td{border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;padding:8px;color:#181d1f;font-size:15px;font-weight:800}.final_report .finalReport_newGrid .table-footer td:first-child{width:70%}.final_report .finalReport_newGrid thead.monthly th:not(th:first-child){min-width:150px;border-left:1px solid #e2e2e2}.final_report .finalReport_newGrid thead.halfYear th:not(th:first-child),.final_report .finalReport_newGrid thead.lastTwoYear th:not(th:first-child),.final_report .finalReport_newGrid thead.lastYear th:not(th:first-child),.final_report .finalReport_newGrid thead.quarterly th:not(th:first-child){border-left:1px solid #e2e2e2}.final_report .finalReport_newGrid thead.halfYear th{min-width:150px}.final_report .finalReport_newGrid thead th.percent_field{min-width:70px;max-width:70px;width:70px}.final_report .finalReport_newGrid td.percent_field{text-align:right !important;min-width:70px;width:70px}.final_report .finalReport_newGrid td.percent_field.positive{background:#e5f7e1;color:#4caf50;font-weight:700}.final_report .finalReport_newGrid td.percent_field.negative{background:#ffe7e7;color:red;font-weight:700}.final_report .finalReport_newGrid td.percent_field svg{margin-right:4px;height:15px;width:15px}.final_report .finalReport_newGrid .monthly.table-footer td:not(td:first-child){min-width:150px;font-size:16px;font-weight:700}.final_report .finalReport_newGrid .monthly.table-footer td.percent_field{min-width:70px !important;max-width:70px;width:70px}.final_report .finalReport_newGrid .table-footer td.percent_field{min-width:70px !important;max-width:70px;width:70px}.final_report .finalReport_newGrid .trading-income .table-footer td{border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;color:#181d1f}.final_report .finalReport_newGrid td{padding:1px 10px;transition:all .3s ease}.final_report .finalReport_newGrid td:last-child{border-right:0 !important}.final_report .finalReport_newGrid .vertical_view tr:last-child td{border-left:0}.final_report .finalReport_newGrid .horizontal_view tr:last-child td{padding-bottom:40px}.final_report .finalReport_newGrid tbody tr{cursor:pointer}.final_report .finalReport_newGrid tbody tr:hover:not(.table-footer){background-color:#f8fafc}.final_report .finalReport_newGrid .account-name{display:flex;align-items:center;gap:3px;overflow:hidden;text-overflow:ellipsis;white-space:pre-line;max-width:300px}.final_report .finalReport_newGrid .parent-row{font-weight:700;position:relative}.final_report .finalReport_newGrid .parent-row.active{background-color:#000 !important}.final_report .finalReport_newGrid .parent-row .account-name span{font-size:14px;color:#181d1f;font-weight:800}.final_report .finalReport_newGrid .parent-row td:not(td:first-child){border-left:1px solid #e2e2e2}.final_report .finalReport_newGrid .parent-row td{padding-top:8px !important}.final_report .finalReport_newGrid .parent-row:first-child td{padding-top:8px !important}.final_report .finalReport_newGrid tr{height:18px;line-height:18px}.final_report .finalReport_newGrid .child-row td:first-child{position:relative}.final_report .finalReport_newGrid .child-row td{font-size:14px;color:#181d1f;font-weight:600}.final_report .finalReport_newGrid .child-row .account-name span{font-size:14px;color:#181d1f;font-weight:600}.final_report .finalReport_newGrid .child-row.expandedAccounts .account-name span,.final_report .finalReport_newGrid .child-row.expandedAccounts td{font-weight:700}.final_report .finalReport_newGrid .child-row .account-name .expandedAccounts:hover{color:#0041c9}.final_report .finalReport_newGrid .child-row td:not(td:first-child){border-left:1px solid #e2e2e2}.final_report .finalReport_newGrid .subchild-row .account-name{font-size:15px;color:#1d1d42;font-weight:500;text-underline-offset:2px}.final_report .finalReport_newGrid .subchild-row .account-name span{font-size:15px}.final_report .finalReport_newGrid .subchild-row td:last-child span{font-size:15px;color:#1d1d42;font-weight:500}.final_report .finalReport_newGrid .subchild-row td:first-child{padding-left:60px}.final_report .finalReport_newGrid .subchild-row td:not(td:first-child){border-left:1px solid #e2e2e2}.final_report .finalReport_newGrid .monthly_mainAmt{font-size:15px !important;font-weight:700 !important}.final_report .finalReport_newGrid .subchild-row .fa-user{color:#a05e09;margin-right:4px}.final_report .finalReport_newGrid .subchild-row .amount,.final_report .finalReport_newGrid .subchild-row td{color:#1d1d42;font-size:15px;font-weight:600;text-align:left}.final_report .finalReport_newGrid .vertical_view td:last-child{border-left:0 !important}.final_report .finalReport_newGrid .amount-positive{color:#17b451;font-size:15px;font-weight:700}.final_report .finalReport_newGrid .amount-negative{color:#b41c17;font-size:15px;font-weight:700}.final_report .finalReport_newGrid .hidden{display:none}.final_report .finalReport_newGrid .collapsed>.child-row{display:none}.final_report .finalReport_newGrid .expandable{transition:all .3s ease;font-weight:700;text-decoration-line:underline}.final_report .finalReport_newGrid .expanded{max-height:1000px;transition:max-height .5s ease-in-out}.final_report .finalReport_newGrid:has(.assets-subchild-box) .subchild-row{border-bottom:0}.final_report .finalReport_newGrid .total-row{font-weight:800}.final_report .finalReport_newGrid .total-row td{border:1px solid #e2e2e2;color:#181d1f;font-size:15px;padding:8px}.final_report .finalReport_newGrid .table-footer td{min-width:185px}.final_report .finalReport_newGrid .table-footer tr td:first-child{letter-spacing:2px}.final_report .finalReport_newGrid .table-footer td.amount{font-weight:800;font-size:15px}.final_report .finalReport_newGrid .trading-expense tfoot td,.final_report .finalReport_newGrid .trading-income tfoot td{font-size:15px !important}.final_report .finalReport_newGrid .trading-expense .parent-row::after,.final_report .finalReport_newGrid .trading-income .parent-row::after{content:none}.final_report .finalReport_newGrid .trading-expense .parent-row td:last-child,.final_report .finalReport_newGrid .trading-expense .subchild-row td:last-child,.final_report .finalReport_newGrid .trading-income .parent-row td:last-child,.final_report .finalReport_newGrid .trading-income .subchild-row td:last-child{border-left:0 !important}.final_report .finalReport_newGrid .trading-expense th:first-child,.final_report .finalReport_newGrid .trading-income th:first-child{border-right:0 !important}.final_report .finalReport_newGrid .trading-expense th,.final_report .finalReport_newGrid .trading-income th{border-right:0 !important}.final_report .finalReport_newGrid .trading-expense tbody td:last-child,.final_report .finalReport_newGrid .trading-income tbody td:last-child{border-left:0 !important}.final_report .finalReport_newGrid .trading-expense tbody td:not(.table-footer td),.final_report .finalReport_newGrid .trading-income tbody td:not(.table-footer td){border:0 !important}.final_report .finalReport_newGrid .trading-expense .parent-row .total_value,.final_report .finalReport_newGrid .trading-income .parent-row .total_value{color:#1d1d42;font-size:15px;font-weight:700}.final_report .finalReport_newGrid .trading-expense .table-footer tr:last-child td,.final_report .finalReport_newGrid .trading-income .table-footer tr:last-child td{padding-bottom:8px}.final_report .finalReport_newGrid .trading-expense .gross_profit_row .gross_profit,.final_report .finalReport_newGrid .trading-income .gross_profit_row .gross_profit{font-size:15px;font-weight:700}.final_report .finalReport_newGrid .trading-expense .gross_profit_row .profit_value,.final_report .finalReport_newGrid .trading-income .gross_profit_row .profit_value{font-size:15px;font-weight:700;color:green}.final_report .finalReport_newGrid .trading-expense th,.final_report .finalReport_newGrid .trading-income th{color:#181d1f !important}.final_report .finalReport_newGrid .trading-expense .header-name,.final_report .finalReport_newGrid .trading-income .header-name{text-align:left}.final_report .finalReport_newGrid .trading-expense tbody tr:last-child td,.final_report .finalReport_newGrid .trading-income tbody tr:last-child td{padding-bottom:30px}.final_report .finalReport_newGrid .trading-expense .parent-row .account-name span,.final_report .finalReport_newGrid .trading-income .parent-row .account-name span{color:#6f3211;font-size:15px;font-weight:700}.final_report .finalReport_newGrid .trading-expense .subchild-row td,.final_report .finalReport_newGrid .trading-income .subchild-row td{text-align:left;font-weight:600;font-size:15px}.final_report .finalReport_newGrid .trading-expense .subchild-row .account-name span,.final_report .finalReport_newGrid .trading-income .subchild-row .account-name span{font-size:15px;font-weight:600}.final_report .finalReport_newGrid .trading-expense tfoot td,.final_report .finalReport_newGrid .trading-income tfoot td{height:auto}.final_report .finalReport_newGrid .trading-income{border-left:1px solid #d3d9e4}.final_report .finalReport_newGrid .trading-account-container .section{height:auto}.final_report .finalReport_newGrid .trading-account-container .parent-row td{width:50px;font-weight:700}.final_report .finalReport_newGrid .trading-account-container .avg_rate,.final_report .finalReport_newGrid .trading-account-container .net_wt{min-width:170px}.final_report .finalReport_newGrid .trading-account-container header{text-align:center;position:relative;width:fit-content;margin:30px auto 5px;display:flex}.final_report .finalReport_newGrid .trading-account-container header span{font-size:14px;font-weight:700}.final_report .finalReport_newGrid .trading-account-container h3{font-weight:800;color:#d1872f;text-shadow:2px 2px 4px rgba(0,0,0,.1);position:relative;display:inline-block}.final_report .difference_grid .table .thead-dark th{background-color:#e5effd;color:#181d1f;font-weight:700}.final_report .difference_grid thead th:first-child{border-left:0}.final_report .difference_grid thead th:last-child{border-right:0}.final_report .difference_grid .text-end.debit_amt,.final_report .difference_grid .text-end.credit_amt,.final_report .difference_grid .difference_amt_credit{font-weight:700}.final_report .difference_grid .difference_amt_debit{color:#b30c0c;font-weight:700}.final_report .difference_grid tbody{border:0;border-color:rgba(0,0,0,0)}.final_report .difference_grid td{border-bottom:1px solid #dbe0e6;border-right:1px solid #dbe0e6}.final_report .difference_grid td:last-child{border-right:0}.final_report .difference_grid table tbody tr:last-child{border-bottom:1px solid #dbe0e6;border-right:#dbe0e6}.final_report .difference_grid .difference_table_footer{border-top:1px solid #dbe0e6;display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding:5px 8px}.lot_gen_height .header-list-common .form-left{width:auto}.ag-floating-bottom{border-bottom:0 !important}.ag-theme-quartz.quickEntry_table.transaction_theme-tablecolor .ag-floating-bottom{border-bottom:1px solid #dbe0e6 !important}.ag-theme-quartz.quickEntry_table.transaction_theme-tablecolor .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0 !important}.new_page_receipt .mfield{margin-bottom:10px}.new_page_receipt .form-label{color:#344054 !important;font-size:14px;font-weight:600}.new_page_receipt .css-1dimb5e-singleValue,.new_page_receipt .css-1jqq78o-placeholder{font-size:15px}.new_page_receipt .form-control::placeholder{color:#667085 !important}.new_page_receipt .css-116kd9q-control,.new_page_receipt .form-control,.new_page_receipt button.dr-crbtnfield,.new_page_receipt button.addhelpBtn,.new_page_receipt .help-btn,.new_page_receipt .dropdown-header,.new_page_receipt .css-1tdxct7-control{height:30px !important;font-size:15px}.new_page_receipt .date-picker-wrap input#voucherdate{width:115px}.new_page_receipt .date-picker-wrap .recepit-vch-days{width:80px}.new_page_receipt .date-picker-wrap .vch-date-pagerecepit{width:108px}.new_page_receipt .react-select.from-control__single-value.css-1dimb5e-singleValue{font-size:15px !important}.new_page_receipt .input-group .help-btn.info-help{border-left:0 !important;border-right:0 !important}.common-width .tab-pane .card.table-list-card{border-left:0;border-right:0;border-radius:0}.table-listing-left .tab-pane .card.table-list-card{border-right:0;border-bottom:0;border-radius:4px 0 0 0}.common-agride-heightscroll-x .ag-theme-quartz .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0 !important}.fromDatePicker,.toDatePicker{display:flex}.fromDatePicker .react-datepicker__input-container.react-datepicker__view-calendar-icon input,.toDatePicker .react-datepicker__input-container.react-datepicker__view-calendar-icon input{padding-top:2px !important;padding-bottom:2px !important;width:100px !important;padding-left:26px !important}.fromDatePicker .date-picker-wrap .to_date,.toDatePicker .date-picker-wrap .to_date{padding:5px 6px 5px 12px}.fromDatePicker .dropdown-opengrid-common.css-b62m3t-container,.toDatePicker .dropdown-opengrid-common.css-b62m3t-container{width:200px !important}.fromDatePicker .react-datepicker__input-container.react-datepicker__view-calendar-icon .react-datepicker__calendar-icon,.toDatePicker .react-datepicker__input-container.react-datepicker__view-calendar-icon .react-datepicker__calendar-icon{left:33px !important;width:16px !important;height:16px !important}.fromDatePicker .react-datepicker__input-container.react-datepicker__view-calendar-icon .react-datepicker__calendar-icon svg,.toDatePicker .react-datepicker__input-container.react-datepicker__view-calendar-icon .react-datepicker__calendar-icon svg{width:16px;height:16px}.fromDatePicker .react-datepicker__input-container.react-datepicker__view-calendar-icon,.toDatePicker .react-datepicker__input-container.react-datepicker__view-calendar-icon{width:100% !important}.listGrid_toggle{background:#fff;width:max-content;height:32px;padding:2px;border-radius:6px;gap:4px;border:1px solid #dbe0e6;display:flex}.listGrid_toggle button:hover,.listGrid_toggle button:focus,.listGrid_toggle button.active,.listGrid_toggle button:focus-visible{border:0;background:#2f61c9}.listGrid_toggle button:hover img,.listGrid_toggle button:focus img,.listGrid_toggle button.active img,.listGrid_toggle button:focus-visible img{filter:invert(1) brightness(5)}.listGrid_toggle button:hover .fi,.listGrid_toggle button:hover svg,.listGrid_toggle button:focus .fi,.listGrid_toggle button:focus svg,.listGrid_toggle button.active .fi,.listGrid_toggle button.active svg,.listGrid_toggle button:focus-visible .fi,.listGrid_toggle button:focus-visible svg{color:#fff}.listGrid_toggle .sign{display:flex}.listGrid_toggle .fi{font-size:16px;height:16px;color:#b2b2b2}.listGrid_toggle img{filter:invert(1) brightness(0.7);width:16px}.listGrid_toggle button{background:rgba(0,0,0,0);border:0;margin:0;padding:4px 6px;border-radius:4px;transition:none}.header-list-common:has(.form-middle) .form-left{justify-content:space-between}.header-list-common:has(.form-middle) .form-right{margin-left:unset}.header-list-common{margin:7px}.header-list-common .form-row{display:flex;align-items:center;flex-wrap:wrap;gap:4px;margin-top:0}.header-list-common .form-left{display:flex;column-gap:10px;row-gap:6px;align-items:center;flex-wrap:wrap;width:100%}.header-list-common .form-right{margin-left:auto}.header-list-common .form-group{display:flex;align-items:center;gap:6px}.header-list-common .form-group .listingReport_type{display:flex;align-items:center}.header-list-common .form-group .listingReport_type .css-b62m3t-container .css-tqczc6-control{height:30px;border-radius:4px 0 0 4px}.header-list-common .form-group .listingReport_type button.addhelpBtn{height:30px}.header-list-common .form-group .listingReport_type .addhelpBtn.add_btn_reportType{border-left:0 !important;border-right:0 !important;border-radius:0 !important}.header-list-common .form-group .Icon-Full-Btn{height:30px}.header-list-common .form-group .listGrid_toggle .Icon-Full-Btn{height:auto}.header-list-common .form-group .date-picker-wrap .Icon-Full-Btn{height:auto}.header-list-common .form-group.lbr_define_type .css-b62m3t-container{width:250px}.header-list-common .form-group .search-container{position:relative}.header-list-common .form-group .search-icon-wrapper{width:30px;height:30px;border-radius:6px;background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);position:relative;z-index:5}.header-list-common .form-group .search-icon-wrapper i{color:#fff}.header-list-common .form-group .search-container:has(.truncated-search-term) .search-icon-wrapper{width:60px !important}.header-list-common .form-group .truncated-search-term{color:#fff;padding:4px}.header-list-common .form-group .search-icon-wrapper:hover{transform:scale(1.05);box-shadow:0 10px 20px rgba(0,0,0,.2);background:linear-gradient(154deg, #f97316 0%, #fb923c 100%)}.header-list-common .form-group .search-icon-wrapper.active{transform:scale(0.95);background:linear-gradient(154deg, #f97316 0%, #fb923c 100%)}.header-list-common .form-group .search-input-wrapper{position:absolute;top:33px;right:0%;transform:translateX(0%) translateY(-20px);width:300px;height:0;overflow:hidden;opacity:0;transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);z-index:999;border-radius:6px}.header-list-common .form-group .search-input-wrapper.active{height:45px;opacity:1;transform:translateX(0) translateY(0)}.header-list-common .form-group .search-input-container{position:relative;width:100%;height:100%}.header-list-common .form-group .search-input-container i.fas.fa-search{position:absolute;top:15px;left:10px;font-size:16px;color:#3838c5}.header-list-common .form-group .search-input-wrapper.active .search-input-container{padding:2px;border-radius:6px;background:linear-gradient(135deg, #2f61c9 0%, #2f61c9 50%, #f97316 100%)}.header-list-common .form-group .search-input{width:100%;height:100% !important;padding:0 38px 2px 32px;border:none;border-radius:6px;font-size:16px;outline:none;background:#fff;color:#000;box-shadow:0 10px 30px rgba(0,0,0,.2);transition:all .3s ease}.header-list-common .form-group .search-input:focus{border-color:#fff !important;background-color:#fff !important}.header-list-common .form-group .search-input:focus{box-shadow:0 15px 40px rgba(0,0,0,.3)}.header-list-common .form-group .clear-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%) scale(0);width:25px;height:25px;border-radius:50%;background:linear-gradient(135deg, #f093fb 0%, #f5576c 100%);border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);padding:4px;opacity:0}.header-list-common .form-group .clear-btn.visible{transform:translateY(-50%) scale(1);opacity:1}.header-list-common .form-group .clear-btn:hover{transform:translateY(-50%) scale(1.1) rotate(90deg)}.header-list-common .form-group .clear-btn::before,.header-list-common .form-group .clear-btn::after{content:"";position:absolute;width:14px;height:2px;background:#fff;border-radius:2px}.header-list-common .form-group .clear-btn::before{transform:rotate(45deg)}.header-list-common .form-group .clear-btn::after{transform:rotate(-45deg)}@keyframes particle{0%{transform:translateY(0) scale(1);opacity:1}100%{transform:translateY(-100px) scale(0);opacity:0}}.header-list-common .form-group .particle{position:absolute;width:8px;height:8px;border-radius:50%;background:#fff;pointer-events:none;animation:particle 1s ease-out forwards}@keyframes ripple{0%{transform:scale(0);opacity:.6}100%{transform:scale(2);opacity:0}}.header-list-common .form-group .ripple{position:absolute;border-radius:50%;background:hsla(0,0%,100%,.5);pointer-events:none;animation:ripple .6s ease-out}.header-list-common .fromDatePicker,.header-list-common .toDatePicker{display:flex}.header-list-common .react-datepicker__input-container.react-datepicker__view-calendar-icon input{padding-top:2px !important;padding-bottom:2px !important;width:100px !important;padding-left:26px !important}.header-list-common .date-picker-wrap .to_date{padding:5px 6px 5px 12px}.header-list-common .dropdown-opengrid-common.css-b62m3t-container,.header-list-common .css-b62m3t-container{width:200px}.header-list-common .react-datepicker__input-container.react-datepicker__view-calendar-icon .react-datepicker__calendar-icon{left:33px;width:16px !important;height:16px !important}.header-list-common .react-datepicker__input-container.react-datepicker__view-calendar-icon .react-datepicker__calendar-icon svg{width:16px;height:16px}.header-list-common .form-group input:focus,.header-list-common .form-group select:focus{border-color:#007bff}.filter-field-bt .dropdown-opengrid-common.css-b62m3t-container{width:100%}.assets_tag_generate .form-group.common_search{margin-left:auto}.common-checkbox{width:20px}.quickEntry_page .page-title{margin-top:0;margin-left:0}.quickEntry_page button.dr-crbtnfield{border-top-right-radius:4px !important;border-bottom-right-radius:4px !important}.ag-theme-quartz.payment_receipt .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0px 0px 4px 4px !important}.listing_card.card.table-list-card.p-0{border-radius:4px}.comn-btn-blue-page{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);color:#fff;transition:all .3s ease;height:28px;border:0}.comn-btn-blue-page:hover{transition:all .3s ease;transform:translateY(-2px);box-shadow:0 6px 18px rgba(92,124,231,.4) !important;border:0}.comn-btn-blue-page span{color:#fff;filter:invert(1) brightness(5)}.comn-btn-blue-page i{font-size:16px}.comn-btn-blue-page.outline{background:#fff;color:#2f61c9;border:1px solid #dbe0e6}.comn-btn-blue-page.outline img{filter:unset}.comn-btn-blue-page.outline:hover{transition:all .3s ease;transform:translateY(-2px);box-shadow:none !important;background:#fff;border:1px solid #2f61c9}.pageReceiptheader .comn-btn-blue-page span{filter:unset}.GSTJVPAGE .ag-theme-quartz.common-br-top-remove.transaction_theme-tablecolor.inwardGrid1{border-left:0;border-right:0;border-radius:0 !important}.GSTJVPAGE .ag-theme-quartz.common-br-top-remove.transaction_theme-tablecolor.inwardGrid1 .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0 !important}.new_dashboard .row_gapping{row-gap:18px}.new_dashboard .down_value{color:#ee2727;font-size:15px;padding:4px 8px;background:#749df4;border-radius:8px}.new_dashboard .up_value{color:#2af517;font-size:15px;padding:4px 8px;background:#749df4;border-radius:8px}.new_dashboard .dashboard_page{padding:10px;position:relative}.new_dashboard .date-button-container{position:absolute;left:-3px;top:0px;z-index:100}.new_dashboard .date-button{width:31px;height:31px;background:linear-gradient(135deg, #f4f7ff, #e5f0ff);backdrop-filter:blur(10px);border-radius:0 8px 8px 0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 32px rgba(0,0,0,.2);border:0;transition:all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);position:relative}.new_dashboard .date-button svg{color:#000;height:16px}.new_dashboard .date-button-container:has(.date-picker-wrap) .date-button.active{width:164px !important}.new_dashboard .date-button.active{width:216px;border-radius:0 8px 8px 0px;background:linear-gradient(135deg, #f4f7ff, #e5f0ff);box-shadow:0 12px 40px rgba(0,0,0,.3)}.new_dashboard .date-button.active .calender_icon{display:none}.new_dashboard .date-display{position:absolute;left:25px;top:50%;transform:translateY(-50%);color:#000;font-weight:700;white-space:nowrap;opacity:0;font-size:15px;display:flex;align-items:center;gap:8px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.new_dashboard .date-button.active .date-display{opacity:1}.new_dashboard .group_card{border-radius:10px;background:#fff;box-shadow:0 2px 15px 1px rgba(166,171,185,.3);min-height:260px;padding:10px 15px;position:relative}.new_dashboard .group_card h3{font-size:18px;margin-bottom:10px}.new_dashboard .group_card.recent_activity{min-height:100%}.new_dashboard .group_card.payment{min-height:226px}.new_dashboard .groupwise_sales .echarts-for-react,.new_dashboard .payroll_summary .echarts-for-react{height:200px !important}.new_dashboard .group_card.total_collection,.new_dashboard .group_card.total_footfall{min-height:350px}.new_dashboard .left_section{background:linear-gradient(84deg, #3C6CD0 6.47%, #779DF0 93.09%)}.new_dashboard .left_section .intro_image{position:absolute;right:4px;bottom:-15px;animation:bounce-effect 5s infinite ease-in}.new_dashboard .left_section .intro_image img{width:255px}.new_dashboard .left_section .intro_words{padding:15px 0px 0 15px;display:flex;flex-direction:column;gap:18px}.new_dashboard .left_section .intro_words .box{border-radius:8px;background:#749df4;display:flex;align-items:flex-start;gap:35px}.new_dashboard .left_section .intro_words .box .today_sales_img,.new_dashboard .left_section .intro_words .box .today_orders_img{width:67px;height:67px;flex-shrink:0;background:#b2cbff;border-radius:50%;display:flex;align-items:center;justify-content:center}.new_dashboard .left_section .intro_words .box .today_sales_img img,.new_dashboard .left_section .intro_words .box .today_orders_img img{color:#10337d}.new_dashboard .left_section .intro_words h2{color:#fff;font-weight:600}.new_dashboard .left_section .intro_words h2::after{content:" Jsoft ERP!";font-weight:800}.new_dashboard .left_section .intro_words p{color:#eaf1ff;font-size:15px;font-weight:700;line-height:18px;margin-bottom:0;width:70%}.new_dashboard .left_section .sales_orders{display:flex;align-items:stretch;flex-shrink:0;gap:10px}.new_dashboard .left_section .sales_orders .box{padding:10px}.new_dashboard .left_section .sales_orders .box .data_label{font-size:14px;font-weight:600;color:#f1f5ff}.new_dashboard .left_section .sales_orders .box .value{font-size:20px;font-weight:800;line-height:1.2}.new_dashboard .left_section .sales_orders .box .bills{font-weight:700;font-size:13px}.new_dashboard .left_section .sales_orders .box .bills strong{font-size:15px}.new_dashboard .left_section .sales_orders .today_sales_data,.new_dashboard .left_section .sales_orders .today_orders_data{display:flex;flex-direction:column;color:#fff}.new_dashboard .right_section .payroll_header{display:flex;align-items:center;justify-content:space-between;gap:4px}.new_dashboard .right_section .payroll_header h3{margin-bottom:0}.new_dashboard .right_section .payroll_header .dropdown{width:100px}.new_dashboard .right_section .payroll_header .dropdown .css-116kd9q-control,.new_dashboard .right_section .payroll_header .dropdown .css-tqczc6-control{height:32px}.new_dashboard .right_section .payroll_header .dropdown .css-1cll6hx{height:32px !important}.new_dashboard .due_payments{min-height:230px;max-height:400px;height:auto;overflow-y:auto;display:flex;flex-direction:column;gap:12px;scrollbar-width:none}.new_dashboard .due_payments .upper_section{display:flex;align-items:flex-start;justify-content:space-between;padding:8px;position:relative}.new_dashboard .due_payments .upper_section .title{color:#003cb7;font-size:18px;font-weight:700}.new_dashboard .due_payments .upper_section::after{content:"";position:absolute;top:10px;left:0;height:20px;width:3px;background:#003cb7}.new_dashboard .due_payments .left_days{display:flex;align-items:center;gap:4px;color:#626262}.new_dashboard .due_payments .left_days i{font-size:14px}.new_dashboard .due_payments .data_card{border-radius:8px;border:1px solid #e3e3e3;background:#fff}.new_dashboard .due_payments .main_section{padding:0 8px 8px;display:flex;align-items:center;gap:14px}.new_dashboard .due_payments .main_section .creditorImage{width:54px;height:54px;flex-shrink:0;background:#e3ecff;filter:drop-shadow(0 1px 3px #BDCBE8);border-radius:50%;display:flex;align-items:center;justify-content:center}.new_dashboard .due_payments .main_section .due_pays{width:100%}.new_dashboard .due_payments .main_section .today_due,.new_dashboard .due_payments .main_section .overdue{display:flex;align-items:center;justify-content:space-between}.new_dashboard .due_payments .main_section .today_due span.due_title,.new_dashboard .due_payments .main_section .today_due span.overdue_title,.new_dashboard .due_payments .main_section .overdue span.due_title,.new_dashboard .due_payments .main_section .overdue span.overdue_title{font-size:16px;font-weight:700}.new_dashboard .due_payments .main_section .today_due span.due_value,.new_dashboard .due_payments .main_section .overdue span.due_value{font-size:16px;font-weight:800;color:#15a71a}.new_dashboard .due_payments .main_section .overdue span.due_value{color:#ed2e1c}.new_dashboard .due_payments .debtor .upper_section .title{color:#b78600}.new_dashboard .due_payments .debtor .upper_section::after{background:#b78600}.new_dashboard .due_payments .debtor .main_section .creditorImage{background:#fff6db;filter:drop-shadow(0 1px 3px #E5D6A9)}.new_dashboard .reminders{min-height:230px;max-height:400px;margin-top:18px;height:auto;overflow-y:auto}.new_dashboard .reminders .card_view{display:flex;gap:8px;flex-direction:column;min-height:100px;height:100%;max-height:255px;overflow-y:auto;scrollbar-width:none}.new_dashboard .reminders .reminder_cards{padding:10px;border-radius:8px;border-left:3px solid #c4be15;background:#fbfacc;display:flex;align-items:center;justify-content:space-between;gap:6px}.new_dashboard .reminders .reminder_cards.birthday{border-left:3px solid #da27ea;background:#ffe9fd}.new_dashboard .reminders .reminder_cards.birthday .announcement_icon{background:#da27ea;filter:drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15))}.new_dashboard .reminders .reminder_cards.pending_items{border-left:3px solid #2731ea;background:#f0efff}.new_dashboard .reminders .reminder_cards.pending_items .announcement_icon{background:#2731ea;filter:drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15))}.new_dashboard .reminders .reminder_cards.follow_up{border-left:3px solid #15c42f;background:#eaffef}.new_dashboard .reminders .reminder_cards.follow_up .announcement_icon{background:#15c42f;filter:drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15))}.new_dashboard .reminders .cards_data{display:flex;align-items:center;gap:8px}.new_dashboard .reminders .data_title .heading{font-size:15px;font-weight:800}.new_dashboard .reminders .data_title p{font-size:15px;font-weight:600;line-height:1.2}.new_dashboard .reminders .announcement_icon{width:35px;height:35px;flex-shrink:0;background:#c4be15;filter:drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15));display:flex;align-items:center;justify-content:center;color:#fff;border-radius:50%}.new_dashboard .reminders .announcement_icon i{font-size:18px}.new_dashboard .reminders .extra_action{display:flex;flex-direction:column;gap:2px;cursor:pointer}.new_dashboard .reminders .extra_action span{height:4px;width:4px;background:#8d8d8d;border-radius:50%;display:flex;align-items:center;flex-direction:column}.new_dashboard .recent_activity .dataview{border:1px solid #dbdbdb;border-radius:6px}.new_dashboard .recent_activity thead th{background:#5884df;color:#fff}.new_dashboard .recent_activity th.amount,.new_dashboard .recent_activity td.amount{text-align:right}.new_dashboard .recent_activity .action-table-data,.new_dashboard .recent_activity th.no-sort{text-align:center;justify-content:center}.new_dashboard .recent_activity .edit-delete-action .edit_icon{transition:none}.new_dashboard .recent_activity .edit-delete-action .edit_icon .fa-pen-to-square{color:#2fb233;font-size:16px}.new_dashboard .recent_activity .edit-delete-action .edit_icon:hover{background:#2fb233;border:0}.new_dashboard .recent_activity .edit-delete-action .edit_icon:hover .fa-pen-to-square{color:#fff}.new_dashboard .recent_activity .edit-delete-action .delete_icon{transition:none}.new_dashboard .recent_activity .edit-delete-action .delete_icon .delete{font-size:16px;color:#c53535}.new_dashboard .recent_activity .edit-delete-action .delete_icon:hover{background:#c53535;border:0}.new_dashboard .recent_activity .edit-delete-action .delete_icon:hover .delete{color:#fff}.new_dashboard .total_footfall .charts_indicators{display:flex;align-items:center;column-gap:20px;row-gap:6px;justify-content:center;margin-top:-230px;flex-wrap:wrap}.new_dashboard .total_footfall .charts_indicators .indicator{display:flex;align-items:center;gap:6px}.new_dashboard .total_footfall .charts_indicators .indicator.label_1 span{background:#5884df}.new_dashboard .total_footfall .charts_indicators .indicator.label_2 span{background:#ff9e4d}.new_dashboard .total_footfall .charts_indicators .indicator.label_3 span{background:#57ba57}.new_dashboard .total_footfall .charts_indicators .indicator span{display:block;height:15px;width:24px;background:red;border-radius:4px}.new_dashboard .total_footfall .charts_indicators .charts .echarts-for-react{width:100%;height:520px !important;z-index:1}.new_dashboard .total_collection .heading{display:flex;align-items:center;justify-content:space-between;gap:4px}.new_dashboard .total_collection .charts .echarts-for-react{height:308px !important}.new_dashboard .total_collection .collection_dropdown{width:100px}.new_dashboard .total_collection .collection_dropdown .css-116kd9q-control,.new_dashboard .total_collection .collection_dropdown .css-tqczc6-control{height:32px}.new_dashboard .total_collection .collection_dropdown .css-1cll6hx{height:32px !important}.new_dashboard .purchase .purchase-container{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.new_dashboard .purchase .purchase-box{flex:1;background:#fff;border-radius:10px;padding:10px 15px;box-shadow:0 2px 15px 1px rgba(166,171,185,.3);transition:all .3s ease;position:relative;overflow:hidden;border:1px solid #f1f5f9;cursor:pointer}.new_dashboard .purchase .box-header{display:flex;align-items:center;margin-bottom:12px}.new_dashboard .purchase .box-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:8px;font-size:22px;transition:all .3s ease}.new_dashboard .purchase .box-icon i{font-size:16px}.new_dashboard .purchase .gold-box .box-icon{background:linear-gradient(135deg, #fef3c7, #f59e0b);color:#92400e}.new_dashboard .purchase .silver-box .box-icon{background:linear-gradient(135deg, #f1f5f9, #94a3b8);color:#475569}.new_dashboard .purchase .box-title{font-size:18px;font-weight:700}.new_dashboard .purchase .gold-box .box-title{color:#d97706}.new_dashboard .purchase .silver-box .box-title{color:#475569}.new_dashboard .purchase .purchase-details{display:flex;flex-direction:column;gap:8px}.new_dashboard .purchase .detail-row{display:flex;justify-content:space-between;align-items:center;padding:12px;border-radius:14px;transition:all .3s ease;position:relative;overflow:hidden}.new_dashboard .purchase .detail-row.rd-row{background:#eff7f5}.new_dashboard .purchase .detail-row.urd-row{background:#f2f5fb}.new_dashboard .purchase .detail-row::before{content:"";position:absolute;left:0;top:0;height:100%;width:4px}.new_dashboard .purchase .rd-row::before{background:linear-gradient(to bottom, #10b981, #059669)}.new_dashboard .purchase .urd-row::before{background:linear-gradient(to bottom, #3b82f6, #2563eb)}.new_dashboard .purchase .detail-type{display:flex;align-items:center;gap:10px}.new_dashboard .purchase .type-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center}.new_dashboard .purchase .type-icon i{font-size:20px}.new_dashboard .purchase .rd-row .type-icon{background:rgba(16,185,129,.1);color:#059669}.new_dashboard .purchase .urd-row .type-icon{background:rgba(59,130,246,.1);color:#2563eb}.new_dashboard .purchase .type-label{font-weight:700;font-size:14px}.new_dashboard .purchase .detail-values{text-align:right}.new_dashboard .purchase .weight-value{font-size:15px;font-weight:700;margin-bottom:4px;display:flex;align-items:center;gap:4px}.new_dashboard .purchase .gold-box .weight-value{color:#181d1f}.new_dashboard .purchase .silver-box .weight-value{color:#181d1f}.new_dashboard .purchase .amount-value{font-size:17px;color:#181d1f;font-weight:700}.new_dashboard .purchase .weight-unit{font-size:12px;color:#647183;margin-right:2px}.new_dashboard .purchase .pulse-dot{position:absolute;width:8px;height:8px;border-radius:50%;top:50%;right:15px;transform:translateY(-50%);animation:pulse 2s infinite}@keyframes bounce-effect{0%{transform:translateY(0);transition:.3s}50%{transform:translateY(-5px);transition:.3s}100%{transform:translateY(0);transition:.3s}}.header-ledger-btn button{margin:0px;height:28px}ul.tabmastermenu{height:calc(var(--usable-height) - 10.5rem)}.account-filter_modal .tab-pane.fade.active.show{padding:0;border-radius:8px !important}.asset_outward_field .asset_outward_selection{width:170px}.inward_challan_settings .inward_selection{width:110px}.customeradvancereceipt.OSReceipt .customerAdvandeOsReciept_grid.mx-auto .cust_adv_receipt_form{padding:20px 80px}.ag-theme-quartz.transaction_theme-tablecolor.inwardGrid1 .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0 !important}.two-block-input button.primary.btn.btn-primary{border-left:0 !important}.pending_pageInward .transaction-footer{justify-content:flex-end}.card_data{padding:0}.ag-theme-quartz.transaction_theme-tablecolor.inwardGrid2 .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0 !important}.border_bottom{border-bottom:1px solid #dbe0e6}.purch_quotation .common_grid_transaction .ag-theme-quartz{border:1px solid #dbe0e6}.purch_quotation .card.body_card.table-list-card{padding:6px}.new_SalesQuotation .card.modal-ledger-table-br.f2table{padding:0px}.new_SalesQuotation .card.modal-ledger-table-br.f2table .ag-theme-quartz{border-radius:0 !important}.new_SalesQuotation .card.modal-ledger-table-br.f2table .ag-theme-quartz .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0 !important}.new_SalesQuotation .card.modal-ledger-table-br.f2table .ag-theme-quartz .ag-root.ag-unselectable.ag-layout-normal{border-radius:0}.cardAdjReceipt_colPaddingAdjust .form-control{width:80px}.log_report .card .card-body{padding:10px 10px 6px}.log_report .tarnsactionheaderspacing .css-116kd9q-control{border-radius:4px 0 0 4px}.log_report .modal-radio-header{margin:0 0 5px 0}.log_report_modal .log_report_grid{height:400px;border-radius:4px !important}.log_report_modal .custom-md-modal{margin:20px}.log_report_modal .main-tabs-container .tab.active{background-color:#fff}.log_report_modal .main-tabs-container{width:fit-content}.asset_outward_selection .selection-gradient-wrap{width:110px}.AIC_card-container .card-body.imageupload{padding:0}.AIC_card-container .card-sub-title1{border-bottom:1px solid #dbe0e6}.urd-old .ag-theme-quartz.transaction_theme-tablecolor.inwardGrid1.border_bottom{border-left:1px solid #dbe0e6;border-right:1px solid #dbe0e6;border-radius:4px !important}.urd-old .ag-theme-quartz.transaction_theme-tablecolor.inwardGrid1.border_bottom .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:4px !important}.notification_page .notification_container,.device_approval_page .notification_container{background:#fff;border-top:1px solid #e9e9e9;border-left:1px solid #e9e9e9;border-radius:4px 0 0}.notification_page span,.device_approval_page span{font-weight:600;display:flex;line-height:1.1}.notification_page .notification_header,.device_approval_page .notification_header{padding:16px;border-bottom:1px solid #dbe0e6;display:flex;align-items:center;justify-content:space-between;gap:6px}.notification_page .notification_header .page-title,.device_approval_page .notification_header .page-title{display:flex;align-items:center;gap:16px}.notification_page .notification_header .page-title .title_img,.device_approval_page .notification_header .page-title .title_img{width:48px;height:48px;flex-shrink:0;aspect-ratio:1/1;border-radius:4px;background:#2f61c9;display:flex;align-items:center;justify-content:center}.notification_page .notification_header .page-title .title h4,.device_approval_page .notification_header .page-title .title h4{font-size:16px}.notification_page .notification_header .page-btn,.device_approval_page .notification_header .page-btn{display:flex;align-items:center;gap:10px}.notification_page .notification_header span.notification_count,.device_approval_page .notification_header span.notification_count{border-radius:4px;background:#fff9e3;padding:5px 14px;font-size:16px;color:#ae520f;font-weight:700}.notification_page .body_section .notification_list,.device_approval_page .body_section .notification_list{padding:16px;display:flex;flex-direction:column;gap:10px;min-height:300px;height:100%;max-height:calc(var(--usable-height) - 160px);overflow-y:auto;scrollbar-width:none}.notification_page .body_section .notification_list .day-left,.device_approval_page .body_section .notification_list .day-left{display:flex;flex-shrink:0}.notification_page .body_section .notification_list .notification-item,.device_approval_page .body_section .notification_list .notification-item{border-radius:4px;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:20px;line-height:10px}.notification_page .body_section .notification_list .notification-item .notification-content h4,.device_approval_page .body_section .notification_list .notification-item .notification-content h4{font-size:16px;margin-bottom:4px}.notification_page .body_section .notification_list .notification-item.expired_content,.device_approval_page .body_section .notification_list .notification-item.expired_content{background:#f5f5f5 !important}.notification_page .body_section .notification_list .notification-item.expired_content .notification-icon img,.device_approval_page .body_section .notification_list .notification-item.expired_content .notification-icon img{filter:grayscale(1)}.notification_page .body_section .notification_list .notification-item.expired_content .notification-content h4,.notification_page .body_section .notification_list .notification-item.expired_content .notification-content span,.device_approval_page .body_section .notification_list .notification-item.expired_content .notification-content h4,.device_approval_page .body_section .notification_list .notification-item.expired_content .notification-content span{color:#666}.notification_page .body_section .notification_list .notification-box,.device_approval_page .body_section .notification_list .notification-box{display:flex;align-items:center;gap:12px}.notification_page .body_section .notification_list .notification-icon,.device_approval_page .body_section .notification_list .notification-icon{padding:10px;background:#fff;display:flex;width:60px;height:60px;padding:10px;align-items:center;justify-content:center;gap:10px;flex-shrink:0;border-radius:4px}.notification_page .body_section .notification_list .notification-item:nth-child(5n+1),.device_approval_page .body_section .notification_list .notification-item:nth-child(5n+1){background:#fff9e3}.notification_page .body_section .notification_list .notification-item:nth-child(5n+2),.device_approval_page .body_section .notification_list .notification-item:nth-child(5n+2){background:#e8ffe3}.notification_page .body_section .notification_list .notification-item:nth-child(5n+3),.device_approval_page .body_section .notification_list .notification-item:nth-child(5n+3){background:#ffe9e9}.notification_page .body_section .notification_list .notification-item:nth-child(5n+4),.device_approval_page .body_section .notification_list .notification-item:nth-child(5n+4){background:#e3f9ff}.notification_page .body_section .material-tabs,.device_approval_page .body_section .material-tabs{position:relative;display:flex;border-bottom:1px solid #e0e0e0;flex-direction:row;gap:0;justify-content:space-around;width:inherit;overflow-x:auto;scrollbar-width:none}.notification_page .body_section .material-tabs .tab-btn,.device_approval_page .body_section .material-tabs .tab-btn{position:relative;background:none;border:none;font-size:14px;font-weight:600;color:#424f5a;text-align:center;cursor:pointer;transition:color .3s ease;flex:1;padding:16px 20px 10px;gap:6px;display:flex;align-items:center;justify-content:center;position:relative}.notification_page .body_section .material-tabs .tab-btn i,.device_approval_page .body_section .material-tabs .tab-btn i{font-size:18px}.notification_page .body_section .material-tabs .tab-btn span,.device_approval_page .body_section .material-tabs .tab-btn span{font-size:14px;font-weight:700}.notification_page .body_section .material-tabs .tab-btn .notify_count_number,.device_approval_page .body_section .material-tabs .tab-btn .notify_count_number{flex-shrink:0;background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:4px;margin-left:6px}.notification_page .body_section .material-tabs .tab-btn::before,.device_approval_page .body_section .material-tabs .tab-btn::before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);background:#2f61c9;width:130px;height:0}.notification_page .body_section .material-tabs .tab-btn.active,.device_approval_page .body_section .material-tabs .tab-btn.active{font-weight:700;outline:none}.notification_page .body_section .material-tabs .tab-btn.active .notify_label,.device_approval_page .body_section .material-tabs .tab-btn.active .notify_label{font-weight:700}.notification_page .body_section .material-tabs .tab-btn.active.all .notify_count_number,.device_approval_page .body_section .material-tabs .tab-btn.active.all .notify_count_number{background:rgba(0,0,0,0) !important}.notification_page .body_section .material-tabs .tab-btn.active.all,.device_approval_page .body_section .material-tabs .tab-btn.active.all{color:#2f61c9}.notification_page .body_section .material-tabs .tab-btn.active.all::before,.device_approval_page .body_section .material-tabs .tab-btn.active.all::before{background:#2f61c9;height:2px}.notification_page .body_section .material-tabs .tab-btn.active.pending,.device_approval_page .body_section .material-tabs .tab-btn.active.pending{color:#ae520f}.notification_page .body_section .material-tabs .tab-btn.active.pending::before,.device_approval_page .body_section .material-tabs .tab-btn.active.pending::before{background:#ae520f;height:2px}.notification_page .body_section .material-tabs .tab-btn.active.pending .notify_count_number,.device_approval_page .body_section .material-tabs .tab-btn.active.pending .notify_count_number{background:#fff3ea}.notification_page .body_section .material-tabs .tab-btn.active.approved,.device_approval_page .body_section .material-tabs .tab-btn.active.approved{color:#09910e}.notification_page .body_section .material-tabs .tab-btn.active.approved::before,.device_approval_page .body_section .material-tabs .tab-btn.active.approved::before{background:#09910e;height:2px}.notification_page .body_section .material-tabs .tab-btn.active.approved .notify_count_number,.device_approval_page .body_section .material-tabs .tab-btn.active.approved .notify_count_number{background:#e0ffe2}.notification_page .body_section .material-tabs .tab-btn.active.rejected,.device_approval_page .body_section .material-tabs .tab-btn.active.rejected{color:red}.notification_page .body_section .material-tabs .tab-btn.active.rejected::before,.device_approval_page .body_section .material-tabs .tab-btn.active.rejected::before{background:red;height:2px}.notification_page .body_section .material-tabs .tab-btn.active.rejected .notify_count_number,.device_approval_page .body_section .material-tabs .tab-btn.active.rejected .notify_count_number{background:#ffe3e3}.notification_page .body_section .material-tabs .tab-btn.active.blocked,.device_approval_page .body_section .material-tabs .tab-btn.active.blocked{color:#000}.notification_page .body_section .material-tabs .tab-btn.active.blocked::before,.device_approval_page .body_section .material-tabs .tab-btn.active.blocked::before{background:#000;height:2px}.notification_page .body_section .material-tabs .tab-btn.active.blocked .notify_count_number,.device_approval_page .body_section .material-tabs .tab-btn.active.blocked .notify_count_number{background:#f5f5f5}.notification_page .body_section .material-tabs .yellow-bar,.device_approval_page .body_section .material-tabs .yellow-bar{position:absolute;z-index:10;bottom:0;height:3px;background:#2f61c9;display:block;transition:all .25s ease}.notification_page .body_section .material-tabs .tab-panel,.device_approval_page .body_section .material-tabs .tab-panel{transition:opacity .3s ease}.notification_page .body_section .material-tabs .tab-panel.show,.device_approval_page .body_section .material-tabs .tab-panel.show{display:block;opacity:1}.notification_page .body_section .material-tabs .tab-panel.hide,.device_approval_page .body_section .material-tabs .tab-panel.hide{display:none;opacity:0}.notification_page .body_section .material-tabs .hide,.device_approval_page .body_section .material-tabs .hide{display:none}.notification_page .body_section .notification_data,.device_approval_page .body_section .notification_data{padding:16px;min-height:300px;height:100%;max-height:calc(var(--usable-height) - 220px);overflow-y:auto;scrollbar-width:none}.notification_page .body_section .notification_data .loadmore_btn,.device_approval_page .body_section .notification_data .loadmore_btn{display:flex;align-items:center;justify-content:center}.notification_page .body_section .notification_data .loadmore_btn .primary_btn,.device_approval_page .body_section .notification_data .loadmore_btn .primary_btn{height:32px}.notification_page .body_section .notification_data ul.notify_dataList,.device_approval_page .body_section .notification_data ul.notify_dataList{display:flex;flex-direction:column;gap:16px}.notification_page .body_section .notification_data .notification-item,.device_approval_page .body_section .notification_data .notification-item{padding:16px;border-radius:4px;border-left:3px solid #2f61c9;background:#fff;box-shadow:0 2px 8px 0 rgba(0,0,0,.11)}.notification_page .body_section .notification_data .notification-item:nth-child(5n+1),.device_approval_page .body_section .notification_data .notification-item:nth-child(5n+1){border-left:3px solid #2f61c9}.notification_page .body_section .notification_data .notification-item:nth-child(5n+2),.device_approval_page .body_section .notification_data .notification-item:nth-child(5n+2){border-left:3px solid #09910e}.notification_page .body_section .notification_data .notification-item:nth-child(5n+3),.device_approval_page .body_section .notification_data .notification-item:nth-child(5n+3){border-left:3px solid red}.notification_page .body_section .notification_data .notification-item:nth-child(5n+4),.device_approval_page .body_section .notification_data .notification-item:nth-child(5n+4){border-left:3px solid #ae520f}.notification_page .body_section .notification_data .notification-item:nth-child(5n+5),.device_approval_page .body_section .notification_data .notification-item:nth-child(5n+5){border-left:3px solid #962fc9}.notification_page .body_section .notification_data .notify_content,.device_approval_page .body_section .notification_data .notify_content{display:flex;align-items:center;justify-content:space-between;gap:6px}.notification_page .body_section .notification_data .notify_content .btn_group,.device_approval_page .body_section .notification_data .notify_content .btn_group{display:flex;align-items:center;gap:8px}.notification_page .body_section .notification_data .notify_content .notify_btn,.device_approval_page .body_section .notification_data .notify_content .notify_btn{border-radius:6px;display:flex;height:32px;padding:8px 17px 8px 16px;justify-content:center;align-items:center;flex-shrink:0}.notification_page .body_section .notification_data .notify_content .notify_btn.approve,.device_approval_page .body_section .notification_data .notify_content .notify_btn.approve{border:1px solid #09910e;color:#09910e}.notification_page .body_section .notification_data .notify_content .notify_btn.approve:hover,.device_approval_page .body_section .notification_data .notify_content .notify_btn.approve:hover{background:#09910e;color:#fff}.notification_page .body_section .notification_data .notify_content .notify_btn.reject,.device_approval_page .body_section .notification_data .notify_content .notify_btn.reject{border:1px solid red;color:red}.notification_page .body_section .notification_data .notify_content .notify_btn.reject:hover,.device_approval_page .body_section .notification_data .notify_content .notify_btn.reject:hover{background:red;color:#fff}.notification_page .body_section .notification_data .notify_content .notify_btn.blocked,.device_approval_page .body_section .notification_data .notify_content .notify_btn.blocked{border:1px solid #6b5c5c;color:#6b5c5c}.notification_page .body_section .notification_data .notify_content .notify_btn.blocked:hover,.device_approval_page .body_section .notification_data .notify_content .notify_btn.blocked:hover{background:#6b5c5c;color:#fff}.notification_page .body_section .notification_data .notify_content .notify_message h4,.device_approval_page .body_section .notification_data .notify_content .notify_message h4{font-size:16px}.notification_page .body_section .notification_data .notify_content .notify_message .time_ago,.device_approval_page .body_section .notification_data .notify_content .notify_message .time_ago{color:#878788;margin-bottom:0}.notification_page .body_section .notification_data .notify_content .fw-bold,.device_approval_page .body_section .notification_data .notify_content .fw-bold{padding:8px 16px;border-radius:4px;font-size:14px}.notification_page .body_section .notification_data .notify_content .fw-bold.text-success,.device_approval_page .body_section .notification_data .notify_content .fw-bold.text-success{color:#09910e;background:#e0ffe2}.notification_page .body_section .notification_data .notify_content .fw-bold.text-danger,.device_approval_page .body_section .notification_data .notify_content .fw-bold.text-danger{color:red;background:#ffe3e3}.notification_page .body_section .notification_data .notify_content .fw-bold.text-dark,.device_approval_page .body_section .notification_data .notify_content .fw-bold.text-dark{color:#000;background:#f5f5f5}.notification_page .notification_data_table,.device_approval_page .notification_data_table{margin-top:8px}.notification_page .notification_data_table .ag-theme-quartz,.device_approval_page .notification_data_table .ag-theme-quartz{height:calc(var(--usable-height) - 200px)}.notification_page .notification_data_table .ag-theme-quartz .ag-cell,.device_approval_page .notification_data_table .ag-theme-quartz .ag-cell{font-size:14px;font-weight:700}.notification_page .notification_data_table .ag-theme-quartz .ag-header-cell-text,.device_approval_page .notification_data_table .ag-theme-quartz .ag-header-cell-text{font-size:14px;font-weight:700}.notification_page .notification_data_table .mac_badges,.notification_page .notification_data_table .ip_address,.device_approval_page .notification_data_table .mac_badges,.device_approval_page .notification_data_table .ip_address{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.notification_page .notification_data_table .mac_badges span,.notification_page .notification_data_table .ip_address span,.device_approval_page .notification_data_table .mac_badges span,.device_approval_page .notification_data_table .ip_address span{background:linear-gradient(135deg, #ede9fe, #e0e7ff);padding:6px 12px;border-radius:8px;font-size:14px;color:#6366f1;font-weight:700}.notification_page .notification_data_table .device_approval,.device_approval_page .notification_data_table .device_approval{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.notification_page .notification_data_table .device_approval .status_badges,.device_approval_page .notification_data_table .device_approval .status_badges{padding:4px 12px;border-radius:6px;font-weight:700;text-align:center;transition:all .3s}.notification_page .notification_data_table .device_approval .status_badges.approved,.device_approval_page .notification_data_table .device_approval .status_badges.approved{background:#ebfff0;color:#059669;border:1px solid #afd8c6}.notification_page .notification_data_table .device_approval .status_badges.pending,.device_approval_page .notification_data_table .device_approval .status_badges.pending{background:#fef3c7;color:#d97706;border:1px solid #e5d595}.notification_page .notification_data_table .device_approval .status_badges.rejected,.device_approval_page .notification_data_table .device_approval .status_badges.rejected{background:#fee2e2;color:#dc2626;border:1px solid #eccccc}.notification_page .notification_data_table .device_approval .status_badges.blocked,.device_approval_page .notification_data_table .device_approval .status_badges.blocked{background:#e5e7eb;color:#4b5563;border:1px solid #ccc}.notification_page .notification_data_table .device_type,.device_approval_page .notification_data_table .device_type{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.notification_page .notification_data_table .device_type .devices,.device_approval_page .notification_data_table .device_type .devices{padding:5px 12px;border-radius:15px;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;gap:5px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.notification_page .notification_data_table .device_type .devices.Windows,.device_approval_page .notification_data_table .device_type .devices.Windows{background:linear-gradient(135deg, #0078d7, #005a9e);color:#fff}.notification_page .notification_data_table .device_type .devices.MacOS,.device_approval_page .notification_data_table .device_type .devices.MacOS{background:linear-gradient(135deg, #999999, #7d7d7d);color:#fff}.notification_page .notification_data_table .device_type .devices.Android,.device_approval_page .notification_data_table .device_type .devices.Android{background:linear-gradient(135deg, #3ddc84, #34a853);color:#fff}.notification_page .notification_data_table .device_type .devices.iOS,.device_approval_page .notification_data_table .device_type .devices.iOS{background:linear-gradient(135deg, #000000, #333333);color:#fff}.notification_page .notification_data_table .device_type .devices.Linux,.device_approval_page .notification_data_table .device_type .devices.Linux{background:linear-gradient(135deg, #d400d7, #9e0092);color:#fff}.notification_page .notification_data_table .ip_address span,.device_approval_page .notification_data_table .ip_address span{color:#64748b;font-size:13px;background:#f5f5f5;padding:4px 10px;border-radius:6px}.notification_page .notification_data_table .actions_btns,.device_approval_page .notification_data_table .actions_btns{height:100%;width:100%;display:flex;align-items:center;gap:8px;transition:none}.notification_page .notification_data_table .actions_btns .action-btn i,.device_approval_page .notification_data_table .actions_btns .action-btn i{font-size:18px}.notification_page .notification_data_table .actions_btns .action-btn,.device_approval_page .notification_data_table .actions_btns .action-btn{height:30px}.notification_page .notification_data_table .actions_btns .action-btn.approved,.device_approval_page .notification_data_table .actions_btns .action-btn.approved{background:#ecfdf5;color:#10b981;border-color:#a7f3d0}.notification_page .notification_data_table .actions_btns .action-btn.approved:hover,.device_approval_page .notification_data_table .actions_btns .action-btn.approved:hover{background:#10b981;color:#fff;border-color:#10b981;box-shadow:0 5px 20px rgba(16,185,129,.4)}.notification_page .notification_data_table .actions_btns .action-btn.rejected,.device_approval_page .notification_data_table .actions_btns .action-btn.rejected{background:#fef2f2;color:#ef4444;border-color:#fecaca}.notification_page .notification_data_table .actions_btns .action-btn.rejected:hover,.device_approval_page .notification_data_table .actions_btns .action-btn.rejected:hover{background:#ef4444;color:#fff;border-color:#ef4444;box-shadow:0 5px 20px rgba(239,68,68,.4)}.notification_page .notification_data_table .actions_btns .action-btn.blocked,.device_approval_page .notification_data_table .actions_btns .action-btn.blocked{background:#f3f4f6;color:#6b7280;border-color:#d1d5db}.notification_page .notification_data_table .actions_btns .action-btn.blocked:hover,.device_approval_page .notification_data_table .actions_btns .action-btn.blocked:hover{background:#6b7280;color:#fff;border-color:#6b7280;box-shadow:0 5px 20px rgba(107,114,128,.4)}.enrollFinger_print .scan-container{position:relative;width:160px;height:160px;margin:0 auto 36px}.enrollFinger_print .scan-ring{position:absolute;width:100%;height:100%;border-radius:50%;border:3px solid #f1f5f9}.enrollFinger_print .scan-ring-animated{position:absolute;width:100%;height:100%;border-radius:50%;border:3px solid rgba(0,0,0,0);border-top-color:#667eea;animation:spinRing 1.5s linear infinite}.enrollFinger_print .scan-bg{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:120px;height:120px;background:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:all .4s ease}.enrollFinger_print .scan-bg .fingerprint_img{width:120px;height:120px;border-radius:50%}.enrollFinger_print .scan-bg.scanning{animation:scanPulse 2s ease-in-out infinite}.enrollFinger_print .fingerprint-icon{width:72px;height:72px;filter:drop-shadow(0 2px 8px rgba(255, 255, 255, 0.3))}.enrollFinger_print .wave-circle{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100px;height:100px;border-radius:50%;border:2px solid rgba(102,126,234,.4);opacity:0}.enrollFinger_print .wave-circle.active{animation:waveExpand 2s ease-out infinite}.enrollFinger_print .wave-circle:nth-child(2){animation-delay:.6s}.enrollFinger_print .progress-section{margin-bottom:32px;text-align:center}.enrollFinger_print h2{font-size:28px;color:#1e293b;margin-bottom:12px;font-weight:700}.enrollFinger_print .status-text{font-size:16px;color:#64748b;margin-bottom:8px}.enrollFinger_print .step-label{font-size:13px;color:#667eea;font-weight:600;text-transform:uppercase;letter-spacing:1.5px}.enrollFinger_print .success-container{display:none;position:relative;width:100px;height:100px;margin:0px auto 30px}.enrollFinger_print .success-container.show{display:block;animation:successZoom .5s cubic-bezier(0.4, 0, 0.2, 1)}.enrollFinger_print .success-circle{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg, #10b981, #059669);display:flex;align-items:center;justify-content:center;box-shadow:0 16px 40px rgba(16,185,129,.3)}.enrollFinger_print .success-check{width:55px;height:55px}.enrollFinger_print .success-check path{stroke:#fff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-dasharray:150;stroke-dashoffset:150;animation:drawCheck .6s ease-out .2s forwards}.enrollFinger_print .success-wave{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:3px solid rgba(16,185,129,.3);animation:successWave 1.2s ease-out infinite}.enrollFinger_print .success-wave:nth-child(2){animation-delay:.4s}.enrollFinger_print .step-progress{display:flex;justify-content:center;align-items:center;gap:0;position:relative}.enrollFinger_print .step{display:flex;align-items:center;position:relative}.enrollFinger_print .dot{width:36px;height:36px;border-radius:50%;background:#e5e7eb;color:#374151;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .4s ease;z-index:2;line-height:1}.enrollFinger_print .step.active .dot{background:#2f61c9;color:#fff;transform:scale(1.1);box-shadow:0 0 10px rgba(37,99,235,.4)}.enrollFinger_print .step.completed .dot{background:#10b981;color:#fff}.enrollFinger_print .tick{font-size:18px;font-weight:bold}.enrollFinger_print .tick i{font-size:16px}.enrollFinger_print .connector{width:80px;height:4px;background:#e5e7eb;border-radius:2px;margin:0 -2px;position:relative;overflow:hidden}.enrollFinger_print .connector::after{content:"";position:absolute;left:0;top:0;height:100%;width:0%;background:#10b981;border-radius:2px;transition:width .4s ease-in-out}.enrollFinger_print .connector.fill::after{width:100%}@keyframes spinRing{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes scanPulse{0%,100%{transform:translate(-50%, -50%) scale(1)}50%{transform:translate(-50%, -50%) scale(1.05)}}@keyframes waveExpand{0%{transform:translate(-50%, -50%) scale(1);opacity:.6}100%{transform:translate(-50%, -50%) scale(1.4);opacity:0}}@keyframes successZoom{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes drawCheck{to{stroke-dashoffset:0}}@keyframes successWave{0%{transform:scale(1);opacity:.6}100%{transform:scale(1.5);opacity:0}}.asset_tag_gen .pending_delete_tags{display:flex;align-content:center;gap:6px}.asset_tag_gen .pending_delete_tags button{flex-shrink:0}.asset_tag_gen .asset_tags_field{display:flex;align-items:center;gap:6px}.asset_tag_gen .asset_outward_field .Icon-Full-Btn{padding:4px 4px}.page_ratebook .ag-theme-quartz.table-grid-input-space.transaction_theme-tablecolors.ratebookgrid-modal{border:0;border-top:1px solid #dbe0e6;border-bottom:1px solid #dbe0e6;border-radius:0 !important}.page_ratebook .ag-theme-quartz.table-grid-input-space.transaction_theme-tablecolors.ratebookgrid-modal .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0 !important}.physical_verification .form-group.date_picker .react-datepicker__calendar-icon{left:8px !important}.physical_verification .form-middle{gap:10px}.physical_verification .form-label.purpose{font-size:14px}.physical_verification .customGridLabel{height:100%;width:100%;display:flex;align-items:center}.physical_verification .customGridLabel .label_data{display:flex;align-items:center;padding:0px 8px;border-radius:6px;width:fit-content;gap:6px;line-height:24px}.physical_verification .customGridLabel .label_data span{font-size:13px;font-weight:700}.physical_verification .customGridLabel .label_data p{border-radius:50%;height:6px;width:6px;margin:0}.physical_verification .customGridLabel .label_data.pending{color:#adaf07;background:#fefcef;border:1px solid #e5dfa7}.physical_verification .customGridLabel .label_data.pending p{background:#a2850d}.physical_verification .customGridLabel .label_data.finished{color:#048a23;background:#f8fff9;border:1px solid #a5d3b6}.physical_verification .customGridLabel .label_data.finished p{background:#048a23}.physical_verification .customGridLabel .label_data.evening,.physical_verification .customGridLabel .label_data.morning,.physical_verification .customGridLabel .label_data.manual{border:1px solid #dbe0e6;background:#fff}.physical_verification .customGridLabel .label_data.evening p,.physical_verification .customGridLabel .label_data.morning p,.physical_verification .customGridLabel .label_data.manual p{border-radius:2px;height:10px;width:10px}.physical_verification .customGridLabel .label_data.evening p{background:linear-gradient(154deg, #0984e3 0%, #79add4 100%)}.physical_verification .customGridLabel .label_data.morning p{background:linear-gradient(154deg, #f97316 0%, #fb923c 100%)}.physical_verification .customGridLabel .label_data.manual p{background:linear-gradient(154deg, #2ecc71 0%, #6bcf7f 100%)}.physical_verification .header-list-common .listingReport_type .css-b62m3t-container{width:125px}.physical_stock_page.tag_image_upload_page .select_card{height:200px;border:1px solid #eee;border-radius:8px;box-shadow:0px 0px 3px 2px #eee}.physical_stock_page.tag_image_upload_page .preview-title{margin-bottom:15px;text-align:center;position:relative;display:inline-block}.physical_stock_page.tag_image_upload_page .preview-card{background:#f9fbfd;border-radius:8px;padding:10px;margin-bottom:8px;transition:all .3s ease;position:relative;overflow:hidden;border:1px solid #ced9f5;display:flex;justify-content:start;align-items:center}.physical_stock_page.tag_image_upload_page .preview-card h4{color:#181d1f;margin-bottom:6px;font-size:16px;display:flex;align-items:center;width:22%;flex-shrink:0}.physical_stock_page.tag_image_upload_page .preview-card h4 i{margin-right:10px;background:#6e8efb;color:#fff;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px}.physical_stock_page.tag_image_upload_page .selected-items{display:flex;flex-wrap:wrap;gap:4px}.physical_stock_page.tag_image_upload_page .selected-item{background:#fff;color:#181d1f;padding:4px 10px 4px 16px;border-radius:6px;font-size:13px;font-weight:600;display:flex;align-items:center;box-shadow:0 4px 10px rgba(206,205,212,.3);animation:popIn .3s ease;transition:all .3s ease;border:1px solid #dbe0e6;cursor:pointer;line-height:1.2}.physical_stock_page.tag_image_upload_page .preview-card.item h4 i{background:#f29999}.physical_stock_page.tag_image_upload_page .preview-card.counter h4 i{background:#599cca}@keyframes popIn{0%{transform:scale(0.8);opacity:0}100%{transform:scale(1);opacity:1}}.physical_stock_page.tag_image_upload_page .selected-item:hover{transform:translateY(-2px);box-shadow:0 3px 5px rgba(92,127,231,.4)}.physical_stock_page.tag_image_upload_page .selected-item i{margin-left:10px;cursor:pointer;transition:all .2s ease}.physical_stock_page.tag_image_upload_page .selected-item i:hover{color:#ff2c2c}.physical_stock_page.tag_image_upload_page .selected-item i:hover{transform:scale(1.2)}.physical_stock_page.tag_image_upload_page .empty-state{text-align:center;color:#7f8c8d;padding:10px 14px;line-height:1;background:#f8f9fa;border-radius:10px;border:1px dashed #dee2e6}.physical_stock_page.tag_image_upload_page .tag_image_fields .fields{height:auto;padding:40px 30px 10px 40px}.physical_stock_page.tag_image_upload_page .ag-theme-quartz{border:1px solid #dbe0e6;border-radius:4px !important;height:200px}.physical_stock_page.tag_image_upload_page .image_control{padding:15px;background:#fff;border-radius:8px;border:1px solid #e7e7e7;box-shadow:0 0px 13px rgba(206,205,212,.3)}.physical_stock_page.tag_image_upload_page .items_add{display:flex;align-items:center;gap:8px}.physical_stock_page.tag_image_upload_page .addNew_item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:6px;border:1px dashed #dbe0e6;border-radius:6px;width:90px;height:60px;flex-shrink:0;cursor:pointer}.physical_stock_page.tag_image_upload_page .addNew_item:hover{border:1px dashed #2f61c9}.physical_stock_page.tag_image_upload_page .tag_image_title img{height:150px}.physical_stock_page.tag_image_upload_page .preview-card.checkboxes{justify-content:start}.physical_stock_page.tag_image_upload_page button:focus{border:1px solid #ff6d00 !important}.physical_stock_page.tag_image_upload_page .checkboxes{position:relative;cursor:pointer}.physical_stock_page.tag_image_upload_page .checkboxes .checkboxs{padding-left:25px}.physical_stock_page.tag_image_upload_page .checkboxes .form-label{margin-bottom:0}.physical_stock_page.tag_image_upload_page .checkboxes .radio-item,.physical_stock_page.tag_image_upload_page .checkboxes .checkbox-item{margin-bottom:5px;border-bottom:0}.physical_stock_page.tag_image_upload_page .checkboxes .checkbox-item:focus .checkbox-label,.physical_stock_page.tag_image_upload_page .checkboxes .checkbox-item:focus-visible .checkbox-label,.physical_stock_page.tag_image_upload_page .checkboxes .checkbox-item:focus-within .checkbox-label{border:1px solid #c67000 !important}.physical_stock_page.tag_image_upload_page .checkboxes input[type=radio],.physical_stock_page.tag_image_upload_page .checkboxes input[type=checkbox]{position:absolute;opacity:0;height:100% !important;cursor:pointer}.physical_stock_page.tag_image_upload_page .checkboxes .radio-label,.physical_stock_page.tag_image_upload_page .checkboxes .checkbox-label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:10px;border:1px solid #e5e7eb;background:#fafafa;border-radius:6px}.physical_stock_page.tag_image_upload_page .checkboxes .radio-label .radio-custom-data,.physical_stock_page.tag_image_upload_page .checkboxes .radio-label .checkbox-content,.physical_stock_page.tag_image_upload_page .checkboxes .checkbox-label .radio-custom-data,.physical_stock_page.tag_image_upload_page .checkboxes .checkbox-label .checkbox-content{color:#181d1f;font-weight:600;display:flex;align-items:center;gap:6px;line-height:1}.physical_stock_page.tag_image_upload_page .checkboxes .checkbox-custom{width:18px;height:18px;border:1px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;background:#fff;cursor:pointer}.physical_stock_page.tag_image_upload_page .checkboxes .checkbox-custom::after{font-family:"Font Awesome 6 Free";font-weight:900;content:"";color:#fff;font-size:12px;transition:transform .2s ease}.physical_stock_page.tag_image_upload_page .checkboxes input[type=checkbox]:checked+.checkbox-label{border-color:#ff6d00;background:#fdf6ec}.physical_stock_page.tag_image_upload_page .checkboxes input[type=checkbox]:checked+.checkbox-label .checkbox-custom{border-color:#ff6d00;background:#ff6d00}.physical_stock_page.tag_image_upload_page .checkboxes.active_checkbox input[type=checkbox]:checked+.checkbox-label{border-color:#4a69bd;background:#f0f5fe}.physical_stock_page.tag_image_upload_page .checkboxes.active_checkbox input[type=checkbox]:checked+.checkbox-label .checkbox-custom{border-color:#4a69bd;background:#4a69bd}.menu_audit_listing{border-top:1px solid #dbe0e6}.menu_audit_listing .ag-icon.ag-icon-tree-closed:hover,.menu_audit_listing .ag-icon.ag-icon-tree-open:hover{background:rgba(0,0,0,0);box-shadow:none}.tagWise_modal .audit_img{text-align:center;padding:20px 20px 30px}.tagWise_modal .manualVoucher_Img{padding:20px;text-align:center}.tagWise_modal .manualVoucher_Img img{width:200px}.physical_TagWise .highlighted{background:linear-gradient(135deg, #f0f5ff 0%, #e3eaf7 100%);box-shadow:0 5px 15px rgba(52,152,219,.15);border-left:3px solid #3498db;position:relative;padding:10px;border-radius:6px;display:flex;align-items:center;justify-content:space-between;gap:12px}.physical_TagWise .highlighted.pending{background:linear-gradient(135deg, #fff7f0 0%, #f7ede3 100%);box-shadow:0 5px 15px rgba(219,147,52,.15);border-left:3px solid #db9334}.physical_TagWise .highlighted.pending .value_input{border:1px solid #b47b1f;color:#c87208}.physical_TagWise .highlighted .form-label{font-weight:700;font-size:15px;flex-shrink:0}.physical_TagWise .highlighted .value_input{border:1px solid #1f59b4;background-color:#fff;box-shadow:0 2px 8px rgba(52,152,219,.1);height:40px !important;width:70%;color:#181d1f;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;border-radius:6px}.physical_TagWise .item_box,.physical_TagWise .itemGroup_box{padding-right:0}.physical_TagWise .tagwise_action_btns{display:flex;align-items:center;gap:6px;justify-content:end}.physical_TagWise .tagwise_table{overflow-x:hidden}.physical_TagWise .tagwise_table .image_prev.grid-img{width:30px !important}.physical_TagWise .tagwise_table .center{text-align:center}.physical_TagWise .tagwise_table .img_table_prev{width:200px;height:200px;position:absolute}.physical_TagWise .tagwise_table .table-wrapper{position:relative;width:100%;display:flex;flex-direction:column;flex-shrink:0}.physical_TagWise .tagwise_table .table-wrapper .table_data{height:calc(var(--usable-height) - 240px);overflow-y:auto;padding-bottom:42px;border-top:1px solid #dbe0e6}.physical_TagWise .tagwise_table .table-wrapper .table_data::-webkit-scrollbar{position:absolute;right:0;width:4px !important}.physical_TagWise .tagwise_table .table-wrapper .table_data.scan_grid{border-left:2px solid #dbe0e6;border-right:2px solid #dbe0e6}.physical_TagWise .tagwise_table .table-wrapper .table_data .empty-data{height:90%;width:100%;display:flex;align-items:center;justify-content:center}.physical_TagWise .tagwise_table .table-wrapper .table-scroll{flex-grow:1;overflow-y:auto}.physical_TagWise .tagwise_table .pending .customHeader{background:linear-gradient(135deg, #fffbf0 0%, #ffe7d6 100%);border-top:1px solid #f7e5d7;border-bottom:1px solid #f7e5d7}.physical_TagWise .tagwise_table .pending .customHeader i{color:#b2811e}.physical_TagWise .tagwise_table .pending .customHeader .show_number{color:#b2811e}.physical_TagWise .tagwise_table .scan .customHeader{background:linear-gradient(135deg, #f7fffd 0%, #d3eccc 100%);border-top:1px solid #d8eed3;border-bottom:1px solid #d8eed3}.physical_TagWise .tagwise_table .scan .customHeader i{color:#23bd00}.physical_TagWise .tagwise_table .scan .customHeader .show_number{color:#1a7a04}.physical_TagWise .tagwise_table .rfid .customHeader{background:linear-gradient(135deg, #ffffff 0%, #cccbcb 100%);border-top:1px solid #dedede;border-bottom:1px solid #dedede}.physical_TagWise .tagwise_table .rfid .customHeader i{color:#8c8c8c}.physical_TagWise .tagwise_table .rfid .customHeader .show_number{color:#181d1f}.physical_TagWise .tagwise_table .customHeader{display:flex;align-items:center;gap:10px;justify-content:space-between;padding:4px 12px;border-radius:0px;width:100%;margin:0 auto 7px}.physical_TagWise .tagwise_table .customHeader .form-label{font-size:16px}.physical_TagWise .tagwise_table .customHeader .customHeaderIcon{display:flex;align-items:center;gap:6px}.physical_TagWise .tagwise_table .customHeader .customHeaderIcon i{font-size:22px}.physical_TagWise .tagwise_table .customHeader .show_number{width:max-content;border-radius:8px;font-size:22px;display:flex;align-items:center;justify-content:center;color:#1f59b4;font-weight:800}.physical_TagWise .tagwise_table .pro-table{width:100%}.physical_TagWise .tagwise_table .pro-table.rfidmapping{width:auto}.physical_TagWise .tagwise_table .pro-table td.tagImgae{padding:0}.physical_TagWise .tagwise_table .pro-table tbody{flex:1;overflow-y:auto}.physical_TagWise .tagwise_table .pending_grid table thead .main-header th.tagno,.physical_TagWise .tagwise_table .pending_grid table thead .main-header th.tagImage,.physical_TagWise .tagwise_table .scan_grid table thead .main-header th.tagno,.physical_TagWise .tagwise_table .scan_grid table thead .main-header th.tagImage{width:30%}.physical_TagWise .tagwise_table .pending_grid table thead .main-header th.pcs,.physical_TagWise .tagwise_table .pending_grid table thead .main-header th.wt,.physical_TagWise .tagwise_table .scan_grid table thead .main-header th.pcs,.physical_TagWise .tagwise_table .scan_grid table thead .main-header th.wt{width:20%}.physical_TagWise .tagwise_table .table-scroll table td.tagno,.physical_TagWise .tagwise_table .table-scroll table td.tagImage,.physical_TagWise .tagwise_table .table-scroll table td.tagno,.physical_TagWise .tagwise_table .table-scroll table td.tagImage{width:30%}.physical_TagWise .tagwise_table .table-scroll table td.pcs,.physical_TagWise .tagwise_table .table-scroll table td.wt,.physical_TagWise .tagwise_table .table-scroll table td.pcs,.physical_TagWise .tagwise_table .table-scroll table td.wt{width:20%}.physical_TagWise .tagwise_table table .main-header th{background:#e5effd;font-size:14px;padding:8px;min-width:50px;border-right:1px solid #dbe0e6}.physical_TagWise .tagwise_table .pro-table td{border-right:1px solid #dbe0e6;border-bottom:1px solid #dbe0e6;padding:0 6px;word-break:break-word}.physical_TagWise .tagwise_table .pro-table tbody tr{height:32px}.physical_TagWise .tagwise_table .pro-table td:last-child,.physical_TagWise .tagwise_table .pro-table th:last-child{border-right:none}.physical_TagWise .tagwise_table .header-table{width:100%;position:sticky;top:0}.physical_TagWise .tagwise_table .header-table.rfidmapping{width:auto}.physical_TagWise .tagwise_table .footer-table{width:100%;position:absolute;left:0px;bottom:0;background:#e5effd;z-index:20}.physical_TagWise .tagwise_table .footer-table.rfidmapping{width:auto}.physical_TagWise .tagwise_table .footer-table td.tagno{border-left:0}.physical_TagWise .tagwise_table .footer-table td.tagno,.physical_TagWise .tagwise_table .footer-table td.tagImage{width:30%}.physical_TagWise .tagwise_table .footer-table td{height:34px;padding:4px 8px;border:1px solid #dbe0e6;font-weight:bold;border-bottom:0}.physical_TagWise .tagwise_table .footer-table td.pcs,.physical_TagWise .tagwise_table .footer-table td.wt{width:20%;font-size:15px;font-weight:800}.physical_TagWise .tagwise_table .footer-table td.tagno{font-size:15px}.physical_TagWise .tagwise_table tbody td{padding:8px;border:1px solid #eee;white-space:nowrap}.physical_TagWise .tagwise_table .total{background:#e5effd}.physical_TagWise .tagwise_table .pending_box,.physical_TagWise .tagwise_table .scan_box{padding-right:0}.physical_TagWise .tagwise_table .rfid_box,.physical_TagWise .tagwise_table .scan_box{padding-left:0}.itemwise_Modal .itemwise_table{border:1px solid #dbe0e6;height:300px;border-radius:4px !important;padding:0}.itemwise_Modal .tagwiseItem_img{display:flex;align-items:center;justify-content:center;height:100%}.itemwise_Modal .tagwiseItem_img img{width:330px}.physical_verification .listGrid_toggle,.common_listing_tabs .listGrid_toggle{gap:6px}.physical_verification .listGrid_toggle .list-btn.active,.physical_verification .listGrid_toggle .list-btn:hover,.common_listing_tabs .listGrid_toggle .list-btn.active,.common_listing_tabs .listGrid_toggle .list-btn:hover{color:#fff;transition:none}.physical_verification .listGrid_toggle .list-btn,.common_listing_tabs .listGrid_toggle .list-btn{gap:8px}.physical_verification .listGrid_toggle .list-btn i,.common_listing_tabs .listGrid_toggle .list-btn i{font-size:16px}.page-inwardchallan .two-block-input .css-b62m3t-container{width:100%}.page-inwardchallan .two-block-input .css-b62m3t-container .css-116kd9q-control,.page-inwardchallan .two-block-input .css-b62m3t-container .css-tqczc6-control{border-radius:4px 0px 0px 4px}.physical_TagWise.physical_stock_page.tag_image_upload_page .card{border:1px solid #dbe0e6}.physical_TagWise.physical_stock_page.tag_image_upload_page .preview-card{gap:20px}.physical_TagWise.physical_stock_page.tag_image_upload_page .preview-card h4 i{margin-right:5px;color:#fff;width:30px;height:30px;font-size:15px}.physical_TagWise.physical_stock_page.tag_image_upload_page .preview-card h4{width:unset;margin-bottom:0}.physical_TagWise.physical_stock_page.tag_image_upload_page .selected-item{padding:5px}.tagwise_table .row{flex-wrap:wrap;overflow-x:auto}.debtors_list .ag-header-cell.OpeningAmount{background-color:rgba(0,0,0,0) !important}.debtors_list .ag-cell.ClosingBalanceAmount{background-color:#ffebeb !important}.debtors_list .ag-cell.OpeningAmount,.debtors_list .ag-cell.ClosingBalanceAmount{font-weight:700 !important}.minMax_itemSetting .OtherItemSettingInputsection{padding:20px !important;width:780px;margin:15px auto;box-shadow:0px 0px 4px 1px #ccc;border-radius:8px}.minMax_itemSetting .checkbox-wrapper-Item-setting{display:flex;align-items:center;padding-top:10px;gap:10px;flex-wrap:wrap;border-radius:6px}.minMax_itemSetting .checkbox-wrapper-Item-setting .checkbox-input{clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.minMax_itemSetting .checkbox-wrapper-Item-setting .attributes_items,.minMax_itemSetting .checkbox-wrapper-Item-setting .range_items{padding:8px 12px;border-radius:6px;background:#f3f6ff;width:100%;border:1px solid #d2d8ec}.minMax_itemSetting .checkbox-wrapper-Item-setting .attributes_items h4,.minMax_itemSetting .checkbox-wrapper-Item-setting .range_items h4{font-size:18px;font-weight:700;margin-bottom:8px}.minMax_itemSetting .checkbox-wrapper-Item-setting .checkbox-items,.minMax_itemSetting .checkbox-wrapper-Item-setting .range_items .range_box_items{display:grid;grid-template-columns:repeat(auto-fit, minmax(120px, 1fr));gap:10px}.minMax_itemSetting .checkbox-wrapper-Item-setting .checkbox-input:checked+.checkbox-tile{border-color:#83a8f7;color:#83a8f7}.minMax_itemSetting .checkbox-wrapper-Item-setting .checkbox-input:checked+.checkbox-tile:before{transform:scale(1);opacity:1;background-color:#83a8f7;border-color:#83a8f7}.minMax_itemSetting .checkbox-wrapper-Item-setting .checkbox-input:focus+.checkbox-tile{border-color:#83a8f7;border:1px solid #83a8f7 !important}.minMax_itemSetting .checkbox-wrapper-Item-setting .checkbox-input:focus+.checkbox-icon i{opacity:1}.minMax_itemSetting .checkbox-wrapper-Item-setting .checkbox-input:focus+.checkbox-tile:before{transform:scale(1);opacity:1}.minMax_itemSetting .checkbox-wrapper-Item-setting .checkbox-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100px;border-radius:.5rem;border:1px solid #d6ddf2;background-color:#fff;box-shadow:0 3px 8px rgba(0,0,0,.1);transition:.15s ease;cursor:pointer;position:relative;padding:8px}.minMax_itemSetting .checkbox-wrapper-Item-setting .checkbox-tile:before{content:"";position:absolute;display:block;width:1.25rem;height:1.25rem;border:2px solid #b5bfd9;background-color:#fff;border-radius:50%;top:.25rem;left:.25rem;opacity:0;transform:scale(0);transition:.25s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27://www.w3.org/2000/svg%27 width=%27192%27 height=%27192%27 fill=%27%23FFFFFF%27 viewBox=%270 0 256 256%27%3E%3Crect width=%27256%27 height=%27256%27 fill=%27none%27%3E%3C/rect%3E%3Cpolyline points=%27216 72.005 104 184 48 128.005%27 fill=%27none%27 stroke=%27%23FFFFFF%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%2732%27%3E%3C/polyline%3E%3C/svg%3E");background-size:12px;background-repeat:no-repeat;background-position:50% 50%}.minMax_itemSetting .checkbox-wrapper-Item-setting .checkbox-tile:hover{border-color:#2260ff}.minMax_itemSetting .checkbox-wrapper-Item-setting .checkbox-tile:hover:before{transform:scale(1);opacity:1}.minMax_itemSetting .checkbox-wrapper-Item-setting .checkbox-icon{transition:.375s ease;color:#494949}.minMax_itemSetting .checkbox-wrapper-Item-setting .checkbox-icon i{font-size:32px;opacity:.4}.minMax_itemSetting .checkbox-wrapper-Item-setting .checkbox-label{color:#181d1f;font-size:14px;font-weight:700;text-align:center;line-height:1.2}.wtRange_setupPage .card.weightRangeGrid{border-left:0;border-radius:0 4px 4px 0;border-bottom:0}.wtRange_setupPage .card.weightRangeGrid .ag-root-wrapper.ag-ltr.ag-layout-normal,.wtRange_setupPage .card.weightRangeGrid .ag-root.ag-unselectable.ag-layout-normal{border-radius:0 !important}.wtRange_setupPage .from-weight-table{height:352px}.wtRange_setupPage .from-weight-table .ag-root-wrapper.ag-ltr.ag-layout-normal,.wtRange_setupPage .from-weight-table .ag-root.ag-unselectable.ag-layout-normal{border-radius:0 !important}.wtRange_setupPage .wtrange-table{height:350px}.wtRange_setupPage .action-btns{display:flex;align-items:center;gap:6px;justify-content:end;width:100%;padding:6px}.qc_setup_listing .ag-theme-quartz{border-top:0}.process_master_page .process_master_design{padding:8px;border:1px solid #dbe0e6;border-radius:6px;background:#f8fbff;box-shadow:0 5px 57px 0 rgba(26,48,133,.03),0 4px 17px 0 rgba(7,33,102,.1);margin-block:25px 30px}.process_master_page .dropdown-opengrid-common,.process_master_page .css-b62m3t-container{background:#fff}.process_master_page .left_field_side{padding:14px 36px 30px 18px}.process_master_page .left_field_side .title{display:flex;align-items:center;gap:6px;padding:0px 0 8px;border-bottom:1px solid #dbe0e6;margin-bottom:12px}.process_master_page .left_field_side .title.quality_title{padding:24px 0 8px}.process_master_page .left_field_side .title .fi{font-size:20px;height:20px;color:#f97316}.process_master_page .left_field_side .title h3{font-size:18px}.process_master_page .left_field_side .toggle_btn{width:50px;height:22px;background:#dbe0e6;border:none;border-radius:30px;padding:0 3px;cursor:pointer;position:relative;transition:.3s}.process_master_page .left_field_side .toggle_btn:focus{border:1px solid #ff9f43}.process_master_page .left_field_side .toggle_btn.active{background:#3767c9}.process_master_page .left_field_side .toggle_btn.active .circle{transform:translateX(27px)}.process_master_page .left_field_side .toggle_btn .circle{width:16px;height:16px;background:#fff;border-radius:50%;transition:.3s}.process_master_page .right_side_img{display:flex;align-items:center;justify-content:center;height:100%}.process_master_page .mfg_card{height:calc(var(--usable-height) - 135px)}.process_master_page .qc_parameter{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.process_master_page .custom-md-modal{margin:40px 20px}.link_account_field .form-control.HelpInput{border-radius:0;border-left:0}.link_account_field .custom-dropdown{position:relative;width:31px;display:flex}.link_account_field .dropdown-header{padding:3px;font-size:13px !important;border:1px solid #dbe0e6;cursor:pointer;background-color:#fff;height:27px;align-items:center;justify-content:center;display:flex;line-height:27px;border-top-left-radius:4px;border-bottom-left-radius:4px;width:100% !important}.link_account_field .dropdown-list{border-radius:6px;border:1px solid #dbe0e6;box-shadow:0 3px 10px -2px rgba(0,0,0,.1);z-index:3 !important;width:270px}.link_account_field .dropdown-item{padding:6px 10px;gap:10px;border-bottom:0}.link_account_field .dropdown-item:last-child{border-top:1px solid #dbe0e6;border-radius:0 0 6px 6px}.link_account_field .dropdown-item i.fi{display:flex;flex-shrink:0;font-size:20px;color:#f97316}.link_account_field .dropdown-item span{font-weight:700}.link_account_field .dropdown-item p{font-size:12px;font-weight:600;color:#666;line-height:1.2}.link_account_field .dropdown-item:hover{background-color:#f3f6f9}.kyc_link{display:flex;width:100%;justify-content:space-between;padding:30px 15px}.kyc_link .modal-bg{display:flex;flex-direction:column;align-items:start;gap:6px;width:60%}.kyc_link .modal-bg .form-label{display:flex;flex-direction:column;gap:2px;align-items:start;width:100%}.kyc_link .modal-bg .value{width:100%;padding:8px;border:1px solid #dbe0e6;border-radius:6px;background:#fff}.transaction_blocked{padding:20px 15px}.transaction_blocked .dropdown_dataShow{display:flex;padding:10px 8px;align-items:center;justify-content:center;border:1px solid #dbe0e6;border-radius:6px;width:100%}.ag-menu.ag-ltr.ag-popup-child{box-shadow:0 0px 10px -2px rgba(0,0,0,.1) !important;border:1px solid #dbe0e6;border-width:1px !important;border-radius:6px}.ag-menu.ag-ltr.ag-popup-child .ag-menu-option-part.ag-menu-option-icon .fi{font-size:18px;color:#f97316}.ag-menu.ag-ltr.ag-popup-child span.ag-menu-option-part.ag-menu-option-text{padding:4px 10px;font-weight:700;font-family:"Nunito",sans-serif;line-height:1}.city_area_listing{display:flex}.city_area_listing .tables-wrapper{display:flex;border:1px solid #dbe0e6;border-left:0}.city_area_listing .table-block{max-height:calc(var(--usable-height) - 140px);overflow-y:auto;scrollbar-width:none}.city_area_listing .table-block h3{margin-bottom:10px;text-align:center}.city_area_listing .state-table,.city_area_listing .district-table{width:200px}.city_area_listing .state-table th,.city_area_listing .district-table th,.city_area_listing .state-table td,.city_area_listing .district-table td{border-bottom:1px solid #dbe0e6;height:30px;padding:2px 6px;font-size:12px;font-weight:600;color:#334155;line-height:1}.city_area_listing .district-table td{border-left:1px solid #dbe0e6}.city_area_listing .state-table td{border-right:1px solid #dbe0e6}.city_area_listing .state-table th,.city_area_listing .district-table th{background:#e3ecff;font-size:13px;font-weight:700;position:sticky;top:0;z-index:10}.city_area_listing .state-table thead,.city_area_listing .district-table thead{border-bottom:1px solid #dbe0e6}.city_area_listing .state-name,.city_area_listing .district-name{cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:space-between;position:relative}.city_area_listing .state-name::before,.city_area_listing .district-name::before{content:"";position:absolute;top:0;left:0;bottom:0;width:0;transition:width .3s ease}.city_area_listing .state-name.active{background:linear-gradient(45deg, #eaf0ff, #f5f6f9);box-shadow:0px 3px 7px -4px #cdcdcd}.city_area_listing .state-name.active::before{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);width:3px}.city_area_listing .state-name.active .state_name{font-size:14px;margin-left:4px;color:#3a6acf;font-weight:700}.city_area_listing .district-name.active{background:linear-gradient(45deg, #fff1ea, #f9f7f5);box-shadow:0px 3px 7px -4px #cdcdcd}.city_area_listing .district-name.active::before{background:linear-gradient(154deg, #f97316 0%, #fb923c 100%);width:3px}.city_area_listing .district-name.active .district_name{font-size:14px;margin-left:4px;color:#b15515;font-weight:700}.city_area_listing .count{font-size:12px;font-weight:700;color:#181d1f;background:rgba(47,79,155,.0901960784);padding:4px 6px;border-radius:4px}:root{--primary: #6C63FF;--primary-light: #A5A2FF;--secondary: #FF6584;--accent: #36D1DC;--dark: #2D2B55;--light: #F8F9FF;--card-bg: #FFFFFF;--shadow: 0 15px 40px rgba(108, 99, 255, 0.1);--shadow-hover: 0 25px 60px rgba(108, 99, 255, 0.2);--radius: 24px;--transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1)}.googleMapView{height:100vh;width:100vw}.googleMapView .map_view .attandancefullmapsize.leaflet-container.leaflet-touch.leaflet-fade-anim.leaflet-grab.leaflet-touch-drag.leaflet-touch-zoom{width:100vw;height:100vh}.googleMapView .attandancefullmapsize{height:100vh !important;width:100vw !important;position:relative}.Dashboard_listingView{overflow:hidden}.Dashboard_listingView .header_listView{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:0;padding:8px;box-shadow:0 8px 25px rgba(0,0,0,.05);border-bottom:1px solid #e7e7e7;flex-wrap:wrap;row-gap:6px}.Dashboard_listingView .header_listView .header_action_btn{display:flex;gap:6px}.Dashboard_listingView .header_listView .breadcrumb-nav{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.Dashboard_listingView .header_listView .breadcrumb-nav .breadcrumb-item{display:flex;align-items:center;gap:10px;font-size:16px;color:var(--gray);transition:var(--transition);cursor:pointer;padding:6px 12px 6px 8px;border-radius:8px;background:var(--light)}.Dashboard_listingView .header_listView .breadcrumb-nav .breadcrumb-item::before{content:none}.Dashboard_listingView .header_listView .breadcrumb-nav .breadcrumb-item span{font-size:14px;font-weight:700}.Dashboard_listingView .header_listView .breadcrumb-nav .breadcrumb-item.active{background:#e5edff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(124,58,237,.1)}.Dashboard_listingView .header_listView .breadcrumb-nav .breadcrumb-item.clickable:hover{background:#e5edff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(124,58,237,.1)}.Dashboard_listingView .header_listView .breadcrumb-nav .breadcrumb-separator{color:var(--gray);font-size:.9rem;margin:0 5px}.Dashboard_listingView .header_listView .breadcrumb-nav .breadcrumb-icon{width:36px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:1rem;background:#fff;color:var(--gray);box-shadow:0 4px 12px rgba(124,58,237,.1)}.Dashboard_listingView .header_listView .breadcrumb-nav .breadcrumb-icon .fi{font-size:18px;height:18px}.Dashboard_listingView .header_listView .breadcrumb-nav .breadcrumb-item.active .breadcrumb-icon{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);color:#fff}.Dashboard_listingView .dashboard_animated_box{display:flex;transition:transform .5s ease-in-out;background:#f4f6ff}.Dashboard_listingView .dashboard_animated_box .dashboard_listing_card{width:100%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.Dashboard_listingView .state_card_view_details,.Dashboard_listingView .district_card_view_details,.Dashboard_listingView .taluka_card_view_details,.Dashboard_listingView .village_card_view_details{padding:16px;height:calc(var(--usable-height) - 170px);overflow-y:auto;overflow-x:hidden;width:100%;background:#f9fbff}.Dashboard_listingView .state_card_view_details .state-card,.Dashboard_listingView .district_card_view_details .state-card,.Dashboard_listingView .taluka_card_view_details .state-card,.Dashboard_listingView .village_card_view_details .state-card{background:#fff;border-radius:10px;cursor:pointer;gap:6px;transition:transform .28s ease,box-shadow .28s ease;margin-bottom:16px;border:1px solid #e2e7ff}.Dashboard_listingView .state_card_view_details .state-card:hover,.Dashboard_listingView .district_card_view_details .state-card:hover,.Dashboard_listingView .taluka_card_view_details .state-card:hover,.Dashboard_listingView .village_card_view_details .state-card:hover{transform:translateY(-4px);box-shadow:0px 8px 20px rgba(0,0,0,.15)}@keyframes pulse{0%,100%{transform:scale(1);opacity:.7}50%{transform:scale(1.2);opacity:1}}.Dashboard_listingView .state_card_view_details .state-card .card-top,.Dashboard_listingView .district_card_view_details .state-card .card-top,.Dashboard_listingView .taluka_card_view_details .state-card .card-top,.Dashboard_listingView .village_card_view_details .state-card .card-top{padding:10px;position:relative;overflow:hidden}.Dashboard_listingView .state_card_view_details .state-card .card-top::before,.Dashboard_listingView .district_card_view_details .state-card .card-top::before,.Dashboard_listingView .taluka_card_view_details .state-card .card-top::before,.Dashboard_listingView .village_card_view_details .state-card .card-top::before{content:"";position:absolute;top:0;right:0;width:150px;height:150px;background:linear-gradient(135deg, var(--primary-light) 0%, transparent 70%);border-radius:0 0 0 100%;opacity:.3}.Dashboard_listingView .state_card_view_details .state-card .state-header,.Dashboard_listingView .district_card_view_details .state-card .state-header,.Dashboard_listingView .taluka_card_view_details .state-card .state-header,.Dashboard_listingView .village_card_view_details .state-card .state-header{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.Dashboard_listingView .state_card_view_details .state-card .state-name-wrapper,.Dashboard_listingView .district_card_view_details .state-card .state-name-wrapper,.Dashboard_listingView .taluka_card_view_details .state-card .state-name-wrapper,.Dashboard_listingView .village_card_view_details .state-card .state-name-wrapper{display:flex;align-items:center;gap:8px;line-height:1.2}.Dashboard_listingView .state_card_view_details .state-card .state-badge,.Dashboard_listingView .district_card_view_details .state-card .state-badge,.Dashboard_listingView .taluka_card_view_details .state-card .state-badge,.Dashboard_listingView .village_card_view_details .state-card .state-badge{width:35px;height:35px;background:linear-gradient(135deg, #8c87df, #535ec3);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:15px;box-shadow:0 8px 20px rgba(108,99,255,.3);transition:var(--transition)}.Dashboard_listingView .state_card_view_details .state-card .state-name,.Dashboard_listingView .district_card_view_details .state-card .state-name,.Dashboard_listingView .taluka_card_view_details .state-card .state-name,.Dashboard_listingView .village_card_view_details .state-card .state-name{font-size:18px;font-weight:700;color:#181d1f;flex-direction:column;align-items:start;gap:4px}.Dashboard_listingView .state_card_view_details .state-card .state-name-wrapper span,.Dashboard_listingView .district_card_view_details .state-card .state-name-wrapper span,.Dashboard_listingView .taluka_card_view_details .state-card .state-name-wrapper span,.Dashboard_listingView .village_card_view_details .state-card .state-name-wrapper span{display:block;color:#181d1f;font-weight:700;padding:5px 6px;background:#ececec;border-radius:5px;line-height:1}.Dashboard_listingView .state_card_view_details .state-card .map-btn,.Dashboard_listingView .district_card_view_details .state-card .map-btn,.Dashboard_listingView .taluka_card_view_details .state-card .map-btn,.Dashboard_listingView .village_card_view_details .state-card .map-btn{background:linear-gradient(135deg, #8c87df, #535ec3);border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:var(--transition);color:#fff;font-weight:700;position:relative;overflow:hidden;padding:6px 12px}.Dashboard_listingView .state_card_view_details .state-card .map-btn i,.Dashboard_listingView .district_card_view_details .state-card .map-btn i,.Dashboard_listingView .taluka_card_view_details .state-card .map-btn i,.Dashboard_listingView .village_card_view_details .state-card .map-btn i{position:relative;z-index:1;transition:color .3s ease;font-size:14px;height:14px}.Dashboard_listingView .state_card_view_details .state-card .map-btn:hover::before,.Dashboard_listingView .district_card_view_details .state-card .map-btn:hover::before,.Dashboard_listingView .taluka_card_view_details .state-card .map-btn:hover::before,.Dashboard_listingView .village_card_view_details .state-card .map-btn:hover::before{opacity:1}.Dashboard_listingView .state_card_view_details .state-card .map-btn:hover i,.Dashboard_listingView .district_card_view_details .state-card .map-btn:hover i,.Dashboard_listingView .taluka_card_view_details .state-card .map-btn:hover i,.Dashboard_listingView .village_card_view_details .state-card .map-btn:hover i{color:#fff}.Dashboard_listingView .state_card_view_details .state-card .map-btn:hover,.Dashboard_listingView .district_card_view_details .state-card .map-btn:hover,.Dashboard_listingView .taluka_card_view_details .state-card .map-btn:hover,.Dashboard_listingView .village_card_view_details .state-card .map-btn:hover{transform:scale(1.05);box-shadow:0 12px 30px rgba(108,99,255,.25)}.Dashboard_listingView .state_card_view_details .state-card .population-display,.Dashboard_listingView .district_card_view_details .state-card .population-display,.Dashboard_listingView .taluka_card_view_details .state-card .population-display,.Dashboard_listingView .village_card_view_details .state-card .population-display{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:8px;border-radius:8px;box-shadow:0 8px 20px rgba(0,0,0,.05);position:relative;z-index:2;margin-top:8px;border:1px solid #dbd9ef}.Dashboard_listingView .state_card_view_details .state-card .population-label,.Dashboard_listingView .district_card_view_details .state-card .population-label,.Dashboard_listingView .taluka_card_view_details .state-card .population-label,.Dashboard_listingView .village_card_view_details .state-card .population-label{font-size:14px;color:var(--dark);font-weight:700;display:flex;align-items:center;gap:8px}.Dashboard_listingView .state_card_view_details .state-card .population-label .fi,.Dashboard_listingView .district_card_view_details .state-card .population-label .fi,.Dashboard_listingView .taluka_card_view_details .state-card .population-label .fi,.Dashboard_listingView .village_card_view_details .state-card .population-label .fi{font-size:16px;height:16px}.Dashboard_listingView .state_card_view_details .state-card .population-value,.Dashboard_listingView .district_card_view_details .state-card .population-value,.Dashboard_listingView .taluka_card_view_details .state-card .population-value,.Dashboard_listingView .village_card_view_details .state-card .population-value{font-size:16px;font-weight:800;color:var(--dark);position:relative}.Dashboard_listingView .state_card_view_details .state-card .card-content,.Dashboard_listingView .district_card_view_details .state-card .card-content,.Dashboard_listingView .taluka_card_view_details .state-card .card-content,.Dashboard_listingView .village_card_view_details .state-card .card-content{padding:0 10px 10px;flex:1;display:flex;flex-direction:column;gap:10px}.Dashboard_listingView .state_card_view_details .state-card .fi,.Dashboard_listingView .district_card_view_details .state-card .fi,.Dashboard_listingView .taluka_card_view_details .state-card .fi,.Dashboard_listingView .village_card_view_details .state-card .fi{font-size:16px;height:16px}.Dashboard_listingView .state_card_view_details .state-card .stat-item,.Dashboard_listingView .district_card_view_details .state-card .stat-item,.Dashboard_listingView .taluka_card_view_details .state-card .stat-item,.Dashboard_listingView .village_card_view_details .state-card .stat-item{border-radius:6px;padding:6px;transition:var(--transition);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:10px}.Dashboard_listingView .state_card_view_details .state-card .stat-icon,.Dashboard_listingView .district_card_view_details .state-card .stat-icon,.Dashboard_listingView .taluka_card_view_details .state-card .stat-icon,.Dashboard_listingView .village_card_view_details .state-card .stat-icon{display:flex;align-items:center;gap:6px;line-height:1;color:#181d1f}.Dashboard_listingView .state_card_view_details .state-card .stat-icon .fi,.Dashboard_listingView .district_card_view_details .state-card .stat-icon .fi,.Dashboard_listingView .taluka_card_view_details .state-card .stat-icon .fi,.Dashboard_listingView .village_card_view_details .state-card .stat-icon .fi{font-size:14px;height:14px}.Dashboard_listingView .state_card_view_details .state-card .stat-value,.Dashboard_listingView .district_card_view_details .state-card .stat-value,.Dashboard_listingView .taluka_card_view_details .state-card .stat-value,.Dashboard_listingView .village_card_view_details .state-card .stat-value{font-size:14px;font-weight:700;color:#181d1f;line-height:1;margin-bottom:5px}.Dashboard_listingView .state_card_view_details .state-card .stat-label,.Dashboard_listingView .district_card_view_details .state-card .stat-label,.Dashboard_listingView .taluka_card_view_details .state-card .stat-label,.Dashboard_listingView .village_card_view_details .state-card .stat-label{font-size:13px;color:#181d1f;font-weight:600}.Dashboard_listingView .state_card_view_details .state-card .highlights-section,.Dashboard_listingView .district_card_view_details .state-card .highlights-section,.Dashboard_listingView .taluka_card_view_details .state-card .highlights-section,.Dashboard_listingView .village_card_view_details .state-card .highlights-section{display:flex;justify-content:space-evenly;position:relative;overflow:hidden;background:#f5f5ff;border-radius:6px}.Dashboard_listingView .state_card_view_details .state-card .highlight-item,.Dashboard_listingView .district_card_view_details .state-card .highlight-item,.Dashboard_listingView .taluka_card_view_details .state-card .highlight-item,.Dashboard_listingView .village_card_view_details .state-card .highlight-item{text-align:center;position:relative;z-index:2;display:flex;align-items:center;flex-direction:column;gap:4px;width:100%}.Dashboard_listingView .state_card_view_details .state-card .highlight-item:not(:last-child) .highlight-circle::after,.Dashboard_listingView .district_card_view_details .state-card .highlight-item:not(:last-child) .highlight-circle::after,.Dashboard_listingView .taluka_card_view_details .state-card .highlight-item:not(:last-child) .highlight-circle::after,.Dashboard_listingView .village_card_view_details .state-card .highlight-item:not(:last-child) .highlight-circle::after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:2px;height:20px;background:#e7e7f9}.Dashboard_listingView .state_card_view_details .state-card .highlight-circle,.Dashboard_listingView .district_card_view_details .state-card .highlight-circle,.Dashboard_listingView .taluka_card_view_details .state-card .highlight-circle,.Dashboard_listingView .village_card_view_details .state-card .highlight-circle{padding:2px 12px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;background:#f5f5ff;background-clip:#eee;width:100%}.Dashboard_listingView .state_card_view_details .state-card .highlight-count,.Dashboard_listingView .district_card_view_details .state-card .highlight-count,.Dashboard_listingView .taluka_card_view_details .state-card .highlight-count,.Dashboard_listingView .village_card_view_details .state-card .highlight-count{font-size:16px;font-weight:800;color:#181d1f}.Dashboard_listingView .state_card_view_details .state-card .highlight-label,.Dashboard_listingView .district_card_view_details .state-card .highlight-label,.Dashboard_listingView .taluka_card_view_details .state-card .highlight-label,.Dashboard_listingView .village_card_view_details .state-card .highlight-label{font-size:13px;color:#181d1f;font-weight:700}.Dashboard_listingView .state_card_view_details .state-card .highlight-circle:hover .highlight-label,.Dashboard_listingView .district_card_view_details .state-card .highlight-circle:hover .highlight-label,.Dashboard_listingView .taluka_card_view_details .state-card .highlight-circle:hover .highlight-label,.Dashboard_listingView .village_card_view_details .state-card .highlight-circle:hover .highlight-label{text-decoration:underline;color:#5862c6}.Dashboard_listingView .state_card_view_details .state-card .action-btn,.Dashboard_listingView .district_card_view_details .state-card .action-btn,.Dashboard_listingView .taluka_card_view_details .state-card .action-btn,.Dashboard_listingView .village_card_view_details .state-card .action-btn{display:flex;height:34px;justify-content:center;align-items:center;line-height:30px;border:1px solid;border-radius:6px;text-align:center;font-size:14px;color:#181d1f;font-weight:600;gap:8px;text-decoration:none;box-sizing:border-box;position:relative;border:1px solid #dbe0e6;background:#fff}.Dashboard_listingView .state_card_view_details .state-card .action-btn .fi,.Dashboard_listingView .district_card_view_details .state-card .action-btn .fi,.Dashboard_listingView .taluka_card_view_details .state-card .action-btn .fi,.Dashboard_listingView .village_card_view_details .state-card .action-btn .fi{font-size:16px;height:16px}.Dashboard_listingView .state_card_view_details .state-card .action-btn:hover,.Dashboard_listingView .district_card_view_details .state-card .action-btn:hover,.Dashboard_listingView .taluka_card_view_details .state-card .action-btn:hover,.Dashboard_listingView .village_card_view_details .state-card .action-btn:hover{transform:translateY(-3px);box-shadow:0px 7px 16px -8px #535ec3}.Dashboard_listingView .state_card_view_details .state-card:hover .action-btn,.Dashboard_listingView .district_card_view_details .state-card:hover .action-btn,.Dashboard_listingView .taluka_card_view_details .state-card:hover .action-btn,.Dashboard_listingView .village_card_view_details .state-card:hover .action-btn{background:#747ed3;border:1px solid #747ed3;color:#fff;font-weight:700}@keyframes cardAppear{from{opacity:0;transform:translateY(30px) scale(0.95)}to{opacity:1;transform:translateY(0) scale(1)}}.Dashboard_listingView .state_card_view_details .state-card .state-card,.Dashboard_listingView .district_card_view_details .state-card .state-card,.Dashboard_listingView .taluka_card_view_details .state-card .state-card,.Dashboard_listingView .village_card_view_details .state-card .state-card{animation:cardAppear .6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;opacity:0}.Dashboard_listingView .state_card_view_details .state-card .state-card:nth-child(1),.Dashboard_listingView .district_card_view_details .state-card .state-card:nth-child(1),.Dashboard_listingView .taluka_card_view_details .state-card .state-card:nth-child(1),.Dashboard_listingView .village_card_view_details .state-card .state-card:nth-child(1){animation-delay:.1s}.Dashboard_listingView .state_card_view_details .state-card .state-card:nth-child(2),.Dashboard_listingView .district_card_view_details .state-card .state-card:nth-child(2),.Dashboard_listingView .taluka_card_view_details .state-card .state-card:nth-child(2),.Dashboard_listingView .village_card_view_details .state-card .state-card:nth-child(2){animation-delay:.2s}.Dashboard_listingView .state_card_view_details .state-card .state-card:nth-child(3),.Dashboard_listingView .district_card_view_details .state-card .state-card:nth-child(3),.Dashboard_listingView .taluka_card_view_details .state-card .state-card:nth-child(3),.Dashboard_listingView .village_card_view_details .state-card .state-card:nth-child(3){animation-delay:.3s}.Dashboard_listingView .state_card_view_details .state-card .state-card:nth-child(4),.Dashboard_listingView .district_card_view_details .state-card .state-card:nth-child(4),.Dashboard_listingView .taluka_card_view_details .state-card .state-card:nth-child(4),.Dashboard_listingView .village_card_view_details .state-card .state-card:nth-child(4){animation-delay:.4s}.Dashboard_listingView .state_card_view_details .state-card .state-card:nth-child(5),.Dashboard_listingView .district_card_view_details .state-card .state-card:nth-child(5),.Dashboard_listingView .taluka_card_view_details .state-card .state-card:nth-child(5),.Dashboard_listingView .village_card_view_details .state-card .state-card:nth-child(5){animation-delay:.5s}.Dashboard_listingView .state_card_view_details .state-card .state-card:nth-child(6),.Dashboard_listingView .district_card_view_details .state-card .state-card:nth-child(6),.Dashboard_listingView .taluka_card_view_details .state-card .state-card:nth-child(6),.Dashboard_listingView .village_card_view_details .state-card .state-card:nth-child(6){animation-delay:.6s}.Dashboard_listingView .state_card_view_details .state-card .state-card:nth-child(7),.Dashboard_listingView .district_card_view_details .state-card .state-card:nth-child(7),.Dashboard_listingView .taluka_card_view_details .state-card .state-card:nth-child(7),.Dashboard_listingView .village_card_view_details .state-card .state-card:nth-child(7){animation-delay:.7s}.Dashboard_listingView .state_card_view_details .state-card .state-card:nth-child(8),.Dashboard_listingView .district_card_view_details .state-card .state-card:nth-child(8),.Dashboard_listingView .taluka_card_view_details .state-card .state-card:nth-child(8),.Dashboard_listingView .village_card_view_details .state-card .state-card:nth-child(8){animation-delay:.8s}.Dashboard_listingView .state_card_view_details .state-card ::-webkit-scrollbar,.Dashboard_listingView .district_card_view_details .state-card ::-webkit-scrollbar,.Dashboard_listingView .taluka_card_view_details .state-card ::-webkit-scrollbar,.Dashboard_listingView .village_card_view_details .state-card ::-webkit-scrollbar{width:10px}.Dashboard_listingView .state_card_view_details .state-card ::-webkit-scrollbar-track,.Dashboard_listingView .district_card_view_details .state-card ::-webkit-scrollbar-track,.Dashboard_listingView .taluka_card_view_details .state-card ::-webkit-scrollbar-track,.Dashboard_listingView .village_card_view_details .state-card ::-webkit-scrollbar-track{background:#f0f0ff;border-radius:10px}.Dashboard_listingView .state_card_view_details .state-card ::-webkit-scrollbar-thumb,.Dashboard_listingView .district_card_view_details .state-card ::-webkit-scrollbar-thumb,.Dashboard_listingView .taluka_card_view_details .state-card ::-webkit-scrollbar-thumb,.Dashboard_listingView .village_card_view_details .state-card ::-webkit-scrollbar-thumb{background:linear-gradient(135deg, var(--primary), var(--accent));border-radius:10px}.Dashboard_listingView .state_card_view_details .state-card ::-webkit-scrollbar-thumb:hover,.Dashboard_listingView .district_card_view_details .state-card ::-webkit-scrollbar-thumb:hover,.Dashboard_listingView .taluka_card_view_details .state-card ::-webkit-scrollbar-thumb:hover,.Dashboard_listingView .village_card_view_details .state-card ::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg, var(--secondary), var(--primary))}.Dashboard_listingView .state_card_view_details .district-card:hover .action-btn,.Dashboard_listingView .district_card_view_details .district-card:hover .action-btn,.Dashboard_listingView .taluka_card_view_details .district-card:hover .action-btn,.Dashboard_listingView .village_card_view_details .district-card:hover .action-btn{border:1px solid #d28c3f;background:#d28c3f;color:#fff}.Dashboard_listingView .state_card_view_details .district-card .highlight-circle,.Dashboard_listingView .district_card_view_details .district-card .highlight-circle,.Dashboard_listingView .taluka_card_view_details .district-card .highlight-circle,.Dashboard_listingView .village_card_view_details .district-card .highlight-circle{background:#fff7ee}.Dashboard_listingView .state_card_view_details .district-card .highlight-item:not(:last-child) .highlight-circle::after,.Dashboard_listingView .district_card_view_details .district-card .highlight-item:not(:last-child) .highlight-circle::after,.Dashboard_listingView .taluka_card_view_details .district-card .highlight-item:not(:last-child) .highlight-circle::after,.Dashboard_listingView .village_card_view_details .district-card .highlight-item:not(:last-child) .highlight-circle::after{background:#f7e3d2}.Dashboard_listingView .state_card_view_details .district-card .highlight-circle:hover .highlight-label,.Dashboard_listingView .district_card_view_details .district-card .highlight-circle:hover .highlight-label,.Dashboard_listingView .taluka_card_view_details .district-card .highlight-circle:hover .highlight-label,.Dashboard_listingView .village_card_view_details .district-card .highlight-circle:hover .highlight-label{color:#916024}.Dashboard_listingView .state_card_view_details .district-card .state-badge,.Dashboard_listingView .district_card_view_details .district-card .state-badge,.Dashboard_listingView .taluka_card_view_details .district-card .state-badge,.Dashboard_listingView .village_card_view_details .district-card .state-badge{background:linear-gradient(135deg, #f7ae70, #c97525);box-shadow:0 8px 20px rgba(255,164,99,.3)}.Dashboard_listingView .state_card_view_details .district-card .card-top::before,.Dashboard_listingView .district_card_view_details .district-card .card-top::before,.Dashboard_listingView .taluka_card_view_details .district-card .card-top::before,.Dashboard_listingView .village_card_view_details .district-card .card-top::before{background:linear-gradient(135deg, #ffbca2 0%, transparent 70%)}.Dashboard_listingView .state_card_view_details .district-card .population-display,.Dashboard_listingView .district_card_view_details .district-card .population-display,.Dashboard_listingView .taluka_card_view_details .district-card .population-display,.Dashboard_listingView .village_card_view_details .district-card .population-display{border:1px solid #efe0d9}.Dashboard_listingView .state_card_view_details .district-card .map-btn,.Dashboard_listingView .district_card_view_details .district-card .map-btn,.Dashboard_listingView .taluka_card_view_details .district-card .map-btn,.Dashboard_listingView .village_card_view_details .district-card .map-btn{color:#fff;box-shadow:0 8px 20px rgba(255,164,99,.3);background:linear-gradient(135deg, #edbc80, #c36d29)}.Dashboard_listingView .state_card_view_details .district-card .map-btn:hover,.Dashboard_listingView .district_card_view_details .district-card .map-btn:hover,.Dashboard_listingView .taluka_card_view_details .district-card .map-btn:hover,.Dashboard_listingView .village_card_view_details .district-card .map-btn:hover{background:linear-gradient(135deg, #edbc80, #c36d29);box-shadow:0 12px 30px rgba(255,210,99,.25)}.Dashboard_listingView .state_card_view_details .district-card .action-btn:hover,.Dashboard_listingView .district_card_view_details .district-card .action-btn:hover,.Dashboard_listingView .taluka_card_view_details .district-card .action-btn:hover,.Dashboard_listingView .village_card_view_details .district-card .action-btn:hover{box-shadow:0px 7px 16px -8px #a5673b}.Dashboard_listingView .state_card_view_details .taluka-card .population-display,.Dashboard_listingView .district_card_view_details .taluka-card .population-display,.Dashboard_listingView .taluka_card_view_details .taluka-card .population-display,.Dashboard_listingView .village_card_view_details .taluka-card .population-display{border:1px solid #d9e2ef}.Dashboard_listingView .state_card_view_details .taluka-card:hover .action-btn,.Dashboard_listingView .district_card_view_details .taluka-card:hover .action-btn,.Dashboard_listingView .taluka_card_view_details .taluka-card:hover .action-btn,.Dashboard_listingView .village_card_view_details .taluka-card:hover .action-btn{background:#2e6baf;color:#fff;border:1px solid #2e6baf}.Dashboard_listingView .state_card_view_details .taluka-card .highlight-circle,.Dashboard_listingView .district_card_view_details .taluka-card .highlight-circle,.Dashboard_listingView .taluka_card_view_details .taluka-card .highlight-circle,.Dashboard_listingView .village_card_view_details .taluka-card .highlight-circle{background:#eef5ff}.Dashboard_listingView .state_card_view_details .taluka-card .highlight-circle:hover .highlight-label,.Dashboard_listingView .district_card_view_details .taluka-card .highlight-circle:hover .highlight-label,.Dashboard_listingView .taluka_card_view_details .taluka-card .highlight-circle:hover .highlight-label,.Dashboard_listingView .village_card_view_details .taluka-card .highlight-circle:hover .highlight-label{color:#243f91}.Dashboard_listingView .state_card_view_details .taluka-card .state-badge,.Dashboard_listingView .district_card_view_details .taluka-card .state-badge,.Dashboard_listingView .taluka_card_view_details .taluka-card .state-badge,.Dashboard_listingView .village_card_view_details .taluka-card .state-badge{background:linear-gradient(135deg, #4a7ceb, #1e64a7);box-shadow:0 8px 20px rgba(99,169,255,.3)}.Dashboard_listingView .state_card_view_details .taluka-card .card-top::before,.Dashboard_listingView .district_card_view_details .taluka-card .card-top::before,.Dashboard_listingView .taluka_card_view_details .taluka-card .card-top::before,.Dashboard_listingView .village_card_view_details .taluka-card .card-top::before{background:linear-gradient(135deg, #94bfff 0%, transparent 70%)}.Dashboard_listingView .state_card_view_details .taluka-card .map-btn,.Dashboard_listingView .district_card_view_details .taluka-card .map-btn,.Dashboard_listingView .taluka_card_view_details .taluka-card .map-btn,.Dashboard_listingView .village_card_view_details .taluka-card .map-btn{color:#fff;box-shadow:0 8px 20px rgba(99,169,255,.3);background:linear-gradient(135deg, #6facd7, #1847a7)}.Dashboard_listingView .state_card_view_details .taluka-card .action-btn:hover,.Dashboard_listingView .district_card_view_details .taluka-card .action-btn:hover,.Dashboard_listingView .taluka_card_view_details .taluka-card .action-btn:hover,.Dashboard_listingView .village_card_view_details .taluka-card .action-btn:hover{box-shadow:0px 7px 16px -8px #183e99}.Dashboard_listingView .state_card_view_details .village-card .population-display,.Dashboard_listingView .district_card_view_details .village-card .population-display,.Dashboard_listingView .taluka_card_view_details .village-card .population-display,.Dashboard_listingView .village_card_view_details .village-card .population-display{border:1px solid #daefd9}.Dashboard_listingView .state_card_view_details .village-card:hover .action-btn,.Dashboard_listingView .district_card_view_details .village-card:hover .action-btn,.Dashboard_listingView .taluka_card_view_details .village-card:hover .action-btn,.Dashboard_listingView .village_card_view_details .village-card:hover .action-btn{background:#2eaf5d;color:#fff;border:1px solid #2eaf5d}.Dashboard_listingView .state_card_view_details .village-card .highlight-circle,.Dashboard_listingView .district_card_view_details .village-card .highlight-circle,.Dashboard_listingView .taluka_card_view_details .village-card .highlight-circle,.Dashboard_listingView .village_card_view_details .village-card .highlight-circle{background:#efffee}.Dashboard_listingView .state_card_view_details .village-card .highlight-circle:hover .highlight-label,.Dashboard_listingView .district_card_view_details .village-card .highlight-circle:hover .highlight-label,.Dashboard_listingView .taluka_card_view_details .village-card .highlight-circle:hover .highlight-label,.Dashboard_listingView .village_card_view_details .village-card .highlight-circle:hover .highlight-label{color:#329124}.Dashboard_listingView .state_card_view_details .village-card .state-badge,.Dashboard_listingView .district_card_view_details .village-card .state-badge,.Dashboard_listingView .taluka_card_view_details .village-card .state-badge,.Dashboard_listingView .village_card_view_details .village-card .state-badge{background:linear-gradient(135deg, #4aeb99, #1ea74c);box-shadow:0 8px 20px rgba(99,255,154,.3)}.Dashboard_listingView .state_card_view_details .village-card .card-top::before,.Dashboard_listingView .district_card_view_details .village-card .card-top::before,.Dashboard_listingView .taluka_card_view_details .village-card .card-top::before,.Dashboard_listingView .village_card_view_details .village-card .card-top::before{background:linear-gradient(135deg, #94ffba 0%, transparent 70%)}.Dashboard_listingView .state_card_view_details .village-card .map-btn,.Dashboard_listingView .district_card_view_details .village-card .map-btn,.Dashboard_listingView .taluka_card_view_details .village-card .map-btn,.Dashboard_listingView .village_card_view_details .village-card .map-btn{color:#fff;box-shadow:0 8px 20px rgba(99,255,140,.3);background:linear-gradient(135deg, #6fd78f, #18a74e)}.Dashboard_listingView .state_card_view_details .village-card .map-btn:hover,.Dashboard_listingView .district_card_view_details .village-card .map-btn:hover,.Dashboard_listingView .taluka_card_view_details .village-card .map-btn:hover,.Dashboard_listingView .village_card_view_details .village-card .map-btn:hover{box-shadow:0 12px 30px rgba(99,255,140,.2)}.Dashboard_listingView .state_card_view_details .village-card .card-content,.Dashboard_listingView .district_card_view_details .village-card .card-content,.Dashboard_listingView .taluka_card_view_details .village-card .card-content,.Dashboard_listingView .village_card_view_details .village-card .card-content{color:#7d6257}.Dashboard_listingView .state_card_view_details .village-card .action-btn:hover,.Dashboard_listingView .district_card_view_details .village-card .action-btn:hover,.Dashboard_listingView .taluka_card_view_details .village-card .action-btn:hover,.Dashboard_listingView .village_card_view_details .village-card .action-btn:hover{box-shadow:0px 7px 16px -8px #189920}.Dashboard_listingView .listGrid_toggle button.active .text{color:#fff}.modal-footer.qr_code_scan_footer{justify-content:space-between !important;padding:4px 8px}.modal-footer.qr_code_scan_footer .scanned_qr{font-size:13px;font-weight:600;display:flex;align-items:center}.modal-footer.qr_code_scan_footer .scanned_qr span{font-size:18px;font-weight:700;margin-left:4px}.common_table_data_notFound{display:flex;align-items:center;justify-content:center;min-height:100%;width:100%}.common_table_data_notFound .nl-card{background:#fff;text-align:center;width:temp(70%, auto, 440px);animation:nl-fade-in .6s ease-out;display:flex;align-items:center;flex-direction:column;justify-content:center}.common_table_data_notFound .nl-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:180px;animation:nl-float 4s ease-in-out infinite}.common_table_data_notFound .nl-heading{font-size:24px;font-weight:700;color:#181d1f;margin:6px 0}.common_table_data_notFound .nl-subtext{font-size:16px;color:#78716c;margin:0 auto 15px auto;line-height:1.2}@keyframes nl-float{0%{transform:translateY(0px)}50%{transform:translateY(-10px)}100%{transform:translateY(0px)}}@keyframes nl-fade-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.remarks_help{position:relative}.remarks_help .input-group{position:absolute;right:0;width:32px;bottom:0}body:has(.header-list-common.hidden) .erp-table-container{border-top:0}.kyc_modal_body{padding:30px}.kyc_modal_body .acc-name-section{background:#f0f2f9;padding:8px;border-radius:6px}.kyc_modal_body .acc-Name{font-size:16px;font-weight:700;color:#2f61c9}.kyc_modal_body .css-1j755uu-control,.kyc_modal_body .css-1j755uu-control{min-height:32px}.kyc_modal_body .css-1cll6hx{height:32px !important}.new_print_modal.liveRate_setting_modal .section{height:100%}.new_print_modal.liveRate_setting_modal .section::before{content:none}.new_print_modal.liveRate_setting_modal .css-b62m3t-container{background:#fff}.new_print_modal.liveRate_setting_modal .section.gold{background:linear-gradient(45deg, #fffaf0, transparent);border-left:3px solid #ebbe53}.new_print_modal.liveRate_setting_modal .section.gold .section-title{color:#c67000}.new_print_modal.liveRate_setting_modal .section.silver{background:linear-gradient(45deg, #f3f3f3, transparent);border-left:3px solid #c3c2bf}.new_print_modal.liveRate_setting_modal .section.silver .section-title{color:#181d1f}.new_print_modal.liveRate_setting_modal .section-title{font-weight:700}.new_print_modal.liveRate_setting_modal .section-title i{font-size:20px;height:20px}.dailyratehistory_page .ag-theme-quartz{height:calc(var(--usable-height) - 125px)}.physical_TagWise.rfid_mapping .header-table.rfidmapping{width:100%}.physical_TagWise.rfid_mapping .header-table.rfidmapping th:last-child{border-right:0}.physical_TagWise.rfid_mapping .rfid_mapping_container{border-radius:0;border-top:0;border-bottom:0}.physical_TagWise.rfid_mapping .footer-table.rfidmapping{left:8px;width:calc(100% - 15px)}.physical_TagWise.rfid_mapping .table-wrapper .table_data.scan_grid{border-left:0;border-right:0;height:calc(var(--usable-height) - 195px)}.physical_TagWise.rfid_mapping .tagwise_action_btns{display:none}.physical_TagWise.rfid_mapping .pcs_count{display:flex;gap:6px;align-items:center;border:1px solid #1f59b4;border-left:4px solid #1f59b4;background:linear-gradient(135deg, #fff, #f0f2ff);box-shadow:0px 4px 4px -3px #e0e0e0;border-radius:6px;padding:4px 10px 4px 4px;height:30px;width:fit-content}.physical_TagWise.rfid_mapping .pcs_count .pcs_value{font-size:16px;color:#1f59b4;font-weight:800}.ag-theme-quartz.border-top-remove.menu_table_grid .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:4px}.process_dashboard .menu_section{background:linear-gradient(100deg, #2f61c9 0%, #83a8f7 100%);color:#fff;padding:6px;display:flex;flex-direction:column;height:calc(var(--usable-height) - 100px);box-shadow:2px 0 8px rgba(0,0,0,.1);overflow-y:auto;scrollbar-width:none}.process_dashboard .menu_section .menu_lists{list-style:none}.process_dashboard .menu_section .menu_lists .list_item{text-decoration:none;color:#fff;font-weight:600;padding:10px;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;border:1px solid rgba(0,0,0,0);line-height:1.2;font-size:14px;margin-bottom:4px;cursor:pointer}.process_dashboard .menu_section .menu_lists .list_item .fi{margin-right:8px;font-size:18px;height:18px;color:#fff}.process_dashboard .menu_section .menu_lists .list_item:hover,.process_dashboard .menu_section .menu_lists .list_item.active{border:1px solid #80a9ff;background:#3467d2;font-weight:800}.process_dashboard .lot_gen_content .side_detail_transfer{margin-bottom:4px}.order_dashboard{height:calc(var(--usable-height) - 100px);overflow:hidden}.order_dashboard .card_section .card_details_section{height:calc(var(--usable-height) - 165px);overflow-y:auto;overflow-x:hidden}.order_dashboard .card_section .card_details_section .card_details_list{display:grid;grid-template-columns:repeat(auto-fill, minmax(430px, 1fr));gap:15px;padding:5px}.order_dashboard .card_section .card_details_section .card_details_list .order-card{background:#fff;border-radius:8px;box-shadow:0 4px 5px rgba(0,0,0,.06);border:1px solid #dbe0e6;position:relative}.order_dashboard .card_section .card_details_section .card_details_list .order-card.delay_order_card:nth-child(5n),.order_dashboard .card_section .card_details_section .card_details_list .order-card.delay_order_card:nth-child(7n){border-top:2px solid #e04546}.order_dashboard .card_section .card_details_section .card_details_list .order-card.delay_order_card:nth-child(5n)::after,.order_dashboard .card_section .card_details_section .card_details_list .order-card.delay_order_card:nth-child(7n)::after{content:"Delay - 2";background:#e04546;color:#fff;padding:2px 12px;position:absolute;border-radius:0 0 8px 8px;top:0;left:50%;transform:translateX(-50%);font-weight:700}.order_dashboard .card_section .card_details_section .card_details_list .order-card.delay_order_card:nth-child(5n) .delay_alert,.order_dashboard .card_section .card_details_section .card_details_list .order-card.delay_order_card:nth-child(7n) .delay_alert{background:#e04546;color:#fff;padding:2px 12px;position:absolute;border-radius:0 0 8px 8px;top:0;left:50%;transform:translateX(-50%);font-weight:700}.order_dashboard .card_section .card_details_section .card_details_list .order-card:hover{border:1px solid #2f61c9}.order_dashboard .card_section .card_details_section .card_details_list .card_header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#f7f7f7;border-radius:8px 8px 0 0}.order_dashboard .card_section .card_details_section .card_details_list .card_header .left{display:flex;gap:10px;align-items:center}.order_dashboard .card_section .card_details_section .card_details_list .card_header .left .checkboxs{padding-left:24px;margin-bottom:0}.order_dashboard .card_section .card_details_section .card_details_list .card_header h4{font-size:16px}.order_dashboard .card_section .card_details_section .card_details_list .date{font-size:13px;color:#181d1f;font-weight:600}.order_dashboard .card_section .card_details_section .card_details_list .card-body{display:flex;justify-content:space-between;padding:10px}.order_dashboard .card_section .card_details_section .card_details_list .details{display:flex;flex-direction:column}.order_dashboard .card_section .card_details_section .card_details_list .details .item_itemGroup{font-size:16px;font-weight:700;color:#1f59b4}.order_dashboard .card_section .card_details_section .card_details_list .details span{color:#181d1f;font-weight:600}.order_dashboard .card_section .card_details_section .card_details_list .progress{width:80px;height:80px;background:rgba(0,0,0,0);position:relative}.order_dashboard .card_section .card_details_section .card_details_list .progress .progress_value{font-size:16px;font-weight:700;color:#181d1f}.order_dashboard .card_section .card_details_section .card_details_list .progress span{position:absolute;inset:0;display:grid;place-items:center;font-weight:600}.order_dashboard .card_section .card_details_section .card_details_list .progress svg{width:80px;transform:rotate(-90deg)}.order_dashboard .card_section .card_details_section .card_details_list .progress .bg{fill:none;stroke:#eee;stroke-width:3}.order_dashboard .card_section .card_details_section .card_details_list .progress .fg{fill:none;stroke:#4f46e5;stroke-width:3;stroke-linecap:round}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details{padding:12px;border-top:1px solid #eee}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data{display:flex;align-items:center;justify-content:space-between;gap:4px;flex-wrap:wrap}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data strong{font-size:15px}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .data_badge,.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .menu_status_badge{display:flex;align-items:center;justify-content:center;border-radius:30px;border:none;padding:6px 14px;font-weight:700;line-height:1}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .data_badge.ghatt,.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .menu_status_badge.ghatt{background:#e3e0ff;color:#150b76}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .data_badge.jadtar,.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .menu_status_badge.jadtar{background:#ffe7d8;color:#76340b}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .data_badge.mino,.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .menu_status_badge.mino{background:#e0f5ff;color:#0b2476}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .data_badge.polish,.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .menu_status_badge.polish{background:#e5ffe0;color:#29760b}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .menu_status_badge{border-radius:6px;background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);color:#fff}.order_dashboard .card_section .card_details_section .card_details_list .card-stats{display:grid;grid-template-columns:.8fr auto 1fr auto 1.2fr;align-items:center;padding:12px 0;border-top:1px solid #eee}.order_dashboard .card_section .card_details_section .card_details_list .card-stats .item_content{display:flex;align-items:center;justify-content:center;gap:8px}.order_dashboard .card_section .card_details_section .card_details_list .card-stats .item_content i.fi{font-size:20px;height:20px;color:#888}.order_dashboard .card_section .card_details_section .card_details_list .card-stats .item_content strong{font-size:15px;font-weight:700;color:#000}.order_dashboard .card_section .card_details_section .card_details_list .card-stats .item_content .form-label{display:block;font-weight:600;margin-bottom:0}.order_dashboard .card_section .card_details_section .card_details_list .card-stats .divider{width:1px;height:24px;background:#ccc}.order_dashboard .card_section .card_details_section .card_details_list .card_footer{display:flex;justify-content:end;padding:10px;background:#f6f8ff;border-radius:0 0 8px 8px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer:has(.status_update){justify-content:space-between}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .status_update{display:flex;gap:6px;align-items:center;position:relative}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .status_update .status_value{border-radius:6px;border:1px solid #b8e0be;background:#edffe9;padding:2px 10px;display:flex;align-items:center;justify-content:baseline;min-height:30px;gap:4px;color:green;font-weight:700;line-height:1}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .status_update .status_value .fi{font-size:16px;height:16px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .status_update .status_value.pending{border:1px solid #e0d4b8;background:#fffbe9;color:#804e00}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .filter-dropdown{right:unset;left:0;border:1px solid #c5c5c5;width:250px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .filter-dropdown::before{right:unset;left:25px;border-top:1px solid #c5c5c5;border-left:1px solid #c5c5c5}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .filter-dropdown .detailed_box{display:grid;grid-template-columns:repeat(2, 1fr);gap:6px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .filter-dropdown .detailed_box .item_details{display:flex;flex-direction:column}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .filter-dropdown .detailed_box .item_details .form-label{color:#969696 !important;margin-bottom:0}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .filter-dropdown .detailed_box .item_details strong{font-size:16px;font-weight:700;color:#000}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .react-select.form-control__control.css-1tdxct7-control,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-s94jr6-control,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-13cymwt-control,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-t3ipsp-control{height:30px;min-height:30px !important;background:#fff3e9;border:1px solid #e0c8b8 !important;box-shadow:none !important;cursor:pointer;border-radius:6px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .react-select.form-control__control.css-1tdxct7-control:hover,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-s94jr6-control:hover,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-13cymwt-control:hover,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-t3ipsp-control:hover{background:#cf814c;border:1px solid #cf814c !important}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .react-select.form-control__control.css-1tdxct7-control:hover .dropdown_value span,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .react-select.form-control__control.css-1tdxct7-control:hover .dropdown_value .fi,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .react-select.form-control__control.css-1tdxct7-control:hover .css-tj5bde-Svg,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-s94jr6-control:hover .dropdown_value span,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-s94jr6-control:hover .dropdown_value .fi,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-s94jr6-control:hover .css-tj5bde-Svg,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-13cymwt-control:hover .dropdown_value span,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-13cymwt-control:hover .dropdown_value .fi,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-13cymwt-control:hover .css-tj5bde-Svg,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-t3ipsp-control:hover .dropdown_value span,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-t3ipsp-control:hover .dropdown_value .fi,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-t3ipsp-control:hover .css-tj5bde-Svg{color:#fff;fill:#fff}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .react-select.form-control__control.css-1tdxct7-control .react-select.form-control__value-container.css-f0tfui,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .react-select.form-control__control.css-1tdxct7-control .css-hlgwow,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-s94jr6-control .react-select.form-control__value-container.css-f0tfui,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-s94jr6-control .css-hlgwow,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-13cymwt-control .react-select.form-control__value-container.css-f0tfui,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-13cymwt-control .css-hlgwow,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-t3ipsp-control .react-select.form-control__value-container.css-f0tfui,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-t3ipsp-control .css-hlgwow{height:30px !important;padding:0 20px 2px 8px !important}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .react-select.form-control__control.css-1tdxct7-control .css-1cll6hx,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-s94jr6-control .css-1cll6hx,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-13cymwt-control .css-1cll6hx,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-t3ipsp-control .css-1cll6hx{height:28px !important}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-cpryk8-menu{margin:0}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-d7l1ni-option,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-tr4s17-option{background:#fff !important;border-radius:6px;padding:0 !important}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_options,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_value{display:flex;align-items:center;gap:6px;border-radius:6px;cursor:pointer}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_options:hover,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_value:hover{background:#46a321}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_options:hover .fi,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_options:hover span,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_value:hover .fi,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_value:hover span{color:#fff}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_options .fi,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_value .fi{font-size:16px;height:16px;color:#76500b}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_options span,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_value span{font-size:14px;font-weight:700;color:#76500b;line-height:1.2}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_options{padding:8px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-d7l1ni-option,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-tr4s17-option{background:#edffe9 !important;color:#0b761e}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-d7l1ni-option .fi,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-d7l1ni-option span,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-tr4s17-option .fi,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-tr4s17-option span{color:#0b761e}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-d7l1ni-option span,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-tr4s17-option span{font-size:14px;font-weight:700}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .action_btns{display:flex;gap:4px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .action_btns .outline_btn{height:30px;line-height:30px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .action_btns .outline_btn .text{font-size:13px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .action_btns .outline_btn .fi{height:16px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .action_btns .outline_btn.transfer{background:#f3f2ff;border:1px solid #adaddb}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .action_btns .outline_btn.transfer:hover{background:#7373d7;border:1px solid #7373d7}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .action_btns .outline_btn.order_canel{background:#ffebeb;border:1px solid #d1a1a1}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .action_btns .outline_btn.order_canel:hover{background:#df4747;border:1px solid #df4747}.order_dashboard .card_section .status_details{padding:6px 12px 6px 10px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;min-width:280px;min-height:50px;border-radius:8px;border:1.5px solid #ffead2;background:linear-gradient(135deg, #FFFDEE 0%, rgba(255, 224, 224, 0.5) 100%);cursor:pointer;position:relative;gap:12px}.order_dashboard .card_section .status_details::after{content:"";position:absolute;top:0;left:0px;z-index:0;opacity:.15;background:linear-gradient(135deg, #FFDF5F 0%, #F67B39 100%);width:55px;height:100%;border-radius:8px 20px 20px 8px}.order_dashboard .card_section .status_details .status_icon{display:flex;justify-content:center;align-items:center;gap:12px;position:relative;z-index:1}.order_dashboard .card_section .status_details .status_icon span{font-size:16px;font-weight:600}.order_dashboard .card_section .status_details .status_icon .fi{display:flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(135deg, #FFD45F 0%, #F69839 100%);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);width:34px;height:34px;font-size:20px;color:#fff}.order_dashboard .card_section .status_details:hover,.order_dashboard .card_section .status_details.active{border:1.5px solid #b1742f;box-shadow:0 2px 9px 0 #ffeac1}.order_dashboard .card_section .status_details .stock.pending_stock{font-size:16px;font-weight:600}.order_dashboard .card_section .status_details .stock.pending_stock span{font-size:20px;font-weight:800;margin-right:3px}.order_dashboard .card_section .status_details.confirm{border:1.5px solid #cbefe8;background:linear-gradient(135deg, #F0FDFA 0%, rgba(203, 251, 241, 0.5) 100%)}.order_dashboard .card_section .status_details.confirm::after{background:linear-gradient(135deg, #00BBA7 0%, #009689 100%)}.order_dashboard .card_section .status_details.confirm:hover,.order_dashboard .card_section .status_details.confirm.active{border:1.5px solid #0b761e;box-shadow:0 2px 9px 0 #cbe9e5}.order_dashboard .card_section .status_details.confirm .status_icon .fi{background:linear-gradient(135deg, #00BBA7 0%, #009689 100%);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.order_dashboard .card_section .status_details.issue_pending{border:1.5px solid #d0daff;background:linear-gradient(135deg, #EEF2FF 0%, rgba(224, 231, 255, 0.5) 100%)}.order_dashboard .card_section .status_details.issue_pending::after{background:linear-gradient(135deg, #615FFF 0%, #4F39F6 100%)}.order_dashboard .card_section .status_details.issue_pending:hover,.order_dashboard .card_section .status_details.issue_pending.active{border:1.5px solid #274ad4;box-shadow:0 2px 9px 0 #e0e3fe}.order_dashboard .card_section .status_details.issue_pending .status_icon .fi{background:linear-gradient(135deg, #615FFF 0%, #4F39F6 100%);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.order_dashboard .card_section .status_details.party_confirm{border:1.5px solid #b8d2e5;background:linear-gradient(135deg, #eef9ff 0%, rgba(224, 245, 255, 0.5) 100%)}.order_dashboard .card_section .status_details.party_confirm::after{background:linear-gradient(135deg, #5ff0ff 0%, #39a6f6 100%)}.order_dashboard .card_section .status_details.party_confirm:hover,.order_dashboard .card_section .status_details.party_confirm.active{border:1.5px solid #337baf;box-shadow:0 2px 9px 0 #e0f7fe}.order_dashboard .card_section .status_details.party_confirm .status_icon .fi{background:linear-gradient(135deg, #5faeff 0%, #2c90d9 100%);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.order_dashboard .card_section .advanced-search-wrapper{display:flex;align-items:center;gap:10px;padding:8px 52px 8px 12px;background:#fff;border-radius:8px;box-shadow:0 5px 13px rgba(0,0,0,.08);min-width:600px;max-width:900px;margin:auto;border:1px solid #e7e7e7;min-height:50px;position:relative}.order_dashboard .card_section .advanced-search-wrapper .field-group{flex:1}.order_dashboard .card_section .advanced-search-wrapper .field-group.helpbtnradiusright .form-control.HelpInput{border:none}.order_dashboard .card_section .advanced-search-wrapper .field-group.helpbtnradiusright .Icon-Full-Btn.F2{border-radius:4px !important;background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%) !important;color:#fff !important;border:0 !important;width:30px}.order_dashboard .card_section .advanced-search-wrapper.search_bar{padding:8px 45px 8px 12px;min-width:400px}.order_dashboard .card_section .advanced-search-wrapper.search_bar input{background:rgba(0,0,0,0) !important;font-size:15px;border:none}.order_dashboard .card_section .advanced-search-wrapper .field-group .field_input,.order_dashboard .card_section .advanced-search-wrapper .field-group .css-b62m3t-container .css-116kd9q-control{width:100%;border:none;outline:none;font-size:15px;color:#181d1f;font-weight:600;background:rgba(0,0,0,0);cursor:text}.order_dashboard .card_section .advanced-search-wrapper .field-group .search_icon{padding:4px;height:36px;width:36px;border-radius:8px;border:none;background:linear-gradient(154deg, #f97316 0%, #fb923c 100%);display:flex;align-items:center;justify-content:center;position:absolute;top:6px;right:6px}.order_dashboard .card_section .advanced-search-wrapper .field-group .search_icon .fi{font-size:18px;height:18px;color:#fff}.order_dashboard .card_section .advanced-search-wrapper .divider{width:2px;height:24px;background:#e7e7e7}.order_dashboard .lot_sidenav .sidenav_header{padding:12px;border-bottom:1px solid #dbe0e6;display:flex;align-items:center;justify-content:space-between}.order_dashboard .lot_sidenav .sidenav_header .header_title{display:flex;align-items:center;gap:12px}.order_dashboard .lot_sidenav .sidenav_header .fi{font-size:18px;height:18px}.order_dashboard .lot_sidenav .sidenav_header .closebtn{padding:2px 6px;border-radius:4px;position:unset;font-size:24px}.order_dashboard .lot_sidenav .sidenav_header .closebtn:hover{background:#dbe0e6}.order_dashboard .lot_sidenav .sidenav_header h4{font-size:18px;font-weight:700}.order_dashboard .lot_sidenav .lot_gen_content{margin:0px}.order_dashboard .lot_sidenav .menu_lists{display:grid;grid-template-columns:repeat(auto-fill, minmax(140px, 1fr));gap:8px;padding:12px 0}.order_dashboard .lot_sidenav .menu_lists li{background:#f7f7e9;border:1px solid #dcdda7;color:#181d1f;line-height:1.2;font-weight:700;display:flex;justify-content:center;align-items:center;gap:14px;padding:8px 6px;border-radius:10px;transition:transform .3s;position:relative;flex-direction:column;cursor:pointer;text-align:center;min-height:80px}.order_dashboard .lot_sidenav .menu_lists li:hover{transform:scale(1.02);border:1px solid #a79400}.order_dashboard .lot_sidenav .menu_lists li .fi{font-size:26px;height:26px;color:#a79400}.order_dashboard .lot_sidenav .modal-content .modal-footercustom{padding-top:4px}.process_dashboard .menu_section{background:linear-gradient(100deg, #2f61c9 0%, #83a8f7 100%);color:#fff;padding:6px;display:flex;flex-direction:column;height:calc(var(--usable-height) - 100px);box-shadow:2px 0 8px rgba(0,0,0,.1);overflow-y:auto;scrollbar-width:none}.process_dashboard .menu_section .menu_lists{list-style:none}.process_dashboard .menu_section .menu_lists .list_item{text-decoration:none;color:#fff;font-weight:600;padding:10px;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;border:1px solid rgba(0,0,0,0);line-height:1.2;font-size:14px;margin-bottom:4px;cursor:pointer}.process_dashboard .menu_section .menu_lists .list_item .fi{margin-right:8px;font-size:18px;height:18px;color:#fff}.process_dashboard .menu_section .menu_lists .list_item:hover,.process_dashboard .menu_section .menu_lists .list_item.active{border:1px solid #80a9ff;background:#3467d2;font-weight:800}.process_dashboard .lot_gen_content .side_detail_transfer{margin-bottom:4px}.order_dashboard{height:calc(var(--usable-height) - 100px);overflow:hidden}.order_dashboard .card_section .card_details_section{height:calc(var(--usable-height) - 165px);overflow-y:auto;overflow-x:hidden}.order_dashboard .card_section .card_details_section .card_details_list{display:grid;grid-template-columns:repeat(auto-fill, minmax(430px, 1fr));gap:15px;padding:5px}.order_dashboard .card_section .card_details_section .card_details_list .order-card{background:#fff;border-radius:8px;box-shadow:0 4px 5px rgba(0,0,0,.06);border:1px solid #dbe0e6;position:relative}.order_dashboard .card_section .card_details_section .card_details_list .order-card.delay_order_card:nth-child(5n),.order_dashboard .card_section .card_details_section .card_details_list .order-card.delay_order_card:nth-child(7n){border-top:2px solid #e04546}.order_dashboard .card_section .card_details_section .card_details_list .order-card.delay_order_card:nth-child(5n) .delay_alert,.order_dashboard .card_section .card_details_section .card_details_list .order-card.delay_order_card:nth-child(7n) .delay_alert{background:#e04546;color:#fff;padding:2px 12px;position:absolute;border-radius:0 0 8px 8px;top:0;left:50%;transform:translateX(-50%);font-weight:700}.order_dashboard .card_section .card_details_section .card_details_list .order-card:hover{border:1px solid #2f61c9}.order_dashboard .card_section .card_details_section .card_details_list .card_header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#f7f7f7;border-radius:8px 8px 0 0}.order_dashboard .card_section .card_details_section .card_details_list .card_header .left{display:flex;gap:10px;align-items:center}.order_dashboard .card_section .card_details_section .card_details_list .card_header .left .checkboxs{padding-left:24px;margin-bottom:0}.order_dashboard .card_section .card_details_section .card_details_list .card_header h4{font-size:16px}.order_dashboard .card_section .card_details_section .card_details_list .date{font-size:13px;color:#181d1f;font-weight:600}.order_dashboard .card_section .card_details_section .card_details_list .card-body{display:flex;justify-content:space-between;padding:10px}.order_dashboard .card_section .card_details_section .card_details_list .details{display:flex;flex-direction:column}.order_dashboard .card_section .card_details_section .card_details_list .details .item_itemGroup{font-size:16px;font-weight:700;color:#1f59b4}.order_dashboard .card_section .card_details_section .card_details_list .details span{color:#181d1f;font-weight:600}.order_dashboard .card_section .card_details_section .card_details_list .progress{width:80px;height:80px;background:rgba(0,0,0,0);position:relative}.order_dashboard .card_section .card_details_section .card_details_list .progress .progress_value{font-size:16px;font-weight:700;color:#181d1f}.order_dashboard .card_section .card_details_section .card_details_list .progress span{position:absolute;inset:0;display:grid;place-items:center;font-weight:600}.order_dashboard .card_section .card_details_section .card_details_list .progress svg{width:80px;transform:rotate(-90deg)}.order_dashboard .card_section .card_details_section .card_details_list .progress .bg{fill:none;stroke:#eee;stroke-width:3}.order_dashboard .card_section .card_details_section .card_details_list .progress .fg{fill:none;stroke:#4f46e5;stroke-width:3;stroke-linecap:round}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details{padding:12px;border-top:1px solid #eee}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data{display:flex;align-items:center;justify-content:space-between;gap:4px;flex-wrap:wrap}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data strong{font-size:15px}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .data_badge,.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .menu_status_badge{display:flex;align-items:center;justify-content:center;border-radius:30px;border:none;padding:6px 14px;font-weight:700;line-height:1}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .data_badge.ghatt,.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .menu_status_badge.ghatt{background:#e3e0ff;color:#150b76}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .data_badge.jadtar,.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .menu_status_badge.jadtar{background:#ffe7d8;color:#76340b}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .data_badge.mino,.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .menu_status_badge.mino{background:#e0f5ff;color:#0b2476}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .data_badge.polish,.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .menu_status_badge.polish{background:#e5ffe0;color:#29760b}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data .menu_status_badge{border-radius:6px;background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);color:#fff}.order_dashboard .card_section .card_details_section .card_details_list .card-stats{display:grid;grid-template-columns:.8fr auto 1fr auto 1.2fr;align-items:center;padding:12px 0;border-top:1px solid #eee}.order_dashboard .card_section .card_details_section .card_details_list .card-stats .item_content{display:flex;align-items:center;justify-content:center;gap:8px}.order_dashboard .card_section .card_details_section .card_details_list .card-stats .item_content i.fi{font-size:20px;height:20px;color:#888}.order_dashboard .card_section .card_details_section .card_details_list .card-stats .item_content strong{font-size:15px;font-weight:700;color:#000}.order_dashboard .card_section .card_details_section .card_details_list .card-stats .item_content .form-label{display:block;font-weight:600;margin-bottom:0}.order_dashboard .card_section .card_details_section .card_details_list .card-stats .divider{width:1px;height:24px;background:#ccc}.order_dashboard .card_section .card_details_section .card_details_list .card_footer{display:flex;justify-content:end;padding:10px;background:#f6f8ff;border-radius:0 0 8px 8px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer:has(.status_update){justify-content:space-between}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .status_update{display:flex;gap:6px;align-items:center;position:relative}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .status_update .status_value{border-radius:6px;border:1px solid #b8e0be;background:#edffe9;padding:2px 10px;display:flex;align-items:center;justify-content:baseline;min-height:30px;gap:4px;color:green;font-weight:700;line-height:1}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .status_update .status_value .fi{font-size:16px;height:16px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .status_update .status_value.pending{border:1px solid #e0d4b8;background:#fffbe9;color:#804e00}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .filter-dropdown{right:unset;left:0;border:1px solid #c5c5c5;width:250px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .filter-dropdown::before{right:unset;left:25px;border-top:1px solid #c5c5c5;border-left:1px solid #c5c5c5}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .filter-dropdown .detailed_box{display:grid;grid-template-columns:repeat(2, 1fr);gap:6px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .filter-dropdown .detailed_box .item_details{display:flex;flex-direction:column}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .filter-dropdown .detailed_box .item_details .form-label{color:#969696 !important;margin-bottom:0}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .filter-dropdown .detailed_box .item_details strong{font-size:16px;font-weight:700;color:#000}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .react-select.form-control__control.css-1tdxct7-control,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-s94jr6-control,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-13cymwt-control,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-t3ipsp-control{height:30px;min-height:30px !important;background:#fff3e9;border:1px solid #e0c8b8 !important;box-shadow:none !important;cursor:pointer;border-radius:6px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .react-select.form-control__control.css-1tdxct7-control:hover,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-s94jr6-control:hover,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-13cymwt-control:hover,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-t3ipsp-control:hover{background:#cf814c;border:1px solid #cf814c !important}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .react-select.form-control__control.css-1tdxct7-control:hover .dropdown_value span,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .react-select.form-control__control.css-1tdxct7-control:hover .dropdown_value .fi,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .react-select.form-control__control.css-1tdxct7-control:hover .css-tj5bde-Svg,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-s94jr6-control:hover .dropdown_value span,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-s94jr6-control:hover .dropdown_value .fi,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-s94jr6-control:hover .css-tj5bde-Svg,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-13cymwt-control:hover .dropdown_value span,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-13cymwt-control:hover .dropdown_value .fi,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-13cymwt-control:hover .css-tj5bde-Svg,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-t3ipsp-control:hover .dropdown_value span,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-t3ipsp-control:hover .dropdown_value .fi,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-t3ipsp-control:hover .css-tj5bde-Svg{color:#fff;fill:#fff}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .react-select.form-control__control.css-1tdxct7-control .react-select.form-control__value-container.css-f0tfui,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .react-select.form-control__control.css-1tdxct7-control .css-hlgwow,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-s94jr6-control .react-select.form-control__value-container.css-f0tfui,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-s94jr6-control .css-hlgwow,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-13cymwt-control .react-select.form-control__value-container.css-f0tfui,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-13cymwt-control .css-hlgwow,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-t3ipsp-control .react-select.form-control__value-container.css-f0tfui,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-t3ipsp-control .css-hlgwow{height:30px !important;padding:0 20px 2px 8px !important}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .react-select.form-control__control.css-1tdxct7-control .css-1cll6hx,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-s94jr6-control .css-1cll6hx,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-13cymwt-control .css-1cll6hx,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-t3ipsp-control .css-1cll6hx{height:28px !important}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-cpryk8-menu{margin:0}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-d7l1ni-option,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-tr4s17-option{background:#fff !important;border-radius:6px;padding:0 !important}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_options,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_value{display:flex;align-items:center;gap:6px;border-radius:6px;cursor:pointer}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_options:hover,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_value:hover{background:#46a321}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_options:hover .fi,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_options:hover span,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_value:hover .fi,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_value:hover span{color:#fff}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_options .fi,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_value .fi{font-size:16px;height:16px;color:#76500b}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_options span,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_value span{font-size:14px;font-weight:700;color:#76500b;line-height:1.2}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .dropdown_options{padding:8px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-d7l1ni-option,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-tr4s17-option{background:#edffe9 !important;color:#0b761e}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-d7l1ni-option .fi,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-d7l1ni-option span,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-tr4s17-option .fi,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-tr4s17-option span{color:#0b761e}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-d7l1ni-option span,.order_dashboard .card_section .card_details_section .card_details_list .card_footer .dropdown-custom-status .css-tr4s17-option span{font-size:14px;font-weight:700}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .action_btns{display:flex;gap:4px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .action_btns .outline_btn{height:30px;line-height:30px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .action_btns .outline_btn .text{font-size:13px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .action_btns .outline_btn .fi{height:16px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .action_btns .outline_btn.transfer{background:#f3f2ff;border:1px solid #adaddb}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .action_btns .outline_btn.transfer:hover{background:#7373d7;border:1px solid #7373d7}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .action_btns .outline_btn.order_canel{background:#ffebeb;border:1px solid #d1a1a1}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .action_btns .outline_btn.order_canel:hover{background:#df4747;border:1px solid #df4747}.order_dashboard .card_section .status_details{padding:6px 12px 6px 10px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;min-width:280px;min-height:50px;border-radius:8px;border:1.5px solid #ffead2;background:linear-gradient(135deg, #FFFDEE 0%, rgba(255, 224, 224, 0.5) 100%);cursor:pointer;position:relative;gap:12px}.order_dashboard .card_section .status_details::after{content:"";position:absolute;top:0;left:0px;z-index:0;opacity:.15;background:linear-gradient(135deg, #FFDF5F 0%, #F67B39 100%);width:55px;height:100%;border-radius:8px 20px 20px 8px}.order_dashboard .card_section .status_details .status_icon{display:flex;justify-content:center;align-items:center;gap:12px;position:relative;z-index:1}.order_dashboard .card_section .status_details .status_icon span{font-size:16px;font-weight:600}.order_dashboard .card_section .status_details .status_icon .fi{display:flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(135deg, #FFD45F 0%, #F69839 100%);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);width:34px;height:34px;font-size:20px;color:#fff}.order_dashboard .card_section .status_details:hover,.order_dashboard .card_section .status_details.active{border:1.5px solid #b1742f;box-shadow:0 2px 9px 0 #ffeac1}.order_dashboard .card_section .status_details .stock.pending_stock{font-size:16px;font-weight:600}.order_dashboard .card_section .status_details .stock.pending_stock span{font-size:20px;font-weight:800;margin-right:3px}.order_dashboard .card_section .status_details.confirm{border:1.5px solid #cbefe8;background:linear-gradient(135deg, #F0FDFA 0%, rgba(203, 251, 241, 0.5) 100%)}.order_dashboard .card_section .status_details.confirm::after{background:linear-gradient(135deg, #00BBA7 0%, #009689 100%)}.order_dashboard .card_section .status_details.confirm:hover,.order_dashboard .card_section .status_details.confirm.active{border:1.5px solid #0b761e;box-shadow:0 2px 9px 0 #cbe9e5}.order_dashboard .card_section .status_details.confirm .status_icon .fi{background:linear-gradient(135deg, #00BBA7 0%, #009689 100%);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.order_dashboard .card_section .status_details.issue_pending{border:1.5px solid #d0daff;background:linear-gradient(135deg, #EEF2FF 0%, rgba(224, 231, 255, 0.5) 100%)}.order_dashboard .card_section .status_details.issue_pending::after{background:linear-gradient(135deg, #615FFF 0%, #4F39F6 100%)}.order_dashboard .card_section .status_details.issue_pending:hover,.order_dashboard .card_section .status_details.issue_pending.active{border:1.5px solid #274ad4;box-shadow:0 2px 9px 0 #e0e3fe}.order_dashboard .card_section .status_details.issue_pending .status_icon .fi{background:linear-gradient(135deg, #615FFF 0%, #4F39F6 100%);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.order_dashboard .card_section .status_details.party_confirm{border:1.5px solid #b8d2e5;background:linear-gradient(135deg, #eef9ff 0%, rgba(224, 245, 255, 0.5) 100%)}.order_dashboard .card_section .status_details.party_confirm::after{background:linear-gradient(135deg, #5ff0ff 0%, #39a6f6 100%)}.order_dashboard .card_section .status_details.party_confirm:hover,.order_dashboard .card_section .status_details.party_confirm.active{border:1.5px solid #337baf;box-shadow:0 2px 9px 0 #e0f7fe}.order_dashboard .card_section .status_details.party_confirm .status_icon .fi{background:linear-gradient(135deg, #5faeff 0%, #2c90d9 100%);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.order_dashboard .card_section .advanced-search-wrapper{display:flex;align-items:center;gap:10px;padding:8px 52px 8px 12px;background:#fff;border-radius:8px;box-shadow:0 5px 13px rgba(0,0,0,.08);min-width:600px;max-width:900px;margin:auto;border:1px solid #e7e7e7;min-height:50px;position:relative}.order_dashboard .card_section .advanced-search-wrapper .field-group{flex:1}.order_dashboard .card_section .advanced-search-wrapper .field-group.helpbtnradiusright .form-control.HelpInput{border:none}.order_dashboard .card_section .advanced-search-wrapper .field-group.helpbtnradiusright .Icon-Full-Btn.F2{border-radius:4px !important;background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%) !important;color:#fff !important;border:0 !important;width:30px}.order_dashboard .card_section .advanced-search-wrapper.search_bar{padding:8px 45px 8px 12px;min-width:400px}.order_dashboard .card_section .advanced-search-wrapper.search_bar input{background:rgba(0,0,0,0) !important;font-size:15px;border:none}.order_dashboard .card_section .advanced-search-wrapper .field-group .field_input,.order_dashboard .card_section .advanced-search-wrapper .field-group .css-b62m3t-container .css-116kd9q-control{width:100%;border:none;outline:none;font-size:15px;color:#181d1f;font-weight:600;background:rgba(0,0,0,0);cursor:text}.order_dashboard .card_section .advanced-search-wrapper .field-group .search_icon{padding:4px;height:36px;width:36px;border-radius:8px;border:none;background:linear-gradient(154deg, #f97316 0%, #fb923c 100%);display:flex;align-items:center;justify-content:center;position:absolute;top:6px;right:6px}.order_dashboard .card_section .advanced-search-wrapper .field-group .search_icon .fi{font-size:18px;height:18px;color:#fff}.order_dashboard .card_section .advanced-search-wrapper .divider{width:2px;height:24px;background:#e7e7e7}.order_dashboard .lot_sidenav .sidenav_header{padding:12px;border-bottom:1px solid #dbe0e6;display:flex;align-items:center;justify-content:space-between}.order_dashboard .lot_sidenav .sidenav_header .header_title{display:flex;align-items:center;gap:12px}.order_dashboard .lot_sidenav .sidenav_header .fi{font-size:18px;height:18px}.order_dashboard .lot_sidenav .sidenav_header .closebtn{padding:2px 6px;border-radius:4px;position:unset;font-size:24px}.order_dashboard .lot_sidenav .sidenav_header .closebtn:hover{background:#dbe0e6}.order_dashboard .lot_sidenav .sidenav_header h4{font-size:18px;font-weight:700}.order_dashboard .lot_sidenav .lot_gen_content{margin:0px}.order_dashboard .lot_sidenav .menu_lists{display:grid;grid-template-columns:repeat(auto-fill, minmax(140px, 1fr));gap:8px;padding:12px 0}.order_dashboard .lot_sidenav .menu_lists li{background:#f7f7e9;border:1px solid #dcdda7;color:#181d1f;line-height:1.2;font-weight:700;display:flex;justify-content:center;align-items:center;gap:14px;padding:8px 6px;border-radius:10px;transition:transform .3s;position:relative;flex-direction:column;cursor:pointer;text-align:center;min-height:80px}.order_dashboard .lot_sidenav .menu_lists li:hover{transform:scale(1.02);border:1px solid #a79400}.order_dashboard .lot_sidenav .menu_lists li .fi{font-size:26px;height:26px;color:#a79400}.order_dashboard .lot_sidenav .modal-content .modal-footercustom{padding-top:4px}body:has(.header-list-common) .header-new-btn .filter_hide_section{display:block}.header-new-btn .filter_hide_section{display:none}.unfix_report_listing .unfix-rpt-detail{width:fit-content;table-layout:fixed;border-collapse:separate;border-spacing:0;text-align:center;overflow-x:auto;overflow-y:auto;border:0px;height:calc(100vh - 210px);width:100%;position:relative}.unfix_report_listing .unfix_grid{border-radius:0 0 4px 4px}.unfix_report_listing .unfix_common_header{display:flex;column-gap:6px;row-gap:2px;width:100%;flex-wrap:wrap}.unfix_report_listing table.unfix_table.unfix_table_header{position:sticky;top:0}.unfix_report_listing .erp-table-container{height:calc(var(--usable-height) - 210px)}.unfix_report_listing .form-group.advrpt-account .input-group{width:365px}.unfix_report_listing .filter-field-bt .dropdown-opengrid-common.css-b62m3t-container{width:100%}.unfix_report_listing .unfix-rpt-detail table.unfix_table.unfix_table_footer{border-top:1px solid #dbe0e6;position:sticky;bottom:0}.unfix_report_listing .unfix-rpt-detail table.unfix_table.unfix_table_footer td{border-bottom:0}.unfix_report_listing .unfix-rpt-detail table.unfix_table.unfix_table_footer td:first-child{border-radius:0 0 0 4px}.unfix_report_listing .unfix-rpt-detail table.unfix_table.unfix_table_footer td:last-child{border-radius:0 0 4px 0}.unfix-rpt-detail{width:fit-content;table-layout:fixed;border-collapse:separate;border-spacing:0;text-align:center;overflow-x:auto;overflow-y:auto;border:0px;height:calc(100vh - 182px);width:100%;position:relative}.unfix-rpt-detail table.unfix_table.unfix_table_header{position:sticky;top:0}.unfix-rpt-detail .unfix-rpt-detail table.unfix_table.unfix_table_footer{border-top:1px solid #dbe0e6;position:sticky;bottom:0}.unfix-rpt-detail table.unfix_table{width:100%;table-layout:fixed}.unfix-rpt-detail table.unfix_table.unfix_table_footer{border-top:1px solid #dbe0e6}.unfix-rpt-detail table.unfix_table.unfix_table_footer td{background:#f1f7fe}.unfix-rpt-detail tr:hover td{background:#f1f5f9}.unfix-rpt-detail thead th{position:sticky;top:0}.unfix-rpt-detail tfoot td:last-child{border-right:0}.unfix-rpt-detail tfoot th{position:sticky;bottom:0}.unfix-rpt-detail tr.even{background-color:#fff}.unfix-rpt-detail tr.odd{background-color:#f3f7ff}.unfix-rpt-detail tr:first-child th{text-align:center}.unfix-rpt-detail .amt-cr{color:red;font-weight:800}.unfix-rpt-detail .amt-dr{color:green;font-weight:800}.unfix-rpt-detail th,.unfix-rpt-detail td{border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6;padding:0px 8px;height:30px;width:1000px;text-align:left;font-weight:600;color:#181d1f}.unfix-rpt-detail th{font-size:13px;font-weight:800;background-color:#e5f3ff}.unfix-rpt-detail .ufrpt-unfixColumn{background-color:#fee;border-bottom:1px solid #edd3d3;border-right:1px solid #edd3d3}.unfix-rpt-detail .ufrpt-adjustColumn{background-color:#f2fef1;border-bottom:1px solid #cee3c4;border-right:1px solid #cee3c4}.unfix-rpt-detail .ufrpt-pendingColumn{background-color:#fef5e6;border-bottom:1px solid #f1e1c5;border-right:1px solid #f1e1c5}.unfix_report_page .unfix_details{display:flex;flex-direction:row;align-items:center;column-gap:8px;row-gap:4px;border:0;flex-wrap:wrap}.unfix_report_page .unfix_details .unfix_box{display:flex;gap:6px;align-items:center;background-color:#fff;box-shadow:0px 4px 4px -3px #e0e0e0;border-radius:6px;padding:8px 16px 8px 8px;border:1px solid #e7e7e7}.unfix_report_page .unfix_details .unfix_box.accountName{border:1px solid #1f59b4;border-left:4px solid #1f59b4;background:linear-gradient(135deg, #fff, #f0f2ff)}.unfix_report_page .unfix_details .unfix_box.accountName .data_value{font-size:15px;color:#1f59b4;font-weight:800}.unfix_report_page .unfix_details .unfix_box .data_value{font-size:13px;color:#181d1f;font-weight:700;line-height:1}.unfix_report_page .unfix_details .unfix_box .form-label{color:#4f5355 !important}.filter-field-bt .dropdown-opengrid-common.css-b62m3t-container{width:100%}.assets-common-controller-body .erp-table-container{height:400px !important}.item-codebody.tagEdit_page .te_metalwtGrid .ag-row-last,.item-codebody.tagEdit_page .te_labourRateGrid .ag-row-last{border-bottom:1px solid #dbe0e6 !important}.summarySectionBtn{width:100%;background:linear-gradient(45deg, #dce7ff, #f6f9ff);border-radius:6px;margin-bottom:4px;padding:4px 12px 4px 4px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;border:1px solid #b6c4e5}.summarySectionBtn:hover{background:linear-gradient(45deg, #dce7ff, #e5edff)}.summarySectionBtn:hover .arrow_icon{transition:all .3s ease;transform:translateX(5px)}.summarySectionBtn .arrow_icon{transition:all .3s ease;font-size:16px;height:16px}.summarySectionBtn .summary_label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700}.summarySectionBtn .summary_icon{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);padding:2px;border-radius:6px;display:flex;align-items:center;justify-content:center;height:32px;width:36px}.summarySectionBtn .summary_icon .fi{font-size:18px;height:18px;color:#fff}.summarySection_Btn{position:absolute;right:8px}.custom_rate_update_footer{display:flex;align-items:center;gap:6px;padding:8px;border-top:1px solid #dbe0e6;flex-wrap:wrap}.custom_rate_update_footer .modal-footercustom{border-top:0;padding:0;margin-left:auto}.target_Module .form-group.finance_year{flex-direction:column;align-items:start;gap:0}.target_Module .form-group.finance_year .form-label{font-size:14px}.target_Module .form-group.finance_year .dropdown-opengrid-common.css-b62m3t-container{width:100px;height:25px !important}.target_Module .form-group.finance_year .dropdown-opengrid-common.css-b62m3t-container .react-select.from-control__control.css-116kd9q-control,.target_Module .form-group.finance_year .dropdown-opengrid-common.css-b62m3t-container .css-tqczc6-control{height:25px !important}.target_Module .form-group.finance_year .dropdown-opengrid-common.css-b62m3t-container .react-select.from-control__control.css-116kd9q-control{border:0}.target_Module .target_item_details{display:flex;align-items:start;gap:12px}.target_Module .target_item_details ul.target_item_dataList{display:flex;align-items:center;column-gap:10px;row-gap:4px;flex-wrap:wrap}.target_Module .target_item_details ul.target_item_dataList li.target_item{border-radius:4px;display:flex;align-items:center;gap:15px;justify-content:space-between;min-height:40px;padding:0 6px}.target_Module .target_item_details ul.target_item_dataList li.target_item .form-label{font-size:14px;font-weight:600;margin-bottom:0}.target_Module .target_item_details ul.target_item_dataList li.target_item.value{border:1px solid #9ad1ff;background:#b7deff}.target_Module .target_item_details ul.target_item_dataList li.target_item.goldWt span.item_value,.target_Module .target_item_details ul.target_item_dataList li.target_item.silverWt span.item_value,.target_Module .target_item_details ul.target_item_dataList li.target_item.diamondWt span.item_value{width:100px}.target_Module .target_item_details ul.target_item_dataList li.target_item.goldWt{border:1px solid #fdda77;background:#ffeaa9}.target_Module .target_item_details ul.target_item_dataList li.target_item.silverWt{border:1px solid #d0d0d0;background:#e2e2e2}.target_Module .target_item_details ul.target_item_dataList li.target_item.diamondWt{border:1px solid #96dff8;background:#ccedff}.target_Module .target_item_details ul.target_item_dataList li.target_item.scheme{border:1px solid #91c99d;background:#bde3c4}.target_Module .target_item_details ul.target_item_dataList li.target_item .item_title{display:flex;align-items:center;gap:4px}.target_Module .target_item_details ul.target_item_dataList li.target_item span.item_value{padding:4px;width:150px;text-align:right;background:#fff;border-radius:4px;font-size:16px;font-weight:700}.target_Module .target_item_details ul.target_item_dataList .amount .react-select.from-control__indicators.css-1cll6hx,.target_Module .target_item_details ul.target_item_dataList .amount .css-116kd9q-control,.target_Module .target_item_details ul.target_item_dataList .amount .css-tqczc6-control{min-height:40px}.target_Module .target_item_details ul.target_item_dataList .amount .css-116kd9q-control,.target_Module .target_item_details ul.target_item_dataList .amount .css-tqczc6-control{width:100px}.target_Module .target_item_details .branch{display:flex;align-items:center;gap:8px;flex-shrink:0}.target_Module .target_item_details .branch .fi{font-size:22px;color:#2f61c9;height:22px}.target_Module .target_item_details .branch span{font-size:20px;font-weight:700}.target_Module .targetForm_detailsView_table{overflow:auto;border-top:1px solid #dbe0e6;background:#fff}.target_Module .target_form_table,.target_Module .target_comparison_sales_table{max-height:500px;height:auto}.target_Module .target_form_table table,.target_Module .target_comparison_sales_table table{min-width:1300px}.target_Module .target_form_table th,.target_Module .target_form_table td,.target_Module .target_comparison_sales_table th,.target_Module .target_comparison_sales_table td{border-right:1px solid #dbe0e6;border-bottom:1px solid #dbe0e6;font-size:13px;padding:0;line-height:1.2}.target_Module .target_form_table th,.target_Module .target_comparison_sales_table th{position:sticky;top:0;background:#e5effd;box-shadow:0 3px 10px rgba(0,0,0,.12)}.target_Module .target_form_table .split-column .percent,.target_Module .target_form_table .split-column .rate,.target_Module .target_comparison_sales_table .split-column .percent,.target_Module .target_comparison_sales_table .split-column .rate{padding:0 4px}.target_Module .target_form_table .cell-input,.target_Module .target_form_table .percent-input,.target_Module .target_form_table .rate-input,.target_Module .target_comparison_sales_table .cell-input,.target_Module .target_comparison_sales_table .percent-input,.target_Module .target_comparison_sales_table .rate-input{width:100%;border:none;outline:none;padding:0px 6px;background:rgba(0,0,0,0);color:#181d1f;font-weight:600;text-align:right}.target_Module .target_form_table .cell-input:focus,.target_Module .target_form_table .percent-input:focus,.target_Module .target_form_table .rate-input:focus,.target_Module .target_comparison_sales_table .cell-input:focus,.target_Module .target_comparison_sales_table .percent-input:focus,.target_Module .target_comparison_sales_table .rate-input:focus{border-color:#ffc260 !important;background-color:#ffdea8 !important;accent-color:#181d1f !important;box-shadow:none !important;color:#181d1f !important}.target_Module .target_form_table .percent-input,.target_Module .target_comparison_sales_table .percent-input{border-bottom:1px solid #dbe0e6;color:#181d1f}.target_Module .target_form_table .rate-input,.target_Module .target_comparison_sales_table .rate-input{color:#15803d;font-weight:800}.target_Module .target_form_table .rate-input.total-rate,.target_Module .target_comparison_sales_table .rate-input.total-rate{color:#181d1f}.target_Module .target_form_table .product-header,.target_Module .target_comparison_sales_table .product-header{background:#e5effd;font-weight:800;font-size:15px;padding:0 4px}.target_Module .target_form_table .product-col,.target_Module .target_form_table .year-col,.target_Module .target_comparison_sales_table .product-col,.target_Module .target_comparison_sales_table .year-col{background:#fff;font-weight:700;padding:0 4px}.target_Module .target_form_table .col-light,.target_Module .target_comparison_sales_table .col-light{background:#ffffe9}.target_Module .target_form_table .col-dark,.target_Module .target_comparison_sales_table .col-dark{background:#fbfbdb}.target_Module .target_form_table .total-col,.target_Module .target_comparison_sales_table .total-col{background:#d5d562 !important}.target_Module .target_form_table .month-header,.target_Module .target_comparison_sales_table .month-header{display:grid;grid-template-columns:1fr 30px;height:60px}.target_Module .target_form_table .month-title,.target_Module .target_comparison_sales_table .month-title{display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;border-right:1px solid #dbe0e6}.target_Module .target_form_table .month-metrics,.target_Module .target_comparison_sales_table .month-metrics{display:grid;grid-template-rows:1fr 1fr}.target_Module .target_form_table .month-metrics div,.target_Module .target_comparison_sales_table .month-metrics div{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #dbe0e6;font-size:15px;background:#ffffcd}.target_Module .target_form_table .month-metrics div:last-child,.target_Module .target_comparison_sales_table .month-metrics div:last-child{border-bottom:none}.target_Module .target_form_table .split-column,.target_Module .target_comparison_sales_table .split-column{display:grid;grid-template-rows:1fr 1fr;height:60px}.target_Module .target_form_table .split-column div,.target_Module .target_comparison_sales_table .split-column div{display:flex;align-items:center;justify-content:end;border-bottom:1px solid #dbe0e6}.target_Module .target_form_table .split-column div:last-child,.target_Module .target_comparison_sales_table .split-column div:last-child{border-bottom:none}.target_Module .target_form_table .percent,.target_Module .target_comparison_sales_table .percent{color:#000;font-weight:600}.target_Module .target_form_table .rate,.target_Module .target_comparison_sales_table .rate{color:#15803d;font-weight:800}.target_Module .target_form_table .total-rate,.target_Module .target_comparison_sales_table .total-rate{color:#000}.target_Module .target_comparison_sales_table{background:#f7faff;border-top:0;max-height:300px;height:auto}.target_Module .target_comparison_sales_table .table_title{padding:14px 10px 10px 10px}.target_Module .target_comparison_sales_table table{border-top:1px solid #dbe0e6}.target_Module .target_comparison_sales_table table .year-col{text-align:center}.target_Module .target_comparison_sales_table table .sales-Target-col{background:#fff}.target_Module .target_comparison_sales_table table .split-column.salesTarget div{justify-content:center}.target_Module .target_setup_listing_table{overflow-Y:auto;background:#fff;border-top:1px solid #dbe0e6;scrollbar-gutter:stable}.target_Module .target_setup_listing_table table{min-width:1000px;overflow-x:auto}.target_Module .target_setup_listing_table table thead th{height:40px}.target_Module .target_setup_listing_table table thead th .title-wrapper{font-size:14px}.target_Module .target_setup_listing_table table td div.data_text{font-weight:700}.target_Module .target_setup_listing_table table .goldFonts .data_text{color:#997708}.target_Module .target_setup_listing_table table .silverFonts .data_text{color:#3b3a3a}.target_Module .target_setup_listing_table table .diamondFonts .data_text{color:#043860}.target_Module .target_setup_listing_table table .schemeFonts .data_text{color:#736b10}.target_Module .target_setup_listing_table th,.target_Module .target_setup_listing_table td{border-bottom:1px solid #dbe0e6;border-right:1px solid #dbe0e6;font-weight:700;color:#181d1f;line-height:1.2}.target_Module .target_setup_listing_table td{height:34px;padding:0px 6px}.target_Module .target_setup_listing_table td:has(input){padding:0}.target_Module .target_setup_listing_table th{font-weight:800;padding:0px 6px;position:sticky;top:0;background:#e5effd;box-shadow:0 3px 10px rgba(0,0,0,.12)}.target_Module .target_setup_listing_table .row-even{background:#fff}.target_Module .target_setup_listing_table .row-odd{background:#f3f7ff}.target_Module .target_setup_listing_table .header-gold{background:#ffefbd}.target_Module .target_setup_listing_table .header-silver{background:#dbe0e6}.target_Module .target_setup_listing_table .header-diamond{background:#ccedff}.target_Module .target_setup_listing_table .header-green{background:#dcfce7}.target_Module .target_setup_listing_table .cell-gold,.target_Module .target_setup_listing_table .table-input.input-gold{color:#92400e}.target_Module .target_setup_listing_table .cell-silver,.target_Module .target_setup_listing_table .table-input.input-silver{color:#374151}.target_Module .target_setup_listing_table .cell-diamond,.target_Module .target_setup_listing_table .table-input.input-diamond{color:#075985}.target_Module .target_setup_listing_table .cell-green,.target_Module .target_setup_listing_table .table-input.input-green{color:#166534}.target_Module .target_setup_listing_table .table-input{width:100%;height:100%;border:none;outline:none;background:rgba(0,0,0,0);padding:0px 6px;color:#181d1f;font-weight:700}.target_Module .target_setup_listing_table .table-input:focus{border-color:#ffc260 !important;background-color:#ffdea8 !important;accent-color:#181d1f !important;box-shadow:none !important;color:#181d1f !important}.target_setup_form .target_Module .target_item_details{padding:10px}.mini-sidebar .rfid_status_container{display:flex;align-items:center;justify-content:center;padding:6px;cursor:pointer;overflow:visible;position:relative}.mini-sidebar .rfid_status_container .mini_rfid{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px}.mini-sidebar .rfid_status_container .mini_rfid span{font-weight:700;line-height:1.1;text-align:center}.mini-sidebar .rfid_status_container .rfid-icon.mini{display:flex;width:40px;height:35px}.mini-sidebar .rfid_status_container .rfid-icon.mini .fi{font-size:22px;height:22px}.mini-sidebar .rfid_status_container .card-content{display:none;position:absolute;flex-direction:column;left:70px;bottom:0;z-index:9999;background:#fff;padding:10px;width:275px;border-radius:6px;box-shadow:0 0 4 -1px #ccc;border:1px solid #dbe0e6}.mini-sidebar .rfid_status_container:hover .card-content{display:flex}.rfid_status_container{width:100%;max-width:360px;background:hsla(0,0%,100%,.88);backdrop-filter:blur(12px);overflow:hidden;position:relative;box-shadow:0 8px 32px rgba(0,0,0,.04),0 2px 8px rgba(0,0,0,.02),inset 0 1px 0 hsla(0,0%,100%,.7);border-top:1px solid #e7e7e7;transition:all .3s ease}.rfid_status_container .rfid-background{position:absolute;width:100%;height:100%;top:0;left:0;z-index:0;overflow:hidden;opacity:.4}.rfid_status_container .radio-wave{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:60px;height:60px;border-radius:50%;border:1px solid rgba(79,109,245,.15);animation:ripple 3s infinite linear}.rfid_status_container .radio-wave:nth-child(2){animation-delay:1s;width:90px;height:90px}.rfid_status_container .radio-wave:nth-child(3){animation-delay:2s;width:120px;height:120px}@keyframes ripple{0%{transform:translate(-50%, -50%) scale(0.8);opacity:.6}100%{transform:translate(-50%, -50%) scale(1.4);opacity:0}}.rfid_status_container .scan-line{position:absolute;width:100%;height:2px;background:linear-gradient(90deg, transparent, #4f6df5, transparent);top:30%;left:0;opacity:0;box-shadow:0 0 8px rgba(79,109,245,.4)}.rfid_status_container .scanning .scan-line{animation:scan 2s infinite linear}@keyframes scan{0%{top:20%;opacity:0}10%{opacity:1}90%{opacity:1}100%{top:80%;opacity:0}}.rfid_status_container .card-content{position:relative;z-index:1;padding-top:5px}.rfid_status_container .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.rfid_status_container .title-container{display:flex;align-items:center;gap:6px}.rfid_status_container .rfid-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, #4f6df5 0%, #3a56d5 100%);border-radius:6px;color:#fff;font-size:1.2rem;box-shadow:0 4px 10px rgba(79,109,245,.15);position:relative;z-index:3}.rfid_status_container .mini_rfid{display:none}.rfid_status_container .rfid-icon::before{content:"";position:absolute;inset:-6px;background:rgba(79,109,245,.4);border-radius:inherit;z-index:-1;opacity:0;animation:pulseGlow 2s infinite}@keyframes pulseGlow{0%{transform:scale(0.9);opacity:.6}50%{transform:scale(1.15);opacity:.15}100%{transform:scale(1.3);opacity:0}}.rfid_status_container .rfid-icon::after{content:"";position:absolute;top:-50%;left:-50%;width:40%;height:200%;background:hsla(0,0%,100%,.2);transform:rotate(30deg);animation:iconShine 4s infinite linear}@keyframes iconShine{0%{left:-50%}100%{left:150%}}.rfid_status_container .scanner-title{font-size:14px;font-weight:700;color:#1e293b}.rfid_status_container .status-badge{padding:4px 8px;border-radius:20px;font-size:12px;font-weight:600;display:flex;align-items:center;gap:4px;box-shadow:0 2px 6px rgba(0,0,0,.04);transition:all .3s ease;cursor:default;border:1px solid rgba(226,232,240,.7);background:rgba(248,250,252,.7)}.rfid_status_container .status-badge span{font-size:12px}.rfid_status_container .status-pending{color:#f59e0b;border-left:3px solid #f59e0b}.rfid_status_container .status-finished{color:#10b981;border-left:3px solid #10b981}.rfid_status_container .status-icon{font-size:16px;height:16px}.rfid_status_container .tags-container{background:rgba(248,250,252,.7);border-radius:10px;padding:8px;margin-bottom:6px;border:1px solid rgba(226,232,240,.6);transition:all .3s ease}.rfid_status_container .tags-header{display:flex;align-items:center;justify-content:space-between}.rfid_status_container .tags-title{font-size:12px;font-weight:700;color:#64748b}.rfid_status_container .tags-count{display:flex;align-items:baseline;gap:5px}.rfid_status_container .tags-count .tagCount{font-size:24px;font-weight:700;color:#3a56d5;line-height:1}.rfid_status_container .tags-unit{font-size:1rem;font-weight:500;color:#94a3b8}.rfid_status_container .activity-dots{display:flex;gap:6px;margin-top:8px;justify-content:center}.rfid_status_container .dot{width:6px;height:6px;border-radius:50%;background:#cbd5e1;transition:all .3s ease}.rfid_status_container .scanning .dot{background:#4f6df5;animation:dotPulse 1.5s infinite}.rfid_status_container .scanning .dot:nth-child(2){animation-delay:.2s}.rfid_status_container .scanning .dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,100%{transform:scale(1);opacity:.6}50%{transform:scale(1.3);opacity:1}}.rfid_status_container .buttons-container{display:flex;gap:12px}.rfid_status_container .action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 0;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.rfid_status_container .action-btn::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);transition:left .7s}.rfid_status_container .action-btn:hover::before{left:100%}.rfid_status_container .btn-refresh{background:rgba(248,250,252,.9);color:#475569;border:1px solid rgba(203,213,225,.6)}.rfid_status_container .btn-refresh:hover{background:#f8fafc;box-shadow:0 4px 10px rgba(0,0,0,.05);transform:translateY(-2px)}.rfid_status_container .btn-start{background:linear-gradient(135deg, #4f6df5 0%, #3a56d5 100%);color:#fff;border:none;box-shadow:0 4px 12px rgba(79,109,245,.2)}.rfid_status_container .btn-start:hover{background:linear-gradient(135deg, #3a56d5 0%, #2a46c5 100%);box-shadow:0 6px 16px rgba(79,109,245,.3);transform:translateY(-2px)}.rfid_status_container .btn-stop{background:linear-gradient(135deg, #ef4444 0%, #dc2626 100%);color:#fff;border:none;box-shadow:0 4px 12px rgba(239,68,68,.2)}.rfid_status_container .btn-stop:hover{background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);box-shadow:0 6px 16px rgba(239,68,68,.3);transform:translateY(-2px)}@keyframes countUp{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.rfid_status_container .counting{animation:countUp .3s ease}@media(max-width: 400px){.rfid_status_container .scanner-card{max-width:100%}.rfid_status_container .card-content{padding:20px}.rfid_status_container .buttons-container{flex-direction:column}.rfid_status_container .tags-count{font-size:2rem}}@media screen and (max-width: 1600px){.user-info .user-name{font-size:13px}.left_section .notification-badge{top:-4px;right:-4px;width:18px;height:18px;line-height:18px}.user-info::after{right:4px}.user-info{padding:0 18px 0 0}.center_section .dropdown-section.first .css-b62m3t-container{width:150px}.center_section .dropdown-section .css-b62m3t-container{width:80px}.center_section .dropdown-icon{width:30px}.daily_rate_btn .current-rate{font-size:15px}}@media screen and (min-width: 1450px)and (max-width: 1681px){.prev_img_cont1{width:82%}}@media screen and (min-width: 1401px)and (max-width: 1450px){.prev_img_cont1{width:80%}}@media screen and (min-width: 1400px)and (max-width: 1681px){.imagePrev_Slider .slick-track{display:flex;align-items:center;margin-left:unset !important}.acc_master_listing .tab{height:110px;display:flex;padding:0;transition:all ease .25s;overflow:auto;justify-content:center;align-items:unset}.col-xxl-8.col-xl-6.col-lg-7.col-md-6.col-sm-8.col-12.reportType_field_drop{width:58% !important}.report_type_btn{margin-left:3px;padding:.1rem .8rem !important}.scheme-master-reportype{width:37%;padding-left:0px}.transactiondatepicker.date-picker-to.to-datepicker.recepit-tomemo{margin-right:-3px;padding-left:1px}.recepit-paddingright-label{padding-right:0px}.col-xxl-3.three-labels{width:19%}.col-xxl-5.three-labels{width:30.666667%}.recepit-paddingleft-label{padding-left:0px}.recepit-date{width:38%}.global_header_search .search-input{width:195px}.customeradvancereceipt.OSReceipt .customerAdvandeOsReciept_grid.mx-auto .cust_adv_receipt_form{padding:20px 20px}.log_report .receipt_listingHeader .date-picker{width:41.666%}.log_report .receipt_listingHeader .selection_menu{width:25%}}@media screen and (min-width: 1401px)and (max-width: 1742px){.menu_table .ag-layout-auto-height .ag-center-cols-viewport{min-height:auto !important}.new_dashboard .left_section .intro_image img{width:200px}.new_dashboard .left_section .intro_words p{width:94%}}@media(min-width: 1400px){.OsRecModal .modal-dialog.modal-xl.modal-dialog-centered,.CustAdvReturnModal .modal-dialog.modal-xl.modal-dialog-centered{--bs-modal-width: 1300px !important}}@media screen and (max-width: 1400px){.first_grid.debit_credit_note .ps-0{padding-left:10px !important}.prev_img_cont1{width:79%}.sidelayout-scrolllisting.counter-scroll .AlphaReportType-grid{height:calc(100vh - 235px) !important}.pay_rec_grid{height:30vh;width:100%}.payment_extra_grid{height:30vh}.menu_table .ag-layout-auto-height .ag-center-cols-viewport{min-height:auto !important}.menu-rightspara ul li{display:flex;margin:0px 0}.trans-date-to,.trans-date-from{height:29px !important}.tds-amt-label,.vch_date_title{padding-right:0}.page-header .inward_tabs_new .submenu_dropdowns{gap:5px}.page-header .inward_tabs_new .submenu_dropdowns .submenu_field{border-radius:5px}.page-header .inward_tabs_new .submenu_dropdowns .submenu_field .submenu_name{font-size:12px;padding-right:5px}.page-header .inward_tabs_new .submenu_dropdowns .submenu_field .list_number{padding-left:5px;font-size:12px}.submenu_dropdowns{gap:5px}.submenu_dropdowns .submenu_field{padding:2px 5px;border-radius:5px}.submenu_dropdowns .submenu_field .submenu_name{font-size:12px;padding-right:5px}.submenu_dropdowns .submenu_field .list_number{padding-left:5px;font-size:12px}.customeradvancereceipt.OSReceipt .customerAdvandeOsReciept_grid.mx-auto .cust_adv_receipt_form{padding:30px 20px}.ag-theme-quartz.customeradvancereturn.Heights{height:230px !important}.global_header_search .search-input{width:160px}.global_header_search .placeholder-animation .search_text{font-size:12px}.global_header_search .placeholder-animation .animation_text{font-size:14px}.global_header_search .search-btn,.global_header_search .filter-btn{width:34px;height:31px;margin-left:6px}.watermark_setting .main_section{padding:10px}.final_report .card.card-body.card-tabs .submenu-sidebar{width:20%}.mini-sidebar .final_report .card.card-body.card-tabs .submenu-sidebar{width:18%}.mini-sidebar .final_report .table-listing-left{width:82%}.final_report .table-listing-left{width:80%}.final_report .finalReport_newGrid .trading-account-container h3{font-size:18px}.final_report .finalReport_newGrid th{padding:6px;font-size:15px}.final_report .finalReport_newGrid .table-footer td{font-size:17px}.final_report .finalReport_newGrid .trading-expense .gross_profit_row .profit_value,.final_report .finalReport_newGrid .trading-income .gross_profit_row .profit_value{font-size:16px}.final_report .finalReport_newGrid .subchild-row .amount{font-size:15px}.final_report .finalReport_newGrid .table-footer td.amount{font-size:17px}.new_dashboard .left_section .intro_words{padding:0;gap:6px}.new_dashboard .left_section .intro_words p{font-size:13px;line-height:17px;margin-bottom:6px;width:100%}.new_dashboard .left_section .sales_orders .box .data_label{font-size:13px}.new_dashboard .left_section .sales_orders .box .value{font-size:18px}.new_dashboard .left_section .sales_orders .box .bills strong{font-size:14px}.new_dashboard .left_section .intro_words .box .today_sales_img,.new_dashboard .left_section .intro_words .box .today_orders_img{width:50px;height:50px}.new_dashboard .left_section .intro_words .box .today_sales_img img,.new_dashboard .left_section .intro_words .box .today_orders_img img{width:38px}.new_dashboard .left_section .intro_image img{width:195px}.new_dashboard .due_payments .upper_section .title{font-size:16px}.new_dashboard .due_payments .main_section .creditorImage{width:48px;height:48px}.new_dashboard .due_payments .main_section .today_due span.due_title,.new_dashboard .due_payments .main_section .today_due span.overdue_title,.new_dashboard .due_payments .main_section .overdue span.due_title,.new_dashboard .due_payments .main_section .overdue span.overdue_title{font-size:14px;font-weight:700}.new_dashboard .reminders .data_title .heading{font-size:13px}.new_dashboard .reminders .data_title p{font-size:13px}.new_dashboard .padding_space{padding-right:4px}.new_dashboard .row_gapping{row-gap:12px}.new_dashboard .left_section .sales_orders .box{flex-grow:1;justify-content:space-between;gap:4px}.new_dashboard .left_section .sales_orders{flex-wrap:wrap;gap:8px;width:50%}.new_dashboard .total_footfall .charts_indicators{margin-top:-137px}.new_dashboard .purchase .weight-value{font-size:14px}.new_dashboard .purchase .amount-value{font-size:16px}.physical_TagWise .tagwise_table{width:100%;border-radius:0}.tagwise_table .row{flex-wrap:nowrap;overflow-x:auto}.process_master_page .mfg_card{height:calc(var(--usable-height) - 125px)}.process_dashboard .menu_section .menu_lists .list_item{padding:8px;border-radius:6px;font-size:13px;line-height:1}.process_dashboard .menu_section .menu_lists .list_item .fi{font-size:16px;height:16px}.order_dashboard .card_section .card_details_section .card_details_list{grid-template-columns:repeat(auto-fill, minmax(360px, 1fr));gap:8px}.order_dashboard .card_section .advanced-search-wrapper{gap:8px;padding:6px 52px 6px 12px;border-radius:6px;min-height:40px;min-width:400px;max-width:600px}.order_dashboard .card_section .advanced-search-wrapper .field-group .search_icon{height:30px;width:30px;border-radius:6px}.order_dashboard .card_section .card_details_section .card_details_list .card_header{padding:8px}.order_dashboard .card_section .card_details_section .card_details_list .date{font-size:12px}.order_dashboard .card_section .card_details_section .card_details_list .card_header h4{font-size:15px}.order_dashboard .card_section .card_details_section .card_details_list .card-body{padding:8px}.order_dashboard .card_section .card_details_section .card_details_list .details .item_itemGroup{font-size:15px}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details .order_data strong{font-size:14px}.order_dashboard .card_section .card_details_section .card_details_list .card-stats .item_content strong{font-size:14px;line-height:1.2}.order_dashboard .card_section .card_details_section .card_details_list .progress{width:70px;height:70px}.order_dashboard .card_section .card_details_section .card_details_list .card_order_details{padding:8px}.order_dashboard .card_section .card_details_section .card_details_list .card-stats{padding:8px 0}.order_dashboard .card_section .card_details_section .card_details_list .card-stats .item_content .form-label{font-size:11px !important}.order_dashboard .card_section .card_details_section .card_details_list .card_footer{padding:8px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .action_btns .outline_btn{height:26px !important;line-height:26px;padding:4px 8px !important}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .status_update .status_value{padding:2px 10px;min-height:26px;font-size:12px}.order_dashboard .card_section .card_details_section .card_details_list .card_footer .action_btns .outline_btn .text{font-size:12px}.order_dashboard .card_section .card_details_section .card_details_list .details span{font-size:12px}.order_dashboard .card_section .status_details{padding:2px 5px 2px 5px;min-width:220px;min-height:40px;gap:8px}.order_dashboard .card_section .status_details .status_icon{gap:8px}.order_dashboard .card_section .status_details .status_icon .fi{border-radius:8px;width:30px;height:30px;font-size:16px}.order_dashboard .card_section .status_details .status_icon span{font-size:15px;font-weight:700}.order_dashboard .card_section .status_details .stock.pending_stock{font-size:14px;font-weight:600}.order_dashboard .card_section .status_details::after{width:48px;border-radius:8px 14px 14px 8px}}@media only screen and (max-width: 1366px){.Icon-Full-Btn{padding:4px 8px}body:has(.submenu_dropdowns) .sidemenu_hide_show{top:7px}.tagEdit_page .te_labourRateGrid .ag-theme-quartz{height:95px !important}.Menu_comboBox .ag-theme-quartz{height:calc(100vh - 450px)}.prev_img_cont1{width:82%}.acctype-rightswitch{height:355px;width:65.3% !important}.prodt-formbtn .sign,.prodt-formbtn .sign svg,.modal-footer .sign,.modal-footer .sign svg{height:18px;width:18px}.prodt-formbtn svg.feather,button.Icon-Full-Btn .sign svg.footer-cameraicon{width:18px;height:18px}.ag-theme-quartz .ag-root.ag-unselectable.ag-layout-normal.ag-body-horizontal-content-no-gap .ag-floating-bottom{height:34px !important}.Drag___modal:has(.custom-md-modal){overflow-y:auto;scrollbar-width:thin}.assetinward-page .preview_multiImage .text-editor.add-list.add{gap:10px}.new_Sales .sales_quotation_payment{height:100% !important}.importexceldalamodal .modal-header,.Data_Import_Modal.map-column.modal_third.second_step .modal-header{padding:15px 20px}.importexceldalamodal .modal-header p,.Data_Import_Modal.map-column.modal_third.second_step .modal-header p{color:#74777b;font-size:13px;margin-bottom:13px}.importexceldalamodal .step-icon,.Data_Import_Modal.map-column.modal_third.second_step .step-icon{width:40px;height:40px}.importexceldalamodal .step-content p,.Data_Import_Modal.map-column.modal_third.second_step .step-content p{font-size:13px;margin-bottom:0px}.importexceldalamodal .modal-content-data,.Data_Import_Modal.map-column.modal_third.second_step .modal-content-data{padding:10px}.importexceldalamodal .upload-icon svg,.Data_Import_Modal.map-column.modal_third.second_step .upload-icon svg{width:85px;height:85px}.importexceldalamodal .file-upload-container,.Data_Import_Modal.map-column.modal_third.second_step .file-upload-container{max-width:450px}.importexceldalamodal .file-upload-label h4,.Data_Import_Modal.map-column.modal_third.second_step .file-upload-label h4{margin-bottom:10px;font-size:15px}.importexceldalamodal .file-upload-label p,.Data_Import_Modal.map-column.modal_third.second_step .file-upload-label p{font-size:13px}.importexceldalamodal .file-upload-label,.Data_Import_Modal.map-column.modal_third.second_step .file-upload-label{padding:15px 15px}.importexceldalamodal .btn,.Data_Import_Modal.map-column.modal_third.second_step .btn{padding:8px 16px;font-size:13px}.importexceldalamodal .step-track,.Data_Import_Modal.map-column.modal_third.second_step .step-track{left:75px;top:20px;width:213px}.new_print_modal .modal_content_data{padding:10px 20px}.new_print_modal .section,.new_print_modal .advance_section{padding:10px 15px}.new_print_modal .section-title{margin-bottom:1rem;font-size:17px}.new_print_modal .btn-advanced{padding:6px;margin-top:10px}.new_print_modal .info-card{padding:8px 8px;margin-top:10px}.new_print_modal .advance_section{margin-top:12px}.watermark_setting .left_section .text-editor.add-list.add{height:75px}.watermark_setting .left_section .add-transaction-form .image-transaction-form:has(.no_img){height:38px;width:38px}.watermark_setting .left_section .add-transaction-form .image-transaction-form:has(.no_img) img{height:38px;width:38px}.watermark_setting .watermark_section{padding:6px}.watermark_setting .imageupload .add-list.add{height:500px}}@media only screen and (max-width: 1280px){.center_section .dropdown-section.first .css-b62m3t-container{width:180px}.center_section .dropdown-icon{display:none}.prev_img_cont1{width:80%}.responsive-topcom-header .user-menu{justify-content:flex-end}.vch_date_title{padding-right:0}button.Icon-Full-Btn.button-primary.btn_lightblue.has-arrow.dropdown-toggle.collapsed,button.Icon-Full-Btn.button-primary.btn_lightblue.has-arrow.dropdown-toggle{font-size:11px}.tds_modal .modal-xl{--bs-modal-width: 900px}.vch_number{padding-right:0}}@media screen and (max-width: 1200px){.daily_rate_btn .rate-button{padding:8px 10px}.user-info::after{right:4px}.global_header_search .placeholder-animation .animation_text{font-size:12px}.left_section .notification-badge{top:-2px;right:-4px;width:16px;height:16px}.center_section .dropdown-section.first .css-b62m3t-container{width:110px}.center_section .dropdown-section .css-b62m3t-container{width:70px}.daily_rate_btn .current-rate{font-size:12px}.user-menu>li svg{width:16px}.user-info{padding:0 22px 0px 0px}.global_header_search .search-input{width:150px}.global_header_search .search-icon{margin-right:5px}.center_section .dropdown_header{padding:0px 0px 0px 4px}body:has(.modal-lg) .category_modal .imagePrev_Slider .slider-container{width:100% !important;height:100%}body:has(.modal-lg) .category_modal .imagePrev_Slider .slider-container .slick-slider{width:100% !important;height:100%}body:has(.modal-lg) .category_modal .imagePrev_Slider .slider-container .prev-img-show{width:100% !important;height:75px}.Drag___modal .prev_img_cont1{width:85%}.preview_multiImage .image-upload .image-uploads h4{font-size:11px}.prev-img-show img{height:100%}.prev_img_cont ul li{height:75px}.prev_img_cont{height:98px;width:76%}.prev-img-show .text{padding:1px 11px}.preview_multiImage .image-upload input[type=file]{width:80px;height:80px}.pay-rec-tranc-card-footer{position:unset}.prev_img_cont{width:74%}.custom_payment_popup{width:60%;left:30%}.row.adv_return_boxes .col-first{flex:0 1 50%}.receipt_grid_otherAcc .open-up-gridPopup{bottom:0%}.sidelayout-scrolllisting.counter-scroll .AlphaReportType-grid{height:calc(100vh - 267px) !important}.responsive-topcom-header .searchinputs input{width:240px}.db-dropdown{margin-left:-2%}label.daybook-customdropdown-title.margin-bottom-daybook-page.form-label.col-xxl-4.col-xl-4.col-lg-2.col-md-2.col-sm-2.col-12{margin-right:-13px}.menu_table .ag-layout-auto-height .ag-center-cols-viewport{min-height:auto !important}.to-datepicker{margin-left:0 !important}.trans-date-to,.trans-date-from{height:29px !important}.rec_vch_date input.form-control.vch-date.vch-date-left{width:32% !important}.imagePrev_Slider{height:100px;width:100%}.tds_modal .tax_details_img{margin-top:0}.tds_modal .tax_details_img img{height:152px}.tds_modal .tds_fields{background:linear-gradient(280deg, #edf7ff, transparent);border-radius:4px}.final_report .grid_scroll{height:auto}.vch_number{padding-right:8px}}@media screen and (max-width: 1199px){.prch_setting_btn{position:unset}.settingbtn.pageinward-setting-btn{position:relative;right:0;top:0px}.prev_img_cont1{width:82%}.menu_table,.rightsetuppage-table{flex-wrap:wrap}body:has(.Menu_comboBox) .menu_table_grid{height:calc(100vh - 645px);width:100%}body:has(.Menu_comboBox) .rightsparameterpages .rightsetuppage-table .ag-theme-quartz{height:calc(100vh - 31rem)}.Menu_comboBox .ag-theme-quartz{height:180px}.Menu_comboBox,.rights_para_comboBox{width:50%}.global_header_search .placeholder-animation{left:30px}.global_header_search .search-btn,.global_header_search .filter-btn{width:30px;height:28px;margin-left:6px}.global_header_search .search-input-container{padding:3px 4px 3px 6px}.employee_master .employeeMaster_image{display:none}.new_dashboard .group_card.left_section{min-height:auto}.new_dashboard .group_card.total_collection,.new_dashboard .group_card.total_footfall{min-height:230px}.new_dashboard .group_card.total_footfall .echarts-for-react{height:322px !important}.new_dashboard .reminders{margin-top:12px}.new_dashboard .total_collection .charts .echarts-for-react{height:244px !important}.new_dashboard .padding_space.corner{padding-right:10px}.settingbtn.inward_challan_settings{top:23px}.AIC_card-container .btnsetting-inwardchallan{top:21px}.final_report .card.card-body.card-tabs .submenu-sidebar{width:fit-content;padding-left:0 !important;border-top-right-radius:6px}.mini-sidebar .final_report .card.card-body.card-tabs .submenu-sidebar{width:fit-content}.mini-sidebar .final_report .table-listing-left{width:100%}.final_report .table-listing-left{width:100%}.header-list-common:has(.form-middle) .form-right{margin-left:auto}.col-xxl-2.col-xl-3.col-lg-4.col-md-12.col-sm-12.col-12.submenu-sidebar.compmst-sidemenuleft.sub-sidebar-menu.tabmastermenu-open.pe-0{padding-left:0}.col-xxl-2.col-xl-3.col-lg-4.col-md-12.col-sm-12.col-12.submenu-sidebar.compmst-sidemenuleft.sub-sidebar-menu.tabmastermenu-open.pe-0 .nav.flex-column.nav-pills.tab-style-7.p-1.cityareaheader-tabs{padding:8px !important}.physical_TagWise .highlighted .value_input{height:35px !important;width:60%;font-size:18px}.physical_TagWise .highlighted{padding:6px;gap:6px}.physical_TagWise .tagwise_table .customHeader .show_number{font-size:16px}.counter_transfer .right_content_box button.searchbtn{margin-top:14px}.header-list-common:has(.form-middle) .form-left{justify-content:flex-start}.process_master_page .process_master_design{margin-block:0px 12px}.process_master_page .left_field_side{padding:6px 48px 12px 18px}.physical_TagWise.rfid_mapping .rfid_mapping_container{border:0}.unfix_report_listing .unfix_common_header{row-gap:6px}.unfix_report_listing .unfix_common_header .form-group.w-100{width:auto !important}.process_dashboard .menu_section{border-radius:0 6px 6px 0}}@media only screen and (max-width: 1024px){.imagePrev_Slider .prev-img-show{width:100% !important;height:100px}.imagePrev_Slider .slick-slider{height:100px}.imagePrev_Slider .slider-container{height:100%}body:has(.modal-lg) .imagePrev_Slider .slider-container{max-width:86%;height:100%}.imagePrev_Slider .prev-img-show{width:100% !important;height:100px}.imagePrev_Slider .slick-slider{height:100%}.imagePrev_Slider .slider-container{height:100%}body:has(.modal-lg) .imagePrev_Slider .slider-container{max-width:76%;height:100%}body:has(.modal-lg) .category_modal .imagePrev_Slider .slider-container{width:100% !important;height:100%}body:has(.modal-lg) .category_modal .imagePrev_Slider .prev-img-show{width:100% !important;height:75px}}@media only screen and (max-width: 991px){.daily_rate_btn .rate-button{padding:2px 10px}.tagEdit_page .row.voucher_dateLabel .label-voucherDate{width:20.8%}.tagEdit_page .row.voucher_dateLabel .voucherdate-padding{width:79.2%}.tagedit-gridsection{order:1}.te_basicDetails{order:2;margin-top:8px}.te_basicDetails .table-list-card:has(.te_tagEditImage-card){margin-top:0px !important}.te_basicDetails .imageupload .add-list.add{height:160px}.te_basicDetails .te_tagEditImage-card{padding:45px 30px}.tagEdit_page .cart-section-body{height:250px}.transaction-header-displayreportype{justify-content:flex-end}body:has(.modal-lg) .category_modal .imagePrev_Slider .slider-container{max-width:100%}body:has(.modal-lg) .imagePrev_Slider .slider-container{max-width:100%}.Drag___modal .prev_img_cont1{width:76%}.prev_img_cont1{width:80%}.prev-img-show img{height:100%}.prev_img_cont ul li{height:75px}.prev_img_cont{height:98px}.prev-img-show .text{padding:1px 11px}.preview_multiImage .image-upload .image-uploads h4{font-size:10px}.preview_multiImage .image-upload input[type=file]{width:80px;height:80px}.header_listing{top:48px}.custom_payment_popup{width:70%;left:20%}.acctype-rightswitch .tab-content{padding-left:0px !important}.acctype-topheader{border-top:1px solid #e6e6e6}.acctype-leftswitch{height:200px;overflow-y:scroll}.acctype-rightswitch{height:200px;padding:0 10px !important;border-left:0;overflow:auto;padding:0;width:100% !important}.row.adv_return_boxes .col{flex:1 1 100%}ul.tabmastermenu{column-count:4}.tds_details{margin-top:14px}.db-dropdown{margin-left:0%}label.daybook-customdropdown-title.margin-bottom-daybook-page.form-label.col-xxl-4.col-xl-4.col-lg-2.col-md-2.col-sm-2.col-12{margin-right:0px}.border-space{margin-top:unset !important}.table-roleemployee{margin-right:0px}.table2-roleemployee{margin-left:0px}.menu_table .ag-layout-auto-height .ag-center-cols-viewport{min-height:auto !important}.cheq-num{margin-top:3px}.acc-detail{margin-left:0}.to-datepicker{margin-left:0 !important}.trans-date-to,.trans-date-from{height:29px !important}.from-datepicker{padding-left:5px !important}body:has(.Menu_comboBox) .rightsparameterpages .rightsetuppage-table .ag-theme-quartz{height:calc(100vh - 31.5rem)}.rightsparameterpages .rightsetuppage-table .ag-theme-quartz{height:calc(100vh - 14rem)}.header .mobile-user-menu .dropdown-menu a .header-logout,.header .mobile-user-menu .dropdown-menu a .header-mobile-logout{color:#ff1616}.header .mobile-user-menu .dropdown-menu .dropdown-item{display:flex;justify-content:start}.header .mobile-user-menu .dropdown-menu .profileset{display:flex;padding:10px 10px 3px}.header .mobile-user-menu .dropdown-menu .profileset .user-img{display:inline-block;position:relative}.header .mobile-user-menu .dropdown-menu .profileset .user-img .status{bottom:8.5px}.header .mobile-user-menu .dropdown-menu .profileset .profilesets{margin-left:10px}.tagEdit_page .te_basicDetails .te_tagEditImage .add-choosen .image_Box,.tagEdit_page .te_basicDetails .te_tagEditImage .text-editor.add-list.add.pt-0{width:150px}.tagEdit_page .te_sidenav{top:56px}.customeradvancereceipt.OSReceipt .customerAdvandeOsReciept_grid.mx-auto .customerAdvanceReceipt_image img{width:280px}.Data_Import_Modal.map-column.modal_third.second_step .card.card-body{padding:10px}.tds_modal .modal-xl{--bs-modal-width: 800px}.new_print_modal .modal_content_data{padding:10px 10px}.new_print_modal .margin_section,.new_print_modal .section-title.layout{margin-top:10px}.account-filter_modal .accFilter_img img{transform:translate(-50%, 10%)}.account-filter_modal .menu_setup .ag-theme-quartz{height:65vh}.global_header_search .search-input{border:0 !important;padding:4px 0 !important}.global_header_search .placeholder-animation .search_text{display:block}.tag_image_upload_page .image_control{padding:20px}.tag_image_upload_page .add-transaction-form .image-transaction-form:has(.no_img){width:80px;height:80px}.employee_master .employee-acc-card,.employee_master .employee-acc-card .payroll_employee_details,.employee_master .employee_master_grid{margin-top:10px}.employee_master .employee-acc-card .basic_employee_details,.employee_master .employee-acc-card .payroll_employee_details{padding:10px}.employee_master .page-header{display:flex;flex-wrap:wrap;flex-direction:row}.final_report .finalReport_newGrid,.final_report .finalReport_newGrid .section{height:auto}.final_report .finalReport_newGrid .table-footer{position:unset}.final_report .table-listing-left{width:100%}.form-label{font-size:13px !important}.css-116kd9q-control,.form-control,button.addhelpBtn,.help-btn,button.dr-crbtnfield,.dropdown-header,.css-1tdxct7-control,.css-tqczc6-control,.receipt_listingHeader .css-b62m3t-container div.css-tqczc6-control,.css-1cll6hx,.css-s94jr6-control,.css-1am4pr8-control,button.greenbtn-field,.rofbtn-dropdown .dropdown-list,button.primary_btn,button.secondary_btn,.history_button,.refresh_button,.listview_button,.filter_button,.outline_btn,.acc_history_btn,.acc_listing_btn,.view_bal_trans_btn,.btn.tag_import,.comn-btn-blue-page{height:32px !important}button.addhelpBtn{width:32px}.account-filter_modal .account_setup.tag_filter_modal .input-group button,.account-filter_modal .account_setup.tag_filter_modal .css-b62m3t-container,.account-filter_modal .account_setup.tag_filter_modal .css-116kd9q-control{height:32px !important}.account-filter_modal .account_setup.tag_filter_modal .accFilter_img{display:none}textarea.form-control{height:auto !important}.receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon button{height:26px !important}.tdscode-recepit.recepit-two-card-right .last_Grid{padding-left:0;padding-right:0}.page-receipt .card.table-list-card.p-0.BankPaymentMode_table.second_grid.pagereceipt{border-top-left-radius:0px;border-top-right-radius:0px}.page-receipt .card.table-list-card.p-0{border-top-left-radius:6px;border-top-right-radius:6px}.page-receipt .ag-theme-quartz.table_full-contentheight.pay_rec_grid.border_top_remove.transaction_theme-tablecolor{border-radius:0 !important}.content{background:#fff}.customerAdvandeReturn_grid .last_section .advanceReturn_payment{left:1%}.GSTJVPAGE .btnsetting-inwardchallan{padding-right:0}.header-list-common .form-group .search-icon-wrapper{width:32px;height:32px}.daily_rate_btn .current-rate{font-size:16px}.listGrid_toggle{height:32px}.header-ledger-btn button{margin:0px;height:32px;width:auto}.log_report .header-ledger-btn button{width:fit-content}.jv-voucher-p-0{padding-right:0;padding-left:4px}.page-header .inward_tabs_new .header-new-btn{margin-top:0px;align-items:stretch;width:100%}.page-header .inward_tabs_new .submenu_dropdowns .submenu_field.active{box-shadow:none;transform:translateY(0)}.page-header .inward_tabs_new .submenu_dropdowns .submenu_field.active::after{top:4px;right:-8px;width:10px;height:10px}.page-header .inward_tabs_new .submenu_dropdowns .submenu_field:not(.active):hover{transform:translateY(0)}.page-header .inward_tabs_new{height:auto;flex-wrap:wrap;gap:0;column-gap:14px}.page-header .inward_tabs_new .submenu_dropdowns{width:inherit;padding:0px 6px}.page-header .inward_tabs_new .page-headerName{margin-left:40px !important}.header-new-btn{display:flex;justify-content:end;align-items:end;display:flex;justify-content:flex-end;align-self:end;margin:0;flex-wrap:wrap}.inward_tabs_new .header-new-btn{padding-top:8px}.outline_btn .text i{transform:rotate(180deg)}.secondary_btn .text i{transform:rotate(180deg)}.Icon-Full-Btn .text:has(i) .Icon-Full-Btn{gap:0}body:has(.header-list-common.hidden) .outline_btn .text i{transform:rotate(0deg)}body:has(.inward_tabs_new .submenu_dropdowns.hidden) .secondary_btn .text i{transform:rotate(0deg)}ul.tabmastermenu{height:calc(var(--usable-height) - 12rem)}.OSSection{margin-top:8px}.account-filter_modal .search-icon{top:9px}.dropdown-arrow .react-select.from-control__indicators.css-1cll6hx{height:32px !important}.newaddhelpbtn{height:32px}.newaddhelpbtn button.greenbtn-field{border-radius:0 4px 4px 0 !important}.settingbtn.inward_challan_settings,.settingbtn.inward_challan_settings .comn-btn-blue-page{height:32px}.table-listing-left .tab-pane .card.table-list-card{border-radius:0;border-left:0}.notification_page .notification_header,.device_approval_page .notification_header{padding:8px}.notification_page .body_section .notification_list,.device_approval_page .body_section .notification_data{padding:8px;gap:8px}.notification_page .body_section .notification_list .notification-item,.device_approval_page .body_section .notification_data .notification-item{padding:10px}.notification_page .body_section .notification_list .notification-icon{width:45px;height:45px}.notification_page .body_section .notification_list .notification-item .notification-content h4,.notification_page .notification_header .page-title .title h4,.device_approval_page .notification_header .page-title .title h4,.device_approval_page .body_section .notification_data .notify_content .notify_message h4{font-size:14px}.notification_page .notification_header .page-title,.device_approval_page .notification_header .page-title{margin:0}.notification_page .body_section .notification_list{max-height:calc(var(--usable-height) - 134px)}.enrollFinger_print .success-container{width:80px;height:80px;margin:0px auto 20px}.enrollFinger_print .success-circle{width:80px;height:80px}.enrollFinger_print .success-check{width:46px;height:46px}.enrollFinger_print .progress-section{margin-bottom:20px}.enrollFinger_print h2{font-size:20px;margin-bottom:4px}.enrollFinger_print .status-text{font-size:14px;margin-bottom:8px;line-height:1.2}.enrollFinger_print .step-label{font-size:14px}.enrollFinger_print .step-dots{gap:70px;margin-bottom:15px}.enrollFinger_print .scan-container{width:130px;height:130px;margin:0 auto 20px}.enrollFinger_print .scan-container .scan-bg.scanning .fingerprint_img{width:90px;height:90px}.device_approval_page .body_section .notification_data{max-height:calc(var(--usable-height) - 228px)}.device_approval_page .body_section .notification_data ul.notify_dataList{gap:8px}.device_approval_page .body_section .material-tabs .tab-btn{padding:10px 12px 8px;gap:4px}.device_approval_page .body_section .notification_data .notify_content{row-gap:10px;flex-wrap:wrap}.device_approval_page .body_section .notification_data .notify_content .notify_btn{height:28px;padding:4px 12px 4px 12px;line-height:28px;gap:0}.custom-header-sticky.final_report{height:-webkit-fill-available;overflow-x:hidden}.final_report .finalReport_newGrid .assets{border-left:0;border-top:1px solid #dbe0e6}.final_report .inward_tabs_new .submenu_dropdowns{margin:0 !important}.final_report .table-top_header .page-header{padding:0}.final_report .finalReport_newGrid .table-footer td{border-bottom:0}.itemwise_Modal .tagwiseItem_img{display:none}.physical_TagWise .tagwise_table .main-20{width:30%}.physical_TagWise .tagwise_table .main-40{width:35%}.minMax_itemSetting .checkbox-wrapper-Item-setting .checkbox-items,.minMax_itemSetting .checkbox-wrapper-Item-setting .range_items .range_box_items{gap:8px;grid-template-columns:repeat(auto-fit, minmax(160px, 1fr))}.minMax_itemSetting .OtherItemSettingInputsection{padding:12px !important;width:100%;box-shadow:none;margin:0 auto}.minMax_itemSetting .checkbox-wrapper-Item-setting .checkbox-tile{min-height:7rem}.minMax_itemSetting .checkbox-wrapper-Item-setting .checkbox-icon i{font-size:28px}.wtRange_setupPage .ag-theme-quartz.dailyrate-table-only{height:28vh}.wtRange_setupPage .from-weight-table,.wtRange_setupPage .wtrange-table{height:28vh}.wtRange_setupPage .card.weightRangeGrid{border-radius:0}.wtRange_setupPage .wt_range_double_grid{border-radius:0;border-left:0;border-right:0}.process_master_page .process_master_design{margin-block:auto;padding:10px}.process_master_page .left_field_side{padding:14px 10px 14px 10px}.process_master_page .mfg_card{height:calc(var(--usable-height) - 142px)}.process_master_page .custom-md-modal{margin:5px 10px}.mail-box .left_section .dropdown-menu.show{top:25px;width:425px}.Dashboard_listingView .state_card_view_details,.Dashboard_listingView .district_card_view_details,.Dashboard_listingView .taluka_card_view_details,.Dashboard_listingView .village_card_view_details{padding:8px;height:calc(var(--usable-height) - 170px)}.Dashboard_listingView .state_card_view_details .col-xxl-3.col-xl-4.col-lg-6.col-md-6.col-sm-6.col-12:nth-child(even),.Dashboard_listingView .district_card_view_details .col-xxl-3.col-xl-4.col-lg-6.col-md-6.col-sm-6.col-12:nth-child(even),.Dashboard_listingView .taluka_card_view_details .col-xxl-3.col-xl-4.col-lg-6.col-md-6.col-sm-6.col-12:nth-child(even),.Dashboard_listingView .village_card_view_details .col-xxl-3.col-xl-4.col-lg-6.col-md-6.col-sm-6.col-12:nth-child(even){padding-left:0px}.Dashboard_listingView .state_card_view_details .state-card,.Dashboard_listingView .district_card_view_details .state-card,.Dashboard_listingView .taluka_card_view_details .state-card,.Dashboard_listingView .village_card_view_details .state-card{margin-bottom:8px;border-radius:6px}.Dashboard_listingView .state_card_view_details .state-card .state-name,.Dashboard_listingView .district_card_view_details .state-card .state-name,.Dashboard_listingView .taluka_card_view_details .state-card .state-name,.Dashboard_listingView .village_card_view_details .state-card .state-name{font-size:16px}.Dashboard_listingView .state_card_view_details .state-card .card-top,.Dashboard_listingView .district_card_view_details .state-card .card-top,.Dashboard_listingView .taluka_card_view_details .state-card .card-top,.Dashboard_listingView .village_card_view_details .state-card .card-top{padding:6px}.Dashboard_listingView .state_card_view_details .state-card .population-display,.Dashboard_listingView .district_card_view_details .state-card .population-display,.Dashboard_listingView .taluka_card_view_details .state-card .population-display,.Dashboard_listingView .village_card_view_details .state-card .population-display{padding:6px;border-radius:6px}.Dashboard_listingView .state_card_view_details .state-card .population-label,.Dashboard_listingView .district_card_view_details .state-card .population-label,.Dashboard_listingView .taluka_card_view_details .state-card .population-label,.Dashboard_listingView .village_card_view_details .state-card .population-label{font-size:13px;gap:5px}.Dashboard_listingView .state_card_view_details .state-card .population-label .fi,.Dashboard_listingView .district_card_view_details .state-card .population-label .fi,.Dashboard_listingView .taluka_card_view_details .state-card .population-label .fi,.Dashboard_listingView .village_card_view_details .state-card .population-label .fi{font-size:14px;height:14px}.Dashboard_listingView .state_card_view_details .state-card .population-value,.Dashboard_listingView .district_card_view_details .state-card .population-value,.Dashboard_listingView .taluka_card_view_details .state-card .population-value,.Dashboard_listingView .village_card_view_details .state-card .population-value{font-size:15px}.Dashboard_listingView .state_card_view_details .state-card .stat-item,.Dashboard_listingView .district_card_view_details .state-card .stat-item,.Dashboard_listingView .taluka_card_view_details .state-card .stat-item,.Dashboard_listingView .village_card_view_details .state-card .stat-item{padding:4px}.Dashboard_listingView .state_card_view_details .state-card .stat-label,.Dashboard_listingView .district_card_view_details .state-card .stat-label,.Dashboard_listingView .taluka_card_view_details .state-card .stat-label,.Dashboard_listingView .village_card_view_details .state-card .stat-label{font-size:12px}.Dashboard_listingView .state_card_view_details .state-card .stat-value,.Dashboard_listingView .district_card_view_details .state-card .stat-value,.Dashboard_listingView .taluka_card_view_details .state-card .stat-value,.Dashboard_listingView .village_card_view_details .state-card .stat-value{font-size:13px}.Dashboard_listingView .state_card_view_details .state-card .highlight-count,.Dashboard_listingView .district_card_view_details .state-card .highlight-count,.Dashboard_listingView .taluka_card_view_details .state-card .highlight-count,.Dashboard_listingView .village_card_view_details .state-card .highlight-count{font-size:15px}.Dashboard_listingView .state_card_view_details .state-card .highlight-label,.Dashboard_listingView .district_card_view_details .state-card .highlight-label,.Dashboard_listingView .taluka_card_view_details .state-card .highlight-label,.Dashboard_listingView .village_card_view_details .state-card .highlight-label{font-size:12px}.Dashboard_listingView .state_card_view_details .state-card .map-btn,.Dashboard_listingView .district_card_view_details .state-card .map-btn,.Dashboard_listingView .taluka_card_view_details .state-card .map-btn,.Dashboard_listingView .village_card_view_details .state-card .map-btn{padding:4px 10px;border-radius:4px}.Dashboard_listingView .state_card_view_details .state-card .action-btn,.Dashboard_listingView .district_card_view_details .state-card .action-btn,.Dashboard_listingView .taluka_card_view_details .state-card .action-btn,.Dashboard_listingView .village_card_view_details .state-card .action-btn{height:32px;line-height:32px;font-size:13px}.Dashboard_listingView .breadcrumb-item{padding:4px 12px 4px 8px;border-radius:4px}.Dashboard_listingView .breadcrumb-item .breadcrumb-nav .breadcrumb-icon{width:32px;height:28px}.Dashboard_listingView .breadcrumb-item .breadcrumb-nav .breadcrumb-icon .fi{font-size:16px;height:16px}.Dashboard_listingView .breadcrumb-item span{font-size:13px}.counter_transfer .right_content_box button.searchbtn{margin-top:17px}.process_master_page .right_side_img img{display:none}.process_master_page .right_side_img img .unfix_report_listing .form-group.advrpt-account .input-group input,.process_master_page .right_side_img img .unfix_report_listing .form-group .logReport_checkbox{height:32px !important}.process_master_page .right_side_img img .unfix_report_listing .erp-table-container,.process_master_page .right_side_img img .unfix_report_listing .unfix-rpt-detail{height:calc(var(--usable-height) - 270px)}.process_master_page .right_side_img img .unfix-rpt-detail{height:calc(var(--usable-height) - 235px)}.menu_table_grid{height:calc(var(--usable-height) - 450px)}.file-input::file-selector-button{height:32px !important}.dailyratehistory_page .ag-theme-quartz{height:calc(var(--usable-height) - 140px)}.physical_TagWise .tagwise_table .table-wrapper .table_data{height:calc(var(--usable-height) - 350px)}.physical_TagWise .itemGroup_box{padding-right:10px}.physical_TagWise.rfid_mapping .table-wrapper .table_data.scan_grid{height:calc(var(--usable-height) - 220px)}.process_dashboard .header-list-common .form-group.status_tabs{flex-wrap:wrap}.process_dashboard .order_dashboard .card_section:has(.party_confirm) .status_details{flex:0 0 calc(50% - 3px)}.order_dashboard .card_section .card_details_section{height:calc(var(--usable-height) - 210px)}.order_dashboard .card_section:has(.party_confirm) .card_details_section{height:calc(var(--usable-height) - 285px)}.order_dashboard .card_section:has(.issue_pending+.pending+.confirm) .card_details_section{height:calc(var(--usable-height) - 240px)}.process_dashboard .lot_gen_content .side_detail_transfer{margin-bottom:0px}.target_setup_form .target_Module .target_item_details{padding:6px}.target_Module .target_item_details ul.target_item_dataList .branch .fi{font-size:18px;height:18px}.target_Module .target_item_details ul.target_item_dataList .branch span{font-size:18px}.target_Module .target_item_details ul.target_item_dataList li.target_item{gap:8px;min-height:32px;padding:0px 4px}.target_Module .target_item_details ul.target_item_dataList li.target_item span.item_value{padding:1px 4px;width:120px;font-size:14px}.target_Module .target_item_details ul.target_item_dataList li.target_item .form-label{font-size:12px !important}.target_Module .target_item_details ul.target_item_dataList .amount .react-select.from-control__indicators.css-1cll6hx,.target_Module .target_item_details ul.target_item_dataList .amount .css-116kd9q-control,.target_Module .target_item_details ul.target_item_dataList .amount .css-tqczc6-control{min-height:32px}.target_Module .target_form_table .month-title,.target_Module .target_comparison_sales_table .month-title,.target_Module .target_form_table .product-header,.target_Module .target_comparison_sales_table .product-header,.target_Module .target_form_table .month-metrics div,.target_Module .target_comparison_sales_table .month-metrics div{font-size:13px}.target_Module .target_form_table th,.target_Module .target_form_table td,.target_Module .target_comparison_sales_table th,.target_Module .target_comparison_sales_table td,.target_Module .target_form_table .cell-input,.target_Module .target_form_table .percent-input,.target_Module .target_form_table .rate-input,.target_Module .target_comparison_sales_table .cell-input,.target_Module .target_comparison_sales_table .percent-input,.target_Module .target_comparison_sales_table .rate-input,.target_Module .target_form_table .split-column .percent,.target_Module .target_form_table .split-column .rate,.target_Module .target_comparison_sales_table .split-column .percent,.target_Module .target_comparison_sales_table .split-column .rate{font-size:12px}.target_Module .target_comparison_sales_table .table_title{padding:8px 6px 6px 6px}.target_Module .target_comparison_sales_table .table_title h3{font-size:18px}.mobile-user-menu{position:relative}.mobile-user-menu .rfid-icon{width:34px;height:30px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, #4f6df5 0%, #3a56d5 100%);border-radius:6px;color:#fff;font-size:1.2rem;box-shadow:0 4px 10px rgba(79,109,245,.15);position:relative;z-index:3}.mobile-user-menu .rfid-icon::before{content:"";position:absolute;inset:-6px;background:rgba(79,109,245,.4);border-radius:inherit;z-index:-1;opacity:0;animation:pulseGlow 2s infinite}.mobile-user-menu .rfid-icon .fi{font-size:15px;height:15px}.mobile-user-menu .rfid_status_container{position:absolute !important;top:50px;right:30px;border:0;width:max-content}.mobile-user-menu .card-content{background:#fff;padding:10px;border-radius:6px;box-shadow:0 0 4 -1px #ccc;border:1px solid #dbe0e6;width:fit-content}.mobile-user-menu .card-header{gap:10px}}@media only screen and (max-width: 768px){.transaction-header-displayreportype{justify-content:flex-start}.prev_img_cont1{width:76%}.ag-custom-component-popup{width:100% !important;left:5px !important;right:0 !important}.fade.Drag___modal.modal.show .ag-custom-component-popup{width:100% !important;left:0 !important;right:0 !important}.settingbtn_jv{position:absolute;right:0}input.form-control.right_border_remove.input-date.vch-Dates{width:40% !important}form.Account-form-main .mfield{margin-bottom:5px}.table-input-data{gap:0;margin-top:0;margin-bottom:0}.menu_table .ag-layout-auto-height .ag-center-cols-viewport{min-height:auto !important}.menu-rightspara{margin-bottom:12px}.cheq-num{margin-top:3px}.to-datepicker{margin-left:0 !important}.trans-date-to,.trans-date-from{height:30px !important}.content.content_100vh.rightsparameterpages{padding:18px 4px 0px 4px}.tagEdit_page .te_headerSection .tagEdit_listview{display:flex;justify-content:flex-end;position:unset}.page-header .inward_tabs_new .btn-added{padding:4px 6px}.page-header .inward_tabs_new .header-new-btn ul.table-top-head{margin-top:0}.page-header .inward_tabs_new .tabsOpen_view.page-headerName{display:flex;justify-content:space-between;gap:4px;align-items:center}.table-top_header .page-header .inward_tabs_new h4{padding:5px 0}.customeradvancereceipt.OSReceipt .customerAdvandeOsReciept_grid.mx-auto .cust_adv_receipt_form{padding:20px 15px;border-radius:10px}.tds_modal .modal-xl{--bs-modal-width: unset}.tds_modal .tax_details_img{display:none}.tds_modal .tds_fields{background:#fff}.account-filter_modal .accFilter_img{display:none}.account-filter_modal .account_setup,.account-filter_modal .menu_setup{padding:10px}.account-filter_modal .main-tabs-container .tab{padding:6px 20px;font-size:14px}.account-filter_modal .sub-tab,.account-filter_modal li.sub-tab.active{font-size:13px}.account-filter_modal .modalHelpSearch-accountAlign{padding:4px}body:has(.submenu_dropdowns) .sidemenu_hide_show{top:5px}.new_dashboard .purchase .weight-value{font-size:12px}.new_dashboard .purchase .amount-value{font-size:15px}.new_dashboard .purchase .detail-row{padding:8px;border-radius:6px}.new_dashboard .purchase .purchase-box{padding:10px 10px}.new_dashboard .purchase .detail-type{gap:4px}}@media only screen and (max-width: 767px){.tagEdit_page .row.voucher_dateLabel .label-voucherDate{width:16.7%}.tagEdit_page .row.voucher_dateLabel .voucherdate-padding{width:83.3%}.GSTJVPAGE .btnsetting-inwardchallan{padding-right:.75rem}.te_basicDetails .table-list-card:has(.te_tagEditImage-card){margin-top:10px !important}.te_basicDetails .imageupload .add-list.add{height:150px}.te_basicDetails .te_tagEditImage-card{padding:15px}body:has(.submenu_dropdowns) .sidemenu_hide_show{top:7px}.tds_details{margin-top:15px}.tag_image_upload_page .image_control{border-radius:0 0 8px 8px}.settingbtn{position:relative;right:0;top:0px}.prev_img_cont1{width:80%}.rep_typebtn{margin-top:10px}.rightsparameterpages .rightsetuppage-table .ag-theme-quartz{height:calc(100vh - 14.5rem)}body:has(.Menu_comboBox) .rightsparameterpages .rightsetuppage-table .ag-theme-quartz{height:calc(100vh - 31.7rem)}.new_SalesQuotation .summary_action_btn,.new_SalesQuotation .customer_details_btn,.customer_header{display:block !important}.customeradvancereceipt.OSReceipt .customerAdvandeOsReciept_grid.mx-auto .customerAdvanceReceipt_image img{width:242px}.customeradvancereceipt.OSReceipt .last_section .payment_design,.customerAdvandeReturn_grid .last_section .advanceReturn_payment{position:absolute;left:3%;top:25px}.customeradvancereceipt.OSReceipt .last_section .payment_design img,.customerAdvandeReturn_grid .last_section .advanceReturn_payment img{height:170px}.watermark_setting .add-transaction-form .image-transaction-form:has(.no_img){width:180px;height:180px}.watermark_setting .add-transaction-form .image-transaction-form:has(.no_img) img{width:180px;height:180px}.watermark_setting .imageupload .add-list.add{height:250px}.watermark_setting .section-title{font-size:14px}.employee_master .addnewpage-header h4{font-size:18px;padding:4px 0}.employee_master .Account-form-Card{padding:4px 4px 0}.custom-header-sticky.final_report{padding:0 0px 0 0px !important}.customeradvancereceipt.OSReceipt .first_section .salesBill_Design,.customerAdvandeReturn_grid .first_section .advanceReturn_img{right:2%;top:10px}.customeradvancereceipt.OSReceipt .first_section .salesBill_Design img,.customerAdvandeReturn_grid .first_section .advanceReturn_img img{height:150px}.new_dashboard .row_gapping{row-gap:10px}.new_dashboard .dashboard_page{padding:5px}.new_dashboard .group_card{min-height:auto;padding:10px 10px;max-height:fit-content}.new_dashboard .left_section .intro_words{padding:0;gap:4px}.new_dashboard .left_section .intro_words p{font-size:12px;line-height:17px;width:100%}.new_dashboard .left_section .sales_orders{margin-top:12px;width:60%}.new_dashboard .left_section .sales_orders .box .data_label{font-size:13px}.new_dashboard .left_section .sales_orders .box .value{font-size:18px;line-height:1.4}.new_dashboard .left_section .sales_orders .box .bills{font-size:13px}.new_dashboard .left_section .intro_words .box .today_sales_img,.new_dashboard .left_section .intro_words .box .today_orders_img{width:55px;height:55px}.new_dashboard .left_section .intro_words .box .today_sales_img img,.new_dashboard .left_section .intro_words .box .today_orders_img img{width:40px}.new_dashboard .reminders .card_view{max-height:455px}.new_dashboard .group_card.total_footfall{min-height:250px}.new_dashboard .group_card.total_footfall .echarts-for-react{height:390px !important}.new_dashboard .total_footfall .charts_indicators{column-gap:12px;row-gap:6px;margin-top:-212px;flex-wrap:wrap}.new_dashboard .padding_space{padding-right:10px}.jv-voucher-p-0{padding-right:10px;padding-left:10px}.log_report .datepicker-seprate-row .date-picker-wrap .to_date{padding-left:0;width:100%}.log_report .date-picker-wrap{gap:4px}.physical_stock_page.tag_image_upload_page .preview-card h4{width:100%}.physical_stock_page.tag_image_upload_page .preview-card{align-items:start;flex-direction:column}.physical_TagWise.physical_stock_page.tag_image_upload_page .preview-card{flex-direction:row}.minMax_itemSetting .checkbox-wrapper-Item-setting .checkbox-items,.minMax_itemSetting .checkbox-wrapper-Item-setting .range_items .range_box_items{gap:8px;grid-template-columns:repeat(auto-fit, minmax(120px, 1fr))}.process_master_page .process_master_design{margin-block:auto;padding:0px;border:0;box-shadow:none;background:rgba(0,0,0,0)}.new_dashboard .down_value{font-size:13px}.left_section{position:unset}.mail-box .left_section .dropdown-menu.show{width:325px}.mail-box .topnav-dropdown-footer{padding:6px 12px}.header .mail-box .dropdown-menu a{line-height:26px;font-size:13px}.common_table_data_notFound .nl-icon-wrapper{width:130px}.common_table_data_notFound .nl-heading{font-size:18px}.common_table_data_notFound .nl-subtext{font-size:14px}.kyc_modal_body{padding:20px}.kyc_modal_body .kyc_send_img{display:none}.new_print_modal.liveRate_setting_modal .section{padding:8px}.menu_table_grid{height:300px}.unfix_report_listing .unfix_common_header .form-group.advrpt-account .input-group{width:300px}}@media only screen and (max-width: 576px){.header-list-common .search-group .form-control-sm{width:100%}.header-recepitfield.header-list-common .form-group.search-group,.header-recepitfield.header-list-common .form-group.date_picker{width:100%}.header-recepitfield.header-list-common .form-right{margin-left:unset}.header-recepitfield.header-list-common.schemeListing .form-right{margin-left:auto}.tagEdit_page .row.voucher_dateLabel .label-voucherDate{width:100%}.tagEdit_page .row.voucher_dateLabel .voucherdate-padding{width:100%}.customeradvancereceipt.OSReceipt .customerAdvandeOsReciept_grid.mx-auto .customerAdvanceReceipt_image,.customeradvancereceipt.OSReceipt .first_section .salesBill_Design,.customeradvancereceipt.OSReceipt .last_section .payment_design,.customerAdvandeReturn_grid .first_section .advanceReturn_img,.customerAdvandeReturn_grid .last_section .advanceReturn_payment{display:none}.customerAdvandeReturn_grid .first_section{padding:10px 10px}.customeradvancereceipt.OSReceipt .first_section,.customeradvancereceipt.OSReceipt .last_section,.customerAdvandeReturn_grid .first_section,.customerAdvandeReturn_grid .last_section{background:#fff;box-shadow:none}.os_receipt-page.customer-advance-return .card.card-container{padding:0px}.settingbtn{position:absolute;right:0;top:14px}.rep_typebtn{margin-top:0px}.menu_table_grid .ag-root-wrapper-body.ag-layout-normal{height:auto !important}.Drag___modal .item_code_modal_image_controllar .prev_img_cont1{width:78%}.custom_payment_popup{top:30%;bottom:40%;left:15%}.Menu_comboBox{top:unset !important;left:0 !important;bottom:50px}.rights_para_comboBox{top:unset !important;left:0 !important;bottom:50px}.tds_details{margin-top:0px;padding-top:0}.right_adjust_menu{right:0% !important}.settingbtn_jv{position:relative;right:0;top:1px;display:inline-grid}.add-choosen.preview_img .image_Box{margin-bottom:12px}.page-master-title{margin-bottom:0px !important}.acc-master-header{border-bottom:1px solid #dbe0e6 !important;padding:8px 5px}.page-header.page-master-header{border-bottom:none !important;margin-bottom:0px !important;padding:5px !important}.icon-label{align-items:flex-start;margin-top:7px}.add-choosen.preview_img{border-bottom:1px solid #dbe0e6}.menu-rightspara ul{column-count:2;display:block}ul.tabmastermenu{column-count:2}.table-input-data{gap:0;margin-top:0;margin-bottom:0}.menu-rightspara{margin:0 6px;margin-bottom:12px}.search-input.filter-search-input.search-column.searh-transa-col{margin-left:17px;margin-right:10px !important}.search-checkbook{margin-left:10px}.title-border{border-bottom:0 !important;margin-bottom:0 !important;padding-bottom:0 !important}.msme-top{margin-top:5px}.Menu_comboBox,.rights_para_comboBox{width:100%}body:has(.Menu_comboBox) .rightsparameterpages .rightsetuppage-table .ag-theme-quartz{height:calc(100vh - 33rem)}.rightsparameterpages .rightsetuppage-table .ag-theme-quartz{height:calc(100vh - 16rem)}.table-top_header .page-header .inward_tabs_new h4{padding:8px 0}.Data_Import_Modal.map-column.importexceldalamodal.show .modal-content,.Data_Import_Modal.map-column.modal_third.second_step .modal-content{width:100% !important;padding:0}.importexceldalamodal .steps-vertical,.Data_Import_Modal.map-column.modal_third.second_step .steps-vertical{gap:80px}.importexceldalamodal .step-track,.Data_Import_Modal.map-column.modal_third.second_step .step-track{left:70px;top:20px;width:180px}.importexceldalamodal .step-content h4,.Data_Import_Modal.map-column.modal_third.second_step .step-content h4{margin-bottom:0px}.importexceldalamodal .modal-header h2,.Data_Import_Modal.map-column.modal_third.second_step .modal-header h2{font-size:18px;margin-bottom:4px}.importexceldalamodal .step-content p,.Data_Import_Modal.map-column.modal_third.second_step .step-content p{font-size:11px}.importexceldalamodal .modal-header p,.Data_Import_Modal.map-column.modal_third.second_step .modal-header p{color:#74777b;font-size:12px;margin-bottom:12px}.importexceldalamodal .upload-icon svg,.Data_Import_Modal.map-column.modal_third.second_step .upload-icon svg{width:70px;height:70px}.importexceldalamodal .modal-content-data,.Data_Import_Modal.map-column.modal_third.second_step .modal-content-data{padding:15px}.importexceldalamodal .floating-file svg,.Data_Import_Modal.map-column.modal_third.second_step .floating-file svg{width:22px;height:22px}.importexceldalamodal .floating-file,.Data_Import_Modal.map-column.modal_third.second_step .floating-file{width:38px;height:38px}.importexceldalamodal .upload-illustration,.Data_Import_Modal.map-column.modal_third.second_step .upload-illustration{width:170px;height:140px}.custom_quotation_footer .final_rate_amount{padding:0 4px !important}.custom_quotation_footer .final_rate_amount input.form-control.form-control{font-size:13px}.custom_quotation_footer .final_rate_amount .form-label{font-size:11px}.camera_capture .capture_card{padding:30px 20px}.camera_capture .title{font-size:1.5rem}.camera_capture .upload-icon{font-size:2.5rem}.tag_image_upload_page .tag_image_fields .fields{padding:20px 15px 20px 15px}}@media only screen and (max-width: 575px){.sidemenu_hide_show .menu_toggle_btn{height:34px}.prch_setting_btn{position:relative;right:0;padding-right:0px}.settingbtn.pageinward-setting-btn{position:absolute;right:0;top:14px}.customeradvancereceipt.OSReceipt .glider{height:26px;width:205px;top:3px;left:4px}.customeradvancereceipt.OSReceipt .tab{padding:4px 6px;letter-spacing:0}.customeradvancereceipt.OSReceipt .tab.active svg,.os_receipt-page.customer-advance-return .tab.active svg{width:36px !important;height:36px !important}.customeradvancereceipt.OSReceipt .customerAdvandeOsReciept_grid.mx-auto,.os_receipt-page.customer-advance-return .customerAdvandeOsReciept_grid.mx-auto{border-radius:4px}.counter_transfer .summary_btn_new{height:unset}.Data_Import_Modal .baseratemodalscroll_import .modal-footer{gap:0px}.Data_Import_Modal .baseratemodalscroll_import .modal-content{padding:25px 15px}.Data_Import_Modal .baseratemodalscroll .modal-buttons{gap:8px}.Data_Import_Modal .baseratemodalscroll .btn{padding:6px 14px}.custom_quotation_footer .modal-footer{position:unset}.custom_quotation_footer .modal-footer .col-md-12{padding-right:0}.custom_quotation_footer{padding:0 10px}.date-picker-wrap{flex-wrap:nowrap !important}.new_dashboard .purchase .purchase-container{flex-direction:column}.new_dashboard .left_section .intro_image img{width:130px}.header-recepitfield.header-list-common .fromDatePicker,.header-recepitfield.header-list-common .toDatePicker{flex-direction:column}.header-recepitfield.header-list-common .date-picker-wrap .to_date{padding:0}.header-recepitfield.header-list-common .form-group{flex-direction:column;gap:0;align-items:start}.header-recepitfield.header-list-common .form-group.form-right{flex-direction:row;align-items:end;flex-wrap:nowrap;gap:4px}.header-recepitfield.header-list-common .form-group.form-middle{flex-direction:column;align-items:start;flex-wrap:wrap;gap:0px}.physical_verification .header-list-common .form-group{display:flex;align-items:start;flex-direction:column;gap:0px;margin-left:0;flex-wrap:wrap}.physical_verification .header-list-common .form-group .listingReport_type{width:100%}.physical_verification .header-list-common .form-group.form-middle{width:auto}.physical_verification .header-list-common .form-group.date_picker{width:auto}.physical_verification .header-list-common .form-group.report_type{gap:0px}.physical_verification .header-list-common .form-left{gap:6px}.header-list-common .form-group{flex-wrap:wrap}.rate_setup_listing .header-list-common .form-group:not(.daily){flex-wrap:wrap;flex-direction:column;align-items:start;gap:0;width:100%}.rate_setup_listing .header-list-common .form-group:not(.daily).form-right{align-items:end}.rate_setup_listing .header-list-common .form-group:not(.daily) .listingReport_type,.rate_setup_listing .header-list-common .form-group:not(.daily) .css-b62m3t-container{width:100%}.header-list-common .form-right .form-group{margin-left:auto}.header-recepitfield.header-list-common .form-group.common_search{margin-left:auto;width:unset}.asset_outward_field .asset_outward_selection{width:120px}.customeradvancereceipt.OSReceipt .tab,.os_receipt-page.customer-advance-return .tab{height:32px;border-radius:4px}.page-header .add-item.d-flex.inward_tabs_new{border-bottom:0;padding-bottom:2px;flex-direction:column;gap:0;height:max-content}.page-header .inward_tabs_new .submenu_dropdowns{padding:8px 6px 0}body:has(.header-list-common.hidden) .ag-theme-quartz.ag-grid-list{border-top:0}.log_report .page-master-header{padding:5px !important}.log_report .fromDatePicker,.log_report .toDatePicker{flex-direction:column}.log_report .datepicker-seprate-row .date-picker-wrap .to_date{width:100%;padding:0}.enrollFinger_print .scan-container{width:120px;height:120px}.enrollFinger_print .scan-bg{width:100px;height:100px}.enrollFinger_print .scan-container .scan-bg.scanning .fingerprint_img{width:80px;height:80px}.enrollFinger_print h2{font-size:24px}.enrollFinger_print .dot{width:30px;height:30px}.enrollFinger_print .tick i{font-size:14px}.enrollFinger_print .scan-container{width:120px;height:120px}.enrollFinger_print .scan-bg{width:100px;height:100px}.enrollFinger_print .scan-container .scan-bg.scanning .fingerprint_img{width:80px;height:80px}.enrollFinger_print h2{font-size:24px}.enrollFinger_print .dot{width:30px;height:30px}.enrollFinger_print .tick i{font-size:14px}.final_report .add-item div{margin-left:0 !important}.final_report .page-header .add-item.d-flex.inward_tabs_new{align-items:flex-start !important;padding-bottom:6px}.final_report .inward_tabs_new .header-new-btn{padding-top:6px}.final_report .section .account-row td,.final_report .section .sub-child-lastrow td{padding-bottom:3px}.final_report .page-header .inward_tabs_new .submenu_dropdowns{padding:6px 6px 0}.final_report .card.card-body.card-tabs .submenu-sidebar,.final_report .sidebar-scrollable-content{width:100%}.final_report .datepicker-seprate-row .date-picker-wrap{flex-direction:row}.custom-header-sticky.final_report{height:calc(var(--usable-height) - 70px)}.physical_stock_page.tag_image_upload_page .tag_image_fields .fields{padding:15px 0px 8px 18px}.physical_stock_page.tag_image_upload_page .traywise_grid{padding-right:12px}.physical_stock_page.tag_image_upload_page .image_control{padding:10px}.physical_stock_page.tag_image_upload_page .tag_image_title{padding:10px;margin-bottom:6px}.physical_stock_page.tag_image_upload_page .tag_image_title h1{font-size:22px}.physical_stock_page.tag_image_upload_page .tag_image_title img{height:110px}.tag_image_upload_page.tag_image_upload_page .image_control{padding:8px}.physical_stock_page.tag_image_upload_page .preview-card{padding:10px}.physical_stock_page.tag_image_upload_page .preview-card h4{margin-bottom:6px;width:100%;font-size:14px}.physical_TagWise.physical_stock_page.tag_image_upload_page .preview-card{gap:12px;padding:6px}.physical_stock_page.tag_image_upload_page .items_add{flex-direction:column;width:100%}.physical_stock_page.tag_image_upload_page .addNew_item{width:100%}.physical_stock_page.tag_image_upload_page .selected-item{padding:6px;font-size:12px}.physical_TagWise .tagwise_table .footer-table td.pcs,.physical_TagWise .tagwise_table .footer-table td.wt{font-size:14px}.physical_TagWise .highlighted{margin-top:8px;padding:8px}.physical_TagWise .highlighted .value_input{height:40px !important;width:60%;font-size:18px}.physical_TagWise.physical_stock_page.tag_image_upload_page .items_add{flex-direction:row}.process_master_page .left_field_side{padding:0px}.process_master_page .left_field_side .title{padding:6px 10px;margin-bottom:8px;background:#edf3ff;border-radius:4px;border-bottom:0}.process_master_page .left_field_side .title.quality_title{margin-top:8px;padding:6px 10px}.process_master_page .left_field_side .title h3{font-size:15px}.new_dashboard .left_section .intro_words p{line-height:22px}.process_master_page .mfg_card{height:auto}.kyc_link{padding:0px 0px;flex-direction:column;row-gap:22px;align-items:center}.kyc_link .modal-bg{flex-direction:column;width:100%}.kyc_link img{width:100px}.counter_transfer .right_content_box button.searchbtn{margin-top:0px;float:right}.Dashboard_listingView .state_card_view_details .col-xxl-3.col-xl-4.col-lg-6.col-md-6.col-sm-6.col-12:nth-child(even),.Dashboard_listingView .district_card_view_details .col-xxl-3.col-xl-4.col-lg-6.col-md-6.col-sm-6.col-12:nth-child(even),.Dashboard_listingView .taluka_card_view_details .col-xxl-3.col-xl-4.col-lg-6.col-md-6.col-sm-6.col-12:nth-child(even),.Dashboard_listingView .village_card_view_details .col-xxl-3.col-xl-4.col-lg-6.col-md-6.col-sm-6.col-12:nth-child(even){padding-left:10px}.tagwise_table .row{flex-wrap:wrap;overflow-x:hidden;row-gap:6px}.tagwise_table .image_prev.grid-img{width:22px !important}.tagwise_table .center{text-align:center}.tagwise_table .img_table_prev{width:200px;height:200px;position:absolute}.physical_TagWise .tagwise_table table .main-header th{padding:4px;font-size:13px}.physical_TagWise .tagwise_table .table-wrapper .table_data{height:250px}.physical_TagWise .tagwise_table .table-wrapper .customHeader{padding:4px 10px;margin:0 auto 0px;border-bottom:0}.physical_TagWise .tagwise_table .table-wrapper .table_data.scan_grid{border-left:0;border-right:0}.physical_TagWise .tagwise_table .table-wrapper .table_data .empty-data{height:80%}.physical_TagWise .tagwise_table .pending_box,.physical_TagWise .tagwise_table .scan_box{padding-right:10px}.physical_TagWise .tagwise_table .rfid_box,.physical_TagWise .tagwise_table .scan_box{padding-left:10px}.form-group.form-middle.common_listing_tabs{flex-direction:column;align-items:start;gap:0px}.process_listing_header.form-left{align-items:end}.Dashboard_listingView .header_listView{flex-direction:column;align-items:start;row-gap:6px}.Dashboard_listingView .header_listView .breadcrumb-nav{gap:0px;justify-content:space-between;width:100%}.Dashboard_listingView .header_listView .breadcrumb-nav .breadcrumb-icon{display:none}.Dashboard_listingView .header_listView .breadcrumb-nav .breadcrumb-item{padding:6px 18px}.Dashboard_listingView .header_listView .header_action_btn{margin-left:auto}.dailyratehistory_page .ag-theme-quartz{height:calc(var(--usable-height) - 180px)}.physical_TagWise .item_box{padding-right:10px}.physical_TagWise.rfid_mapping .table-wrapper .table_data.scan_grid{height:calc(var(--usable-height) - 350px)}.unfix_report_listing .unfix_common_header .form-group{flex-direction:column;align-items:start;gap:0;width:100%}.unfix_report_listing .unfix_common_header .form-group.action_btns{align-items:end;width:auto}.unfix_report_listing .unfix_common_header .form-group.w-100{display:none}.unfix_report_listing .unfix_common_header .form-group.checkboxes{width:auto}.unfix_report_listing .unfix_common_header .form-group .multiselectdropdown.css-b62m3t-container{width:100%}.unfix_report_listing .unfix_common_header .form-group.advrpt-account .input-group{width:100%}.unfix_report_listing .unfix_common_header .form-group.date_picker .toDatePicker,.unfix_report_listing .unfix_common_header .form-group.date_picker .fromDatePicker{flex-direction:column}.unfix_report_listing .unfix_common_header .form-group.date_picker .toDatePicker .to_date,.unfix_report_listing .unfix_common_header .form-group.date_picker .fromDatePicker .to_date{padding:0}.process_dashboard .order_dashboard .card_section .status_details{flex:0 0 100%;min-width:100%}.process_dashboard .header-list-common .form-group.status_tabs{gap:4px}.process_dashboard .header-recepitfield.header-list-common .form-group.form-right{width:auto;margin-left:auto}.order_dashboard .card_section .card_details_section{height:auto}.order_dashboard .card_section .advanced-search-wrapper{gap:2px;padding:4px 4px 4px 4px;border-radius:6px;min-height:40px;min-width:100%;max-width:600px}.order_dashboard .card_section .advanced-search-wrapper .field-group .search_icon{display:none}.order_dashboard .card_section .advanced-search-wrapper.search_bar{min-width:100%;padding:4px 45px 4px 8px}.order_dashboard .card_section .advanced-search-wrapper.search_bar .field-group .search_icon{display:flex;top:3px;right:3px}.order_dashboard .card_section .advanced-search-wrapper.search_bar .field-group .search_icon .fi{font-size:14px;height:14px}.process_dashboard .tabmastermenu-open{width:100%}.order_dashboard{height:calc(var(--usable-height) - 150px);overflow:auto}.order_dashboard .lot_sidenav .menu_lists{grid-template-columns:repeat(auto-fill, minmax(100px, 1fr));padding:8px 0}.order_dashboard .lot_sidenav .menu_lists li{gap:6px}.order_dashboard .card_section .status_details .stock.pending_stock span{font-size:18px}.custom_rate_update_footer{padding:8px}.target_Module .target_setup_listing_table{height:auto !important}.target_Module .target_item_details ul.target_item_dataList li.target_item span.item_value{padding:4px}.target_Module .target_item_details ul.target_item_dataList li.target_item{flex:1 1 24%;flex-direction:column;padding:4px}.target_Module .target_item_details ul.target_item_dataList{align-items:stretch;margin-top:10px}.target_Module .target_item_details{flex-wrap:nowrap;align-items:start;display:block}.target_Module .form-group.finance_year{margin-top:-52px}.mobile-user-menu .icon-btn.full_screen{display:none}}@media only screen and (max-width: 499px){.prev_img_cont1{width:75%}.customeradvancereceipt.OSReceipt .customerAdvandeOsReciept_grid.mx-auto .cust_adv_receipt_form{padding:6px 10px;border-radius:8px}.table-input-data{gap:0;margin-top:0;margin-bottom:0}.cheque-report-type{display:block !important}.cheque-report-type>.report-type{margin-top:5px;margin-left:5px}.search-input.filter-search-input.search-column.searh-transa-col{margin-left:17px;margin-right:10px !important}.to-datepicker{margin-left:0 !important;margin-top:0 !important}.from-label{margin-left:3px !important}.form-sort.ms-3.me-1{width:80%}.Data_Import_Modal .baseratemodalscroll_import .modal-header{padding:20px}.Data_Import_Modal .baseratemodalscroll_import .modal-icon{font-size:50px}.Data_Import_Modal .baseratemodalscroll_import .modal-title{font-size:20px}.tds_modal .prodt-formbtn{flex-wrap:wrap;row-gap:7px}.tag_image_upload_page .image_control{padding:15px}.watermark_setting .add-transaction-form .image-transaction-form:has(.no_img){width:120px;height:120px}.watermark_setting .add-transaction-form .image-transaction-form:has(.no_img) img{width:120px;height:120px}.header-recepitfield.header-list-common .form-group,.header-recepitfield.header-list-common .form-right{width:100%}.header-recepitfield.header-list-common .form-group .dropdown-opengrid-common.css-b62m3t-container,.header-recepitfield.header-list-common .form-group .Checkboxdrop{width:100%}.cityArea_setup.header-list-common .form-group{width:auto}.header-list-common .form-group.form-right{width:auto}.header-recepitfield.header-list-common .form-group.form-right{width:100%}.cityArea_setup.header-list-common .form-group .dropdown-opengrid-common.css-b62m3t-container{width:200px !important}.header-recepitfield.header-list-common .search-group,.header-recepitfield.header-list-common .Checkboxdrop,.header-recepitfield.header-list-common .form-group .css-b62m3t-container{width:100%}.assets_listing .header-recepitfield.header-list-common .form-group .css-b62m3t-container{width:auto}.customeradvancereceipt.OSReceipt .tab.active svg,.os_receipt-page.customer-advance-return .tab.active svg,.customeradvancereceipt.OSReceipt .tab svg,.os_receipt-page.customer-advance-return .tab svg{display:none}.cardAdjReceipt_colPaddingAdjust .header-recepitfield.header-list-common .form-group{width:unset}.cardAdjReceipt_colPaddingAdjust .header-recepitfield.header-list-common .form-group .refresh-button-CardAr,.cardAdjReceipt_colPaddingAdjust .header-recepitfield.header-list-common .form-group .refresh-button-CardAr-2{height:32px;width:32px;display:flex;align-items:center;justify-content:center}.cardAdjReceipt_colPaddingAdjust .header-list-common .form-left{align-items:end}.cardAdjReceipt_colPaddingAdjust .header-list-common .form-right{margin-left:auto}.account-filter_modal .account_setup.tag_filter_modal .date-picker-wrap{flex-direction:column;align-items:start}.account-filter_modal .account_setup.tag_filter_modal .date-picker-wrap .from_date{padding:0;padding-right:5px}.account-filter_modal .account_setup.tag_filter_modal .date-picker-wrap .to_date{padding:0;padding-right:22px}}@media only screen and (max-width: 427px){.table-input-data{gap:0;margin-top:0;margin-bottom:0}.prev_img_cont1{width:72%}.Drag___modal .prev_img_cont1{width:74%}.search-input.filter-search-input.search-column.searh-transa-col{margin-left:32px;margin-right:21px !important}.to-datepicker{margin-left:0 !important;margin-top:0 !important}.from-label{margin-left:3px !important}.form-sort.ms-3.me-1{width:75%}}@media only screen and (max-width: 426px){.form-sort.ms-3.me-1{width:70%}.prev_img_cont1{width:68%}.cheq-type-label{margin-top:.25rem}.tds_modal .prodt-formbtn .button_section{display:flex;width:100%;justify-content:flex-end}.mobile-user-menu .rfid_status_container{top:40px;right:2px}}@media only screen and (max-width: 400px){.Drag___modal .prev_img_cont1{width:66%}.customeradvancereceipt.OSReceipt .tab img{height:14px}.customeradvancereceipt.OSReceipt .tab span{font-size:11px}.customeradvancereceipt.OSReceipt .glider{width:172px}.capture_card .card{padding:25px 15px}.capture_card .title{font-size:1.3rem}.capture_card .upload-text{font-size:.9rem}.capture_card .upload-hint{font-size:.8rem}.capture_card .home-button{padding:10px 20px;font-size:.9rem}.tag_image_upload_page .add-transaction-form .image-transaction-form:has(.img){height:105px}.tag_image_upload_page .imageupload .add-list.add{width:145px;height:125px}.tag_image_upload_page .add-transaction-form .image-transaction-form:has(.img) img{width:160px;height:118px}.tag_image_upload_page .add-transaction-form .image-transaction-form:has(.no_img){width:60px;height:60px}.header-recepitfield.header-list-common .form-right,.header-recepitfield .form-group{width:100%;margin-left:0}.header-recepitfield.header-list-common .form-right .form-label,.header-recepitfield .form-group .form-label{flex-shrink:0}.new_dashboard .up_value{margin:3px 0;display:inline-block}}@media only screen and (max-width: 350px){.importexceldalamodal .step-track,.Data_Import_Modal.map-column.modal_third.second_step .step-track{left:58px;top:20px;width:130px}.importexceldalamodal .steps-vertical,.Data_Import_Modal.map-column.modal_third.second_step .steps-vertical{gap:40px}}.ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .ag-cell{border-right:0 !important}.ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-row-odd.ag-row.ag-row-level-0.ag-row-position-absolute.ag-row-not-inline-editing.ag-row-no-focus{background-color:#f3f7ff}.ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-checkbox-cell,.ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .edit-delete-action.delete-table-top.modal-button-custom,.ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .action-table-data{height:100%}.ag-theme-quartz .ag-ltr input[class^=ag-]:not([type]),.ag-theme-quartz .ag-ltr input[class^=ag-][type=text],.ag-theme-quartz .ag-ltr input[class^=ag-][type=number],.ag-theme-quartz .ag-ltr input[class^=ag-][type=tel],.ag-theme-quartz .ag-ltr input[class^=ag-][type=date],.ag-theme-quartz .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-quartz .ag-ltr textarea[class^=ag-],.ag-theme-quartz-dark .ag-ltr input[class^=ag-]:not([type]),.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=text],.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=number],.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=tel],.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=date],.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-quartz-dark .ag-ltr textarea[class^=ag-],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-]:not([type]),.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=text],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=number],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=tel],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=date],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-quartz-auto-dark .ag-ltr textarea[class^=ag-]{padding-left:0 !important}.ag-header{position:relative !important}span.ag-header-cell-text{color:#000 !important}.ag-panel{background:#fff !important;box-shadow:0 0 3px 2px #ccc !important;background-color:#fff !important}.ag-menu{border-width:0 !important;box-shadow:0 0 3px 2px #ccc !important;background-color:#fff !important;max-height:fit-content !important}.ag-menu-list{background-color:#fff !important}.ag-menu-option-text{color:#000 !important}.ag-panel.ag-default-panel.ag-dialog.ag-ltr.ag-popup-child.ag-focus-managed{bottom:7px;right:15px;left:unset !important;top:unset !important;z-index:999999999999 !important;width:250px !important;max-width:250px !important}.ag-panel.ag-default-panel.ag-dialog.ag-ltr.ag-popup-child.ag-focus-managed .ag-input-field-input{padding-left:26px !important}.ag-menu.ag-column-menu.ag-ltr.ag-popup-child{box-shadow:0 0 3px 2px #ccc !important;border-width:0;z-index:99999 !important}.ag-menu.ag-ltr.ag-popup-child[aria-label=SubMenu] .ag-menu-list.ag-focus-managed{box-shadow:inset 0 0 0px 0px #ccc !important;background:#fff !important;border:1px solid #ccc;overflow:hidden !important}.ag-menu.ag-column-menu.ag-ltr.ag-popup-child .ag-menu-list.ag-focus-managed[role=tree] .ag-menu-option[aria-level="1"] span{font-size:12px;padding:4px 5px}.ag-menu.ag-column-menu.ag-ltr.ag-popup-child .ag-menu-list.ag-focus-managed[role=tree] .ag-menu-option[aria-level="1"] span span{display:flex;align-items:center}.ag-menu.ag-filter-menu.ag-ltr.ag-popup-child.ag-popup-positioned-under{box-shadow:0 0 4px 2px #ccc !important;z-index:99999999}.ag-theme-quartz .ag-filter-active::after{background-color:#3282b8 !important;--ag-quartz-icon-active-color: #c5c5c552 !important;box-shadow:0 0 0 4px var(--ag-quartz-icon-active-color) !important}.ag-icon-filter::before{content:"" !important;display:block !important;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAB2AAAAdgB+lymcgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAdMSURBVHic7Zt7bBTXFYe/O/veteMHtqEIVwSJlLapgohQpaQUBZqA1FCUBwYaHB5VoGnSNEWNGhqF9IGUqAUlLVXSpK3axrRSHnWDEkKAUrc1TQiGYBIaQNR2DBjb+P3ctWdnTv8YY9beXXvtXXtIsp+0f+zc17k/3Tn33DMzEI0XeFpBIyCfkF8DsAPwDJ+siiHADmBzwOdk6hRfjOIxojmT7yNJGpq6pTeoK2A78EhkWZQACup9Xue0mr0rKchNUgAFZH0muT5SQGNzD9fevFOCIb0BmB5Zpg2vLFCQl+NNfvJXEVPzAuTn+hUwdXhZlACfNtIC2G2A3XzqBYiFwbB9dP3y2SKVG0QqN8jXFxTavafH/d2+eLZI7eMitY/LuhU3xKpjDJ9srE26Diicke/D7bIWSEEG0NUKwLQsjVnTA9GtNLsXk2Jann/wX1amh1mfzQGgXze4UN8JcCG6VTTPAd/e+I2ZPP/I3MTHd3vBmzE2m1ONJwC+a6Iub9qyhxf+8h7As8ADkWWOGN1UaErde/RMe0ZBjof5n89JbHDTAI+P2JpOEt5McAxd1M+VHOOnv/w3StEArAJ6IsvjWXujpqn/ODTl2bfjJm6Zl5eYAb5McEWF25OD2wf+7CGXDlWcZ9HqEgmHDV2EhcDh4c3i3bjHTFPu08MmK7YeofpiT5xqw9BDY7Q6RWgO8GUNuVRb18EdG18WXTeUCA8QY/Iw8jZYAjzT0tHPnY8doScU5UCjCetgJFAv1fizQF1ZzMFQmLs2vUJza68CngZ+F69pLB8Qyd+B+Y2tfbNP1XZRtGhG5Dix0RQ43Ymanjwev+X8BhCB4u+/xoHyarDsXweY8ZqPJoAAbyrF3adqu3MdmmLh3FH8gWlaO8KoSqUAzQEZuUS6sm07y/n1HysAPgKWAN0jdTGaAAAhYL+mqbVlx5s8X5iZyRevjd5qriCWJ3ZMQh4gkDsk37B7/xnu/9GboOgBFmOJMCKJRi+nTVOKAdnw5HFOVneOXFvvS7DbJPAEhtxqp6uauXfzbjFFRIR1wMlEuhlL+LZbhCe6g2GW/fAwzR398WuG+0Hi3nbJoznBe2UVtrYHWbb+JTq7+hSwFXg10a4SuQUiKQfmtHfr1793pp1v3lqIpsW51xUT5wwDueCwTDcMYcX9r3LkRB1AKfDdsXQ1VgEA9gBLa+p7p3f1hln65agki4WYVnCSarwZQ/rd/LP97PrbBwAngGXACEszmvEIEAb2aZpa887JVv+MAh/zrsuOriUDzlAbzxBxcLggkM1lr19S+j6PPvUPlKIV+BpwaaxdJrNXfUVTqszhUM6Dz9zMghumRNdwuWMeTsaFAjLyLBGAw8frWFj0J9F1wxDhNqBsPN0mc4Y9ZIp8Tw+bFG2t4EJTMLqGrqfOGXoyBydff6mbuza9Iv39hhLhIcY5eUg+I/Qs8HxDa4jlj75Lb1S4LKnZEh2uwaN2qC/MHRtf5mJjlwL+gHV8H3/XyVvHPuCr9S2hmecag9y5cPrQUtNI3hlm5A76kk1b9vDGwbMAbwMriJHlGQupEMAEXteUWnmiqiM70+/kputzr5SKgNM1fmfoywSXJeD2F97h5795G6U4jxXpjRKRjU6qXHRQ4J+aptYeONrkmj8nh9mFw7JD48kTONzgywYFB8qrWf+D1wWkT4SlwNlUGJ7KRF6lacoa0xRZ/ZMKPvyo60rJeCJDpawEh4Ka8+2serBUDMNEhPXA0VQZncJNGoBTgKdPNxccPNbEmiWFeN0DQ2jaoBdPCH8WuDx09fSzeHUJ5+o6FPAk8KtUGpxqAcDakua1dPR/rvJsB6tvnYGm1MAxOUFn6HSDLwvTFIq+81cOVZwHy9neh3VETxkTIYAAbyjF8v/V9eTrhrD4xvwBZ+gePX2uNMvrK43HflHG71+qBDiDdbaPEWwkx0QIAFY8vtehqbXl77d4ryvM4EuzBiJC1ygHJP814PRQ+tZpHnriLZSiHVgEXJwIQyfyaUaNYUoRKONbTx2n4lQbhPsYcQW7POD2U/lhA8UPvyYimCLcQ4o8fiwmagVcphroCRty274jlyheUojf546dLVIaBHJpae/jlpUv0twWVFhvc7w4kQZO1lOMXcA9Aa8Dt8sRO184cK1fN+jp1QH+DKyZaMMmS4B8oFEpVHZmREAUQ4j2zhAiCFAANE+0YZP5HKtzSrYns/lfxdY/T4YV5g4jb+52WtqCXUCKztEjY/cjXdtJC2C3AXaTFsBuA+wmLYDdBthNWgC7DbCbtAB2G2A3aQHsNsBu0gLYbYDdpAWw2wC7SQtgtwGRhMMmob4wjPE9n2S4agSoqm1j1YOllzPC707WuLZ/1llV28a2neXsKv2AsGEC1AIPT9b4tglQda6Dbb8tG5y4UrRgfba7k1He7/240jkl2yM1e1fKxrvniNOhCSADE/8xkDVy848//9U0FTFx1QxsAaIfDnxCWYT1RVoNV9HE/w/MOq5bINz6QwAAAABJRU5ErkJggg==) !important;width:16px;height:16px;background-size:contain;mask-image:none;background-color:rgba(0,0,0,0)}.ag-header-cell.ag-floating-filter.ag-focus-managed:hover button.ag-button.ag-floating-filter-button-button{display:block !important}.ag-header-cell.ag-floating-filter.ag-column-first:hover button.ag-button.ag-floating-filter-button-button{display:block !important}.ag-header-cell.ag-floating-filter.ag-column-last:hover button.ag-button.ag-floating-filter-button-button{display:block !important;margin-left:-20px !important}.ag-header-cell.ag-floating-filter.ag-column-last .ag-input-wrapper input{padding-left:5px !important}.ag-select-list{z-index:99999999 !important}.ag-header-cell-resize:after{background-color:rgba(0,0,0,0)}[class*=ag-theme-]{--ag-row-loading-skeleton-effect-color: rgba(66, 66, 66, 0.2);--ag-chip-background-color: transparent}.ag-shake-left-to-right{animation-direction:alternate;animation-duration:.2s;animation-iteration-count:infinite;animation-name:ag-shake-left-to-right}.modal.show .ag-panel.ag-default-panel.ag-dialog.ag-ltr.ag-popup-child.ag-focus-managed,.modal.show .ag-menu.ag-column-menu.ag-ltr.ag-popup-child{top:0px !important;background-color:#fff !important;border-color:#dbe0e6}.fade.Drag___modal.modal.show .ag-popup{position:fixed;z-index:99999}.ag-popup-child:not(.ag-tooltip-custom){box-shadow:none !important}body:has(.modal) .input-popup{overflow:hidden !important}.ag-popup-editor.ag-ltr.ag-popup-child{width:0px !important}.ag-popup-editor.ag-ltr.ag-popup-child .grid_custom_input,.ag-popup-editor.ag-ltr.ag-popup-child .grid_custom_input:focus{box-sizing:border-box !important;box-shadow:unset !important;background-color:rgba(0,0,0,0) !important;width:auto !important;border-color:rgba(0,0,0,0) !important;border-radius:0 !important;border-width:0 !important;height:100% !important}.custom_Help1{border:4px solid #c2deff !important;background-color:#fff !important;width:100% !important}.grid_custom_input{width:100% !important;height:100% !important}.ag-header-cell{cursor:pointer !important}.ag-row-no-focus.ag-row-selected{background-color:#f5f5f5 !important}.right-adjust_gridPopup{right:90%}.top_popup{top:-25px;width:1080px}.receipt_grid_otherAcc .open-up-gridPopup{bottom:100%}.open-up-gridPopup .custom_Help1{position:absolute;bottom:100%}.modal.show .ag-panel.ag-default-panel.ag-dialog.ag-ltr.ag-popup-child.ag-focus-managed{bottom:unset !important;right:unset !important;top:unset !important;left:unset !important;z-index:999999999999 !important}body:has(.ag-filter-wrapper.ag-focus-managed) button.ag-button.ag-floating-filter-button-button.ag-has-popup-positioned-under{display:block !important}body:has(.ag-filter-wrapper.ag-column-first) button.ag-button.ag-floating-filter-button-button.ag-has-popup-positioned-under{display:block !important}body:has(.ag-filter-wrapper.ag-column-last) button.ag-button.ag-floating-filter-button-button.ag-has-popup-positioned-under{display:block !important;margin-right:30}body:has(.ag-grid-list) .ag-panel.ag-default-panel.ag-dialog.ag-ltr.ag-popup-child.ag-focus-managed{box-shadow:0 0 3px 2px #ccc !important;border-width:0}button.ag-button.ag-floating-filter-button-button:hover{border:0}button.ag-button.ag-floating-filter-button-button{display:none !important}button.ag-button.ag-floating-filter-button-button.ag-filter-active{display:block !important;--ag-quartz-icon-active-color: $white !important;box-shadow:0 0 0 4px var(--ag-quartz-icon-active-color) !important}.view-toggle{display:flex;height:27px}.view-toggle .Profit_loss_btn{background-color:#ffe7e7 !important}.view-toggle .Profit_loss_btn span{color:red}.view-toggle .Profit_loss_btn img{fill:#1f59b4}.view-toggle .list-btn,.view-toggle .grid-btn{padding:4px 8px;margin-right:10px;border:none;cursor:pointer;border-radius:5px;line-height:1}.view-toggle .list-btn .text,.view-toggle .grid-btn .text{font-weight:800;font-size:13px;line-height:14px}.view-toggle .grid-btn{background-color:#e3f2fd;border:1px solid rgba(0,0,0,0);color:#1f59b4}.view-toggle .grid-btn:hover,.view-toggle .grid-btn:focus,.view-toggle .grid-btn.active,.view-toggle .grid-btn:focus-visible{border:1px solid #1f59b4}.view-toggle .list-btn:hover,.view-toggle .list-btn:focus,.view-toggle .list-btn.active,.view-toggle .list-btn:focus-visible{border:1px solid #4caf50}.view-toggle .Profit_loss_btn:hover,.view-toggle .Profit_loss_btn:focus,.view-toggle .Profit_loss_btn.active,.view-toggle .Profit_loss_btn:focus-visible{border:1px solid red}.icon-list,.icon-grid{height:18px;width:18px}body:has(.modalhelp-m) .bal_sheet_table{pointer-events:none}body:has(.modalhelp-m) .bal_sheet_Asset_table{pointer-events:none}.addPopup{position:absolute;background:#fff;display:flex;flex-direction:column;gap:20px;border:4px solid #c2deff;border-radius:8px;box-shadow:rgba(60,64,67,.3) 0px 1px 2px 0px,rgba(60,64,67,.15) 0px 2px 6px 2px;z-index:1000}.addPopup .addPopup_title{padding:8px;display:flex;border-bottom:1px solid #e6e6e6;align-items:center;border-radius:8px 8px 0 0}.addPopup .addPopup_title h3{font-weight:700;color:#000}.addPopup .bal_sheet_modal_footer{padding:8px;border-top:1px solid #e6e6e6;border-radius:0 0 8px 8px;line-height:1}.addPopup .bal_sheet_modal_footer .col-md-12{padding-right:0}.addPopup .addPopup_fields{padding:0 8px;line-height:1}.addPopup .addPopup_fields .css-1nmdiq5-menu,.addPopup .addPopup_fields .css-qr46ko{max-height:140px !important;overflow:auto !important}.addPopup .addPopup_fields label{font-weight:700;color:#181d1f}.addPopup .addPopup_fields .form-control{border:0}.addPopup .css-i8r28j input{opacity:0 !important}.addPopup input{width:100%;height:27px;padding:4px;border:1px solid #dbe0e6;border-radius:5px;background-color:#fff;color:#000}.addPopup .react-select{width:100%;padding:0}.bal_sheet_view_grid .list-btn{display:flex;padding:8px 12px;align-items:center;justify-content:center}.bal_sheet_view_grid .bal_grid_btn{border:1px solid #4caf50 !important}.bal_sheet_view_grid .trade_grid_btn{border:1px solid #635bff !important}.bal_sheet_view_grid .profloss_grid_btn{border:1px solid red !important}.bal_sheet_view_grid .liabilities_grid,.bal_sheet_view_grid .assets_grid{position:relative}.bal_sheet_view_grid .liabilities_grid .addPopup.header-addPopup,.bal_sheet_view_grid .assets_grid .addPopup.header-addPopup{display:flex;flex-direction:column;gap:20px;top:45px;left:5%;border:4px solid #c2deff;width:65%}.bal_sheet_view_grid .liabilities_grid .addPopup.header-addPopup .addPopup_title,.bal_sheet_view_grid .assets_grid .addPopup.header-addPopup .addPopup_title{padding:8px;display:flex;border-bottom:1px solid #e6e6e6;align-items:center;border-radius:8px 8px 0 0}.bal_sheet_view_grid .liabilities_grid .addPopup.header-addPopup .addPopup_title h4,.bal_sheet_view_grid .assets_grid .addPopup.header-addPopup .addPopup_title h4{font-weight:700;color:#181d1f;font-size:17px}.bal_sheet_view_grid .liabilities_grid .addPopup.header-addPopup .bal_sheet_modal_footer,.bal_sheet_view_grid .assets_grid .addPopup.header-addPopup .bal_sheet_modal_footer{padding:8px;border-top:1px solid #e6e6e6;border-radius:0 0 8px 8px}.bal_sheet_view_grid .liabilities_grid .addPopup.header-addPopup .bal_sheet_modal_footer .col-md-12,.bal_sheet_view_grid .assets_grid .addPopup.header-addPopup .bal_sheet_modal_footer .col-md-12{padding-right:0}.bal_sheet_view_grid .liabilities_grid .addPopup.header-addPopup .addPopup_fields,.bal_sheet_view_grid .assets_grid .addPopup.header-addPopup .addPopup_fields{padding:0 8px;line-height:1}.bal_sheet_view_grid .liabilities_grid .addPopup.header-addPopup .addPopup_fields label,.bal_sheet_view_grid .assets_grid .addPopup.header-addPopup .addPopup_fields label{font-weight:700;color:#181d1f}.bal_sheet_view_grid .card.table-list-card.border-top-responsive{border-left:0;border-top-left-radius:0}.bal_sheet_view_grid .bal_sheet_view_toggle{display:flex;height:35px;margin-bottom:4px;gap:8px}.bal_sheet_view_grid .bal_sheet_view_toggle button{border-radius:4px;gap:5px;border:1px solid rgba(0,0,0,0)}.bal_sheet_view_grid .bal_sheet_view_toggle span{line-height:35px;font-weight:800}.bal_sheet_view_grid .bal_sheet_view_toggle .Profit_loss_btn{background-color:#ffe7e7 !important}.bal_sheet_view_grid .bal_sheet_view_toggle .Profit_loss_btn span{color:red}.bal_sheet_view_grid .bal_sheet_view_toggle .Profit_loss_btn img{fill:red}.bal_sheet_view_grid .bal_sheet_view_toggle .Profit_loss_btn:hover,.bal_sheet_view_grid .bal_sheet_view_toggle .Profit_loss_btn:focus,.bal_sheet_view_grid .bal_sheet_view_toggle .Profit_loss_btn:active,.bal_sheet_view_grid .bal_sheet_view_toggle .Profit_loss_btn:focus-visible{border:1px solid red}.bal_sheet_view_grid .bal_sheet_view_toggle .Trading_btn{background-color:#e8e7ff !important}.bal_sheet_view_grid .bal_sheet_view_toggle .Trading_btn span{color:#635bff}.bal_sheet_view_grid .bal_sheet_view_toggle .Trading_btn img{fill:#635bff}.bal_sheet_view_grid .bal_sheet_view_toggle .Trading_btn:hover,.bal_sheet_view_grid .bal_sheet_view_toggle .Trading_btn:focus,.bal_sheet_view_grid .bal_sheet_view_toggle .Trading_btn:active,.bal_sheet_view_grid .bal_sheet_view_toggle .Trading_btn:focus-visible{border:1px solid #635bff}.bal_sheet_view_grid .bal_sheet_view_toggle .bal_sheet_grp_btn{background-color:#e5f7e1 !important}.bal_sheet_view_grid .bal_sheet_view_toggle .bal_sheet_grp_btn span{color:#4caf50}.bal_sheet_view_grid .bal_sheet_view_toggle .bal_sheet_grp_btn img{fill:#4caf50}.bal_sheet_view_grid .bal_sheet_view_toggle .bal_sheet_grp_btn:hover,.bal_sheet_view_grid .bal_sheet_view_toggle .bal_sheet_grp_btn:focus,.bal_sheet_view_grid .bal_sheet_view_toggle .bal_sheet_grp_btn:active,.bal_sheet_view_grid .bal_sheet_view_toggle .bal_sheet_grp_btn:focus-visible{border:1px solid #4caf50}.bal_sheet_view_grid .bal_sheet_view{background-color:#fff;border-radius:5px;font-weight:700;position:relative}.bal_sheet_view_grid .bal_sheet_view .ag-row{z-index:0 !important}.bal_sheet_view_grid .bal_sheet_view .ag-row-hover{z-index:2 !important}.bal_sheet_view_grid .bal_sheet_view .ag-row-focus{z-index:5 !important}.bal_sheet_view_grid .bal_sheet_view .ag-row-focus .nds{transform:scale(1) !important}.bal_sheet_view_grid .bal_sheet_view .ag-row-level-0:hover .nds,.bal_sheet_view_grid .bal_sheet_view .ag-row-level-1:hover .nds,.bal_sheet_view_grid .bal_sheet_view .ag-row-level-2:hover .nds{transform:scale(1) !important}.bal_sheet_view_grid .bal_sheet_view .balsheetInfo_table{z-index:10 !important;overflow:visible}.bal_sheet_view_grid .bal_sheet_view nav{width:100%}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .menu-header-link{font-size:16px;font-weight:600}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .menu-header-link svg{fill:#fff;margin-right:8px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table{height:calc(100vh - 191px);border-radius:6px !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-sticky-top-container,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-sticky-top-container{width:100% !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell{border-right-width:0 !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-center-cols-container,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-center-cols-container{width:100% !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-cell:not(.modalhelp-m .ag-cell),.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-cell:not(.modalhelp-m .ag-cell){width:100% !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .tree_element,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .tree_element{display:flex;align-items:center;gap:7px;padding:0 6px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .tree_element .modalhelp-m .ag-root-wrapper.ag-ltr.ag-layout-normal,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .tree_element .modalhelp-m .ag-root-wrapper.ag-ltr.ag-layout-normal{overflow:hidden !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .floating-button,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .floating-button{width:20px;height:34px;line-height:34px;border-radius:50%;background-color:rgba(0,0,0,0);position:absolute;cursor:pointer;display:flex;align-items:center;justify-content:center}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .plus,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .plus{display:flex;justify-content:center;align-items:center;text-align:center;line-height:14px;width:14px;height:14px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .container-floating,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .container-floating{background-color:rgba(0,0,0,0);display:flex;gap:8px;height:34px;line-height:34px;z-index:50px;align-items:center;justify-content:center;cursor:pointer;position:absolute;right:10px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .container-floating-header,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .container-floating-header{width:25px;display:flex;height:25px;line-height:25px;z-index:50px;align-items:flex-end;cursor:pointer}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .container-floating-header .floating-button,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .container-floating-header .floating-button{width:20px;height:20px;border-radius:50%;background:#b66e13;border:none;position:absolute;cursor:pointer;display:flex;align-items:center;justify-content:center;right:unset}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .container-floating-header .plus,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .container-floating-header .plus{text-align:center;line-height:25px;animation:none;transition:none;width:18px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .container-floating-header .plus svg,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .container-floating-header .plus svg{color:#fff}@keyframes edit-in{from{opacity:0;transform:rotateZ(-70deg)}to{opacity:1;transform:rotateZ(0deg)}}@keyframes edit-out{from{opacity:1;transform:rotateZ(0deg)}to{opacity:0;transform:rotateZ(-70deg)}}@keyframes plus-in{from{opacity:1;transform:rotateZ(0deg)}to{opacity:0;transform:rotateZ(180deg)}}@keyframes plus-out{from{opacity:0;transform:rotateZ(180deg)}to{opacity:1;transform:rotateZ(0deg)}}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .nds,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .nds{width:30px;height:30px;border-radius:6px;display:flex;align-items:center;justify-content:center;z-index:300;transform:scale(0);cursor:pointer;background-color:rgba(0,0,0,0) !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .nds svg,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .nds svg{width:20px !important;height:20px !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .nds:hover,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .nds:hover{background-color:#23486a !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .nds:hover svg,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .nds:hover svg{color:#fff !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .nd1,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .nd1{background:#23486a;left:25px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .nd1 svg,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .nd1 svg{color:#1f59b4 !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .nd3,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .nd3{background:#23486a;left:65px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .nd3 svg,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .nd3 svg{color:#4caf50 !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .nd4,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .nd4{background:#23486a;left:105px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .nd4 svg,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .nd4 svg{color:red !important}@keyframes bounce-nds{from{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes bounce-out-nds{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .add_userAcc,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .add_userAcc{height:35px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .add_userAcc .user-acc-add,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .add_userAcc .user-acc-add{color:#fff;height:18px;width:18px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .edit_userAcc,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .edit_userAcc{height:35px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .edit_userAcc .user-acc-edit,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .edit_userAcc .user-acc-edit{color:#fff;height:18px;width:18px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .delete_userAcc,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .delete_userAcc{height:35px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .delete_userAcc .user-acc-delete,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .delete_userAcc .user-acc-delete{color:#fff;height:18px;width:18px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .account_numbers .show-content,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .account_numbers .show-content{display:flex;align-items:center;justify-content:center;gap:5px;line-height:1;padding:4px 6px;border-radius:4px;border:1px solid #68a2ec}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .account_numbers .show-content .content-number,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .account_numbers .show-content .content-number{text-decoration:none;color:#68a2ec !important;border-radius:6px;font-weight:800;font-size:14px !important;cursor:pointer}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .account_numbers .show-content .balsheetInfo_table .ag-root-wrapper.ag-ltr.ag-layout-normal,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .account_numbers .show-content .balsheetInfo_table .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0px !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .account_numbers .show-content .balsheetInfo_table .ag-header,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .account_numbers .show-content .balsheetInfo_table .ag-header{border-radius:0px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .account_numbers .show-content .balsheetInfo_table .ag-row-level-0::after,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .account_numbers .show-content .balsheetInfo_table .ag-row-level-0::after{content:unset;border-left:unset}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .account_numbers .popup_help,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .account_numbers .popup_help{position:absolute;top:30px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0),.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0){background:#f1f1f1 !important;display:flex;align-items:center}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element{margin-left:5px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element span,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element span{color:#c67000;font-size:15px;font-weight:800}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup{position:absolute;background:#fff;display:flex;flex-direction:column;gap:20px;border:4px solid #f6d7b0;border-radius:8px;box-shadow:rgba(60,64,67,.3) 0px 1px 2px 0px,rgba(60,64,67,.15) 0px 2px 6px 2px;z-index:1000;width:65%}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .addPopup_title,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .addPopup_title{padding:8px;display:flex;border-bottom:1px solid #e6e6e6;align-items:center;border-radius:8px 8px 0 0}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .addPopup_title h3,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .addPopup_title h3{font-weight:700;color:#000}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .bal_sheet_modal_footer,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .bal_sheet_modal_footer{padding:8px;border-top:1px solid #e6e6e6;border-radius:0 0 8px 8px;line-height:1}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .bal_sheet_modal_footer .col-md-12,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .bal_sheet_modal_footer .col-md-12{padding-right:0}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .addPopup_fields,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .addPopup_fields{padding:0 8px;line-height:1}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .addPopup_fields .css-1nmdiq5-menu,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .addPopup_fields .css-qr46ko,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .addPopup_fields .css-1nmdiq5-menu,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .addPopup_fields .css-qr46ko{height:140px !important;overflow:auto !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .addPopup_fields label,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .addPopup_fields label{font-weight:700;color:#181d1f}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .css-i8r28j input,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .css-i8r28j input{opacity:0 !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup input,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup input{width:100%;height:27px;padding:4px;border:1px solid #ccc;border-radius:5px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .react-select,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element .addPopup .react-select{width:100%;padding:0}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) span.ag-group-value,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) span.ag-icon.ag-icon-tree-closed,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) span.ag-group-value,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) span.ag-icon.ag-icon-tree-closed{color:#c67000;font-size:16px;font-weight:800}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-0 .tree_element::after,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-0 .tree_element::after{content:"";position:absolute;left:0;top:4px;height:26px;border-left:3px solid #c67000}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-1 .addPopup,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-1 .addPopup{position:absolute;background:#fff;display:flex;flex-direction:column;gap:20px;border-radius:8px;box-shadow:rgba(60,64,67,.3) 0px 1px 2px 0px,rgba(60,64,67,.15) 0px 2px 6px 2px;z-index:1000;width:65%;border:4px solid #f6d7b0}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-1 .addPopup .addPopup_title,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-1 .addPopup .addPopup_title{padding:8px;display:flex;border-bottom:1px solid #e6e6e6;align-items:center;border-radius:8px 8px 0 0}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-1 .addPopup .addPopup_title h3,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-1 .addPopup .addPopup_title h3{font-weight:700;color:#000}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-1 .addPopup .bal_sheet_modal_footer,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-1 .addPopup .bal_sheet_modal_footer{padding:8px;border-top:1px solid #e6e6e6;border-radius:0 0 8px 8px;line-height:1}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-1 .addPopup .bal_sheet_modal_footer .col-md-12,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-1 .addPopup .bal_sheet_modal_footer .col-md-12{padding-right:0}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-1 .addPopup .addPopup_fields,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-1 .addPopup .addPopup_fields{padding:0 8px;line-height:1}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-1 .addPopup .addPopup_fields .css-1nmdiq5-menu,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-1 .addPopup .addPopup_fields .css-qr46ko,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-1 .addPopup .addPopup_fields .css-1nmdiq5-menu,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-1 .addPopup .addPopup_fields .css-qr46ko{height:140px !important;overflow:auto !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-1 .addPopup .addPopup_fields label,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-1 .addPopup .addPopup_fields label{font-weight:700;color:#181d1f}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-1 .addPopup .css-i8r28j input,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-1 .addPopup .css-i8r28j input{opacity:0 !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-1 .addPopup input,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-1 .addPopup input{width:100%;height:27px;padding:4px;border:1px solid #ccc;border-radius:5px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-1 .addPopup .react-select,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-1 .addPopup .react-select{width:100%;padding:0}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-1 span.ag-group-value,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-1 span.ag-icon.ag-icon-tree-closed,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-1 span.ag-group-value,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-1 span.ag-icon.ag-icon-tree-closed{color:#181d1f;font-size:14px;font-weight:800}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-1 span.ag-icon.ag-icon-tree-open,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-1 span.ag-icon.ag-icon-tree-open{transform:rotate(270deg)}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-1 .tree_element,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-1 .tree_element{color:#181d1f;font-size:14px;font-weight:800;margin-left:30px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-2 .tree_element,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-2 .tree_element{margin-left:60px;color:#7e7e7e;font-size:14px;font-weight:700}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-2 .addPopup,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-2 .addPopup{position:absolute;background:#fff;display:flex;flex-direction:column;gap:20px;border-radius:8px;box-shadow:rgba(60,64,67,.3) 0px 1px 2px 0px,rgba(60,64,67,.15) 0px 2px 6px 2px;z-index:1000;width:70%;border:4px solid #f6d7b0}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-2 .addPopup .addPopup_title,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-2 .addPopup .addPopup_title{padding:8px;display:flex;border-bottom:1px solid #e6e6e6;align-items:center;border-radius:8px 8px 0 0}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-2 .addPopup .addPopup_title h3,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-2 .addPopup .addPopup_title h3{font-weight:700;color:#000}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-2 .addPopup .bal_sheet_modal_footer,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-2 .addPopup .bal_sheet_modal_footer{padding:8px;border-top:1px solid #e6e6e6;border-radius:0 0 8px 8px;line-height:1}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-2 .addPopup .bal_sheet_modal_footer .col-md-12,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-2 .addPopup .bal_sheet_modal_footer .col-md-12{padding-right:0}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-2 .addPopup .addPopup_fields,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-2 .addPopup .addPopup_fields{padding:0 8px;line-height:1}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-2 .addPopup .addPopup_fields .css-1nmdiq5-menu,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-2 .addPopup .addPopup_fields .css-qr46ko,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-2 .addPopup .addPopup_fields .css-1nmdiq5-menu,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-2 .addPopup .addPopup_fields .css-qr46ko{height:140px !important;overflow:auto !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-2 .addPopup .addPopup_fields label,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-2 .addPopup .addPopup_fields label{font-weight:700;color:#181d1f}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-2 .addPopup .css-i8r28j input,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-2 .addPopup .css-i8r28j input{opacity:0 !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-2 .addPopup input,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-2 .addPopup input{width:100%;height:27px;padding:4px;border:1px solid #ccc;border-radius:5px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-row-level-2 .addPopup .react-select,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-row-level-2 .addPopup .react-select{width:100%;padding:0}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header:not(.modalhelp-m .ag-header),.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header:not(.modalhelp-m .ag-header){background:#a05e09 !important;border-radius:4px;font-size:13px;text-transform:capitalize;font-weight:bold}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header:not(.modalhelp-m .ag-header) .ag-header-cell-text,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header:not(.modalhelp-m .ag-header) .ag-header-cell-text{color:#fff !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper{display:flex;align-items:center;justify-content:unset}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper .bal_sheet_header,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .bal_sheet_header{display:flex;align-items:center;gap:1rem}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper .bal_sheet_header a,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .bal_sheet_header a{color:#fff !important;font-size:16px;text-transform:capitalize;font-weight:bold;cursor:default;display:flex;align-items:center}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper .bal_sheet_header .liabilities_icon,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .bal_sheet_header .liabilities_icon{filter:invert(1);height:26px;width:26px;margin-right:6px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper .bal_sheet_header .floating-button,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .bal_sheet_header .floating-button{width:26px;height:26px;border-radius:50%;background:rgba(0,0,0,0);position:absolute;cursor:pointer;box-shadow:0px 2px 10px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper .bal_sheet_header .plus,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .bal_sheet_header .plus{filter:unset;display:flex;justify-content:center;align-items:center;text-align:center;line-height:20px;animation:plus-out .3s;transition:all .3s}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating{width:26px;display:flex;height:26px;line-height:26px;z-index:50px;align-items:flex-end;cursor:pointer}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating-header,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating-header{width:25px;display:flex;height:25px;line-height:25px;z-index:50px;align-items:flex-end;cursor:pointer}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating-header .floating-button,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating-header .floating-button{width:26px;height:26px;border-radius:50%;background:#b66e13;border:none;position:absolute;cursor:pointer;box-shadow:0px 2px 10px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating-header .plus,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating-header .plus{text-align:center;line-height:25px;animation:none;transition:none}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating:hover,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating:hover{width:25px}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating:hover .plus,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating:hover .plus{animation:plus-in .15s linear;animation-fill-mode:forwards}@keyframes edit-in{from{opacity:0;transform:rotateZ(-70deg)}to{opacity:1;transform:rotateZ(0deg)}}@keyframes edit-out{from{opacity:1;transform:rotateZ(0deg)}to{opacity:0;transform:rotateZ(-70deg)}}@keyframes plus-in{from{opacity:1;transform:rotateZ(0deg)}to{opacity:0;transform:rotateZ(180deg)}}@keyframes plus-out{from{opacity:0;transform:rotateZ(180deg)}to{opacity:1;transform:rotateZ(0deg)}}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper .bal_sheet_header .nds,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .bal_sheet_header .nds{width:30px;height:30px;border-radius:50%;line-height:30px;position:absolute;display:flex;align-items:center;justify-content:center;z-index:300;transform:scale(0);cursor:pointer;margin-bottom:5px !important}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper .bal_sheet_header .nd1,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .bal_sheet_header .nd1{background:#23486a;box-shadow:rgba(50,50,93,.25) 0px 6px 12px -2px,rgba(0,0,0,.3) 0px 3px 7px -3px;bottom:30px;animation-delay:.2s;animation:bounce-out-nds .3s linear;animation-fill-mode:forwards}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper .bal_sheet_header .nd3,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .bal_sheet_header .nd3{background:#23486a;box-shadow:rgba(50,50,93,.25) 0px 6px 12px -2px,rgba(0,0,0,.3) 0px 3px 7px -3px;bottom:65px;animation-delay:.15s;animation:bounce-out-nds .15s linear;animation-fill-mode:forwards}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper .bal_sheet_header .nd4,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .bal_sheet_header .nd4{bottom:90px;animation-delay:.1s;animation:bounce-out-nds .1s linear;animation-fill-mode:forwards}@keyframes bounce-nds{from{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes bounce-out-nds{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating:hover .nds,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating:hover .nds{animation:bounce-nds .1s linear;animation-fill-mode:forwards}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating:hover .nd3,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating:hover .nd3{animation-delay:.08s}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating:hover .nd4,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating:hover .nd4{animation-delay:.15s}.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating:hover .nd5,.bal_sheet_view_grid .bal_sheet_view nav .menu-bar .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .bal_sheet_header .container-floating:hover .nd5{animation-delay:.2s}.bal_sheet_view_grid .bal_sheet_view .menu-bar{background:#fff;display:flex;width:100%}.bal_sheet_view_grid .bal_sheet_view .menu-link{transition:background .2s,color .2s;position:relative;z-index:1}.bal_sheet_view_grid .bal_sheet_view .menu-link[aria-haspopup=true]{padding-right:40px}.bal_sheet_view_grid .bal_sheet_view .menu-link[aria-haspopup=true]:after{content:"";background-image:url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowRight.svg#accent");background-size:14px;width:14px;height:14px;font-size:12px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.bal_sheet_view_grid .addPopup.header-addPopup .react-select.form-control.css-b62m3t-container{width:100% !important;padding:0 !important;border-color:rgba(0,0,0,0) !important}.bal_sheet_view_grid .assets_grid .addPopup.header-addPopup{border:4px solid #c2deff !important}.bal_sheet_view_grid .assets nav{width:100%}.bal_sheet_view_grid .assets nav .menu-bar{width:100%}.bal_sheet_view_grid .assets nav .menu-bar .menu-header-link{font-size:16px;font-weight:600}.bal_sheet_view_grid .assets nav .menu-bar .menu-header-link svg{fill:#fff;margin-right:8px}.bal_sheet_view_grid .assets nav .menu-bar li{width:100%}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0){background:#f1f1f1 !important}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .addPopup{position:absolute;background:#fff;display:flex;flex-direction:column;gap:20px;border:4px solid #a3d6db !important;border-radius:8px;box-shadow:rgba(60,64,67,.3) 0px 1px 2px 0px,rgba(60,64,67,.15) 0px 2px 6px 2px;z-index:1000;width:65%}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .addPopup .addPopup_title{padding:8px;display:flex;border-bottom:1px solid #e6e6e6;align-items:center;border-radius:8px 8px 0 0}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .addPopup .addPopup_title h3{font-weight:700;color:#000}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .addPopup .bal_sheet_modal_footer{padding:8px;border-top:1px solid #e6e6e6;border-radius:0 0 8px 8px;line-height:1}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .addPopup .bal_sheet_modal_footer .col-md-12{padding-right:0}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .addPopup .addPopup_fields{padding:0 8px;line-height:1}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .addPopup .addPopup_fields .css-1nmdiq5-menu,.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .addPopup .addPopup_fields .css-qr46ko{height:140px !important;overflow:auto !important}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .addPopup .css-i8r28j input{opacity:0 !important}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .addPopup input{width:100%;height:27px;padding:4px;border:1px solid #ccc;border-radius:5px}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .addPopup .react-select{width:100%;padding:0}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) span.ag-group-value,.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) span.ag-icon.ag-icon-tree-closed{color:#0697a7;font-size:15px;font-weight:800}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-0:not(.modalhelp-m .ag-row-level-0) .tree_element span{color:#0697a7}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-0 .tree_element::after{content:"";position:absolute;left:0;top:4px;height:26px;border-left:3px solid #0697a7}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-even.ag-row.ag-row-level-0.ag-row-group.ag-row-group-expanded.ag-row-position-absolute.ag-row-first.ag-row-not-inline-editing.ag-row-focus::after{content:"";height:26px !important;border-left:3px solid #0697a7}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-1 .addPopup{position:absolute;background:#fff;display:flex;gap:20px;flex-direction:column;border:4px solid #a3d6db !important;border-radius:8px;box-shadow:rgba(60,64,67,.3) 0px 1px 2px 0px,rgba(60,64,67,.15) 0px 2px 6px 2px;z-index:1000;width:65%}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-1 .addPopup .addPopup_title{padding:8px;display:flex;border-bottom:1px solid #e6e6e6;align-items:center;border-radius:8px 8px 0 0}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-1 .addPopup .addPopup_title h3{font-weight:700;color:#000}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-1 .addPopup .bal_sheet_modal_footer{padding:8px;border-top:1px solid #e6e6e6;border-radius:0 0 8px 8px;line-height:1}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-1 .addPopup .bal_sheet_modal_footer .col-md-12{padding-right:0}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-1 .addPopup .addPopup_fields{padding:0 8px;line-height:1}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-1 .addPopup .addPopup_fields .css-1nmdiq5-menu,.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-1 .addPopup .addPopup_fields .css-qr46ko{height:140px !important;overflow:auto !important}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-1 .addPopup .css-i8r28j input{opacity:0 !important}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-1 .addPopup input{width:100%;height:27px;padding:4px;border:1px solid #ccc;border-radius:5px}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-1 .addPopup .react-select{width:100%;padding:0}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-1 span.ag-group-value,.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-row-level-1 span.ag-icon.ag-icon-tree-closed{color:#181d1f;font-size:14px;font-weight:800}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-header:not(.modalhelp-m .ag-header){background:#177e89 !important;border-radius:4px;font-size:13px;text-transform:capitalize;font-weight:bold}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-header:not(.modalhelp-m .ag-header) .ag-header-cell-text{color:#fff !important}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-header-cell-comp-wrapper{display:flex;align-items:center}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .asset_header{display:flex;align-items:center;gap:1rem}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .asset_header a{color:#fff !important;font-size:16px;text-transform:capitalize;font-weight:bold;cursor:default;display:flex;align-items:center}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .asset_header a .asset_img{filter:invert(1);height:26px;width:26px;margin-right:6px}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .asset_header .container-floating-header{width:25px;display:flex;height:25px;line-height:25px;z-index:50px;align-items:flex-end;cursor:pointer}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .asset_header .container-floating-header .floating-button{width:26px;height:26px;border-radius:50%;background:#0e8d9a;border:none;position:absolute;cursor:pointer;box-shadow:0px 2px 10px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center}.bal_sheet_view_grid .assets nav .menu-bar li .bal_sheet_Asset_table .ag-header-cell-comp-wrapper .asset_header .container-floating-header .plus{filter:unset;text-align:center;line-height:25px;animation:none;transition:none}.bal_sheet_view_grid .assets nav .menu-bar li .menu-bar-link{border-radius:5px 5px 0 0;background-color:#177e89;color:#fff}.bal_sheet_view_grid nav ul,.bal_sheet_view_grid nav li{list-style:none;width:100%;padding:0;margin:0}.bal_sheet_view_grid nav a{display:block;text-decoration:none}.bal_sheet_view_grid nav a:hover,.bal_sheet_view_grid nav a:visited{text-decoration:none}.bal_sheet_view:has(.ag-row) .ag-cell{z-index:1;overflow:visible}@keyframes dropdown{0%{opacity:0;transform:scaleY(0)}50%{opacity:1}100%{transform:scaleY(1)}}@keyframes flyout{0%{opacity:0;transform:scaleX(0)}100%{opacity:1;transform:scaleX(1)}}.kanban-board.grid-list-layout{height:calc(100vh - 11rem);overflow:auto}.kanban-board.grid-list-layout .kanban-board{display:flex;flex-direction:column;justify-content:space-between;width:100%}.kanban-board.grid-list-layout .kanban-column{background-color:#fcfcfc;border-radius:8px;flex-wrap:wrap;padding:0 8px;width:100%;min-width:50%;flex-flow:wrap;box-shadow:0 2px 4px rgba(0,0,0,.1);margin:5px 0;-webkit-column-count:4;-moz-column-count:4;column-count:4;column-gap:1rem;row-gap:1rem}.kanban-board.grid-list-layout .kanban-column h4{font-weight:800}.kanban-board.grid-list-layout .kanban-column h2{text-align:center;color:#333}.kanban-board.grid-list-layout .kanban-card-1,.kanban-board.grid-list-layout .kanban-card-2,.kanban-board.grid-list-layout .kanban-card-3{background-color:#fff;border-radius:5px;padding:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #fde2e7;border-bottom:4px solid #e04546;font-weight:700;position:relative}.kanban-board.grid-list-layout .kanban-card-1 .kanban-card-content,.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content,.kanban-board.grid-list-layout .kanban-card-3 .kanban-card-content{display:flex;width:85%;gap:5px}.kanban-board.grid-list-layout .kanban-card-1 .kanban-card-content .card-img,.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-img,.kanban-board.grid-list-layout .kanban-card-3 .kanban-card-content .card-img{width:50px;height:50px;border-radius:4px}.kanban-board.grid-list-layout .kanban-card-1 .kanban-card-content .card-img .img-item,.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-img .img-item,.kanban-board.grid-list-layout .kanban-card-3 .kanban-card-content .card-img .img-item{object-fit:cover;border-radius:4px;width:80px;border:1px solid #eee}.kanban-board.grid-list-layout .kanban-card-1 .kanban-card-content .card-img .img-card-item,.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-img .img-card-item,.kanban-board.grid-list-layout .kanban-card-3 .kanban-card-content .card-img .img-card-item{object-fit:cover;border-radius:4px;width:80px;border:1px solid #eee}.kanban-board.grid-list-layout .kanban-card-1 .kanban-card-content .card-data,.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data,.kanban-board.grid-list-layout .kanban-card-3 .kanban-card-content .card-data{display:flex;flex-direction:column}.kanban-board.grid-list-layout .kanban-card-1 .kanban-card-content .card-data p,.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data p,.kanban-board.grid-list-layout .kanban-card-3 .kanban-card-content .card-data p{font-size:11px}.kanban-board.grid-list-layout .kanban-card-1 .kanban-card-content .card-data .card-title,.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data .card-title,.kanban-board.grid-list-layout .kanban-card-3 .kanban-card-content .card-data .card-title{display:flex;flex-direction:column;margin-bottom:0}.kanban-board.grid-list-layout .kanban-card-1 .kanban-card-content .card-data .card-title h4,.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data .card-title h4,.kanban-board.grid-list-layout .kanban-card-3 .kanban-card-content .card-data .card-title h4{color:#e04546;font-size:14px}.kanban-board.grid-list-layout .kanban-card-1 .kanban-card-content .card-data span,.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data span,.kanban-board.grid-list-layout .kanban-card-3 .kanban-card-content .card-data span{color:#a7a7a7;font-size:11px;text-transform:uppercase}.kanban-board.grid-list-layout .kanban-card-1 hr,.kanban-board.grid-list-layout .kanban-card-2 hr,.kanban-board.grid-list-layout .kanban-card-3 hr{margin:8px 0}.kanban-board.grid-list-layout .kanban-card-1 .card-data-content,.kanban-board.grid-list-layout .kanban-card-2 .card-data-content,.kanban-board.grid-list-layout .kanban-card-3 .card-data-content{display:flex;flex-direction:column}.kanban-board.grid-list-layout .kanban-card-1 .card-data-content .card-data-label,.kanban-board.grid-list-layout .kanban-card-1 .card-data-content .card-data-value,.kanban-board.grid-list-layout .kanban-card-2 .card-data-content .card-data-label,.kanban-board.grid-list-layout .kanban-card-2 .card-data-content .card-data-value,.kanban-board.grid-list-layout .kanban-card-3 .card-data-content .card-data-label,.kanban-board.grid-list-layout .kanban-card-3 .card-data-content .card-data-value{display:flex;flex-wrap:wrap;justify-content:space-between}.kanban-board.grid-list-layout .kanban-card-1 .card-data-content .card-data-value,.kanban-board.grid-list-layout .kanban-card-2 .card-data-content .card-data-value,.kanban-board.grid-list-layout .kanban-card-3 .card-data-content .card-data-value{align-items:end}.kanban-board.grid-list-layout .kanban-card-1 .card-data-content label,.kanban-board.grid-list-layout .kanban-card-2 .card-data-content label,.kanban-board.grid-list-layout .kanban-card-3 .card-data-content label{color:#969696}.kanban-board.grid-list-layout .kanban-card-1 .card-data-content label,.kanban-board.grid-list-layout .kanban-card-1 .card-data-content span,.kanban-board.grid-list-layout .kanban-card-2 .card-data-content label,.kanban-board.grid-list-layout .kanban-card-2 .card-data-content span,.kanban-board.grid-list-layout .kanban-card-3 .card-data-content label,.kanban-board.grid-list-layout .kanban-card-3 .card-data-content span{font-size:11px}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp{position:relative;display:flex;gap:5px;height:30px;border-radius:50%;width:100%}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .add-img,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .add-img,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .add-img,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .add-img,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .add-img,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .add-img{display:flex;align-items:center;justify-content:center;border:1px solid #bed5e6;background-color:#fff !important;cursor:pointer}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .add-img span,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .add-img span,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .add-img span,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .add-img span,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .add-img span,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .add-img span{color:#1f59b4;font-size:18px}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .card-data-img,.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .add-img,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .card-data-img,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .add-img,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .card-data-img,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .add-img,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .card-data-img,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .add-img,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .card-data-img,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .add-img,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .card-data-img,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .add-img{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;line-height:25px;margin-inline-end:-1rem;transition:transform ease 200ms;cursor:pointer}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .add-img:hover,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .add-img:hover,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .add-img:hover,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .add-img:hover,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .add-img:hover,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .add-img:hover{transform:translateY(-0.288rem)}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .img-card-item,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .img-card-item,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .img-card-item,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .img-card-item,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .img-card-item,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .img-card-item{border-radius:50%;margin-inline-end:-1rem;transition:transform ease 200ms;cursor:pointer}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .img-card-item:hover,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .img-card-item:hover,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .img-card-item:hover,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .img-card-item:hover,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .img-card-item:hover,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .img-card-item:hover{transform:translateY(-0.288rem)}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .floating-button,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .floating-button,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .floating-button,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .floating-button,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .floating-button,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .floating-button{width:30px;height:30px;border-radius:50%;background:#23486a;position:absolute;cursor:pointer;box-shadow:0px 2px 10px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .plus,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .plus,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .plus,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .plus,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .plus,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .plus{display:block;text-align:center;line-height:25px;animation:plus-out .3s}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .plus svg,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .plus svg,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .plus svg,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .plus svg,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .plus svg,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .plus svg{color:#fff;height:18px;transform:rotate(0deg)}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .container-floating,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .container-floating,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .container-floating,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .container-floating,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .container-floating,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .container-floating{position:absolute;width:30px;display:flex;height:25px;line-height:25px;bottom:0;right:0;z-index:50px;align-items:flex-end;cursor:pointer}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .container-floating:hover,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .container-floating:hover,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .container-floating:hover,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .container-floating:hover,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .container-floating:hover,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .container-floating:hover{width:30px;height:115px}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .container-floating:hover .plus,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .container-floating:hover .plus,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .container-floating:hover .plus,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .container-floating:hover .plus,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .container-floating:hover .plus,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .container-floating:hover .plus{animation:plus-in .15s linear;animation-fill-mode:forwards}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .edit,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .edit,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .edit,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .edit,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .edit,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .edit{display:flex;justify-content:center;align-items:center;height:30px;width:30px;opacity:0;line-height:25px;position:unset !important;padding:0 !important}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .edit svg,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .edit svg,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .edit svg,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .edit svg,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .edit svg,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .edit svg{color:#fff;height:18px;transform:rotate(45deg)}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .container-floating:hover .edit,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .container-floating:hover .edit,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .container-floating:hover .edit,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .container-floating:hover .edit,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .container-floating:hover .edit,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .container-floating:hover .edit{animation:edit-in .2s;animation-delay:.1s;animation-fill-mode:forwards}@keyframes edit-in{from{opacity:0;transform:rotateZ(-70deg)}to{opacity:1;transform:rotateZ(0deg)}}@keyframes edit-out{from{opacity:1;transform:rotateZ(0deg)}to{opacity:0;transform:rotateZ(-70deg)}}@keyframes plus-in{from{opacity:1;transform:rotateZ(0deg)}to{opacity:0;transform:rotateZ(180deg)}}@keyframes plus-out{from{opacity:0;transform:rotateZ(180deg)}to{opacity:1;transform:rotateZ(0deg)}}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .nds,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .nds,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .nds,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .nds,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .nds,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .nds{width:30px;height:30px;border-radius:50%;line-height:30px;position:absolute;display:flex;align-items:center;justify-content:center;z-index:300;transform:scale(0);cursor:pointer;margin-bottom:5px}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .nds svg,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .nds svg,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .nds svg,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .nds svg,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .nds svg,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .nds svg{color:#fff;height:16px}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .nds:hover,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .nds:hover,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .nds:hover,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .nds:hover,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .nds:hover,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .nds:hover{background-color:#ff6d00}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .nd1,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .nd1,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .nd1,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .nd1,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .nd1,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .nd1{background:#23486a;box-shadow:rgba(50,50,93,.25) 0px 6px 12px -2px,rgba(0,0,0,.3) 0px 3px 7px -3px;bottom:30px}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .nd3,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .nd3,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .nd3,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .nd3,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .nd3,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .nd3{background:#23486a;box-shadow:rgba(50,50,93,.25) 0px 6px 12px -2px,rgba(0,0,0,.3) 0px 3px 7px -3px;bottom:65px}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .nd4,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .nd4,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .nd4,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .nd4,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .nd4,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .nd4{bottom:90px}@keyframes bounce-nds{from{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes bounce-out-nds{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .container-floating:hover .nds,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .container-floating:hover .nds,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .container-floating:hover .nds,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .container-floating:hover .nds,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .container-floating:hover .nds,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .container-floating:hover .nds{animation:bounce-nds .1s linear;animation-fill-mode:forwards}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .container-floating:hover .nd3,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .container-floating:hover .nd3,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .container-floating:hover .nd3,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .container-floating:hover .nd3,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .container-floating:hover .nd3,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .container-floating:hover .nd3{animation-delay:.08s}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .container-floating:hover .nd4,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .container-floating:hover .nd4,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .container-floating:hover .nd4,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .container-floating:hover .nd4,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .container-floating:hover .nd4,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .container-floating:hover .nd4{animation-delay:.15s}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .container-floating:hover .nd5,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .container-floating:hover .nd5,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .container-floating:hover .nd5,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .container-floating:hover .nd5,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .container-floating:hover .nd5,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .container-floating:hover .nd5{animation-delay:.2s}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .letter,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .letter,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .letter,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .letter,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .letter,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .letter{width:24px;line-height:1}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .letter svg,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .letter svg,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .letter svg,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .letter svg,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .letter svg,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .letter svg{height:16px;color:#fff}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .reminder,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .reminder,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .reminder,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .reminder,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .reminder,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .reminder{width:24px;line-height:1}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .reminder svg,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .reminder svg,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .reminder svg,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .reminder svg,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .reminder svg,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .reminder svg{height:16px;color:#fff}.kanban-board.grid-list-layout .kanban-card-1 .card-data-images .profile,.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp .profile,.kanban-board.grid-list-layout .kanban-card-2 .card-data-images .profile,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp .profile,.kanban-board.grid-list-layout .kanban-card-3 .card-data-images .profile,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp .profile{border-radius:50%;width:25px;position:absolute;top:0;bottom:0;margin:auto}.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp{height:unset !important;flex-direction:column}.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp h5,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp h5,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp h5{color:#969696}.kanban-board.grid-list-layout .kanban-card-1 .allowed_comp span,.kanban-board.grid-list-layout .kanban-card-2 .allowed_comp span,.kanban-board.grid-list-layout .kanban-card-3 .allowed_comp span{font-size:11px;font-weight:800}.kanban-board.grid-list-layout .kanban-card-2:has(.hide-content) .arrow-wrapper svg{top:-1px;transform:rotate(180deg) !important}.kanban-board.grid-list-layout .kanban-card-2{position:relative;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #e3f2fd;border-left:4px solid #1f59b4;margin:0 0 1rem;display:inline-block;width:100%;-webkit-transition:1s ease all;box-sizing:border-box}.kanban-board.grid-list-layout .kanban-card-2 .right-corner-button{position:absolute;right:5px;top:5px;display:flex;flex-direction:row;gap:4px}.kanban-board.grid-list-layout .kanban-card-2 .right-corner-button .btn-delete{box-shadow:0 1px 3px rgba(0,0,0,.4);background:#fff;border-radius:4px;align-items:center;justify-content:center}.kanban-board.grid-list-layout .kanban-card-2 .right-corner-button .btn-delete .del-btn{background-color:rgba(0,0,0,0) !important;border-color:rgba(0,0,0,0) !important;padding:0 .3rem;line-height:1px}.kanban-board.grid-list-layout .kanban-card-2 .right-corner-button .btn-delete .del-btn i{color:red}.kanban-board.grid-list-layout .kanban-card-2 .right-corner-button .btn-delete:hover{background-color:red}.kanban-board.grid-list-layout .kanban-card-2 .right-corner-button .btn-delete:hover .del-btn i{color:#fff}.kanban-board.grid-list-layout .kanban-card-2 .right-corner-button .active-btn{display:flex;align-items:center;border-radius:4px;justify-content:center;width:50px;height:20px;background-color:#e2ffe2}.kanban-board.grid-list-layout .kanban-card-2 .right-corner-button .active-btn span{color:#1ba516;font-size:11px;line-height:20px}.kanban-board.grid-list-layout .kanban-card-2 .right-corner-button .deactive-btn{display:flex;align-items:center;border-radius:4px;justify-content:center;width:60px;height:20px;background-color:#fde2e7}.kanban-board.grid-list-layout .kanban-card-2 .right-corner-button .deactive-btn span{color:#e04546;font-size:11px;line-height:20px}.kanban-board.grid-list-layout .kanban-card-2 .data-viewMore{justify-content:center !important}.kanban-board.grid-list-layout .kanban-card-2 .data-viewMore button{--arrow-stroke: 2px;cursor:pointer;box-sizing:border-box;border:0;border-radius:20px;color:#6b7280;padding:0;background-color:#fff;display:flex;transition:.2s background;align-items:center;gap:.2em;font-weight:bold}.kanban-board.grid-list-layout .kanban-card-2 .data-viewMore button .arrow-wrapper{display:flex;justify-content:center;align-items:center;cursor:pointer}.kanban-board.grid-list-layout .kanban-card-2 .data-viewMore button .arrow-wrapper svg{color:#6b7280 !important}.kanban-board.grid-list-layout .kanban-card-2 .data-viewMore button .arrow{width:10px;background:#fff;height:2px;position:relative;transition:.2s;cursor:pointer}.kanban-board.grid-list-layout .kanban-card-2 .data-viewMore button:hover{text-decoration:underline;text-underline-offset:3px}.kanban-board.grid-list-layout .kanban-card-2 .data-viewMore label{color:#6b7280;cursor:pointer;font-size:12px}.kanban-board.grid-list-layout .kanban-card-2 .itemCode_content{display:flex;flex-wrap:wrap;flex-direction:row}.kanban-board.grid-list-layout .kanban-card-2 .itemCode_content .card-data-label{width:30%;flex-direction:column;padding-left:8px;padding-right:8px;justify-content:flex-start}.kanban-board.grid-list-layout .kanban-card-2 .itemCode_content .card-data-label label{font-size:14px;color:#6b7280}.kanban-board.grid-list-layout .kanban-card-2 .itemCode_content .card-data-label span{color:#1f2937}.kanban-board.grid-list-layout .kanban-card-2 .itemCode_content .data-1{width:40%;border-right:1px solid #e5e7eb}.kanban-board.grid-list-layout .kanban-card-2 .itemCode_content .data-2,.kanban-board.grid-list-layout .kanban-card-2 .itemCode_content .data-3{width:30%}.kanban-board.grid-list-layout .kanban-card-2 .itemCode_content .data-2{border-right:1px solid #e5e7eb}.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data .metalType-badge{display:flex;align-items:center;justify-content:flex-start}.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data .metalType-badge .gold-badge{border-radius:4px;padding:0 5px;background-color:#fff6e2}.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data .metalType-badge .gold-badge span{font-size:10px;font-weight:800;color:#ffc233}.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data .metalType-badge .silver-badge{border-radius:4px;padding:0 5px;background-color:#eee}.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data .metalType-badge .silver-badge span{font-size:10px;font-weight:800;color:#333}.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data .metalType-badge .platinum-badge{border-radius:4px;padding:0 5px;background-color:#ebe6ff}.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data .metalType-badge .platinum-badge span{font-size:10px;font-weight:800;color:#6b5fa8}.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data .metalType-badge .diamond-badge{border-radius:4px;padding:0 5px;background-color:#d6f1ff}.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data .metalType-badge .diamond-badge span{font-size:10px;font-weight:800;color:#38beff}.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data .metalType-badge .colorstone-badge{border-radius:4px;padding:0 5px;background-color:#fde2e2}.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data .metalType-badge .colorstone-badge span{font-size:10px;font-weight:800;color:#f44336}.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data .metalType-badge .other-badge{border-radius:4px;padding:0 5px;background-color:#e3fff9}.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data .metalType-badge .other-badge span{font-size:10px;font-weight:800;color:#46ccae}.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data .metalType-badge span{color:#1ba516}.kanban-board.grid-list-layout .kanban-card-2 .kanban-card-content .card-data .card-title h4{color:#2b2828}.kanban-board.grid-list-layout .kanban-column .Itemcode_card:nth-child(n) .kanban-card-2{border-left:4px solid #e4db98;border-color:#e4db98}.kanban-board.grid-list-layout .kanban-column .Itemcode_card:nth-child(2n) .kanban-card-2{border-left:4px solid #edaacf;border-color:#edaacf}.kanban-board.grid-list-layout .kanban-column .Itemcode_card:nth-child(3n) .kanban-card-2{border-left:4px solid #c7abcd;border-color:#c7abcd}.kanban-board.grid-list-layout .kanban-column .Itemcode_card:nth-child(4n) .kanban-card-2{border-left:4px solid #8c9cd0;border-color:#8c9cd0}.kanban-board.grid-list-layout .kanban-column .Itemcode_card:nth-child(5n) .kanban-card-2{border-left:4px solid #dbb9ac;border-color:#dbb9ac}.kanban-board.grid-list-layout .kanban-column .Itemcode_card:nth-child(6n) .kanban-card-2{border-left:4px solid #b0d9af;border-color:#b0d9af}.kanban-board.grid-list-layout .kanban-column .Itemcode_card:nth-child(7n) .kanban-card-2{border-left:4px solid #d2e0fb;border-color:#d2e0fb}.kanban-board.grid-list-layout .kanban-column .Itemcode_card:nth-child(8n) .kanban-card-2{border-left:4px solid #cacba5;border-color:#cacba5}.kanban-board.grid-list-layout .kanban-column .Item_card:nth-child(8n+1) .kanban-card-2{border-left:4px solid #e4db98;border-color:#e4db98}.kanban-board.grid-list-layout .kanban-column .Item_card:nth-child(8n+2) .kanban-card-2{border-left:4px solid #edaacf;border-color:#edaacf}.kanban-board.grid-list-layout .kanban-column .Item_card:nth-child(8n+3) .kanban-card-2{border-left:4px solid #c7abcd;border-color:#c7abcd}.kanban-board.grid-list-layout .kanban-column .Item_card:nth-child(8n+4) .kanban-card-2{border-left:4px solid #8c9cd0;border-color:#8c9cd0}.kanban-board.grid-list-layout .kanban-column .Item_card:nth-child(8n+5) .kanban-card-2{border-left:4px solid #dbb9ac;border-color:#dbb9ac}.kanban-board.grid-list-layout .kanban-column .Item_card:nth-child(8n+6) .kanban-card-2{border-left:4px solid #b0d9af;border-color:#b0d9af}.kanban-board.grid-list-layout .kanban-column .Item_card:nth-child(8n+7) .kanban-card-2{border-left:4px solid #d2e0fb;border-color:#d2e0fb}.kanban-board.grid-list-layout .kanban-column .Item_card:nth-child(8n+8) .kanban-card-2{border-left:4px solid #cacba5;border-color:#cacba5}.kanban-board.grid-list-layout .kanban-card h3{margin-top:0;color:#007bff}.kanban-board.grid-list-layout .kanban-card p{margin:10px 0 0;color:#555}.grid-list-btn{display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #e6e6e6}.view-toggle .list-btn{background-color:#e5f7e1;border:1px solid rgba(0,0,0,0);color:#4caf50}.view-toggle .list-btn span{font-weight:800}.view-toggle .grid-btn:hover,.view-toggle .grid-btn:focus,.view-toggle .grid-btn:active,.view-toggle .grid-btn:focus-visible{border:1px solid #1f59b4}.view-toggle .list-btn:hover,.view-toggle .list-btn:focus,.view-toggle .list-btn:active,.view-toggle .list-btn:focus-visible{border:1px solid #4caf50}.icon-list,.icon-grid{height:18px;width:18px}.view-toggle button{display:flex;justify-content:center;align-items:center;gap:5px}.items{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.items .items-value,.items .items-silver,.items .items-diamond,.items .items-colorStone,.items .items-other,.items .items-inactive,.items .items-active,.items .items-platinum,.items .items-yellowGold,.items .items-whiteGold,.items .items-roseGold{display:flex;justify-content:center;align-items:center;background-color:#fff9eb;border:1px solid #ffc233;color:#ffc233;border-radius:5px;padding:4px 8px;height:22px;line-height:22px}.items .items-silver{background-color:#f7f7f8;border:1px solid #d1d1db;color:#333}.items .items-diamond{background-color:#f0faff;border:1px solid #38beff;color:#38beff}.items .items-colorStone,.items .items-inactive{background-color:#fde2e2;border:1px solid #f44336;color:#f44336}.items .items-active{background-color:#e5f7e1;border:1px solid #4caf50;color:#4caf50}.items .items-other{background-color:#ebfaf7;border:1px solid #46ccae;color:#46ccae}.items .items-platinum{background-color:#ebe6ff;border:1px solid #6b5fa8;color:#6b5fa8}.items .items-whiteGold{background-color:#f8f8f8;border:1px solid #9a9a9a;color:#9a9a9a}.items .items-roseGold{background-color:#fff6f8;border:1px solid #b76e79;color:#b76e79}@keyframes fade-up{from{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes fade-left{from{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@media screen and (max-width: 1400px){.kanban-column{-webkit-column-count:3 !important;-moz-column-count:3 !important;column-count:3 !important}}@media only screen and (max-width: 1366px){.bal_sheet_table,.bal_sheet_Asset_table{height:calc(100vh - 180px) !important}.ag-menu.ag-column-menu.ag-ltr.ag-popup-child .ag-menu-list.ag-focus-managed[role=tree] .ag-menu-option[aria-level="1"] span{font-size:11px;padding:4px 5px}.ag-menu.ag-column-menu.ag-ltr.ag-popup-child .ag-menu-list.ag-focus-managed[role=tree] .ag-menu-option[aria-level="1"] span span{display:flex;align-items:center}.modal.show .ag-menu.ag-column-menu.ag-ltr.ag-popup-child .ag-menu-list.ag-focus-managed[role=tree] .ag-menu-option[aria-level="1"] span{font-size:11px;padding:4px 5px}.modal.show .ag-menu.ag-column-menu.ag-ltr.ag-popup-child .ag-menu-list.ag-focus-managed[role=tree] .ag-menu-option[aria-level="1"] span span{display:flex;align-items:center}.ag-body-horizontal-scroll{position:absolute !important;bottom:0 !important}.lg_grid{width:700px !important}}@media only screen and (max-width: 1200px){.summary_cards{flex-direction:row;flex-wrap:wrap}.kanban-column{-webkit-column-count:2 !important;-moz-column-count:2 !important;column-count:2 !important}.grid_scroll{height:calc(100vh - 214px);overflow-y:auto}.bal_sheet_table,.bal_sheet_Asset_table{height:auto !important}.bal_sheet_table .ag-root-wrapper-body.ag-layout-normal,.bal_sheet_Asset_table .ag-root-wrapper-body.ag-layout-normal{height:auto !important}}@media only screen and (max-width: 991px){.bal_sheet_viewGrid .row.custom-header-sticky{overflow-y:scroll}.grid_scroll{height:calc(100vh - 192px)}.kanban-column{-webkit-column-count:3 !important;-moz-column-count:3 !important;column-count:3 !important}}@media screen and (max-width: 768px){.kanban-column{-webkit-column-count:2 !important;-moz-column-count:2 !important;column-count:2 !important}}@media only screen and (max-width: 767px){.lg_grid{width:400px}.bal_sheet_table,.bal_sheet_Asset_table{height:auto !important}.bal_sheet_table .ag-root-wrapper-body.ag-layout-normal,.bal_sheet_Asset_table .ag-root-wrapper-body.ag-layout-normal{height:auto !important}}@media only screen and (max-width: 576px){.bal_sheet_view_toggle{display:flex;flex-wrap:wrap;height:100% !important}.bal_sheet_view_toggle button{height:35px}.grid_scroll{height:calc(100vh - 300px)}.bal_sheet_viewGrid .row.custom-header-sticky{overflow-y:scroll}}@media screen and (max-width: 499px){.kanban-column{-webkit-column-count:1 !important;-moz-column-count:1 !important;column-count:1 !important}.daybook-margin-mobilescreen .grid_scroll{height:calc(100vh - 338px)}.addPopup{width:90% !important}.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_table .ag-row-level-0 .tree_element,.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_Asset_table .ag-row-level-0 .tree_element{margin-left:0px !important}.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_table .ag-row-level-1 .tree_element,.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_Asset_table .ag-row-level-1 .tree_element{margin-left:5px !important}.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_table .ag-row-level-2 .tree_element,.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_Asset_table .ag-row-level-2 .tree_element{margin-left:10px !important}.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_table .ag-row-level-0 .account_numbers .show-content,.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_table .ag-row-level-1 .account_numbers .show-content,.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_table .ag-row-level-2 .account_numbers .show-content,.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_Asset_table .ag-row-level-0 .account_numbers .show-content,.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_Asset_table .ag-row-level-1 .account_numbers .show-content,.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_Asset_table .ag-row-level-2 .account_numbers .show-content{padding:3px 4px}.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_table .ag-row-level-0 .account_numbers .show-content img,.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_table .ag-row-level-1 .account_numbers .show-content img,.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_table .ag-row-level-2 .account_numbers .show-content img,.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_Asset_table .ag-row-level-0 .account_numbers .show-content img,.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_Asset_table .ag-row-level-1 .account_numbers .show-content img,.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_Asset_table .ag-row-level-2 .account_numbers .show-content img{width:10px;height:10px}.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_table .ag-row-level-0 .account_numbers .show-content .content-number,.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_table .ag-row-level-1 .account_numbers .show-content .content-number,.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_table .ag-row-level-2 .account_numbers .show-content .content-number,.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_Asset_table .ag-row-level-0 .account_numbers .show-content .content-number,.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_Asset_table .ag-row-level-1 .account_numbers .show-content .content-number,.bal_sheet_view_grid .bal_sheet_view nav .bal_sheet_Asset_table .ag-row-level-2 .account_numbers .show-content .content-number{font-size:12px}}@media only screen and (max-width: 486px){.daybook-margin-mobilescreen .grid_scroll{height:calc(100vh - 405px)}}@media only screen and (max-width: 425px){.lg_grid{width:300px}}@keyframes ag-shake-left-to-right{from{padding-left:6px;padding-right:2px}to{padding-left:2px;padding-right:6px}}:where(.ag-body-vertical-content-no-gap>div>div>div,.ag-body-vertical-content-no-gap>div>div>div>div)>.ag-row-last{border-bottom-color:#e6e6e6 !important}span.ag-icon.ag-icon-small-down::before{background-color:#000}.ag-popup-child{z-index:999 !important}.Drag___modal.modal.show{padding-left:0px !important}.image-upload .image-uploads{padding:20px 5px}.skumaster-grid.listing-skumst-grid .erp-table-container{height:calc(var(--usable-height) - 150px)}.testimonialModalEcomm .form-control:disabled{cursor:not-allowed}.bestSellerModal_Ecomm .card.modal-ledger-table-br.ecommBestSeller{margin-top:10px !important}.bestSellerModal_Ecomm .ag-root.ag-unselectable.ag-layout-normal.ag-body-horizontal-content-no-gap .ag-floating-bottom{height:12px !important}.sku-listview-card .sku-listview .skumaster-grid.testimonialEcommGrid{border:0px}.sku-listview-card .sku-listview .skumaster-grid.testimonialEcommGrid .erp-table-container{height:calc(var(--usable-height) - 143px)}.assestsSR-detailView{height:calc(var(--usable-height) - 10.5rem);overflow:auto;border-radius:4px;margin:5px 0px;border:1px solid #e6e6e6}.assestsSR-detailView table{width:100%;border-collapse:separate;border-spacing:0}.assestsSR-detailView table th,.assestsSR-detailView table td{min-width:123px;padding:5px 8px;white-space:nowrap;text-align:right;border-bottom:1px solid #e2e2e2;border-right:1px solid #e2e2e2;color:#181d1f}.assestsSR-detailView table th:last-child,.assestsSR-detailView table td:last-child{border-right:none}.assestsSR-detailView table tbody td{font-weight:600}.assestsSR-detailView table thead th{position:relative;background:#eff7ff;font-weight:700;font-size:14px}.assestsSR-detailView table tbody tr:hover td{background-color:#fff;cursor:pointer}.assestsSR-detailView table tfoot th:first-child{text-align:left !important}.assestsSR-detailView table tfoot th{position:sticky;bottom:0;z-index:3;background-color:#eff7ff;border-top:1px solid #ccc;font-weight:800;border-right-color:#d2d2d2}.assetsReportContainer.sales-analysis-container{background-color:#fff;height:auto;overflow-y:auto;overflow-x:hidden}.assetsReportContainer.sales-analysis-container .card.salesAnalysis-card{border-top:1px solid #e6e6e6;padding:0px}.assetsReportContainer.sales-analysis-container .salesAnalysis-card .reportBy{border:0px;border-right:1px solid #e6e6e6;border-radius:0}.assetsReportContainer.sales-analysis-container table tfoot th{border-top:0}.assetsReportContainer.sales-analysis-container .card.salesAnalysis-card{border-radius:0}.assetsReportContainer.sales-analysis-container .sales-analysis-container .table-wrapper,.assetsReportContainer.sales-analysis-container .salesAnalysis-card .table-wrapper{border-top:0px}.assetsReportContainer.sales-analysis-container .sales-analysis-btn .salesanalysis-filterBtn{width:auto}.assetsReportContainer.sales-analysis-container .header-list-common .filter-field-bt .dropdown-opengrid-common.css-b62m3t-container{width:100%}.loanPayment_grid .ag-theme-quartz{border:1px solid #e6e6e6}.pagestockdefineGrid-wrapper{width:100%;border-top:1px solid #dbe0e6;border-radius:0px 0 4px 4px;height:calc(var(--usable-height) - 216px);overflow:auto}.pagestockdefineGrid-wrapper table{table-layout:fixed;border-collapse:separate;border-spacing:0;min-width:1400px;width:100%}.pagestockdefineGrid-wrapper table th,.pagestockdefineGrid-wrapper table td{border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;padding:0px 6px;height:30px;font-weight:bold}.pagestockdefineGrid-wrapper table .even:hover td,.pagestockdefineGrid-wrapper table .even:hover+.even td,.pagestockdefineGrid-wrapper table .even:has(+.even:hover) td,.pagestockdefineGrid-wrapper table .odd:hover td,.pagestockdefineGrid-wrapper table .odd:hover+.odd td,.pagestockdefineGrid-wrapper table .odd:has(+.odd:hover){background:#f6f6f6 !important}.pagestockdefineGrid-wrapper table tr:hover td{background:#f6f6f6 !important}.pagestockdefineGrid-wrapper table thead{position:sticky;top:0;box-shadow:inset 0 -1px 0 #dbe0e6}.pagestockdefineGrid-wrapper table tbody tr:last-child td{border-bottom:0px}.pagestockdefineGrid-wrapper table thead th{height:30px;background-color:#e7f0ff;font-weight:800}.pagestockdefineGrid-wrapper table td:has(input.form-control){padding:0px}.pagestockdefineGrid-wrapper table td:has(input.form-control) input{height:30px !important;border:0px;border-radius:0px;background-color:rgba(0,0,0,0);font-weight:bold}.pagestockdefineGrid-wrapper table .odd{background-color:rgba(255,255,234,.4392156863)}.pagestockdefineGrid-wrapper table tr:hover{background-color:#f6f6f6}.quickview-modal-footer .prodt-formbtn{padding:6px 20px !important}.quickview-modal-footer button{padding:8px 15px}.quickview-modal-footer .clear-btn{background:#f8f7ee;border:1px solid #74572b;color:#74572b;cursor:pointer}.quickview-modal-footer .clear-btn .text{font-size:14px}.quickview-modal-footer .clear-btn:focus,.quickview-modal-footer .clear-btn:hover{background-color:#74572b;border:1px solid #74572b;color:#fff}.quickview-modal-footer .apply-btn{background:#74572b;border:1px solid #74572b;color:#fff;cursor:pointer}.quickview-modal-footer .apply-btn .text{font-size:14px}.quickview-modal-footer .apply-btn:focus,.quickview-modal-footer .apply-btn:hover{background-color:#000;border:1px solid #000;color:#fff}.quick-viewmodal{padding:20px 20px 0px;position:relative}.quick-viewmodal .slider-wrapper{width:auto;margin:auto}.quick-viewmodal .slick-slide{margin:0 5px}.quick-viewmodal .slick-list{height:55px;margin:15px 10px}.quick-viewmodal .slide-img{border:1px solid #e0e0e0;width:52px;height:52px;object-fit:cover;background:#eee;border-radius:5px}.quick-viewmodal .slick-arrow.slick-next,.quick-viewmodal .slick-arrow.slick-prev{background-color:#74572b;border-radius:50%;width:25px;height:25px}.quick-viewmodal .slick-arrow.slick-next:hover,.quick-viewmodal .slick-arrow.slick-prev:hover{background-color:#000}.quick-viewmodal .slick-prev:before,.quick-viewmodal .slick-next:before{font-size:14px}.quick-viewmodal .slick-prev{left:-10px;z-index:1}.quick-viewmodal .slick-next{right:-10px;z-index:1}.quick-viewmodal .cross-quickviewmodal{position:absolute;top:15px;right:15px;color:gray;transition:transform .2s ease-in-out;cursor:pointer}.quick-viewmodal .cross-quickviewmodal:hover,.quick-viewmodal .cross-quickviewmodal:focus{color:#181d1f;transform:scale(1.02)}.quick-viewmodal .img-section{padding:15px;display:flex;justify-content:center;align-items:center;border:1px solid #e0e0e0;border-radius:5px}.quick-viewmodal .img-section img{width:150px;height:175px;object-fit:contain}.quick-viewmodal .header-modal{padding:0px 0px 10px;border-bottom:1px solid #e0e0e0}.quick-viewmodal .header-modal p{font-weight:600;margin:0px}.quick-viewmodal .details-modal{padding:10px 0px}.quick-viewmodal .details-modal p{margin:0px}.quick-viewmodal .details-modal h4{font-size:16px;margin-bottom:5px}.quick-viewmodal .details-modal .price{margin:5px 0px 8px;font-size:20px;font-weight:800}.quick-viewmodal .details-modal .price span{font-size:18px;font-weight:800;color:gray}.quick-viewmodal .details-modal .subdetails{font-weight:700;font-size:14px}.quick-viewmodal .details-modal .subdetails span{font-weight:500}.tag-catlogue-page{height:calc(var(--usable-height) - 7.5rem);overflow-y:auto;overflow-x:hidden;border:1px solid #dbe0e6;padding:8px;display:flex;gap:15px}.tag-catlogue-page .filter-options-right .search-bar-filtertagcatalogue{margin:0px;margin-bottom:15px}.tag-catlogue-page .filter-options-right .checbox-group{height:calc(var(--usable-height) - 275px);overflow-y:auto;overflow-x:hidden}.tag-catlogue-page .filter-footer button{width:100%;padding:8px 10px;justify-content:center}.tag-catlogue-page .filter-footer,.tag-catlogue-page .filter-header{display:flex;justify-content:start;align-items:center;gap:10px;padding:15px 20px;border-bottom:1px solid #e0e0e0}.tag-catlogue-page .filter-footer .crossbtn-filter,.tag-catlogue-page .filter-header .crossbtn-filter{color:gray;width:28px;height:28px}.tag-catlogue-page .filter-footer .crossbtn-filter:focus,.tag-catlogue-page .filter-header .crossbtn-filter:focus{color:#181d1f}.tag-catlogue-page .filter-footer .filter-title,.tag-catlogue-page .filter-header .filter-title{font-size:24px;font-weight:600;color:#181d1f}.tag-catlogue-page .filter-footer .clear-btn,.tag-catlogue-page .filter-header .clear-btn{margin-left:auto;background:#f8f7ee;border:1px solid #74572b;color:#74572b;cursor:pointer}.tag-catlogue-page .filter-footer .clear-btn .text,.tag-catlogue-page .filter-header .clear-btn .text{font-size:14px}.tag-catlogue-page .filter-footer .clear-btn:focus,.tag-catlogue-page .filter-footer .clear-btn:hover,.tag-catlogue-page .filter-header .clear-btn:focus,.tag-catlogue-page .filter-header .clear-btn:hover{background-color:#74572b;border:1px solid #74572b;color:#fff}.tag-catlogue-page .filter-footer .apply-btn,.tag-catlogue-page .filter-header .apply-btn{background:#74572b;border:1px solid #74572b;color:#fff;cursor:pointer}.tag-catlogue-page .filter-footer .apply-btn .text,.tag-catlogue-page .filter-header .apply-btn .text{font-size:14px}.tag-catlogue-page .filter-footer .apply-btn:focus,.tag-catlogue-page .filter-footer .apply-btn:hover,.tag-catlogue-page .filter-header .apply-btn:focus,.tag-catlogue-page .filter-header .apply-btn:hover{background-color:#000;border:1px solid #000;color:#fff}.tag-catlogue-page .search-bar-filtertagcatalogue:has(input:focus) svg{color:#74572b}.tag-catlogue-page .search-bar-filtertagcatalogue{position:relative;margin:15px 15px 0px}.tag-catlogue-page .search-bar-filtertagcatalogue input{width:100%;border-radius:6px;padding:10px;background-color:#f8f7ee;color:#000;border:1px solid #c1c1c1;font-weight:600;font-size:14px}.tag-catlogue-page .search-bar-filtertagcatalogue input:focus{border:1px solid #74572b}.tag-catlogue-page .search-bar-filtertagcatalogue svg{position:absolute;top:8px;right:8px;color:#c1c1c1}.tag-catlogue-page .filter-container{width:350px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1019607843)}.tag-catlogue-page .filter-container .filter-content-body{max-height:calc(var(--usable-height) - 14.5rem);scrollbar-width:none;overflow-y:auto;overflow-x:hidden}.tag-catlogue-page .filter-container .filter-section{border-bottom:1px solid #e0e0e0}.tag-catlogue-page .filter-container .filter-section:last-child{border-bottom:0px;border-radius:0px 0px 8px 8px}.tag-catlogue-page .filter-container .filter-section:last-child .section-header{border-radius:0px 0px 8px 8px}.tag-catlogue-page .filter-container .filter-section:has(.section-content.open):last-child .section-header{border-radius:0px}.tag-catlogue-page .filter-container .filter-section .svgIcon{width:20px;height:20px;color:#fff;transition:transform .3s ease}.tag-catlogue-page .filter-container .filter-section .svgIcon.rotated{transform:rotate(180deg)}.tag-catlogue-page .filter-container .section-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#8b6f47;cursor:pointer;user-select:none;transition:background .3s ease}.tag-catlogue-page .filter-container .section-header .section-title{color:#fff}.tag-catlogue-page .filter-container .section-header:hover{background:#73603c}.tag-catlogue-page .filter-container .section-header.collapsed{background:#fff}.tag-catlogue-page .filter-container .section-header.collapsed .svgIcon{color:#181d1f}.tag-catlogue-page .filter-container .section-header.collapsed .section-title{color:#181d1f}.tag-catlogue-page .filter-container .section-header.collapsed:hover{background:#f8f8f8}.tag-catlogue-page .filter-container .section-title{font-size:16px;font-weight:600;margin:0}.tag-catlogue-page .filter-container .section-content{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(0.4, 0, 0.2, 1),opacity .3s ease;opacity:0}.tag-catlogue-page .filter-container .section-content .menu_checkboxs{padding-left:30px}.tag-catlogue-page .filter-container .section-content .checkboxs .checkmarks{width:20px;height:20px}.tag-catlogue-page .filter-container .section-content .checkboxs .checkmarks:after{left:6px;top:2px;width:6px;height:11px}.tag-catlogue-page .filter-container .section-content.open{max-height:500px;opacity:1}.tag-catlogue-page .filter-container .checkbox-group{padding:15px 20px;max-height:300px;overflow-y:auto;overflow-x:hidden}.tag-catlogue-page .filter-container .checkbox-item{display:flex;align-items:center;margin-bottom:12px}.tag-catlogue-page .filter-container .checkbox-item:last-child{margin-bottom:0}.tag-catlogue-page .filter-container .checkbox-item input[type=checkbox]{width:18px;height:18px;margin-right:10px;cursor:pointer}.tag-catlogue-page .filter-container .checkbox-item label{font-size:15px;cursor:pointer}.tag-catlogue-page .filter-btn-section{display:none}.tag-catlogue-page .details-body{display:flex;flex-direction:column;gap:15px;width:100%}.tag-catlogue-page .showing-result{padding:10px;border-radius:8px;box-shadow:0px 0px 10px #e0e0e0;max-height:96px;overflow:auto}.tag-catlogue-page .showing-result .showing-result-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.tag-catlogue-page .showing-result .showing-result-header h4{order:1;font-size:18px;font-weight:700}.tag-catlogue-page .showing-result .showing-result-header .css-b62m3t-container{order:2;width:175px}.tag-catlogue-page .showing-result .showing-result-header .css-b62m3t-container .css-116kd9q-control,.tag-catlogue-page .showing-result .showing-result-header .css-b62m3t-container .css-tqczc6-control{min-height:32px}.tag-catlogue-page .showing-result .showing-result-header .css-b62m3t-container .css-116kd9q-control .css-1cll6hx,.tag-catlogue-page .showing-result .showing-result-header .css-b62m3t-container .css-tqczc6-control .css-1cll6hx{height:30px !important}.tag-catlogue-page .showing-result .showing-result-header .css-b62m3t-container .css-1dimb5e-singleValue,.tag-catlogue-page .showing-result .showing-result-header .css-b62m3t-container .css-1jqq78o-placeholder{font-size:14px}.tag-catlogue-page .showing-result .showing-result-header .css-b62m3t-container .css-d7l1ni-option,.tag-catlogue-page .showing-result .showing-result-header .css-b62m3t-container .css-10wo9uf-option,.tag-catlogue-page .showing-result .showing-result-header .css-b62m3t-container .css-tr4s17-option{font-size:14px}.tag-catlogue-page .showing-result .applied-filter{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.tag-catlogue-page .showing-result .applied-filter .filters{display:flex;align-items:center;gap:15px;border:1px solid #e0e0e0;border-radius:18px;padding:6px 15px;width:fit-content}.tag-catlogue-page .showing-result .applied-filter .filters:hover{border-color:#aeaeae}.tag-catlogue-page .showing-result .applied-filter .filters span{font-size:14px;font-weight:700}.tag-catlogue-page .showing-result .applied-filter .filters svg{cursor:pointer}.tag-catlogue-page .product-cards{border:0px;padding:10px 8px 10px 0px;display:grid;grid-template-columns:repeat(auto-fit, minmax(225px, 1fr));height:calc(var(--usable-height) - 18.2rem);overflow-y:auto;overflow-x:hidden;gap:10px}.tag-catlogue-page .product-cards .cards:has(.checkboxs input:checked~.checkmarks){border:1px solid #3282b8}.tag-catlogue-page .product-cards .cards{border:1px solid #e0e0e0;border-radius:8px;position:relative;height:fit-content;cursor:pointer;transition:all .4s ease}.tag-catlogue-page .product-cards .cards:hover{box-shadow:0 10px 10px #dfdfdf}.tag-catlogue-page .product-cards .cards{transform:translateY(-2px)}.tag-catlogue-page .product-cards .cards .select-option{position:absolute;top:15px;right:6px}.tag-catlogue-page .product-cards .cards .select-option .checkboxs input~.checkmarks{border-color:#000 !important}.tag-catlogue-page .product-cards .cards .cart{position:absolute;bottom:10px;right:10px;transition:transform .3s ease-in-out;cursor:pointer}.tag-catlogue-page .product-cards .cards .cart:hover{transform:scale(1.5)}.tag-catlogue-page .product-cards .cards .quickview{position:absolute;top:50px;right:10px;transition:transform .3s ease-in-out;cursor:pointer}.tag-catlogue-page .product-cards .cards .quickview:hover{transform:scale(1.5)}.tag-catlogue-page .product-cards .cards .offer-banner.exclusive{background-color:#74572b}.tag-catlogue-page .product-cards .cards .offer-banner{position:absolute;top:15px;left:0px;background-color:#000;padding:4px 5px;z-index:1}.tag-catlogue-page .product-cards .cards .offer-banner p{color:#fff;margin:0px;line-height:12px}.tag-catlogue-page .product-cards .cards .img-section{padding:15px;display:flex;justify-content:center;align-items:center}.tag-catlogue-page .product-cards .cards .img-section img{width:150px;height:175px;object-fit:contain}.tag-catlogue-page .product-cards .cards .details-section{border-top:1px solid #e0e0e0;padding:10px}.tag-catlogue-page .product-cards .cards .details-section p{margin:0px}.tag-catlogue-page .product-cards .cards .details-section .product-title{font-size:16px;font-weight:700}.tag-catlogue-page .product-cards .cards .details-section .weight-details{margin-top:2px;font-weight:600}.tag-catlogue-page .product-cards .cards .details-section .weight-details span{font-weight:700}.tag-catlogue-page .product-cards .cards .details-section .price{margin-top:5px;font-size:18px;font-weight:700}.tag-catlogue-page .product-cards .cards .details-section .price span{font-size:16px;color:gray}.tag-catlogue-page .product-cards .cards .details-section .discount{margin-top:2px;color:green;font-weight:600}.tag-catlogue-page .product-cards .cards .details-section .ratings{margin-top:5px;display:flex;align-items:center;gap:2px}.tag-catlogue-page .product-cards .cards .details-section .ratings img{width:20px;height:20px}.skufiltermodal .tag-catlogue-page .product-cards{height:unset}.skufiltermodal .tag-catlogue-page{border:none;padding:2px}.skufiltermodal .tag-catlogue-page .product-cards{padding:2px 1px 1px 0px}.item-codebody{background-color:#fff;border:1px solid #dbe0e6;height:calc(var(--usable-height) - 10.5rem);overflow-y:auto;overflow-x:hidden}.item-codebody .item-codeCard{margin:10px 0px;padding:15px;background-color:#f9f9fa;border:1px solid #eaf1ff;border-radius:8px}.item-codebody .item-codeCard .customURD-dropdown.custom-dropdownMultiDetail .dropdown-searchbar input{height:auto !important}.item-codebody .item-codeCard .item-codeDetailCard{background-color:#f8faff;box-shadow:0px 2px 10px 0px #e5e5e5;border-radius:4px;padding:12px 20px}.item-codebody .item-codeCard .item-codeDetailCard .css-b62m3t-container:has(.css-1nmdiq5-menu) .css-116kd9q-control{border-color:#ffc260 !important;background-color:#ffdea8}.item-codebody .item-codeCard .item-codeDetailCard input.form-control{height:32px !important}.item-codebody .item-codeCard .item-codeDetailCard .css-116kd9q-control,.item-codebody .item-codeCard .item-codeDetailCard .css-tqczc6-control{min-height:32px}.item-codebody .item-codeCard .item-codeDetailCard .css-116kd9q-control .css-1cll6hx,.item-codebody .item-codeCard .item-codeDetailCard .css-tqczc6-control .css-1cll6hx{height:30px !important}.item-codebody .item-codeCard .item-codeDetailCard .css-116kd9q-control{background-color:#fff}.item-codebody .item-codeCard .item-codeDetailCard .prev_img_cont1{width:75%}.common_input_container{padding:10px 0}.common_input_container .ag-center-cols-viewport,.common_input_container .ag-body-viewport{overflow-x:hidden !important}.common_input_container:has(.custom_help){overflow:visible !important;overflow-x:clip !important}.customer-followup-remarks-modal .css-1nmdiq5-menu{z-index:1048 !important}.os-grid-card:has(.customeradvancereturn.customeradvancereciept.Heights.ag-theme-quartz){border-radius:8px}.os-grid-card:has(.customeradvancereturn.customeradvancereciept.Heights.ag-theme-quartz) .customeradvancereturn.customeradvancereciept.Heights.ag-theme-quartz{border:0px}.os-grid-card .table_full-contentheight{height:435px}.os-grid-card .ag-cell.OS_Duedate{background-color:#ffebeb}.os-grid-card .os-grid-header{display:flex;align-items:center;justify-content:end;padding:8px;gap:10px}.os-grid-card .os-grid-header .os-nondueBtn{padding:7px 8px}.os-grid-card .os-grid-header .os-nondueBtn:hover{background:linear-gradient(45deg, #26c61a, #00a400);border:1px solid #21bb1e}.os-grid-card .os-grid-header .os-dueBtn{border:1px solid #ff2c2c}.os-grid-card .os-grid-header .os-dueBtn .text,.os-grid-card .os-grid-header .os-dueBtn svg{color:#ff2c2c}.os-grid-card .os-grid-header .os-dueBtn svg{width:20px;height:20px}.os-grid-card .os-grid-header .os-dueBtn:hover{background:linear-gradient(45deg, #f37272, #ff3e3e);border:1px solid #ff3838}.os-grid-card .os-grid-header .os-dueBtn:hover .text,.os-grid-card .os-grid-header .os-dueBtn:hover svg{color:#fff}.change-prioritybtn{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);padding:7px 10px}.change-prioritybtn .text{color:#fff}.change-prioritybtn svg{color:#fff}.change-prioritybtn:hover{transform:scale(1.05);border-color:rgba(0,0,0,0)}.preview_img.ecomm_preview_img .image_Box{width:75px !important;margin-bottom:0px}.preview_img.ecomm_preview_img_collection .image_Box{height:40px;margin-bottom:0px}.banner-mst-ecomm.category-ecomm{padding:0px;height:100%}.banner-mst-ecomm.category-ecomm .banner-grid{border:0px;height:calc(var(--usable-height) - 7.5rem)}.ecomcategory-grid{height:300px;border:1px solid #e6e6e6;border-radius:4px}.ecomcategory-grid .ag-checkbox-input-wrapper{border:0px}.testimonial-card.sku-listview-card .sku-listview .skumaster-grid{margin-top:40px}.range-selector-ecom input{background-color:#fff;border:1px solid #e6e6e6}.range-selector-ecom .input-grp-ecom{display:flex;align-items:center;gap:10px}.range-selector-ecom .range-container input[type=range]::-webkit-slider-runnable-track{height:6px;border-radius:3px;background:linear-gradient(to right, #ddd var(--min), #4da3ff var(--min), #4da3ff var(--max), #ddd var(--max))}.range-selector-ecom .range-container input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;height:16px;width:16px;background:#fff;border:2px solid #4da3ff;border-radius:50%;cursor:pointer;pointer-events:auto;position:relative;z-index:2}.remove-variant-btn{border:1px solid}.imagePrev_Slider .slick-track:has(.ecom-sku-imgPreview){gap:10px}.prev-img-show.ecom-sku-imgPreview a{width:100%;height:100%;display:block}.prev-img-show.ecom-sku-imgPreview a img,.prev-img-show.ecom-sku-imgPreview a video{width:100%;height:100%}.sku-listview-card{position:relative}.sku-listview-card .header-list-common{position:absolute;top:-2px;right:0px}.sku-listview-card .sku-listview{padding:8px 8px 0px}.sku-listview-card .sku-listview .skumaster-grid{height:calc(var(--usable-height) - 11.5rem);border:1px solid #e6e6e6;border-radius:4px}.theme-mst-ecom.collection-mst-ecomm.banner-mst-ecomm:has(.theme-templates-body){position:relative}.theme-mst-ecom.collection-mst-ecomm.banner-mst-ecomm:has(.theme-templates-body) .header-part-banner.header-list-common{position:absolute;top:5px;right:10px;padding:0px}.theme-templates-body:has(.body-select-theme_scrolled) .input-themefields{position:relative;background-color:rgba(0,0,0,0);box-shadow:0 15px 15px -15px gray;z-index:1}.theme-templates-body{padding:10px 10px 0px}.theme-templates-body .input-themefields{padding:12px 12px 8px}.theme-templates-body .body-select-theme{display:grid;grid-template-columns:repeat(3, 1fr);align-items:center;padding:10px 15px;gap:20px;height:calc(100vh - 19.5rem);scrollbar-width:none;overflow:auto}.theme-templates-body .body-select-theme .theme-card:has(.checkboxs input:checked~.checkmarks){border:2px solid #5a9be1}.theme-templates-body .body-select-theme .theme-card{padding:15px;border-radius:8px;box-shadow:0px 0px 8px 0px #dfdfdf;cursor:pointer;transition:all .4s ease}.theme-templates-body .body-select-theme .theme-card:hover{box-shadow:0 10px 10px #dfdfdf;transform:translateY(-2px)}.theme-templates-body .body-select-theme .theme-card:hover img{transform:scale(1.02)}.theme-templates-body .body-select-theme .theme-card img{width:100%;height:250px;border-radius:10px;object-fit:cover;transition:transform .4s ease}.theme-templates-body .body-select-theme .theme-card .details{margin-top:8px}.theme-templates-body .body-select-theme .theme-card .details .description{margin-top:10px}.theme-templates-body .body-select-theme .theme-card .footer{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.theme-templates-body .preview-card{height:calc(var(--usable-height) - 15.5rem);overflow:auto}.theme-templates-body .preview-card img{width:100%}.theme-templates-body .accordion-template-ecomm.accordion-ecomm{height:calc(var(--usable-height) - 15.5rem);overflow:auto;padding:10px}.theme-templates-body .accordion-template-ecomm.accordion-ecomm .color-picker{display:flow;column-count:4;gap:10px}.theme-templates-body .accordion-template-ecomm.accordion-ecomm .color-picker label{width:fit-content;display:flex;align-items:center;gap:8px;cursor:pointer}.theme-templates-body .accordion-template-ecomm.accordion-ecomm .color-picker input{cursor:pointer;width:30px}.theme-templates-body .accordion-template-ecomm.accordion-ecomm .accordion{padding:10px}.theme-templates-body .accordion-template-ecomm.accordion-ecomm .accordion .accordion-btn.accordion-active{border-bottom:1px solid #dfdfdf;background-color:#f0f2ff;border-radius:8px 8px 0px 0px}.theme-templates-body .accordion-template-ecomm.accordion-ecomm .accordion .accordion-btn.accordion-active .accordion-title{color:#295bc3}.theme-templates-body .accordion-template-ecomm.accordion-ecomm .accordion .accordion-title{font-size:18px}.theme-templates-body .accordion-template-ecomm.accordion-ecomm .accordion .accordion-content{transition:padding 400ms linear,opacity 400ms linear,max-height 400ms linear}.theme-templates-body .accordion-template-ecomm.accordion-ecomm .accordion .switch-editdelete-grp button{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);width:auto;display:flex;padding:5px 6px}.theme-templates-body .accordion-template-ecomm.accordion-ecomm .chevrondown{top:8px}.theme-templates-body .sku-listview{padding:8px 8px 0px}.theme-templates-body .sku-listview .skumaster-grid{height:calc(var(--usable-height) - 13rem);border:1px solid #e6e6e6;border-radius:4px}.page-wrapper:has(.sku-master-body) .addnewpage-header{position:sticky;top:45px}.sku-master-card .body-product-details .image-upload:has(input:focus){border:1px dashed #ff9f43}.sku-master-card .body-product-details .image-upload:has(input:disabled),.sku-master-card .body-product-details .image-upload:has(input:disabled) input{border:1px dashed #b9b9b9;background:#ededed;cursor:not-allowed}.sku-master-body .sku-master-card .card-product-details .body-product-details.accordion-content .sku-other table td .menu_checkboxs{margin-bottom:0px !important}.sku-master-body .sku-master-card .card-product-details .dropdown-opengrid-common.css-b62m3t-container .css-1nmdiq5-menu{z-index:1048 !important}.sku-master-body .sku-master-card .card-product-details .dropdown-opengrid-common.css-b62m3t-container .css-tqczc6-control:has(.css-1p3m7a8-multiValue),.sku-master-body .sku-master-card .card-product-details .dropdown-opengrid-common.css-b62m3t-container .css-116kd9q-control:has(.css-1p3m7a8-multiValue){height:28px;overflow-y:auto}.sku-master-body .sku-master-card .card-product-details .dropdown-opengrid-common.css-b62m3t-container .css-tqczc6-control:has(.css-1p3m7a8-multiValue) .css-1p3m7a8-multiValue,.sku-master-body .sku-master-card .card-product-details .dropdown-opengrid-common.css-b62m3t-container .css-116kd9q-control:has(.css-1p3m7a8-multiValue) .css-1p3m7a8-multiValue{margin:2px 0px 1px !important}.sku-master-body .sku-master-card .card-product-details .dropdown-opengrid-common.css-b62m3t-container .css-tqczc6-control:has(.css-1p3m7a8-multiValue) .css-v7duua,.sku-master-body .sku-master-card .card-product-details .dropdown-opengrid-common.css-b62m3t-container .css-116kd9q-control:has(.css-1p3m7a8-multiValue) .css-v7duua{border-radius:0px}.sku-master-body .sku-master-card .card-product-details .dropdown-opengrid-common.css-b62m3t-container .css-tqczc6-control:has(.css-1p3m7a8-multiValue) .css-v7duua:hover,.sku-master-body .sku-master-card .card-product-details .dropdown-opengrid-common.css-b62m3t-container .css-116kd9q-control:has(.css-1p3m7a8-multiValue) .css-v7duua:hover{background:#8cbad9}.trendingsku-modal:has(.ecommBestSeller) .ag-cell-wrapper>*:not(.ag-cell-value):not(.ag-group-value){height:24px !important}.card.modal-ledger-table-br.ecommBestSeller{border:1px solid #e6e6e6}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .help-grid-menuMst:has(.mainMenu-grid){border:0px}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .help-grid-menuMst:has(.mainMenu-grid),.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .thirdlevalhelp-grid-menuMst.mainMenu-grid{height:calc(var(--usable-height) - 27.5rem);border-radius:0px}.sku-master-body{background-color:#fff;border:1px solid #dbe0e6}.sku-master-body .rdw-editor-toolbar,.sku-master-body .todo_text_editor .rdw-editor-main{margin-bottom:0px}.sku-master-body .todo_text_editor{margin-top:0px}.sku-master-body .todo_text_editor .rdw-editor-main{background-color:#fff}.sku-master-body .input-group:has(>button:nth-child(2)):has(>:nth-child(3):last-child) .dropdown-content.open-up.left-adjust.F2help .ag-button.ag-floating-filter-button-button.ag-filter-active{border-bottom-right-radius:1px !important;border-top-right-radius:1px !important}.sku-master-body .sku-master-card{padding:15px;margin:10px 0px;background-color:#f9f9fa;border:1px solid #eaf1ff;overflow:visible}.sku-master-body .sku-master-card .change-prioritybtn{padding:6px 8px}.sku-master-body .sku-master-card .card-product-details:has(.header-product-details.active) .body-product-details.accordion-content{background-color:#f8faff;border-bottom:1px solid #e6e6e6}.sku-master-body .sku-master-card .card-product-details:has(.header-product-details.active) .body-product-details.accordion-content:last-child{border-bottom:0px}.sku-master-body .sku-master-card .card-product-details{background-color:#f8faff;box-shadow:0px 2px 10px 0px #e5e5e5;border-radius:4px}.sku-master-body .sku-master-card .card-product-details .header-product-details.active{background-color:#f8faff;cursor:pointer}.sku-master-body .sku-master-card .card-product-details .header-product-details.notactive{cursor:pointer}.sku-master-body .sku-master-card .card-product-details .header-product-details.notactive .title-count{background-color:#f4f8ff;border:1px solid #eaf1ff}.sku-master-body .sku-master-card .card-product-details .header-product-details{padding:12px 20px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #ededee}.sku-master-body .sku-master-card .card-product-details .header-product-details .add-optionLink{color:#3d6dd1;font-weight:700;text-decoration:underline;font-size:16px}.sku-master-body .sku-master-card .card-product-details .header-product-details .title-count{background-color:#fff;border:1px solid #eaf1ff;border-radius:4px;padding:7px 11px}.sku-master-body .sku-master-card .card-product-details .header-product-details .chevrondown{color:#3d6dd1;font-weight:800;width:32px;height:32px}.sku-master-body .sku-master-card .card-product-details .header-product-details .rotatechevrondownarrow{rotate:180deg}.sku-master-body .sku-master-card .card-product-details .header-product-details .title-count,.sku-master-body .sku-master-card .card-product-details .header-product-details h3{color:#3d6dd1;font-weight:700;font-size:16px}.sku-master-body .sku-master-card .card-product-details .body-product-details.accordion-content{opacity:0;max-height:0;transition:padding 300ms linear,opacity 400ms linear,max-height 400ms linear}.sku-master-body .sku-master-card .card-product-details .body-product-details.accordion-content .menu_checkboxs{margin-bottom:8px !important;padding-top:2.5px !important;padding-left:28px}.sku-master-body .sku-master-card .card-product-details .body-product-details.accordion-content .checkboxs .checkmarks{width:18px;height:18px}.sku-master-body .sku-master-card .card-product-details .body-product-details.accordion-content .checkboxs input~.checkmarks{border:1px solid #000 !important}.sku-master-body .sku-master-card .card-product-details .body-product-details.accordion-content .checkboxs .checkmarks:after{left:5px;top:2px;width:6px;height:10px}.sku-master-body .sku-master-card .card-product-details .body-product-details.accordion-content .checkbox-inputs{padding:5px;max-height:300px;overflow-y:auto}.sku-master-body .sku-master-card .card-product-details .body-product-details.accordion-content .checkbox-inputs label{margin-bottom:15px !important}.sku-master-body .sku-master-card .card-product-details .body-product-details{padding:12px 20px}.sku-master-body .sku-master-card .card-product-details .body-product-details .item_code_modal_image_controllar .text-editor.add-list.add{padding:10px;border-radius:8px}.sku-master-body .sku-master-card .card-product-details .body-product-details .css-b62m3t-container{background-color:#fff}.sku-master-body .sku-master-card .card-product-details .body-product-details .css-116kd9q-control{height:auto}.sku-master-body .sku-master-card .card-product-details .body-product-details textarea{width:100%;border:1px solid #dbe0e6;border-radius:4px}.sku-master-body .sku-master-card .card-product-details .body-product-details .title-adjust{margin-top:7px}.sku-master-body .sku-master-card .card-product-details .sku-other.monthlyattendance-container .monthtable-container .fixed-footertableBox{border-top:0px;border-left:0px}.sku-master-body .sku-master-card .card-product-details .sku-other.monthlyattendance-container .monthtable-container .monthattendance-table{min-width:unset}.sku-master-body .sku-master-card .card-product-details .sku-other.monthlyattendance-container .monthtable-container .monthattendance-table thead th{box-shadow:none}.sku-master-body .sku-master-card .card-product-details .sku-other.monthlyattendance-container .monthtable-container .monthtable-scroll{max-height:450px;scrollbar-width:none;height:300px}.sku-master-body .sku-master-card .card-product-details .sku-other.monthlyattendance-container .monthtable-container .monthtable-wrapper{height:auto}.sku-master-body .sku-master-card .card-product-details .sku-other.monthlyattendance-container .monthtable-container .fixed-footertableBox{position:static;height:fit-content;width:fit-content;overflow:visible}.sku-master-body .sku-master-card .card-product-details .sku-other.monthlyattendance-container .monthtable-container .fixed-footertableBox table{border-bottom:0px}.sku-master-body .sku-master-card .card-product-details .sku-other.monthlyattendance-container .monthtable-container .fixed-footertableBox .alppercentage-symbol{position:absolute;right:3.5px;top:5px;line-height:normal}.sku-master-body .sku-master-card .card-product-details .sku-other.monthlyattendance-container .monthtable-container .fixed-footertableBox input.form-control:focus::placeholder{color:#303030 !important}.sku-master-body .sku-master-card .card-product-details .sku-other.monthlyattendance-container .monthtable-container .fixed-footertableBox input.form-control::placeholder{color:#727272 !important}.sku-master-body .sku-master-card .card-product-details .sku-other.monthlyattendance-container .monthtable-container .fixed-footertableBox .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) .form-control{border-radius:4px 0px 0px 4px}.sku-master-body .sku-master-card .card-product-details .sku-other.monthlyattendance-container .monthtable-container .fixed-footertableBox .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-radius:0px 4px 4px 0px}.sku-master-body .sku-master-card .card-product-details .sku-other.monthlyattendance-container .monthtable-container .fixed-footertableBox ul{display:flex}.sku-master-body .sku-master-card .card-product-details .sku-other{padding:0px}.sku-master-body .sku-master-card .card-product-details .sku-other .sku-other-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e6e6e6}.sku-master-body .sku-master-card .card-product-details .sku-other .sku-other-header .change-prioritybtn{margin-right:10px}.sku-master-body .sku-master-card .card-product-details .sku-other h3{padding:10px;font-size:16px;color:#181d1f !important}.sku-master-body .sku-master-card .card-product-details .sku-other .table-container{overflow:auto}.sku-master-body .sku-master-card .card-product-details .sku-other table{width:fit-content;table-layout:fixed;border-collapse:separate;border-spacing:0;text-align:center;overflow-x:auto;overflow-y:auto;border-bottom:1px solid #e6e6e6}.sku-master-body .sku-master-card .card-product-details .sku-other table tr:first-child td{border-top:0px}.sku-master-body .sku-master-card .card-product-details .sku-other table tr.odd{background-color:#fdfff6}.sku-master-body .sku-master-card .card-product-details .sku-other table th{font-size:13px;font-weight:800;background-color:#e5f3ff}.sku-master-body .sku-master-card .card-product-details .sku-other table td{font-weight:500}.sku-master-body .sku-master-card .card-product-details .sku-other table td .menu_checkboxs{width:20px;height:20px}.sku-master-body .sku-master-card .card-product-details .sku-other table td svg.delete{color:red;width:20px;height:20px}.sku-master-body .sku-master-card .card-product-details .sku-other table th,.sku-master-body .sku-master-card .card-product-details .sku-other table td{border-top:1px solid #e6e6e6;border-right:1px solid #e6e6e6;padding:0px 8px;height:40px;text-align:left}table.tagSelectionEcommTable{border-bottom:1px solid #e6e6e6;border-left:1px solid #e6e6e6;width:100%;border-collapse:separate;border-spacing:0;text-align:center;overflow-x:auto;overflow-y:auto}table.tagSelectionEcommTable th{font-size:13px;font-weight:800;background-color:#e5f3ff}table.tagSelectionEcommTable td{font-weight:700}table.tagSelectionEcommTable th,table.tagSelectionEcommTable td{border-top:1px solid #e6e6e6;border-right:1px solid #e6e6e6;border-bottom:0px;padding:0px 8px;height:40px;text-align:left}.commerce-collectionGrp-modal .available-collections{margin-bottom:6px}.commerce-collectionGrp-modal .available-collections h3{margin-bottom:15px}.commerce-collectionGrp-modal .input-switchPair{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.commerce-collectionGrp-modal .input-switchPair label.form-label{font-size:14px;font-weight:600}.collection-mst-ecomm.banner-mst-ecomm.collectionGrp-mst-ecomm .banner-grid{height:calc(var(--usable-height) - 9rem)}.collectionGrp-mst-ecomm.collection-mst-ecomm.banner-mst-ecomm .banner-grid table td a{background-color:#e2f2ff;border-radius:6px;padding:3px 8px;color:#0c466c;font-weight:600;text-decoration:none;margin-right:5px}.collectionGrp-mst-ecomm.collection-mst-ecomm.banner-mst-ecomm .banner-grid table td a:hover{text-decoration:underline}.image_Box.Ecommerce_banner img{padding:0px;border-radius:4px}.image_Box.Ecommerce_banner{margin:0px;height:32px;border-radius:4px}.collection-mst-ecomm.banner-mst-ecomm .banner-grid{height:calc(var(--usable-height) - 11.5rem);border:0px}.collection-mst-ecomm.banner-mst-ecomm .header-part-banner.view-grid-header{gap:10px}.collection-mst-ecomm.banner-mst-ecomm .header-part-banner.view-grid-header .banner-addnewBtn.back-btn-collection{margin-left:0px}.collection-mst-ecomm.banner-mst-ecomm .header-part-banner.header-list-common{position:static}.action-icons{padding:0px 10px}.action-icons svg{width:20px;height:20px;cursor:pointer}.action-icons .eye{color:#181d1f;margin-right:15px}.action-icons .edit-btn{color:green !important;margin-right:15px}.action-icons .delete{color:red !important}.collectionModalField-ecomm{margin-bottom:10px}.ecommerce-submenu-modal .isactive-row.ecommCollectionModal-switch{margin-bottom:10px}.banner-mst-ecomm{background:#fff;height:calc(var(--usable-height) - 7.5rem);border-top:1px solid #e9e9e9;border-left:1px solid #e9e9e9;border-radius:4px 0 0;padding:7px}.banner-mst-ecomm .ag-cell:has(.switch){margin:0px 5px !important}.banner-mst-ecomm .switch{display:inline-block;width:44px;height:20px;position:relative;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.banner-mst-ecomm .switch input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;z-index:2;cursor:pointer}.banner-mst-ecomm .switch .slider{position:absolute;inset:0;background:#c7defe;border-radius:12px;transition:background 160ms ease;box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}.banner-mst-ecomm .switch .knob{position:absolute;top:2px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.25);transition:transform 160ms ease,left 160ms ease;z-index:1}.banner-mst-ecomm .switch input:checked~.slider{background:#2563eb}.banner-mst-ecomm .switch input:checked~.knob{transform:translateX(22px)}.banner-mst-ecomm .switch input:focus-visible~.slider{outline:3px solid rgba(37,99,235,.18);outline-offset:3px}.banner-mst-ecomm .banner-grid{height:calc(var(--usable-height) - 11.5rem);border:1px solid #e6e6e6;overflow:auto}.banner-mst-ecomm .banner-grid .salesQuattionImagePreviewBtn{width:45px;height:100%;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.banner-mst-ecomm .banner-grid .count-bannerEcom{background-color:#e3edc9;width:25px;height:25px;border-radius:50%;padding:0px 10px;color:#4e6511;font-weight:700;display:flex;justify-content:center;align-items:center;line-height:10px}.banner-mst-ecomm .banner-grid table{width:fit-content;table-layout:fixed;border-collapse:separate;border-spacing:0;text-align:center;overflow-x:auto;overflow-y:auto}.banner-mst-ecomm .banner-grid table th,.banner-mst-ecomm .banner-grid table td{border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6;padding:4px 8px;vertical-align:middle;height:40px;text-align:left;font-weight:600;color:#181d1f}.banner-mst-ecomm .banner-grid table td:has(img){text-align:center}.banner-mst-ecomm .banner-grid table td span:has(img){display:block;width:auto;height:35px}.banner-mst-ecomm .banner-grid table td img{width:auto;height:35px;object-fit:contain}.banner-mst-ecomm .banner-grid table td a{color:#3282b8;text-decoration:underline}.banner-mst-ecomm .banner-grid table td a:hover{font-weight:700}.banner-mst-ecomm .banner-grid table td:has(.switch) .switch{margin-top:6px}.banner-mst-ecomm .banner-grid table thead th{position:sticky;top:0px;z-index:2;height:40px;border-right:1px solid #e6e6e6;background-color:#e5effd;font-weight:800}.banner-mst-ecomm .tab-content .tab-pane.fade.active.show{padding:0px !important}.banner-mst-ecomm .header-part-banner{display:flex;justify-content:end;align-items:center;gap:10px}.banner-mst-ecomm .banner-mst-ecomm-body{position:relative}.banner-mst-ecomm .header-part-banner.header-list-common{margin:0px;padding:0px;position:absolute;right:0px;top:-2px}.banner-mst-ecomm .serachbar-controller-ecomm{position:relative;width:250px}.banner-mst-ecomm .serachbar-controller-ecomm input{height:32px !important;padding-left:30px}.banner-mst-ecomm .serachbar-controller-ecomm svg{position:absolute;top:5px;left:5px;color:gray;width:20px;height:20px}.banner-mst-ecomm .banner-addnewBtn{background:linear-gradient(154deg, #f97316 0%, #fb923c 100%);width:auto;display:flex;padding:5px 6px}.banner-mst-ecomm .banner-addnewBtn .text,.banner-mst-ecomm .banner-addnewBtn .sign{color:#fff}.banner-mst-ecomm .banner-addnewBtn .sign,.banner-mst-ecomm .banner-addnewBtn svg{width:20px;height:20px}.banner-mst-ecomm .banner-addnewBtn:hover{transform:scale(1.05);border-color:rgba(0,0,0,0)}.searchbar-ecomm input{width:200px !important}.ecommerce-submenu-modal input{height:32px !important}.ecommerce-submenu-modal input[type=file]::file-selector-button{height:32px}.ecommerce-submenu-modal .switch{display:inline-block;width:44px;height:20px;position:relative;margin-top:4px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ecommerce-submenu-modal .switch input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;z-index:2;cursor:pointer}.ecommerce-submenu-modal .switch .slider{position:absolute;inset:0;background:#c7defe;border-radius:12px;transition:background 160ms ease;box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}.ecommerce-submenu-modal .switch .knob{position:absolute;top:2px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.25);transition:transform 160ms ease,left 160ms ease;z-index:1}.ecommerce-submenu-modal .switch input:checked~.slider{background:#2563eb}.ecommerce-submenu-modal .switch input:checked~.knob{transform:translateX(22px)}.ecommerce-submenu-modal .switch input:focus-visible~.slider{outline:3px solid rgba(37,99,235,.18);outline-offset:3px}.menumst-page .menumst-pagebody .menumst-pagebody-content{background-color:#fff}.menumst-page .menumst-pagebody .menumst-pagebody-content .tabbed.round ul li{padding:8px 20px;border-radius:8px 8px 0px 0px !important;font-weight:700;font-size:16px;border-top:3px solid rgba(0,0,0,0) !important}.menumst-page .menumst-pagebody .menumst-pagebody-content .tabbed.round ul li.active{padding:8px 20px;font-weight:700;font-size:16px;color:#4361ee;border-top:3px solid #4361ee !important}.menumst-page .menumst-pagebody .menumst-pagebody-content .tabbed.round ul li.active:hover{border-top:3px solid #4361ee !important}.menumst-page .menumst-pagebody .menumst-pagebody-content .tab-pane.fade.active.show{padding:0px}.menumst-page .menumst-pagebody .menumst-pagebody-content .ag-header-cell.ag-floating-filter{border-top:1px solid #e6e6e6}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .third-level-config{margin-top:10px;padding:10px;border:1px solid #dbe1ee;background:#f0f3f9;border-radius:6px}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .level_data{padding:8px;background:#fff;border-radius:6px;box-shadow:0px 0px 3px 2px #ebebeb}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .submenu-level-config{margin-top:10px;padding:10px;border:1px solid #dbe1ee;background:#f0f3f9;border-radius:6px}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .parent-level-config{padding:10px;border:1px solid #dbe1ee;background:#f0f3f9;border-radius:6px}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .third-level-header,.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .submenu-level-header,.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .parent-level-header{display:flex;align-items:center;gap:6px;margin-bottom:10px}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .third-level-header h3,.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .submenu-level-header h3,.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .parent-level-header h3{font-size:16px;line-height:1}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .help-grid-menuMst{height:200px}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .thirdlevalhelp-grid-menuMst{height:230px;overflow-y:auto;border:1px solid #dbe0e6;border-radius:4px}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .thirdlevalhelp-grid-menuMst input[type=file]{border-radius:5px;height:30px;border:0px;line-height:30px;border:1px solid #e5e7eb;border-radius:5px}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .thirdlevalhelp-grid-menuMst input[type=file]::file-selector-button{height:30px;border:0px;background-color:#efefef;color:#000;padding:0px 5px;line-height:normal}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .thirdlevalhelp-grid-menuMst table{width:fit-content;table-layout:fixed;border-collapse:separate;border-spacing:0;border:0px;text-align:center;overflow-x:auto;overflow-y:auto}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .thirdlevalhelp-grid-menuMst table th,.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .thirdlevalhelp-grid-menuMst table td{border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6;padding:4px 8px;height:40px;text-align:left;vertical-align:middle;font-weight:600;color:#181d1f;line-height:normal}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .thirdlevalhelp-grid-menuMst table thead th{position:sticky;top:0px;z-index:2;height:40px;border-right:1px solid #e6e6e6;background-color:#e5effd;font-weight:800}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .file-upload-container{margin:6px 0}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .file-upload-container .uploaded_img{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .file-upload-container .uploaded_img .fi{font-size:20px;width:20px;height:20px;position:absolute;top:5px;right:5px;border-radius:4px;z-index:99}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .file-upload-container .uploaded_img .fi:hover{background:#eff2f7}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .image_Box .no-img{opacity:.6}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .importexceldalamodal .file-upload-label{position:relative;padding:14px 10px;cursor:pointer;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .importexceldalamodal .file-upload-label input{cursor:pointer}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .importexceldalamodal .file-upload-label .opacity-img{height:70px}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .importexceldalamodal .file-upload-label .browse{color:#4b63d1;font-weight:700}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .importexceldalamodal .file-upload-label i{font-size:40px;color:#abbbca;line-height:1}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .importexceldalamodal .file-upload-label h4{font-size:14px;font-weight:600;margin-bottom:0}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .importexceldalamodal .file-upload-label p{margin-bottom:0}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .importexceldalamodal .file-upload-label:hover i{color:#4b63d1}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .preview_img .image_Box{width:40px !important;height:40px}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .input-field-mntMst{padding:15px 10px 10px}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .menutype-div{display:none}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .img-upload-controller-menuMst{border:1px solid #e5e7eb;padding:10px;border-radius:8px}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .help-grid-menuMst{height:calc(var(--usable-height) - 28rem);border:1px solid #e5e7eb;border-left:4px}.ecomm-menumaster-body .side-panel-menus{border-right:1px solid #e5e7eb;background-color:#fff}.ecomm-menumaster-body .side-panel-menus .header-menuMst{display:none}.ecomm-menumaster-body .side-panel-menus .side-panel-body{padding:10px 20px;height:calc(var(--usable-height) - 7.5rem);overflow-y:auto}.ecomm-menumaster-body .side-panel-menus .side-panel-body .main-menus-list .main-menu-active{border:2px solid #3b82f6}.ecomm-menumaster-body .side-panel-menus .side-panel-body .main-menus-list .main-menu-active h4{color:#1d4ed8}.ecomm-menumaster-body .side-panel-menus .side-panel-body .main-menus-list li{cursor:pointer;padding:10px;display:flex;align-items:center;gap:15px;border:2px solid #e5e7eb;border-radius:8px;margin-bottom:8px;transition:transform .1s ease-in-out}.ecomm-menumaster-body .side-panel-menus .side-panel-body .main-menus-list li:hover{transform:scale(1.02)}.ecomm-menumaster-body .side-panel-menus .side-panel-body .main-menus-list li button{background-color:#f3f4f6;min-width:36px;height:36px;display:flex;justify-content:center;align-items:center;padding:0px}.ecomm-menumaster-body .side-panel-menus .side-panel-body .main-menus-list li button .sign,.ecomm-menumaster-body .side-panel-menus .side-panel-body .main-menus-list li button img{width:25px;height:25px}.ecomm-menumaster-body .side-panel-menus .side-panel-body .main-menus-list li h4{width:100%;position:relative;font-weight:600;font-size:16px;color:#374151;display:flex;flex-direction:column;gap:2px}.ecomm-menumaster-body .side-panel-menus .side-panel-body .main-menus-list li h4 span{color:#a1a1a1;font-weight:500}.ecomm-menumaster-body .side-panel-menus .side-panel-body .main-menus-list li h4::after{content:"";position:absolute;top:13px;right:0px;width:8px;height:8px;border-radius:50%;background-color:#22c55e}.ecomm-menumaster-body .side-panel-menus .side-panel-footer{border-top:1px solid #e5e7eb;padding:10px 20px}.ecomm-menumaster-body .side-panel-menus .side-panel-footer button{background-color:#3b82f6;transition:transform .1s ease-in-out;width:100%;justify-content:center;padding:8px 10px}.ecomm-menumaster-body .side-panel-menus .side-panel-footer button .text,.ecomm-menumaster-body .side-panel-menus .side-panel-footer button svg{color:#fff}.ecomm-menumaster-body .side-panel-menus .side-panel-footer button:hover{transform:scale(1.02)}.ecomm-menumaster-body .menu-main-content .menu-main-header{padding:18px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:10px}.ecomm-menumaster-body .menu-main-content .menu-main-header .title-menuMain{display:flex;align-items:center;justify-content:space-between}.ecomm-menumaster-body .menu-main-content .menu-main-header .title-menuMain .icon-menuMst{display:none}.ecomm-menumaster-body .menu-main-content .menu-main-header .title-menuMain h3{font-weight:700;font-size:24px;display:flex;flex-direction:column;gap:2px}.ecomm-menumaster-body .menu-main-content .menu-main-header .title-menuMain h3 span{color:#a1a1a1;font-weight:500}.ecomm-menumaster-body .menu-main-content .menu-main-header .menu-main-btnSection{display:flex;align-items:center;gap:15px}.ecomm-menumaster-body .menu-main-content .menu-main-header .menu-main-btnSection .preview_btn{gap:8px;border:1px solid #1d4ed8;padding:6px 10px}.ecomm-menumaster-body .menu-main-content .menu-main-header .menu-main-btnSection .preview_btn svg{width:18px;height:18px}.ecomm-menumaster-body .menu-main-content .menu-main-header .menu-main-btnSection .preview_btn .text,.ecomm-menumaster-body .menu-main-content .menu-main-header .menu-main-btnSection .preview_btn svg{color:#1d4ed8}.ecomm-menumaster-body .menu-main-content .menu-main-header .menu-main-btnSection .preview_btn:hover{background-color:#3b82f6;border-color:#3b82f6}.ecomm-menumaster-body .menu-main-content .menu-main-header .menu-main-btnSection .preview_btn:hover .text,.ecomm-menumaster-body .menu-main-content .menu-main-header .menu-main-btnSection .preview_btn:hover svg{color:#fff}.ecomm-menumaster-body .menu-main-content .menu-main-header .menu-main-btnSection .editmenu_btn{gap:8px;padding:6px 10px}.ecomm-menumaster-body .menu-main-content .menu-main-header .menu-main-btnSection .editmenu_btn svg{width:18px;height:18px}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion{list-style:none;padding:10px 20px;height:calc(var(--usable-height) - 14rem);overflow-y:auto}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-item{margin-bottom:8px;border-radius:10px;border:1px solid #e5e7eb !important}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-thumb{margin:0;padding:15px;border-bottom:1px solid #e5e7eb;background:linear-gradient(to right, #f9fafb, #ffffff);cursor:pointer;display:flex;justify-content:space-between;gap:10px;border-radius:10px}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-thumb .accordion-thumb-title{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-thumb .accordion-thumb-title svg{transition:rotate .2s ease;width:16px;height:16px;color:#6b7280}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-thumb .action-btns-menu{gap:17px}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-thumb .action-btns-menu button{padding:6px 10px;gap:8px}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-thumb .action-btns-menu button svg{width:18px;height:18px}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-item.is-active .accordion-thumb{background:linear-gradient(to right, #ecedff, #ffffff);border-radius:10px 10px 0px 0px}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-item.is-active .accordion-thumb .accordion-thumb-title{color:#1d4edf}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-item.is-active .accordion-thumb .accordion-thumb-title svg{rotate:90deg;color:#1d4edf}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-item.is-active .accordion-panel{border-radius:0px 0px 10px 10px;max-height:fit-content}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-panel{overflow:hidden;max-height:0px;transition:max-height .35s ease-out}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-panel .accordion-panel-content{background:#fff;padding:15px}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-panel .options-content-body ul{display:grid;grid-template-columns:repeat(3, 1fr);gap:10px}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-panel .options-content-body ul li{cursor:pointer;padding:10px;display:flex;align-items:center;gap:15px;border:1px solid #e5e7eb;border-radius:8px}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-panel .options-content-body ul li .options-content-menumst{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-panel .options-content-body ul li .options-content-menumst .options-contentTitle{font-size:14px;font-weight:600}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-panel .options-content-body ul li:hover{border-color:#3b82f6}.switch-editdelete-grp{display:flex;align-items:center;gap:10px;width:max-content}.switch-editdelete-grp .switch{display:inline-block;width:44px;height:20px;position:relative;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.switch-editdelete-grp .switch input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;z-index:2;cursor:pointer}.switch-editdelete-grp .switch .slider{position:absolute;inset:0;background:#c7defe;border-radius:12px;transition:background 160ms ease;box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}.switch-editdelete-grp .switch .knob{position:absolute;top:2px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.25);transition:transform 160ms ease,left 160ms ease;z-index:1}.switch-editdelete-grp .switch input:checked~.slider{background:#2563eb}.switch-editdelete-grp .switch input:checked~.knob{transform:translateX(22px)}.switch-editdelete-grp .switch input:focus-visible~.slider{outline:3px solid rgba(37,99,235,.18);outline-offset:3px}.rolePolicy_tabContent_toggle .switch-editdelete-grp .edit-btn-ecomm{border-radius:50%;width:35px;height:35px;border:1px solid #d5d5d5;display:flex;justify-content:center;align-items:center}.rolePolicy_tabContent_toggle .switch-editdelete-grp .edit-btn-ecomm button{padding:0px;display:flex}.rolePolicy_tabContent_toggle .switch-editdelete-grp .edit-btn-ecomm .sign,.rolePolicy_tabContent_toggle .switch-editdelete-grp .edit-btn-ecomm svg{height:20px;width:20px;color:green}.rolePolicy_tabContent_toggle .switch-editdelete-grp .edit-btn-ecomm .delete .sign svg{color:red}.accordion-ecomm .switch-editdelete-grp{display:flex;align-items:center;gap:10px;padding-right:40px}.accordion-ecomm .switch-editdelete-grp .switch{display:inline-block;width:44px;height:20px;position:relative;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.accordion-ecomm .switch-editdelete-grp .switch input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;z-index:2;cursor:pointer}.accordion-ecomm .switch-editdelete-grp .switch .slider{position:absolute;inset:0;background:#c7defe;border-radius:12px;transition:background 160ms ease;box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}.accordion-ecomm .switch-editdelete-grp .switch .knob{position:absolute;top:2px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.25);transition:transform 160ms ease,left 160ms ease;z-index:1}.accordion-ecomm .switch-editdelete-grp .switch input:checked~.slider{background:#2563eb}.accordion-ecomm .switch-editdelete-grp .switch input:checked~.knob{transform:translateX(22px)}.accordion-ecomm .switch-editdelete-grp .switch input:focus-visible~.slider{outline:3px solid rgba(37,99,235,.18);outline-offset:3px}.accordion-ecomm .switch-editdelete-grp .edit-btn-ecomm{display:flex;justify-content:center;align-items:center}.accordion-ecomm .switch-editdelete-grp .edit-btn-ecomm button{padding:0px;display:flex}.accordion-ecomm .switch-editdelete-grp .edit-btn-ecomm .sign,.accordion-ecomm .switch-editdelete-grp .edit-btn-ecomm svg{height:20px;width:20px;color:green}.accordion-ecomm .switch-editdelete-grp .edit-btn-ecomm .delete .sign svg{color:red}.accordion-ecomm .accordion .accordion-item .accordion-btn{display:flex;justify-content:space-between;padding:0px;padding:8px}.accordion-ecomm .accordion .accordion-item{margin-bottom:10px;border:1px solid #e9e9e9 !important;border-radius:10px}.accordion-ecomm .accordion .accordion-item button[aria-expanded=true]{border-bottom:1px solid #e5e5e5;border-top-left-radius:8px;border-top-right-radius:8px}.accordion-ecomm .accordion button{position:relative;display:block;text-align:left;width:100%;padding:1em 0;color:#7288a2;font-size:1.15rem;font-weight:400;border:none;background:none;outline:none}.accordion-ecomm .accordion button:hover::after,.accordion-ecomm .accordion button:focus::after{cursor:pointer}.accordion-ecomm .accordion button .accordion-title{padding:0px;color:#3a3a3a;font-size:16px;font-weight:700;display:flex;align-items:center}.accordion-ecomm .accordion button .accordion-title img{width:35px;height:35px;border-radius:8px;margin-right:20px}.accordion-ecomm .accordion button[aria-expanded=true] .icon::after{width:0}.accordion-ecomm .accordion .accordion-content{opacity:0;max-height:0;overflow:hidden;transition:opacity 400ms linear,max-height 400ms linear}.accordion-ecomm .accordion .accordion-content .addsubmenu{background:linear-gradient(154deg, #f97316 0%, #fb923c 100%);width:auto;display:flex;padding:4px 6px;margin:0px 40px 10px 40px}.accordion-ecomm .accordion .accordion-content .addsubmenu .text,.accordion-ecomm .accordion .accordion-content .addsubmenu .sign{color:#fff}.accordion-ecomm .accordion .accordion-content .addsubmenu .sign,.accordion-ecomm .accordion .accordion-content .addsubmenu svg{width:20px;height:20px}.accordion-ecomm .accordion .accordion-content .addsubmenu:hover{transform:scale(1.05)}.accordion-ecomm .accordion .accordion-content .sub-content{margin:0px 40px;padding:8px;border-radius:8px;display:flex;justify-content:space-between;align-items:center;border:1px solid #e4e7ec !important;margin-bottom:8px}.accordion-ecomm .accordion .accordion-content .sub-content:first-child{margin-top:10px}.accordion-ecomm .accordion .accordion-content .switch-editdelete-grp{padding-right:0px}.accordion-ecomm .accordion .accordion-content .sub-title{color:#3a3a3a;font-size:16px;font-weight:700;display:flex;align-items:center}.accordion-ecomm .accordion .accordion-content .sub-title img{width:35px;height:35px;border-radius:8px;margin-right:20px}.accordion-ecomm .chevrondown{position:absolute;top:12px;right:10px;width:28px;height:28px;color:gray;border:1px solid #6a6a6a;border-radius:50%;padding:3px}.addsubmenu{background:linear-gradient(154deg, #f97316 0%, #fb923c 100%);padding:4px 6px}.addsubmenu .text,.addsubmenu .sign{color:#fff}.addsubmenu .sign,.addsubmenu svg{width:20px;height:20px}.addsubmenu:hover{transform:scale(1.05)}.ledgerRpt-ShowDetailsCheckSectionOne{display:block}.ledgerRpt-ShowDetailsCheckSectionTwo{display:none}.Sales-Report:has(.filter-section-salesAnalysis) .receipt_listingHeader .css-b62m3t-container .css-116kd9q-control,.Sales-Report:has(.filter-section-salesAnalysis) .receipt_listingHeader .css-1cll6hx{height:32px !important}.sales-analysis-container{display:flex;flex-direction:column;background-color:#f4f5f7}.sales-analysis-container .chart-menu-container .btn:focus-visible{background-color:unset;color:unset}.sales-analysis-container .feather{font-size:20px}.sales-analysis-container .sales-table-Searchbox{background:#fff;border:1px solid #ccc;border-radius:4px;color:#181d1f;width:100%;padding:2px 4px}.sales-analysis-container .formatting-dropdown{position:relative}.sales-analysis-container .formatting-dropdown .salesanalysis-amtWeight-chooser{position:absolute;top:40px;right:0px;z-index:5;background-color:#fff;box-shadow:0px -2px 10px 0px #cdcdcd;padding:20px 20px 25px;border-radius:8px}.sales-analysis-container .formatting-dropdown .salesanalysis-amtWeight-chooser .amtWeight-chooserIcon{display:block;position:absolute;top:-14px;right:8px;left:unset}.sales-analysis-container .formatting-dropdown .salesanalysis-amtWeight-chooser .amtWeight-chooserIcon svg{fill:#fff;stroke:#fff;width:16px;height:16px}.sales-analysis-container .formatting-dropdown .salesanalysis-amtWeight-chooser .amtWeight-content{width:280px}.sales-analysis-container .formatting-dropdown .salesanalysis-amtWeight-chooser .amtWeight-content .css-b62m3t-container{width:auto}.sales-analysis-container .formatting-dropdown .salesanalysis-amtWeight-chooser .amtWeight-content .amt-content{margin-bottom:30px}.sales-analysis-container .formatting-dropdown .salesanalysis-amtWeight-chooser .amtWeight-content .weight-header,.sales-analysis-container .formatting-dropdown .salesanalysis-amtWeight-chooser .amtWeight-content .amt-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;gap:5px}.sales-analysis-container .formatting-dropdown .salesanalysis-amtWeight-chooser .amtWeight-content .weight-header .title-wt,.sales-analysis-container .formatting-dropdown .salesanalysis-amtWeight-chooser .amtWeight-content .weight-header .title-amt,.sales-analysis-container .formatting-dropdown .salesanalysis-amtWeight-chooser .amtWeight-content .amt-header .title-wt,.sales-analysis-container .formatting-dropdown .salesanalysis-amtWeight-chooser .amtWeight-content .amt-header .title-amt{display:flex;align-items:center;gap:8px}.sales-analysis-container .formatting-dropdown .salesanalysis-amtWeight-chooser .amtWeight-content .weight-header .title-wt img,.sales-analysis-container .formatting-dropdown .salesanalysis-amtWeight-chooser .amtWeight-content .weight-header .title-amt img,.sales-analysis-container .formatting-dropdown .salesanalysis-amtWeight-chooser .amtWeight-content .amt-header .title-wt img,.sales-analysis-container .formatting-dropdown .salesanalysis-amtWeight-chooser .amtWeight-content .amt-header .title-amt img{width:24px;height:24px}.salesAnalysis-card{border:0px;padding:1px;height:calc(var(--usable-height) - 12.5rem);min-height:0px;display:flex;flex-direction:row}.salesAnalysis-card .reportBy{min-width:200px;border:1px solid #dbe0e6;overflow:auto;scrollbar-width:none;border-radius:4px 0px 0px 4px}.salesAnalysis-card .reportBy table{border-collapse:collapse;width:max-content;border-top:0px}.salesAnalysis-card .reportBy thead th:has(.reportby-salesregister.active){background:#fff}.salesAnalysis-card .reportBy .reportby-salesregister.active .tickmark path{stroke-dashoffset:0}.salesAnalysis-card .reportBy .reportby-salesregister.active{background-color:#e7f1ff}.salesAnalysis-card .reportBy .reportby-salesregister{display:flex;align-items:center;padding:6px;gap:10px;font-weight:800;cursor:pointer}.salesAnalysis-card .reportBy .reportby-salesregister span{font-weight:800}.salesAnalysis-card .reportBy .reportby-salesregister .tickmark{width:25px;height:25px}.salesAnalysis-card .reportBy .reportby-salesregister .tickmark path{fill:none;stroke:#e1773c;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:strokedashoffset .2s ease forwards}@keyframes strokedashoffset{to{stroke-dashoffset:0}}.salesAnalysis-card .reportBy .reportby-salesregister:hover img,.salesAnalysis-card .reportBy .reportby-salesregister:hover span{transform:scale(1.05)}.salesAnalysis-card .reportBy .reportby-salesregister::after{content:"";position:absolute;right:0px;width:1px;background-color:#e5e5e5}.salesAnalysis-card .reportBy .reportby-salesregister img{width:25px;height:25px}.salesAnalysis-card .reportBy thead tr:first-child th{position:sticky;top:0;z-index:3;height:60px;background-color:#ffeacc !important;font-size:15px;font-weight:800}.salesAnalysis-card .reportBy thead tr:first-child th:hover::before{display:none}.salesAnalysis-card .reportBy thead tr:last-child th{background:#fffcf7}.salesAnalysis-card .reportBy thead th{border-bottom:1px solid #d5d5d5;background:#fffcf7;font-weight:700;height:43px;padding:0px 10px;text-align:left;white-space:nowrap;position:relative}.salesAnalysis-card .reportBy thead th:hover::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:0;height:0;border-top:8px solid rgba(0,0,0,0);border-bottom:8px solid rgba(0,0,0,0);border-left:12px solid #ed662d}.salesAnalysis-card .reportBy thead th.active{background:#ffebd1}.salesAnalysis-card .table-container{width:100%;overflow:auto;border:1px solid #dbe0e6;border-left:0px;border-radius:0px 4px 4px 0px}.salesAnalysis-card .table-container table{border-collapse:collapse;width:max-content}.salesAnalysis-card .table-container thead tr:first-child th.gold,.salesAnalysis-card .table-container thead tr:first-child th.silver,.salesAnalysis-card .table-container thead tr:first-child th.platinum{text-align:center}.salesAnalysis-card .table-container thead th.gold{background-color:#fffbec !important;position:relative}.salesAnalysis-card .table-container thead th.gold:after{content:"";position:absolute;bottom:0px;left:0px;width:100%;height:1px;background:#e3d291}.salesAnalysis-card .table-container thead th.gold:before{content:"";position:absolute;top:0px;right:0px;width:1px;height:100%;background:#e3d291}.salesAnalysis-card .table-container thead th.silver{background-color:#f2f2f2 !important;position:relative}.salesAnalysis-card .table-container thead th.silver:after{content:"";position:absolute;bottom:0px;left:0px;width:100%;height:1px;background:#d5d5d5}.salesAnalysis-card .table-container thead th.silver:before{content:"";position:absolute;top:0px;right:0px;width:1px;height:100%;background:#d5d5d5}.salesAnalysis-card .table-container thead th.platinum{background-color:#e6e6e6 !important;position:relative}.salesAnalysis-card .table-container thead th.platinum:after{content:"";position:absolute;bottom:0px;left:0px;width:100%;height:1px;background:#c9c9c9}.salesAnalysis-card .table-container thead th.platinum:before{content:"";position:absolute;top:0px;right:0px;width:1px;height:100%;background:#c9c9c9}.salesAnalysis-card .table-container thead th{height:30px;padding:0px 10px;text-align:left;background:#eff7ff;white-space:nowrap;font-size:13px;font-weight:800}.salesAnalysis-card .table-container thead th:before{content:"";position:absolute;top:0px;right:0px;width:1px;height:100%;background:#bed7e1}.salesAnalysis-card .table-container thead th:after{content:"";position:absolute;bottom:0px;left:0px;width:100%;height:1px;background:#bed7e1}.salesAnalysis-card .table-container thead tr:first-child th{position:sticky;top:0;background:#eff7ff;z-index:3}.salesAnalysis-card .table-container thead tr:last-child th{position:sticky;top:30px;background:#eff7ff;z-index:3}.salesAnalysis-card .table-container td.branch{text-align:start}.salesAnalysis-card .table-container td.Gold{background:#fffffb;border-color:#e3d291;font-weight:600}.salesAnalysis-card .table-container td.Platinum{background:#fbfbfb;border-color:#c9c9c9;font-weight:600}.salesAnalysis-card .table-container td.Silver{border-color:#e1e1e1;font-weight:600}.salesAnalysis-card .table-container td.colorstone{background-color:#fffcf9;font-weight:600}.salesAnalysis-card .table-container td.diamond{background-color:#f5faff;font-weight:600}.salesAnalysis-card .table-container td.avgageing{background:#fffdf5;font-weight:600}.salesAnalysis-card .table-container td.totalamt{background:#f2fdff;font-weight:600}.salesAnalysis-card .table-container td{height:35px;padding:0px 10px;border-bottom:1px solid #bed7e1;border-right:1px solid #bed7e1;text-align:left;background:#fff;white-space:nowrap;text-align:right}.salesAnalysis-card .table-container td img{width:150px;height:150px}.salesAnalysis-card .table-container tbody tr td:first-child{text-align:left}.salesAnalysis-card .table-container tbody tr td:nth-child(2){text-align:left}.salesAnalysis-card .table-container tbody tr td:last-child{background-color:#e6f7ed !important;font-weight:700}.multiColumnViewCheck{line-height:18px}.salesanalysis-chartBtn,.formatting-dropdown .ColumnChooser_Btn{padding:2px 6px !important}.salesanalysis-chartBtn .sign i.cross-sa,.salesanalysis-chartBtn .sign i,.formatting-dropdown .ColumnChooser_Btn .sign i.cross-sa,.formatting-dropdown .ColumnChooser_Btn .sign i{font-size:16px;padding-left:2px}.formatting-dropdown .ColumnChooser_Btn,.salesanalysis-chartBtn{padding:4px 8px}.formatting-dropdown .ColumnChooser_Btn .sign i,.salesanalysis-chartBtn .sign i,.salesanalysis-filterBtn .sign i{font-size:16px}.salesanalysis-filterBtn{padding:4px 8px}.header-list-common .salesAnalysis-filterRow .css-b62m3t-container{width:100%}.Sales-Report .salesReport-Card .filter-section-salesAnalysis .css-tqczc6-control{height:31px}.Sales-Report .salesReport-Card .filter-section-salesAnalysis .css-pr98g2{overflow:auto;overflow-x:hidden}.filter-section-salesAnalysis{border-top:1px solid #e5e5e5;margin-top:8px;padding-top:10px}.report-search-btn button.salesanalysis-filterBtn .sign{margin-right:0px}.salesReport-Card:has(.salesRegister-filterIcon) .tl-responsivefirstDiv .dropdown-opengrid-common.css-b62m3t-container{width:100%}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser{position:relative}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .sign{margin-right:0px}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .prodticon.prodticon-icon,.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .prodticon.prodticon-icon img{display:block;width:16px;height:16px}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .TagLooseColumnChooser_DropdownContent{right:0px;box-shadow:0 -6px 38px rgba(0,0,0,.1);border-radius:8px;width:350px !important}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .TagLooseColumnChooser_DropdownContent .grouping ul:last-child{padding-left:0px}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .main_header span{font-weight:700;font-size:20px}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .main_header{display:flex;align-items:center;gap:8px;border-radius:8px 8px 0px 0px;background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);padding:8px 15px}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .main_header span{color:#fff}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .main_header img{width:30px;height:30px}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .TagLooseColumnChooser_DropdownContent .grouping{border-bottom:0px;border-radius:0px 0px 8px 8px;padding-top:0px}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .TagLooseColumnChooser_DropdownContent .grouping ul{position:relative}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .TagLooseColumnChooser_DropdownContent .grouping ul::after{content:"";position:absolute;top:0px;right:80px;width:1px;height:100%;background-color:#dcdcdc}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .TagLooseColumnChooser_DropdownContent .grouping ul li{padding:8px 0px;margin-bottom:0px;border-bottom:1px dashed #c1c1c1}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .TagLooseColumnChooser_DropdownContent .grouping ul li:last-child{border-bottom:0px}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .TagLooseColumnChooser_DropdownContent .grouping li:has(.header-reportOption){border-bottom:1px solid #dcdcdc !important}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .TagLooseColumnChooser_DropdownContent .grouping li .header-reportOption{display:flex;justify-content:space-between;width:100%;padding-top:0px}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .TagLooseColumnChooser_DropdownContent .grouping li .header-reportOption span{font-size:18px;font-weight:700}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .TagLooseColumnChooser_DropdownContent .grouping li .action-btns{width:100%}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .TagLooseColumnChooser_DropdownContent .grouping li .action-btns .label-input-switch{justify-content:space-between;cursor:pointer}.salesReport-Card:has(.salesRegister-filterIcon) .salesRegister-columnChooser .tlr_dropdownBeforeIcon{top:-12px;left:325px}.salesReport-Card:has(.salesRegister-filterIcon) .tlr_dropdownBeforeIcon svg{stroke:#799ff1;fill:#799ff1}.salesReport-Card:has(.salesRegister-filterIcon) .switch-toggle-dashboard .label-input-switch{display:flex;align-items:center;gap:15px}.salesReport-Card:has(.salesRegister-filterIcon) .switch-toggle-dashboard .label-input-switch .title-switch{font-weight:600;font-size:15px}.salesReport-Card:has(.salesRegister-filterIcon) .switch-toggle-dashboard .label-input-switch input[type=checkbox]:focus+span{border:0px !important}.salesReport-Card:has(.salesRegister-filterIcon) .switch-toggle-dashboard .switch{position:relative;display:inline-block;width:44px;height:20px}.salesReport-Card:has(.salesRegister-filterIcon) .switch-toggle-dashboard .switch input{opacity:0;width:0;height:0}.salesReport-Card:has(.salesRegister-filterIcon) .switch-toggle-dashboard .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#c9c9c9;transition:.4s;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:bold;font-family:sans-serif}.salesReport-Card:has(.salesRegister-filterIcon) .switch-toggle-dashboard .slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.salesReport-Card:has(.salesRegister-filterIcon) .switch-toggle-dashboard input:checked+.slider{background-color:#2ab718}.salesReport-Card:has(.salesRegister-filterIcon) .switch-toggle-dashboard input:checked+.slider:before{transform:translateX(22px)}.salesReport-Card:has(.salesRegister-filterIcon) .switch-toggle-dashboard .slider.round{border-radius:25px}img.salesregister.illustration{width:200px;height:200px}.salesReport-Card .salesRegister-filterIcon{margin-right:3px;padding:4px 6px}.salesReport-Card .salesRegister-filterIcon .sign{margin-right:0px}.stockRpt_bandChooser{position:relative}.stockRpt_bandChooser .TagLooseColumnChooser_DropdownContent{right:5px;box-shadow:0px -6px 38px rgba(0,0,0,.1019607843);border-radius:8px}.stockRpt_bandChooser .TagLooseColumnChooser_DropdownContent .tlr_dropdownBeforeIcon svg{stroke:#fff}.stockRpt_bandChooser .TagLooseColumnChooser_DropdownContent .main_header{border-radius:8px 9px 0px 0px;display:flex;align-items:center;gap:10px}.stockRpt_bandChooser .TagLooseColumnChooser_DropdownContent .grouping_alignRowWise{border-radius:0px 0px 8px 8px}.PurchaseQuotation-data:has(.OtherItemPreviewImage.commontabimg){display:flex;align-items:center;justify-content:center;height:100%}.PurchaseQuotation-data:has(.OtherItemPreviewImage.commontabimg)::before{display:none}.OtherItemPreviewImage.commontabimg{background-color:#fff}.OtherItemPreviewImage{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px;padding:25px;background-color:#f7fafd}.OtherItemPreviewImage h3{font-size:22px;color:#797979;text-align:center}.OtherItemPreviewImage img{opacity:.7;width:250px}.afterSaveFields{display:flex;flex-direction:column;padding:15px 10px;background-color:#f7fafd}.afterSaveFields .afterSaveFields-header{display:flex;align-items:center;gap:0px}.afterSaveFields .afterSaveFields-header button{border:0px;gap:5px}.afterSaveFields .afterSaveFields-header button img{width:20px;height:20px;filter:invert(1)}.afterSaveFields .afterSaveFields-header button .sign{display:flex;align-items:center;justify-content:center}.afterSaveFields .afterSaveFields-header button .sign,.afterSaveFields .afterSaveFields-header button svg{width:20px;height:20px}.afterSaveFields .afterSaveFields-header button .text{font-size:14px;font-weight:600;color:#fff;line-height:16px}.afterSaveFields .afterSaveFields-header button:hover{border:0px}.afterSaveFields .afterSaveFields-header .card-view{background:rgba(0,0,0,0);color:#007eff;padding:8px;border-radius:8px}.afterSaveFields .afterSaveFields-header .grid-view{background-color:rgba(0,0,0,0);color:red;border-radius:8px;padding:8px}.afterSaveFields .radio-inputs{position:relative;display:flex;flex-wrap:wrap;border-radius:.5rem;background-color:#fff;box-sizing:border-box;box-shadow:0px 3px 6px 0px #c7c7c7;padding:5px 10px;width:fit-content;font-size:14px}.afterSaveFields .radio-inputs .radio{flex:1 1 auto;text-align:center}.afterSaveFields .radio-inputs .radio input{display:none}.afterSaveFields .radio-inputs .radio .name{display:flex;cursor:pointer;align-items:center;width:auto;gap:10px;border-radius:.5rem;border:none;padding:8px 15px;font-size:16px;font-weight:700;color:#181d1f;transition:all .15s ease-in-out}.afterSaveFields .radio-inputs .radio .name svg{width:20px;height:20px}.afterSaveFields .radio-inputs .radio input:checked+.name{background-color:#ff756e;color:#fff;font-weight:600}.afterSaveFields .tab-container{margin-top:1rem;overflow-y:auto;scrollbar-width:none;height:auto;max-height:calc(100dvh - 21rem)}.afterSaveFields .tab-content{display:none}.afterSaveFields .tab-content.active{display:block;display:grid;grid-template-columns:repeat(2, 1fr);gap:15px}.afterSaveFields .tab-content.active:has(.ag-grid-list){overflow-y:auto;scrollbar-width:none;height:auto;max-height:calc(100dvh - 15rem);background-color:#f7fafd;display:flex;flex-direction:column}.afterSaveFields .actionBtns{display:flex;align-items:center;justify-content:flex-start}.afterSaveFields .list-view-table .ag-grid-list.ag-grid-bbb{height:45vh !important;border:1px solid #dbe0e6;border-radius:10px}.afterSaveFields .list-view-table .ag-grid-list.ag-grid-bbb .amount-urdpurchase.ag-cell-value{color:green !important;font-weight:600}.afterSaveFields .list-view-table .ag-grid-list.ag-grid-bbb .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:10px !important}.afterSaveFields .list-view-table .ag-grid-list.ag-grid-bbb .ag-cell-focus{background:#ffead0 !important}.afterSaveFields .list-view-table .ag-grid-list.ag-grid-bbb .ag-row-odd{background-color:#f7fbff}.afterSaveFields .list-view-table .ag-grid-list.ag-grid-bbb .ag-header-viewport{border-bottom:1px solid #ededed}.afterSaveFields .list-view-table .ag-grid-list.ag-grid-bbb .ag-header-viewport .ag-header-cell-text{font-size:16px;font-weight:600;color:#000}.afterSaveFields .list-view-table .ag-grid-list.ag-grid-bbb .ag-cell{border-right:0px !important}.afterSaveFields .list-view-table .ag-grid-list.ag-grid-bbb .ag-cell-value{font-size:15px;font-weight:500;display:flex;align-items:center;justify-content:start;color:#181d1f !important}.afterSaveFields .afterSaveFields_card{box-shadow:0px 0px 4px 0px #ccc;padding:10px;margin-bottom:15px;transition:all 1s ease-in-out}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dbe0e6;padding-bottom:10px}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader .header-title-section{display:flex;align-items:start;flex-direction:column}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader .header-title-section .header-title{display:flex;align-items:center;gap:6px}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader .header-title-section .header-subtitles p{color:#9f9f9f;font-weight:600;font-size:16px}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader p{margin-bottom:0px;font-size:18px;font-weight:700}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader .header_icon{display:flex;align-items:center;gap:10px}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader .header_icon button{background-color:rgba(0,0,0,0);border-radius:6px;padding:5px 12px;border:0px;gap:6px}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader .header_icon button .sign{display:flex;align-items:center;justify-content:center}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader .header_icon button .sign,.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader .header_icon button svg{width:20px;height:20px}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader .header_icon button .text{font-size:16px;font-weight:600;color:#fff;line-height:16px}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader .header_icon button:hover{border:0px}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader .header_icon button:first-child{background:rgba(0,0,0,0);color:#007eff;padding:8px;border-radius:8px;border:1px solid #007eff}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader .header_icon button:first-child .text{color:#007eff}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader .header_icon button:last-child{background-color:rgba(0,0,0,0);color:red;border-radius:8px;padding:8px;border:1px solid red}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader .header_icon button:last-child .text{color:red}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardSubPart{display:flex;align-items:center;margin-top:10px;padding:0px 10px;gap:15px}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardSubPart img{width:25px;height:25px}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardSubPart .total{margin-left:auto}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardSubPart .pcs,.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardSubPart .weight,.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardSubPart .total{display:flex;flex-direction:column;gap:8px;padding:5px 15px;border:1px solid #ededed;border-radius:8px}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardSubPart .pcs span:first-child,.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardSubPart .weight span:first-child,.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardSubPart .total span:first-child{display:flex;justify-content:center;align-items:center;gap:8px;font-size:16px;font-weight:500}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardSubPart .pcs span:last-child,.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardSubPart .weight span:last-child,.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardSubPart .total span:last-child{font-size:18px;font-weight:700;margin-left:auto}.afterSaveFields .afterSaveFields_cardV2{box-shadow:0px 0px 10px 0px #e3e3e3;padding:10px;transition:all 1s ease-in-out;border-radius:8px}.afterSaveFields .afterSaveFields_cardV2 .header-title-section p{margin-bottom:0px}.afterSaveFields .afterSaveFields_cardV2 .header-title-section p:first-child{font-size:18px;font-weight:700}.afterSaveFields .afterSaveFields_cardV2 .header-title-section p:last-child{font-size:16px;font-weight:600;color:#9f9f9f}.afterSaveFields .afterSaveFields_cardV2 .afterSaveFieldsCardSubPart{display:flex;flex-direction:column;margin-top:10px}.afterSaveFields .afterSaveFields_cardV2 .afterSaveFieldsCardSubPart img{width:20px;height:20px}.afterSaveFields .afterSaveFields_cardV2 .afterSaveFieldsCardSubPart .total{background-color:#e8ffee;border-left:4px solid green}.afterSaveFields .afterSaveFields_cardV2 .afterSaveFieldsCardSubPart .total span{color:green;font-weight:700 !important}.afterSaveFields .afterSaveFields_cardV2 .afterSaveFieldsCardSubPart .pcs,.afterSaveFields .afterSaveFields_cardV2 .afterSaveFieldsCardSubPart .weight,.afterSaveFields .afterSaveFields_cardV2 .afterSaveFieldsCardSubPart .total{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:5px 15px;margin-bottom:3px;border-radius:8px}.afterSaveFields .afterSaveFields_cardV2 .afterSaveFieldsCardSubPart .pcs span:first-child,.afterSaveFields .afterSaveFields_cardV2 .afterSaveFieldsCardSubPart .weight span:first-child,.afterSaveFields .afterSaveFields_cardV2 .afterSaveFieldsCardSubPart .total span:first-child{display:flex;justify-content:center;align-items:center;gap:8px;font-size:16px;font-weight:600}.afterSaveFields .afterSaveFields_cardV2 .afterSaveFieldsCardSubPart .pcs span:last-child,.afterSaveFields .afterSaveFields_cardV2 .afterSaveFieldsCardSubPart .weight span:last-child,.afterSaveFields .afterSaveFields_cardV2 .afterSaveFieldsCardSubPart .total span:last-child{font-size:18px;font-weight:700;margin-left:auto}.afterSaveFields .afterSaveFields_cardV2 .header_icon{display:flex;align-items:center;gap:10px;width:100%;margin-top:10px}.afterSaveFields .afterSaveFields_cardV2 .header_icon button{display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,0);border-radius:6px;padding:5px 12px;border:0px;gap:6px;width:-webkit-fill-available}.afterSaveFields .afterSaveFields_cardV2 .header_icon button .sign{display:flex;align-items:center;justify-content:center}.afterSaveFields .afterSaveFields_cardV2 .header_icon button .sign,.afterSaveFields .afterSaveFields_cardV2 .header_icon button svg{width:20px;height:20px}.afterSaveFields .afterSaveFields_cardV2 .header_icon button .text{font-size:16px;font-weight:600;color:#fff;line-height:16px}.afterSaveFields .afterSaveFields_cardV2 .header_icon button:hover{border:0px}.afterSaveFields .afterSaveFields_cardV2 .header_icon button:first-child{background:rgba(0,0,0,0);color:#007eff;padding:8px;border-radius:8px;border:1px solid #007eff}.afterSaveFields .afterSaveFields_cardV2 .header_icon button:first-child .text{color:#007eff}.afterSaveFields .afterSaveFields_cardV2 .header_icon button:last-child{background-color:rgba(0,0,0,0);color:red;border-radius:8px;padding:8px;border:1px solid red}.afterSaveFields .afterSaveFields_cardV2 .header_icon button:last-child .text{color:red}.afterSaveFields .form-control{border:0;border-bottom:1px solid #9ca5d9 !important;border-radius:4px !important;height:38px !important;background-color:#f8f8fb;font-size:14px}.afterSaveFields .form-control:focus{border-bottom:1px solid #132589 !important}.afterSaveFields .form-control__placeholder{font-size:12px !important}.afterSaveFields .form-label{font-size:14px;margin-bottom:3px}.afterSaveFields .css-b62m3t-container{border:0;border-bottom:1px solid #9ca5d9 !important;border-radius:4px !important;height:38px;background-color:#f8f8fb}.afterSaveFields .css-b62m3t-container .form-control__indicators{height:38px !important;border-color:rgba(0,0,0,0)}.afterSaveFields .css-b62m3t-container .form-control__value-container{height:38px !important;border-color:rgba(0,0,0,0)}.afterSaveFields .css-b62m3t-container .form-control__control{height:38px !important;border-color:rgba(0,0,0,0) !important}.afterSaveFields .css-b62m3t-container:focus{border-bottom:1px solid #132589 !important}body:has(.PurchaseGridFromView_Modal) .modal-backdrop{z-index:1055}body:has(.PurchaseOtherItem_Modal) .modal-content{height:100px}.PATC_footer{padding:0px !important;border-top-width:0px !important;box-shadow:0px 0px 10px 0px #c5c5c5}.PATC_footer .btn-addproduct{padding:0px 4px 4px}.patc_cardTitle{display:flex;align-items:center;gap:10px;padding:0px 10px 10px;background-color:#f7fafd}.patc_cardTitle img{width:30px;height:30px}.PurchaseQuotation-filter{padding:53px 10px 0px;border-bottom:1px solid #dfdfdf;position:relative}.PurchaseQuotation-filter .listing_searchbar{width:auto}.PurchaseQuotation-filter .receipt_listingHeader{margin-top:10px}.PurchaseQuotation-filter .filter-section-PQList{display:flex;align-items:center;gap:10px}.PurchaseQuotation-filter .filter-section-PQList .reportType-filter{background-color:rgba(0,0,0,0) !important}.PurchaseQuotation-filter .filter-section-PQList .reportType-filter .reportType-filter-img{min-width:28px;max-width:28px;min-height:28px;max-height:28px}.PurchaseQuotation-filter .filter-section-PQList .branch-filter,.PurchaseQuotation-filter .filter-section-PQList .reportType-filter{position:relative;display:flex;justify-content:center;align-items:center;width:30px;height:30px;border-radius:50%}.PurchaseQuotation-filter .filter-section-PQList .branch-filter .content-options,.PurchaseQuotation-filter .filter-section-PQList .reportType-filter .content-options{position:absolute;background-color:#fff;right:0px;top:42px;z-index:2;padding:5px 15px 20px;border-radius:10px;box-shadow:0px 3px 10px 0px #c7c7c7}.PurchaseQuotation-filter .filter-section-PQList .branch-filter .content-options .up-arrow-svg,.PurchaseQuotation-filter .filter-section-PQList .reportType-filter .content-options .up-arrow-svg{display:block;position:absolute;top:-12px;right:8px;fill:#fff;color:#fff;width:16px;height:16px}.PurchaseQuotation-filter .filter-section-PQList .branch-filter .content-options .filter-header,.PurchaseQuotation-filter .filter-section-PQList .reportType-filter .content-options .filter-header{padding:10px 0px;margin-bottom:10px;border-bottom:1px solid #d5d5d5;min-width:250px}.PurchaseQuotation-filter .filter-section-PQList .branch-filter .content-options .filter-header img,.PurchaseQuotation-filter .filter-section-PQList .reportType-filter .content-options .filter-header img{width:35px !important;height:35px !important}.PurchaseQuotation-filter .filter-section-PQList .branch-filter .content-options .filter-header span,.PurchaseQuotation-filter .filter-section-PQList .reportType-filter .content-options .filter-header span{display:flex;align-items:center;gap:15px;font-size:18px;font-weight:800}.PurchaseQuotation-filter .filter-section-PQList .branch-filter .content-options .filter-header .filter-option-cross,.PurchaseQuotation-filter .filter-section-PQList .reportType-filter .content-options .filter-header .filter-option-cross{margin-left:auto}.PurchaseQuotation-filter .filter-section-PQList .branch-filter .content-options .branch-filter-options,.PurchaseQuotation-filter .filter-section-PQList .reportType-filter .content-options .branch-filter-options{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px;column-gap:50px}.PurchaseQuotation-filter .filter-section-PQList .branch-filter .content-options .branch-filter-options label,.PurchaseQuotation-filter .filter-section-PQList .reportType-filter .content-options .branch-filter-options label{font-size:16px;display:flex;align-items:center;line-height:20px;padding-left:30px !important}.PurchaseQuotation-filter .filter-section-PQList .branch-filter .content-options .branch-filter-options .checkboxs .checkmarks,.PurchaseQuotation-filter .filter-section-PQList .reportType-filter .content-options .branch-filter-options .checkboxs .checkmarks{width:20px;height:20px}.PurchaseQuotation-filter .filter-section-PQList .branch-filter .content-options .reportType-filter-options,.PurchaseQuotation-filter .filter-section-PQList .reportType-filter .content-options .reportType-filter-options{width:100%}.PurchaseQuotation-filter .filter-section-PQList .branch-filter .content-options .reportType-filter-options li,.PurchaseQuotation-filter .filter-section-PQList .reportType-filter .content-options .reportType-filter-options li{font-size:16px;font-weight:700;line-height:20px;padding:10px;width:100%}.PurchaseQuotation-filter .filter-section-PQList .branch-filter .content-options .reportType-filter-options li:last-child,.PurchaseQuotation-filter .filter-section-PQList .reportType-filter .content-options .reportType-filter-options li:last-child{padding-bottom:0px}.PurchaseQuotation-filter .filter-section-PQList .branch-filter-img,.PurchaseQuotation-filter .filter-section-PQList .reportType-filter-img{min-width:24px;max-width:24px;min-height:24px;max-height:24px}.PurchaseQuotation-filter .listing_searchbar .btn.btn-searchset:first-child:active{background-color:rgba(0,0,0,0)}.PurchaseQuotation-filter .listing_searchbar .btn-searchset{height:30px;width:30px;border-radius:50%;padding:0px;margin:0px;display:flex;align-items:center;justify-content:center}.PurchaseQuotation-filter .listing_searchbar .btn-searchset img{width:25px;height:25px}.PurchaseQuotation-filter .listing_searchbar input::placeholder{font-size:16px !important;font-weight:600 !important;color:#333 !important}.PurchaseQuotation-filter .form-label{font-size:16px;font-weight:600;color:#fff !important}.PurchaseQuotation-filter .Listingsearch_dateController{align-items:center;gap:10px}.PurchaseQuotation-filter .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon button{min-width:28px;min-height:28px}.PurchaseQuotation-filter .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon button .sign svg{width:28px;height:28px}.PurchaseQuotation-filter .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon input{border:0px;height:38px !important;width:120px !important;font-size:14px;font-weight:700}.PurchaseQuotation-filter .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon .react-datepicker__calendar-icon{width:16px !important;padding-left:5px !important}.PurchaseQuotation-filter .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon .react-datepicker__calendar-icon svg{width:16px;height:16px}.PurchaseQuotation-filter .date-picker-wrap .from_date,.PurchaseQuotation-filter .date-picker-wrap .to_date{font-size:16px !important;font-weight:700;padding:8px 5px 8px 0px;color:#fff !important}.PurchaseQuotation-filter .date-picker-wrap .to_date{padding-left:5px !important}.PurchaseQuotation-filter .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon{height:40px !important;background-color:#fff}.PurchaseQuotation-filter .receipt_listingHeader .listing_searchbar a{position:unset}.PurchaseQuotation_body{height:calc(100vh - 8.5rem);overflow-y:auto;scrollbar-width:none;overflow-x:hidden;background-color:#fff}.PurchaseQuotation_body .PurchaseQuotation-nodata{display:none;justify-content:center;align-items:center;flex-direction:column;gap:50px;padding:25px;height:100%}.PurchaseQuotation_body .PurchaseQuotation-nodata img{width:300px}.PurchaseQuotation_body .PurchaseQuotation-nodata h3{font-size:26px;color:#7b7b7b}.PurchaseQuotation_body .PurchaseQuotation-data{padding:12px 20px 12px 40px;position:relative}.PurchaseQuotation_body .PurchaseQuotation-data::before{content:"";position:absolute;left:20px;top:35px;width:2px;height:calc(100% - var(--dynamicHeightReduce) - 85px) !important;background-color:#3969cf}.PurchaseQuotation_body .PurchaseQuotation-data .voucherDate{font-size:18px;font-weight:700;margin-top:20px;margin-bottom:20px;padding:8px 8px;display:flex;align-items:center;gap:10px;background:linear-gradient(45deg, #ecf6ff, transparent);border-radius:8px;line-height:18px}.PurchaseQuotation_body .PurchaseQuotation-data .voucherDate:first-child{margin-top:0px}.PurchaseQuotation_body .PurchaseQuotation-data .voucherDate::before{content:"";position:absolute;left:14px;background-color:#3969cf;width:15px;height:15px;border-radius:50%}.PurchaseQuotation_body .PurchaseQuotation-data .voucherDate::after{content:"";position:absolute;left:14px;background-color:#3969cf;width:15px;height:15px;border-radius:50%}.PurchaseQuotation_body .PurchaseQuotation-data .voucherDate svg{color:#3969cf;width:22px;height:22px}.PurchaseQuotation_body .PurchaseQuotation-data .cards-PQList{display:grid;grid-template-columns:repeat(1, 1fr);gap:15px;padding-left:15px}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData{background-color:#fff;padding:8px 15px;position:relative;border-radius:15px;box-shadow:0px 0px 10px 0px #c1c1c1}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .afterSaveFieldsCardSub_contentHeader{font-size:16px;font-weight:700}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .afterSaveFieldsCardSub_contenttext{font-size:15px;font-weight:700;color:#8c8c8c}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .afterSaveFieldsCardSub_contenttext_amt{font-size:15px;font-weight:700;color:green !important}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:1px solid #ededed}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-header .header-firstsection{display:flex;align-items:center;gap:8px}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-header .header-firstsection span:first-child{font-size:18px;font-weight:700}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-header .header-firstsection span:last-child{font-size:15px;font-weight:600;color:#757575}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-header .header-lastsection{padding:3px 15px;background:#fff3d7;border-radius:10px}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-header .header-lastsection span{display:flex;gap:10px;align-items:center;font-size:16px;font-weight:600;color:#774810}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-header .header-lastsection svg{color:#774810;width:20px;height:20px}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .card-filteredData-body-ItemName{display:flex;align-items:center;gap:15px}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .card-filteredData-body-ItemName p{margin:0px !important}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .card-filteredData-body-ItemName p:last-child{margin-bottom:10px}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .card-filteredData-body-ItemName p span{font-size:15px;color:#e16e4a}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .afterSaveFieldsCardSubPart{display:flex;flex-direction:column;margin-top:10px}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .afterSaveFieldsCardSubPart img{width:20px;height:20px}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .afterSaveFieldsCardSubPart .total{background-color:#e8ffee;border-left:4px solid green}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .afterSaveFieldsCardSubPart .total span{color:green;font-weight:700 !important}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .afterSaveFieldsCardSubPart .pcs,.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .afterSaveFieldsCardSubPart .label,.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .afterSaveFieldsCardSubPart .net,.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .afterSaveFieldsCardSubPart .fine,.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .afterSaveFieldsCardSubPart .total{display:flex;align-items:center;text-transform:none;justify-content:space-between;gap:8px;padding:5px 5px;margin-bottom:3px;border-radius:8px}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .afterSaveFieldsCardSubPart .pcs span:first-child,.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .afterSaveFieldsCardSubPart .label span:first-child,.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .afterSaveFieldsCardSubPart .net span:first-child,.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .afterSaveFieldsCardSubPart .fine span:first-child,.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .afterSaveFieldsCardSubPart .total span:first-child{display:flex;justify-content:center;align-items:center;gap:8px;font-size:16px;font-weight:600}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .afterSaveFieldsCardSubPart .pcs span:last-child,.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .afterSaveFieldsCardSubPart .label span:last-child,.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .afterSaveFieldsCardSubPart .net span:last-child,.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .afterSaveFieldsCardSubPart .fine span:last-child,.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-body .afterSaveFieldsCardSubPart .total span:last-child{font-size:18px;font-weight:700;margin-left:auto}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-footer{display:flex;align-items:center;justify-content:end;gap:10px;padding:2px 5px}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-footer button:first-child{background-color:rgba(0,0,0,0);border:1px solid #0a83ff;border-radius:6px;padding:5px 6px}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-footer button:first-child svg{color:#007eff;width:22px;height:22px}.purchaseAddToCart-Cards{padding:5px 10px !important;height:calc(100dvh - 26.8rem) !important;max-height:none !important;overflow-y:auto;scrollbar-width:none;overflow-x:none}.purchaseAddToCart-Cards .afterSaveFields_card{padding:10px 20px 15px !important;border-radius:10px}.purchaseAddToCart-Cards .addtocartHeader{display:flex;gap:15px;align-items:center;border-bottom:1px solid #d5d5d5;padding-bottom:5px}.purchaseAddToCart-Cards .addtocart-footer{display:flex;align-items:center;justify-content:end;margin-top:15px;padding-top:10px;border-top:1px solid #d5d5d5}.purchaseAddToCart-Cards .addtocart-footer .final-amount{font-size:20px;font-weight:700;color:green}.purchaseAddToCart-Cards .addtocartheader-first p{margin-bottom:0px}.purchaseAddToCart-Cards .addtocartheader-first p:first-child{font-size:18px;font-weight:700}.purchaseAddToCart-Cards .addtocartheader-first p:last-child{font-size:15px;font-weight:600;color:#7d7d7d}.purchaseAddToCart-Cards .addtocartheader-last{margin-left:auto}.purchaseAddToCart-Cards .addtocartheader-last p{font-size:16px;font-weight:700;border:1px dashed #3466cc;padding:5px;border-radius:6px;color:#3466cc}.purchaseAddToCart-Cards .addtocartheader-actionBtns{display:flex;align-items:center;gap:10px}.purchaseAddToCart-Cards .addtocartheader-actionBtns button{background-color:rgba(0,0,0,0);border-radius:6px;padding:5px 12px;border:0px;gap:6px}.purchaseAddToCart-Cards .addtocartheader-actionBtns button .sign{display:flex;align-items:center;justify-content:center}.purchaseAddToCart-Cards .addtocartheader-actionBtns button .sign,.purchaseAddToCart-Cards .addtocartheader-actionBtns button svg{width:20px;height:20px}.purchaseAddToCart-Cards .addtocartheader-actionBtns button .text{font-size:16px;font-weight:600;color:#fff;line-height:16px}.purchaseAddToCart-Cards .addtocartheader-actionBtns button:hover{border:0px}.purchaseAddToCart-Cards .addtocartheader-actionBtns button:first-child{background:rgba(0,0,0,0);color:#007eff;padding:5px 6px;border-radius:6px;border:1px solid #007eff}.purchaseAddToCart-Cards .addtocartheader-actionBtns button:first-child .text{color:#007eff}.purchaseAddToCart-Cards .addtocartheader-actionBtns button:last-child{background-color:rgba(0,0,0,0);color:red;border-radius:6px;padding:5px 6px;border:1px solid red}.purchaseAddToCart-Cards .addtocartheader-actionBtns button:last-child .text{color:red}.purchaseAddToCart-Cards .afterSaveFieldsCardHeader{margin-bottom:10px}.purchaseAddToCart-Cards .afterSaveFieldsCardSubPart{flex-direction:column}.purchaseAddToCart-Cards .afterSaveFieldsCardSub_contentHeader{font-size:16px;font-weight:700}.purchaseAddToCart-Cards .afterSaveFieldsCardSub_contenttext{font-size:15px;font-weight:700;color:#8c8c8c}.purchaseAddToCart-Cards .afterSaveFieldsCardSub_contenttext_amt{font-size:15px;font-weight:700;color:green !important}.PQ-footerbtns-detailView{flex-wrap:wrap;justify-content:center;gap:8px}.total_purchaseQuotationCart{display:flex;align-items:center;height:auto;gap:15px;margin-inline:auto;border-radius:8px;margin-bottom:10px;box-shadow:0px 5px 10px -5px #d0ddd0;background:linear-gradient(267deg, #dcf5dc, #ffffff);display:flex;padding:10px;justify-content:space-between;color:green !important;font-weight:800;font-size:22px;border:1px solid #9cce96;width:100%}.total_purchaseQuotationCart .afterSaveFieldsCardSub_contentHeader_netWt{font-size:15px;font-weight:700;color:#8c8c8c}.total_purchaseQuotationCart .afterSaveFieldsCardSub_contentHeader{font-size:20px;font-weight:800}.total_purchaseQuotationCart .afterSaveFieldsCardSub_contenttext{font-size:15px;font-weight:700;color:#8c8c8c}.total_purchaseQuotationCart .afterSaveFieldsCardSub_contenttext_amt{font-size:20px;font-weight:800;color:green !important}.PATC_Modal-footerNudgeEffect:has(.panel.open) .PATC_footer{box-shadow:none}.purchaseQuotation_cart{padding:10px;border-radius:0px;background-color:#f7fafd}.purchaseQuotation_cart .mobile_Input option,.purchaseQuotation_cart .mobile_Input select{font-size:17px !important;font-weight:700}.purchaseQuotation_cart .PQC-mobileNumber{font-size:17px !important}.purchaseQuotation_cart .form-control{height:45px !important;padding:10px;font-size:17px;font-weight:700;border-radius:8px;border-color:#dadafd}.purchaseQuotation_cart .form-label{font-size:16px;font-weight:600;color:#333 !important}.PurchaseOtherItem_Modal .modal-dialog{margin-inline:0px;position:relative;bottom:-23px;width:100%;max-width:100%}.PurchaseOtherItem_Modal .modal-content{background-color:#fff !important;position:absolute;bottom:0px;border-radius:0px;border-top-left-radius:15px;border-top-right-radius:15px;height:auto !important}.PurchaseOtherItem_Modal .PurchaseOtherItemHeader{padding:10px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100% 100%) !important;box-shadow:0px 2px 3px 0px #e3e6f0;width:100%;border-top-left-radius:7px;border-top-right-radius:7px}.PurchaseOtherItem_Modal .PurchaseOtherItemHeader svg{width:30px;height:30px;color:#fff}.PurchaseOtherItem_Modal .PurchaseOtherItemHeader h2{font-size:20px;color:#fff}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtn{display:flex;align-items:center;justify-content:space-evenly;padding:10px;gap:20px;background-color:#f7fafd}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtn button{width:-webkit-fill-available;justify-content:center;background-color:#759fff;padding:6px;border-radius:8px;height:40px;gap:8px;border:0px !important}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtn button .text{font-size:18px;font-weight:700;color:#fff}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtn button .sign,.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtn button svg{width:22px;height:22px;color:#fff}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtn button:first-child{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%) !important}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtn button:last-child{background:linear-gradient(154deg, #e53b3c 0%, #ff7675 100%)}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent{padding:15px 10px;overflow-x:hidden;margin-bottom:50px;scrollbar-width:none;max-height:calc(100dvh - 15rem);background-color:#f7fafd}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .mfield{margin-bottom:10px}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent textarea{width:-webkit-fill-available;border-radius:4px;border:0px;border-bottom:1px solid #9ca5d9 !important;background-color:#fff}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent textarea:focus{border-bottom:2px solid #132589 !important;background-color:#fff !important}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .form-control{height:45px !important;padding:10px;font-size:17px;font-weight:700;border-radius:8px;border-color:#dadafd}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .form-label{font-size:16px;font-weight:600;color:#333 !important}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .POI_footer{position:fixed;bottom:0;left:0;padding:10px;background-color:#fff;border-bottom-left-radius:0px;border-bottom-right-radius:0px;display:flex;align-items:center;justify-content:center;background-color:#f7fafd;width:100%}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .POI_footer button:first-child{background:linear-gradient(135deg, #74b9ff, #0984e3);gap:5px}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .POI_footer button:nth-child(2){background:linear-gradient(135deg, #ff7675, #e53b3c);gap:5px}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .POI_footer button:last-child{background:linear-gradient(135deg, #754ea6, #bc7efb);gap:5px}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent button{justify-content:center;background-color:#5266c0 !important;margin:0px 3px;padding:8px 15px;border-radius:10px;box-shadow:0 4px 15px rgba(116,185,255,.3);height:40px;border:0px}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent button .text{font-size:18px;font-weight:700;color:#fff}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent button .sign,.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent button svg{width:22px;height:22px;color:#fff}.PGFV_mmodal .alppercentage-wrapper input{padding-right:27px !important;background-color:#fff !important}.PGFV_mmodal .alppercentage-wrapper input:focus{background-color:#ffdea8 !important}.PGFV_mmodal .alppercentage-wrapper .alppercentage-symbol{right:10px;font-size:17px;font-weight:700}.PurchaseGridFromView_Modal{padding:0px;padding-left:0px !important;scrollbar-width:none}.PurchaseGridFromView_Modal .css-1dimb5e-singleValue{font-size:15px !important}.PurchaseGridFromView_Modal .modal-dialog{margin:0px;width:100%;max-width:100%}.PurchaseGridFromView_Modal .modal-content{background-color:#fff !important}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100% 100%) !important;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:30px;position:sticky;top:0;left:0;z-index:11;width:100%}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .PQ-voucher-cart{display:flex;align-items:center;gap:20px}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .purchaseQuotation_header{display:flex;align-items:center;gap:2px;border-radius:5px}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .purchaseQuotation_header svg{width:30px;height:30px;color:#fff}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .purchaseQuotation_header h2{font-size:20px;color:#fff}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-header{position:relative;display:flex;justify-content:center;align-items:center}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-header img{width:24px;height:24px}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content{position:absolute;right:-5px;top:36px}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .tlr_dropdownBeforeIcon{display:block;top:-15px;right:8px;left:unset}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .tlr_dropdownBeforeIcon svg{fill:#fff;width:16px;height:16px;color:#fff}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part{background-color:#fff;width:685px;height:auto;padding:10px 10px 0px;border-radius:10px;box-shadow:0px 0px 10px 0px #c1c1c1}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part .header-part{padding-bottom:8px;border-bottom:1px solid #dfdfdf;margin-bottom:10px}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part .header-part h4{font-size:18px !important;margin-right:auto}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part .header-part svg{width:24px;height:24px}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part .mfield{margin-bottom:10px}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part .form-label{font-size:15px !important;font-weight:500}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part .dropdown-header{width:40px !important;border-radius:8px 0px 0px 8px !important;border:1px solid #dadafd !important}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part button{width:40px !important;border-radius:0px 8px 8px 0px !important;border:1px solid #dadafd !important}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part .two-block-input-date-rec-pay .date-picker-wrap .form-control,.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part .form-control{border-color:#dadafd !important;font-size:13px !important;font-weight:600 !important}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part .two-block-input-date-rec-pay .date-picker-wrap .form-control:focus,.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part .form-control:focus{border-color:#ffc260 !important}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part .css-116kd9q-control{border-radius:8px;border:1px solid #dadafd !important}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part .dropdown-header,.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part button{font-size:16px !important;font-weight:600 !important}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part .dropdown-header,.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part button,.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part .form-control,.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part .css-tqczc6-control,.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part .css-116kd9q-control,.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part .css-1qk9yum,.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part .css-1cll6hx{height:40px !important}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .two-block-input-date-rec-pay .date-picker-wrap .form-control{border-radius:8px 0px 0px 8px !important;font-size:16px !important;font-weight:600 !important}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .two-block-input-date-rec-pay .react-datepicker__calendar-icon{height:40px !important}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .two-block-input-date-rec-pay .form-control{height:40px !important;border-color:#dadafd !important}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .two-block-input-date-rec-pay .form-control.vch-date-pagerecepit{border-radius:0px 8px 8px 0px !important}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .purchaseQuotation_headerCart{position:relative;padding-right:10px}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .purchaseQuotation_headerCart svg{color:#fff}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .shoppingCartItem_Number{border-radius:50%;background-color:#fff;color:#3667cd;position:absolute;top:-5px;right:0px;width:18px;height:18px;line-height:20px;text-align:center;font-size:12px;font-weight:800;box-shadow:0px 0px 10px 0px #b9b9b9}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp{padding:10px !important;padding-bottom:0px !important;border-radius:0px !important;overscroll-behavior:none;min-height:calc(100dvh - 14.2rem);overflow-y:auto;overflow-x:hidden;scrollbar-width:none;background-color:#f7fafd}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .PurchaseGridFormView_TotalAmt{display:flex;align-items:center;height:auto;gap:15px;margin-inline:auto;border-radius:8px;margin-top:15px;box-shadow:0px 5px 10px -5px #d0ddd0;background:linear-gradient(267deg, #dcf5dc, #ffffff);display:flex;padding:10px;justify-content:space-between;color:green !important;font-weight:800;font-size:22px;border:1px solid #9cce96}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .PurchaseGridFormView_TotalAmt span{color:green !important;font-weight:800;font-size:22px}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .horizontal-seprator{height:1px;width:100%;border-top:1px dashed #bbb9b9}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .vertical-seprator{border-right:1px dashed #bbb9b9}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .mfield{margin-bottom:8px;margin-top:8px}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .less-wt-input{position:relative}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .less-wt-input .other_items{position:absolute;left:18px;top:9px;width:34px;height:24px;border:0px;border-right:1px solid #dadafd;background-color:rgba(0,0,0,0);border-radius:0px}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .less-wt-input .other_items:focus{background-color:rgba(0,0,0,0)}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .less-wt-input .other_items img{width:24px;height:24px}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .Other_PurchaseQuotationMobileView{width:10%}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .Other_PurchaseQuotationMobileView .other_items{width:-webkit-fill-available;border-radius:5px;padding:5px 8px;height:40px;width:40px;border:1px solid rgba(0,0,0,0);background:linear-gradient(135deg, #667eea, #764ba2);display:flex}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .Other_PurchaseQuotationMobileView .other_items:hover{background-color:#213fc5}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .Other_PurchaseQuotationMobileView .other_items:hover button{color:#fff}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .Other_PurchaseQuotationMobileView .other_items img{filter:brightness(0) invert(1)}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .Other_PurchaseQuotationMobileView .other_itemsBtn{padding:0px;border:0px;background-color:rgba(0,0,0,0);color:#fff}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .Other_PurchaseQuotationMobileView .other_itemsBtn .text{font-size:14px;font-weight:700}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .form-control{height:45px !important;padding:10px;font-size:17px;font-weight:700;border-radius:8px;border-color:#dadafd}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .form-label{font-size:16px !important;font-weight:600;color:#333 !important}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .mfield:has(.PurchaseGridFormView_TotalAmt):has(input:focus) .form-label{color:green !important}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .mfield:has(.PurchaseGridFormView_TotalAmt):has(input:focus) .form-control{background-color:#d5ffd5 !important}.PurchaseGridFromView_Modal .PGFV_footer{z-index:1}.PurchaseGridFromView_Modal .PGFV_footer{border-bottom-left-radius:0px !important;border-bottom-right-radius:0px !important;padding:10px !important;display:flex;justify-content:center !important;background-color:#f7fafd;border-top:0px}.PurchaseGridFromView_Modal .PGFV_footer button{height:40px;gap:8px}.PurchaseGridFromView_Modal .PGFV_footer button:hover{border:0px}.PurchaseGridFromView_Modal .PGFV_footer .btn_gray{border:0px;background:linear-gradient(154deg, #595959 0%, #979797 100%);box-shadow:0 4px 15px rgba(93,93,93,.3);border-radius:10px;padding:8px 15px !important;gap:5px !important;color:#fff;height:40px !important}.PurchaseGridFromView_Modal .PGFV_footer .dropdown-printer-common a.Icon-Full-Btn{height:35px}.PurchaseGridFromView_Modal .PGFV_footer .sign,.PurchaseGridFromView_Modal .PGFV_footer svg{width:22px;height:22px}.PurchaseGridFromView_Modal .PGFV_footer .text{font-size:18px;line-height:20px;color:#fff}.PurchaseGridFromView_Modal .PGFV_footer .btn_color_clear{background:linear-gradient(154deg, #e17055 0%, #fdcb6e 100%) !important;border:0px;box-shadow:0 4px 15px rgba(255,118,117,.3);border-radius:10px;padding:8px 15px !important;gap:5px !important}.PurchaseGridFromView_Modal .PGFV_footer .btn_color_clear svg,.PurchaseGridFromView_Modal .PGFV_footer .btn_color_clear .text{color:#fff}.PurchaseGridFromView_Modal .PGFV_footer .btn_green{background:linear-gradient(154deg, #00a085 0%, #00b894 100%) !important;border:0px;box-shadow:0 4px 15px rgba(116,185,255,.3);border-radius:10px;padding:8px 15px !important;gap:5px !important}.PurchaseGridFromView_Modal .PGFV_footer .btn_green svg{color:#fff}.PurchaseGridFromView_Modal .PGFV_footer .btn_green .text{color:#fff}.PurchaseGridFromView_Modal .PGFV_footer .btn_red{background:linear-gradient(154deg, #e53b3c 0%, #ff7675 100%);border:0px;box-shadow:0 4px 15px rgba(255,116,116,.3);border-radius:10px;padding:8px 15px !important;gap:5px !important}.PurchaseGridFromView_Modal .PGFV_footer .btn_red svg,.PurchaseGridFromView_Modal .PGFV_footer .btn_red text{color:#fff}.PurchaseGridFromView_Modal .PGFV_footer .btn_darkblue{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%) !important;box-shadow:0 4px 15px rgba(102,126,234,.3);border-radius:10px;padding:8px 15px !important;gap:5px !important;border:0}.PurchaseGridFromView_Modal .PGFV_footer .btn_darkblue svg,.PurchaseGridFromView_Modal .PGFV_footer .btn_darkblue text{color:#fff}.PurchaseGridFromView_Modal .PGFV_footer .btn_color_cart{border-radius:10px;padding:8px 15px !important;background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%) !important;box-shadow:0 4px 15px rgba(102,126,234,.3);border:0px}.PurchaseGridFromView_Modal .PGFV_footer .btn_color_cart svg,.PurchaseGridFromView_Modal .PGFV_footer .btn_color_cart text{color:#fff}.formView-PQ{display:flex !important}.formView-PQ .button_part{gap:10px}.PQListView-modal{display:block !important}body:has(.PurchaseGridFromView_Modal.PQListView-modal) .modal-backdrop{display:block}.PQ_cardSection_Mobile_scrollable{overscroll-behavior:none}.PQ_card_section_scrollEffect:has(.PQ_cardSection_Mobile_scrollable_scrolled) .patc_cardTitle{position:relative;background-color:#f7fafd;box-shadow:0 7px 15px -15px #000;z-index:1}.PQ-ListView_header{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100% 100%) !important}.PQcard-view-mobile .card-filteredData-footer{display:none !important}.PurchaseQuotationListView{padding:10px 10px;display:flex;align-items:center;gap:10px;position:fixed;top:0;left:0;z-index:1;width:100%;border-bottom:.5px solid #c1c1c1}.PurchaseQuotationListView svg{width:30px;height:30px;color:#000}.PurchaseQuotationListView .add-new{margin-left:auto}.PurchaseQuotationListView .add-new button{padding:6px 8px}.PurchaseQuotationListView .add-new svg{width:20px;height:20px}.PurchaseQuotationListView .add-new .text{font-size:15px;font-weight:700}.PurchaseQuotationListView .PurchaseQuotationListView-Header{display:flex;align-items:center;gap:10px;padding:2px;border-radius:5px}.PurchaseQuotationListView .PurchaseQuotationListView-Header .iconImg{display:flex;align-items:center;justify-content:center}.PurchaseQuotationListView .PurchaseQuotationListView-Header .iconImg img{width:28px;height:28px}.PurchaseQuotationListView .PurchaseQuotationListView-Header svg{width:30px;height:30px;color:#fff}.PurchaseQuotationListView .PurchaseQuotationListView-Header h2{font-size:20px;color:#fff}.PurchaseQuotationListView .PurchaseQuotationListView-Cross svg{color:#fff}.search-bar-PQList{position:absolute;width:0%;left:50%;background:#f8fafc;box-shadow:0 4px 12px rgba(0,0,0,.15);opacity:0;transform:translateX(-50%);overflow:hidden;padding:0px;transition:all .1s ease}.search-bar-PQList.active{opacity:1;z-index:1;width:100%}.search-bar-PQList input{width:100%;font-size:16px;border:1px solid rgba(0,0,0,0);border-top:0px;background-color:#fff;height:50px !important;outline:none;padding:10px !important;font-size:17px;font-weight:700;border-radius:8px !important;border-width:2px !important}.search-bar-PQList input:focus{border:1px solid #8daef5 !important;border-radius:0px !important;background-color:#fff !important;border-top:0px !important}.search-bar-PQList input:focus::placeholder{color:#4c7ad9 !important;font-weight:700 !important}.search-bar-PQList:not(:has(input:focus)) .btn-searchset{background:rgba(0,0,0,0) !important}.search-bar-PQList:not(:has(input:focus)) .btn-searchset svg{color:#afafaf !important;width:24px;height:24px}.search-bar-PQList input::placeholder{font-size:17px !important;font-weight:600 !important;color:#757575 !important}.search-bar-PQList .btn-searchset{position:absolute;right:12px;top:10px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0px}.search-bar-PQList .btn-searchset svg{width:24px;height:24px;color:#4c7ad9}.advance_rptPage .reportType_field .css-b62m3t-container{width:100%}.advance_rptPage .reportType_field button.addhelpBtn,.advance_rptPage .reportType_field .commonbtn{height:30px;width:30px}.advance_rptPage .reportType_field button.addhelpBtn.add_btn_reportType,.advance_rptPage .reportType_field .commonbtn.add_btn_reportType{border-radius:0px;border-right:0 !important;border-left:0 !important}.advance_rptPage .date-picker-wrap .from_date,.advance_rptPage .date-picker-wrap .to_date{font-size:12px}.adv_outstanding_page .adv_outst_details{display:flex;flex-direction:row;align-items:center;column-gap:8px;row-gap:4px;border:0;flex-wrap:wrap}.adv_outstanding_page .adv_outst_details .adv_outst_details_box{display:flex;gap:6px;align-items:center;background-color:#fff;box-shadow:0px 4px 4px -3px #e0e0e0;border-radius:6px;padding:10px 20px 10px 10px;border:1px solid #e7e7e7}.adv_outstanding_page .adv_outst_details .adv_outst_details_box.accountName{border:1px solid #1f59b4;border-left:4px solid #1f59b4;background:linear-gradient(135deg, #fff, #f0f2ff)}.adv_outstanding_page .adv_outst_details .adv_outst_details_box.accountName .data_value{font-size:16px;color:#1f59b4;font-weight:800}.adv_outstanding_page .adv_outst_details .adv_outst_details_box .data_value{font-size:15px;color:#181d1f;font-weight:700;line-height:1}.adv_outstanding_page .adv_outst_details .adv_outst_details_box .form-label{color:#4f5355 !important;font-size:13px;margin-bottom:0}.adv_outstanding_page .ag-theme-quartz.transaction_theme-tablecolor{height:calc(var(--usable-height) - 186px)}.adv_outstanding_page .ag-theme-quartz.transaction_theme-tablecolor .ag-row{border-bottom:0}.adv_outstanding_page .ag-theme-quartz.transaction_theme-tablecolor .OSDetail.ag-header-group-cell-with-group,.adv_outstanding_page .ag-theme-quartz.transaction_theme-tablecolor .ag-header-cell.OSDetail,.adv_outstanding_page .ag-theme-quartz.transaction_theme-tablecolor .UseDetail.ag-header-group-cell-with-group,.adv_outstanding_page .ag-theme-quartz.transaction_theme-tablecolor .ag-header-cell.UseDetail{background:#fff0f0 !important;border-right:1px solid #fbd2d5 !important;border-bottom:1px solid #fbd2d5 !important}.adv_outstanding_page .ag-theme-quartz.transaction_theme-tablecolor .ReceiptDetail.ag-header-group-cell-with-group,.adv_outstanding_page .ag-theme-quartz.transaction_theme-tablecolor .ag-header-cell.ReceiptDetail{border-right:1px solid #bdcbeb !important;border-bottom:1px solid #bdcbeb !important}.adv_outstanding_page .ag-theme-quartz.transaction_theme-tablecolor .ag-header-cell.OSDetail span,.adv_outstanding_page .ag-theme-quartz.transaction_theme-tablecolor .ag-header-cell.ReceiptDetail span,.adv_outstanding_page .ag-theme-quartz.transaction_theme-tablecolor .ag-header-cell.UseDetail span{font-size:13px}.adv_outstanding_page .ag-theme-quartz.transaction_theme-tablecolor .ag-body .OSDetail.ag-cell,.adv_outstanding_page .ag-theme-quartz.transaction_theme-tablecolor .ag-body .ReceiptDetail.ag-cell,.adv_outstanding_page .ag-theme-quartz.transaction_theme-tablecolor .ag-body .UseDetail.ag-cell{background:#fff !important;border-right:1px solid #dbe0e6 !important;border-bottom:1px solid #dbe0e6 !important}.TagLoose_inputFields .datepicker-seprate-row .date-picker-wrap:has(.form-label){grid-template-columns:100%}.TagLoose_inputFields .date-picker-wrap .to_date,.TagLoose_inputFields .date-picker-wrap .from_date{padding:0px;width:75px;min-width:auto}.pendingItemSelection .dropdown-content.open-up.right-adjust.F2help,.pendingItemSelection .dropdown-content.open-down.right-adjust.F2help{right:unset !important;left:0px !important;top:100% !important;width:992px !important}.myarrow{opacity:0;color:#000 !important}.myarrow.active{opacity:1}.coupon_code_page .buyFilter-card .buyFiltertabs .list-options{min-height:540px}.coupon_code_page .promoMaster-subDetails .checkbox-sectionfooter{margin-top:20px}.promo-master-inputCard{background-color:#eaf1ff}.promo-master-inputCard .css-b62m3t-container{background-color:#fff}.promo-master-inputCard .PMinput-card-title{font-size:16px;font-weight:800;margin-bottom:10px;position:relative}.promo-master-inputCard .PMinput-card-title::before{content:"";position:absolute;left:-8px;top:0px;height:20px;width:3px;background-color:#3d6dd1}.giftVoucher-modal.butFilterModal{margin:8px;border:1px solid #e6e6e6;border-radius:4px}.giftVoucher-modal.butFilterModal .ag-theme-quartz{height:500px;overflow-y:auto;border-top:0px}.giftVoucher-modal.butFilterModal .ag-theme-quartz .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0px !important}.giftVoucher-modal.butFilterModal .ag-theme-quartz .ag-root.ag-unselectable.ag-layout-normal{border-radius:0px !important}.promoMaster-subDetails.giftVoucherDetails .discount-grid-columnpad{padding-left:10px}.butFilterModal{margin:0px;padding:0px;overflow-x:hidden}.butFilterModal .buyfilterModal-grid{margin:0px 8px 8px;border:1px solid #e6e6e6;border-radius:4px}.butFilterModal .buyfilterModal-grid .ag-theme-quartz{height:450px;border-top:0px}.butFilterModal .buyfilterModal-grid .ag-theme-quartz .ag-root.ag-unselectable.ag-layout-normal.ag-body-horizontal-content-no-gap .ag-floating-bottom{height:12px !important}.butFilterModal .modalhelpsearch{width:250px}.getFilter_modal{margin:0px;padding:8px;overflow-x:hidden}.getFilter_modal .getfiltermodal-help{padding-left:10px}.getFilter_modal .buyFilter-card .tabs__nav{padding:10px 10px 0px}.getFilter_modal .buyFilter-card .list-options{min-height:520px !important;height:520px;padding:10px}.getFilter_modal .getfilterModal-grid{border:1px solid #e6e6e6;border-radius:4px}.getFilter_modal .getfilterModal-grid .ag-theme-quartz{height:530px}.getFilter_modal .getfilterModal-grid .ag-theme-quartz .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0px !important}.getFilter_modal .getfilterModal-grid .ag-theme-quartz .ag-root.ag-unselectable.ag-layout-normal{border-radius:0px !important}.getFilter_modal .getfilterModal-grid .ag-theme-quartz .ag-root.ag-unselectable.ag-layout-normal.ag-body-horizontal-content-no-gap .ag-floating-bottom{height:12px !important}.getFilter_modal .getfilter-subHeader{font-size:16px}.getFilter_modal .modalhelpsearch{width:200px}.couponMaster-subDetails.promoMaster-subDetails .buyFilter-card .buyFiltertabs .list-options{height:calc(var(--usable-height) - 33rem);overflow-y:auto}.buyFilter-card{background-color:#fffbf4;border:1px solid #eadcc4 !important;padding:0px}.buyFilter-card .card-header-buyF{display:flex;align-items:center;gap:15px}.buyFilter-card .card-header-buyF img{width:25px;height:25px;filter:brightness(0)}.buyFilter-card .card-header-buyF h6{font-size:16px;font-weight:700}.buyFilter-card .buyFiltertabs .tabs__nav{margin-bottom:10px}.buyFilter-card .buyFiltertabs .tabs__nav-list{display:flex;list-style:none;background-color:#fff;border-radius:5px;border:1px solid #f8e5c3}.buyFilter-card .buyFiltertabs .tabs__nav-item{padding:5px;cursor:pointer;transition:color .3s ease;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:800}.buyFilter-card .buyFiltertabs .tabs__nav-item span{border:1px solid #ffdb9c;background-color:#fffbe0;box-shadow:0 2px 8px 0 rgba(0,0,0,.2);font-weight:700;width:27px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:5px;line-height:14px}.buyFilter-card .buyFiltertabs .tabs__nav-item.js-active{background-color:#e6c488;transition:all .3s ease;border-radius:5px}.buyFilter-card .buyFiltertabs .tabs__panel{display:none}.buyFilter-card .buyFiltertabs .tabs__panel.js-active{display:block}.buyFilter-card .buyFiltertabs .tabs__panel-card{border:1px solid #ddd;border-radius:6px;padding:16px;margin-bottom:10px;background:#fafafa}.buyFilter-card .buyFiltertabs .tabs__panel-content{font-size:14px;color:#333}.buyFilter-card .buyFiltertabs .list-options{min-height:558px;overflow-y:auto;scrollbar-width:thin}.buyFilter-card .buyFiltertabs .list-options li{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.buyFilter-card .buyFiltertabs .list-options li .checkboxs input~.checkmarks{border-color:#181d1f !important}.buyFilter-card .buyFiltertabs .list-options li label{font-size:14px}.buyFilter-card .buyFiltertabs .list-options li a{font-weight:600;text-decoration:underline !important}.buyFilter-card .buyFiltertabs .list-options li a:hover{transition:.3s ease-in;color:#0083c2 !important;font-weight:700}.buyFilter-card .buyFiltertabs .list-options .Amount-rangeContent{flex-direction:column;align-items:flex-start}.buyFilter-card .buyFiltertabs .list-options .Amount-rangeContent .Amount-rangeContentSection{display:flex;justify-content:start;gap:10px;padding:8px 20px;border:1px solid #eadcc4;border-radius:5px;margin-top:12px;background-color:#fff;width:100%}.buyFilter-card .buyFiltertabs .list-options .Amount-rangeContent .Amount-rangeContentSection label{width:-webkit-fill-available}.giftvoucher-subdetails.promoMaster-subDetails{margin-top:10px}.promoMaster-subDetails{padding:10px 0px;margin-top:5px}.promoMaster-subDetails .buyFilter-card .buyFiltertabs .list-options{height:calc(var(--usable-height) - 29rem);overflow-y:auto;scrollbar-width:none}.promoMaster-subDetails .discount-grid-columnpad{padding-left:10px}.promoMaster-subDetails .branch-allocationHeader{display:flex;justify-content:space-between;align-items:center;margin-top:30px;margin-bottom:10px}.promoMaster-subDetails .branch-allocationHeader h6{font-size:16px;font-weight:800;position:relative;margin-left:10px}.promoMaster-subDetails .branch-allocationHeader h6::before{content:"";position:absolute;left:-8px;top:0px;height:20px;width:3px;background-color:#3d6dd1}.promoMaster-subDetails .discount-grid{height:240px;border:1px solid #eadcc4;border-radius:5px}.promoMaster-subDetails .discount-grid .getfilter_btn{margin:2px 0px;background:#e6c488;color:#212529;padding:0px 5px;border-radius:4px;height:25px;display:flex;justify-content:center;align-items:center;cursor:pointer;border:0px !important;width:100%}.promoMaster-subDetails .discount-grid .getfilter_btn .sign{display:none}.promoMaster-subDetails .discount-grid .getfilter_btn .text{font-weight:600}.promoMaster-subDetails .discount-grid .getfilter_btn:hover{border:0px !important}.promoMaster-subDetails .discount-grid .ag-header{background-color:#fffbf4 !important;border-bottom:1px solid #eadcc4}.promoMaster-subDetails .discount-grid .ag-header-cell{background-color:#fffbf4;border-right-color:#eadcc4 !important}.promoMaster-subDetails .discount-grid .ag-body .ag-cell{border-right-color:#eadcc4 !important}.promoMaster-subDetails .discount-grid .ag-row{border-bottom-color:#eadcc4 !important}.promoMaster-subDetails .branch-allocationgrid{height:250px;border:1px solid #e6e6e6;border-radius:5px}.promoMaster-subDetails .branch-allocationgrid .ag-header-cell{border-right-color:#d5d5d5 !important}.promoMaster-subDetails .branch-allocationgrid .ag-header{border-bottom:1px solid #d5d5d5}.promoMaster-subDetails .branch-allocationgrid .ag-checkbox-input-wrapper::after{border-color:rgba(0,0,0,0) !important;border-radius:3px}.promoMaster-subDetails .branch-allocationgrid .ag-checkbox-input-wrapper{box-shadow:none}.promoMaster-subDetails .checkbox-sectionfooter{background:linear-gradient(50deg, #2f61c9 0%, #83a8f7 100%);padding:10px 10px 5px;margin-top:40px;border-radius:5px}.promoMaster-subDetails .checkbox-sectionfooter .after-sepration{position:relative}.promoMaster-subDetails .checkbox-sectionfooter .after-sepration::after{content:" ";position:absolute;top:0px;right:10px;height:100%;width:1px;background-color:#fff}.promoMaster-subDetails .checkbox-sectionfooter li{list-style:none;margin-bottom:5px}.promoMaster-subDetails .checkbox-sectionfooter li .checkboxs input~.checkmarks{background-color:#fff}.promoMaster-subDetails .checkbox-sectionfooter li .checkboxs .checkmarks:after{border:solid #2661dd;border-width:0 2px 2px 0}.promoMaster-subDetails .checkbox-sectionfooter li label.checkboxs{color:#fff !important}.ComingSoonIllustration{width:400px}.daybookRpt-page .daybookreport-card{overflow-x:auto;padding:0px;border:0px}.daybookRpt-page .daybook-rpt-back-entry td{background-color:#fff2f2 !important;font-weight:800 !important;color:red}.daybookRpt-page .input-card-daybook{border-top-left-radius:0px;border-top-right-radius:0px}.daybookRpt-page .input-card-daybook .header-ledger-btn{justify-content:flex-start}.daybookRpt-page .input-card-daybook .header-ledger-btn button{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);border:0px}.daybookRpt-page .input-card-daybook .header-ledger-btn .sign,.daybookRpt-page .input-card-daybook .header-ledger-btn span{display:block;width:14px;height:14px;margin-bottom:2px}.daybookRpt-page .input-card-daybook .Icon-Full-Btn{padding:4px 8px;gap:4px}.daybookRpt-page .dayBookRpt_fixedFooter ul{display:flex;align-items:center}.daybookRpt-page .dayBookRpt_fixedFooter ul li{border-right:1px solid #dbe0e6;border-bottom:1px solid #dbe0e6;padding:2px 6px;height:30px;word-wrap:break-word;white-space:normal;background:#eff7ff;font-weight:700;font-size:14px}.daybookRpt-page .dayBookRpt_fixedFooter .numeric-field{text-align:right}.daybookRpt-page .fixed-footertableBox{position:fixed;box-sizing:border-box;overflow-x:hidden;overflow-y:hidden;scrollbar-width:none;bottom:63px;border-left:1px solid #ddd;border-top:1px solid #ddd}.daybookRpt-page .fixed-footertableBox .footer-row{width:max-content;display:flex;flex-direction:column}.daybookRpt-page .fixed-footertableBox .footer-row ul{display:flex;align-items:center;padding-right:12px}.daybookRpt-page .fixed-footertableBox .footer-row li{border-right:1px solid #ddd;border-bottom:1px solid #ddd;height:30px;background-color:#f6fbff;padding:0px 6px;display:flex;align-items:center;font-weight:800;color:#212529}.daybookRpt-page .table-card-daybook{overflow-x:auto}.daybookRpt-page .arr_content{height:calc(100vh - 14rem);overflow-y:auto;overflow-x:auto;border:1px solid #ddd}.daybookRpt-page .arr_content .daybookreport-table thead{position:sticky;top:0;z-index:2}.daybookRpt-page .db-rpt-image img{height:30px;width:30px}.daybookRpt-page .db-rpt-image:hover{transform:scale(1.05);cursor:pointer}.daybookRpt-page .db-rpt-noimage img{height:30px;width:30px}.daybookRpt-page .db-rpt-ratebook{background-color:#f2f2f2}.daybookRpt-page .sr-no{vertical-align:top;text-align:right}.daybookRpt-page:has(.daybookrpt_detailView) .fixed-footertableBox .footer-row ul{padding-right:0px}.daybookRpt-page:has(.daybookrpt_detailView) .fixed-footertableBox .footer-row ul li{background:#eff7ff}.add-item:has(.header-DaybookRptDetail){width:100%}.header-DaybookRptDetail{padding:4px;display:flex;justify-content:space-between;align-items:center;width:100%}.daybookrpt_detailViewCard{position:relative;overflow:auto;margin:8px 0px;border:1px solid #dbe0e6;height:calc(var(--usable-height) - 150px);background:#fff}.daybookRpt-page .fixed-footertableBox.dayBookRpt_fixedFooter{border-left:0px}.daybookRpt-page .fixed-footertableBox.dayBookRpt_fixedFooter li:last-child{border-right:0px}.daybookRpt_detailFooter{padding:8px;display:flex;justify-content:space-between;align-items:center;border:1px solid #dbe0e6;border-bottom:0px;box-shadow:0px 0px 10px 1px #e8e8e8}.daybookRpt_detailFooter .secondary_btn{padding:8px 10px !important}.paginationBtn_ledgerDetail{display:flex;align-items:center}.alpDatePickerLedgerRpt{width:160px}.ledgerRptreceipt_listingHeader.receipt_listingHeader{margin:0px 0px 3px}.receipt_listingHeader .alpDatePickerLedgerRpt .react-datepicker__input-container.react-datepicker__view-calendar-icon input{padding-left:25px}.receipt_listingHeader .alpDatePickerLedgerRpt .react-datepicker__input-container.react-datepicker__view-calendar-icon .react-datepicker__calendar-icon{left:33px !important}.daybookrpt_detailView{width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0;text-align:center;overflow-y:auto;border:0px;text-align:left;height:auto}.daybookrpt_detailView tr th:last-child,.daybookrpt_detailView tr td:last-child{border-right:0px}.daybookrpt_detailView thead{position:unset}.daybookrpt_detailView thead th{font-weight:700}.daybookrpt_detailView thead tr:first-child{position:sticky;top:0px;z-index:2}.daybookrpt_detailView .GrossWt{background-color:#fffdf5;font-weight:700}.daybookrpt_detailView .NetWt{background-color:#e7eeff;font-weight:700}.daybookrpt_detailView .FineWt{background-color:#e3ffff;font-weight:700}.daybookrpt_detailView .AdvanceAmount{background-color:#e6f7ed;font-weight:700}.daybookrpt_detailView .OsAmount{background-color:#f6ffeb;font-weight:700}.daybookrpt_detailView tfoot{position:sticky;bottom:0px;z-index:2}.daybookrpt_detailView tfoot td{position:relative}.daybookrpt_detailView tfoot td::before{content:"";position:absolute;top:0px;left:-1px;width:1px;height:100%;background:#dbe0e6}.daybookrpt_detailView tfoot td{border-top:1px solid #dbe0e6;font-weight:800}.daybookrpt_detailView tfoot td,.daybookrpt_detailView thead th{height:30px;background:#eff7ff;font-size:14px;border-right:1px solid #dbe0e6;border-bottom:1px solid #dbe0e6}.daybookrpt_detailView th.numeric-field,.daybookrpt_detailView td.numeric-field{text-align:end}.daybookrpt_detailView .voucher-link{color:#0070bb;font-weight:700}.daybookrpt_detailView th,.daybookrpt_detailView td{border-right:1px solid #dbe0e6;border-bottom:1px solid #dbe0e6;padding:2px 6px;height:30px;word-wrap:break-word;white-space:normal}.daybookrpt_detailView th span,.daybookrpt_detailView td span{word-wrap:break-word;white-space:normal}.daybookrpt_detailView td{height:30px;line-height:25px;font-size:13px;background:#fff;font-weight:600;color:#181d1f}.daybookreport-table{width:fit-content;table-layout:fixed;border-collapse:collapse;border-spacing:0;text-align:center;overflow-x:hidden;overflow-y:auto;border:0px;text-align:left;margin-bottom:60px}.daybookreport-table tr:nth-child(2).even,.daybookreport-table tr:nth-child(1).even{background-color:#fff}.daybookreport-table tr:nth-child(2).even td,.daybookreport-table tr:nth-child(1).even td{font-weight:700}.daybookreport-table .GoldWt{background-color:#fffcf4}.daybookreport-table .SilverWt{background-color:#fbfbfb}.daybookreport-table .PlatinumWt{background-color:#f7f7f7}.daybookreport-table .DiamondWt{background-color:#f2faff}.daybookreport-table .ColorStoneWt{background-color:#fdfdfd}.daybookreport-table .OtherWt{background-color:#fff}.daybookreport-table .GoldGrossWt{background-color:#fff8e1}.daybookreport-table .SilverGrossWt{background-color:#f2f2f2}.daybookreport-table .PlatinumGrossWt{background-color:#e6e6e6}.daybookreport-table .DiamondGrossWt{background-color:#e0f0ff}.daybookreport-table .ColorStoneGrossWt{background-color:#ffefe6}.daybookreport-table .OtherGrossWt{background-color:#f9f9f9}.daybookreport-table td.GooglePay{background:#e2faff}.daybookreport-table td.PhonePay{background:#e2fff0}.daybookreport-table td.Cheque{background:#e2e8ff}.daybookreport-table td.NEFT{background:#fcffe2}.daybookreport-table td.BankTransfer{background:#eeffe2}.daybookreport-table td.numeric-field.SilverFineWt.even{background-color:#f2f2f2}.daybookreport-table td.numeric-field.SilverFineWt.odd{background-color:#fbfbfb}.daybookreport-table td.numeric-field.GoldFineWt.even{background-color:#fff8e1}.daybookreport-table td.numeric-field.GoldFineWt.odd{background-color:#fffcf4}.daybookreport-table .odd{background-color:#fffff8}.daybookreport-table .even{background-color:#fff}.daybookreport-table .numeric-field{text-align:right}.daybookreport-table .numeric-field.voucherAmt{font-weight:800;color:#2f8d2f}.daybookreport-table .db-report-oldurd td:nth-child(n+4),.daybookreport-table .second-row td:nth-child(n+3){background-color:#f0ffef}.daybookreport-table thead{position:unset}.daybookreport-table thead tr:first-child{position:sticky;top:0px;z-index:2}.daybookreport-table thead tr:last-child{position:sticky;top:25px;z-index:3}.daybookreport-table thead tr:last-child th{position:relative}.daybookreport-table thead tr:last-child th::before{content:"";position:absolute;top:-1px;left:0px;width:100%;height:1px;background-color:#d5d5d5}.daybookreport-table thead th{height:25px;background-color:#e5effd;font-weight:800;font-size:13px;border-right:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5}.daybookreport-table tr:has(+tr>.DaybookRpt-bordertopCell) td.DaybookRpt-borderBottomCell{border-bottom:0px}.daybookreport-table th,.daybookreport-table td{border-right:1px solid #ddd;border-bottom:1px solid #ddd;padding:2px 6px;height:28px}.daybookreport-table td{font-size:12px;font-weight:600;color:#181d1f}.daybookreport-table .voucher-link{cursor:pointer;color:#007bff;text-decoration:none;font-weight:500}.daybookreport-table .voucher-link:hover{text-decoration:underline}.daybookreport-table .span-class{vertical-align:top}.daybookreport-table .span-class-bottom{vertical-align:bottom}.cash-bak-tabs.tab-pane.fade{display:none}.cash-bak-tabs.tab-pane.fade.active{display:block}.cash-bak-tabs.tab-pane.fade:not(.active){display:none}.cash-bak-tabs.tab-pane.fade:not(.show){opacity:1}.new_SalesQuotation .inward-purchase-amt .two-block-input button{border-radius:0px 4px 4px 0px !important}.new_SalesQuotation .card_borderRadiusRemoveTabFix .two-block-input input,.new_SalesQuotation .inward-purchase-amt .two-block-input input{padding:.31rem}.new_SalesQuotation .inward-purchase-amt .rateFix-Inward .css-116kd9q-control{border-color:#dbe0e6 !important}.tag_image_upload_page:has(.transaction-footer) .transaction-footer{justify-content:end}.sales_quotation_input .react-datepicker-wrapper.form-control.right_border_remove.input-date{border:0px !important}.tlr_card-paddingB{padding-bottom:0px}.datepicker-seprate-row .date-picker-wrap:has(.form-label){display:grid;grid-template-columns:33.33% 66.66%;row-gap:5px}.datepicker-seprate-row .date-picker-wrap .from_date,.datepicker-seprate-row .date-picker-wrap .to_date{font-size:12px}.datepicker-seprate-row .date-picker-wrap .from_date .date-picker-wrap .react-datepicker__input-container .react-datepicker__view-calendar-icon input,.datepicker-seprate-row .date-picker-wrap .to_date .date-picker-wrap .react-datepicker__input-container .react-datepicker__view-calendar-icon input{font-size:12px}.header-datepicker-seprate-row.header-list-common{margin:0}.tlr_card-paddingB{padding-bottom:0px}.datepicker-seprate-row .date-picker-wrap .from_date,.datepicker-seprate-row .date-picker-wrap .to_date{font-size:12px}.datepicker-seprate-row .date-picker-wrap .from_date .date-picker-wrap .react-datepicker__input-container .react-datepicker__view-calendar-icon input,.datepicker-seprate-row .date-picker-wrap .to_date .date-picker-wrap .react-datepicker__input-container .react-datepicker__view-calendar-icon input{font-size:12px}.header-datepicker-seprate-row .receipt_listingHeader{margin-top:0px}.adv-datePicker-row.datepicker-seprate-row .date-picker-wrap:has(.form-label){display:flex}.upload_video-fit,.video_section-fit{width:30px;height:30px}.webcam-body{position:relative}.webcam-body .webcam-recording-timer{position:absolute;top:15px;left:15px;padding:8px;border-radius:6px;background-color:#fff;color:#181d1f}.image-transaction-form.video-transaction-form video{width:100%;height:100%}.pdc-received-title{font-size:18px;font-weight:700;color:#fff;padding-right:40px;position:relative}.pdc-received-title::after{content:" ";position:absolute;right:0px;height:20px;width:2px;background-color:#fff}.bank-rec-page .voucher-link{cursor:pointer;color:#007bff !important;text-decoration:none;font-weight:600}.bank-rec-page .voucher-link:hover{text-decoration:underline}.bank-rec-page .bankRec-tabs{display:flex;background:#fff;border-radius:8px 8px 0 0;margin-top:0px;overflow:hidden;position:relative;width:auto;border-bottom:1px solid #e7e7e7}.bank-rec-page .bankRec-tabs button{padding:15px 30px;font-size:16px;font-weight:500;color:#88898b;background:none;border:none;cursor:pointer;position:relative;transition:color .3s ease;border-radius:0px}.bank-rec-page .bankRec-tabs button .sign{display:none}.bank-rec-page .bankRec-tabs button:first-child::before{display:none}.bank-rec-page .bankRec-tabs button:before{content:" ";position:absolute;left:0px;width:2px;height:18px;background-color:#ccc}.bank-rec-page .bankRec-tabs button:hover{color:#3282b8}.bank-rec-page .bankRec-tabs button.active{color:#3282b8;border-bottom:0px}.bank-rec-page .bankRec-tabs button.active::after{content:"";position:absolute;bottom:0;left:10px;height:3px;width:0;background:#3282b8;border-radius:2px;animation:grow .3s forwards}@keyframes grow{from{width:0}to{width:calc(100% - 20px)}}.bank-rec-page .bankRec-pageInputsec .searchbtn{padding:6px 10px}.bank-rec-page .bankRec-Header.page-header{margin:0px}.bank-rec-page .bankRec-Header.page-header .inward_tabs_new{height:auto;margin:0px;width:auto}.bank-rec-page .detailWiseGrid,.bank-rec-page .monthWiseGrid,.bank-rec-page .dateWiseGrid{height:calc(var(--usable-height) - 24rem);box-shadow:0px 0px 10px 0px #e3e3e3;margin:0px 5px 10px}.bank-rec-page .unclear-pdcGrid{height:calc(100vh - 19.5rem);border-top:1px solid #dbe0e6}.bank-rec-page .unclear-pdcGrid .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0px !important}.bank-rec-page .unclear-pdcGrid .ag-root.ag-unselectable.ag-layout-normal{border-radius:0px !important}.bank-rec-page .unclear-pdcGrid .ag-grid-list .ag-header,.bank-rec-page .detailWiseGrid .ag-grid-list .ag-header,.bank-rec-page .monthWiseGrid .ag-grid-list .ag-header,.bank-rec-page .dateWiseGrid .ag-grid-list .ag-header{border-bottom:1px solid #dbe0e6}.bank-rec-page .unclear-pdcGrid .ag-grid-list .ag-body .ag-cell,.bank-rec-page .detailWiseGrid .ag-grid-list .ag-body .ag-cell,.bank-rec-page .monthWiseGrid .ag-grid-list .ag-body .ag-cell,.bank-rec-page .dateWiseGrid .ag-grid-list .ag-body .ag-cell{border-right:0px !important}.bank-rec-page .unclear-pdcGrid .ag-grid-list .ag-body .ag-cell .debitAmt-dr,.bank-rec-page .detailWiseGrid .ag-grid-list .ag-body .ag-cell .debitAmt-dr,.bank-rec-page .monthWiseGrid .ag-grid-list .ag-body .ag-cell .debitAmt-dr,.bank-rec-page .dateWiseGrid .ag-grid-list .ag-body .ag-cell .debitAmt-dr{color:red !important}.bank-rec-page .unclear-pdcGrid .ag-grid-list .ag-body .bankRec-openingAmt.ag-cell,.bank-rec-page .detailWiseGrid .ag-grid-list .ag-body .bankRec-openingAmt.ag-cell,.bank-rec-page .monthWiseGrid .ag-grid-list .ag-body .bankRec-openingAmt.ag-cell,.bank-rec-page .dateWiseGrid .ag-grid-list .ag-body .bankRec-openingAmt.ag-cell{background-color:#e7eeff}.bank-rec-page .unclear-pdcGrid .ag-grid-list .ag-body .bankRec-openingAmt.ag-cell .bankRec-opening-data,.bank-rec-page .detailWiseGrid .ag-grid-list .ag-body .bankRec-openingAmt.ag-cell .bankRec-opening-data,.bank-rec-page .monthWiseGrid .ag-grid-list .ag-body .bankRec-openingAmt.ag-cell .bankRec-opening-data,.bank-rec-page .dateWiseGrid .ag-grid-list .ag-body .bankRec-openingAmt.ag-cell .bankRec-opening-data{display:flex;align-items:center;justify-content:end;gap:5px}.bank-rec-page .unclear-pdcGrid .ag-grid-list .ag-body .bankRec-DebitAmt.ag-cell,.bank-rec-page .detailWiseGrid .ag-grid-list .ag-body .bankRec-DebitAmt.ag-cell,.bank-rec-page .monthWiseGrid .ag-grid-list .ag-body .bankRec-DebitAmt.ag-cell,.bank-rec-page .dateWiseGrid .ag-grid-list .ag-body .bankRec-DebitAmt.ag-cell{background-color:#ffebeb}.bank-rec-page .unclear-pdcGrid .ag-grid-list .ag-body .bankRec-CreditAmt.ag-cell,.bank-rec-page .detailWiseGrid .ag-grid-list .ag-body .bankRec-CreditAmt.ag-cell,.bank-rec-page .monthWiseGrid .ag-grid-list .ag-body .bankRec-CreditAmt.ag-cell,.bank-rec-page .dateWiseGrid .ag-grid-list .ag-body .bankRec-CreditAmt.ag-cell{background-color:#e6f7ed}.bank-rec-page .unclear-pdcGrid .ag-grid-list .ag-body .bankRec-balance.ag-cell,.bank-rec-page .detailWiseGrid .ag-grid-list .ag-body .bankRec-balance.ag-cell,.bank-rec-page .monthWiseGrid .ag-grid-list .ag-body .bankRec-balance.ag-cell,.bank-rec-page .dateWiseGrid .ag-grid-list .ag-body .bankRec-balance.ag-cell{background-color:#fffdf5}.bank-rec-page .unclear-pdcGrid .ag-grid-list .ag-body .bankRec-balance.ag-cell .bankRec-balance-data,.bank-rec-page .detailWiseGrid .ag-grid-list .ag-body .bankRec-balance.ag-cell .bankRec-balance-data,.bank-rec-page .monthWiseGrid .ag-grid-list .ag-body .bankRec-balance.ag-cell .bankRec-balance-data,.bank-rec-page .dateWiseGrid .ag-grid-list .ag-body .bankRec-balance.ag-cell .bankRec-balance-data{display:flex;align-items:center;justify-content:end;gap:5px}.bank-rec-page .bank-ourbookDetails.card{padding:0px;border-radius:8px;margin-bottom:10px;display:flex}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section{display:flex;align-items:center;width:fit-content;background-color:#3282b8;border-radius:8px 8px 0px 0px;padding:6px;width:100%}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection{display:flex;flex-direction:flex;align-items:center;gap:40px}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .bank-name{display:flex;align-items:center;gap:12px;position:relative}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .bank-name::after{position:absolute;content:"";right:-20px;height:20px;width:2px;background-color:#90bbd9}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .bank-name .img-section{width:35px;height:35px;border-radius:8px;background-color:#629ec7;display:flex;align-items:center;justify-content:center}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .bank-name .img-section img{width:25px;height:25px}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .bank-name .details{display:flex;flex-direction:column;align-items:start;gap:5px}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .bank-name .details span{font-size:16px;font-weight:700;line-height:18px;color:#fbfbfb}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .bank-name .details span:last-child{font-size:14px;line-height:16px;font-weight:600}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .city-details,.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .branch-details{display:flex;align-items:center;gap:3px;position:relative}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .city-details::after,.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .branch-details::after{position:absolute;content:"";right:-20px;height:20px;width:2px;background-color:#90bbd9}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .city-details img,.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .branch-details img{width:25px;height:25px}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .city-details span,.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .branch-details span{font-size:16px;font-weight:600;color:#fbfbfb}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .city-details{padding-right:20px;border-right:1px solid #fff}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-balance{position:relative;display:flex;flex-direction:column;align-items:end;border-bottom-right-radius:8px;border-top-right-radius:8px;margin-left:40px}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-balance span{font-size:14px;font-weight:medium;color:#fbfbfb}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-balance span:nth-child(2){font-size:18px;text-align:end;font-weight:800}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-balance span:nth-child(2) span{font-size:18px;text-align:end;font-weight:800;margin-left:5px}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-balance .circle{content:"";position:absolute;top:-25px;right:-25px;width:50px;height:50px;border-radius:50%;background-color:hsla(0,0%,100%,.1803921569)}.bank-rec-page .bank-rec-body{padding:5px 5px 0px}.bank-rec-page .bank-rec-body .tabbed ul li{margin:5px 5px 0px;padding:5px 20px;font-size:14px;position:relative}.bank-rec-page .bank-rec-body .tabbed ul li:hover{padding-top:2px;padding-bottom:3px}.bank-rec-page .bank-rec-body .tabbed ul li::before{position:absolute;content:"";left:-10px;width:2px;height:16px;background:#bfc6e9;margin-top:2px}.bank-rec-page .bank-rec-body .tabbed ul li:first-child::before{width:0px}.bank-rec-page .bank-rec-body .tabbed ul li.active{box-shadow:0px 0px 10px 0px #e3e3e3}.bank-rec-page .bank-rec-body .tabbed ul li.active:hover{margin:5px 5px 0px;padding:5px 20px}.bank-rec-page .bank-rec-body .tabbed ul li.active::before{display:none}.bank-rec-page .bank-rec-body .tabbed ul li.active+li::before{display:none}.bank-rec-page .bank-rec-body .tab-content{margin:0px 5px}.cashbook-closingBal{display:flex;align-items:center}.cashbook-closingBal .amt{font-size:14px;font-weight:800;margin-left:auto}.cashbook-closingBal .amt span{font-weight:500;margin-right:5px}.cashbook-closingBal .amt-cr{color:red;font-weight:800}.cashbook-closingBal .amt-dr{color:green;font-weight:800}.cashbook-closingBal span{font-weight:800 !important;font-size:16px !important}.cashbook-closingBal span:first-child{margin-right:10px}.cashbook-closingBal span:last-child{margin-left:3px}.monthWiseGrid.CashBook{height:calc(100vh - 20rem)}.bank-rec-listview.cashbook .bank-rec-cards{height:calc(var(--usable-height) - 27rem)}.page-wrapper:has(.bank-rec-listview) .tab-pane .card{padding:5px}.page-wrapper:has(.bank-rec-listview) .header-recepitfield.header-list-common{border-bottom:1px solid #dbe0e6;padding:7px;margin:0px}.bank-rec-listview{background-color:#fff;padding:15px}.bank-rec-listview .bank-rec-listViewHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.bank-rec-listview .bank-rec-listViewHeader h4{font-size:20px;font-weight:800;display:flex;gap:10px;align-items:center}.bank-rec-listview .bank-rec-listViewHeader span{font-size:16px;display:flex;gap:5px;align-items:center;font-weight:800}.bank-rec-listview .bank-rec-listViewHeader span span{color:#2f61c9}@keyframes wiggle{from{transform:translateY(-50%) translateX(0)}to{transform:translateY(-50%) translateX(-20px)}}@keyframes floatArrow{0%,100%{transform:translateX(0) scale(1)}50%{transform:translateX(6px) scale(1.1)}}.bank-rec-listview .bankCard-arrow{overflow-x:visible}.bank-rec-listview .bank-rec-cards{position:relative;height:calc(100vh - 33rem);overflow-y:auto;scrollbar-width:none;overflow-x:hidden}.bank-rec-listview .bank-rec-cards ul{display:flex;flex-direction:column;gap:10px}.bank-rec-listview .bank-rec-cards .card-section{border-radius:8px;border:1px solid #b5cdff;background:conic-gradient(from 260deg at 50% 52.19%, #fbfcff 0deg, #f2f5ff 360deg);padding:15px 42px 15px 15px}.bank-rec-listview .bank-rec-cards .card-section .bank-details{display:flex;align-items:start;gap:10px}.bank-rec-listview .bank-rec-cards .card-section .bank-details .cardNumber{font-size:15px;font-weight:800;padding:12px}.bank-rec-listview .bank-rec-cards .card-section .bank-details .detail-section{display:flex;align-items:start;flex-direction:column}.bank-rec-listview .bank-rec-cards .card-section .bank-details .detail-section .detail-section-img{display:flex;align-items:center;gap:10px;margin-bottom:8px}.bank-rec-listview .bank-rec-cards .card-section .bank-details .detail-section .detail-section-img .bank-img-icon{border-radius:4px;border:1px solid #b5cdff;background:#fff;min-width:46px;max-width:46px;height:46px;display:flex;align-items:center;justify-content:center}.bank-rec-listview .bank-rec-cards .card-section .bank-details .detail-section .detail-section-img h3{font-size:16px}.bank-rec-listview .bank-rec-cards .card-section .bank-details .detail-section .accountNo,.bank-rec-listview .bank-rec-cards .card-section .bank-details .detail-section .branch,.bank-rec-listview .bank-rec-cards .card-section .bank-details .detail-section .city{font-weight:600;font-size:14px}.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section{display:flex;flex-direction:column;gap:5px}.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .ourbookbal-section,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .unclearbal-section,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .bankclearbal-section,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .pdccheckIssue-section{display:flex;justify-content:space-between;align-items:center;gap:5px;padding:5px;border-radius:4px;cursor:pointer}.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .ourbookbal-section .title,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .unclearbal-section .title,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .bankclearbal-section .title,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .pdccheckIssue-section .title{font-size:14px;font-weight:700}.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .ourbookbal-section .amt,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .unclearbal-section .amt,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .bankclearbal-section .amt,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .pdccheckIssue-section .amt{font-size:14px;font-weight:800;margin-left:auto}.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .ourbookbal-section .amt span,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .unclearbal-section .amt span,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .bankclearbal-section .amt span,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .pdccheckIssue-section .amt span{font-weight:500;margin-right:5px}.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .ourbookbal-section .amt-cr,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .unclearbal-section .amt-cr,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .bankclearbal-section .amt-cr,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .pdccheckIssue-section .amt-cr{color:red;font-weight:800}.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .ourbookbal-section .amt-dr,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .unclearbal-section .amt-dr,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .bankclearbal-section .amt-dr,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .pdccheckIssue-section .amt-dr{color:green;font-weight:800}.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .ourbookbal-section .pdccheckIssue-drsection,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .unclearbal-section .pdccheckIssue-drsection,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .bankclearbal-section .pdccheckIssue-drsection,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .pdccheckIssue-section .pdccheckIssue-drsection{visibility:hidden}.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .ourbookbal-section{background-color:#e8f9f0;border:1px solid #aee2c6}.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .unclearbal-section{border:1px solid #e6dae6;background:#fbf0fb}.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .bankclearbal-section{border:1px solid #89dbde;background:#dcf5f6}.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .pdccheckIssue-section{border:1px solid #e8d6b2;background:#faf2e2}.bank-rec-listview .totalSummary{position:relative;border-radius:8px;background:linear-gradient(89deg, #ffffff 0.08%, #dde5ff 99.92%);padding:5px;margin-top:10px}.bank-rec-listview .totalSummary .total-summary-img{position:absolute;left:-10px;top:-25px;width:250px}.bank-rec-listview .totalSummary .total-summary{display:flex;justify-content:end;align-items:center}.bank-rec-listview .totalSummary .total-summary span{font-size:18px;font-weight:800}.bank-rec-listview .totalSummary table{width:100%}.bank-rec-listview .totalSummary table tr{background-color:#fff;border-bottom:1px solid #e6e6e6}.bank-rec-listview .totalSummary table th{font-size:16px;font-weight:600;padding:5px}.bank-rec-listview .totalSummary table td{font-size:16px;font-weight:700;text-align:right;padding:5px}.bank-rec-listview .totalSummary table td:last-child{font-size:15px;border-left:1px solid #e6e6e6;text-align:center}.bank-rec-listview .totalSummary table td.amt-dr{color:#1fa346}.bank-rec-listview .totalSummary table td.amt-cr{color:red}.bank-rec-listview .pdc-check-receipt-footer{display:flex;align-items:center;gap:15px;background:conic-gradient(from 266deg at 50% 52.19%, #fbfcff 0deg, #f2f5ff 360deg);border-radius:8px;border:1px solid #b5cdff;padding:15px 50px 15px 15px;margin-top:10px;cursor:pointer;position:relative}.bank-rec-listview .pdc-check-receipt-footer h3,.bank-rec-listview .pdc-check-receipt-footer span{font-size:22px;font-weight:800}.bank-rec-listview .pdc-check-receipt-footer span:nth-child(2){margin-left:auto}.bank-rec-listview .pdc-check-receipt-footer span.amt-dr{color:#1fa346}.bank-rec-listview .pdc-check-receipt-footer span.amt-cr{color:red}.bank-rec-listview .pdc-check-receipt-footer .pdcSideArrow-img{position:absolute;right:-30px;top:50%;transform:translateY(-50%);animation:wiggle 1s ease-in-out infinite alternate}@keyframes wiggle{from{transform:translateY(-50%) translateX(0)}to{transform:translateY(-50%) translateX(-20px)}}.report_loader .loader-container-app{height:auto;padding:30px}.itemdetailwise-sr table.daybookreport-table thead tr:first-child{position:sticky;top:0px}.itemdetailwise-sr .sr_amountType.numeric-field{border-left:0px}.itemdetailwise-sr .sr_amountType{font-weight:700;font-size:14px}.itemdetailwise-sr .sr_voucherwise_subtotalrow .ag-cell{background-color:#fff !important;font-weight:700;font-size:14px}.itemdetailwise-sr .ag-theme-quartz.transaction_theme-tablecolor .ag-floating-bottom{background-color:#e6f6ff !important}.itemdetailwise-sr .ag-floating-bottom{height:35px !important;min-height:35px !important;border-top:1px solid #afafaf !important}.itemdetailwise-sr .ag-floating-bottom .ag-row{height:35px !important}.itemdetailwise-sr .ag-floating-bottom-viewport .ag-cell{font-weight:800 !important}.itemdetailwise-sr .ag-floating-bottom-viewport .goldwt_sr.ag-cell,.itemdetailwise-sr .goldwt_sr{background-color:#fffbec !important;font-weight:700}.itemdetailwise-sr .ag-floating-bottom-viewport .goldfinewt_sr.ag-cell,.itemdetailwise-sr .goldfinewt_sr{background-color:#fffcf4 !important;font-weight:700}.itemdetailwise-sr .ag-floating-bottom-viewport .silverwt_sr.ag-cell,.itemdetailwise-sr .silverwt_sr{background-color:#f2f2f2 !important;font-weight:700}.itemdetailwise-sr .ag-floating-bottom-viewport .silverfinewt_sr.ag-cell,.itemdetailwise-sr .silverfinewt_sr{background-color:#fbfbfb !important;font-weight:700}.itemdetailwise-sr .ag-floating-bottom-viewport .platinumwt_sr.ag-cell,.itemdetailwise-sr .platinumwt_sr{background-color:#e6e6e6 !important;font-weight:700}.itemdetailwise-sr .ag-floating-bottom-viewport .platinumfinewt_sr.ag-cell,.itemdetailwise-sr .platinumfinewt_sr{background-color:#f7f7f7 !important;font-weight:700}.itemdetailwise-sr .ag-floating-bottom-viewport .dimondwt_sr.ag-cell,.itemdetailwise-sr .dimondwt_sr{background-color:#e7f3ff !important;font-weight:700}.itemdetailwise-sr .ag-floating-bottom-viewport .dimondfinewt_sr.ag-cell,.itemdetailwise-sr .dimondfinewt_sr{background-color:#f2faff !important;font-weight:700}.itemdetailwise-sr .ag-floating-bottom-viewport .colorstonewt_sr.ag-cell,.itemdetailwise-sr .colorstonewt_sr{background-color:#ffefe6 !important;font-weight:700}.itemdetailwise-sr .ag-floating-bottom-viewport .colorstonefinewt_sr.ag-cell,.itemdetailwise-sr .colorstonefinewt_sr{background-color:#fffaf7 !important;font-weight:700}.itemdetailwise-sr .ag-floating-bottom-viewport .otherwt_sr.ag-cell,.itemdetailwise-sr .otherwt_sr{background-color:#f5f5f5 !important;font-weight:700}.itemdetailwise-sr .ag-floating-bottom-viewport .otherfinewt_sr.ag-cell,.itemdetailwise-sr .otherfinewt_sr{background-color:#fbfbfb !important;font-weight:700}.itemdetailwise-sr .totalamt_sr{background-color:#e6f7ed !important;font-weight:700}.Sales-Report{padding-bottom:20px}.Sales-Report:has(.salesReport-Tabletabs.Item) .salesReport-Grid table colgroup .tableItem{width:250px}.Sales-Report:has(.salesReport-Tabletabs.Item) .salesReport-Grid table colgroup .tableSalesMan{width:400px}.Sales-Report table:has(.item-table.Item) .retail-sales{text-align:start}.Sales-Report table:has(.item-table.Item) tr td:first-child:not(:has(img)){text-align:start}.Sales-Report .salesReport-Grid table.Sales_Ageing td,.Sales-Report .salesReport-Grid table.customerWiseSales:has(.salesReport-Tabletabs) td{height:32px}.salesRegister-Page .sidemenu_hide_show{top:15px}.card:has(.itemdetailwise-sr){padding:0px}.card:has(.itemdetailwise-sr) .salesReport-Card{padding:8px}.itemdetailwise-sr:has(.daybookreport-table){height:calc(var(--usable-height) - 13rem);padding:0px;overflow:auto}.itemdetailwise-sr:has(.daybookreport-table) thead tr:first-child{position:sticky;top:0px;z-index:2}.itemdetailwise-sr:has(.daybookreport-table) thead tr:first-child th{position:relative;border-bottom:0px !important}.itemdetailwise-sr:has(.daybookreport-table) thead tr:first-child th::after{content:"";position:absolute;bottom:0px;left:0px;height:1px;width:100%;background-color:#ddd}.itemdetailwise-sr:has(.daybookreport-table) thead tr:last-child{position:sticky;top:25px;z-index:2}.itemdetailwise-sr:has(.daybookreport-table) thead tr:last-child th{position:relative;border-bottom:0px !important}.itemdetailwise-sr:has(.daybookreport-table) thead tr:last-child th::after{content:"";position:absolute;bottom:0px;left:0px;height:1px;width:100%;background-color:#ddd}.itemdetailwise-sr:has(.daybookreport-table) .borderbottom-row-highlight{position:relative}.itemdetailwise-sr:has(.daybookreport-table) .borderbottom-row-highlight td{border-bottom:0px !important}.itemdetailwise-sr:has(.daybookreport-table) .borderbottom-row-highlight::after{content:"";position:absolute;bottom:-0.5px;left:0px;width:100%;height:1px;background-color:#838c99}.sales-register-tableTopHeader .inward_tabs_new .page-headerName{order:1}.sales-register-tableTopHeader .inward_tabs_new .submenu_dropdowns{order:2}.sales-register-tableTopHeader .inward_tabs_new .flex-basis-sr{order:3}.sales-register-tableTopHeader .inward_tabs_new .sales-register.Sales-Report{order:4}.sales-register-tableTopHeader .inward_tabs_new .header-new-btn{order:5}.sales-register.Sales-Report{display:flex;align-items:center;flex-direction:row;justify-content:end;padding-bottom:0px;width:auto}.sales-register.Sales-Report .salesReport-tabs.inward_tabs_new{height:54px}table:has(.showIllustration.sales-register-itemwise) tbody{height:300px}table:has(.showIllustration.sales-register-itemwise) tbody td{text-align:center}table:has(.showIllustration.sales-register-itemwise) tbody .showIllustration img{width:200px;height:200px}table:has(.showIllustration.sales-register-itemwise) tbody .showIllustration h1{color:#b8b8b8}.page-header .inward_tabs_new:has(.sales-register.Sales-Report){height:auto}.table-top_header .salesReport-Header.page-header{padding:0px}.sales-register.Sales-Report .salesReport-Header{border:0px}.Sales-Report .echarts-for-react{height:190px !important}.Sales-Report .modal-body .echarts-for-react{height:100% !important}.Sales-Report .sales-invoice-row td{box-shadow:0px -1px 0px 0px #80cdc7}.Sales-Report .retail-sales-return-row td{box-shadow:0px -1px 0px 0px #b9b6ef}.Sales-Report .sales-invoice-return-row td{box-shadow:0px -1px 0px 0px #e4adad}.Sales-Report .Wholesale-sales-row td{box-shadow:0px -1px 0px 0px #e69dad}.Sales-Report .Wholesale-sales-return-row td{box-shadow:0px -1px 0px 0px #94bda4}.Sales-Report .retail-sales{background-color:#f0fdfc;color:#0d9488;border:1px solid #0d9488 !important;border-top:0px !important}.Sales-Report .sales-invoice{background-color:#efeeff;color:#7269dd;border-right:1px solid #7269dd !important;border-left:1px solid #7269dd !important}.Sales-Report .retail-sales-return{background-color:#ddedff;color:#0071ea;border-right:1px solid #0071ea !important;border-left:1px solid #0071ea !important}.Sales-Report .sales-invoice-return{background-color:#ffe6eb;color:#d8274d;border-right:1px solid #d8274d !important;border-left:1px solid #d8274d !important}.Sales-Report .Wholesale-sales{background-color:#e6ffe4;color:#068207;border-right:1px solid #068207 !important;border-left:1px solid #068207 !important}.Sales-Report .Wholesale-sales-return{background-color:#fdf8dd;color:#af9a24;border-right:1px solid #af9a24 !important;border-left:1px solid #af9a24 !important;border-bottom:1px solid #af9a24 !important}.Sales-Report .graph-branchDaybook{border-right:0px}.Sales-Report .SR_card_section_scrollEffect:has(.SR_cardSection_Mobile_scrollable_scrolled) .SR_header_section{position:relative;box-shadow:0 7px 15px -15px #000;z-index:1}.Sales-Report .page-header .inward_tabs_new{height:auto;margin:0px;width:auto}.Sales-Report .page-header .inward_tabs_new .submenu_dropdowns .submenu_field{padding:6px 40px}.Sales-Report .page-header .inward_tabs_new .submenu_dropdowns{padding:6px}.Sales-Report .sales-report-titleTabs{display:flex;gap:5px;align-items:center}.Sales-Report .salesReport-Header{display:flex;align-items:center;justify-content:start;margin-bottom:0px;gap:5px;background-color:#fff;border:1px solid #dbe0e6;border-radius:8px 8px 0px 0px}.Sales-Report .salesReport-Header .salesReport-title{display:flex;padding:5px 8px;justify-content:start;align-items:center;gap:10px}.Sales-Report .salesReport-Header .salesReport-title h4{font-size:18px}.Sales-Report .salesReport-Header .salesReport-title img{width:35px;height:35px}.Sales-Report .salesReport-Header .amtWeight-chooser{background:#fff;padding:2px 10px;border-radius:8px;display:flex;align-items:center;margin-left:auto}.Sales-Report .salesReport-Header .breadcumb-amt{margin-right:25px;position:relative}.Sales-Report .salesReport-Header .breadcumb-amt::after{content:"";position:absolute;right:-15px;height:22px;width:2px;background-color:#cfdcf7}.Sales-Report .salesReport-Header .breadcumb-amt,.Sales-Report .salesReport-Header .breadcumb-weight{display:flex;align-items:center;gap:12px}.Sales-Report .salesReport-Header .breadcumb-amt h6,.Sales-Report .salesReport-Header .breadcumb-weight h6{font-weight:700;font-size:15px;color:#181d1f}.Sales-Report .salesReport-Header .breadcumb-amt .amt-items,.Sales-Report .salesReport-Header .breadcumb-amt .weight-items,.Sales-Report .salesReport-Header .breadcumb-weight .amt-items,.Sales-Report .salesReport-Header .breadcumb-weight .weight-items{display:flex;justify-content:center;gap:8px;align-items:center}.Sales-Report .salesReport-Header .breadcumb-amt .amt-items li span:focus,.Sales-Report .salesReport-Header .breadcumb-amt .weight-items li span:focus,.Sales-Report .salesReport-Header .breadcumb-weight .amt-items li span:focus,.Sales-Report .salesReport-Header .breadcumb-weight .weight-items li span:focus{box-shadow:none;background-color:#e6eeff;border-radius:8px}.Sales-Report .salesReport-Header .breadcumb-amt .amt-items li span:focus:hover,.Sales-Report .salesReport-Header .breadcumb-amt .weight-items li span:focus:hover,.Sales-Report .salesReport-Header .breadcumb-weight .amt-items li span:focus:hover,.Sales-Report .salesReport-Header .breadcumb-weight .weight-items li span:focus:hover{color:#181d1f}.Sales-Report .salesReport-Header .breadcumb-amt .amt-items li,.Sales-Report .salesReport-Header .breadcumb-amt .weight-items li,.Sales-Report .salesReport-Header .breadcumb-weight .amt-items li,.Sales-Report .salesReport-Header .breadcumb-weight .weight-items li{display:flex;flex-direction:column;align-items:center;margin:3px 0px;padding:5px 10px;border:1px solid #cbcbcb;border-radius:8px;position:relative;cursor:pointer}.Sales-Report .salesReport-Header .breadcumb-amt .amt-items li span,.Sales-Report .salesReport-Header .breadcumb-amt .weight-items li span,.Sales-Report .salesReport-Header .breadcumb-weight .amt-items li span,.Sales-Report .salesReport-Header .breadcumb-weight .weight-items li span{font-size:14px;line-height:16px}.Sales-Report .salesReport-Header .breadcumb-amt .amt-items li span:first-child,.Sales-Report .salesReport-Header .breadcumb-amt .weight-items li span:first-child,.Sales-Report .salesReport-Header .breadcumb-weight .amt-items li span:first-child,.Sales-Report .salesReport-Header .breadcumb-weight .weight-items li span:first-child{font-weight:800;color:#305fc3}.Sales-Report .salesReport-Header .breadcumb-amt .amt-items li:hover,.Sales-Report .salesReport-Header .breadcumb-amt .weight-items li:hover,.Sales-Report .salesReport-Header .breadcumb-weight .amt-items li:hover,.Sales-Report .salesReport-Header .breadcumb-weight .weight-items li:hover{background:#fffaf0;border-color:#f5e1a8}.Sales-Report .salesReport-Header .breadcumb-amt .amt-items li.active,.Sales-Report .salesReport-Header .breadcumb-amt .weight-items li.active,.Sales-Report .salesReport-Header .breadcumb-weight .amt-items li.active,.Sales-Report .salesReport-Header .breadcumb-weight .weight-items li.active{background-color:#e6eeff;border-color:#6991e3}.Sales-Report .salesReport-Header .breadcumb-amt .amt-items li.active:after,.Sales-Report .salesReport-Header .breadcumb-amt .weight-items li.active:after,.Sales-Report .salesReport-Header .breadcumb-weight .amt-items li.active:after,.Sales-Report .salesReport-Header .breadcumb-weight .weight-items li.active:after{content:"✔";position:absolute;top:-6px;right:-6px;background-color:#305fc3;border-radius:50%;padding:1px 5px;color:#fff;font-size:9px}.Sales-Report .salesReport-Card{background-color:#fff;border:1px solid #dbe0e6;border-top:0px;border-radius:0px 0px 8px 8px;padding:8px 8px 8px 8px;margin:0px}.Sales-Report .salesReport-Card .form-control{height:32px !important}.Sales-Report .salesReport-Card .react-select.from-control.T__control.css-116kd9q-control{height:32px !important}.Sales-Report .salesReport-Card .react-select.from-control__control.css-116kd9q-control{height:32px !important}.Sales-Report .salesReport-Card .dropdown-arrow .react-select.from-control__indicators.css-1cll6hx{height:30px !important}.Sales-Report .salesReport-Card .daybook-customdropdown-option .react-select.from-control__control.react-select.from-control__control--is-focused.css-tqczc6-control{height:32px !important}.Sales-Report .salesReport-Card .css-pr98g2{margin:0px !important;font-weight:600}.Sales-Report .salesReport-Card .date-picker-wrap .react-datepicker__input-container .react-datepicker__calendar-icon,.Sales-Report .salesReport-Card .css-1qk9yum,.Sales-Report .salesReport-Card .react-select.from-control.T__control.css-tqczc6-control{height:30px !important}.Sales-Report .salesReport-Grid.card{border-radius:8px;padding:10px;scrollbar-width:none;margin-top:20px}.Sales-Report .salesReport-Grid.card table{border-top:1px solid #e6e6e6}.Sales-Report .salesReport-Grid:has(.dropdown-card) .dropdown-card{padding:10px 10px 5px}.Sales-Report .salesReport-Grid .table-wrapper .table-wrapper-scroll{height:calc(100vh - 50rem);overflow-y:auto}.Sales-Report .salesReport-Grid .table-wrapper .table-wrapper-scroll table thead{position:sticky;top:0}.Sales-Report .salesReport-Grid .table-wrapper{overflow-x:auto}.Sales-Report .salesReport-Grid table:has(.SalesMan) tbody td{box-shadow:none !important}.Sales-Report .salesReport-Grid table:has(.SalesMan) tbody .retail-sales,.Sales-Report .salesReport-Grid table:has(.SalesMan) tbody .sales-invoice,.Sales-Report .salesReport-Grid table:has(.SalesMan) tbody .retail-sales-return,.Sales-Report .salesReport-Grid table:has(.SalesMan) tbody .sales-invoice-return,.Sales-Report .salesReport-Grid table:has(.SalesMan) tbody .Wholesale-sales,.Sales-Report .salesReport-Grid table:has(.SalesMan) tbody .Wholesale-sales-return{background-color:#fff;border-color:#dbe0e6 !important;color:#181818;text-align:start;padding:10px 20px}.Sales-Report .salesReport-Grid table:has(.SalesMan) tbody .retail-sales img,.Sales-Report .salesReport-Grid table:has(.SalesMan) tbody .sales-invoice img,.Sales-Report .salesReport-Grid table:has(.SalesMan) tbody .retail-sales-return img,.Sales-Report .salesReport-Grid table:has(.SalesMan) tbody .sales-invoice-return img,.Sales-Report .salesReport-Grid table:has(.SalesMan) tbody .Wholesale-sales img,.Sales-Report .salesReport-Grid table:has(.SalesMan) tbody .Wholesale-sales-return img{width:40px;height:40px}.Sales-Report .salesReport-Grid table:has(.SalesMan) tbody .retail-sales span,.Sales-Report .salesReport-Grid table:has(.SalesMan) tbody .sales-invoice span,.Sales-Report .salesReport-Grid table:has(.SalesMan) tbody .retail-sales-return span,.Sales-Report .salesReport-Grid table:has(.SalesMan) tbody .sales-invoice-return span,.Sales-Report .salesReport-Grid table:has(.SalesMan) tbody .Wholesale-sales span,.Sales-Report .salesReport-Grid table:has(.SalesMan) tbody .Wholesale-sales-return span{margin-left:15px;font-size:16px;font-weight:700}.Sales-Report .salesReport-Grid table:has(.showIllustration) tbody{height:300px}.Sales-Report .salesReport-Grid table:has(.showIllustration) tbody .showIllustration img{width:200px;height:200px}.Sales-Report .salesReport-Grid table:has(.showIllustration) tbody .showIllustration h1{color:#b8b8b8}.Sales-Report .salesReport-Grid table:has(.item-table) tbody:has(tr:nth-child(4):last-child) td{height:45px}.Sales-Report .salesReport-Grid table:has(.item-table) tbody:has(tr:nth-child(2):last-child) td{height:90px}.Sales-Report .salesReport-Grid .dropdown-card{display:flex;align-items:center;gap:20px}.Sales-Report .salesReport-Grid .dropdown-card .dropdown-opengrid-common.css-b62m3t-container{width:auto}.Sales-Report .salesReport-Grid .dropdown-card span{font-size:14px;font-weight:700}.Sales-Report .salesReport-Grid:not(:has(.customer-header)) .cust-designerWise{max-width:1530px}.Sales-Report .salesReport-Grid .salesrpt_setting_btn{display:flex;align-items:center;justify-content:space-between;max-width:597px}.Sales-Report .salesReport-Grid .salesrpt_setting_btn button{border:1px solid #3282b8 !important;background:#f0f8ff}.Sales-Report .salesReport-Grid .salesrpt_setting_btn button svg{width:20px;color:#3282b8}.Sales-Report .salesReport-Grid .salesrpt_setting_btn button:hover{background-color:#3282b8}.Sales-Report .salesReport-Grid .salesrpt_setting_btn button:hover svg{color:#fff}.Sales-Report .salesReport-Grid .SalesReport_SalesMan{display:flex;align-items:center;justify-content:space-between;max-width:1260px}.Sales-Report .salesReport-Grid .cust-designerWise{display:flex;align-items:center;justify-content:space-between;max-width:1630px}.Sales-Report .salesReport-Grid .salesrpt-table-header{padding:8px;display:flex;gap:15px;align-items:center}.Sales-Report .salesReport-Grid .salesrpt-table-header h4{font-size:17px;font-weight:700}.Sales-Report .salesReport-Grid .salesrpt-table-header img{width:35px;height:35px}.Sales-Report .salesReport-Grid table{width:fit-content;table-layout:fixed;border-collapse:separate;border-spacing:0;text-align:center;overflow-x:auto;overflow-y:auto}.Sales-Report .salesReport-Grid table:hover{cursor:pointer}.Sales-Report .salesReport-Grid table .branch-graph,.Sales-Report .salesReport-Grid table .daybook-graph{width:175px;height:150px}.Sales-Report .salesReport-Grid table th,.Sales-Report .salesReport-Grid table td{border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;padding:0px 6px;height:30px}.Sales-Report .salesReport-Grid table thead th{height:25px;background-color:#f6f8ff;font-weight:800}.Sales-Report .salesReport-Grid table .rightArrow-rowEnd{position:absolute}.Sales-Report .salesReport-Grid table table{margin-top:10px;border-top:1px solid #e6e6e6}.Sales-Report .salesReport-Grid table table:first-child{margin-top:0px}.Sales-Report .salesReport-Grid table tbody tr.active-row:nth-child(1),.Sales-Report .salesReport-Grid table tbody tr.active-row:nth-child(3),.Sales-Report .salesReport-Grid table tbody tr.active-row:nth-child(5){position:relative}.Sales-Report .salesReport-Grid table tbody tr.active-row:nth-child(1)::after,.Sales-Report .salesReport-Grid table tbody tr.active-row:nth-child(3)::after,.Sales-Report .salesReport-Grid table tbody tr.active-row:nth-child(5)::after{cursor:pointer;content:"";position:absolute;right:-30px;top:100%;transform:translateY(-50%) scale(0.2);width:8px;height:8px;border-radius:50%;background:rgba(230,57,70,.5);opacity:0;animation:circleExpand 2s ease-out infinite}.Sales-Report .salesReport-Grid tbody td{font-weight:700}.Sales-Report .salesReport-Grid .bill-amt{font-weight:800}.Sales-Report .salesReport-Grid .discount-amt{color:#13a606;font-weight:800}.Sales-Report .salesReport-Grid .text-darkGreen{color:#917b00}.Sales-Report .salesReport-Grid .text-darkBlue{color:#0488ca}.Sales-Report .salesReport-Grid .return-value-row td{box-shadow:0px -1px 0px 0px #dbacac}.Sales-Report .salesReport-Grid .net-sales-row td{box-shadow:0px -1px 0px 0px #40b179}.Sales-Report .salesReport-Grid .net-salesbg td{background-color:#edfff6;color:#1fa346}.Sales-Report .salesReport-Grid .salesReport-Tabletabs{display:flex;justify-content:space-evenly;align-items:center}.Sales-Report .salesReport-Grid .salesReport-Tabletabs button{border-radius:0px;border:0px;background-color:rgba(0,0,0,0);font-size:15px;font-weight:800;border-bottom:2px solid #929292;height:fit-content;padding:5px 8px}.Sales-Report .salesReport-Grid .salesReport-Tabletabs button.active{color:#345ade;border-bottom-color:#345ade}.Sales-Report .salesReport-Grid .bg-salesValue-colored{position:relative;background:linear-gradient(45deg, #2ba3eb 38%, #82c9f5 100%);color:#fff;text-align:start;font-weight:800}.Sales-Report .salesReport-Grid .bg-salesValue-colored span{display:flex;align-items:center}.Sales-Report .salesReport-Grid .bg-salesValue-colored span img{margin:0px 3px;width:14px;height:14px}.Sales-Report .salesReport-Grid .bg-salesValue-colored .icon-img-td{position:absolute;right:-2px;bottom:0px;width:35px;height:35px}.Sales-Report .salesReport-Grid .bg-salesReturn-colored{position:relative;background:linear-gradient(45deg, #ff5757 0%, #ffa39f 100%);color:#fff;text-align:start;font-weight:800}.Sales-Report .salesReport-Grid .bg-salesReturn-colored span{display:flex;align-items:center}.Sales-Report .salesReport-Grid .bg-salesReturn-colored span img{margin:0px 3px;width:14px;height:14px;rotate:180deg}.Sales-Report .salesReport-Grid .bg-salesReturn-colored .icon-img-td{position:absolute;right:0px;bottom:0px;width:35px;height:35px}.Sales-Report .salesReport-Grid .bg-salesNet-colored{position:relative;background:linear-gradient(45deg, #40ca86 39%, #82dbaf 100%);color:#fff !important;text-align:start;font-weight:800}.Sales-Report .salesReport-Grid .bg-salesNet-colored .icon-img-td{position:absolute;right:0px;bottom:0px;width:35px;height:35px}.Sales-Report img{width:16px;height:16px}.salesReport-itemList .header-itemList{display:flex;align-items:center;justify-content:space-between;padding:10px 0px;gap:20px}.salesReport-itemList .header-itemList .ItemList-dropdown{display:flex;align-items:center;gap:15px}.salesReport-itemList .header-itemList .itemList-title{display:flex;align-items:center;gap:10px}.salesReport-itemList .header-itemList .itemList-title h4{font-size:18px}.salesReport-itemList .header-itemList .search-box{position:relative;margin-left:auto}.salesReport-itemList .header-itemList .search-box input{height:32px !important;width:225px;border-radius:8px;border:1px solid #b5cdff !important;background-color:#fbfcff !important}.salesReport-itemList .header-itemList .search-box input::placeholder{color:#969696 !important;font-weight:700 !important}.salesReport-itemList .header-itemList .search-box input:focus{border-color:#84abff !important}.salesReport-itemList .header-itemList .search-box input:focus::placeholder{color:#333 !important}.salesReport-itemList .header-itemList .search-box svg{position:absolute;right:10px;top:7px;width:16px;height:16px}.salesReport-itemList .header-itemList .sortBy-btn .react-select.from-control__control.css-116kd9q-control{height:32px !important;width:125px;border-radius:8px;background-color:#fbfcff !important;border:1px solid #b5cdff !important}.salesReport-itemList .header-itemList .sortBy-btn .dropdown-arrow .react-select.from-control__indicators.css-1cll6hx{height:30px !important}.salesReport-itemList .header-itemList .sortBy-btn .daybook-customdropdown-option .react-select.from-control__control.react-select.from-control__control--is-focused.css-tqczc6-control{height:32px !important;width:125px;border-radius:8px;border:1px solid #b5cdff !important}.salesReport-itemList .header-itemList .sortBy-btn .react-select.from-control.T__indicators.css-1cll6hx{height:30px !important}.salesReport-itemList .header-itemList .sortBy-btn .react-select.from-control__placeholder.css-1jqq78o-placeholder{font-weight:700 !important;color:#969696 !important}.salesReport-itemList .header-itemList .sortBy-btn .css-pr98g2{margin:0px !important;font-weight:600}.salesReport-itemList .details-card-Item{height:calc(100vh - 20rem);overflow-y:auto;overflow-x:hidden;padding:0px 0px 10px;scrollbar-width:none}.salesReport-itemList .itemlist-detail{border:1px solid #b5cdff !important;border-radius:8px;padding:0px;margin-top:10px}.salesReport-itemList .itemlist-detail .section-1{height:100%;padding:15px;background-color:#fbfcff !important;border-top-left-radius:8px;border-bottom-left-radius:8px;border-right:1px solid #b5cdff}.salesReport-itemList .itemlist-detail .section-1 li{display:flex;align-items:start;flex-direction:column;font-size:14px;font-weight:600;margin-bottom:10px;color:#747474}.salesReport-itemList .itemlist-detail .section-1 li span{font-size:15px;font-weight:700;color:#181d1f}.salesReport-itemList .itemlist-detail .item-img-detailsection{display:flex;flex-direction:column;justify-content:space-between;height:100%;position:relative;border-right:1px solid #b5cdff}.salesReport-itemList .itemlist-detail .item-img-detailsection .count-detailSection{position:absolute;left:0px;top:0px;background-color:#e0eaff;border-bottom-right-radius:5px;padding:7px;font-weight:700}.salesReport-itemList .itemlist-detail .item-img-detailsection .img-section .item-img{display:flex;justify-content:center;align-items:center;padding:40px 15px 0px;width:100%;height:100%}.salesReport-itemList .itemlist-detail .item-img-detailsection .img-section .item-img img{width:100%;height:100%}.salesReport-itemList .itemlist-detail .item-img-detailsection .img-section .item-detail{padding:40px 0px 0px}.salesReport-itemList .itemlist-detail .item-img-detailsection .img-section .item-detail li{display:flex;align-items:start;flex-direction:column;font-size:14px;font-weight:600;margin-bottom:10px;color:#747474}.salesReport-itemList .itemlist-detail .item-img-detailsection .img-section .item-detail li span{font-weight:700;color:#181d1f}.salesReport-itemList .itemlist-detail .item-img-detailsection .total-amt-section{display:flex;align-items:center;justify-content:space-between;background-color:#1fa358;color:#fff;font-size:16px;font-weight:800;padding:5px 20px}.salesReport-itemList .itemlist-detail .item-img-detailsection .total-amt-section span{font-size:18px;text-align:right}.salesReport-itemList .itemlist-detail .table-section{display:flex;align-items:center;gap:20px;padding:10px}.salesReport-itemList .itemlist-detail .table-section table{width:-webkit-fill-available}.salesReport-itemList .itemlist-detail .table-section table .diamond-detail,.salesReport-itemList .itemlist-detail .table-section table .color-detail{cursor:pointer}.salesReport-itemList .itemlist-detail .table-section table .diamond-detail:hover,.salesReport-itemList .itemlist-detail .table-section table .color-detail:hover{background-color:#f0f8ff}.salesReport-itemList .itemlist-detail .table-section table th,.salesReport-itemList .itemlist-detail .table-section table td{border:1px solid #d8d8d8;padding:6px;background-color:#fffcf4;line-height:15px;width:50%;font-size:14px}.salesReport-itemList .itemlist-detail .table-section table th{font-weight:600}.salesReport-itemList .itemlist-detail .table-section table td{font-weight:700;text-align:end}.salesReport-itemList .itemlist-detail .table-section table .highlight th,.salesReport-itemList .itemlist-detail .table-section table .highlight td{background-color:#dff6e9;color:#1fa358}.salesReport-itemList .itemlist-detail .table-section table .highlight th{font-weight:700}.salesReport-itemList .itemlist-detail .table-section table .highlight td{font-weight:800}.salesReport-itemList .itemlist-detail .detail-grid-section .row:first-child .item-img-detailsection,.salesReport-itemList .itemlist-detail .detail-grid-section .row:first-child .table-section{border-top:0px !important}.salesReport-itemList .itemlist-detail .item-img-detailsection,.salesReport-itemList .itemlist-detail .table-section{border-top:1px solid #b5cdff !important}.salesReport-itemList .diamond-detail-section{position:absolute;top:50px;right:0px;height:calc(100vh - 90px);width:300px;box-shadow:0px 0px 10px 0px #c1c1c1;background-color:#fff;z-index:1}.salesReport-itemList .diamond-detail-section .diamond-detail-header{background-color:#c2e8ee;display:flex;justify-content:space-between;padding:8px}.salesReport-itemList .diamond-detail-section .diamond-detail-header h4{display:flex;align-items:center;gap:10px}.salesReport-itemList .diamond-detail-section .diamond-detail-header h4 span,.salesReport-itemList .diamond-detail-section .diamond-detail-header h4 img{width:16px;height:16px}.salesReport-itemList .diamond-detail-section .diamond-detail-table{margin-top:10px}.salesReport-itemList .diamond-detail-section .diamond-detail-table table{width:100%}.salesReport-itemList .diamond-detail-section .diamond-detail-table table th,.salesReport-itemList .diamond-detail-section .diamond-detail-table table td{border:1px solid #e6e6e6;padding:6px;background-color:#f2feff}.salesReport-itemList .diamond-detail-section .diamond-detail-table table th{font-weight:600}.salesReport-itemList .diamond-detail-section .diamond-detail-table table td{font-weight:700;text-align:right}.formView-PQ{display:none !important}body:has(.PurchaseGridFromView_Modal.PQListView-modal) .modal-backdrop{display:none}.itemCode_input .customURD-dropdown .dropdown-body{width:100%}.customURD-dropdown.custom-dropdownMultiDetail .css-d7l1ni-option,.customURD-dropdown.custom-dropdownMultiDetail .css-10wo9uf-option,.customURD-dropdown.custom-dropdownMultiDetail .css-tr4s17-option{padding:0px !important}.customURD-dropdown.custom-dropdownMultiDetail .dropdown-searchbar:has(input:focus) span svg{color:#939393}.customURD-dropdown.custom-dropdownMultiDetail .dropdown-searchbar input{height:auto !important}.customURD-dropdown.custom-dropdownMultiDetail .dropdown-searchbar span{top:16px !important}.customURD-dropdown.custom-dropdownMultiDetail .css-10wo9uf-option,.customURD-dropdown.custom-dropdownMultiDetail .css-d7l1ni-option{border-bottom:1px solid #dbe0e6 !important}.customURD-dropdown.custom-dropdownMultiDetail .dropdown-item{align-items:flex-start;padding:10px}.customURD-dropdown.custom-dropdownMultiDetail .dropdown-item:hover{background-color:rgba(0,0,0,0)}.customURD-dropdown.custom-dropdownMultiDetail .dropdown-item .content-customdropdown .contenttitle-customdropdown{margin-bottom:0px;font-size:14px;font-weight:600}.customURD-dropdown.custom-dropdownMultiDetail .dropdown-item .content-customdropdown .subcontent-customdropdown{display:flex;align-items:center;gap:15px}.customURD-dropdown.custom-dropdownMultiDetail .dropdown-item .content-customdropdown .subcontent-customdropdown b{font-weight:700}.customURD-dropdown{position:relative;border-radius:10px;background-color:#fff}.customURD-dropdown .dropdown-header{padding:7px 10px 7px 10px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-radius:8px !important;min-height:45px !important;border:1px solid #dadafd !important}.customURD-dropdown .dropdown-header span{color:#181818;font-weight:700 !important;font-size:17px !important;width:90%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customURD-dropdown .dropdown-body{border-top:1px solid #e5e8ec;display:none;min-width:320px;border-radius:8px;box-shadow:0px 7px 12px 0px #cfcfcf}.customURD-dropdown .dropdown-items{overflow-y:auto;overflow-x:hidden;max-height:28vh}.customURD-dropdown .dropdown-body.open{display:block;position:absolute;background-color:#fff;z-index:2}.customURD-dropdown .dropdown-body.open ::-webkit-scrollbar{width:10px !important;height:100px !important;border-radius:50% !important}.customURD-dropdown .dropdown-body.open ::-webkit-scrollbar-track{background:#e8ebed}.customURD-dropdown .dropdown-body.open ::-webkit-scrollbar-thumb{background:#4b5563}.customURD-dropdown .dropdown-body.open ::-webkit-scrollbar-thumb:hover{background:#4b5563}.customURD-dropdown .dropdown-searchbar{position:relative;padding:10px}.customURD-dropdown .dropdown-searchbar input{border-color:#d5d5d5 !important;font-size:16px !important;font-weight:600 !important}.customURD-dropdown .dropdown-searchbar input::placeholder{font-size:16px !important;font-weight:500;color:#ababab !important}.customURD-dropdown .dropdown-searchbar input:focus{border-color:#939393 !important;background-color:#fff !important}.customURD-dropdown .dropdown-searchbar span{position:absolute;right:18px;top:20px}.customURD-dropdown .dropdown-searchbar span svg{color:#d5d5d5}.customURD-dropdown .dropdown-item{padding:17px 20px;cursor:pointer;justify-content:start;font-size:17px !important;font-weight:600 !important;min-height:40px !important;display:flex;align-items:center;gap:10px;border-bottom:0px solid #ededed;line-height:18px}.customURD-dropdown .dropdown-item span{width:20px;height:20px}.customURD-dropdown .dropdown-item svg{width:20px;height:20px;fill:#f38e46;color:#fff}.customURD-dropdown .dropdown-item:hover{background:#f5f5f5}.customURD-dropdown .dropdown-item-dot{opacity:0;color:#91a5be;transition:all .2s ease-in-out;margin-right:6px}.customURD-dropdown .dropdown-item-dot.selected{opacity:1}.customURD-dropdown .icon{font-size:16px;color:#181d1f;transform:rotate(0deg);transition:all .2s ease-in-out}.customURD-dropdown .icon.open{transform:rotate(90deg)}.puchaseQ_gridDiv{margin-bottom:25px}.puchaseQ_gridDivLast{margin-bottom:20px}.puchaseQ_gridDivHr{margin-bottom:20px;border-top:1px dashed #d5d5d5}.PurchaseGridFromView_Modal .purchaseQuotation_cart .form-label{font-size:16px !important}.PurchaseGridFromView_Modal .purchaseQuotation_cart .mobile_Input select.customeClass{border-bottom-left-radius:8px !important;border-top-left-radius:8px !important}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-116kd9q-control,.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-1qk9yum,.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-tqczc6-control,.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-1cll6hx,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-116kd9q-control,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-1qk9yum,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-tqczc6-control,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-1cll6hx,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-116kd9q-control,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-1qk9yum,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-tqczc6-control,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-1cll6hx{height:45px !important}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-1cll6hx,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-1cll6hx,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-1cll6hx{padding:10px 6px 10px 0px}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-1qk9yum,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-1qk9yum,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-1qk9yum{padding:7px 0px 7px 10px !important}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-tqczc6-control,.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-116kd9q-control,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-tqczc6-control,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-116kd9q-control,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-tqczc6-control,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-116kd9q-control{border-radius:8px;background:#fff;border:1px solid #dadafd !important}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .InputLabel:has(.css-tqczc6-control) .css-116kd9q-control,.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .InputLabel:has(.css-b62m3t-container):has(.css-116kd9q-control) .css-116kd9q-control,.PurchaseGridFromView_Modal .purchaseQuotation_cart .InputLabel:has(.css-tqczc6-control) .css-116kd9q-control,.PurchaseGridFromView_Modal .purchaseQuotation_cart .InputLabel:has(.css-b62m3t-container):has(.css-116kd9q-control) .css-116kd9q-control,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .InputLabel:has(.css-tqczc6-control) .css-116kd9q-control,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .InputLabel:has(.css-b62m3t-container):has(.css-116kd9q-control) .css-116kd9q-control{position:relative}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .InputLabel:has(.css-tqczc6-control) .common_label,.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .InputLabel:has(.css-b62m3t-container):has(.css-116kd9q-control) .common_label,.PurchaseGridFromView_Modal .purchaseQuotation_cart .InputLabel:has(.css-tqczc6-control) .common_label,.PurchaseGridFromView_Modal .purchaseQuotation_cart .InputLabel:has(.css-b62m3t-container):has(.css-116kd9q-control) .common_label,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .InputLabel:has(.css-tqczc6-control) .common_label,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .InputLabel:has(.css-b62m3t-container):has(.css-116kd9q-control) .common_label{top:-17px;left:8px;background-color:#fff;padding:4px 4px;transition:200ms ease-in-out;font-weight:700;color:#5165be;font-size:15px}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .InputLabel:has(.css-1jqq78o-placeholder) .css-1jqq78o-placeholder,.PurchaseGridFromView_Modal .purchaseQuotation_cart .InputLabel:has(.css-1jqq78o-placeholder) .css-1jqq78o-placeholder,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .InputLabel:has(.css-1jqq78o-placeholder) .css-1jqq78o-placeholder{font-size:15px !important;font-weight:700 !important}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .InputLabel:has(.css-1jqq78o-placeholder) .common_label,.PurchaseGridFromView_Modal .purchaseQuotation_cart .InputLabel:has(.css-1jqq78o-placeholder) .common_label,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .InputLabel:has(.css-1jqq78o-placeholder) .common_label{top:-17px;left:8px;background-color:#fff;padding:4px 4px;transition:200ms ease-in-out;font-weight:700;color:#5165be;font-size:15px}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .InputLabel:has(.css-b62m3t-container):has(.css-13cymwt-control):has(.css-1dimb5e-singleValue) .css-13cymwt-control,.PurchaseGridFromView_Modal .purchaseQuotation_cart .InputLabel:has(.css-b62m3t-container):has(.css-13cymwt-control):has(.css-1dimb5e-singleValue) .css-13cymwt-control,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .InputLabel:has(.css-b62m3t-container):has(.css-13cymwt-control):has(.css-1dimb5e-singleValue) .css-13cymwt-control{position:relative}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .InputLabel:has(.css-b62m3t-container):has(.css-13cymwt-control):has(.css-1dimb5e-singleValue) .common_label,.PurchaseGridFromView_Modal .purchaseQuotation_cart .InputLabel:has(.css-b62m3t-container):has(.css-13cymwt-control):has(.css-1dimb5e-singleValue) .common_label,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .InputLabel:has(.css-b62m3t-container):has(.css-13cymwt-control):has(.css-1dimb5e-singleValue) .common_label{top:-17px;left:8px;background-color:#fff;padding:4px 4px;transition:200ms ease-in-out;font-weight:600;color:#939393;font-size:15px}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-13cymwt-control,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-13cymwt-control,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-13cymwt-control{border-radius:8px !important;min-height:45px !important}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-t3ipsp-control,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-t3ipsp-control,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-t3ipsp-control{position:relative;border-color:#181818 !important;box-shadow:none !important;border-radius:8px !important;min-height:45px !important}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-t3ipsp-control:hover,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-t3ipsp-control:hover,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-t3ipsp-control:hover{border-color:rgba(0,0,0,0)}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-1nmdiq5-menu,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-1nmdiq5-menu,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-1nmdiq5-menu{border-radius:8px !important}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-1nmdiq5-menu .css-qr46ko,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-1nmdiq5-menu .css-qr46ko,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-1nmdiq5-menu .css-qr46ko{padding-top:0px !important;padding-bottom:0px !important}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-1nmdiq5-menu .css-qr46ko .react-select.form-control__option,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-1nmdiq5-menu .css-qr46ko .react-select.form-control__option,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-1nmdiq5-menu .css-qr46ko .react-select.form-control__option{font-size:16px !important;font-weight:600 !important;min-height:40px !important;display:flex;align-items:center;border-bottom:1px solid #ededed}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-1nmdiq5-menu .css-qr46ko .react-select.form-control__option:first-child,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-1nmdiq5-menu .css-qr46ko .react-select.form-control__option:first-child,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-1nmdiq5-menu .css-qr46ko .react-select.form-control__option:first-child{border-top-right-radius:8px}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-1nmdiq5-menu .css-qr46ko:first-child,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-1nmdiq5-menu .css-qr46ko:first-child,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-1nmdiq5-menu .css-qr46ko:first-child{border-top-left-radius:8px !important;border-bottom-right-radius:8px !important}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-1nmdiq5-menu .css-qr46ko:last-child,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-1nmdiq5-menu .css-qr46ko:last-child,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-1nmdiq5-menu .css-qr46ko:last-child{border-bottom-left-radius:8px !important;border-bottom-right-radius:8px !important}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-1jqq78o-placeholder,.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-1dimb5e-singleValue,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-1jqq78o-placeholder,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-1dimb5e-singleValue,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-1jqq78o-placeholder,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-1dimb5e-singleValue{color:#181818;font-weight:700 !important;font-size:17px !important}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .react-select .form-control__input-container,.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-tr4s17-option,.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-10wo9uf-option,.PurchaseGridFromView_Modal .purchaseQuotation_cart .react-select .form-control__input-container,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-tr4s17-option,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-10wo9uf-option,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .react-select .form-control__input-container,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-tr4s17-option,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-10wo9uf-option{font-size:17px !important;font-weight:700 !important}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-1u9des2-indicatorSeparator,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-1u9des2-indicatorSeparator,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-1u9des2-indicatorSeparator{display:none}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtnContent .css-qr46ko,.PurchaseGridFromView_Modal .purchaseQuotation_cart .css-qr46ko,.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .css-qr46ko{scrollbar-width:none}.InputLabel:has(.common_input:disabled) .common_input:disabled{cursor:not-allowed;background-color:#fafafa;color:#999}.InputLabel:has(.common_input:disabled) .common_label{background:linear-gradient(360deg, #fafafa, #ffffff)}.InputLabel{position:relative}.InputLabel .common_input.error{border:1px solid #f83d3d}.InputLabel .invalid-input:has(.css-13cymwt-control) .css-13cymwt-control{border:1px solid #f83d3d !important}.InputLabel .common_input{border-radius:8px;background:#fff;border:1px solid #d5d5d5;padding:10px 12px 10px 12px;font-size:16px;width:100%;height:45px !important}.InputLabel .common_input:focus{outline:none}.InputLabel input[type=date]::-webkit-calendar-picker-indicator{filter:invert(0.5);cursor:pointer}.InputLabel .icon{position:absolute;top:12px;right:12px;color:#939393}.InputLabel .fi-rr-eye{color:#181818}.InputLabel .common_label{position:absolute;top:10px;left:12px;color:#939393;font-size:14px;font-weight:600}.InputLabel:has(.common_input:focus) .common_label{position:absolute;top:-14px;left:8px;background-color:#fff;padding:4px 4px 0px;transition:200ms ease-in-out;font-weight:600;color:#181818;font-size:14px;border-radius:8px;width:fit-content}.InputLabel:has(.common_input:focus) input[type=date]::-webkit-calendar-picker-indicator{filter:invert(0)}.InputLabel:has(.common_input:focus) .common_input{border-color:#1b78c1 !important;background-color:#fff !important;height:45px !important}.InputLabel:has(.common_input:focus) .reportTypeBtn{border-top-color:#000;border-bottom-color:#000;border-right-color:#000}.InputLabel:has(.common_input:focus) .filter{border-right-color:#000}.InputLabel:has(.common_input:not(:placeholder-shown)) .common_label{position:absolute;top:-14px;left:8px;background-color:#fff;padding:4px 4px 0px;transition:200ms ease-in-out;font-size:15px;border-radius:8px;width:fit-content;color:#5165be;font-weight:700}.InputLabel:has(.common_input:not(:placeholder-shown)) input[type=date]::-webkit-calendar-picker-indicator{filter:invert(0.5)}.InputLabel:has(.common_input:not(:placeholder-shown)) .common_input{color:#5165be;font-weight:bold}.ag-theme-quartz.osgrid,.PaymentRecipt_SideGrid .ag-theme-quartz.ratebookgrid{height:238px}.OSSection,.RatebookSection{width:100%}.OSSection .card.table-list-card.p-0,.RatebookSection .card.table-list-card.p-0{border-radius:6px 0 0 6px}.RatebookSection .ag-theme-quartz.table-grid-input-space.transaction_theme-tablecolors{border-radius:6px 0 0 6px !important}.RatebookSection .ag-theme-quartz.table-grid-input-space.transaction_theme-tablecolors .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:6px 0 0 6px !important}.submenu-sidebar1 .tabmastermenu li:last-child,.submenu-sidebar1 .tabmastermenu li:last-child .menu-item-content{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.submenu-sidebar1 div.tabimg{margin-right:4px;height:6px;width:6px;background:#ccc;border-radius:50%}.submenu-sidebar1 .menu_list{width:22px;height:22px;background:linear-gradient(135deg, var(--indigo) 0%, var(--indigo-light) 100%) !important;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.submenu-sidebar1 .menu_list i{color:#fff;font-size:10px}.submenu-sidebar1 .menu-item-content.active{background:#eeedfd}.submenu-sidebar1 .menu-item-content.active div.tabimg{background:#5750e8}.submenu-sidebar1 .sidebar_menu_title{padding:10px;background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%) !important;position:relative;display:flex;align-items:center;gap:15px;border-top-left-radius:10px;border-top-right-radius:10px}.submenu-sidebar1 .sidebar_menu_title h3{color:#fff}.submenu-sidebar1 .sidebar_menu_title img{width:25px;height:25px}.submenu-sidebar1 .menuDropUpSvg{position:absolute;top:-15px;left:6px}.submenu-sidebar1 .menuDropUpSvg svg{fill:#2f61c9;color:#cfcfcf !important}.submenu-sidebar1 .menuDropUpSvg i{color:#2f61c9 !important;font-size:32px}.new-icon-wrapper{width:24px;height:24px;border-radius:8px;display:flex;justify-content:center;align-items:center;margin-right:0px;transition:all .3s ease;position:relative;line-height:1}.new-icon-wrapper i{color:#fff;font-size:10px}.new-icon-wrapper p{font-size:12px}.submenu-listitems .new-icon-wrapper,.nav-link .new-icon-wrapper,.menu-item-content .new-icon-wrapper{border-radius:6px;width:28px}.tabmastermenu li:hover .submenu-listitems .new-icon-wrapper,.tabmastermenu .nav-link:hover .new-icon-wrapper,.sidemenu_hide_show1 ul li:hover .new-icon-wrapper{transform:rotate(0deg) scale(1.1)}.sidebar-menu ul .submenu span.custom-active-span.Fav-title{width:100% !important;display:flex;align-items:center;gap:8px}.tabmastermenu li:nth-child(10n+1) .new-icon-wrapper,.sidebar-menu ul .submenu:nth-child(10n+1) .new-icon-wrapper{background:linear-gradient(135deg, #ff8a00, #e52e71);box-shadow:0 5px 15px rgba(229,46,113,.2)}.tabmastermenu li:nth-child(10n+2) .new-icon-wrapper,.sidebar-menu ul .submenu:nth-child(10n+2) .new-icon-wrapper{background:linear-gradient(135deg, #3494e6, #ec6ead);box-shadow:0 5px 15px rgba(52,148,230,.2)}.tabmastermenu li:nth-child(10n+3) .new-icon-wrapper,.sidebar-menu ul .submenu:nth-child(10n+3) .new-icon-wrapper{background:linear-gradient(135deg, #00c6ff, #0072ff);box-shadow:0 5px 15px rgba(0,114,255,.2)}.tabmastermenu li:nth-child(10n+4) .new-icon-wrapper,.sidebar-menu ul .submenu:nth-child(10n+4) .new-icon-wrapper{background:linear-gradient(135deg, #f46b45, #eea849);box-shadow:0 5px 15px rgba(244,107,69,.2)}.tabmastermenu li:nth-child(10n+5) .new-icon-wrapper,.sidebar-menu ul .submenu:nth-child(10n+5) .new-icon-wrapper{background:linear-gradient(135deg, #834d9b, #d04ed6);box-shadow:0 5px 15px rgba(131,77,155,.2)}.tabmastermenu li:nth-child(10n+6) .new-icon-wrapper,.sidebar-menu ul .submenu:nth-child(10n+6) .new-icon-wrapper{background:linear-gradient(135deg, #5f2c82, #49a09d);box-shadow:0 5px 15px rgba(95,44,130,.2)}.tabmastermenu li:nth-child(10n+7) .new-icon-wrapper,.sidebar-menu ul .submenu:nth-child(10n+7) .new-icon-wrapper{background:linear-gradient(135deg, #3a7bd5, #00d2ff);box-shadow:0 5px 15px rgba(58,123,213,.2)}.tabmastermenu li:nth-child(10n+8) .new-icon-wrapper,.sidebar-menu ul .submenu:nth-child(10n+8) .new-icon-wrapper{background:linear-gradient(135deg, #bbd2c5, #536976);box-shadow:0 5px 15px rgba(83,105,118,.2)}.tabmastermenu li:nth-child(10n+9) .new-icon-wrapper,.sidebar-menu ul .submenu:nth-child(10n+9) .new-icon-wrapper{background:linear-gradient(135deg, #556270, #ff6b6b);box-shadow:0 5px 15px rgba(255,107,107,.2)}.tabmastermenu li:nth-child(10n) .new-icon-wrapper,.sidebar-menu ul .submenu:nth-child(10n) .new-icon-wrapper{background:linear-gradient(135deg, #2193b0, #6dd5ed);box-shadow:0 5px 15px rgba(33,147,176,.2)}.tabmastermenu li:hover .new-icon-wrapper,.sidebar-menu ul .submenu:hover .new-icon-wrapper{transform:rotate(15deg) scale(1.1)}.mini-sidebar li.nav-item.favorites-tab .nav-link:hover{background-color:#c1e5ff !important}.page-wrapper:has(.sidemenu_hide_show1) .menu_toggle_btn:focus{box-shadow:none}.page-wrapper:has(.sidemenu_hide_show1) .menu_onAddNew{display:flex;justify-content:start;gap:6px}.page-wrapper:has(.sidemenu_hide_show1) .menu_onAddNew h4{line-height:26px}.page-wrapper:has(.sidemenu_hide_show1) .paymentreceipt_header_infobtn{margin-left:auto}.sidebarMenu_view.sidebarPadding{padding:4px 0px 4px 4px}.sidebarLeftAdjust .submenu-sidebar1{left:0px !important;top:48px !important}.sidebarLeftAdjust .submenu-sidebar1.menu-closed{left:-275px !important}.sidebarAddMenuDiv{position:relative}.page-wrapper:has(.sidemenu_hide_show1):not(:has(.menu_onAddNew)) .sidebarAddMenuDiv{display:flex;align-items:start}.page-wrapper:has(.sidemenu_hide_show1):not(:has(.menu_onAddNew)) .sidebarAddMenuDiv .sidebarMenu_view{width:24px;background:linear-gradient(317deg, #2f61c9 0%, #6796fb 100%);height:30px;display:flex;justify-content:center;align-items:center;border-top-right-radius:0px;border-bottom-right-radius:14px}.page-wrapper:has(.sidemenu_hide_show1):not(:has(.menu_onAddNew)) .sidebarAddMenuDiv .sidebarMenu_SideInputs{width:98%}.page-wrapper:has(.sidemenu_hide_show1):not(:has(.menu_onAddNew)) .sidemenu_hide_show1{position:unset;width:fit-content;background-color:rgba(0,0,0,0);border-radius:0px}.page-wrapper:has(.sidemenu_hide_show1):not(:has(.menu_onAddNew)) .sidemenu_hide_show1 .menu_toggle_btn{border-radius:5px;background-color:rgba(0,0,0,0);box-shadow:none}.page-wrapper:has(.sidemenu_hide_show1):not(:has(.menu_onAddNew)) .sidemenu_hide_show1 .menu_toggle_btn svg{width:18px;height:18px;color:#fff}.page-wrapper:has(.sidemenu_hide_show1):not(:has(.menu_onAddNew)) .sidemenu_hide_show1:hover{background-color:rgba(0,0,0,0)}.page-wrapper:has(.sidemenu_hide_show1):not(:has(.menu_onAddNew)) .sidemenu_hide_show1 .submenu-sidebar1{top:40px;left:0px}.page-wrapper:has(.pageNotFoundHeader){padding:0px;margin:0px}.error-box{height:100vh}.pageNotFoundHeader{font-size:32px}.pageNotFoundPara{font-size:16px;font-weight:500;color:#8b8b8b;text-align:center}.pageNotFound-footerBtn{font-size:16px;font-weight:800;display:flex;align-items:center;gap:10px;padding:10px 20px;border-radius:8px}.pageNotFound-footerBtn span,.pageNotFound-footerBtn img{width:16px;height:16px}.modal .modal-footer.alpha-login-footer{justify-content:center !important;border-top:0px !important;margin-bottom:20px}.alphaLogin-close-custom{position:absolute;top:15px;right:15px;color:#fff;background:#ff3f3f;border-radius:50%;width:25px;height:25px;border:none;font-size:1.5rem;display:flex;align-items:center;justify-content:center}.alphaLogin-close-custom:hover{transform:scale(1.05);border:0px}.alphaLogin-close-custom svg{width:19px;height:19px}.alphalogin-icon{margin-top:25px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg, #ffb347, #ff7b00);display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;margin-bottom:15px}.alpha-login-header{font-size:22px !important}.alphalogin-input{background-color:#f8f8f8;border:1px solid #ffe0b2;padding:10px 14px;border-radius:6px;font-size:14px !important}.alpha-login-fields{margin-bottom:24px}.alpha-login-fields label{margin-bottom:8px}.alpha-login-fields input{background-color:#f5f5f5;border-color:rgba(255,159,67,.3137254902)}.alphaLogin-loginBtn{background:linear-gradient(135deg, #ffb347, #ff7b00) !important;font-weight:500;padding:10px;border-radius:6px;border:none;transition:.3s}.alphaLogin-loginBtn .sign,.alphaLogin-loginBtn .text{color:#fff !important}.alphaLogin-loginBtn .sign{width:24px !important;height:24px !important;display:flex;justify-content:center;align-items:center}.alphaLogin-loginBtn svg{width:24px !important;height:24px !important}.alphaLogin-loginBtn:hover{background:linear-gradient(135deg, #ff9933, #ff6600) !important;border:0px}.LicenseKeyContainer{width:1320px}.license-container{padding:20px}.license-card{background-color:#f1f5fd;padding:30px;border-radius:20px}.license-card .logoText-container{margin-bottom:50px}.license-card .license-illustration{max-height:300px}.license-card .license-jsoftLogo{height:60px}.license-card .welcome-licenseKey{color:#2f3c7e;font-weight:700;font-size:30px}.license-card .welcomeSub-licenseKey{color:#495057;font-size:18px;font-weight:500}.license-card .InputFields-licenseKey{margin-bottom:25px}.license-card .InputFields-licenseKey label{font-size:15px;margin-bottom:9px}.license-card .InputFields-licenseKey input{height:45px !important;border-radius:6px !important;border-color:#939ebe;padding:10px;font-size:14px}.license-card .InputFields-licenseKey input[type=placeholder]{font-size:13px;font-weight:500;color:#495057}.license-card .verifyKey-btn{margin-top:28px;background-color:#2f3c7e;color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;gap:10px;padding:10px 20px;border-radius:6px;width:fit-content !important;justify-self:center}.license-card .verifyKey-btn span{width:20px;height:20px}.license-card .license-copyRightText{color:#495057;font-size:12px;font-weight:500;margin-top:8px}.advance_detail_rpt:has(.table_full-contentheight-ar) .table_full-contentheight-ar{height:calc(100vh - 17rem)}.advance_detail_rpt .card-container{min-height:100%;margin-top:5px}.tlr_tagWise .ag-row-odd{background-color:#fff !important}.salesRegister-Page .table_full-contentheight-ar{height:calc(100vh - 13rem)}.table_full-contentheight-ar{height:calc(100vh - 17rem)}.table_full-contentheight-ar .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0 !important}.log_report .table_full-contentheight-ar{height:calc(var(--usable-height) - 175px)}.totalDisc_salesQuotation{border:1.5px dashed #d98534;border-radius:5px;padding:3px !important;background:linear-gradient(180deg, #ffecc5, #fffaf1)}.totalDisc_salesQuotation label{color:#cb6503 !important;font-size:15px;margin:0px;margin-bottom:0px !important;padding-left:5px !important}.totalDisc_salesQuotation .input-group button{border:0px !important;background-color:#fba45c !important;color:#fff !important;font-size:14px;height:25px !important;width:25px !important}.totalDisc_salesQuotation .input-group button:hover,.totalDisc_salesQuotation .input-group button:focus{background-color:#cb6503 !important;border-color:#cb6503 !important}.totalDisc_salesQuotation .gst-amt-right .input-group button.btn{border-radius:4px !important}.paymentreceipt_header{display:flex;justify-content:space-between;align-items:center;width:100%}.paymentreceipt_header .Setting-btn{height:25px !important}.paymentreceipt_header_infobtn{display:flex;justify-content:center;align-items:center}.listing_searchbar{position:relative;width:40%}.listing_searchbar a{position:absolute;right:10px;top:4px}.Listingsearch_dateController{display:flex;align-items:center;justify-content:space-between;gap:10px}.Ledger-ReportPage .date-picker-wrap .react-datepicker__view-calendar-icon input{padding:6px 0px 5px 25px}.receipt_listingHeader .listing_searchbar input{height:30px !important}.receipt_listingHeader input.form-control{height:30px !important}.receipt_listingHeader .listing_searchbar a{right:0px !important}.receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon{height:30px !important}.receipt_listingHeader .css-b62m3t-container{height:30px !important}.receipt_listingHeader .css-b62m3t-container .react-select.from-control.T__control.css-116kd9q-control,.receipt_listingHeader .css-b62m3t-container .css-116kd9q-control,.receipt_listingHeader .css-b62m3t-container .css-tqczc6-control{height:30px !important}.receipt_listingHeader .css-b62m3t-container .common-reporttyperadius.react-select.form-control__control.css-116kd9q-control{height:30px !important}.receipt_listingHeader .css-1cll6hx{height:28px !important}.receipt_listingHeader .input-group button{height:30px !important}.payment_printBtnDisabled button:disabled{background-color:#fff !important;border-color:#595959;cursor:not-allowed}.payment_printBtnDisabled button:disabled svg{color:#595959 !important}.pageReceiptheader{display:flex;justify-content:space-between;flex-direction:row;align-items:center}.ibtn_trn{position:relative;width:26px;height:18px}.ibtn_trn button{padding:0px}.ibtn_trn svg{width:18px;height:18px}.ibtn_trn .iBtn:focus,.ibtn_trn .iBtn:active,.ibtn_trn .ibtn:focus-visible{background-color:rgba(0,0,0,0)}.infoBtn{color:#fff}.infoBtnContent{position:absolute;transition:500ms ease-in-out;top:15px;right:0px;display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.infoBtnContent img{width:24px;margin-bottom:-5px;margin-right:5px}.infoBtnContent .infoBtnContentText{background-color:#fff;width:300px;box-shadow:0px 0px 0px 5px #c2deff;padding:5px;border-radius:5px}.infoBtnContent .infoBtnContentText p{margin-bottom:5px;color:#ed5c03}.infoBtnContent .infoBtnContentText p:last-child{margin-bottom:0px}.infoBtnContent .infoBtnContentText .infoBtnContent_voucherno{color:blue;cursor:pointer;text-decoration:underline}.ag-theme-quartz .css-1nmdiq5-menu{min-width:150px}.TagLoose_inputFields .tarnsactionheaderspacing .css-1dimb5e-singleValue{line-height:normal}.InwardVoucherSection_settingBtn{padding:5px !important}.menuLedgerBtn{height:16px;width:16px;display:block}.TDS_Modal_Card{border:1px solid #dbe0e6 !important}.TDS_Modal_table{border:1px solid #dbe0e6;border-radius:4px !important}.TDS_Modal_table .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:4px !important}.TDS_Modal_table .ag-root.ag-unselectable.ag-layout-normal{border-radius:0px !important}.search_Btn_Disabled:disabled{background-color:#3282b8 !important;border:0px !important;opacity:.6 !important}.search_Btn_Disabled:disabled .sign i{color:#fff}.search_Btn_Disabled:disabled .text{color:#fff}.search_Btn_Disabled:disabled:hover{cursor:not-allowed !important}.bankPayment_marginTop{margin-top:5px}.AccountContactInfo_TableHeight{height:165px}.FamilyDetails_tableHeight{height:165px}.BankInfo_height{height:168px}.JV_summarySectionDropdown .css-1nmdiq5-menu{bottom:28px;top:auto}.OtherItemSettingInputsectionCard .otherItemTableHeight{height:calc(100vh - 14.5rem) !important}.OtherItemSettingInputsectionCard .OtherItemSettingInputsection{padding:8px}.react-datepicker__year-select .css-1dimb5e-singleValue,.react-datepicker__month-select .css-1dimb5e-singleValue{font-size:13px;font-weight:700 !important}.loader_smartAI{border:16px solid #f3f3f3;border-top:16px solid #3498db;border-radius:50%;width:120px;height:120px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;margin:auto}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.modal-open:has(.modal-backdrop.show):has(.chatbot_voiceAssistant){z-index:1055 !important}.modal-open:has(.modal-backdrop.show):has(.chatbot_voiceAssistant) .modal-dialog{height:-webkit-fill-available}.chatbot_voiceAssistant .modal-dialog{display:flex;align-items:center;justify-content:center}.chatbot_voiceAssistant .modal-content{border-radius:10px}.chatbot_voiceAssistant .modal-body{display:flex;margin:20px;align-items:center;justify-content:center;flex-direction:column}.chatbot_voiceAssistant .modal-body p{margin-top:10px;font-size:14px;font-weight:500;text-align:center}.chatbot_voiceAssistant .crossBtn{align-self:end;cursor:pointer}.chatbot_voiceAssistant .crossBtn svg{width:24px;color:#6512e0}.chatbot_voiceAssistant .mic-wrapper{position:relative;width:125px;height:125px}.chatbot_voiceAssistant .wave{position:absolute;top:50%;left:50%;width:50px;height:50px;border:1px solid #7733d7;border-radius:50%;transform:translate(-50%, -50%);animation:pulse 2s infinite ease-out;opacity:0}.chatbot_voiceAssistant .wave:nth-child(1){animation-delay:0s}.chatbot_voiceAssistant .wave:nth-child(2){animation-delay:.5s}.chatbot_voiceAssistant .wave:nth-child(3){animation-delay:1s}@keyframes pulse{0%{transform:translate(-50%, -50%) scale(1);opacity:.6}100%{transform:translate(-50%, -50%) scale(2.5);opacity:0}}.chatbot_voiceAssistant .mic-button{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:60px;height:60px;background:#7733d7;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 10px rgba(33,150,243,.5);cursor:pointer}.chatbot_voiceAssistant .mic-button svg{color:#fff;width:24px;height:24px}.chatbot_btn{display:flex;justify-content:center;position:fixed;bottom:20px;right:20px;z-index:1;border-radius:50%;width:40px;height:40px}.chatbot_btn img{min-width:40px;border-radius:50%;animation:spin 8s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.chatbot_container:has(.chatBot_input_hasValue) .send_icon{background-color:#000}.chatbot_container:has(.chatBot_input_hasValue) .send_icon svg{color:#fff}.newpage{display:none}.newpage .history_card,.newpage .gradient_text,.newpage .sphereImg{transition:opacity .6s ease,transform .6s ease;animation:fadeOut .6s forwards}@keyframes fadeOut{to{opacity:0;transform:translateY(-30px);display:none}}.backdrop_div{position:fixed;display:flex;justify-content:center;align-items:center;inset:0;background-color:rgba(0,0,0,.5);transition:opacity .3s ease;z-index:1054}.chatbot_container{z-index:1055;background-color:#fcf6fc;border-radius:15px;width:1000px;height:750px;display:flex}.chatbot_sidebar{min-width:175px;max-width:175px;height:100%;padding:20px 10px;border-right:1px solid #ddd;display:flex;flex-direction:column;align-items:start;justify-content:space-between}.chatbot_sidebar .chatbot_sidebarChatHistory{display:flex;justify-content:center;align-items:start;width:-webkit-fill-available;height:-webkit-fill-available;flex-direction:column}.chatbot_sidebar .chatbot_sidebarChatHistory .newChat{display:flex;align-items:center;gap:10px;width:100%;padding:5px;border-radius:10px}.chatbot_sidebar .chatbot_sidebarChatHistory .newChat p{font-size:14px;font-weight:600}.chatbot_sidebar .chatbot_sidebarChatHistory .newChat:hover{background-color:#eae0f7}.chatbot_sidebar .chatbot_sidebarChatHistory .chatHistory_section{margin-top:25px;height:-webkit-fill-available;width:100%}.chatbot_sidebar .chatbot_sidebarChatHistory .chatHistory_section .header_historyChat{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e3e3e3}.chatbot_sidebar .chatbot_sidebarChatHistory .chatHistory_section .header_historyChat svg{width:18px !important;color:#7d7d7d !important}.chatbot_sidebar .chatbot_sidebarChatHistory .chatHistory_section p{font-size:14px;font-weight:600;margin-bottom:0px;color:#7d7d7d}.chatbot_sidebar .chatbot_sidebarChatHistory .chatHistory_section ul{margin:10px 0px}.chatbot_sidebar .chatbot_sidebarChatHistory .chatHistory_section ul li{height:30px;display:flex;align-items:center;font-size:14px;font-weight:500;padding:5px;border-radius:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatbot_sidebar .chatbot_sidebarChatHistory .chatHistory_section ul li:hover{background:#eae0f7}.chatbot_sidebar svg{width:22px !important;height:22px !important;color:#6914e1 !important}.chatbot_sidebar .profile_image{border-radius:50%;width:-webkit-fill-available;height:40px;display:flex;align-items:center;gap:5px}.chatbot_sidebar .profile_image p{font-size:14px}.chatbot_sidebar .profile_image img{width:40px;height:40px}.chatbot_msgcontent{width:100%;padding:20px 20px 40px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.chatbot_msgcontent .crossBtn{align-self:end;cursor:pointer}.chatbot_msgcontent .crossBtn svg{width:24px;color:#6512e0}.chatbot_msgcontent .chatbot_mainContainer{height:calc(100vh - 21rem);overflow:auto;scrollbar-width:none}.chatbot_msgcontent .chat_messages{width:100%}.chatbot_msgcontent .chat_messages .userMsgSide{display:flex;align-items:center;gap:10px}.chatbot_msgcontent .chat_messages .userMsgSide .logo{width:40px;height:40px}.chatbot_msgcontent .chat_messages .userMsgSide .logo img{width:40px;animation:none;margin:0px}.chatbot_msgcontent .chat_messages .chat_msgContent{margin-right:50px;background-color:#854bd7}.chatbot_msgcontent .sphereImg{border-radius:50%}.chatbot_msgcontent img{width:125px;margin:20px 0px;animation:spin 8s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.chatbot_msgcontent .ai_frontInterface{display:flex;flex-direction:column;align-items:center;width:100%}.chatbot_msgcontent .ai_frontInterface .crossBtn{align-self:end;cursor:pointer}.chatbot_msgcontent .ai_frontInterface .crossBtn svg{width:24px;color:#6512e0}.chatbot_msgcontent .gradient_text{text-align:center;font-size:28px;line-height:1.4}.chatbot_msgcontent .gradient_text p{font-size:40px;margin-bottom:0px;font-weight:bold}.chatbot_msgcontent .gradient_text .line1{background:linear-gradient(90deg, #8e2de2, #4a00e0);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.chatbot_msgcontent .gradient_text .line2{background:linear-gradient(90deg, #a100ff, #0072ff);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.history_card{display:flex;gap:20px;align-items:center;margin:0px 100px}.history_card .cardContent{background-color:#fff;box-shadow:0px 0px 10px 0px #e0e0e0;border-radius:8px;padding:8px;min-width:215px;min-height:140px;max-width:215px;max-height:140px}.history_card .cardContent p{font-weight:600;font-size:14px}.chatbot_profile{display:flex;align-items:center;gap:10px}.chatbot_icon{background-color:blue;width:35px;height:35px;border-radius:50%;margin-bottom:5px}.message_content{margin-left:45px;background-color:#fff;box-shadow:0px 0px 10px 0px #e5e5e5}.chatbot_inputContainer{width:100%;position:relative}.chatbot_inputContainer .chatbot_input{width:100%;background-color:#fff;color:#000;height:45px !important;border-radius:15px;padding:5px 100px 5px 12px}.chatbot_inputContainer .chatbot_input:focus{background-color:#fff !important;border-color:#dcd7d7 !important}.chatbot_inputContainer .chatbot_input .border-red{border:0px}.chatbot_inputContainer .send_icon{position:absolute;right:8px;top:5px;width:40px;height:35px;border-radius:10px;border:0px;transition:background-color .3s ease-in-out !important}.chatbot_inputContainer .send_icon:hover{background-color:#000}.chatbot_inputContainer .send_icon:hover svg{color:#fff}.chatbot_inputContainer .send_icon:focus{background-color:#000}.chatbot_inputContainer .send_icon:focus svg{color:#fff}.chatbot_inputContainer .mic_icon{position:absolute;margin-right:5px;right:48px;top:5px;width:40px;height:35px;border-radius:10px;border:0px;transition:background-color .3s ease-in-out !important;background:#000;padding:0px;color:#fff;display:flex;justify-content:center;align-items:center}.chatbot_inputContainer .mic_icon:hover{background-color:#000}.chatbot_inputContainer .mic_icon:hover svg{color:#fff}.chatbot_inputContainer .mic_icon:focus{background-color:#000}.chatbot_inputContainer .mic_icon:focus svg{color:#fff}.arr_table{border-radius:4px;border:0px}.arr_table .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:4px !important}.arr_table .ag-root.ag-unselectable.ag-layout-normal{border-radius:0px !important}.purchase_report_table_card{border-radius:4px !important;border-top:1px solid #dbe0e6 !important}.purchase_report_table{border-radius:4px !important;border:0px}.purchase_report_table .ag-header{border-bottom:1px solid #dbe0e6}.purchase_report_table .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:4px !important}.purchase_report_table .ag-root.ag-unselectable.ag-layout-normal{border-radius:0px !important}.ag-header-cell.ag-column-first:has(.addBtn_addEdit){padding:0px !important}.arr_table_card{border-radius:4px !important;border-top:1px solid #dbe0e6 !important}.arr_table{border-radius:4px;border:0px}.arr_table .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:4px !important}.arr_table .ag-root.ag-unselectable.ag-layout-normal{border-radius:0px !important}.purchase_report_table_card{border-radius:4px !important;border-top:1px solid #dbe0e6 !important}.purchase_report_table{border-radius:4px !important;border:0px}.purchase_report_table .ag-header{border-bottom:1px solid #dbe0e6}.purchase_report_table .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:4px !important}.purchase_report_table .ag-root.ag-unselectable.ag-layout-normal{border-radius:0px !important}.ag-header-cell.ag-column-first:has(.addBtn_addEdit){padding:0px !important}button.addhelpBtn.addBtn_addEdit{height:100% !important;width:100%;background-image:none !important;background-color:#6d9cc6;border:0px !important}button.addhelpBtn.addBtn_addEdit span.feather-add-icon i{font-size:18px;color:#fff}.alphaReportBorderRadius{border-top-right-radius:0px;border-bottom-right-radius:0px}.alphaReport_columnTextAlignCell .ag-rich-select-value{padding-right:0px;padding-left:0px}.hideIcon_alphaReport{border-radius:6px !important}.hideIcon_alphaReport img{height:18px;width:18px;filter:invert(1) brightness(5)}.AlpVoucherDatePicker_GPInOutTime .two-block-input-date-rec-pay.page-recepit-twoblock{width:100%}.GPType_CardContainer{border-top-left-radius:0px;border-top-right-radius:0px}.GPType_CardContainer .GPTypeTab{margin-top:10px}.GPType_CardContainer .image_Box{width:50px}.GPType_CardContainer .image_Box img{vertical-align:middle}.GPType_CardContainer .account-master-tabs .add-choosen{justify-content:center}.GPType_CardContainer .account-master-tabs .upload_img_Icon{justify-content:center}.GPType_CardContainer .account-master-tabs .upload_img_Icon .upload_img_Icon_btn{margin:0px 5px}.GPType_CardContainer .account-master-tabs .modal-ledger-table-br{border-color:#dbe0e6}.GatePassSearchBar .form-control{height:34px !important}.GatePassSearchBar .searchBar_New_btn{top:8px !important}.GatePassSearchBar .searchBar_New_btn i{font-size:16px !important}.gpTypeListingTop{margin-top:10px}.GPTypeListingStatusFields{display:flex;align-items:center;justify-content:end;gap:10px}.GPTypeListingStatusFields .GPTypeListingStatusFieldAssigned,.GPTypeListingStatusFields .GPTypeListingStatusFieldApproval,.GPTypeListingStatusFields .GPTypeListingStatusFieldPending{display:flex;align-items:center;gap:20px;background-color:#f6f0ff;padding:4px 8px;border-radius:5px;border:1px solid #d0e4ee}.GPTypeListingStatusFields .GPTypeListingStatusFieldAssigned p,.GPTypeListingStatusFields .GPTypeListingStatusFieldApproval p,.GPTypeListingStatusFields .GPTypeListingStatusFieldPending p{color:#5022a1;font-weight:700;font-size:15px}.GPTypeListingStatusFields .GPTypeListingStatusFieldAssigned p span,.GPTypeListingStatusFields .GPTypeListingStatusFieldApproval p span,.GPTypeListingStatusFields .GPTypeListingStatusFieldPending p span{margin-left:10px;background-color:#dfcdff;padding:3px 4px;border-radius:5px}.GPTypeListingStatusFields .GPTypeListingStatusFieldAssigned:hover,.GPTypeListingStatusFields .GPTypeListingStatusFieldApproval:hover,.GPTypeListingStatusFields .GPTypeListingStatusFieldPending:hover{border-color:#5022a1;cursor:pointer}.GPTypeListingStatusFields .GPTypeListingStatusFieldPending{background-color:linear-gradient(270deg, #FFFDED 0%, #FFFBCC 100%);border:1px solid #f5e2c7}.GPTypeListingStatusFields .GPTypeListingStatusFieldPending p{color:#767e00}.GPTypeListingStatusFields .GPTypeListingStatusFieldPending p span{background-color:#ffeace}.GPTypeListingStatusFields .GPTypeListingStatusFieldPending:hover{border-color:#767e00}.GPTypeListingStatusFields .GPTypeListingStatusFieldApproval{background-color:linear-gradient(270deg, #FFF5EB 0%, #FBEDD0 100%);border:1px solid #f7e0d0}.GPTypeListingStatusFields .GPTypeListingStatusFieldApproval p{color:#bd7e39}.GPTypeListingStatusFields .GPTypeListingStatusFieldApproval p span{background-color:#ffe6d7}.GPTypeListingStatusFields .GPTypeListingStatusFieldApproval:hover{border-color:#bd7e39}.GPTypeListingStatusFields img{width:28px;height:28px}.alphaReportCard{border:0px}.alphareport-page{margin:0px;padding-bottom:3px}.AIC_card-container{padding:0px}.AIC_card-container .first_grid{padding:5px;position:relative}.AIC_card-container .inwardchallan-card-me{padding:5px}.pageReceiptSection{padding:10px}.pageReceipt_table{height:146px;border-top:0px}.mainItem_imgtext_grpDiv_hover{background-color:#f5f5f5 !important}.stm_card_container{min-height:calc(100vh - 10.6rem)}.column_list_btn{background-color:#3282b8;color:#fff;padding:5px}.column_list_btn:hover{background-color:#f9ac3e;border-color:#f9ac3e;color:#fff}.tsjv_table_height{height:calc(100vh - 21.4rem);border-bottom:1px solid #e6e6e6}.tsjv_table_height .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0 !important}.jv_firstGrid{padding:4px}.ag-html-cell ul{list-style-type:disc;margin-left:12%;padding-left:20px}.ag-html-cell ol{list-style-type:decimal;margin-left:12%;padding-left:20px}.ag-html-cell li{margin-bottom:4px}.scheme_type_master_Modal .DraftEditor-root{height:175px}.reportTypeField_div{height:27px}.reportTypeField_div .radiobutton{display:flex;align-items:center;width:100%}.reportTypeField_div .radiobutton .header-ratio-reportcb{width:100%;display:flex;justify-content:flex-start;gap:5px;padding:5px}.reportTypeField_div .radiobutton .report-radio-me{display:flex;align-items:center;gap:1px;margin-left:0px}.page-wrapper .reportType_content{padding-bottom:0px}.page-wrapper .reportType_content .ColorPicker_Wrap{display:flex;justify-content:center;margin:2px;gap:15px}.page-wrapper .reportType_content .ColorPickerInput::-webkit-color-swatch{height:20px;background-color:#fff;border:0px !important;padding:0px}.page-wrapper .reportType_content .ColorPickerInput{width:100px;height:22px;padding:0px;border-radius:10px;background-color:rgba(0,0,0,0);border-color:#bdbdbd !important;position:relative}.page-wrapper .reportType_content .ColorPicker_btn{position:absolute;right:12px;height:22px;background-color:rgba(0,0,0,0);background-image:none !important;border:0px !important;display:flex;align-items:center}.page-wrapper .reportType_content .ColorPicker_btn svg{width:18px;height:18px}.companySetup_numberField select{background-color:#eaeaea;color:#181d1f}.gst-remarks-label .css-1nmdiq5-menu{z-index:1051 !important}.totalAmt_bgColor{background:linear-gradient(267deg, #dcf5dc, #ffffff);margin-left:-4px;margin-right:0px;border-radius:4px;border:1px solid #9cce96;height:36px}.totalAmt_bgColor input{background-color:rgba(0,0,0,0);border:0px;color:green !important;font-size:15px !important;font-weight:800;height:28px}.totalAmt_bgColor input:hover{border:0px}.totalAmt_bgColor input:focus{background-color:rgba(0,0,0,0) !important;border:0px;color:green !important;accent-color:green !important;font-size:15px !important}.totalAmt_bgColor label{padding-left:4px !important;color:green !important;font-size:15px !important;font-weight:800}.totalAmt_bgColor button{border:0px;color:green;font-size:15px !important;font-weight:800;height:28px}.totalAmt_bgColor button:hover{border:0px}.totalAmt_bgColor button:hover{color:green;background:rgba(0,0,0,0)}.totalBalance_bgColor{background:linear-gradient(267deg, rgba(119, 187, 232, 0.45), #ffffff);border-radius:4px;border:1px solid #96bdd8;height:36px;display:inline-flex;float:right;margin:8px 0px}.totalBalance_bgColor label,.totalBalance_bgColor label:focus,.totalBalance_bgColor label:hover{color:#045f9d !important;font-size:15px !important;font-weight:800}.totalBalance_bgColor input,.totalBalance_bgColor input:focus,.totalBalance_bgColor input:hover{background-color:rgba(0,0,0,0) !important;border:0px;color:#176193 !important;font-size:18px !important;font-weight:800}.tagGenerate-checkbox{display:flex;align-items:center;margin-bottom:0px}.tagGenerate-checkbox .tagGenerate_checkmarks{top:4px}.purchase_report_content .purchase_report_input_card{border-top-left-radius:0px;border-top-right-radius:0px}.purchase_report_content .purchase_report_table_card{margin-top:5px;border-radius:0px;padding:0px;border-top:0px}.purchase_report_table{height:calc(100vh - 17rem)}.borderRemove_allowLabourModal{border-top:0px !important}.input_bg_remove{background-color:rgba(0,0,0,0)}.allowLabourType_tableHeight{height:330px;border-radius:4px !important}.allowLabourType_tableHeight .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:4px !important}.allowLabourType_tableHeight .ag-root.ag-unselectable.ag-layout-normal{border-radius:0px !important}.rate_update_modal{height:220px;border-radius:4px !important}.rate_update_modal .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:4px !important}.rate_update_modal .ag-root.ag-unselectable.ag-layout-normal{border-radius:0px !important}.accordion_borderRadius_remove{border-radius:0px !important}.input_row{padding:5px}.input_row .fromToDate_btn_grp{display:flex;justify-content:space-between}.commission_refresh_btn_endAlign{display:flex;justify-content:end}.card_adj_rcpt_table_1{height:calc(100vh - 24rem)}.card_adj_rcpt_table_2{height:calc(100vh - 27.2rem);border-top:1px solid #dbe0e6 !important}.arr_input_card{border-top-left-radius:0px;border-top-right-radius:0px}.arr_input_card .arr_checkbox{height:27px}.arr_input_card .arr_checkbox input{display:flex;height:16px;width:16px}.arr_input_card .arr_checkbox span{top:0px !important}.arr_input_card .arr_checkbox .arr_sub_checkbox{line-height:15px}.arr_table_card{margin-top:5px;border-radius:0px;padding:0px;border-top:0px}.arr_table .ag-row-odd{background-color:#fff !important}.arr_table .Advance_amt_bg{background-color:#e6f7ed !important}.arr_table .use_amt_bg{background-color:#ffebeb !important}.arr_table .balance_amt_bg{background-color:#fffdf5 !important}.arr_table .ledger_bal_bg{background-color:#e7eeff !important}.amountWithTaxBgColorR .AmountWithTax{background-color:rgba(0,0,0,0) !important}.ag-floating-bottom-viewport .ag-cell.AmountWithTax,.OpeningAmount,.AdvanceAmount,.ag-floating-bottom .OpeningAmount,.ag-floating-bottom .AdvanceAmount{background-color:#e6f7ed !important}.AdvanceReceipt,.BalanceDays,.ag-floating-bottom .AdvanceReceipt,.ag-floating-bottom .BalanceDays{background-color:#e7eeff !important}.AdvanceAdjust,.ag-floating-bottom .AdvanceAdjust{background-color:#ffebeb !important}.MergedBalanceCrDrType,.ag-floating-bottom-viewport .MergedBalanceCrDrType.ag-cell{background-color:#fffdf5 !important}.MergedBalanceCrDrType.ag-header-cell,.BalanceDays.ag-header-cell{background-color:#f0f8ff !important}.card_borderRadiusRemove{border-radius:0px 0px 4px 4px !important}.branchCover_content{margin-bottom:10px}.tagLooseHeaderShow{display:none}.header_TagLooseStockreport{background-color:#3282b8;border-radius:4px}.header_TagLooseStockreport h4{line-height:27px;color:#fff;padding-left:5px}.tagLooseFooter{padding:5px !important}.date_inputBorderRadius{border-radius:4px !important}.tlr_search_btn{background-color:#3282b8;color:#fff;width:auto !important}.tlr_search_btn:hover{background-color:#f9ac3e;border-color:#f9ac3e;color:#fff}.ColumnChooser_Btn{background-color:#b89132;color:#fff;height:100%;position:relative;padding:5px}.ColumnChooser_Btn:hover{background-color:#f9ac3e;border-color:#f9ac3e;color:#fff}.ColumnChooser_Btn .dropdown-content{display:none;position:absolute;right:0;top:100%;background-color:#fff;box-shadow:0px 0px 15px 0px #ccc;border-radius:5px;width:auto;height:fit-content;z-index:1000}.ColumnChooser_Btn .main_header{display:flex;align-items:center;margin:5px 5px 15px}.ColumnChooser_Btn .main_header img{height:40px;width:40px}.ColumnChooser_Btn .main_header span{margin-left:10px;margin-bottom:0px;color:#000;font-size:15px;font-weight:800}.column_grouping{display:flex !important;align-items:center;background-color:#e5f5ff;border-right:.5px solid #94d2ff !important;border-bottom:.5px solid #94d2ff}.column_grouping .column_grouping_subContent{text-wrap:wrap}.column_grouping span{color:#3282b8;font-size:13px;font-weight:700}.column_grouping:hover{background-color:#e5f5ff !important}.dropdown-content_createPortal_afterFilter{max-height:575px !important}.dropdown-content_createPortal_afterFilter .dropdown_content_item{overflow-y:scroll;max-height:calc(100vh - 34rem) !important}.dropdown-content_createPortal{display:none;position:absolute;left:0;top:100%;background-color:#fff;box-shadow:0px 4px 8px rgba(0,0,0,.2);border-radius:5px;min-width:250px;max-height:635px;overflow:visible;z-index:1000;transition:max-height 500ms ease-in-out}.dropdown-content_createPortal .mainItem_imgtext_grpDiv-1{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 30ms ease-in-out forwards}.dropdown-content_createPortal .mainItem_imgtext_grpDiv-2{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 60ms ease-in-out forwards}.dropdown-content_createPortal .mainItem_imgtext_grpDiv-3{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 90ms ease-in-out forwards}.dropdown-content_createPortal .mainItem_imgtext_grpDiv-4{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 120ms ease-in-out forwards}.dropdown-content_createPortal .mainItem_imgtext_grpDiv-5{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 150ms ease-in-out forwards}.dropdown-content_createPortal .mainItem_imgtext_grpDiv-6{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 180ms ease-in-out forwards}.dropdown-content_createPortal .mainItem_imgtext_grpDiv-7{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 210ms ease-in-out forwards}.dropdown-content_createPortal .mainItem_imgtext_grpDiv-8{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 240ms ease-in-out forwards}.dropdown-content_createPortal .mainItem_imgtext_grpDiv-9{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 270ms ease-in-out forwards}.dropdown-content_createPortal .mainItem_imgtext_grpDiv-10{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 300ms ease-in-out forwards}.dropdown-content_createPortal .mainItem_imgtext_grpDiv-11{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 330ms ease-in-out forwards}.dropdown-content_createPortal .mainItem_imgtext_grpDiv-12{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 360ms ease-in-out forwards}.dropdown-content_createPortal .mainItem_imgtext_grpDiv-13{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 390ms ease-in-out forwards}.dropdown-content_createPortal .mainItem_imgtext_grpDiv-14{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 420ms ease-in-out forwards}.dropdown-content_createPortal .mainItem_imgtext_grpDiv-15{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 450ms ease-in-out forwards}.dropdown-content_createPortal .mainItem_imgtext_grpDiv-16{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 480ms ease-in-out forwards}.dropdown-content_createPortal .mainItem_imgtext_grpDiv-17{transform-origin:top center;opacity:0;transform:translateY(-60px);animation:slideDown 300ms 510ms ease-in-out forwards}.dropdown-content_createPortal .header_mainItem{text-align:left;display:flex;align-items:center;padding:5px;background-color:#fff}.dropdown-content_createPortal .header_mainItem img{width:35px;height:35px}.dropdown-content_createPortal .header_mainItem .mainItem_text{padding-left:10px;display:grid}.dropdown-content_createPortal .header_mainItem .mainItem_text span{color:#000;font-size:15px;font-weight:800}.dropdown-content_createPortal .header_mainItem .mainItem_text .mainItem_subtext{color:#676767;font-size:12px;font-weight:700}.dropdown-content_createPortal .reportby_studded_dividerLine{background-color:#bdbdbd !important;margin-bottom:0px}.dropdown-content_createPortal .dropdown_content_item{max-height:600px}.dropdown-content_createPortal .dropdown_content_item .mainItem_bgChange_onClick{background-color:#ffecce !important}.dropdown-content_createPortal .dropdown_content_item .mainItem_imgtext_grpDiv{display:flex;align-items:center;justify-content:space-between;background-color:#fff;margin:2px 0px}.dropdown-content_createPortal .dropdown_content_item .mainItem_imgtext_grpDiv img{margin-left:20px;width:25px;height:25px}.dropdown-content_createPortal .dropdown_content_item .mainItem_imgtext_grpDiv a{display:block;padding:10px;text-decoration:none;color:#000;text-align:left;padding-left:10px;font-weight:800}.dropdown-content_createPortal .dropdown_content_item .mainItem_imgtext_grpDiv a:focus{box-shadow:none}.dropdown-content_createPortal .dropdown_content_item .mainItem_imgtext_grpDiv input{margin-right:5px}.dropdown-content_createPortal .dropdown_content_item .mainItem_imgtext_grpDiv:focus{background-color:#c1e5ff}.reportByGroup_menuInputCheckboxGrp{display:flex;align-items:center;justify-content:flex-start;width:-webkit-fill-available}.deliveryosgrid.ag-theme-quartz.table_full-contentheight{height:calc(100vh - 54rem)}.deliveryPending .card.mfield.Total-amount-common:first-child{margin-top:40px}.deliveryPending .tab-content.role-content .tab-pane.fade.active.show{display:block}.deliveryPending .tab-content.role-content .tab-pane.fade{display:none}.tlr_mainListing{margin-top:5px;padding:0px}.tlr_mainListing .tlr_report_byGrp_header_columnWise img{width:14px !important;height:14px !important}.tlr_mainListing .tlr_report_byGrp_header_columnWise .reportby_studded_grpBtn{padding:4px 5px 0px 5px !important}.tlr_mainListing .ag-cell{display:inline;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tlr_mainListing .tlr_report_byGrp_header_bgcolor span,.tlr_mainListing .tlr_studded_grp_header_bgcolor span{color:#3282b8;font-size:15px;font-weight:800}.tlr_mainListing .column_cell_grouping{display:flex !important;align-items:center;border-right:.5px solid #94d2ff !important;border-bottom:.5px solid #94d2ff !important}.tlr_mainListing .column_cell_grouping .column_cell_grouping_subContent{display:inline;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tlr_mainListing .tlr-table{border-top:0px;height:calc(100vh - 14.3rem)}.tlr_mainListing .tlr_table_afterFilter{height:calc(100vh - 22.8rem) !important}.tlr_mainListing .ag-header{border-bottom:0px}.tlr_mainListing .ag-row-even{background-color:#fffdf5;border-bottom:0px}.tlr_mainListing .ag-row-odd{background-color:#fff;border-bottom:0px}.tlr_mainListing .tlr_sr_header_bgcolor{background-color:#e5f5ff;border-right:.5px solid #94d2ff !important;border-bottom:.5px solid #94d2ff}.tlr_mainListing .tlr_sr_header_bgcolor .tlr_sr_header{width:100%;text-align:center}.tlr_mainListing .tlr_sr_header_bgcolor .tlr_sr_header span{color:#3282b8;font-size:15px;font-weight:800}.tlr_mainListing .tlr_sr_header_bgcolor:hover{background-color:#e5f5ff !important}.tlr_mainListing .tlr_report_byGrp_header_bgcolor,.tlr_mainListing .tlr_studded_grp_header_bgcolor{background-color:#e5f5ff;border-right:.5px solid #94d2ff !important;border-bottom:.5px solid #94d2ff}.tlr_mainListing .tlr_report_byGrp_header_bgcolor .tlr_report_byGrp_header,.tlr_mainListing .tlr_studded_grp_header_bgcolor .tlr_report_byGrp_header,.tlr_mainListing .tlr_studded_grp_header_bgcolor .tlr_studded_grp_header{width:100%;text-align:center;display:flex;align-items:center}.tlr_mainListing .tlr_report_byGrp_header_bgcolor .tlr_report_byGrp_header span,.tlr_mainListing .tlr_studded_grp_header_bgcolor .tlr_report_byGrp_header span,.tlr_mainListing .tlr_studded_grp_header_bgcolor .tlr_studded_grp_header span{color:#3282b8;font-size:15px;font-weight:800}.tlr_mainListing .tlr_report_byGrp_header_bgcolor .reportby_studded_grpBtn,.tlr_mainListing .tlr_studded_grp_header_bgcolor .reportby_studded_grpBtn{background-color:#3282b8;border-radius:5px;padding:4px 5px 0px 5px;margin-right:15px;position:relative}.tlr_mainListing .tlr_report_byGrp_header_bgcolor .reportby_studded_grpBtn img,.tlr_mainListing .tlr_studded_grp_header_bgcolor .reportby_studded_grpBtn img{margin:0px;height:16px;width:18px}@keyframes slideDown{0%{opacity:0;transform:translateY(-60px)}100%{opacity:1;transform:translateY(0)}}.tlr_mainListing .tlr_report_byGrp_header_bgcolor:hover,.tlr_mainListing .tlr_studded_grp_header_bgcolor:hover{background-color:#e5f5ff !important}.tlr_mainListing .tlr_studded_grp_header_bgcolor{border-right:.5px solid #94d2ff !important}.tlr_mainListing .tlr_studded_grp_header_bgcolor .tlr_studded_grp_header{width:100%;display:flex;align-items:center}.tlr_mainListing .tlr_studded_grp_header_bgcolor .tlr_studded_grp_header .reportby_studded_grpBtn{background-color:#3282b8;border-radius:5px;padding:4px 5px 0px 5px;margin-right:15px}.tlr_mainListing .tlr_studded_grp_header_bgcolor .tlr_studded_grp_header .reportby_studded_grpBtn img{margin:0px;height:16px;width:18px}.tlr_mainListing .ag-floating-bottom{background-color:rgba(0,0,0,0) !important}.tlr_mainListing .ag-floating-bottom-container .column_cell_grouping{background-color:#e5f5ff !important;font-size:18px !important}.tlr_mainListing .ag-floating-bottom-container .reportbystudded_textWrap{font-size:18px !important;background-color:#e5f5ff !important}.tlr_mainListing .ag-floating-bottom-container .reportbystudded_textWrap{background-color:#e5f5ff !important}.tlr_mainListing .ag-floating-bottom-container .srno_content_align{background-color:#e5f5ff !important}.tlr_mainListing .ag-floating-bottom-container .tlr_opn_subHeader_content{background-color:#e7f6e7 !important}.tlr_mainListing .ag-floating-bottom-container .tlr_receipt_subHeader_content{background:#e7eeff !important}.tlr_mainListing .ag-floating-bottom-container .tlr_issue_subHeader_content{background:#fff4e2 !important}.tlr_mainListing .ag-floating-bottom-container .tlr_closing_subHeader_content{background:#fde8e9 !important}.tlr_mainListing .ag-floating-bottom-container .ag-cell span{font-weight:800 !important}.tlr_mainListing .ar_row_total .reportbystudded_textWrap{font-size:18px !important;background-color:#e5f5ff !important}.tlr_mainListing .ar_row_total .reportbystudded_textWrap span{font-size:14px}.tlr_mainListing .ar_row_total .column_cell_grouping{background-color:#e5f5ff !important}.tlr_mainListing .ar_row_total .reportbystudded_textWrap{background-color:#e5f5ff !important}.tlr_mainListing .ar_row_total .srno_content_align{background-color:#e5f5ff !important}.tlr_mainListing .ar_row_total .tlr_opn_subHeader_content{background-color:#e7f6e7 !important}.tlr_mainListing .ar_row_total .tlr_receipt_subHeader_content{background:#e7eeff !important}.tlr_mainListing .ar_row_total .tlr_issue_subHeader_content{background:#fff4e2 !important}.tlr_mainListing .ar_row_total .tlr_closing_subHeader_content{background:#fde8e9 !important}.tlr_mainListing .ar_row_total .ag-cell span{font-weight:700 !important}.tlr_mainListing .table_footerNonSticky .reportbystudded_textWrap_ag_row_last .reportbystudded_textWrap{font-size:18px !important;background-color:#e5f5ff !important}.tlr_mainListing .table_footerNonSticky .reportbystudded_textWrap_ag_row_last .reportbystudded_textWrap span{font-size:18px}.tlr_mainListing .table_footerNonSticky .reportbystudded_textWrap_ag_row_last .column_cell_grouping{background-color:#e5f5ff !important}.tlr_mainListing .table_footerNonSticky .reportbystudded_textWrap_ag_row_last .reportbystudded_textWrap{background-color:#e5f5ff !important}.tlr_mainListing .table_footerNonSticky .reportbystudded_textWrap_ag_row_last .srno_content_align{background-color:#e5f5ff !important}.tlr_mainListing .table_footerNonSticky .reportbystudded_textWrap_ag_row_last .tlr_opn_subHeader_content{background-color:#e7f6e7 !important}.tlr_mainListing .table_footerNonSticky .reportbystudded_textWrap_ag_row_last .tlr_receipt_subHeader_content{background:#e7eeff !important}.tlr_mainListing .table_footerNonSticky .reportbystudded_textWrap_ag_row_last .tlr_issue_subHeader_content{background:#fff4e2 !important}.tlr_mainListing .table_footerNonSticky .reportbystudded_textWrap_ag_row_last .tlr_closing_subHeader_content{background:#fde8e9 !important}.tlr_mainListing .table_footerNonSticky .reportbystudded_textWrap_ag_row_last .ag-cell span{font-weight:800 !important}.tlr_mainListing .ReceiptDetail .merge-cell{background-color:#000 !important}.tlr_mainListing .tlr_opening_header_bgcolor,.tlr_mainListing .tlr_closing_header_bgcolor,.tlr_mainListing .tlr_receipt_header_bgcolor,.tlr_mainListing .tlr_issue_header_bgcolor{width:100%;text-align:center;border-right:.5px solid #7ec894 !important;border-bottom:.5px solid #7ec894;background-color:#ecffec}.tlr_mainListing .tlr_opening_header_bgcolor span,.tlr_mainListing .tlr_closing_header_bgcolor span,.tlr_mainListing .tlr_receipt_header_bgcolor span,.tlr_mainListing .tlr_issue_header_bgcolor span{line-height:27px;color:#279046;font-size:15px;font-weight:800}.tlr_mainListing .tlr_opening_header_bgcolor:hover,.tlr_mainListing .tlr_closing_header_bgcolor:hover,.tlr_mainListing .tlr_receipt_header_bgcolor:hover,.tlr_mainListing .tlr_issue_header_bgcolor:hover{background-color:#ecffec !important}.tlr_mainListing .tlr_opn_subHeader_bgcolor{border-right:.5px solid #7ec894 !important;border-bottom:.5px solid #7ec894;border-top:0px !important;background-color:#ecffec}.tlr_mainListing .tlr_opn_subHeader_bgcolor span{color:#279046}.tlr_mainListing .tlr_opn_subHeader_bgcolor:hover{background-color:#ecffec !important}.tlr_mainListing .tlr_opn_subHeader_content{border-right:.5px solid #7ec894 !important;border-bottom:.5px solid #7ec894 !important;border-top:0px !important;background-color:#fffdfa}.tlr_mainListing .tlr_opn_subHeader_content span{font-weight:600 !important}.tlr_mainListing .tlr_issue_header_bgcolor{background-color:#fff4e2;border-right:.5px solid #ffb38a !important;border-bottom:.5px solid #ffb38a !important}.tlr_mainListing .tlr_issue_header_bgcolor span{color:#dc7b45}.tlr_mainListing .tlr_issue_header_bgcolor:hover{background-color:#fff4e2 !important}.tlr_mainListing .tlr_issue_subHeader_bgcolor{background-color:#fff4e2;border-right:.5px solid #ffb38a !important;border-bottom:.5px solid #ffb38a;border-top:0px !important}.tlr_mainListing .tlr_issue_subHeader_bgcolor span{color:#dc7b45}.tlr_mainListing .tlr_issue_subHeader_bgcolor:hover{background-color:#fff4e2 !important}.tlr_mainListing .tlr_issue_subHeader_content{border-right:.5px solid #ffb38a !important;border-bottom:.5px solid #ffb38a !important;border-top:0px !important;background-color:#fffdfa}.tlr_mainListing .tlr_issue_subHeader_content span{font-weight:600 !important}.tlr_mainListing .tlr_receipt_header_bgcolor{background-color:#e7eeff;border-right:.5px solid #acc5fc !important;border-bottom:.5px solid #acc5fc !important}.tlr_mainListing .tlr_receipt_header_bgcolor span{color:#3963bd}.tlr_mainListing .tlr_receipt_header_bgcolor:hover{background-color:#e7eeff !important}.tlr_mainListing .tlr_receipt_subHeader_bgcolor{background-color:#e7eeff;border-right:.5px solid #acc5fc !important;border-bottom:.5px solid #acc5fc;border-top:0px !important}.tlr_mainListing .tlr_receipt_subHeader_bgcolor span{color:#3963bd}.tlr_mainListing .tlr_receipt_subHeader_bgcolor:hover{background-color:#e7eeff !important}.tlr_mainListing .tlr_receipt_subHeader_content{border-right:.5px solid #acc5fc !important;border-bottom:.5px solid #acc5fc !important;border-top:0px !important;background-color:#fafcff}.tlr_mainListing .tlr_receipt_subHeader_content span{font-weight:600 !important}.tlr_mainListing .tlr_closing_header_bgcolor{background-color:#fde8e9;border-right:.5px solid #e59da2 !important;border-bottom:.5px solid #e59da2 !important}.tlr_mainListing .tlr_closing_header_bgcolor span{color:#d94747}.tlr_mainListing .tlr_closing_header_bgcolor:hover{background-color:#fde8e9 !important}.tlr_mainListing .tlr_closing_subHeader_bgcolor{background-color:#fde8e9;border-right:.5px solid #e59da2 !important;border-bottom:.5px solid #e59da2;border-top:0px !important}.tlr_mainListing .tlr_closing_subHeader_bgcolor span{color:#d94747}.tlr_mainListing .tlr_closing_subHeader_bgcolor:hover{background-color:#fde8e9 !important}.tlr_mainListing .tlr_closing_subHeader_content{border-right:.5px solid #e59da2 !important;border-bottom:.5px solid #e59da2 !important;border-top:0px !important;background-color:snow}.tlr_mainListing .tlr_closing_subHeader_content span{font-weight:600 !important}.tlr_mainListing .srno_content_align{display:flex;align-items:flex-start;justify-content:center;border-right:.5px solid #94d2ff !important;border-bottom:.5px solid #94d2ff !important}.tlr_mainListing .reportbystudded_textWrap{display:flex;align-items:flex-start;border-right:.5px solid #94d2ff !important;border-bottom:.5px solid #94d2ff !important}.tlr_mainListing .reportbystudded_textWrap .tlr_reportbystudded_grp_content{display:inline;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tlr_mainListing .studded_content_borderRight{border-right:.5px solid #94d2ff !important}.tlr_mainListing .tlr_opening_subHeader{display:flex;width:100%;justify-content:flex-end}.tlr_mainListing .tlr_label_pcs span{height:27px;margin:0px;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:flex-end}.tlr_mainListing .tlr_gross_net span{height:27px;margin:0px;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:flex-end}.tlr_mainListing .tlr_touchWst_fine span{height:27px;margin:0px;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:flex-end}.tlr_mainListing .tlr_avgRate_amt span{height:27px;margin:0px;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:flex-end}.tlr_dropdownBeforeIcon{position:absolute;top:-12px;left:405px}.tlr_dropdownBeforeIcon svg{width:16px;height:16px;fill:#fff}.TagLooseColumnChooser_DropdownContent{padding:0px;width:425px !important;z-index:3 !important;top:36px !important}.TagLooseColumnChooser_DropdownContent .main_header{margin:0px;padding:12px 15px;border-bottom:1px solid #dcdcdc}.TagLooseColumnChooser_DropdownContent .main_header span{font-size:18px;font-weight:800}.TagLooseColumnChooser_DropdownContent .main_header img{width:35px;height:35px}.TagLooseColumnChooser_DropdownContent .grouping{display:flex;padding:12px 15px;border-bottom:1px solid #dcdcdc}.TagLooseColumnChooser_DropdownContent .grouping ul{padding-right:0px;width:-webkit-fill-available;border-right:1px solid #dcdcdc;padding-right:25px}.TagLooseColumnChooser_DropdownContent .grouping ul li{display:flex;margin-bottom:15px}.TagLooseColumnChooser_DropdownContent .grouping ul li input{margin-right:5px}.TagLooseColumnChooser_DropdownContent .grouping ul li:last-child{margin-bottom:0px}.TagLooseColumnChooser_DropdownContent .grouping ul li:last-child label{text-align:left}.TagLooseColumnChooser_DropdownContent .grouping ul li label{font-size:16px;line-height:18px;font-weight:700;color:#181d1f !important;text-align:left}.TagLooseColumnChooser_DropdownContent .grouping ul:nth-child(1){padding-right:0px}.TagLooseColumnChooser_DropdownContent .grouping ul:last-child{border:unset;margin-right:0px;padding-left:25px;padding-right:0px}.TagLooseColumnChooser_DropdownContent .grouping_alignRowWise{padding:12px 15px}.TagLooseColumnChooser_DropdownContent .grouping_alignRowWise ul li{display:flex;margin-bottom:15px}.TagLooseColumnChooser_DropdownContent .grouping_alignRowWise ul li:last-child{margin-bottom:0px}.TagLooseColumnChooser_DropdownContent .grouping_alignRowWise ul li input{margin-right:5px}.TagLooseColumnChooser_DropdownContent .grouping_alignRowWise ul li label{font-size:16px;line-height:16px;font-weight:700;color:#181d1f !important}.tlr_detailCard{background-color:#fff}.tlr_detailCardContent{display:flex;justify-content:flex-start;align-items:center;gap:50px}.tlr_detailCardContent .tlr_detailCardItemGroup,.tlr_detailCardContent .tlr_detailItemName,.tlr_detailCardContent .tlr_detailCardCounter{display:flex;gap:10px;justify-content:center;align-items:center;background-color:#fff;box-shadow:0px 0px 10px 0px #e0e0e0;border-radius:8px;padding:10px 15px}.tlr_detailCardContent .tlr_detailCardItemGroup span:first-child,.tlr_detailCardContent .tlr_detailItemName span:first-child,.tlr_detailCardContent .tlr_detailCardCounter span:first-child{color:#64748b;font-weight:600;font-size:14px}.tlr_detailCardContent .tlr_detailItemName{border-left:3px solid #f59e0b}.tlr_detailCardContent .tlr_detailItemName span:last-child{color:#f59e0b;font-weight:700;font-size:16px}.tlr_detailCardContent .tlr_detailCardCounter{border-left:3px solid #8b5cf6}.tlr_detailCardContent .tlr_detailCardCounter span:last-child{color:#8b5cf6;font-weight:700;font-size:16px}.tlr_detailCardContent .tlr_detailCardItemGroup{border-left:3px solid #d84343}.tlr_detailCardContent .tlr_detailCardItemGroup span:last-child{color:#d84343;font-weight:700;font-size:16px}.tlr_detailWiseOpening .ag-row-odd{background-color:#fff !important}.tlr_detailWiseOpening .ag-header .ag-header-cell{border-bottom:.5px solid #acdcfc;border-right:.5px solid #acdcfc !important;background-color:#e5f5ff}.tlr_detailWiseOpening .ag-floating-bottom .ag-cell{border-right:.5px solid #acdcfc !important}.tlr_detailWiseOpening .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .ag-cell{border-right:.5px solid #acdcfc !important;border-bottom:.5px solid #acdcfc !important}.tlr_detailWiseOpening span.ag-header-cell-text{font-size:15px}.tlr_detailWiseOpening .ag-header-cell.Issue{border-right:.5px solid #ffb38a !important}.tlr_detailWiseOpening .ag-header-cell.Receipt{border-right:.5px solid #acc5fc !important}.tlr_detailWiseOpening .ag-header-cell.Balance{border-right:.5px solid #7ec894 !important}.tlr_mainListing:has(.tlr_tagWise) .ag-header-row.ag-header-row-column-filter{border-top:0px}.tlr_mainListing:has(.tlr_tagWise) .ag-cell{border-bottom:1px solid #dbe0e6 !important;line-height:24px}.tlr_mainListing:has(.tlr_tagWise) .ag-row-even{background-color:#fff}.tlr_mainListing:has(.tlr_tagWise) .ag-header .ag-header-cell{border-bottom:.5px solid #94d2ff;border-right:.5px solid #94d2ff !important;background-color:#e5f5ff}.tlr_mainListing:has(.tlr_tagWise) .ag-floating-bottom .ag-cell{border-right:.5px solid #94d2ff !important}.tlr_mainListing:has(.tlr_tagWise) .ag-theme-quartz.ag-grid-list{border-top:0px}.tlr_mainListing:has(.tlr_tagWise) .ag-header:has(.ag-header-cell .OtherGold) .ag-header-cell,.tlr_mainListing:has(.tlr_tagWise) .ag-header:has(.ag-header-cell .OtherSilver) .ag-header-cell,.tlr_mainListing:has(.tlr_tagWise) .ag-header:has(.ag-header-cell .OtherPlatinum) .ag-header-cell,.tlr_mainListing:has(.tlr_tagWise) .ag-header:has(.ag-header-cell .OtherColorStone) .ag-header-cell,.tlr_mainListing:has(.tlr_tagWise) .ag-header:has(.ag-header-cell .OtherDiamond) .ag-header-cell,.tlr_mainListing:has(.tlr_tagWise) .ag-header:has(.ag-header-cell .OtherItem) .ag-header-cell{border-bottom:0px;border-right:unset !important}.tlr_mainListing:has(.tlr_tagWise) .ag-header:has(.OtherGold) .ag-header-cell.OtherGold{border-right:.5px solid #e5d275 !important}.tlr_mainListing:has(.tlr_tagWise) .ag-header:has(.OtherSilver) .ag-header-cell.OtherSilver{border-right:.5px solid #b8b8b8 !important}.tlr_mainListing:has(.tlr_tagWise) .ag-header:has(.OtherPlatinum) .ag-header-cell.OtherPlatinum{border-right:.5px solid #e59da2 !important}.tlr_mainListing:has(.tlr_tagWise) .ag-header:has(.OtherColorStone) .ag-header-cell.OtherColorStone{border-right:.5px solid #7ec894 !important}.tlr_mainListing:has(.tlr_tagWise) .ag-header:has(.OtherDiamond) .ag-header-cell.OtherDiamond{border-right:.5px solid #acc5fc !important}.tlr_mainListing:has(.tlr_tagWise) .ag-header:has(.OtherItem) .ag-header-cell.OtherItem{border-right:.5px solid #ffb38a !important}.tlr_mainListing:has(.tlr_tagWise) span.ag-header-cell-text{color:#3282b8 !important}.tlr_mainListing:has(.tlr_tagWise) .ag-floating-bottom{background:#eff8fe !important;border-bottom:.5px solid #e6e6e6 !important}.OtherGold.ag-header-group-cell-with-group{background-color:#fff8dc;color:#b39728;border-right:.5px solid #e5d275 !important;border-bottom:.5px solid #e5d275 !important}.OtherGold.ag-header-group-cell-with-group:hover{background-color:#fff8dc !important}.OtherGold.ag-header-group-cell-with-group span{font-size:15px;font-weight:800}.ag-header-cell.OtherGold{background-color:#fff8dc !important;border-top:0px !important;border-bottom:.5px solid #e5d275 !important}.ag-header-cell.OtherGold:hover{background-color:#fff8dc !important}.ag-header-cell.OtherGold span{font-size:15px;font-weight:700}.tlr_mainListing:has(.tlr_tagWise) .OtherGold span.ag-header-cell-text{color:#b39728 !important;font-size:13px}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .ag-cell{border-right:.5px solid #94d2ff !important;border-bottom:.5px solid #94d2ff !important}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherGoldSalesWt.OtherGold.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherGoldCostWt.OtherGold.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherGoldSalesFineWt.OtherGold.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherGoldCostFineWt.OtherGold.ag-cell{border-right:.5px solid #e5d275 !important;border-bottom:.5px solid #e5d275 !important;border-top:0px !important;background-color:#fffdfa !important}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherGoldSalesWt.OtherGold.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherGoldCostWt.OtherGold.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherGoldSalesFineWt.OtherGold.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherGoldCostFineWt.OtherGold.ag-cell:hover{background-color:#fff8dc !important}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherGoldSalesWt.OtherGold.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherGoldCostWt.OtherGold.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherGoldSalesFineWt.OtherGold.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherGoldCostFineWt.OtherGold.ag-cell{border-right:.5px solid #e5d275 !important;background-color:#fff8dc !important;border-bottom:.5px solid #e5d275 !important}.OtherSilver.ag-header-group-cell-with-group{background-color:#ebebeb !important;color:#5d5d5d;border-right:.5px solid #b8b8b8 !important;border-bottom:.5px solid #b8b8b8 !important}.OtherSilver.ag-header-group-cell-with-group:hover{background-color:#ebebeb !important}.OtherSilver.ag-header-group-cell-with-group span{font-size:15px;font-weight:800}.ag-header-cell.OtherSilver{background-color:#ebebeb !important;border-top:0px !important;border-bottom:.5px solid #b8b8b8 !important}.ag-header-cell.OtherSilver:hover{background-color:#ebebeb !important}.ag-header-cell.OtherSilver span{font-size:15px;font-weight:700}.tlr_mainListing:has(.tlr_tagWise) .OtherSilver span.ag-header-cell-text{color:#5d5d5d !important;font-size:13px}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .ag-cell{border-right:.5px solid #94d2ff !important;border-bottom:.5px solid #94d2ff !important}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherSilverSalesWt.OtherSilver.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherSilverCostWt.OtherSilver.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherSilverSalesFineWt.OtherSilver.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherSilverCostFineWt.OtherSilver.ag-cell{border-right:.5px solid #b8b8b8 !important;border-bottom:.5px solid #b8b8b8 !important;border-top:0px !important;background-color:#fbfbfb !important}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherSilverSalesWt.OtherSilver.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherSilverCostWt.OtherSilver.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherSilverSalesFineWt.OtherSilver.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherSilverCostFineWt.OtherSilver.ag-cell:hover{background-color:#ebebeb !important}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherSilverSalesWt.OtherSilver.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherSilverCostWt.OtherSilver.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherSilverSalesFineWt.OtherSilver.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherSilverCostFineWt.OtherSilver.ag-cell{border-right:.5px solid #b8b8b8 !important;background-color:#e6e6e6 !important;border-bottom:.5px solid #b8b8b8 !important}.UseDetail.ag-header-group-cell-with-group,.OSDetail.ag-header-group-cell-with-group,.OtherPlatinum.ag-header-group-cell-with-group{background-color:#fde8e9 !important;color:#d94747;border-right:.5px solid #e59da2 !important;border-bottom:.5px solid #e59da2 !important}.UseDetail.ag-header-group-cell-with-group:hover,.OSDetail.ag-header-group-cell-with-group:hover,.OtherPlatinum.ag-header-group-cell-with-group:hover{background-color:#fde8e9 !important}.UseDetail.ag-header-group-cell-with-group span,.OSDetail.ag-header-group-cell-with-group span,.OtherPlatinum.ag-header-group-cell-with-group span{font-size:15px;font-weight:800}.ag-header-cell.UseDetail .ag-header-cell-text,.ag-header-cell.OSDetail .ag-header-cell-text{color:#d94747 !important}.ag-header-cell.OtherPlatinum{background-color:#fde8e9 !important;border-top:0px !important;border-bottom:.5px solid #e59da2 !important}.ag-header-cell.OtherPlatinum:hover{background-color:#fde8e9 !important}.ag-header-cell.OtherPlatinum span{font-size:15px;font-weight:700}.ag-theme-quartz.transaction_theme-tablecolor .ag-header-cell.UseDetail,.ag-theme-quartz.transaction_theme-tablecolor .ag-header-cell.OSDetail{border-right:.5px solid #e59da2 !important}.ag-row:has(.UseDetail),.ag-row:has(.OSDetail){border-bottom:1px solid #efefef}.ag-header-cell.UseDetail,.ag-header-cell.OSDetail{background-color:#fde8e9 !important;border-top:0px !important;border-bottom:.5px solid #e59da2 !important}.ag-header-cell.UseDetail:hover,.ag-header-cell.OSDetail:hover{background-color:#fde8e9 !important}.ag-header-cell.UseDetail span,.ag-header-cell.OSDetail span{font-size:15px;font-weight:700}.tlr_mainListing .UseDetail span.ag-header-cell-text,.tlr_mainListing .OSDetail span.ag-header-cell-text,.tlr_mainListing:has(.tlr_tagWise) .OtherPlatinum span.ag-header-cell-text{color:#d94747 !important;font-size:13px}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .ag-cell{border-right:.5px solid #94d2ff !important;border-bottom:.5px solid #94d2ff !important}.ag-theme-quartz .ag-body .UseDetail.ag-cell,.ag-theme-quartz .ag-body .OSDetail.ag-cell{border-right:.5px solid #e59da2 !important;border-bottom:.5px solid #e59da2 !important;border-top:0px !important;background-color:snow !important}.ag-theme-quartz .ag-body .UseDetail.ag-cell:hover,.ag-theme-quartz .ag-body .OSDetail.ag-cell:hover{background-color:#fde8e9 !important}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherPlatinumSalesWt.OtherPlatinum.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherPlatinumCostWt.OtherPlatinum.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherPlatinumSalesFineWt.OtherPlatinum.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherPlatinumCostFineWt.OtherPlatinum.ag-cell{border-right:.5px solid #e59da2 !important;border-bottom:.5px solid #e59da2 !important;border-top:0px !important;background-color:snow !important}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherPlatinumSalesWt.OtherPlatinum.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherPlatinumCostWt.OtherPlatinum.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherPlatinumSalesFineWt.OtherPlatinum.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherPlatinumCostFineWt.OtherPlatinum.ag-cell:hover{background-color:#fde8e9 !important}.ag-theme-quartz .ag-floating-bottom .OSDetail.ag-cell,.ag-theme-quartz .ag-floating-bottom .UseDetail.ag-cell{border-right:.5px solid #e59da2 !important;background-color:#fde8e9 !important;border-bottom:.5px solid #e59da2 !important}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherPlatinumSalesWt.OtherPlatinum.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherPlatinumCostWt.OtherPlatinum.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherPlatinumSalesFineWt.OtherPlatinum.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherPlatinumCostFineWt.OtherPlatinum.ag-cell{border-right:.5px solid #e59da2 !important;background-color:#fde8e9 !important;border-bottom:.5px solid #e59da2 !important}.Balance.ag-header-group-cell-with-group,.OtherColorStone.ag-header-group-cell-with-group{background-color:#ecffec !important;color:#279046;border-right:.5px solid #7ec894 !important;border-bottom:.5px solid #7ec894 !important}.Balance.ag-header-group-cell-with-group:hover,.OtherColorStone.ag-header-group-cell-with-group:hover{background-color:#ecffec !important}.Balance.ag-header-group-cell-with-group span,.OtherColorStone.ag-header-group-cell-with-group span{font-size:15px;font-weight:800}.ag-header-cell.Balance .ag-header-cell-text{color:#279046 !important}.ag-theme-quartz.transaction_theme-tablecolor .ag-header-cell.Balance,.ag-header-cell.Balance{border-right:.5px solid #7ec894 !important}.ag-header-cell.Balance,.ag-header-cell.OtherColorStone{background-color:#ecffec !important;border-top:0px !important;border-bottom:.5px solid #7ec894 !important}.ag-header-cell.Balance:hover,.ag-header-cell.OtherColorStone:hover{background-color:#ecffec !important}.ag-header-cell.Balance span,.ag-header-cell.OtherColorStone span{font-size:15px;font-weight:700}.tlr_mainListing .Balance span.ag-header-cell-text,.tlr_mainListing:has(.tlr_tagWise) .OtherColorStone span.ag-header-cell-text{color:#279046 !important;font-size:13px}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .ag-cell{border-right:.5px solid #94d2ff !important;border-bottom:.5px solid #94d2ff !important}.ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .Balance.ag-cell{border-right:.5px solid #7ec894 !important;border-bottom:.5px solid #7ec894 !important;border-top:0px !important;background-color:#fffdfa !important}.ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .Balance.ag-cell:hover{background-color:#ecffec !important}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherColorStoneSalesPcs.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherColorStoneCostPcs.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherColorStoneSalesWt.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherColorStoneCostWt.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherColorStoneSalesAmount.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherColorStoneCostAmount.ag-cell{border-right:.5px solid #7ec894 !important;border-bottom:.5px solid #7ec894 !important;border-top:0px !important;background-color:#fffdfa !important}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherColorStoneSalesPcs.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherColorStoneCostPcs.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherColorStoneSalesWt.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherColorStoneCostWt.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherColorStoneSalesAmount.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherColorStoneCostAmount.ag-cell:hover{background-color:#ecffec !important}.ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .Balance.ag-cell{border-right:.5px solid #7ec894 !important;background-color:#ecffec !important;border-bottom:.5px solid #7ec894 !important}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherColorStoneSalesPcs.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherColorStoneCostPcs.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherColorStoneSalesWt.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherColorStoneCostWt.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherColorStoneSalesAmount.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherColorStoneCostAmount.ag-cell{border-right:.5px solid #7ec894 !important;background-color:#e7f6e7 !important;border-bottom:.5px solid #7ec894 !important}.Tag.ag-header-group-cell-with-group,.Receipt.ag-header-group-cell-with-group,.ReceiptDetail.ag-header-group-cell-with-group,.OtherDiamond.ag-header-group-cell-with-group{background-color:#e7eeff !important;color:#3963bd;border-right:.5px solid #acc5fc !important;border-bottom:.5px solid #acc5fc !important}.Tag.ag-header-group-cell-with-group:hover,.Receipt.ag-header-group-cell-with-group:hover,.ReceiptDetail.ag-header-group-cell-with-group:hover,.OtherDiamond.ag-header-group-cell-with-group:hover{background-color:#e7eeff !important}.Tag.ag-header-group-cell-with-group span,.Receipt.ag-header-group-cell-with-group span,.ReceiptDetail.ag-header-group-cell-with-group span,.OtherDiamond.ag-header-group-cell-with-group span{font-size:15px;font-weight:800}.ag-header-cell.Tag .ag-header-cell-text,.ag-header-cell.ReceiptDetail .ag-header-cell-text,.ag-header-cell.Receipt .ag-header-cell-text{color:#3963bd !important}.ag-theme-quartz.transaction_theme-tablecolor .ag-header-cell.ReceiptDetail{border-right:.5px solid #acc5fc !important}.ag-theme-quartz.transaction_theme-tablecolor .ag-header-cell.Tag,.ag-header-cell.Receipt{border-right:.5px solid #acc5fc !important}.ag-row:has(.ReceiptDetail){border-bottom:1px solid #efefef}.ag-header-cell.Tag,.ag-header-cell.Receipt,.ag-header-cell.ReceiptDetail,.ag-header-cell.OtherDiamond{background-color:#e7eeff !important;border-top:0px !important;border-bottom:.5px solid #acc5fc !important}.ag-header-cell.Tag:hover,.ag-header-cell.Receipt:hover,.ag-header-cell.ReceiptDetail:hover,.ag-header-cell.OtherDiamond:hover{background-color:#e7eeff !important}.ag-header-cell.Tag span,.ag-header-cell.Receipt span,.ag-header-cell.ReceiptDetail span,.ag-header-cell.OtherDiamond span{font-size:15px;font-weight:700}.tlr_mainListing .Tag span.ag-header-cell-text,.tlr_mainListing .ReceiptDetail span.ag-header-cell-text,.tlr_mainListing .Receipt span.ag-header-cell-text,.tlr_mainListing:has(.tlr_tagWise) .OtherDiamond span.ag-header-cell-text{color:#3963bd !important;font-size:13px}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .ag-cell{border-right:.5px solid #94d2ff !important;border-bottom:.5px solid #94d2ff !important}.ag-theme-quartz .ag-body .ReceiptDetail.ag-cell,.ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .Receipt.ag-cell{border-right:.5px solid #acc5fc !important;border-bottom:.5px solid #acc5fc !important;border-top:0px !important;background-color:#fafcff !important}.ag-theme-quartz .ag-body .ReceiptDetail.ag-cell:hover,.ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .Receipt.ag-cell:hover{background-color:#e7eeff !important}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherDiamondCostPcs.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherDiamondSalesWt.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherDiamondCostWt.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherDiamondCostAmount.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherDiamondSalesAmount.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherDiamondSalesPcs.ag-cell{border-right:.5px solid #acc5fc !important;border-bottom:.5px solid #acc5fc !important;border-top:0px !important;background-color:#fafcff !important}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherDiamondCostPcs.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherDiamondSalesWt.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherDiamondCostWt.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherDiamondCostAmount.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherDiamondSalesAmount.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherDiamondSalesPcs.ag-cell:hover{background-color:#e7eeff !important}.ag-theme-quartz .ag-floating-bottom .ReceiptDetail.ag-cell,.ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .Receipt.ag-cell{border-right:.5px solid #acc5fc !important;background-color:#e7eeff !important;border-bottom:.5px solid #acc5fc !important}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherDiamondCostPcs.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherDiamondSalesWt.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherDiamondCostWt.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherDiamondCostAmount.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherDiamondSalesAmount.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherDiamondSalesPcs.ag-cell{border-right:.5px solid #acc5fc !important;background-color:#e7eeff !important;border-bottom:.5px solid #acc5fc !important}.LotNo.ag-header-group-cell-with-group,.Issue.ag-header-group-cell-with-group,.OtherItem.ag-header-group-cell-with-group{background-color:#fff4e2 !important;color:#dc7b45;border-right:.5px solid #ffb38a !important;border-bottom:.5px solid #ffb38a !important}.LotNo.ag-header-group-cell-with-group:hover,.Issue.ag-header-group-cell-with-group:hover,.OtherItem.ag-header-group-cell-with-group:hover{background-color:#fff4e2 !important}.LotNo.ag-header-group-cell-with-group span,.Issue.ag-header-group-cell-with-group span,.OtherItem.ag-header-group-cell-with-group span{font-size:15px;font-weight:800}.ag-header-cell.LotNo .ag-header-cell-text,.ag-header-cell.Issue .ag-header-cell-text{color:#dc7b45 !important}.ag-theme-quartz.transaction_theme-tablecolor .ag-header-cell.LotNo,.ag-header-cell.Issue{border-right:.5px solid #ffb38a !important}.ag-header-cell.LotNo,.ag-header-cell.Issue,.ag-header-cell.OtherItem{background-color:#fff4e2 !important;border-top:0px !important;border-bottom:.5px solid #ffb38a !important}.ag-header-cell.LotNo:hover,.ag-header-cell.Issue:hover,.ag-header-cell.OtherItem:hover{background-color:#fff4e2 !important}.ag-header-cell.LotNo span,.ag-header-cell.Issue span,.ag-header-cell.OtherItem span{font-size:15px;font-weight:700}.tlr_mainListing .Receipt span.ag-header-cell-text,.tlr_mainListing:has(.tlr_tagWise) .OtherItem span.ag-header-cell-text{color:#dc7b45 !important;font-size:13px}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .ag-cell{border-right:.5px solid #94d2ff !important;border-bottom:.5px solid #94d2ff !important}.ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .Issue.ag-cell{border-right:.5px solid #ffb38a !important;border-bottom:.5px solid #ffb38a !important;border-top:0px !important;background-color:#fffdfa !important}.ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .Issue.ag-cell:hover{background-color:#fff4e2 !important}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherItemCostPcs.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherItemSalesWt.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherItemCostWt.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherItemCostAmount.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherItemSalesAmount.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherItemSalesPcs.ag-cell{border-right:.5px solid #ffb38a !important;border-bottom:.5px solid #ffb38a !important;border-top:0px !important;background-color:#fffdfa !important}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherItemCostPcs.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherItemSalesWt.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherItemCostWt.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherItemCostAmount.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherItemSalesAmount.ag-cell:hover,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-body .OtherItemSalesPcs.ag-cell:hover{background-color:#fff4e2 !important}.ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .Issue.ag-cell{border-right:.5px solid #ffb38a !important;background-color:#fff4e2 !important;border-bottom:.5px solid #ffb38a !important}.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherItemCostPcs.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherItemSalesWt.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherItemCostWt.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherItemCostAmount.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherItemSalesAmount.ag-cell,.tlr_tagWise .ag-theme-quartz.ag-grid-list:not(.Ledger-ReportPage .ag-theme-quartz.ag-grid-list) .ag-floating-bottom .OtherItemSalesPcs.ag-cell{border-right:.5px solid #e59da2 !important;background-color:#fff4e2 !important;border-bottom:.5px solid #e59da2 !important}.account_opening_tabs li button{padding:5px 20px !important}.role-policydaybooktab .rolePolicy_searchBar{margin:0px !important}.role-policypage{flex-wrap:nowrap;background-color:#e9f2ff;padding:5px}.role-policypage li{margin-inline-end:0px}.role-policypage li button{padding:5px;border-radius:4px;border-top-left-radius:4px !important;border-top-right-radius:4px !important}.role-policypage li button h5{color:#3282b8}.role-policypage li .active{background-color:#3282b8 !important}.role-policypage li .active h5{color:#fff}.role-policypage .Customer_Master_Title{display:flex;align-items:center}.rolePolicy_searchBar{width:20%}.overflow_rolePolicy_adjust{overflow-x:hidden !important}.rolePolicyToggle_btn{display:none}.rolepolicy_footerBtn{display:flex;justify-content:flex-end;align-items:center}.role-label{font-size:14px}.role-label-copy{font-size:14px;font-weight:700;color:#181d1f !important;margin-bottom:2px;display:flex;align-items:center;line-height:14px}.rolePolicy_Table .ag-grid-list{border-top:1px solid #e6e6e6}.rolePolicy_Table .ag-icon{font-size:16px}.rolePolicy_Table .ag-group-value{margin-left:18px}.role-policy-card{padding:0px}.role-input_tag.role_daysInputSection{flex-wrap:wrap}.role-input_tag.role_daysInputSection label.form-label{width:100%}.role-input_tag.role_daysInputSection input.form-control{width:80px}.role-input_tag{padding:6px}.ag-theme-quartz.rolePolicy_Table.rolePolicy_tableheight{height:calc(100vh - 17.1rem)}.ag-theme-quartz.rolePolicy_tableheight{height:calc(100vh - 17.1rem)}.ag-theme-quartz.rolepolicy_Daybook{height:calc(100vh - 17.6rem)}.ag-theme-quartz.rolePolicy_tableheight_map{height:calc(100vh - 17.5rem)}.subMenu_Grid .subMenuBtn_Grid{border:1px solid #3282b8;background-color:rgba(0,0,0,0);color:#3282b8;padding:0px 5px}.subMenu_Grid .subMenuBtn_Grid:hover{background-color:#3282b8;color:#fff;border:1px solid #3282b8}.schemeTypeMasterPage-contentBorder{border:1px solid #dbe0e6;border-radius:4px !important}.schemeMasterPage-borderSet{border-bottom:0px;margin-bottom:0px;margin:2px 0px}.schemeTypeMasterPage-tableBorderRadius{border-radius:0px 0px 4px 4px !important}.schemeTypeMasterPage-tableBorderRadius .ag-header{border-bottom:1px solid #dbe0e6}.LineHeight{margin-top:10px}.tab-paddingAdjust ul li{padding:5px 7px 4px !important}.remark-input-SchemeTypeMasterPage{padding-top:5px}.table_full-contentheight{height:482px}.table_full-contentheight .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0px !important}.table_full-contentheight .ag-root.ag-unselectable.ag-layout-normal{border-radius:0px !important}.ag-theme-quartz.ratebookgrid-modal{height:482px}.table_full-contentheightV2{height:calc(100vh - 39.5rem)}.table_full-contentheightV2 .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0px !important}.table_full-contentheightV2 .ag-root.ag-unselectable.ag-layout-normal{border-radius:0px !important}.CardAdjustmentReceipt-body{border-top-left-radius:0px;border-top-right-radius:0px;border-top:0px}.btn_padding_start_mobileAlign{display:flex}.refresh-button-CardAr,.refresh-button-CardAr-2{background-color:#f0f6ff;border:1px solid #196ba5;padding:2px 3px;border-radius:4px}.refresh-button-CardAr img,.refresh-button-CardAr-2 img{height:20px;width:15px;display:flex}.refresh-button-CardAr:hover,.refresh-button-CardAr-2:hover{background-color:#196ba5;border-color:#196ba5}.refresh-button-CardAr:hover img,.refresh-button-CardAr-2:hover img{filter:brightness(0) invert(1)}.refresh-button-CardAr-2{margin-left:10px}.cardAdj_input_section{border-right:0px;border-top-right-radius:0px;border-bottom-right-radius:0px}.form-check-label_fontSize{font-size:14px}.copy-supplier-other-rate{display:flex;justify-content:flex-end;margin-right:10px;align-items:center}.supplier_other_rate-header{padding:5px;border-radius:5px 5px 0px 0px}.supplier_other_rate-header h4{margin-bottom:3px}.supplier_other_rate-body .copy-button-icon{display:flex;justify-content:flex-end}.supplier_other_rate-body .copy-button-icon .dropdown-content{width:auto;top:28px;right:0}.supplier_other_rate-body .copy-button-icon .custom_help{background-color:#fff !important}.grid_multicontentSales .css-1cll6hx{display:none}.grid_multicontentSales .css-1nmdiq5-menu{width:20rem !important}.grid_multicontentSales .css-1nmdiq5-menu .container123{width:fit-content !important}.grid_multicontentSales .css-1nmdiq5-menu .container123 .react-select.from-control.T__option{padding:0px 10px !important}.grid_multicontentSales .css-1nmdiq5-menu .container123 .grid_multicontent-help-header{background-color:#6087bb}.grid_multicontentSales .css-1nmdiq5-menu .container123 .grid_multicontent-help-header .grid_multicontent-help-textWidthSet{width:auto !important}.grid_multicontentSales .css-1nmdiq5-menu .container123 .grid_multicontent-help{display:flex !important}.grid_multicontentSales .css-1nmdiq5-menu .container123 .grid_multicontent-help span{height:28px;display:flex;align-items:center}.grid_multicontentCost .css-1cll6hx{display:none}.account-filter_modal .radio-grp{background-color:#efefef;border-radius:5px;padding:3px 0px 3px 5px}.account-filter_modal .radio-grp .report-radio-me .form-check-label{font-size:14px}.account-filter_modal .radio-grp .daybookwise{margin-left:0px}.account-filter_modal .daybook-select{display:flex;align-items:center;justify-content:end;margin-bottom:0px}.account-filter_modal .tabbed.ledger_acc_filter.round{margin:0}.account-filter_modal .ledger_acc .tab-content{border:0}.account-filter_modal .accountFilter_tabs{margin:15px 0px 4px !important}.account-filter_modal .accountFilter_tabs li:focus{border-radius:6px}.account-filter_modal .accountFilter_tabs .nav-link_accountSelection::after,.account-filter_modal .accountFilter_tabs .nav-link_groupSelection::after{left:-9px !important}.account-filter_modal .accountFilter_tabs .nav-link_accountSelection::before,.account-filter_modal .accountFilter_tabs .nav-link_groupSelection::before{right:-9px !important}.account-filter_modal .accountFilter_tabs .active{background-color:#3282b8;color:#fff !important;border-width:1.5px 1.5px 0px 1.5px;border-color:#e1e1e1}.account-filter_modal .accountFilter_tabs .active:hover{color:#fff}.account-filter_modal .tab-content{border:1.5px solid #e1e1e1;border-radius:8px}.account-filter_modal .tab-content .modalHelpSearch-accountAlign{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;row-gap:4px}.account-filter_modal .tab-content .form-search-tabView{height:28px;width:225px}.account-filter_modal .tab-content .table-height{border-top:1px solid #dbe0e6 !important;height:30vh;margin-bottom:0px}.account-filter_modal .tab-content .table-height .ag-column-first{display:flex;justify-content:center}.account-filter_modal .tab-content .modal_accountFilterHelpModal_1_table{height:52vh}.account-filter_modal .tab-content .modal_accountFilterHelpModal_1_table .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0 !important}.account-filter_modal .modal-footer{border-top:1px solid #dbe0e6 !important}.add-account-helpModal .modal-dialog{justify-content:center !important}.add-account-helpModal .modal-dialog .modal-content{width:90% !important}.add-account-helpModal .tab-content .modalhelpsearch{height:28px;width:225px;margin:3px 3px 3px 0px}.add-account-helpModal .table_add-account{border:1px solid #dbe0e6;border-radius:5px}.add-account-helpModal .table_add-account .table-height{height:70vh}.add-account-helpModal .table_add-account .table-height .ag-column-first{display:flex;justify-content:center}.Export ul{width:150px}.Export img{height:24px;width:24px}.Export .dropdown-menu{width:165px}.ledger-bottom-footer .transaction-footer{display:flex;justify-content:end;align-items:center}.account-filter_modal .accountFilter_tabs{overflow-x:hidden}.account_master .gst_input{width:100%}.balsheet-drop .css-1093qu{z-index:10}@media only screen and (max-width: 2560px)and (min-width: 1400px){.receiptMemo-account_input{padding-left:0px}}@media only screen and (max-width: 1919px)and (min-width: 1400px){.bank-rec-listview .totalSummary .total-summary-img{position:absolute;left:-10px;top:12px;width:175px}}@media only screen and (min-width: 1366px)and (max-width: 1599px){.Sales-Report .salesReport-Grid table .bg-salesNet-colored .icon-img-td,.Sales-Report .salesReport-Grid table .bg-salesReturn-colored .icon-img-td,.Sales-Report .salesReport-Grid table .bg-salesValue-colored .icon-img-td{width:30px;height:30px}}@media only screen and (max-width: 1399px){.ledgerRpt-ShowDetailsCheckSectionOne{display:none}.ledgerRpt-ShowDetailsCheckSectionTwo{display:block;margin-right:8px}.sku-listview-card .sku-listview .skumaster-grid.testimonialEcommGrid{height:calc(var(--usable-height) - 11rem)}.dicsountMstListing.change-prioritybtn{padding:8px 10px}.sku-master-body .sku-master-card{border:0px;margin:0px}.item-codebody{height:calc(var(--usable-height) - 10rem)}.sales-register-tableTopHeader .Sales-Report .salesReport-Header .breadcumb-amt{margin-right:20px}.sales-register-tableTopHeader .Sales-Report .salesReport-Header .breadcumb-amt::after{right:-12px}.sales-register-tableTopHeader .Sales-Report .salesReport-Header .amtWeight-chooser{padding:2px 0px}.sales-register-tableTopHeader .Sales-Report .salesReport-Header .breadcumb-amt .amt-items li,.sales-register-tableTopHeader .Sales-Report .salesReport-Header .breadcumb-weight .weight-items li{padding:4px 6px}.sales-register-tableTopHeader .Sales-Report .salesReport-Header .breadcumb-amt,.sales-register-tableTopHeader .Sales-Report .salesReport-Header .breadcumb-weight,.sales-register-tableTopHeader .Sales-Report .salesReport-Header .breadcumb-amt .amt-items,.sales-register-tableTopHeader .Sales-Report .salesReport-Header .breadcumb-weight .weight-items{gap:5px}.ag-theme-quartz.osgrid,.PaymentRecipt_SideGrid .ag-theme-quartz.ratebookgrid{height:178px}.daybookRpt-page .arr_content{height:calc(100vh - 13.2rem)}.daybookRpt-page .fixed-footertableBox{bottom:54px}.advance_rptPage .reportBy-advRpt .multiselectdropdown.css-b62m3t-container{width:auto}.advance_rptPage .date-picker-wrap .from_date,.advance_rptPage .date-picker-wrap .to_date{font-size:11px}.pendingItemSelection .dropdown-content.open-up.right-adjust.F2help,.pendingItemSelection .dropdown-content.open-down.right-adjust.F2help{min-width:770px !important;width:770px !important}.coupon_code_page .promo-master-inputCard .promo-vector{display:none !important}.promoMaster-subDetails .checkbox-sectionfooter .after-sepration::after{right:-4px}.promoMaster-subDetails .buyFilter-card .buyFiltertabs .list-options .Amount-rangeContent .Amount-rangeContentSection{padding:8px 10px}.bank-rec-page .monthWiseGrid.CashBook{height:calc(100vh - 20rem)}.bank-rec-page .detailWiseGrid,.bank-rec-page .monthWiseGrid,.bank-rec-page .dateWiseGrid{height:calc(100vh - 23.2rem)}.bank-rec-page .unclear-pdcGrid{height:calc(100vh - 18.9rem)}.bank-rec-listview.cashbook .bank-rec-cards{height:calc(var(--usable-height) - 26rem)}.bank-rec-listview{padding:15px 40px}.bank-rec-listview .bank-rec-listViewHeader h4{font-size:18px;font-weight:700}.bank-rec-listview .bank-rec-listViewHeader img{width:30px;height:30px}.bank-rec-listview .bank-rec-listViewHeader span{font-weight:700}.bank-rec-listview .bank-rec-cards{height:calc(100vh - 30rem)}.bank-rec-listview .bank-rec-cards .card-section .bank-details .cardNumber{padding:10px}.bank-rec-listview .bank-rec-cards .card-section .bank-details .detail-section .detail-section-img .bank-img-icon{min-width:40px;max-width:40px}.bank-rec-listview .bank-rec-cards .card-section .bank-details .detail-section .detail-section-img .bank-img-icon img{width:32px;height:32px}.bank-rec-listview .totalSummary .total-summary-img{width:175px;top:5px;left:0px}.bank-rec-listview .pdc-check-receipt-footer{padding:10px 50px 10px 10px}.bank-rec-listview .pdc-check-receipt-footer h3,.bank-rec-listview .pdc-check-receipt-footer span{font-size:18px;font-weight:800}.Sales-Report .salesReport-itemList .itemlist-detail .section-1{padding:10px}.Sales-Report .salesReport-itemList .itemlist-detail .section-1 li span{font-size:14px}.Sales-Report .page-header .inward_tabs_new .submenu_dropdowns .submenu_field{padding:6px 30px}.PageNotFoundIllustration{width:300px;height:300px}.pageNotFoundHeader{font-size:24px}.pageNotFoundPara{font-size:14px}.pageNotFound-footerBtn{font-size:14px}.LicenseKeyContainer{width:1140px}.table_full-contentheight,.ag-theme-quartz.ratebookgrid-modal{height:362px}.table_full-contentheightV2{height:calc(100vh - 31.5rem)}.OtherItemSettingInputsectionCard .otherItemTableHeight{height:calc(100vh - 14rem) !important}.header_TagLooseStockreport h4{font-size:13px}.role-policypage li{margin-inline-end:2px}.tlr_mainListing .tlr-table{height:calc(100vh - 14rem) !important}.tlr_mainListing .tlr_table_afterFilter{height:calc(100vh - 22.5rem) !important}.dropdown-content_createPortal{max-height:380px;overflow:visible}.dropdown-content_createPortal .dropdown_content_item{overflow-y:scroll;max-height:330px}.dropdown-content_createPortal_afterFilter{max-height:270px}.dropdown-content_createPortal_afterFilter .dropdown_content_item{overflow-y:scroll;max-height:220px}.purchase_report_table{height:calc(100vh - 16.5rem)}.acc_input_psAlign{padding-left:10px !important}.card_adj_rcpt_table_1{height:calc(100vh - 23.2rem)}.card_adj_rcpt_table_2{height:calc(100vh - 26.5rem)}.card_border_remove_mobile{padding:0px;border:0px}}@media only screen and (max-width: 1365px){.salesRegister-Page:has(.sales-register-tableTopHeader) .sidemenu_hide_show{top:12px}.salesRegister-Page:has(.sales-register-tableTopHeader) .sidemenu_hide_show .menu_toggle_btn{height:32px}.reportbyGrp_menus{display:flex;align-items:center}.tagloose{margin-right:10px}.dropdown-content_createPortal{max-height:calc(100vh - 21rem);overflow:visible}.dropdown-content_createPortal .dropdown_content_item{overflow-y:auto;max-height:calc(100vh - 25rem)}.dropdown-content_createPortal_afterFilter{max-height:calc(100vh - 30rem)}.dropdown-content_createPortal_afterFilter .dropdown_content_item{overflow-y:auto;max-height:calc(100vh - 34rem)}.card_borderRadiusRemoveTabFix{border-radius:4px}.multipleTab_fixAlignment .tabbed ul{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:13px 13px;width:100%;margin:auto;padding-left:0}.multipleTab_fixAlignment .tabbed.round ul li{padding:5px;margin:auto;width:100%;text-align:center;border-radius:4px}.multipleTab_fixAlignment .tabbed{border:0;padding:4px;margin-top:0px !important}.multipleTab_fixAlignment .tabbed ul li:before,.multipleTab_fixAlignment .tabbed ul li:after{display:block;content:" ";position:unset;top:0;height:0;width:0;background-color:#f5f5f5;transition:all 250msease}.multipleTab_fixAlignment .tabbed ul li{padding:5px 5px 4px}}@media only screen and (max-width: 1514px){.role-policypage:not(.account_opening_tabs){flex-wrap:nowrap;column-gap:0 !important}.role-policypage:not(.account_opening_tabs) li{flex:1}.role-policypage:not(.account_opening_tabs) li button{height:55px;padding:0px !important;line-height:15px;align-items:stretch !important;justify-content:center;width:100%;display:block}.role-policypage:not(.account_opening_tabs) li button .Customer_Master_Title{display:block}.role-policypage:not(.account_opening_tabs) li button .Customer_Master_Title h5{line-height:13px;color:#3282b8}.role-policypage:not(.account_opening_tabs) li button img{margin:3px 0px;width:100%}.role-policypage:not(.account_opening_tabs) li .active h5{color:#fff !important}.rolePolicy_tableheight{height:calc(100vh - 19rem) !important}.rolepolicy_Daybook{height:calc(100vh - 19rem)}.rolePolicy_tableheight_map{height:calc(100vh - 19rem)}}@media only screen and (max-width: 1199px){.banner-mst-ecomm .header-part-banner.header-list-common.header-part-bannerMst{padding:5px}.banner-mst-ecomm:has(.header-part-bannerMst) .banner-grid{height:calc(var(--usable-height) - 15rem)}.sku-listview-card .tabbed{padding:0px}.ecomm-menumaster-body .menu-main-content .menu-main-header{padding:15px}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion{height:calc(var(--usable-height) - 17rem)}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-panel .options-content-body ul{grid-template-columns:repeat(2, 1fr)}.sales-register-tableTopHeader .inward_tabs_new{flex-wrap:wrap;gap:0px;column-gap:5px}.sales-register-tableTopHeader .inward_tabs_new .sales-register.Sales-Report{order:4;flex-basis:100%}.sales-register-tableTopHeader .inward_tabs_new .header-new-btn{order:3}.banner-mst-ecomm .header-part-banner.header-list-common{position:static}.banner-mst-ecomm .banner-grid{height:calc(var(--usable-height) - 16rem)}.ecomm-menumaster-body .rolePolicy_tabContent_toggle{flex-direction:column;gap:5px}.ecomm-menumaster-body .tab-content{height:calc(var(--usable-height) - 17rem);overflow-y:auto}.Sales-Report .salesReport-Header{flex-wrap:wrap}.Sales-Report .salesReport-Header .amtWeight-chooser{margin-left:0px}.pendingItemSelection .dropdown-content.open-up.right-adjust.F2help,.pendingItemSelection .dropdown-content.open-down.right-adjust.F2help{min-width:650px !important;width:650px !important}.promoMaster-subDetails .checkbox-sectionfooter .after-sepration::after{display:none}.promoMaster-subDetails .buyFilter-card .buyFiltertabs .list-options{height:610px}.promo-vector{display:none !important}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-balance{margin-left:auto}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .city-details{border-right:0px}.bank-rec-page.content_100vh{min-height:calc(100vh - 5.8rem)}.bank-rec-page .detailWiseGrid,.bank-rec-page .monthWiseGrid,.bank-rec-page .dateWiseGrid{height:calc(100vh - 23.3rem)}.bank-rec-page .unclear-pdcGrid{height:calc(100vh - 19rem)}.bank-rec-listview .bank-rec-cards{height:calc(var(--usable-height) - 30rem)}.bank-rec-listview .bank-rec-cards .card-section{background:conic-gradient(from 258deg at 50% 52.19%, #fbfcff 0deg, #f2f5ff 360deg)}.bank-rec-listview .totalSummary .total-summary-img{display:none}.bank-rec-listview .totalSummary .total-summary{padding:0px 5px;justify-content:start}.Sales-Report .salesReport-itemList .itemlist-detail .table-section{gap:10px;padding:5px}.Sales-Report .img-section{display:flex;flex-direction:column}.Sales-Report .salesReport-itemList .itemlist-detail .item-img-detailsection .img-section .item-img{padding:40px 0px 0px;justify-content:flex-start}.Sales-Report .salesReport-itemList .itemlist-detail .item-img-detailsection .img-section .item-detail{padding:10px 10px 0px 10px}.Sales-Report .salesReport-itemList .itemlist-detail .table-section{flex-direction:column}.Sales-Report .salesReport-itemList .itemlist-detail .item-img-detailsection .img-section .item-detail li{font-size:14px}.Sales-Report .salesReport-itemList .itemlist-detail .item-img-detailsection .img-section .item-detail li span{font-size:14px}.LicenseKeyContainer{width:960px}.chatbot_container{width:900px}.modalf2help{gap:5px}.modalhelpsearch{display:flex;align-items:center;gap:5px}.ag-custom-component-popup.ag-popup .modalhelpsearch{width:70%}.tsjv_table_height{height:calc(100vh - 23.4rem)}.AlphaReportType-grid_afterApiBtn{height:calc(100vh - 23.5rem)}.tagLooseHeaderShow{display:block}.header_TagLooseStockreportRow{display:none}.tlr_mainListing .tlr-table{height:calc(100vh - 19rem) !important}.tlr_mainListing .tlr_table_afterFilter{height:calc(100vh - 28rem) !important}.dropdown-content_createPortal{max-height:calc(100vh - 21rem);overflow:visible}.dropdown-content_createPortal .dropdown_content_item{overflow-y:auto;max-height:calc(100vh - 27rem)}.dropdown-content_createPortal_afterFilter{max-height:calc(100vh - 30rem)}.dropdown-content_createPortal_afterFilter .dropdown_content_item{overflow-y:auto;max-height:calc(100vh - 35.5rem) !important}.purchase_report_table{height:calc(100vh - 19rem)}.card_adj_rcpt_table_1{height:calc(100vh - 25.5rem)}.card_adj_rcpt_table_2{height:calc(100vh - 31.2rem)}.commission_grid_end_align{justify-content:end !important}.accountFilter_tabs .nav-tabs{grid-template-columns:repeat(3, 1fr)}.role-policypage .li{margin:2px}.role-policypage .li button{width:100% !important}.role-policypage .Customer_Master_Title h5{font-size:12px}.ag-theme-quartz.rolePolicy_tableheight_map{height:calc(100vh - 19.3rem)}.ag-theme-quartz.rolepolicy_Daybook{height:calc(100vh - 19.6rem)}.role-label{font-size:11px}.tab_marginSet{padding-top:10px}.table_full-contentheight,.ag-theme-quartz.ratebookgrid-modal{height:calc(100vh - 25rem)}.table_full-contentheightV2{height:calc(100vh - 31.5rem)}.Listingsearch_dateController{margin-bottom:6px}.totalAmt_bgColor label{font-size:13px !important}.row.align-items-center.mfield.totalAmt_bgColor{margin-top:12px}.ag-theme-quartz.osgrid,.PaymentRecipt_SideGrid .ag-theme-quartz.ratebookgrid{height:200px}.table_full-contentheight,.ag-theme-quartz.ratebookgrid-modal{height:406px}.page-wrapper:has(.sidemenu_hide_show1):not(:has(.menu_onAddNew)) .sidebarMenu_SideInputs{width:96% !important}}@media only screen and (max-width: 991px){.daybookrpt_detailViewCard{height:calc(var(--usable-height) - 165px)}.assestsSR-detailView{height:calc(var(--usable-height) - 11.3rem)}.sku-listview-card .sku-listview .skumaster-grid{height:calc(var(--usable-height) - 12rem)}.sku-listview-card .sku-listview .skumaster-grid.testimonialEcommGrid .erp-table-container{height:calc(var(--usable-height) - 155px)}.trendingsku .banner-grid{height:calc(var(--usable-height) - 13rem) !important}.banner-mst-ecomm .header-part-banner.header-list-common.header-part-bannerMst{padding:0px}.banner-mst-ecomm:has(.header-part-bannerMst){height:calc(var(--usable-height) - 9rem)}.banner-mst-ecomm:has(.header-part-bannerMst) .banner-grid{height:calc(var(--usable-height) - 13rem)}.collection-mst-ecomm.collectionGrp-mst-ecomm.banner-mst-ecomm .banner-grid,.collection-mst-ecomm.collectionGrp-mst-ecomm.banner-mst-ecomm{height:calc(var(--usable-height) - 9rem)}.ecommCollectionModal-availableCollection.available-collections{margin-top:20px}.sku-listview-card .sku-listview .skumaster-grid.listing-skumst-grid{height:var(--usable-height)-12rem}.skumaster-grid.listing-skumst-grid .erp-table-container{height:calc(var(--usable-height) - 170px)}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .help-grid-menuMst:has(.mainMenu-grid),.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .thirdlevalhelp-grid-menuMst.mainMenu-grid{height:calc(var(--usable-height) - 30rem)}.dicsountMstListing.change-prioritybtn{padding:9px 10px}.quick-viewmodal .header-modal{margin-top:10px}.quick-viewmodal .cross-quickviewmodal{top:8px;right:8px}.quick-viewmodal .img-section{margin-bottom:15px;margin-top:30px}.sku-master-body .sku-master-card{padding:10px}.sku-master-body .sku-master-card .card-product-details .accordion-item:has(.notactive) .body-product-details.accordion-content{padding:0px !important}.sku-master-body .sku-master-card .card-product-details .header-product-details,.sku-master-body .sku-master-card .card-product-details .body-product-details.accordion-content,.sku-master-body .sku-master-card .card-product-details .body-product-details{padding:10px !important}.content:has(.item-codebody){background:rgba(0,0,0,0)}.item-codebody{height:calc(var(--usable-height) - 11.5rem)}.item-codebody .item-codeCard{border-radius:0px 0px 4px 4px;margin:0px;border:0px;padding:10px}.item-codebody .item-codeCard .item-codeDetailCard{padding:10px}.banner-mst-ecomm.category-ecomm .banner-grid{height:calc(var(--usable-height) - 8.5rem)}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .file-input::file-selector-button{height:32px !important}.ecomm-menumaster-body .side-panel-menus .side-panel-body{height:calc(var(--usable-height) - 8.5rem)}.ecomm-menumaster-body .menu-main-content .menu-main-header{padding:10px}.ecomm-menumaster-body .menu-main-content .menu-main-header .menu-main-btnSection{gap:8px}.ecomm-menumaster-body .menu-main-content .menu-main-header .title-menuMain h3{font-size:22px}.ecomm-menumaster-body .menu-main-content .menu-main-header .title-menuMain h3 span{font-size:12px}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion{padding:10px;height:calc(var(--usable-height) - 13.5rem)}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-thumb{padding:10px}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-panel .accordion-panel-content{padding:10px}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-panel .options-content-body ul li{padding:10px 8px}.PurchaseQuotation-filter .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon:has(input:focus) button,.PurchaseQuotation-filter .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon:has(input:focus) button:hover{background-color:#fff}.PurchaseQuotation-filter .filter-section-PQList .branch-filter .content-options .branch-filter-options label,.PurchaseQuotation-filter .filter-section-PQList .reportType-filter .content-options .branch-filter-options label{width:max-content}.cards-PQList:has(.detailwise-header-PQ) .card-filteredData-header button{background-color:rgba(0,0,0,0);border:1px solid #0a83ff;border-radius:6px;padding:5px 6px}.cards-PQList:has(.detailwise-header-PQ) .card-filteredData-header button svg{color:#007eff;width:22px;height:22px}.cards-PQList:has(.detailwise-header-PQ){padding-left:0px !important}.detailwise-header-PQ{padding:8px 5px;background:#f0f8ff}.detailwise-header-PQ h2{color:#4170d3 !important;font-size:16px !important}.detailwise-content-PQ{padding:0px 5px}.detailwise-content-PQ,.detailwise-header-PQ{display:flex;gap:10px}.detailwise-content-PQ p,.detailwise-header-PQ p{margin-bottom:0px;color:#212529 !important}.detailwise-content-PQ h2:first-child,.detailwise-content-PQ p:first-child,.detailwise-header-PQ h2:first-child,.detailwise-header-PQ p:first-child{width:80px}.detailwise-content-PQ h2:nth-child(2),.detailwise-content-PQ p:nth-child(2),.detailwise-header-PQ h2:nth-child(2),.detailwise-header-PQ p:nth-child(2){width:50px;text-align:right}.detailwise-content-PQ h2:nth-child(3),.detailwise-content-PQ p:nth-child(3),.detailwise-header-PQ h2:nth-child(3),.detailwise-header-PQ p:nth-child(3){min-width:85px;text-align:right;flex-grow:1;flex-shrink:1;flex-basis:0}.detailwise-content-PQ h2:nth-child(4),.detailwise-content-PQ p:nth-child(4),.detailwise-header-PQ h2:nth-child(4),.detailwise-header-PQ p:nth-child(4){min-width:85px;text-align:right;flex-grow:1;flex-shrink:1;flex-basis:0}.detailwise-content-PQ h2:last-child,.detailwise-content-PQ p:last-child,.detailwise-header-PQ h2:last-child,.detailwise-header-PQ p:last-child{min-width:105px;text-align:right;flex-grow:1;flex-shrink:1;flex-basis:0}.sales-register-tableTopHeader .Sales-Report .salesReport-Header .amtWeight-chooser{padding:5px}.sales-register-tableTopHeader .inward_tabs_new{flex-wrap:wrap;gap:0px;column-gap:5px}.sales-register-tableTopHeader .inward_tabs_new .flex-basis-sr{flex-basis:100%}.sales-register-tableTopHeader .inward_tabs_new .sales-register.Sales-Report{order:4;flex-basis:unset}.sales-register-tableTopHeader .inward_tabs_new .header-new-btn{order:5;align-self:center}.salesRegister-Page:has(.sales-register-tableTopHeader) .sidemenu_hide_show{top:7px}.sales-register-tableTopHeader .inward_tabs_new .header-new-btn{width:auto;padding-top:0px}.collection-mst-ecomm.banner-mst-ecomm .banner-grid{height:calc(var(--usable-height) - 13rem)}.banner-mst-ecomm .banner-addnewBtn{padding:6px 8px}.banner-mst-ecomm .header-part-banner.header-list-common{position:absolute}.banner-mst-ecomm .banner-grid{height:calc(var(--usable-height) - 13rem)}.ecommerce-submenu-modal .isactive-row{margin-bottom:50px}.sales-analysis-btn .salesanalysis-filterBtn{width:42px}.sales-analysis-btn button:last-child{width:100%}.row.align-items-center.mfield.totalAmt_bgColor,.row.align-items-center.mfield.tax_rount_checkbox{margin-top:16px}.TagLoose_inputFields .datepicker-seprate-row .date-picker-wrap:has(.form-label){grid-template-columns:100%;display:grid}.TagLoose_inputFields .tl_child_3_V2{flex-direction:column}.TagLoose_inputFields .tl_child_3_V2 .row:first-child,.TagLoose_inputFields .tl_child_3_V2 .row:last-child{width:-webkit-fill-available}.TagLoose_inputFields .tl_child_3,.TagLoose_inputFields .tl_child_2{flex-direction:column}.TagLoose_inputFields .tl_child_3 .row,.TagLoose_inputFields .tl_child_2 .row{width:-webkit-fill-available}.TagLoose_inputFields .tl_child_3 .row:first-child .tl-responsivefirstDiv,.TagLoose_inputFields .tl_child_2 .row:first-child .tl-responsivefirstDiv{padding-right:10px;padding-left:10px}.TagLoose_inputFields .date-picker-wrap .to_date,.TagLoose_inputFields .date-picker-wrap .from_date{padding:0px;width:75px;min-width:75px}.daybookRpt-page .arr_content{height:calc(100vh - 190px)}.daybookRpt-page .input-card-daybook .header-ledger-btn button{height:32px}.daybookRpt-page .input-card-daybook .Icon-Full-Btn{padding:4px 10px;gap:6px}.pendingItemSelection .dropdown-content.open-up.right-adjust.F2help,.pendingItemSelection .dropdown-content.open-down.right-adjust.F2help{min-width:350px !important;width:350px !important}.buyFilter-card .buyFiltertabs .tabs__nav-item span{width:24px;height:22px;line-height:16px}.promoMaster-subDetails .discount-grid-columnpad{padding-left:0px}.getFilter_modal{padding:10px}.getFilter_modal .getfilter-subHeader{font-size:14px}.getFilter_modal .getfiltermodal-help{padding-left:0px}.getFilter_modal .modalhelpsearch{width:130px;justify-content:end}.getFilter_modal .getfilter-tabs{padding-right:10px !important}.getFilter_modal .buyFilter-card .buyFiltertabs .list-options .Amount-rangeContent .Amount-rangeContentSection{justify-content:flex-start}.promoMaster-subDetails .buyFilter-card .buyFiltertabs .list-options{height:610px}.PaymentRecipt_SideGrid .ag-theme-quartz.table-grid-input-space.transaction_theme-tablecolors{margin-top:8px;border-radius:0 !important}.PaymentRecipt_SideGrid .ag-theme-quartz.table-grid-input-space.transaction_theme-tablecolors.ratebookgrid{margin-top:0px}.PaymentRecipt_SideGrid .ag-theme-quartz.table-grid-input-space.transaction_theme-tablecolors .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:0 !important}.bank-rec-page .bank-ourbookDetails.card .input-section .adv-datePicker-row.datepicker-seprate-row .date-picker-wrap .from_date,.bank-rec-page .bank-ourbookDetails.card .input-section .adv-datePicker-row.datepicker-seprate-row .date-picker-wrap .to_date{width:17%}.bankRec-checkboxmfield{margin-bottom:5px}.datepicker-seprate-row.row{margin-bottom:5px}.datepicker-seprate-row .date-picker-wrap .date-picker-wrap .react-datepicker__input-container .react-datepicker__view-calendar-icon input{font-size:13px}.datepicker-seprate-row .date-picker-wrap:has(.form-label){display:flex}.bankRec-headerListing .header-ledger-btn button{width:auto}.bank-rec-page .monthWiseGrid.CashBook{height:calc(var(--usable-height) - 21rem)}.bank-rec-listview.cashbook .bank-rec-cards{height:calc(var(--usable-height) - 27.6rem)}.bank-rec-page .detailWiseGrid,.bank-rec-page .monthWiseGrid,.bank-rec-page .dateWiseGrid{height:calc(100vh - 24.8rem)}.bank-rec-page .unclear-pdcGrid{height:calc(100vh - 20rem)}.bank-rec-listview .bank-rec-cards{height:calc(var(--usable-height) - 32rem)}.Sales-Report .img-section{flex-direction:row}.Sales-Report .salesReport-itemList .details-card-Item{height:calc(100vh - 19.5rem)}.Sales-Report .salesReport-itemList .itemlist-detail .item-img-detailsection .img-section .item-img{padding:15px 40px 10px}.Sales-Report .salesReport-itemList .itemlist-detail .item-img-detailsection .img-section .item-detail{padding:25px 20px 0px 10px}.Sales-Report .salesReport-itemList .itemlist-detail .table-section{padding:10px 10px 10px 20px}.page-wrapper:has(.sidemenu_hide_show1):not(:has(.menu_onAddNew)) .sidebarMenu_SideInputs{width:96% !important}.listing_searchbar{padding:0px 5px;margin-left:auto}.panel{position:fixed;left:0;right:0;bottom:88px;height:auto;background:#f7fafd;border-radius:16px 16px 0 0;transform:translateY(calc(100% - 50px));transition:transform .4s ease;text-align:center;z-index:1}.panel.open{transform:translateY(0);bottom:138px;box-shadow:0px 0px 10px 0px #c5c5c5;padding:20px 10px 0px}.panel.open .panel-arrow{top:-38px}.panel-data .form-label{margin-bottom:5px;font-size:16px !important;font-weight:500}.panel-data .two-block-input .form-control{padding:7px 10px 7px 10px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-radius:8px 8px 8px 8px !important;min-height:40px !important;border:1px solid #dadafd !important;font-size:17px;font-weight:700}.panel-arrow{position:absolute;top:-36px;left:50%;transform:translateX(-50%);background:#2563eb;border-radius:10px 10px 0px 0px;box-shadow:0 2px 6px rgba(0,0,0,.2);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;animation:bounceCircle 1.5s infinite}.panel-arrow:hover{border:0px}.panel-arrow .sign,.panel-arrow svg{width:30px;height:30px}.panel-arrow .text{font-size:16px}.panel-arrow .text,.panel-arrow svg{color:#fff}@keyframes bounceCircle{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-6px)}}.panel.open .panel-arrow{animation:none}.LicenseKeyContainer{width:700px}.license-container{flex-direction:column !important;text-align:center}.logoText-container{margin-bottom:1rem}.license-illustration{max-width:220px;margin:0 auto 20px auto}.license-form{width:100%;padding:1rem}.license-form button{width:100%}.chatbot_container{width:700px}.branch_tabAlignFix ul{grid-template-columns:repeat(4, 1fr) !important}.ThemeTabletLeftAlignFix{padding:7px 10px}.component_content_paddingB{padding-bottom:45px !important}.rate_component_content_paddingB{padding-bottom:50px !important}.AlphaReportType-grid_afterApiBtn{height:calc(100vh - 24.5rem)}.tlr_content100vh{height:auto !important}.tl_child_1,.tl_child_2,.tl_child_3{display:flex;justify-content:space-between}.tl_child_1 .row,.tl_child_2 .row,.tl_child_3 .row{width:50%}.tl_child_3_V2{display:flex;justify-content:space-between}.tl_child_3_V2 .row:first-child{width:68%}.tl_child_3_V2 .row:last-child{width:32%}.tl_child_1:has(.date_inputBorderRadius) .row:first-child .tl-responsivefirstDiv,.tl_child_2 .row:first-child .tl-responsivefirstDiv,.tl_child_3 .row:first-child .tl-responsivefirstDiv{padding-left:12px;padding-right:0px}.TagLoose_inputFields .css-1jqq78o-placeholder{font-size:13px !important}.tlr_mainListing .tlr-table{height:calc(100vh - 22.5rem) !important}.tlr_mainListing .tlr_table_afterFilter{height:calc(100vh - 30.7rem) !important}.purchase_report_table{height:calc(100vh - 22.5rem)}.cardAdjReceipt_colPaddingAdjust{padding-left:10px !important;margin-top:8px}.card_adj_rcpt_table_1{height:calc(100vh - 40rem)}.card_adj_rcpt_table_2{height:calc(100vh - 40rem)}.arr_content .header-ledger-btn button{padding:4px 7px}.arr_content .header-ledger-btn button,.arr_content .header-datepicker-seprate-row .receipt_listingHeader .input-group button{height:32px !important}.multipleTab_fixAlignment .tabbed ul{grid-template-columns:repeat(5, 1fr)}.role-policypage:not(.account_opening_tabs){display:flow !important;column-count:5 !important}.role-policypage:not(.account_opening_tabs) button{height:auto !important}.role-policypage:not(.account_opening_tabs) button h5{padding-bottom:5px}.role-policypage:not(.account_opening_tabs) button img{margin:5px 5px 5px 0px !important}.rolePolicy_tableheight{height:calc(100vh - 23.8rem) !important}.ag-theme-quartz.rolepolicy_Daybook{height:calc(100vh - 23.8rem)}.ag-theme-quartz.rolePolicy_tableheight_map{height:calc(100vh - 23.8rem)}.refresh-button-commission{display:flex;align-items:center}.account-filter_modal .account-col-checkbox .ag-column-first{padding-left:2px !important}.account-filter_modal .modal-body .main-content{display:block !important}.account-filter_modal .modal-body .radio-grp{margin-bottom:10px}.account-filter_modal .modal-body .radio-grp .report-radio-me{margin-left:0px}.account-filter_modal .modal-body .radio-grp .menuwise{margin-left:10px}.account-filter_modal .modal-body .tab-card .nav-tabs{border:0px}.account-filter_modal .modal-body .tab-card .tab-content .table-height{margin-bottom:0px}.account-filter_modal .modal-footer .footer-btn svg{height:18px;width:18px}.account-filter_modal .tab-content .modal_accountFilterHelpModal_1_table{height:46vh}.account-filter_modal .accountFilter_tabs{margin:15px 0px 4px !important}.receipt_listingHeader .listing_searchbar input{height:32px !important}.receipt_listingHeader .listing_searchbar a{right:0px !important}.receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon{height:32px !important}.receipt_listingHeader .css-b62m3t-container{height:32px !important}.receipt_listingHeader .css-b62m3t-container .react-select.from-control.T__control.css-116kd9q-control,.receipt_listingHeader .css-b62m3t-container .css-116kd9q-control{height:32px !important}.receipt_listingHeader .css-b62m3t-container .common-reporttyperadius.react-select.form-control__control.css-116kd9q-control{height:32px !important}.receipt_listingHeader .css-1cll6hx{height:30px !important}.receipt_listingHeader .input-group button{height:32px !important}.account-filter_modal .tab-content .form-search-tabView{width:170px}.Ledger-ReportPage .receipt_listingHeader .input-group button{height:32px !important}.pagestockdefineGrid-wrapper{height:calc(var(--usable-height) - 270px)}.skufiltermodal .tag-catlogue-page .filter-header{gap:10px;padding:10px 10px}.account_opening_tabs li button{padding:5px 12px !important}.nav-tabs.account_opening_tabs{border-radius:0}.advance_rptPage .input-group input.form-control{height:32px !important}.advance_rptPage .search_filter_action_btns{margin-top:16px}.adv_outstanding_page .ag-theme-quartz.transaction_theme-tablecolor{height:calc(var(--usable-height) - 200px)}.adv_outstanding_page .LedgerReport-Detail-header{padding-top:0}.adv_outstanding_page .adv_outst_details{column-gap:6px;row-gap:6px}.adv_outstanding_page .adv_outst_details .adv_outst_details_box{padding:6px 10px 6px 6px}.adv_outstanding_page .adv_outst_details .adv_outst_details_box.accountName .data_value{font-size:15px}.adv_outstanding_page .adv_outst_details .adv_outst_details_box .data_value{font-size:13px}.adv_outstanding_page .adv_outst_details .adv_outst_details_box .form-label{font-size:12px !important}.advance_rptPage .receipt_listingHeader .date-picker-wrap{gap:8px}.advance_rptPage .receipt_listingHeader .toDatePicker,.advance_rptPage .receipt_listingHeader .fromDatePicker{flex-direction:column}.advance_rptPage .receipt_listingHeader .toDatePicker .to_date,.advance_rptPage .receipt_listingHeader .fromDatePicker .to_date{padding:0}}@media only screen and (max-width: 767px){.banner-mst-ecomm .header-part-banner.header-list-common.header-part-bannerMst{padding:5px}.banner-mst-ecomm:has(.header-part-bannerMst){height:calc(var(--usable-height) - 8.5rem)}.banner-mst-ecomm:has(.header-part-bannerMst) .banner-grid{height:calc(var(--usable-height) - 16rem)}.tag-catlogue-page .product-cards{grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))}.tag-catlogue-page .filter-container{display:none}.tag-catlogue-page .filter-btn-section{order:3;display:block}.tag-catlogue-page .filter-btn-section .filter-btn{border:1px solid #3282b8;background-color:#f0f8ff;padding:5px 7px}.tag-catlogue-page .filter-btn-section .filter-btn .sign svg{color:#3282b8}.tag-catlogue-page .filter-btn-section .filter-btn:focus{background-color:#3282b8}.tag-catlogue-page .filter-btn-section .filter-btn:focus .sign svg{color:#fff}.tag-catlogue-page .filter-btn-section .filter-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1040;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.tag-catlogue-page .filter-btn-section .filter-overlay.show{opacity:1;visibility:visible}.tag-catlogue-page .filter-btn-section .filter-sidebar{position:fixed;top:57px;right:-400px;width:400px;max-width:100vw;height:calc(100vh - 57px);background-color:#fff;z-index:1050;transition:right .35s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:-2px 0 16px rgba(0,0,0,.2);display:flex;flex-direction:column}.tag-catlogue-page .filter-btn-section .filter-sidebar.show{right:0}.tag-catlogue-page .filter-btn-section .filter-content{flex:1;display:flex;overflow:hidden}.tag-catlogue-page .filter-btn-section .filter-menu-left{width:200px;background-color:#fff;border-right:1px solid #e0e0e0;overflow-y:auto;flex-shrink:0}.tag-catlogue-page .filter-btn-section .filter-menu-item{padding:15px 25px;cursor:pointer;background-color:rgba(0,0,0,0);border:none;width:100%;text-align:left;font-size:16px;font-weight:600;transition:background-color .2s;border-left:3px solid rgba(0,0,0,0)}.tag-catlogue-page .filter-btn-section .filter-menu-item:hover{background-color:#ebebeb}.tag-catlogue-page .filter-btn-section .filter-menu-item.active{font-weight:700;background-color:#f8f7ee;color:#74572b;border-left:3px solid #74572b}.tag-catlogue-page .filter-btn-section .filter-options-right{width:100%;padding:15px}.tag-catlogue-page .filter-btn-section .filter-options-right .checkbox-item{display:flex;align-items:center;margin-bottom:12px}.tag-catlogue-page .filter-btn-section .filter-options-right .checkbox-item label{font-size:14px;line-height:20px;padding-left:25px}.tag-catlogue-page .filter-btn-section .filter-options-right .checkbox-item:last-child{margin-bottom:0}.tag-catlogue-page .filter-btn-section .no-options{color:#999;font-size:14px;font-style:italic}.tag-catlogue-page .filter-btn-section .demo-trigger{padding:12px 24px;background-color:#8b6f47;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px;font-weight:600;margin:20px}.tag-catlogue-page .filter-btn-section .demo-trigger:hover{background-color:#75603d}.tag-catlogue-page .filter-btn-section .filter-menu-left::-webkit-scrollbar,.tag-catlogue-page .filter-btn-section .filter-options-right::-webkit-scrollbar{width:6px}.tag-catlogue-page .filter-btn-section .filter-menu-left::-webkit-scrollbar-track,.tag-catlogue-page .filter-btn-section .filter-options-right::-webkit-scrollbar-track{background:#f1f1f1}.tag-catlogue-page .filter-btn-section .filter-menu-left::-webkit-scrollbar-thumb,.tag-catlogue-page .filter-btn-section .filter-options-right::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.tag-catlogue-page .filter-btn-section .filter-menu-left::-webkit-scrollbar-thumb:hover,.tag-catlogue-page .filter-btn-section .filter-options-right::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.tag-catlogue-page .details-body .showing-result .showing-result-header{justify-content:flex-start}.tag-catlogue-page .details-body .showing-result .showing-result-header .css-b62m3t-container{margin-left:auto}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .help-grid-menuMst{height:calc(var(--usable-height) - 41.2rem)}.ecomm-menumaster-body .menu-main-content .menu-main-header .title-menuMain .icon-menuMst{display:flex;background-color:#3b82f6;padding:8px;border-radius:6px;margin-right:10px}.ecomm-menumaster-body .menu-main-content .menu-main-header .title-menuMain .icon-menuMst svg{color:#fff;width:18px;height:18px}.ecomm-menumaster-body .menu-main-contentpaddingstart{padding-left:10px !important}.ecomm-menumaster-body .side-panel-menus{width:300px;position:fixed;left:0px;top:60px;z-index:2;box-shadow:2px 0px 10px 0px #dedede;transform:translateX(-100%);transition:transform .3s ease}.ecomm-menumaster-body .side-panel-menus .side-panel-body{height:calc(var(--usable-height) - 11.5rem)}.ecomm-menumaster-body .side-panel-menus .header-menuMst.visibleHeader{display:flex;align-items:center;gap:8px;padding:20px;background-color:#f0f1ff;border-bottom:1px solid #e5e7eb}.ecomm-menumaster-body .side-panel-menus .header-menuMst.visibleHeader .icon-menuMst{background-color:#3b82f6;padding:8px;border-radius:8px}.ecomm-menumaster-body .side-panel-menus .header-menuMst.visibleHeader .icon-menuMst svg{color:#fff}.ecomm-menumaster-body .side-panel-menus .header-menuMst.visibleHeader h3{display:flex;flex-direction:column;gap:2px}.ecomm-menumaster-body .side-panel-menus .header-menuMst.visibleHeader h3 span{color:#717171}.ecomm-menumaster-body .side-panel-menus .header-menuMst.visibleHeader .crossBtn_sidePanel{margin-left:auto;width:28px;height:28px}.ecomm-menumaster-body .side-panel-menus.active{transform:translateX(0px)}.sales-register-tableTopHeader .Sales-Report .salesReport-Header .amtWeight-chooser{padding:5px}.sales-register-tableTopHeader .inward_tabs_new{flex-wrap:wrap;gap:0px;column-gap:5px}.sales-register-tableTopHeader .inward_tabs_new .flex-basis-sr{flex-basis:100%}.sales-register-tableTopHeader .inward_tabs_new .sales-register.Sales-Report{flex-basis:unset}.sales-register-tableTopHeader .inward_tabs_new .header-new-btn{align-self:center;justify-self:end;margin-left:auto}.banner-mst-ecomm .role-content .tab-pane{padding:8px !important}.banner-mst-ecomm .header-part-banner.header-list-common{position:static}.banner-mst-ecomm .banner-grid{height:calc(var(--usable-height) - 17rem)}.TagLoose_inputFields .date-picker-wrap .from_date,.TagLoose_inputFields .date-picker-wrap .to_date{min-width:100px}.TagLoose_inputFields .datepicker-seprate-row .date-picker-wrap .to_date{padding-left:0px;width:75px}.TagLoose_inputFields .tl_child_3_V2{flex-direction:row}.pendingItemSelection .dropdown-content.open-up.right-adjust.F2help,.pendingItemSelection .dropdown-content.open-down.right-adjust.F2help{min-width:400px !important;width:400px !important;left:-220px !important}.promoMaster-subDetails .buyFilter-card .buyFiltertabs .list-options .Amount-rangeContent .Amount-rangeContentSection{justify-content:start}.promoMaster-subDetails .buyFilter-card .buyFiltertabs .list-options{min-height:630px;height:630px}.promoMaster-subDetails .branch-allocationHeader{margin-top:20px}.promoMaster-subDetails .checkbox-sectionfooter{margin-top:20px}.page-wrapper:has(.ledger-report-datePicker) .addnewpage-header{top:54px}.datepicker-seprate-row .date-picker-wrap .to_date{padding-left:4.2%;width:21.5%}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .bank-name::after,.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .city-details::after,.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .branch-details::after{display:none}.bank-rec-page .monthWiseGrid.CashBook{height:calc(var(--usable-height) - 24.5rem)}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part{width:500px}.bank-rec-page .detailWiseGrid,.bank-rec-page .monthWiseGrid,.bank-rec-page .dateWiseGrid{height:calc(100vh - 27rem)}.bank-rec-page .unclear-pdcGrid{height:calc(100vh - 22.5rem)}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection{align-items:start;flex-direction:column;gap:10px}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section{justify-content:space-between}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .city-details{padding-right:0px;border-right:0px}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .city-details,.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .branch-details{gap:20px}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-balance{margin-left:20px}.bank-rec-page .page-header .inward_tabs_new .submenu_dropdowns{display:grid;grid-template-columns:repeat(2, 1fr)}.bank-rec-page .bankRec-Header.page-header .inward_tabs_new{width:100%}.bankRec-Header.page-header .inward_tabs_new .submenu_dropdowns .submenu_field{justify-content:center}.bank-rec-listview.cashbook .bank-rec-cards{height:calc(var(--usable-height) - 30rem)}.bank-rec-listview.cashbook .bank-rec-cards .cashbook-closingBal span{font-size:14px !important;font-weight:700 !important}.bank-rec-listview{padding:15px 30px}.bank-rec-listview .bank-rec-cards{height:calc(var(--usable-height) - 34.5rem)}.bank-rec-listview .bank-rec-cards .card-section .bank-details .cardNumber{padding:10px 0px}.bank-rec-listview .totalSummary{background:#dde5ff}.Sales-Report .salesReport-Header .breadcumb-amt{margin-right:0px}.Sales-Report .salesReport-Header .breadcumb-amt::after{display:none}.Sales-Report .salesReport-Header .breadcumb-weight,.Sales-Report .salesReport-Header .breadcumb-amt{gap:8px}.Sales-Report .salesReport-Header .breadcumb-weight .weight-items,.Sales-Report .salesReport-Header .breadcumb-weight .amt-items,.Sales-Report .salesReport-Header .breadcumb-amt .weight-items,.Sales-Report .salesReport-Header .breadcumb-amt .amt-items{gap:8px}.Sales-Report .salesReport-Header .breadcumb-weight .weight-items li,.Sales-Report .salesReport-Header .breadcumb-weight .amt-items li,.Sales-Report .salesReport-Header .breadcumb-amt .weight-items li,.Sales-Report .salesReport-Header .breadcumb-amt .amt-items li{padding:5px 8px}.Sales-Report .salesReport-itemList .itemlist-detail .item-img-detailsection .img-section .item-img{padding:15px 20px 10px}.Sales-Report .page-header .inward_tabs_new .submenu_dropdowns .submenu_field{padding:6px 25px}.page-wrapper:has(.sidemenu_hide_show1):not(:has(.menu_onAddNew)) .sidebarMenu_SideInputs{width:95% !important}.LicenseKeyContainer{width:475px}.chatbot_container{width:500px}.ThemeTabletLeftAlignFix{padding:0px 10px}.CompanySetupPage_Label{line-height:24px}.searchFilterListing img{min-width:20px}.formviewBtn{padding:6px 10px;margin:5px 2px;background-color:#3282bb !important;border-color:#3282bb !important}.PurchaseQuotation_body .PurchaseQuotation-data::before{height:calc(100% - 20rem)}.PurchaseQuotation-filter .listing_searchbar{padding:0px 5px 0px 12px}.PurchaseQuotation-filter .Listingsearch_dateController,.PurchaseQuotation-filter .filter-section-PQList{gap:5px}.PurchaseQuotation-filter .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon input{width:110px !important;font-size:15px;padding-left:22px !important}.PurchaseQuotation-filter .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon button{min-width:24px;min-height:24px}.PurchaseQuotation-filter .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon button .sign svg{width:24px;height:24px}.PurchaseQuotation-filter .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon .react-datepicker__calendar-icon{width:15px !important;padding-left:0px !important}.PurchaseQuotation-filter .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon .react-datepicker__calendar-icon svg{width:15px;height:15px}.purchaseQuotationCartTable{height:calc(100vh - 24.1rem) !important;margin-top:59px;border:1px solid #dbe0e6}.purchaseQuotationCartTable .ag-header-viewport{border-bottom:1px solid #dbe0e6}.purchaseQuotationCartTable .ag-root.ag-unselectable.ag-layout-normal{border-radius:0px !important}.PurchaseOtherItemBodyBtnContent .itemCode_label{width:20.33%}.PurchaseOtherItemBodyBtnContent .itemCode_input{width:79.66%}.afterSaveFields .tab-content.active{grid-template-columns:repeat(1, 1fr)}.total_purchaseQuotationCart{display:flex;align-items:center;height:auto;gap:15px;margin-inline:auto;border-radius:8px;margin-bottom:10px;box-shadow:0px 5px 10px -5px #d0ddd0;background:linear-gradient(267deg, #dcf5dc, #ffffff);display:flex;padding:10px;justify-content:space-between;color:green !important;font-weight:800;font-size:22px;border:1px solid #9cce96;width:100%}.total_purchaseQuotationCart .afterSaveFieldsCardSub_contentHeader_netWt{font-size:15px;font-weight:700;color:#8c8c8c}.total_purchaseQuotationCart .afterSaveFieldsCardSub_contentHeader{font-size:20px;font-weight:800}.total_purchaseQuotationCart .afterSaveFieldsCardSub_contenttext{font-size:15px;font-weight:700;color:#8c8c8c}.total_purchaseQuotationCart .afterSaveFieldsCardSub_contenttext_amt{font-size:20px;font-weight:800;color:green !important}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .itemCode_label{width:20.33%}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .itemCode_input{width:79.66%}.arr_input_card .arr_datepicker{padding-right:0px}.AlphaReportType-grid_afterApiBtn{height:calc(100vh - 27.5rem)}.ReportType_footerBtns{margin-top:0px !important}.tl_child_3_V2{display:flex}.tl_child_3_V2 .row:first-child{width:68%}.tl_child_3_V2 .row:last-child{width:39%}.tl_child_3_V2 .row:last-child label{padding-left:0px}.tl_if_row .tl_if_child_3{order:-1}.tlr_mainListing .tlr-table{height:calc(100vh - 23rem) !important}.tlr_mainListing .tlr_table_afterFilter{height:calc(100vh - 36.5rem) !important}.TagItem_uploadImg_marginBottom{margin-bottom:4px}.card_adj_rcpt_table_1{height:calc(100vh - 40rem)}.card_adj_rcpt_table_2{height:calc(100vh - 40rem)}.accountFilter_tabs .nav-tabs{border:0px}.branch_tabAlignFix ul{grid-template-columns:repeat(2, 1fr) !important}.card_borderRadiusRemove{border-radius:4px !important}.rolePolicy_searchBar{width:auto}.table-list-card.modal-ledger-table-br.pageinchallantable-1.mt-2{border-top:0}.table-list-card{border-top:1px solid #dbe0e6}.table-list-card .rolePolicy_tabContent_toggle{display:none}.table-list-card .rolePolicy_tabContent_toggle_show{display:block !important}.table-list-card .rolePolicyToggle_btn{display:block;padding:5px;position:absolute;top:0;right:0;height:auto;margin:5px}.role-content .tab-pane{padding:0px !important;border:0px !important}.account_master .role-content .tab-pane{padding:8px !important}.page-inwardchallan .role-content .tab-pane,.AIC_card-container .role-content .tab-pane{padding:8px !important}.rolePolicy_content{height:calc(100vh - 6rem)}.rolePolicy_tableheight{height:calc(100vh - 14.7rem) !important}.visibletab_roloePolicy_table{height:calc(100vh - 23rem) !important}.rolepolicy_Daybook{height:calc(100vh - 14.7rem)}.visibletab_roloePolicy_Daybook{height:calc(100vh - 24.5rem) !important}.rolePolicy_tableheight_map{height:calc(100vh - 14.7rem)}.visibletab_roloePolicy_tableHeight_map{height:calc(100vh - 23rem) !important}.cardAdj_input_section .mfield{margin-bottom:7px}.cardAdj_input_section .commission-percent-input{padding-right:10px !important}.cardAdj_input_section .refresh-button-commission{padding-left:0px}.copy-button{margin-top:10px}.copy-button .copy-button-icon{display:flex;justify-content:flex-end}.copy-button .copy-button-icon .dropdown-content{width:calc(100vw - 4rem) !important}.pagestockdefineGrid-wrapper{height:calc(var(--usable-height) - 185px)}.advance_rptPage .search_filter_action_btns{margin-top:0px}}@media only screen and (max-width: 575px){.header-ledger-btnLedgerRptGrid{align-self:end;margin-bottom:8px}.daybookrpt_detailViewCard{height:calc(var(--usable-height) - 190px)}.assestsSR-detailView{height:calc(var(--usable-height) - 12.5rem)}.testimonial-card:has(.testimonialEcommGrid) .header-list-common{margin:0px;padding:5px}.testimonial-card.sku-listview-card .sku-listview .skumaster-grid.testimonialEcommGrid{margin-top:0px}.sku-listview-card .sku-listview .skumaster-grid.testimonialEcommGrid{height:calc(var(--usable-height) - 15.5rem)}.sku-listview-card .sku-listview .skumaster-grid.testimonialEcommGrid .erp-table-container{height:calc(var(--usable-height) - 200px)}.trendingsku .banner-mst-ecomm .banner-grid{height:calc(var(--usable-height) - 16.5rem) !important}.collection-mst-ecomm.banner-mst-ecomm.collectionGrp-mst-ecomm.card,.collection-mst-ecomm.banner-mst-ecomm.collectionGrp-mst-ecomm.card .banner-grid{height:calc(var(--usable-height) - 12rem)}.banner-mst-ecomm:has(.header-part-bannerMst){height:calc(var(--usable-height) - 12rem)}.banner-mst-ecomm:has(.header-part-bannerMst) .banner-grid{height:calc(var(--usable-height) - 19rem)}.collection-mst-ecomm.collectionGrp-mst-ecomm.banner-mst-ecomm .banner-grid,.collection-mst-ecomm.collectionGrp-mst-ecomm.banner-mst-ecomm{height:calc(var(--usable-height) - 9rem)}.sku-listview-card .sku-listview .skumaster-grid.listing-skumst-grid{height:var(--usable-height)-15rem}.skumaster-grid.listing-skumst-grid .erp-table-container{height:calc(var(--usable-height) - 245px)}.getFilter_modal .modalhelpsearch{width:200px}.getFilter_modal:has(.getfilterModal-grid) .buyFilter-card .list-options{height:200px;min-height:unset !important}.getFilter_modal .getfilterModal-grid{margin-top:10px}.getFilter_modal .getfilterModal-grid .ag-theme-quartz{height:300px}.getFilter_modal{padding:8px}.getFilter_modal .getfiltermodal-help{padding-left:10px}.sales-analysis-container.assetsReportContainer{height:calc(var(--usable-height) - 11.5rem);overflow-y:auto}.tag-catlogue-page .product-cards .cards .details-section .product-title{font-size:14px}.tag-catlogue-page .product-cards .cards .details-section .price{font-size:16px}.tag-catlogue-page .product-cards .cards .details-section .discount{font-size:12px}.tag-catlogue-page .product-cards .cards .img-section img{width:125px;height:150px}.tag-catlogue-page .product-cards{grid-template-columns:repeat(auto-fit, minmax(175px, 1fr));height:calc(var(--usable-height) - 23.2rem);gap:0px;padding:0px;scrollbar-width:none;border:1px solid #e0e0e0}.tag-catlogue-page .product-cards .cards{border:0px;border-bottom:1px solid #e0e0e0;border-radius:0px;position:relative}.tag-catlogue-page .product-cards .cards:nth-of-type(odd):before{content:"";position:absolute;top:0px;right:0px;background-color:#e0e0e0;width:1px;height:100%}.tag-catlogue-page .showing-result{padding:10px}.tag-catlogue-page .showing-result .showing-result-header{display:grid;grid-template-columns:max-content 1fr}.tag-catlogue-page .showing-result .showing-result-header h4{order:2}.tag-catlogue-page .showing-result .showing-result-header .css-b62m3t-container{order:3;grid-column:1/-1;margin-left:0px !important}.tag-catlogue-page .showing-result .showing-result-header .filter-btn-section{width:fit-content;order:1}.tag-catlogue-page .filter-btn-section .filter-sidebar{width:100%;right:-100%}.tag-catlogue-page .filter-btn-section .filter-menu-left{width:200px}.tag-catlogue-page .filter-btn-section .filter-menu-item{padding:15px}.item-codebody{height:calc(var(--usable-height) - 13rem)}.banner-mst-ecomm.category-ecomm .banner-grid{height:calc(var(--usable-height) - 11.5rem)}.sku-listview-card .header-list-common{position:static;margin-bottom:0px}.sku-listview-card .sku-listview .skumaster-grid{height:calc(var(--usable-height) - 18rem)}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .third-level-header h3,.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .submenu-level-header h3,.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content.submenu-content .parent-level-header h3{font-size:16px}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .add-choosen.preview_img{border-bottom:0px}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .menu-name-row{padding:0px}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .menuMst-filedpadding{padding-left:10px !important;padding-right:10px !important}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .menutype-div{display:block}.menumst-page .menumst-pagebody .menumst-pagebody-content .menu-content .side-panel-menuPage{display:none}.ecomm-menumaster-body .menu-main-content .menu-main-header{flex-direction:column;align-items:flex-start}.ecomm-menumaster-body .menu-main-content .menu-main-header .title-menuMain h3{font-size:20px}.ecomm-menumaster-body .menu-main-content .menu-main-header .menu-main-btnSection{justify-content:flex-end;width:100%}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion{height:calc(var(--usable-height) - 18.5rem)}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-thumb .accordion-thumb-title{font-size:16px}.ecomm-menumaster-body .menu-main-content .menu-main-body .accordion .accordion-panel .options-content-body ul{grid-template-columns:repeat(1, 1fr)}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-header .header-firstsection span:first-child{font-size:16px !important}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-header .header-firstsection span:last-child{font-size:14px !important}.cards-PQList .PQcard-view-mobile .card-filteredData-header{width:100%;flex-direction:row !important;justify-content:space-between}.cards-PQList .PQcard-view-mobile .card-filteredData-header button{background-color:rgba(0,0,0,0);border:1px solid #0a83ff;border-radius:6px;padding:5px 6px}.cards-PQList .PQcard-view-mobile .card-filteredData-header button svg{color:#007eff;width:22px;height:22px}.cards-PQList:has(.detailwise-header-PQ) .card-filteredData{padding:8px 15px}.cards-PQList:has(.detailwise-header-PQ) .card-filteredData-header{width:100%;flex-direction:row !important;justify-content:space-between}.detailwise-content-PQ,.detailwise-header-PQ{display:flex;gap:10px}.detailwise-content-PQ p,.detailwise-header-PQ p{font-size:13px !important}.detailwise-content-PQ h2,.detailwise-header-PQ h2{font-size:14px !important}.detailwise-content-PQ h2:first-child,.detailwise-content-PQ p:first-child,.detailwise-header-PQ h2:first-child,.detailwise-header-PQ p:first-child{width:40px}.detailwise-content-PQ h2:nth-child(2),.detailwise-content-PQ p:nth-child(2),.detailwise-header-PQ h2:nth-child(2),.detailwise-header-PQ p:nth-child(2){width:25px}.detailwise-content-PQ h2:nth-child(3),.detailwise-content-PQ p:nth-child(3),.detailwise-header-PQ h2:nth-child(3),.detailwise-header-PQ p:nth-child(3){min-width:60px}.detailwise-content-PQ h2:nth-child(4),.detailwise-content-PQ p:nth-child(4),.detailwise-header-PQ h2:nth-child(4),.detailwise-header-PQ p:nth-child(4){min-width:60px}.detailwise-content-PQ h2:last-child,.detailwise-content-PQ p:last-child,.detailwise-header-PQ h2:last-child,.detailwise-header-PQ p:last-child{min-width:85px}.PurchaseQuotation-filter .filter-section-PQList .branch-filter .content-options,.PurchaseQuotation-filter .filter-section-PQList .reportType-filter .content-options{left:0px;right:unset}.PurchaseQuotation-filter .filter-section-PQList .branch-filter .content-options svg,.PurchaseQuotation-filter .filter-section-PQList .reportType-filter .content-options svg{left:8px;right:unset}.sales-register-tableTopHeader .Sales-Report .salesReport-Header .breadcumb-amt .amt-items li,.sales-register-tableTopHeader .Sales-Report .salesReport-Header .breadcumb-weight .weight-items li{padding:4px 2px}.sales-register-tableTopHeader .Sales-Report .salesReport-Header{width:100%}.sales-register-tableTopHeader .Sales-Report .salesReport-Header .amtWeight-chooser{flex-direction:row;width:100%;justify-content:end;gap:8px}.sales-register-tableTopHeader .Sales-Report .salesReport-Header .amtWeight-chooser .breadcumb-amt{align-items:start;margin-right:0px}.sales-register-tableTopHeader .Sales-Report .salesReport-Header .amtWeight-chooser .breadcumb-amt h6{margin-top:10px}.sales-register-tableTopHeader .Sales-Report .salesReport-Header .amtWeight-chooser .breadcumb-amt .amt-items{display:flow;column-count:2}.sales-register-tableTopHeader .Sales-Report .salesReport-Header .amtWeight-chooser .breadcumb-weight{align-items:start}.sales-register-tableTopHeader .Sales-Report .salesReport-Header .amtWeight-chooser .breadcumb-weight h6{margin-top:10px}.sales-register-tableTopHeader .Sales-Report .salesReport-Header .amtWeight-chooser .breadcumb-weight .weight-items{display:flow;column-count:1}.collection-mst-ecomm.banner-mst-ecomm:has(.view-grid-header) .header-list-common .form-group .search-input-wrapper{right:unset;left:0px}.collection-mst-ecomm.banner-mst-ecomm .banner-grid{height:calc(var(--usable-height) - 15rem)}.banner-mst-ecomm .header-list-common .form-group .search-input-wrapper{width:200px}.banner-mst-ecomm .banner-grid{height:calc(var(--usable-height) - 20rem)}.banner-mst-ecomm.table-list-card{padding:0px !important}.banner-mst-ecomm.table-list-card .tabbed.round ul li.active:hover,.banner-mst-ecomm.table-list-card .tabbed ul li{padding:5px 10px;margin-bottom:5px;border-radius:8px !important}.banner-mst-ecomm.table-list-card .tabbed ul{flex-wrap:wrap;gap:5px}.getFilter_modal .table-top-border{display:none}.promoMaster-subDetails .discount-grid-columnpad{padding-left:10px}.promoMaster-subDetails .discount-grid{margin-top:20px}.TagLoose_inputFields .fromDatePicker,.TagLoose_inputFields .toDatePicker{flex-direction:column}.TagLoose_inputFields .datepicker-seprate-row .date-picker-wrap .date-picker-wrap{width:fit-content}.advance_rptPage .reportBy-advRpt .multiselectdropdown.css-b62m3t-container{width:100%}.daybookRpt-page .arr_content{height:calc(100vh - 269px)}.daybookRpt-page .input-card-daybook .header-ledger-btn{justify-content:end}.daybookRpt-page .adv-datePicker-row{margin-bottom:8px !important}.pendingItemSelection .dropdown-content.open-up.right-adjust.F2help,.pendingItemSelection .dropdown-content.open-down.right-adjust.F2help{min-width:100% !important;width:100% !important;right:0px !important}.coupon_code_page .promo-master-inputCard .description-label{margin-bottom:3px !important}.butFilterModal .modalhelpsearch{width:100%}.butFilterModal .modalhelpsearch input{width:100% !important}.promo-master-inputCard .description-label{margin-top:0px !important}.promo-master-header.table-top_header .page-header h4{padding:0px}.promoMaster-subDetails .branch-allocationHeader{flex-direction:column;align-items:start;gap:10px}.receipt_listingHeader .ledger-report-datePicker .react-datepicker__input-container.react-datepicker__view-calendar-icon{padding:2px}.adv-datePicker-row.datepicker-seprate-row .date-picker-wrap:has(.form-label){row-gap:2px}.adv-datePicker-row.datepicker-seprate-row .date-picker-wrap .from_date{width:100%}.adv-datePicker-row.datepicker-seprate-row .date-picker-wrap .date-picker-wrap{width:100%}.adv-datePicker-row.datepicker-seprate-row .date-picker-wrap .to_date{padding-left:0px;width:100%}.datepicker-seprate-row .date-picker-wrap:has(.form-label){row-gap:2px}.datepicker-seprate-row .date-picker-wrap .from_date{width:100%}.datepicker-seprate-row .date-picker-wrap .date-picker-wrap{width:100%}.datepicker-seprate-row .date-picker-wrap .to_date{padding-left:0px;width:21.5%}.bank-rec-page .bankRec-headerListing.header-recepitfield.header-list-common .form-group.form-right{align-self:flex-end}.bank-rec-page .monthWiseGrid.CashBook{height:calc(var(--usable-height) - 27.2rem)}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content{right:-61px;top:36px}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .content-part{width:375px}.bankRec-headerListing.header-recepitfield.header-list-common .form-group.form-right{align-items:center}.bank-rec-page .bankRec-tabs button{padding:15px}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection{align-items:start;flex-direction:column}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section{justify-content:space-between}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .city-details{padding-right:0px;border-right:0px}.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .city-details,.bank-rec-page .bank-ourbookDetails.card .bank-details-card-section .bank-details-firstSection .branch-details{gap:20px}.bank-rec-page .bankRec-Header.page-header .inward_tabs_new .submenu_dropdowns .submenu_field{padding:6px 10px}.bank-rec-listview.cashbook{height:calc(100vh - 19rem)}.bank-rec-listview.cashbook .bank-rec-cards{height:calc(var(--usable-height) - 36.5rem)}.bank-rec-listview{padding:15px 8px;height:calc(100vh - 19rem);overflow-y:auto;scrollbar-width:none}.bank-rec-listview .bank-rec-cards{height:calc(var(--usable-height) - 41rem)}.bank-rec-listview .pdc-check-receipt-footer .pdcSideArrow-img{display:none}.bank-rec-listview .pdc-check-receipt-footer{padding:10px}.bank-rec-listview .bank-rec-cards .card-section{padding:10px}.bank-rec-listview .bank-rec-cards .card-section .bank-details{margin-bottom:10px}.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .ourbookbal-section span:last-child,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .unclearbal-section span:last-child,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .bankclearbal-section span:last-child,.bank-rec-listview .bank-rec-cards .card-section .bank-amt-section .pdccheckIssue-section span:last-child{line-height:20px}.Sales-Report .sales-report-titleTabs{flex-wrap:wrap}.Sales-Report .salesReport-Header .amtWeight-chooser{flex-direction:column;align-items:start;gap:5px}.Sales-Report .salesReport-Header h6{margin-bottom:0px}.Sales-Report .salesReport-itemList .header-itemList{flex-direction:column;align-items:flex-start;gap:10px}.Sales-Report .salesReport-itemList .header-itemList .search-box input{width:200px !important}.Sales-Report .salesReport-itemList .itemlist-detail .item-img-detailsection .img-section .item-img{padding:35px 20px 0px}.Sales-Report .salesReport-Header.page-header{gap:0px;align-items:start}.Sales-Report .salesReport-itemList .itemlist-detail .main-detail-section{padding-right:10px !important}.Sales-Report .salesReport-itemList .itemlist-detail .section-1{border-right:0px;border-top-right-radius:8px;border-bottom:1px solid #b5cdff;border-bottom-left-radius:0px}.Sales-Report .detail-grid-section{padding-left:10px}.page-wrapper:has(.sidemenu_hide_show1):not(:has(.menu_onAddNew)) .sidebarMenu_SideInputs{width:93% !important}.LicenseKeyContainer{width:calc(100% - 75px)}.license-container{padding:15px}.license-card{padding:8px;border-radius:12px}.license-card .welcomeSub-licenseKey{font-size:16px}.license-card .welcome-licenseKey{font-size:24px}.license-card .logoText-container{margin-bottom:30px}.license-card .license-copyRightText{margin-bottom:8px}.chatbot_inputContainer .chatbot_input{padding-right:100px}.chatbot_msgcontent .chat_messages .chat_msgContent{margin-right:0px}.chatbot_container{width:350px;height:650px}.chatbot_msgcontent img{width:100px}.chatbot_msgcontent .gradient_text p{font-size:32px}.Listingsearch_dateController{flex-direction:column;gap:0px}.tlr_content100vhb .table-top_header .page-header h4{padding:0px !important}.ThemeTabletLeftAlignFix{padding:8px 10px}.CompanySetupPage_Label{line-height:20px}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .purchaseQuotation_header h2{font-size:16px}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader{padding:8px 10px 8px 0px;gap:15px}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .purchaseQuotation_header svg{width:30px;height:30px}.PurchaseQuotation_body .PurchaseQuotation-data{padding:12px 10px 12px 25px}.PurchaseQuotation_body .PurchaseQuotation-data .voucherDate::before,.PurchaseQuotation_body .PurchaseQuotation-data .voucherDate::after{left:4px}.PurchaseQuotation_body .PurchaseQuotation-data:before{left:10px}.PurchaseGridFromView_Modal .PurchaseGridFromViewHeader .voucher-section-content .tlr_dropdownBeforeIcon{right:65px}.PurchaseQuotationListView .add-new button{padding:4px}.PurchaseQuotationListView .add-new button .text{display:none}.PurchaseQuotationListView .PurchaseQuotationListView-Header .iconImg img{width:26px;height:26px}.PurchaseQuotationListView .PurchaseQuotationListView-Header h2{font-size:18px}.PurchaseQuotation-filter .date-picker-wrap .from_date,.PurchaseQuotation-filter .date-picker-wrap .to_date{font-size:18px !important;font-weight:700 !important}.PurchaseQuotation_body{height:calc(100vh - 13rem)}.PurchaseQuotation_body .PurchaseQuotation-data .cards-PQList{padding-left:0px !important}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-header .header-firstsection{display:flex;flex-direction:column;align-items:start;gap:0px;margin-bottom:5px}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-header{flex-direction:column;align-items:start;border-bottom:0px}.PurchaseQuotation_body .PurchaseQuotation-data .card-filteredData .card-filteredData-header .header-lastsection{padding:5px 12px}.PurchaseQuotation_body .PQcard-view-mobile{display:flex !important;justify-content:space-between;align-items:start;border-bottom:1px solid #ededed}.PurchaseQuotation_body .PQcard-view-mobile .card-filteredData-footer{display:flex !important;align-items:center;justify-content:end;gap:10px;padding:2px 5px}.PurchaseQuotation_body .card-filteredData-body .card-filteredData-footer{display:none !important}.PurchaseQuotation-filter .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon button .sign svg{width:22px !important;height:24px !important}.PurchaseQuotation-filter .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon button{min-width:22px;min-height:24px;height:24px !important}.PurchaseQuotation-filter .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon{height:36px !important}.PurchaseQuotation-filter .date-picker-wrap{gap:0px}.PurchaseQuotation-filter .Listingsearch_dateController{display:grid;grid-template-columns:30px auto;grid-template-rows:auto auto;gap:10px;justify-content:flex-start}.PurchaseQuotation-filter .Listingsearch_dateController .date_picker.form-group{margin-left:-10px}.PurchaseQuotation-filter .Listingsearch_dateController .date_picker{grid-column:1/-1}.PurchaseQuotation-filter .Listingsearch_dateController .listing_searchbar{padding-left:0px}.PurchaseQuotation-filter .fromDatePicker,.PurchaseQuotation-filter .toDatePicker{flex-direction:row}.PurchaseQuotation-filter .fromDatePicker .react-datepicker__input-container.react-datepicker__view-calendar-icon .react-datepicker__calendar-icon,.PurchaseQuotation-filter .toDatePicker .react-datepicker__input-container.react-datepicker__view-calendar-icon .react-datepicker__calendar-icon{left:28px !important}.PurchaseQuotation-filter .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon{gap:0px}.PurchaseQuotation-filter .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon input{width:95px !important;padding-left:20px !important;font-size:13px !important;height:34px !important}.purchaseAddToCart-Cards{height:calc(100dvh - 29.5rem) !important}.purchaseAddToCart-Cards .afterSaveFields_card{padding:15px !important}.purchaseAddToCart-Cards .quantityTab{display:none}.panel{bottom:70px}.panel .panel-data{display:none}.panel.open{bottom:120px}.panel.open .panel-data{display:block}.total_purchaseQuotationCart{margin-bottom:5px;padding:5px 10px;font-size:20px}.PATC_footer .btn-addproduct.prodt-formbtn{flex-flow:wrap;row-gap:8px;display:flex;align-items:center;justify-content:center}.PurchaseOtherItemBodyBtnContent .itemCode_label{width:33.33%}.PurchaseOtherItemBodyBtnContent .itemCode_input{width:66.66%}.PurchaseGridFromView_Modal{padding:0px;padding-left:0px !important;scrollbar-width:none}.PurchaseGridFromView_Modal .modal-dialog{margin:0px}.PurchaseGridFromView_Modal .modal-content{background-color:#fff !important}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .PurchaseGridFormView_TotalAmt{margin-bottom:10px}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .mfield{margin-bottom:10px}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .horizontal-seprator{border-top:0px !important}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .vertical-seprator{border-right:0px !important}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .lessWt_mobileView{width:84%}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .itemCode_label{width:33.3%}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .itemCode_input{width:66.6%}.PurchaseGridFromView_Modal .purchaseQuotation_inputHelp .final-amount span{font-weight:700 !important}.PurchaseOtherItem_Modal .modal-dialog{margin-inline:0px;position:relative;bottom:-6px}.PurchaseOtherItem_Modal .modal-content{background-color:#fff !important;position:absolute;bottom:0px;border-radius:0px;border-top-left-radius:15px;border-top-right-radius:15px;height:auto !important}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtn{display:flex;align-items:center;justify-content:space-evenly;padding:10px}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtn button{width:-webkit-fill-available;justify-content:center;background-color:#5266c0;padding:6px}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtn button .text{font-size:16px;font-weight:700;color:#fff}.PurchaseOtherItem_Modal .PurchaseOtherItemBodyBtn button:hover{background-color:#213fc5;border:1px solid rgba(0,0,0,0) !important}.OtherItemPreviewImage{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;padding:25px}.OtherItemPreviewImage img{opacity:.7;width:200px}.afterSaveFields{padding:15px 10px 0px;overflow-y:auto;scrollbar-width:none;height:auto;max-height:calc(100dvh - 15rem)}.afterSaveFields .afterSaveFields_card{box-shadow:0px 0px 4px 0px #ccc;padding:10px;margin-bottom:15px;transition:all 1s ease-in-out}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid #dbe0e6;padding-bottom:10px}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader p{margin-bottom:0px;font-size:16px;font-weight:700}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader .header_icon{display:flex;align-items:center;gap:10px}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader .header_icon svg{color:#5266c0}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader .header_icon svg:last-child{color:#ff5252}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader .header_icon:hover svg{color:#213fc5}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardHeader .header_icon:hover svg:last-child{color:red}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardSubPart{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding:0px 10px}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardSubPart .afterSaveFieldsCardSub_content{display:flex;flex-direction:column;width:-webkit-fill-available}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardSubPart .afterSaveFieldsCardSub_content .afterSaveFieldsCardSub_contentHeader{font-size:15px;font-weight:700;margin-bottom:0px}.afterSaveFields .afterSaveFields_card .afterSaveFieldsCardSubPart .afterSaveFieldsCardSub_content .afterSaveFieldsCardSub_contenttext{font-size:15px;font-weight:600;margin-bottom:0px;color:#8c8c8c}.afterSaveFields .form-control{border:0;border-bottom:1px solid #9ca5d9 !important;border-radius:4px !important;height:36px !important;background-color:#f8f8fb;font-size:14px}.afterSaveFields .form-control:focus{border-bottom:1px solid #132589 !important}.afterSaveFields .form-control__placeholder{font-size:12px !important}.afterSaveFields .form-label{font-size:14px;margin-bottom:3px}.afterSaveFields .css-b62m3t-container{border:0;border-bottom:1px solid #9ca5d9 !important;border-radius:4px !important;height:36px;background-color:#f8f8fb}.afterSaveFields .css-b62m3t-container .form-control__indicators{height:36px !important;border-color:rgba(0,0,0,0)}.afterSaveFields .css-b62m3t-container .form-control__value-container{height:36px !important;border-color:rgba(0,0,0,0)}.afterSaveFields .css-b62m3t-container .form-control__control{height:36px !important;border-color:rgba(0,0,0,0) !important}.afterSaveFields .css-b62m3t-container:focus{border-bottom:1px solid #132589 !important}body:has(.PurchaseGridFromView_Modal) .modal-backdrop{z-index:1055}body:has(.PurchaseOtherItem_Modal) .modal-content{height:100px}.purchase_report_table{height:calc(100vh - 44rem)}.acccount_opening_footerBtn{justify-content:end}.tagLoose_footerSticky{position:fixed !important}.tlr_mainListing:has(.tlr_tagWise) .ag-theme-quartz{height:calc(100vh - 10rem) !important}.tlr_mainListing:has(.tlr_tagWise){margin-top:15px}.tlr_dropdownBeforeIcon{display:block;position:absolute;top:-12px}.tlr_dropdownBeforeIcon svg{fill:#fff;width:16px;height:16px}.TagLooseColumnChooser_DropdownContent{width:auto !important;top:36px !important;box-shadow:0px 0px 10px 0px #b7b7b7 !important}.dropdown-content_createPortal{z-index:1050}.dropdown-content_createPortal .dropdown_content_item{overflow-y:auto;overflow-x:hidden}.tl_child_1,.tl_child_2,.tl_child_3{display:block}.tl_child_1 .row,.tl_child_2 .row,.tl_child_3 .row{width:auto}.tl_child_1:has(.date_inputBorderRadius) .row:first-child .tl-responsivefirstDiv,.tl_child_2 .row:first-child .tl-responsivefirstDiv,.tl_child_3 .row:first-child .tl-responsivefirstDiv{padding-left:10px;padding-right:10px}.tl_child_3_V2{display:block}.tl_child_3_V2 .row:first-child,.tl_child_3_V2 .row:last-child{width:auto}.tl_child_3_V2 .row:last-child label{padding-left:10px}.tlr_mainListing .tlr-table{height:auto !important}.tlr_mainListing .tlr_table_afterFilter{height:auto !important}.tlr_content100vh{padding-bottom:45px !important}.tl_if_row .tl_if_child_1{order:-3}.tl_if_row .tl_if_child_3{order:-4}.tl_if_row .tl_if_child_2{order:-1}.tl_if_row .tl_if_child_4{order:-2}.arr_input_card .arr_checkbox{height:70px}.arr_input_card .arr_sub_checkbox{margin:5px 0px;margin-bottom:5px !important;font-size:12px !important}.totalAmt_bgColor{margin-left:0px}.btn_padding_start_mobileAlign{padding-left:11px !important}.input_padding_start_mobileAlign{padding-left:10px !important}.fromToDate_btn_grp .refresh-button-CardAr,.fromToDate_btn_grp .refresh-button-CardAr-2{margin-top:3px}.taxable_amt_topAdjust{margin-top:5px}.multipleTab_fixAlignment .tabbed ul{grid-template-columns:repeat(2, 1fr)}.tabbed_rowSequenceMobileView ul{flex-direction:unset !important}.role-policydaybooktab .rolePolicy_searchBar{margin:4px 0px !important;width:100%}.role-policypage:not(.account_opening_tabs){column-count:2 !important;padding:0px}.role-policypage:not(.account_opening_tabs) button{height:auto !important}.table-list-card .rolePolicyToggle_btn{margin:20px 5px}.Customer_Master_Title{display:flex !important;width:100%}.Customer_Master_Title img{width:auto !important;margin:0px 5px !important;height:17px}.Customer_Master_Title h5{padding-bottom:0px !important;font-size:12px}.role-policypage li{margin:0px !important}.role-policypage li .btn_rolePolicy_tab{padding:5px !important}.rolePolicy_content{height:calc(100vh - 5.6rem)}.rolePolicy_tableheight{height:calc(100vh - 15.7rem) !important}.visibletab_roloePolicy_table{height:calc(100vh - 28rem) !important}.rolepolicy_Daybook{height:calc(100vh - 19.7rem) !important}.visibletab_roloePolicy_Daybook{height:calc(100vh - 32rem) !important}.rolePolicy_tableheight_map{height:calc(100vh - 15.7rem) !important}.visibletab_roloePolicy_tableHeight_map{height:calc(100vh - 28rem) !important}.card_border_remove_mobile{border:0px !important;padding:0px !important}.CardAdjustmentReceipt-body .refresh-button-date{justify-content:flex-end}.CardAdjustmentReceipt-body .refresh-button-commission{justify-content:flex-end}.account-field{display:block !important}.account-field label{margin-bottom:5px}.account-filter_modal .accountFilter_tabs .nav-tabs{flex-direction:row;grid-template-columns:repeat(2, 1fr)}.account-filter_modal .tab-content .form-search-tabView{width:98% !important}.account-filter_modal .tab-content .modal_accountFilterHelpModal_1_table{height:26.4vh}.account-filter_modal .modalhelpsearch input{width:99%}.account-filter_modal .modalHelpSearch-accountAlign button{padding:3px !important;justify-self:end}.row.align-items-center.mfield.tax_rount_checkbox{margin-top:0px}.sales-analysis-container .format-menu{left:0;right:unset}.sales-analysis-container .format-menu .amtWeight-chooserIcon{left:8px;right:0}}@media only screen and (max-width: 499px){.bank-rec-listview.cashbook{height:calc(100vh - 22rem)}.bank-rec-listview.cashbook .bank-rec-cards{height:calc(var(--usable-height) - 39rem)}.bank-rec-page .monthWiseGrid.CashBook{height:calc(var(--usable-height) - 29.8rem)}}@media only screen and (max-width: 480px){.banner-mst-ecomm:has(.header-part-bannerMst){height:calc(var(--usable-height) - 12rem)}.banner-mst-ecomm:has(.header-part-bannerMst) .banner-grid{height:calc(var(--usable-height) - 21.5rem)}.assetsReportContainer.sales-analysis-container.sales-analysis-container .date-picker-wrap{flex-direction:row}.PurchaseQuotation-filter .Listingsearch_dateController{grid-template-columns:1fr auto}.PurchaseQuotation-filter .filter-section-PQList .branch-filter .content-options,.PurchaseQuotation-filter .filter-section-PQList .reportType-filter .content-options{left:unset;right:0px}.PurchaseQuotation-filter .filter-section-PQList .branch-filter .content-options svg,.PurchaseQuotation-filter .filter-section-PQList .reportType-filter .content-options svg{left:unset;right:8px}.sales-analysis-container .date-picker-wrap{flex-direction:column;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap !important}.sales-analysis-container .date-picker-wrap .from_date{padding-right:6px}.sales-analysis-container .date-picker-wrap .to_date{padding:0px;padding-right:6px}}@media only screen and (max-width: 425px){.LicenseKeyContainer{width:calc(100% - 40px)}.license-card{padding:8px;border-radius:12px}.role-label{font-size:13px}}@media only screen and (max-width: 375px){.LicenseKeyContainer{width:calc(100% - 30px)}.SmartAIModal .smartAIModal_headerTitle{gap:5px !important}.SmartAIModal .smartAIModal_headerTitle h2{font-size:18px}.SmartAIModal .smartAIModal_headerTitle img{width:35px !important;height:35px !important}.SmartAIModal .smartAIModal_headerContentPart{gap:5px !important}.SmartAIModal .smartAIModal_headerContentPart .css-b62m3t-container{width:125px !important}.TagLooseColumnChooser_DropdownContent .main_header{padding:12px}.TagLooseColumnChooser_DropdownContent .main_header span{font-size:16px}.TagLooseColumnChooser_DropdownContent .grouping{padding:12px}.TagLooseColumnChooser_DropdownContent .grouping ul{padding-right:15px}.TagLooseColumnChooser_DropdownContent .grouping ul li label{font-size:14px}.TagLooseColumnChooser_DropdownContent .grouping ul:last-child{padding-left:15px}.TagLooseColumnChooser_DropdownContent .grouping_alignRowWise{padding:12px}.TagLooseColumnChooser_DropdownContent .grouping_alignRowWise li label{font-size:14px !important}.todo_birthday_card_v2{padding:8px 8px 8px !important}.todo_birthday_card_v2 .todo_recording_list{width:230px}.todo_birthday_card_v2 .todo_recording_list .recording_list_detail{width:160px}}.formlabel-size .date-picker-wrap .form-label{font-size:12px;padding-right:10px}.receipt_listingHeader{margin-top:8px}.receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon:has(input:focus){background-color:#ffdea8}.receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon{position:relative;display:flex;justify-content:space-between;align-items:center;border:1px solid #dbe0e6;border-radius:6px;height:27px;padding:0px 2px;gap:4px;background:#fff}.receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon input{border:0px;height:25px !important;padding-top:5px !important;padding-bottom:5px !important}.receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon button{padding:0px;border:none;cursor:pointer;border-radius:4px;color:#3a3a3a;min-width:22px;min-height:24px;display:flex;align-items:center;justify-content:center;background:#e8efff}.receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon button:hover{background:#c0d1f9}.receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon button:active{background-color:#d5e2ff;color:#414d9d}.receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon button .sign{display:flex;justify-content:center;align-items:center}.receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon button .sign svg{width:22px;height:22px;color:#2f61c9}.receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon .react-datepicker__calendar-icon{position:absolute;left:7px;padding:0px !important;width:14px !important;height:25px !important;display:flex;align-items:center;justify-content:center}.receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon .react-datepicker__calendar-icon svg{width:14px;height:14px}.calendarInput .react-datepicker-wrapper{width:100%}.react-datepicker__input-container .normal-datePicker-input{padding:.3rem}.react-datepicker__input-container .noraml-datePicker-icon{padding:.25rem .4rem !important}.date-picker-wrap{display:flex;align-items:center;justify-content:start}.date-picker-wrap .react-datepicker-wrapper{width:100%;padding:0 !important}.date-picker-wrap input#voucherdate{border-radius:4px 0px 0px 4px;width:102px}.date-picker-wrap #toworkdate,.date-picker-wrap #estimatecompletedate{border-radius:4px 0px 0px 4px}.date-picker-wrap .recepit-vch-days{width:80px;text-align:center}.date-picker-wrap .vch-date-pagerecepit{border-left:1px solid #dbe0e6;width:90px;text-align:center}.date-picker-wrap .from_date{padding-right:5px;font-size:13px}.date-picker-wrap .to_date{padding:5px;font-size:13px}.date-picker-wrap .react-datepicker__header:not(.react-datepicker__header--has-time-select){border-radius:1rem 1rem 0rem 0rem}.date-picker-wrap .react-datepicker{border:1px solid #c7d4f0;box-shadow:0px 0px 10px 0px #ededed;font-family:"Nunito",sans-serif}.date-picker-wrap .react-datepicker-popper{z-index:1052;top:-3px !important}.date-picker-wrap .react-datepicker__header{background-color:#fff;border-bottom:1px solid #dbdbdb;padding:8px 5px}.date-picker-wrap .css-1uha9v3-control{box-shadow:none}.date-picker-wrap .css-qr46ko{max-height:fit-content}.date-picker-wrap .react-datepicker__navigation{height:24px;width:24px;border-radius:5px;border:1px solid #a7c2d8;background-color:#f0f8ff;margin:6px 6px;line-height:22px}.date-picker-wrap .react-datepicker__navigation:hover{border:0px}.date-picker-wrap .react-datepicker__navigation-icon::before{top:8px;border-width:2px 2px 0 0}.date-picker-wrap .react-datepicker__navigation-icon--next::before,.date-picker-wrap .react-datepicker__navigation-icon--previous::before{border-color:#3282b8;height:8px;width:8px}.date-picker-wrap .react-datepicker__navigation-icon--next::before{left:-3px}.date-picker-wrap .react-datepicker__navigation-icon--previous::before{right:-3px}.date-picker-wrap .react-datepicker__navigation:hover{background-color:#efefef;border:1px solid #dfdfdf}.date-picker-wrap .react-datepicker__navigation:hover *::before{border-color:#464646}.date-picker-wrap .react-datepicker__current-month{margin:5px 10px 12px 10px;font-size:14px}.date-picker-wrap .react-datepicker__header__dropdown{margin:2px 0px}.date-picker-wrap .react-datepicker__year-dropdown-container--select,.date-picker-wrap .react-datepicker__month-dropdown-container--select{margin:0px 2px}.date-picker-wrap .react-datepicker__year-select,.date-picker-wrap .react-datepicker__month-select{border-radius:5px;border:0px;padding:2px;border:1px solid #dbe0e6;background-color:#fff;color:#181d1f}.date-picker-wrap .react-datepicker__year-select .css-hlgwow,.date-picker-wrap .react-datepicker__month-select .css-hlgwow{text-align:left;padding:0 8px}.date-picker-wrap .react-datepicker__month{padding:5px;margin:0px}.date-picker-wrap .react-datepicker__month-select{width:110px;border-radius:5px}.date-picker-wrap .react-datepicker__month-container{width:250px}.date-picker-wrap .react-datepicker__day-names{display:flex;justify-content:space-around}.date-picker-wrap .react-datepicker__week{display:flex;justify-content:space-around}.date-picker-wrap .react-datepicker__day-name,.date-picker-wrap .react-datepicker__day{font-weight:600;width:28px;height:28px;line-height:28px;margin:2px !important}.date-picker-wrap .react-datepicker__day:not([aria-disabled=true]):hover{border-radius:4px;background-color:#dff4ff}.date-picker-wrap .react-datepicker__day--selected:not([aria-disabled=true]):hover{background-color:#3282b8}.date-picker-wrap .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#afc1e9;color:#afc1e9;stroke:#afc1e9;width:16px;height:14px}.date-picker-wrap .react-datepicker-popper .css-b62m3t-container{width:100%}.date-picker-wrap .react-datepicker__view-calendar-icon input{padding:.3rem}.date-picker-wrap .react-datepicker-ignore-onclickoutside{text-align:left;border-radius:4px 4px 4px 4px}.date-picker-wrap .react-datepicker-wrapper:hover{border:0px}.date-picker-wrap .react-datepicker__input-container .react-datepicker__calendar-icon{height:27px !important;padding:0px;width:27px !important;display:flex;justify-content:center;align-items:center}.date-picker-wrap .react-datepicker__input-container .react-datepicker__calendar-icon svg{width:14px}@media only screen and (max-width: 1588px){.formlabel-size .date-picker-wrap .form-label{font-size:11px !important}}@media only screen and (max-width: 1400px){.date-picker-wrap .react-datepicker__navigation-icon--next::before,.date-picker-wrap .react-datepicker__navigation-icon--previous::before{border-color:#3a3a3a;height:7px;width:7px}.date-picker-wrap .react-datepicker__navigation-icon--next::before{left:-3px}.date-picker-wrap .react-datepicker__navigation-icon--previous::before{right:-3px}.date-picker-wrap .react-datepicker__year-select,.date-picker-wrap .react-datepicker__month-select{padding:1px}}@media only screen and (max-width: 991px){.date-picker-wrap .react-datepicker__input-container .react-datepicker__calendar-icon{height:32px !important}}@media only screen and (max-width: 575px){.date-picker-wrap{flex-wrap:wrap;gap:8px}.date-picker-wrap .react-datepicker__month-container{width:275px}.date-picker-wrap .from_date{padding:0}.date-picker-wrap .date-order:nth-child(3){order:0;width:100%}.date-picker-wrap .date-order:nth-child(2){order:1;width:100%;left:-4px;position:relative}.date-picker-wrap .date-order:nth-child(4){order:1;width:100%}}@media only screen and (max-width: 425px){.formlabel-size .date-picker-wrap .form-label{font-size:13px !important}}.tabbed{margin:0 auto;overflow:hidden;transition:border 250ms ease}.tabbed ul{margin:0px;padding:0px;padding-top:2px;overflow-y:hidden;overflow-x:auto;list-style-type:none;display:flex;gap:10px;scrollbar-width:none}.tabbed ul *{margin:0px;padding:0px}.imageupload .tab-pane .card{border-radius:0px 8px 8px 8px !important;background:#fff;box-shadow:0px 0px 3px 2px #f0f0f0;border:0}.tabbed ul li{border-radius:8px 8px 0 0 !important;margin-right:0;border-bottom:0;background-color:rgba(0,0,0,0);color:#7292da;white-space:nowrap;padding:5px 14px 5px 14px;font-weight:bold;cursor:pointer;position:relative}.tabbed ul li:hover{background:#edf0ff;border-top:3px solid rgba(0,0,0,0);margin:0px;border-radius:8px !important;padding-bottom:0px;height:fit-content;padding-top:2px;padding-bottom:3px}.tabbed ul li::before{position:absolute;content:"";left:-5px;width:2px;height:16px;background:#bfc6e9;margin-top:2px}.tabbed ul li:first-child::before{width:0px}.tabbed ul li.active::before,.tabbed ul li:hover::before{display:none}.tabbed ul li.active+li::before,.tabbed ul li:hover+li::before{display:none}.tabbed.round ul li.active{background:#fff;z-index:0;color:#4361ee;font-weight:700;border-top:3px solid;box-shadow:0px 0px 8px 2px rgba(0,0,0,.1)}.tabbed.round ul li.active:hover{margin:0px;border-radius:8px 8px 0px 0px !important;padding:5px 14px 5px 14px}.imageupload .imageshow{gap:10px}.imageshow .buttons_image{display:flex;flex-direction:column;gap:8px}.imageshow .upload_img_Icon_btn{position:relative;background:#fff;border-radius:6px;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;line-height:1;transition:all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);border:1px solid #caddff}.imageshow .upload_img_Icon_btn input{position:absolute;left:0;top:0}.imageshow .upload_img_Icon_btn .upload_img i.fas{font-size:18px;filter:drop-shadow(2px 2px 4px #ccc);background:linear-gradient(154deg, #3869ce 0%, #80b7f9 100%);-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.buttons_image.right .upload_img_Icon_btn{background:#fff;border:1px solid #dbe0e6 !important;box-shadow:none}.imageupload .buttons_image.right .upload_img{opacity:50%;height:26px;border-radius:4px;display:flex;align-items:center;justify-content:center}.imageupload .buttons_image.right .upload_img img{width:22px;height:22px;border-radius:4px}.add-transaction-form .image-transaction-form:has(.no_img){position:relative;width:50px;height:50px;filter:drop-shadow(2px 4px 5px #b9d4f4);border-radius:8px;text-align:center}.add-transaction-form .image-transaction-form:has(.no_img) img{border-radius:8px;object-fit:contain;object-position:center}.add-transaction-form .image-transaction-form:has(.img){position:relative;height:115px;border-radius:8px;text-align:center;overflow:hidden}.add-transaction-form .image-transaction-form:has(.img) img{border-radius:8px;object-position:center;width:145px;height:115px;object-fit:contain}.imageupload .add-list.add{border:2px dashed #ccc;border-radius:8px;padding:10px;text-align:center;cursor:pointer;transition:border-color .3s ease;background:#fff;width:170px !important;height:140px;margin:0;display:flex;justify-content:center;align-items:center;position:relative}.imageupload .add-list.add:hover{border-color:#3282b8}.imageupload .add-list.add .browse{color:#4a90e2;cursor:pointer;text-decoration:underline}.imageupload .add-list.add .formats{font-size:12px;color:#777}.imageupload .add-list.add .add-transaction-form{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:6px}.imageupload .add-list.add .add-transaction-form .uploadImage_text{line-height:1.2}.tabs nav{text-align:center}.tabs nav ul{position:relative;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;margin:0 auto;padding:0;max-width:1200px;list-style:none;-ms-box-orient:horizontal;-ms-box-pack:center;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center}.tabs nav ul li{position:relative;z-index:1;display:block;margin:0;text-align:center;-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1}.tabs nav a{position:relative;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:2.5}.tabs nav a span{vertical-align:middle;font-size:10px}.tabs nav a:focus{outline:none}.accordion-border-item.imageupload .card-body{padding:0}@media only screen and (max-width: 1200px){.tabbed{border:0;padding:4px 4px 0px 0px;margin-top:0px !important}.branch_address_tab .tab-pane.active.show{border:1px solid #3282b8;padding:10px !important;border-radius:5px;border-top-left-radius:0;border-top-right-radius:0}}@media only screen and (max-width: 375px){.tabbed ul{display:flex}}.new_SalesQuotation .card{border:0}.new_SalesQuotation .date-picker-wrap .react-datepicker__view-calendar-icon input:not(.modalhelp-m.customeModalHelp input){border-radius:0;padding:2px 28px 2px 4px}.new_SalesQuotation .summary_action_btn,.new_SalesQuotation .customer_details_btn,.customer_header{display:none !important}.new_SalesQuotation .customer_details_btn,.payment_details_btn{background-color:#4677e5 !important}.new_SalesQuotation .css-14h4o58-menu{z-index:5 !important}.new_SalesQuotation .card-body.imageupload{gap:0px}.new_SalesQuotation .border_right{border-right:1px solid #dce0ec}.new_SalesQuotation .card-body:not(.modalhelp-m.customeModalHelp .card-body){display:flex;flex-direction:column;gap:10px}.new_SalesQuotation .b2bSalesman .css-1nmdiq5-menu{width:fit-content}.new_SalesQuotation .summary_title,.new_SalesQuotation .customer_title,.new_SalesQuotation .payment_title,.new_SalesQuotation .labourDetail,.new_SalesQuotation .history_title{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:5px;padding:0}.new_SalesQuotation .summary_title h4,.new_SalesQuotation .customer_title h4,.new_SalesQuotation .payment_title h4,.new_SalesQuotation .labourDetail h4,.new_SalesQuotation .history_title h4{color:#181d1f;font-size:18px;font-weight:700}.new_SalesQuotation .daybook-customdropdown-option.css-b62m3t-container .react-select.from-control__single-value.css-1dimb5e-singleValue{font-size:15px !important}.sales_quotation_customerInfo{padding:8px}.sales_quotation_payment,.sales_quotation_summary{padding:7px 10px 0}.new_SalesQuotation.new_Sales .sales_quotation_summary{padding:7px 10px}.new_SalesQuotation .summary_img{height:228px}.new_SalesQuotation .d-flex.prefixsub-btnalign{height:100%}.new_SalesQuotation .d-flex.prefixsub-btnalign button{height:unset}.new_SalesQuotation .btn{background-color:#eb7545;display:flex;justify-content:center;align-items:center;gap:5px;border-radius:5px;height:100%}.new_SalesQuotation .btn p{color:#fff;line-height:1}.new_SalesQuotation .btn:hover{background-color:#d54407}.new_SalesQuotation .btn.help-btn{border-radius:0 4px 4px 0}.new_SalesQuotation .sales_quotation_customerInfo .addhelpBtn,.new_SalesQuotation .sales_quotation_customerInfo .help-btn{background-color:#e5eeff !important;height:27px;position:absolute;background-image:none !important;border-radius:0px 4px 4px 0 !important;top:0px;right:0px;display:flex;justify-content:center;align-items:center;z-index:5 !important;border:0 !important;gap:5px;border-radius:5px;color:#043458 !important;font-weight:700 !important;border:1px solid #cadcff !important;border:none}.new_SalesQuotation .sales_quotation_customerInfo .addhelpBtn .feather-alert-circle,.new_SalesQuotation .sales_quotation_customerInfo .help-btn .feather-alert-circle{color:#fff !important}.new_SalesQuotation .sales_quotation_customerInfo .addhelpBtn:hover,.new_SalesQuotation .sales_quotation_customerInfo .addhelpBtn:focus,.new_SalesQuotation .sales_quotation_customerInfo .help-btn:hover,.new_SalesQuotation .sales_quotation_customerInfo .help-btn:focus{background-color:#4f76bb !important;color:#fff !important;border:1px solid #4f76bb !important}.new_SalesQuotation .addhelpBtn,.new_SalesQuotation .help-btn{background:#e5eeff !important;height:27px;border-radius:0px 4px 4px 0 !important;display:flex;justify-content:center;align-items:center;z-index:5 !important;border:0 !important;gap:5px;border-radius:5px;color:#043458 !important;font-weight:700 !important;border:1px solid #cadcff !important;border:none}.new_SalesQuotation .addhelpBtn .feather-alert-circle,.new_SalesQuotation .help-btn .feather-alert-circle{color:#fff !important}.new_SalesQuotation .two-block-input .dropdown-opengrid-common.css-b62m3t-container{border:0 !important}.new_SalesQuotation .two-block-input .dropdown-opengrid-common.css-b62m3t-container .css-116kd9q-control{border-color:#dbe0e6 !important;border-radius:4px 0 0 4px !important;border-right:0}.new_SalesQuotation .two-block-input .form-control.shotcutNotapply:not(.modalhelp-m.customeModalHelp input),.new_SalesQuotation .sales_quotation_input .form-control.vch-no-text:not(.modalhelp-m.customeModalHelp input),.new_SalesQuotation .two-block-input .dropdown-opengrid-common.css-b62m3t-container:not(.modalhelp-m.customeModalHelp input){border-radius:0px !important}.new_SalesQuotation .rate_fix_type .form-control:not(.modalhelp-m.customeModalHelp input),.new_SalesQuotation .two-block-input .form-control:not(.modalhelp-m.customeModalHelp input),.new_SalesQuotation .payment_section .form-control.shotcutNotapply:not(.modalhelp-m.customeModalHelp input){border-radius:4px 0 0 4px !important;border-right:0 !important}.new_SalesQuotation .help-btn .feather-alert-circle{color:#181d1f !important}.sales_quotation_grid button.btn.btn-added.addbtncustom.-btn.addhelpBtn.No_Border.addBtn_addEdit{background-color:#4f76bb !important;color:#fff !important;border:1px solid #4f76bb !important}.new_SalesQuotation .sales_quotation_customerInfo .two-block-input input{padding:.3rem 2.8rem .3rem .3rem}.new_SalesQuotation .two-block-input.comn-alpamt input{padding:.31rem .31rem}.new_SalesQuotation .mdaybook .css-1nmdiq5-menu{z-index:6 !important}.sales_quotation_header{display:flex;align-items:center;gap:10px}.sales_quotation_header h4{color:#181d1f;font-size:22px;font-weight:800}.sales_quotation_header img{height:30px;width:30px}.new_SalesQuotation .sales_quotation_input .css-116kd9q-control{border:1px solid #d6dae5 !important;border-radius:4px !important}.new_SalesQuotation .css-116kd9q-control{border-color:rgba(0,0,0,0) !important}.new_SalesQuotation.modal .css-116kd9q-control{border-color:#c2deff !important}.new_SalesQuotation .right_content_box .css-116kd9q-control{border-color:#dbe0e6 !important}.new_SalesQuotation .right_content_box .vch-no-text{border-radius:4px}.sales_quotation_input .card{border:0}.sales_quotation_input .mdaybook{margin-bottom:5px}.sales_quotation_input .css-116kd9q-control{border:1px solid #d6dae5 !important;border-radius:4px !important}.sales_quotation_input .barcode_input{width:87%}.sales_quotation_input .form-control:not(.modalhelp-m.customeModalHelp input){border:1px solid #d6dae5 !important;border-radius:4px !important}.sales_quotation_input .vch-no-text.form-control{border-radius:0px 4px 4px 0px !important}.sales_quotation_customerInfo{border-radius:16px;height:100%;background:#fbfbfb;box-shadow:#f4f8ff 0px 0px 5px 1px,#dbe2f2 0px 5px 7px -3px;border:1px solid #e4e8f0;min-height:216px;height:auto;max-height:275px}.new_SalesQuotation .sales_quotation_payment{border-radius:16px;height:100%;background:hsl(0,0%,99%);box-shadow:#e9e9e9 0px 0px 5px -1px;border:1px solid #e9e9e9;padding:7px 10px}.new_SalesQuotation.new_Sales .sales_quotation_payment{border-radius:16px;height:100%;background:rgba(0,0,0,0);box-shadow:none;border:0;padding:0px 10px}.customer_documents .upload_docs{position:relative;border:1px solid #b7b7b7;padding:4px;border-radius:4px}.customer_documents .hidden_1{visibility:hidden}.overlayEdit_Effect{transition:.5 ease;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.overlayEdit_Effect button{border-radius:6px;border:1px solid #8338ec;padding:0px 6px;background-color:#fff;transition:5s ease-out;height:24px;display:flex;align-items:center;gap:5px;justify-content:center;cursor:pointer}.overlayEdit_Effect button img{height:13px}.overlayEdit_Effect button span{color:#148a71;font-weight:700}.overlayEdit_Effect button:hover{transition:5s ease-in;transform:scale(1.1)}.overlayEdit_Effect .upload_btn{background:#8338ec}.overlayEdit_Effect .upload_btn input{width:100%;opacity:0;left:0;height:30px;position:absolute;z-index:9;cursor:pointer}.overlayEdit_Effect .upload_btn span{color:#fff}.hidden{display:none !important}.new_SalesQuotation .sales_quotation_grid .salesQuattionImagePreviewBtn{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);justify-self:center}.editable_input{border:0;border-radius:0;padding:0px 4px;height:25px;width:100%;background-color:rgba(0,0,0,0);border-bottom:1px solid #7b92be;color:#181d1f;font-weight:600}.new_SalesQuotation .input-group .editable_input{padding:0px 30px 0 4px}.form-control.editable_input:hover,.editable_input:hover{border:0;background:#eff3ff;border-bottom:1px solid #7b92be}.customer_title h4{color:#8338ec}.customer_title .customer_id{display:flex;align-items:center;gap:8px}.customer_title .customer_id label{width:50%}.customer_title .customer_id .form-control{background-color:rgba(0,0,0,0);border:0;padding:0;font-size:14px;font-weight:700;color:#4677e5 !important}.customer_title .wrapper{display:flex;width:21rem;height:32px;position:relative}.customer_title .wrapper .left{border-radius:30px 0px 0px 30px;padding:4px 10px;width:55%;height:32px !important;border:1px solid #d6dae5}.customer_title .wrapper .left::placeholder{color:#5c5c5c !important}.customer_title .wrapper .right{border-radius:0px 30px 30px 0px;padding:4px 33px 4px 10px;width:45%;height:32px !important;border:1px solid #d6dae5;border-left:0}.customer_title .wrapper .right::placeholder{color:#5c5c5c !important}.sales_quotation_payment .upload_transaction_img_Icon.SalesPayment,.sales_details .tabbed.round{margin-left:0px}.customer_title .searchbar{position:absolute;right:5px;top:3px;width:27px;padding:0;height:26px;line-height:1;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#4f76bb;border:1px solid #4f76bb}.customer_title .searchbar svg{color:#fff;background:rgba(0,0,0,0);height:16px}.customer_title .action_button{display:flex;align-items:center;gap:4px}.customer_title .action_button .add_customer,.customer_title .action_button .edit_customer,.customer_title .action_button .InwardVoucherSection_settingBtn{box-shadow:2px 4px 12px -7px #a2a2a2;background-color:#fff;border:1px solid #e5e5e5;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50% !important;cursor:pointer;line-height:1}.customer_title .action_button .add_customer svg,.customer_title .action_button .edit_customer svg,.customer_title .action_button .InwardVoucherSection_settingBtn svg{color:#393939;height:16px !important;background-color:rgba(0,0,0,0)}.customer_title .action_button .add_customer:hover,.customer_title .action_button .edit_customer:hover,.customer_title .action_button .InwardVoucherSection_settingBtn:hover{background-color:#eb7545;color:#fff}.customer_title .action_button .add_customer:hover svg,.customer_title .action_button .edit_customer:hover svg,.customer_title .action_button .InwardVoucherSection_settingBtn:hover svg{color:#fff}.customer_details input::placeholder{color:#5c5c5c !important}.customer_details .doc_label{font-weight:700}.customer_details button.Icon-Full-Btn.button-primary.editable_input.btn.btn-primary.F2.addhelpBtn{height:24px;border-radius:4px !important;line-height:1}.new_SalesQuotation .react-datepicker__calendar-icon{right:4px}.new_SalesQuotation .react-datepicker__calendar-icon svg{fill:#fff !important}.customer_profile .profile{position:relative;z-index:1}.personal_details{display:flex;flex-direction:column;width:100%}.personal_details .profile-name{font-size:18px;color:#ff6d00;font-weight:700}.personal_details .personal_mobileno{display:flex;align-items:center;gap:10px}.personal_details span{color:#181d1f;font-size:12px;font-weight:700}.profile .profile-avatar{align-items:center;display:flex;gap:10px}.profile .profile_image{position:relative;width:76px;height:76px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile .profile_image .profile-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.profile .profile_image .hidden_2{display:none}.profile_image .overlayEdit_Effect_profile{transition:all .5s ease-in;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);cursor:pointer}.profile_image .overlayEdit_Effect_profile .upload_view_btn,.profile_image .overlayEdit_Effect_profile button{border-radius:32px;border:1px solid #4677e5;padding:0px 6px;background-color:#fff;transition:5s ease-out;height:30px;width:30px;display:flex;align-items:center;gap:5px;justify-content:center;cursor:pointer}.profile_image .overlayEdit_Effect_profile .upload_view_btn img,.profile_image .overlayEdit_Effect_profile button img{height:13px}.profile_image .overlayEdit_Effect_profile .upload_view_btn span,.profile_image .overlayEdit_Effect_profile button span{color:#148a71;font-weight:700}.profile_image .overlayEdit_Effect_profile .upload_view_btn:hover,.profile_image .overlayEdit_Effect_profile button:hover{border:1px solid #4677e5;transition:all .5s ease-in;transform:scale(1.1)}.profile_image .overlayEdit_Effect_profile .upload_btn{background:#4f76bb !important}.profile_image .overlayEdit_Effect_profile .upload_btn input{width:100%;opacity:0;left:0;height:30px;position:absolute;z-index:9;cursor:pointer}.profile_image .overlayEdit_Effect_profile .upload_btn span{color:#fff}.customer_details .profile-avatar .profile-cover{object-fit:contain}.customer_details .profile-avatar .profile-img{border-radius:50%;object-fit:cover;border:2px solid #e4a11b;height:100%}.customer_details .profile_info{margin-top:6px;display:flex;gap:3px;flex-direction:column}.customer_details .profile_info::-webkit-scrollbar{width:4px !important;height:4px !important}.quote_customer_detail{display:flex;gap:10px;align-items:center}.quote_customer_detail span{font-weight:700;margin-top:4px}.customer_extrainfo{height:100%;display:flex;flex-direction:column;gap:10px}.customer_extrainfo::-webkit-scrollbar{width:4px !important;height:4px !important}.customer_extrainfo label{font-size:12px;font-weight:700;color:#5c5c5c}.customer_extrainfo span{font-weight:700}.customer_extrainfo h4{font-size:18px}.customer_extrainfo .col-4,.customer_extrainfo .col-8{line-height:15px}.sales_quotation_summary{border-radius:16px;background:hsl(0,0%,99%);box-shadow:#e9e9e9 0px 0px 5px -1px;border:1px solid #e9e9e9;height:auto}.sales_quotation_summary .form-control.vch-no-text.text-end{border-left:1px solid #8338ec}.sales_quotation_summary .main_section{padding:0px 0 0 0}.sales_quotation_summary .main_section .image_box{border:1px solid #b7b7b7;border-radius:8px;width:100%;height:166px;padding:5px}.sales_quotation_summary .main_section .image_box img{width:100%;border-radius:8px}.sales_details .sales_info_btn{position:relative}.sales_details .sales_info_btn .newaddhelpbtn{height:26px;position:absolute;background-image:none !important;border-radius:4px !important;top:0;right:0}.sales_details .sales_info_btn .newaddhelpbtn .btn{width:100% !important;border-radius:4px !important}.payment_section .sales_info_btn{position:relative}.payment_section .sales_info_btn .newaddhelpbtn{height:26px;position:absolute;background-image:none !important;border-radius:4px !important;top:0;right:0;box-shadow:none}.sales_details input,.sales_details .css-b62m3t-container{border:1px solid #d6dae5 !important;border-radius:4px !important;background:#fff}.sales_details .css-b62m3t-container input{border:0 !important;box-shadow:none}.history_box .ag-theme-quartz{border:1px solid #dbe0e6;border-radius:8px !important}.history_box .ag-theme-quartz .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:8px !important}.labourDetail h4{font-size:18px;color:#181d1f;font-weight:700}.new_SalesQuotation.new_Sales .sales_details{margin-top:0}.new_SalesQuotation.new_Sales .Total-amount-common,.new_SalesQuotation .Total-amount-common{margin-top:4px;border:1px solid #30a82d;border-radius:5px;padding:5px 10px}.new_SalesQuotation.new_Sales .Total-amount-common h4,.new_SalesQuotation .Total-amount-common h4{font-size:16px;font-weight:700}.new_SalesQuotation.new_Sales .Total-amount-common span,.new_SalesQuotation .Total-amount-common span{font-size:15px;font-weight:700}.new_SalesQuotation .totalDisc_salesQuotation input{border:0px !important;font-size:13px !important;background-color:rgba(0,0,0,0);font-weight:700 !important}.new_SalesQuotation.new_Sales .summary_section_details{margin-bottom:20px}.new_SalesQuotation .sales_details .Total-amount-common{margin-top:20px}.new_Sales .sales_quotation_payment{height:100%;padding:0}.sales_quotation_payment .payment_title h4{color:#181d1f}.sales_quotation_payment .payment_title .summary_btn{background-color:#8338ec}.new_SalesQuotation .right_content_box,.new_SalesQuotation .history_box{border-radius:16px;height:100%;background:hsl(0,0%,99%);box-shadow:#e9e9e9 0px 0px 5px -1px;border:1px solid #e9e9e9;padding:7px 10px}.new_SalesQuotation .btn.tag_import{height:27px;margin-left:5px}.new_SalesQuotation .right_content_box .non_editable_fields label{font-size:12px;font-weight:700;color:#5c5c5c !important}.new_SalesQuotation .right_content_box span{font-weight:700}.new_Sales .sales_quotation_summary .main_section .image_box{height:152px}.new_Sales .payment_section .row .col-xxl-8{border-bottom:1px solid #e0d0ff}.summary_modal_header{display:none}.new_SalesQuotation .fade:not(.show){display:none}.new_SalesQuotation .tabbed ul{padding:2px 2px 0 0;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;width:100%;scrollbar-width:none}.new_SalesQuotation .tabbed.round ul li{border-radius:8px 8px 0 0 !important;margin-right:0;border-bottom:0;background-color:rgba(0,0,0,0);color:#7292da;white-space:nowrap}.new_SalesQuotation .tabbed.round ul li:hover{background:#edf0ff;border-top:3px solid rgba(0,0,0,0);margin:0px;border-radius:8px !important;padding-bottom:0px;height:fit-content;padding-top:2px;padding-bottom:3px}.new_SalesQuotation .tabbed li.refresh_btn{display:flex;gap:8px;align-items:center}.new_SalesQuotation .tabbed li.refresh_btn .refresh-button-CardAr,.new_SalesQuotation .tabbed li.refresh_btn .refresh-button-CardAr-2{background:none;border:0;padding:0 3px}.new_SalesQuotation .tabbed li.refresh_btn .refresh-button-CardAr:hover,.new_SalesQuotation .tabbed li.refresh_btn .refresh-button-CardAr-2:hover{background:#408bbd}.new_SalesQuotation .tabbed ul li.active{background-color:#fff;z-index:3;border-bottom:0;color:#4361ee;font-weight:700;padding:4px 8px 5px 8px;border-top:3px solid;box-shadow:0px 0px 8px 2px rgba(0,0,0,.1)}.new_SalesQuotation .tabbed ul li.active:hover{border-top:3px solid;background-color:#fff;margin:0px;border-radius:8px 8px 0px 0px !important;padding:4px 8px 5px 8px}.new_SalesQuotation .tabbed{border-bottom:0}.sales_quotation_payment .upload_transaction_img_Icon.SalesPayment .tabbed{margin-left:-1px}.new_SalesQuotation .imageupload .upload_transaction_img_Icon{margin-left:-1px}.new_SalesQuotation .imageupload .card_borderRadiusRemoveTabFix{padding:10px 7px}.form-card{background:linear-gradient(135deg, #f0f5ff 0%, #e8ecff 100%);border-radius:12px;box-shadow:0 4px 12px rgba(67,97,238,.1);padding:10px;width:100%;text-align:center;border:1px solid rgba(0,85,255,.1019607843);margin:8px 0;display:flex;justify-content:space-between;align-items:center}.form-card .form-header{display:flex;align-items:center;gap:10px}.form-card .header_part{display:flex;flex-direction:column;align-items:baseline}.form-card .form-icon{width:60px;height:60px;background:linear-gradient(135deg, rgba(67, 97, 238, 0.1), rgba(73, 146, 239, 0.1));border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff}.form-card .form-icon i{font-size:30px;color:#4361ee}.form-card h2{color:#181d1f;margin:0 0 8px;font-size:18px}.form-card .form-description{color:#6c757d;line-height:1.4;margin-bottom:15px;font-size:14px;text-align:start}.form-card .form-button{background:#fff !important;color:#4677e5 !important;border:1px solid #4677e5 !important;border-radius:6px;padding:6px 14px !important}.form-card .sales_quotation_grid .form-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(67,97,238,.3)}.form-card .button-icon{margin-left:8px;transition:transform .2s}.form-card .button_part{display:flex;justify-content:center}@media(max-width: 768px){.form-card .form-card{padding:15px}.form-card .form-icon{width:45px;height:45px}.form-card h2{font-size:16px;margin-bottom:0}.form-card .form-description{font-size:13px;margin-bottom:0}.form-card .button_part{gap:5px}.form-card .form-button{padding:8px !important;font-size:13px;max-width:180px}}.new_SalesQuotation .card.modal-ledger-table-br{border-radius:0px 8px 8px 8px !important;background:#fff;padding:8px;box-shadow:0px 0px 3px 2px #f0f0f0}.new_SalesQuotation .imageupload .imageshow{gap:10px}.tab-pane.fade.active.show{border-radius:0px 8px 8px 8px !important;background:#fff;padding:8px;box-shadow:0px 0px 3px 2px #ebebeb}.sales_details .form-control.vch-no-text.text-end{border-radius:0px 4px 4px 0px !important}.new_SalesQuotation.new_Sales .sales_quotation_payment .sales_details.other_summary{margin-top:0px}.new_SalesQuotation.new_Sales .sales_quotation_payment .sales_details.other_summary .ag-theme-quartz{border:1px solid #dbe0e6}.sales_quotation_summary .rofbtn-dropdown .rof-amt-inwardchallan{border-radius:4px 0px 0px 4px !important;border-right:0 !important}.new_SalesQuotation .form-control.HelpInput.capitalize{border-radius:4px !important}.new_SalesQuotation.new_Sales .barcode_input .dropdown-list{width:fit-content}.customeModalHelp .modalhelpsearch .form-control{width:-webkit-fill-available}.new_SalesQuotation .ag-theme-quartz{border-radius:8px !important}.new_SalesQuotation .ag-theme-quartz .ag-floating-bottom{border-bottom:0 !important}.new_SalesQuotation .ag-theme-quartz .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:8px !important}.new_SalesQuotation .edit-delete-action{height:100%}.edit-delete-action.DueDateActionBtn{height:25px}.new_SalesQuotation.new_Sales .advance-tab .ag-theme-quartz{border:1px solid #dbe0e6}.new_SalesQuotation.new_Sales .apply_btn{width:100%;display:flex;justify-content:flex-end;margin-top:6px}.new_SalesQuotation .total_section{margin-top:20px}.new_SalesQuotation.new_Sales .sales_details.column_count{column-count:2}.new_SalesQuotation.new_Sales span.warning_message{font-weight:700;padding:4px 6px;background:hsl(222.07,100%,97.06%);color:#00008b;margin:0 auto;text-align:center;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:15px}.new_SalesQuotation.new_Sales span.warning_message img{height:20px}.new_SalesQuotation .sales_quotation_customerInfo .editable_input:focus{border-color:#ffc260 !important;background-color:#ffdea8 !important;accent-color:#181d1f !important;box-shadow:none !important;color:#181d1f !important}.sales_order .sales_quotation_summary{height:auto}.new_SalesQuotation .sales_mobile_card_view{display:grid;grid-template-columns:repeat(auto-fit, minmax(170px, 1fr));gap:8px;width:100%;margin:5px 0 20px 0}.new_SalesQuotation .sales_mobile_card_view .card{border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%;position:relative;border:1px solid #e1e1e1;gap:10px;padding:8px}.new_SalesQuotation .sales_mobile_card_view .card:hover{box-shadow:0 4px 14px rgba(0,0,0,.08);transform:translateY(-5px)}.new_SalesQuotation .sales_mobile_card_view .card-content{display:flex;align-items:center;flex-grow:1;gap:10px}.new_SalesQuotation .sales_mobile_card_view .icon-wrapper{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;transition:transform .4s ease}.new_SalesQuotation .sales_mobile_card_view .icon-wrapper i{font-size:16px}.new_SalesQuotation .sales_mobile_card_view .card-title{font-size:14px;font-weight:700;color:#2c3e50;margin-bottom:0}.new_SalesQuotation .sales_mobile_card_view .viewBtn{width:100%;display:flex;justify-content:end;align-items:center}.new_SalesQuotation .sales_mobile_card_view .card-1{background:linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%)}.new_SalesQuotation .sales_mobile_card_view .card-1 .icon-wrapper{background:linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%)}.new_SalesQuotation .sales_mobile_card_view .card-2{background:linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%)}.new_SalesQuotation .sales_mobile_card_view .card-2 .icon-wrapper{background:linear-gradient(135deg, #75a4f0 0%, #b3e5fb 100%)}.new_SalesQuotation .sales_mobile_card_view .card-3{background:linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%)}.new_SalesQuotation .sales_mobile_card_view .card-3 .icon-wrapper{background:linear-gradient(135deg, #ffe2bb 0%, #ee9071 100%)}.new_SalesQuotation .sales_mobile_card_view .card-4{background:linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%)}.new_SalesQuotation .sales_mobile_card_view .card-4 .icon-wrapper{background:linear-gradient(135deg, #84fab0 0%, #8fd3f4 100%)}.new_SalesQuotation .date-picker-wrap input#voucherdate{width:100%}.new_SalesQuotation .transaction-acc-name .addhelpBtn{position:relative;border-radius:0 !important}.new_SalesQuotation .sales_quotation_input .transaction-acc-name input.form-control:not(.modalhelp-m input),.new_SalesQuotation .sales_quotation_input input.form-control.HelpInput.capitalize:not(.modalhelp-m input){border-radius:4px 0 0 4px !important}.new_SalesQuotation .sales_quotation_input .transaction-acc-name input.form-control.br-0:not(.modalhelp-m input){border-radius:0 !important}.new_SalesQuotation .btn.help-btn{height:27px}.new_SalesQuotation.sales_b2b .transaction-acc-name input.HelpInput{border-radius:4px 0 0 4px !important}.new_SalesQuotation.sales_b2b .barcode_input input.shotcutNotapply{border-radius:4px 0 0 4px !important}.new_SalesQuotation.sales_b2b .b2bSalesman{padding-left:22px}.sales_quotation_grid .tx-flow{display:none}@media screen and (min-width: 1500px)and (max-width: 1700px){.customer_title .wrapper{width:17rem}}@media screen and (min-width: 1400px)and (max-width: 1500px){.customer_title .wrapper{width:14.5rem}.customer_title .wrapper .right{padding:4px 33px 4px 4px;width:50%}.customer_title .wrapper .left{padding:4px 4px 4px 10px;width:50%}.new_SalesQuotation .right_padding{padding-right:0}}@media only screen and (max-width: 1400px){.profile .profile_image{height:66px;width:66px}.new_SalesQuotation .customer_title{gap:4px}.new_SalesQuotation .tabbed ul{display:flex;grid-template-columns:unset;grid-gap:unset;width:unset;margin:auto;padding-left:0;flex-direction:row}.customer_title .wrapper{width:19rem}.new_SalesQuotation .imageupload .imageshow{gap:6px}.new_SalesQuotation .imageupload .add-list.add{padding:5px 8px}.new_SalesQuotation .tabbed{padding:0}.new_SalesQuotation .tabbed.round ul li{width:unset;white-space:nowrap}.new_SalesQuotation.sales_b2b .b2bSalesman{padding-left:10px}}@media only screen and (max-width: 1366px){.new_SalesQuotation .sales_quotation_summary .image_box{height:150px}.customer_documents .image-upload{width:40%}.new_SalesQuotation.new_Sales .sales_quotation_payment{padding:0}.customer_details .slider_container{width:60%}.customer_title .wrapper{width:14rem}}@media only screen and (max-width: 1300px){.new_SalesQuotation .customer_title{gap:2px}.customer_title .wrapper{width:14.5rem}.customer_title .wrapper{height:32px}.customer_title .wrapper .left,.customer_title .wrapper .right{height:28px !important}.customer_title .searchbar{width:22px;height:22px}.customer_title .searchbar svg{height:12px}.customer_title .action_button{gap:2px}.customer_title .action_button .add_customer,.customer_title .action_button .edit_customer,.customer_title .action_button .InwardVoucherSection_settingBtn{width:24px;height:24px}.customer_title .action_button .add_customer svg,.customer_title .action_button .edit_customer svg,.customer_title .action_button .InwardVoucherSection_settingBtn svg{height:12px !important}.personal_details .profile-name{font-size:16px}.customer_details input::placeholder{font-size:11px !important}.customer_details button.Icon-Full-Btn.button-primary.editable_input.btn.btn-primary.F2.addhelpBtn{height:20px;width:22px}.sales_quotation_customerInfo .addhelpBtn{top:3px}.new_SalesQuotation .upload_img_Icon_btn{width:24px;height:24px}.new_SalesQuotation .imageupload .add-list.add{margin:4px;padding:3px 14px}.new_SalesQuotation .image-transaction-form img{width:59px;height:54px}}@media only screen and (max-width: 1200px){.new_SalesQuotation .sales_quotation_summary .image_box{height:110px}.sales_quotation_summary{padding:7px 10px}.new_SalesQuotation.new_Sales .sales_quotation_summary{height:auto}.sales_quotation_customerInfo,.sales_quotation_payment{margin-top:5px}.sales_quotation_grid{margin-top:0px}}@media only screen and (max-width: 991px){.new_SalesQuotation .sales_quotation_customerInfo .customer_documents .image-upload{width:40%}.new_SalesQuotation .sales_quotation_customerInfo .customer_documents .slider_container{width:60%}.modal .summary_section_details,.modal .sales_quotation_payment .payment_mainsection{padding:15px 15px;margin-top:4px}.modal .new_SalesQuotation .sales_quotation_summary .main_section{padding:15px 15px 0;margin-top:4px}.modal .new_SalesQuotation.new_Sales .sales_quotation_summary .main_section{padding:0;margin-top:0}.modal .sales_quotation_payment{border:0;margin-top:0}.new_SalesQuotation .summary_action_btn{display:block !important;margin-top:6px;height:27px}.new_SalesQuotation .summary_action_btn .action_btn{display:flex;gap:8px;justify-content:flex-end;height:27px}.new_SalesQuotation .customer_details_btn{display:flex !important}.new_SalesQuotation .sales_quotation_input .action_btn{display:flex;gap:8px;justify-content:flex-end;height:27px}.new_SalesQuotation.new_Sales .sales_quotation_payment{background:#fff}.new_SalesQuotation .customer_details_btn svg{color:#fff;height:20px}.new_SalesQuotation .card-body{gap:0}.sales_quotation_summary{padding:7px 10px;margin-bottom:0px}.sales_quotation_input .Icon-Full-Btn .text{line-height:1}.customer_title .wrapper{width:20rem}button.btn.exit-button.customer_details{position:absolute;right:10px;background-color:#fff;z-index:10;top:10px;margin-top:0;padding:0;height:unset}.sales_quotation_customerInfo,.sales_quotation_summary,.new_SalesQuotation .sales_quotation_payment{box-shadow:unset;padding:5px 5px 5px 5px;border-radius:10px;background:rgba(0,0,0,0)}.sales_quotation_customerInfo .customer_documents .slick-track{margin-left:0}.sales_quotation_customerInfo{height:auto;max-height:100%}.new_SalesQuotation .formviewBtn{height:30px !important;background:#fff !important;color:#4677e5 !important;border:1px solid #4677e5 !important;line-height:1}.new_SalesQuotation .formviewBtn:hover{color:#fff;background:#4677e5 !important}.summary_action_btn img,.summary_action_btn svg,.payment_details_btn img,.payment_details_btn svg,.customer_details_btn img,.customer_details_btn svg,.tag_import img,.tag_import svg{height:16px;width:16px}.sales_quotation_summary{padding:5px 0px 5px 5px;border:0}.customer_header{display:block !important}.customer_header h4,.new_SalesQuotation .payment_title h4,.summary_modal_header h4{font-size:20px;color:#181d1f;font-weight:600}.summary_modal_header{display:block}.summary_title h4{opacity:0}.editable_input{height:27px}.new_SalesQuotation .form-label{margin-bottom:4px}.customer_title .action_button .add_customer svg,.customer_title .action_button .edit_customer svg,.customer_title .action_button .InwardVoucherSection_settingBtn svg{height:14px !important}.customer_title .action_button .add_customer,.customer_title .action_button .edit_customer,.customer_title .action_button .InwardVoucherSection_settingBtn{width:28px;height:28px}.profile .profile_image{height:80px;width:80px}.quote_customer_detail{gap:20px}.new_SalesQuotation .addhelpBtn{margin:0}.new_SalesQuotation .summary_title{display:none}.sales_details .Total-amount-common{margin-top:10px}.new_SalesQuotation .sales_quotation_payment .sales_details.other_summary{margin-top:6px}.sales_quotation_payment .tab-pane.active.show{padding:6px !important}.customer_title .action_button{gap:6px}.new_SalesQuotation .customer_title{gap:6px;align-items:start;margin-bottom:14px}.new_SalesQuotation .sales_quotation_customerInfo{border:0;margin-top:0}.new_SalesQuotation .border_right{border-right:0}.new_SalesQuotation .card-body.imageupload{margin-top:10px}.modal .sales_details .Total-amount-common{margin-top:10px;margin-bottom:20px}.new_SalesQuotation.new_Sales .summary_action_btn{margin-top:8px;display:block !important;height:27px}.new_SalesQuotation.new_Sales .summary_action_btn .action_btn{display:flex;gap:8px;justify-content:flex-end;height:27px}.customer_title .searchbar{right:3px}.new_SalesQuotation .upload_img_Icon_btn{width:32px;height:32px}.customer_title .searchbar svg{height:14px}.new_SalesQuotation:not(.sales_b2b,.sales_order,.purch_quotation) .ag-theme-quartz.Sales_Table.modal-grid-border.pay_card_border.transaction_theme-tablecolor{display:none}.new_SalesQuotation .btn.tag_import{height:32px;width:32px;padding:2px 4px}.new_SalesQuotation .sales_quotation_grid .tx-flow{display:block;scroll-margin-top:50px}.new_SalesQuotation .sales_quotation_grid .tx-flow .process-move{will-change:transform,opacity;transition:transform 240ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms ease}.new_SalesQuotation .sales_quotation_grid .tx-flow .process-move.exit.next{transform:translateX(-30%);opacity:0}.new_SalesQuotation .sales_quotation_grid .tx-flow .process-move.exit.back{transform:translateX(30%);opacity:0}.new_SalesQuotation .sales_quotation_grid .tx-flow .process-move.enter.next{transform:translateX(0);opacity:1}.new_SalesQuotation .sales_quotation_grid .tx-flow .process-move.enter.back{transform:translateX(0);opacity:1}.new_SalesQuotation .sales_quotation_grid .tx-flow .tx-shell{width:100%;max-width:980px;background:rgba(0,0,0,0);border-radius:14px}.new_SalesQuotation .sales_quotation_grid .tx-flow .steps-wrap{position:relative}.new_SalesQuotation .sales_quotation_grid .tx-flow .connector{position:absolute;left:24px;right:24px;top:50%;height:2px;transform:translateY(-50%);background:#eff2f7;border-radius:4px;z-index:0}.new_SalesQuotation .sales_quotation_grid .tx-flow .connector-fill{height:100%;background:#7edda9;border-radius:4px;width:0%;transition:width 450ms cubic-bezier(0.2, 0.9, 0.3, 1)}.new_SalesQuotation .sales_quotation_grid .tx-flow .steps-row{position:relative;display:flex;gap:12px;padding:8px;z-index:2;overflow-x:auto;scroll-behavior:smooth}.new_SalesQuotation .sales_quotation_grid .tx-flow .panels{display:flex;width:auto;transition:transform 420ms cubic-bezier(0.2, 0.9, 0.3, 1);height:100%;gap:10px}.new_SalesQuotation .sales_quotation_grid .tx-flow .panal{min-height:320px;width:100%;height:fit-content;overflow:clip;border-radius:8px;background:#fff;padding:6px;border:1px solid #e7e7e7;display:flex;flex-direction:column;flex-shrink:0}.new_SalesQuotation .sales_quotation_grid .tx-flow .panal h2{margin:0px 0 8px 0;font-size:18px;color:#181d1f}.new_SalesQuotation .sales_quotation_grid .tx-flow .Icon-Full-Btn.button-primary.btn.btn-primary.F2.addhelpBtn.barcode_scan{border-radius:0 4px 4px 0 !important}.new_SalesQuotation .sales_quotation_grid .tx-flow .input-group.two-block-input.border_remove,.new_SalesQuotation .sales_quotation_grid .tx-flow .two-block-input input{border-radius:4px !important}.new_SalesQuotation .sales_quotation_grid .tx-flow .panel-footer{display:flex;gap:10px;justify-content:end;margin-top:6px}.new_SalesQuotation .sales_quotation_grid .tx-flow .panel-footer:has(.left_buttons){justify-content:space-between}.new_SalesQuotation .sales_quotation_grid .tx-flow .panel-footer .dropdown-print-btn{background:rgba(0,0,0,0)}.new_SalesQuotation .sales_quotation_grid .tx-flow .panel-footer .right_buttons{display:flex;gap:6px;flex-wrap:wrap;justify-content:end}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_quotation_customerInfo button.addhelpBtn{height:22px !important}.new_SalesQuotation .sales_quotation_grid .tx-flow .editable_input{height:27px !important}.new_SalesQuotation .sales_quotation_grid .tx-flow .desktop-view{display:block}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_quotation_summary,.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_quotation_payment{display:block}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_quotation_customerInfo{width:100%}.new_SalesQuotation .sales_quotation_grid .tx-flow .summary_modal_header{display:none}.new_SalesQuotation .sales_quotation_grid .tx-flow .customer_title .wrapper .left,.new_SalesQuotation .sales_quotation_grid .tx-flow .customer_title .wrapper .right{height:32px !important}.new_SalesQuotation .sales_quotation_grid .tx-flow .customer_title .searchbar{width:26px;height:26px}.new_SalesQuotation .sales_quotation_grid .tx-flow .customer_title .action_button .add_customer,.new_SalesQuotation .sales_quotation_grid .tx-flow .customer_title .action_button .edit_customer,.new_SalesQuotation .sales_quotation_grid .tx-flow .customer_title .action_button .InwardVoucherSection_settingBtn{width:32px;height:32px;border:1px solid #e5e5e5}.new_SalesQuotation .sales_quotation_grid .tx-flow .customer_title .wrapper{width:26rem}.new_SalesQuotation .sales_quotation_grid .tx-flow .btn.tag_import{padding:6px;border-radius:6px}.new_SalesQuotation .sales_quotation_grid .tx-flow .css-116kd9q-control{border-color:#dbe0e6 !important}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList{position:relative}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList .sales_cart_header{position:sticky;top:56px;z-index:9999;background:#fff;padding:4px}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList .compact-grid{display:grid;grid-template-columns:1.7fr .4fr repeat(4, 1fr) 1.5fr;gap:6px;align-items:start}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList .grid-header{background:#f0f3fd;color:#181d1f;border-radius:6px;padding:6px;margin-bottom:10px;border:1px solid #d5dcf4}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList h3{font-size:18px}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList .pair-block{display:flex;flex-direction:column;gap:4px}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList .pair-block:not(:first-child){text-align:right}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList .header-label{font-size:12px;font-weight:700;color:#181d1f}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList .item-card{background:#fff;border:1px solid #dbe0e6;border-radius:6px;padding:6px;margin-bottom:6px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);position:relative}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList .item-card:hover{border-color:#2f61c9}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList .pair-block.item_name .cell-value{justify-content:start}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList .panal{background:#fff;border-radius:8px;border:1px solid #ddd;padding:16px}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList .cell-value{font-size:13px;font-weight:700;color:#181d1f;line-height:1.2;display:flex;align-items:center;justify-content:end;gap:8px}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList .cell-value.hideTablet,.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList .cell-value .hideTablet{display:none}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList .cell-value.sub{font-size:11px;font-weight:500;color:#495057}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList .cell-value.highlight{color:#2f61c9}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList .cell-value.total{color:#4caf50;font-size:14px;font-weight:800}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList .cell-value.danger{color:#b30c0c}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList .row-image{width:50px;height:40px;border-radius:6px;object-fit:cover;background:#fff;border:1px solid #dbe0e6}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList ul.salesCart_ItemLists{max-height:calc(var(--usable-height) - 235px);overflow-y:auto;padding:0 4px;scrollbar-width:none}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList ul.salesCart_ItemLists .no_listing_data{padding:80px 20px}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_cartList li.Cart_item{padding:8px;border:1px solid #dbe0e6;border-radius:6px}.new_SalesQuotation .sales_quotation_grid .tx-flow .fancy-tabs .steps-row{justify-content:space-between;overflow-x:auto}.new_SalesQuotation .sales_quotation_grid .tx-flow .fancy-tabs .step-card.creative{display:flex;position:relative;align-items:center;gap:6px;min-width:140px;background:#fff;border:1px solid #dbe0e6;border-radius:8px;padding:6px 10px 6px 6px;cursor:pointer;box-shadow:0 6px 22px rgba(15,23,42,.05);transition:all .3s ease;overflow:hidden;z-index:1}.new_SalesQuotation .sales_quotation_grid .tx-flow .fancy-tabs .step-card.creative .tab-circle{width:30px;height:30px;border-radius:6px;background:linear-gradient(135deg, #b8b8b9, #8f9495);color:#fff;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;line-height:1}.new_SalesQuotation .sales_quotation_grid .tx-flow .fancy-tabs .step-card.creative .tab-circle .checkIcon{height:20px}.new_SalesQuotation .sales_quotation_grid .tx-flow .fancy-tabs .step-card.creative .tab-text{text-align:center}.new_SalesQuotation .sales_quotation_grid .tx-flow .fancy-tabs .step-card.creative .tab-title{font-weight:600;color:#181d1f;font-size:13px}.new_SalesQuotation .sales_quotation_grid .tx-flow .fancy-tabs .step-card.creative .tab-sub{font-size:12px;color:#495057;margin-top:4px}.new_SalesQuotation .sales_quotation_grid .tx-flow .fancy-tabs .step-card.creative.active{transform:scale(1.05);border:2px solid #97a2d2}.new_SalesQuotation .sales_quotation_grid .tx-flow .fancy-tabs .step-card.creative.active .tab-circle{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%)}.new_SalesQuotation .sales_quotation_grid .tx-flow .fancy-tabs .step-card.creative.done .tab-circle{background:linear-gradient(154deg, #2ecc71 0%, #6bcf7f 100%)}.new_SalesQuotation .sales_quotation_grid .tx-flow .fancy-tabs .step-card.creative.done{border:2px solid #10b981;background:#eaf9f1}.new_SalesQuotation .sales_quotation_grid .tx-flow .fancy-tabs .step-card.creative:hover{box-shadow:0 12px 30px rgba(15,23,42,.08)}.new_SalesQuotation .sales_quotation_grid .tx-flow .fancy-tabs .step-card.creative .check{width:20px;height:20px}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_summary_detailsView{display:grid;grid-template-columns:repeat(100, 1fr);gap:6px;padding:4px 8px;background:#f5f5ff;border-top:1px solid #d8d8ec}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card{border:1px solid #dbe0e6;padding:4px !important;border-radius:4px;display:flex;align-items:center;justify-content:space-between}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card.gross,.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card.gst,.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card.giftCoupon{grid-column:span 28;background:#fff}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card.rof{grid-column:span 16;background:#fff}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card.totalDiscount,.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card.total{grid-column:span 50;margin-top:0}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card.totalDiscount .form-label,.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card.total .form-label{font-size:14px !important}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card.totalDiscount .value,.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card.total .value{font-size:18px;font-weight:800}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card.Total-amount-common{border:1px solid #30a82d}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card.Total-amount-common .form-label{color:#30a82d !important}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card.totalDisc_salesQuotation{border:1px dashed #cb6503}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card.totalDisc_salesQuotation .value{color:#cb6503}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card .form-label{margin-bottom:0;font-size:12px !important;font-weight:700 !important}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card .value{font-size:14px;font-weight:700}.new_SalesQuotation .sales_quotation_grid .tx-flow .sales_details .css-b62m3t-container{border:0 !important}}@media only screen and (max-width: 991px)and (max-width: 900px){.new_SalesQuotation .sales_quotation_grid .tx-flow .step-card{min-width:110px}.new_SalesQuotation .sales_quotation_grid .tx-flow .panel{min-height:380px}}@media only screen and (max-width: 991px)and (max-width: 768px){.new_SalesQuotation .sales_quotation_grid .tx-flow .dock-summary{flex-direction:column;gap:16px;padding:20px;bottom:12px}.new_SalesQuotation .sales_quotation_grid .tx-flow .summary-metrics{width:100%;justify-content:space-between;gap:16px}.new_SalesQuotation .sales_quotation_grid .tx-flow .dock-summary .total-box{width:100%;text-align:center;padding-top:12px;border-top:1px solid hsla(0,0%,100%,.1)}}@media only screen and (max-width: 991px){.new_SalesQuotation:not(.sales_b2b,.sales_order,.purch_quotation) .sales_quotation_input .action_btn,.new_SalesQuotation.new_Sales:not(.sales_b2b,.sales_order,.purch_quotation) div.summary_action_btn{display:none !important}.new_SalesQuotation .btn.tag_import{height:32px}.new_SalesQuotation .btn.tag_import img{height:26px;width:26px}.new_SalesQuotation.new_Sales .tx-flow .summary_action_btn{display:none !important}.new_SalesQuotation:not(.sales_b2b,.sales_order,.purch_quotation) .sales_quotation_summary,.new_SalesQuotation:not(.sales_b2b,.sales_order,.purch_quotation) .sales_quotation_payment{display:none}.new_SalesQuotation:not(.sales_b2b,.sales_order,.purch_quotation) .fixed-bottom{display:none}.new_SalesQuotation .right_content_box,.new_SalesQuotation .history_box{margin-top:6px}}@media only screen and (max-width: 768px){.new_SalesQuotation.new_Sales .summary_section_details{margin-bottom:0}.new_SalesQuotation.new_Sales .sales_totalSection{padding:0 15px}.new_SalesQuotation.new_Sales .sales_quotation_summary{padding:0}}@media only screen and (max-width: 767px){.new_SalesQuotation .border_right,.new_SalesQuotation .border_left{border:0}.new_SalesQuotation .border_bottom{border-bottom:1px solid #e0d0ff;margin-bottom:5px}.new_SalesQuotation .sales_quotation_summary .image_box{height:180px}.new_SalesQuotation .sales_quotation_customerInfo .customer_details{padding:0}.new_SalesQuotation .sales_quotation_customerInfo .customer_documents .image-upload{width:20%}.new_SalesQuotation .sales_quotation_customerInfo .customer_documents .slider_container{width:77%}.new_SalesQuotation .sales_quotation_customerInfo .customer_details .border_right{padding-left:.8rem !important}.new_SalesQuotation .sales_quotation_customerInfo .customer_extrainfo{margin-bottom:6px}.sales_quotation_input .barcode_input{width:93%}.right_content_box .non_editable_fields{margin-top:5px}.new_SalesQuotation.new_Sales .sales_quotation_payment .sales_details.other_summary{margin-top:6px}.new_SalesQuotation.new_Sales .summary_action_btn{display:block !important;height:27px}.new_SalesQuotation.new_Sales .summary_action_btn .action_btn{display:flex;gap:8px;justify-content:flex-end;height:27px}.new_SalesQuotation .table-list-card{border-top:0}.new_SalesQuotation .summary_action_btn{margin-top:0px}}@media only screen and (max-width: 620px){.new_SalesQuotation .form-card{display:block}}@media only screen and (max-width: 576px){.form-card{flex-direction:column;align-items:start;row-gap:10px}.form-card .button_part{width:100%;gap:10px;justify-content:flex-start}.form-card .button_part button{width:100%}.account_section_width{max-width:100%;height:calc(100vh - 50px);margin:0;overflow-y:auto}.account_section .modal-dialog-centered{align-items:baseline}.account_section .modal-content{height:unset !important;flex-direction:unset}.account_section .modal-body{overflow-y:auto !important;border-radius:0 !important;flex:1;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.account_section .react-draggable{border-radius:0 !important}.account_section .modal-header{background:linear-gradient(180deg, #cbdafd, #f5f7ff);padding:12px 10px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;left:0;z-index:9999;width:100%;box-shadow:0px 2px 3px 0px #e3e6f0}.account_section .modal-header .modal-title{color:#181d1f}.account_section .modal-header .btn-close{filter:unset}.account_section{padding-left:0 !important;overflow-y:hidden}.account_section .modal-footer{border-radius:0 !important}.account_section_height{display:flex;flex-direction:column;height:100vh}.profile .profile-avatar{flex-direction:column}.new_SalesQuotation .right_content_box,.new_SalesQuotation .history_box{border-radius:10px}.new_SalesQuotation .formviewBtn:hover{color:#4677e5 !important;background:#fff !important}.profile .profile_image{height:80px;width:80px}.new_SalesQuotation .total_section{padding:0 15px;margin-top:0px}.new_SalesQuotation.new_Sales .sales_details.column_count{column-count:1}.sales_quotation_grid .tx-flow .sales_quotation_customerInfo{padding:0}.sales_quotation_grid .tx-flow .fancy-tabs .step-card.creative{gap:4px;min-width:110px;border-radius:6px;padding:4px;flex-direction:column}.sales_quotation_grid .tx-flow .fancy-tabs .step-card.creative .tab-circle{width:28px;height:25px;border-radius:6px}.sales_quotation_grid .tx-flow .fancy-tabs .step-card.creative .tab-title{font-weight:700;font-size:12px}.sales_quotation_grid .tx-flow .steps-row{gap:10px;padding:6px}.sales_quotation_grid .tx-flow .connector{left:8px;right:8px}.sales_quotation_grid .tx-flow .customer_title .wrapper{width:15rem}.sales_quotation_grid .tx-flow .customer_title .action_button{gap:4px}.sales_quotation_grid .tx-flow .sales_summary_detailsView{grid-template-columns:repeat(2, 1fr)}.sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card.gross,.sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card.gst,.sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card.giftCoupon,.sales_quotation_grid .tx-flow .sales_summary_detailsView .sales_card.rof{grid-column:span 25}.sales_quotation_grid .tx-flow .panel{margin-right:0;width:100%;margin-bottom:10px;transform:none !important}.sales_quotation_grid .tx-flow .sales_cartList .header-label{font-weight:800;line-height:15px}.sales_quotation_grid .tx-flow .sales_cartList .compact-grid{grid-template-columns:1.5fr repeat(2, 1.3fr) 1.5fr;gap:6px;margin-bottom:6px;padding:4px}.sales_quotation_grid .tx-flow .sales_cartList .compact-grid.grid-header .column-2,.sales_quotation_grid .tx-flow .sales_cartList .compact-grid.grid-header .column-4,.sales_quotation_grid .tx-flow .sales_cartList .compact-grid.grid-header .column-6{display:none}.sales_quotation_grid .tx-flow .sales_cartList .pair-block{gap:2px}.sales_quotation_grid .tx-flow .sales_cartList .pair-block .cell-value{font-size:12px}.sales_quotation_grid .tx-flow .sales_cartList .pair-block .cell-value p{font-size:10px}.sales_quotation_grid .tx-flow .sales_cartList .pair-block .cell-value.total{font-size:13px}.sales_quotation_grid .tx-flow .sales_cartList .pair-block .cell-value.sub{font-size:11px}.sales_quotation_grid .tx-flow .panal{overflow:clip}.sales_quotation_grid .tx-flow .salesCart_ItemLists .pair-block.hideMobile{display:none}.sales_quotation_grid .tx-flow .salesCart_ItemLists .pair-block .cell-value .hideTablet{display:block}.sales_quotation_grid .tx-flow .sales_cartList ul.salesCart_ItemLists{height:740px}.sales_quotation_grid .tx-flow .salesCart_ItemLists .pair-block .cell-value.hideTablet{display:flex;align-items:center;justify-content:space-between;gap:2px}.sales_quotation_grid .tx-flow .salesCart_ItemLists .pair-block .cell-value.hideTablet p{margin-bottom:0}.sales_quotation_grid .tx-flow .sales_cartList .pair-block.item_name .cell-value{justify-content:start;flex-direction:column;align-items:start;gap:4px}.sales_quotation_grid .tx-flow .sales_cartList .pair-block.item_name .cell-value.withPcs{display:ruby}.sales_quotation_grid .tx-flow .sales_cartList .pair-block.item_name .cell-value.withPcs .hideTablet{margin-left:3px;font-size:11px}.sales_tabletNewView:has(.tx-flow){padding-left:4px;padding-right:4px}}@media only screen and (max-width: 499px){.sales-modal-overlay{position:fixed;top:0;opacity:1;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:999;transition:opacity 250ms 700ms}.customer_title .wrapper{width:16rem}.sales-modal-overlay .modal_data{width:100%;position:relative;transform:scale(1);transition:opacity 250ms 250ms ease,transform 300ms 250ms ease}.sales-modal-overlay .modal_data .exit-button{position:absolute;right:10px;top:10px;padding:5px;cursor:pointer}.sales-modal-overlay .modal_data .exit-button svg{color:#fff}.sales_quotation_customerInfo .customer_details .personal_details,.sales_quotation_payment .customer_details .personal_details,.sales_quotation_summary .customer_details .personal_details{gap:3px;width:100%}.new_SalesQuotation .sales_quotation_input .action_btn .customer_details{background-color:#8338ec}.new_SalesQuotation .card-body .action_btn{display:flex;gap:4px;justify-content:flex-end}.new_SalesQuotation .card-body .action_btn .customer_details{background-color:#8338ec}.sales_quotation_customerInfo .customer_documents .image-upload{width:20%}.sales_quotation_customerInfo .customer_documents .slider_container{width:75%}.sales_quotation_summary .main_section .col-4{width:70% !important}.sales_quotation_summary .main_section .col-8{width:100%}.sales_quotation_summary .main_section .image_box{height:150px}.customer_title .action_button{justify-content:flex-end}.customer_title .searchbar{right:2px}}@media only screen and (max-width: 400px){.new_SalesQuotation.new_Sales .summary_action_btn{margin-top:0px}}.border_right_Sumary{border-right:1px solid #ffe0c9}.lot_generate .second_dropdown_view .dropdown:hover .dropdown_menu--animated{display:block}.lot_generate .second_dropdown_view .dropdown_menu--animated{display:none}.lot_generate .second_dropdown_view .dropdown_menu--animated li{display:block;opacity:1}@-moz-keyframes rotateX{0%{opacity:0;transform:rotateX(-90deg)}50%{transform:rotateX(-20deg)}100%{opacity:1;transform:rotateX(0deg)}}@-webkit-keyframes rotateX{0%{opacity:0;transform:rotateX(-90deg)}50%{transform:rotateX(-20deg)}100%{opacity:1;transform:rotateX(0deg)}}@-o-keyframes rotateX{0%{opacity:0;transform:rotateX(-90deg)}50%{transform:rotateX(-20deg)}100%{opacity:1;transform:rotateX(0deg)}}@keyframes rotateX{0%{opacity:0;transform:rotateX(-90deg)}50%{transform:rotateX(-20deg)}100%{opacity:1;transform:rotateX(0deg)}}.lot_generate .second_dropdown_view .menu-container{margin:10px 8px}.lot_generate .second_dropdown_view nav{width:100%;display:flex;justify-content:start}.lot_generate .second_dropdown_view nav .menu{display:flex;align-items:center;gap:1rem;width:100%}.lot_generate .second_dropdown_view .dropdown{padding:10px 15px;height:4rem;width:20%;border-radius:6px;display:flex;justify-content:space-between;align-items:center;color:#fff;cursor:pointer;position:relative}.lot_generate .second_dropdown_view .dropdown:hover .dropdown_menu li{display:flex;align-items:center;gap:1rem;justify-content:flex-start}.lot_generate .second_dropdown_view .dropdown .counting_orders{background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:4px;line-height:30px;height:30px;width:30px}.lot_generate .second_dropdown_view .dropdown .counting_orders .counting_orders_number{font-weight:800}.lot_generate .second_dropdown_view .dropdown_menu{position:absolute;top:100%;left:0;width:100%;background-color:#fff;z-index:1;overflow-y:auto;box-shadow:rgba(50,50,93,.25) -3px -2px 9px -2px,rgba(0,0,0,.3) 0px 3px 7px -3px;scrollbar-width:none}.lot_generate .second_dropdown_view .dropdown_menu li{display:none;color:#000;background-color:#fff;padding:10px 20px;font-size:16px;font-weight:600;opacity:0}.lot_generate .second_dropdown_view .dropdown_menu li:nth-child(1){margin-top:3px;border-radius:6px 6px 0px 0px;box-shadow:rgba(50,50,93,.25) 0px -2px 6px -2px,rgba(0,0,0,.3) 0px 3px 7px -3px}.lot_generate .second_dropdown_view .dropdown_menu li:nth-last-child(1){border-radius:0px 0px 6px 6px}.lot_generate .second_dropdown_view .dropdown_menu li:hover{background-color:#ffecd9;color:#181d1f}.lot_generate .second_dropdown_view .dropdown-1{background-color:#6782e8 !important}.lot_generate .second_dropdown_view .dropdown-1 .counting_orders_number{color:#6782e8 !important}.lot_generate .second_dropdown_view .dropdown-2,.lot_generate .second_dropdown_view .dropdown-1,.lot_generate .second_dropdown_view .dropdown-3,.lot_generate .second_dropdown_view .dropdown-4{background-color:#e97777}.lot_generate .second_dropdown_view .dropdown-2 .dropdown_item-1,.lot_generate .second_dropdown_view .dropdown-1 .dropdown_item-1,.lot_generate .second_dropdown_view .dropdown-3 .dropdown_item-1,.lot_generate .second_dropdown_view .dropdown-4 .dropdown_item-1{transform-origin:top center;animation:rotateX 300ms 90ms ease-in-out forwards}.lot_generate .second_dropdown_view .dropdown-2 .dropdown_item-2,.lot_generate .second_dropdown_view .dropdown-1 .dropdown_item-2,.lot_generate .second_dropdown_view .dropdown-3 .dropdown_item-2,.lot_generate .second_dropdown_view .dropdown-4 .dropdown_item-2{transform-origin:top center;animation:rotateX 300ms 150ms ease-in-out forwards}.lot_generate .second_dropdown_view .dropdown-2 .dropdown_item-3,.lot_generate .second_dropdown_view .dropdown-1 .dropdown_item-3,.lot_generate .second_dropdown_view .dropdown-3 .dropdown_item-3,.lot_generate .second_dropdown_view .dropdown-4 .dropdown_item-3{transform-origin:top center;animation:rotateX 300ms 210ms ease-in-out forwards}.lot_generate .second_dropdown_view .dropdown-2 .dropdown_item-4,.lot_generate .second_dropdown_view .dropdown-1 .dropdown_item-4,.lot_generate .second_dropdown_view .dropdown-3 .dropdown_item-4,.lot_generate .second_dropdown_view .dropdown-4 .dropdown_item-4{transform-origin:top center;animation:rotateX 300ms 270ms ease-in-out forwards}.lot_generate .second_dropdown_view .dropdown-2 .dropdown_item-5,.lot_generate .second_dropdown_view .dropdown-1 .dropdown_item-5,.lot_generate .second_dropdown_view .dropdown-3 .dropdown_item-5,.lot_generate .second_dropdown_view .dropdown-4 .dropdown_item-5{transform-origin:top center;animation:rotateX 300ms 330ms ease-in-out forwards}.lot_generate .second_dropdown_view .dropdown-2 .dropdown_item-6,.lot_generate .second_dropdown_view .dropdown-1 .dropdown_item-6,.lot_generate .second_dropdown_view .dropdown-3 .dropdown_item-6,.lot_generate .second_dropdown_view .dropdown-4 .dropdown_item-6{transform-origin:top center;animation:rotateX 300ms 390ms ease-in-out forwards}.lot_generate .second_dropdown_view .dropdown-2 .dropdown_item-7,.lot_generate .second_dropdown_view .dropdown-1 .dropdown_item-7,.lot_generate .second_dropdown_view .dropdown-3 .dropdown_item-7,.lot_generate .second_dropdown_view .dropdown-4 .dropdown_item-7{transform-origin:top center;animation:rotateX 300ms 450ms ease-in-out forwards}.lot_generate .second_dropdown_view .dropdown-2 .dropdown_item-8,.lot_generate .second_dropdown_view .dropdown-1 .dropdown_item-8,.lot_generate .second_dropdown_view .dropdown-3 .dropdown_item-8,.lot_generate .second_dropdown_view .dropdown-4 .dropdown_item-8{transform-origin:top center;animation:rotateX 300ms 510ms ease-in-out forwards}.lot_generate .second_dropdown_view .dropdown-2 .dropdown_item-9,.lot_generate .second_dropdown_view .dropdown-1 .dropdown_item-9,.lot_generate .second_dropdown_view .dropdown-3 .dropdown_item-9,.lot_generate .second_dropdown_view .dropdown-4 .dropdown_item-9{transform-origin:top center;animation:rotateX 300ms 570ms ease-in-out forwards}.lot_generate .second_dropdown_view .dropdown-2 .dropdown_item-10,.lot_generate .second_dropdown_view .dropdown-1 .dropdown_item-10,.lot_generate .second_dropdown_view .dropdown-3 .dropdown_item-10,.lot_generate .second_dropdown_view .dropdown-4 .dropdown_item-10{transform-origin:top center;animation:rotateX 300ms 630ms ease-in-out forwards}.lot_generate .second_dropdown_view .dropdown-2 .dropdown_item-11,.lot_generate .second_dropdown_view .dropdown-1 .dropdown_item-11,.lot_generate .second_dropdown_view .dropdown-3 .dropdown_item-11,.lot_generate .second_dropdown_view .dropdown-4 .dropdown_item-11{transform-origin:top center;animation:rotateX 300ms 690ms ease-in-out forwards}.lot_generate .second_dropdown_view .dropdown-2 .counting_orders_number,.lot_generate .second_dropdown_view .dropdown-1 .counting_orders_number,.lot_generate .second_dropdown_view .dropdown-3 .counting_orders_number,.lot_generate .second_dropdown_view .dropdown-4 .counting_orders_number{color:#e97777}.lot_generate .second_dropdown_view .dropdown-2 li,.lot_generate .second_dropdown_view .dropdown-1 li,.lot_generate .second_dropdown_view .dropdown-3 li,.lot_generate .second_dropdown_view .dropdown-4 li{background-color:#fff;color:#181d1f;box-shadow:rgba(50,50,93,.25) 0px 6px 12px -2px,rgba(0,0,0,.3) 0px 3px 7px -3px}.lot_generate .second_dropdown_view .dropdown-2 li img,.lot_generate .second_dropdown_view .dropdown-1 li img,.lot_generate .second_dropdown_view .dropdown-3 li img,.lot_generate .second_dropdown_view .dropdown-4 li img{height:25px;width:25px}.lot_generate .dropdown h4{color:#fff !important;font-size:18px}.lot_generate .second_dropdown_view .dropdown-3{background-color:#708871}.lot_generate .second_dropdown_view .dropdown-3 .counting_orders_number{color:#708871}.lot_generate .second_dropdown_view .dropdown-4{background-color:#7469b6}.lot_generate .second_dropdown_view .dropdown-4 .counting_orders_number{color:#7469b6}.lot_generate .filter_search_options::after{content:"";height:0;width:0;border-top:12px solid rgba(0,0,0,0);border-left:12px solid #1f59b4;border-bottom:12px solid rgba(0,0,0,0);position:absolute;left:0}.lot_generate .filter_search_options{align-items:center;height:40px;box-shadow:rgba(50,50,93,.25) -2px 13px 9px -13px}.lot_generate .filter_search_options .header_title{display:flex;align-items:center}.lot_generate .filter_search_options .search_header{margin-left:20px}.lot_generate .filter_search_options h2{color:#1f59b4;font-weight:800}.lot_generate .filter_search_options .search_semi_header{margin-left:4px}.lot_generate .filter_search_options h3{color:#18a8d2;font-weight:700}.lot_generate .header-list-common{display:flex;align-items:center;justify-content:flex-end;margin:0}.lot_generate .header-list-common .view-toggle{display:flex;height:27px;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center}.lot_generate .grid-list-layout{height:calc(100vh - 19.5rem) !important;margin-top:5px;overflow:auto}.lot_generate .kanban-board.grid-list-layout .kanban-column{background-color:#f5f5ff;column-count:5;padding-top:10px}.lot_generate .kanban-board.grid-list-layout .kanban-card-2{border-left:none !important;box-shadow:rgba(50,50,93,.25) 0px 6px 12px -2px,rgba(0,0,0,.3) 0px 3px 7px -3px !important;border:none}.lot_generate .kanban-board.grid-list-layout .kanban-card-2 .plus{display:flex}.lot_generate .kanban-board.grid-list-layout .kanban-card-2 .plus img{transform:rotate(0deg)}.lot_generate .kanban-board.grid-list-layout .kanban-card-2 .edit{position:unset !important;padding:0 !important}.lot_generate .kanban-board.grid-list-layout .kanban-card-2 .edit img{transform:rotate(45deg)}.lot_generate .kanban-board.grid-list-layout .move_container{position:absolute;line-height:25px;bottom:0;right:0;cursor:pointer;border:1px solid #8338ec;border-radius:6px;padding:0 5px}.lot_generate .kanban-board.grid-list-layout .move_container:hover{border:1px solid rgba(0,0,0,0);background-color:#8338ec}.lot_generate .kanban-board.grid-list-layout .move_container:hover span,.lot_generate .kanban-board.grid-list-layout .move_container:hover svg{color:#fff}.lot_generate .kanban-board.grid-list-layout .move_card{display:flex;gap:4px;align-items:center;justify-content:center}.lot_generate .kanban-board.grid-list-layout .move_card span{font-size:11px;font-weight:700;color:#8338ec}.lot_generate .kanban-board.grid-list-layout .move_card svg{width:14px;height:15px;color:#8338ec}.lot_sidenav{height:100%;width:0;position:fixed;z-index:10;top:50px;background-color:#fff;overflow:hidden;box-shadow:0px 3px 16px 5px #ddd;transition:.5s;border-radius:10px 0 0 10px;right:0px}.lot_sidenav h4{font-size:16px;font-weight:800}.lot_sidenav .lot_gen_content{margin:26px 10px 10px 10px;padding:0 10px;overflow-y:auto;overflow-x:hidden}.lot_sidenav .lot_gen_content::-webkit-scrollbar{width:4px !important;color:#ced5db !important}.lot_sidenav a{text-decoration:none;font-size:25px;color:#181d1f;display:block;transition:.3s}.lot_sidenav .closebtn{position:absolute;top:0px;right:15px;line-height:1;font-size:36px}.lot_sidenav .grid-container{display:grid;grid-template-columns:repeat(auto-fill, minmax(110px, 1fr));gap:8px;margin:8px 0 14px 0}.lot_sidenav .indent_menu{background:#e6ebff;border:1px solid #ced8ff}.lot_sidenav .indent_menu:hover{border:1px solid #6782e8}.lot_sidenav .purchase_menu{background:#fee;border:1px solid #ffd6d6}.lot_sidenav .purchase_menu:hover{border:1px solid #e97777}.lot_sidenav .inventory_menu{background:#e9ffea;border:1px solid #bfe6c1}.lot_sidenav .inventory_menu:hover{border:1px solid #708871}.lot_sidenav .branchSales_menu{background:#f4f2ff;border:1px solid #e0daff}.lot_sidenav .branchSales_menu:hover{border:1px solid #7469b6}.lot_sidenav .inventory_menu,.lot_sidenav .indent_menu,.lot_sidenav .purchase_menu,.lot_sidenav .branchSales_menu{color:#fff;display:flex;justify-content:center;align-items:center;padding:6px;border-radius:10px;transition:transform .3s;position:relative;flex-direction:column;cursor:pointer}.lot_sidenav .grid-container img{height:40px;width:40px;margin-bottom:6px}.lot_sidenav .grid-container span{font-size:12px;font-weight:700;line-height:14px;text-align:center;color:#181d1f}.lot_sidenav .lot_menu:hover{transform:scale(1.1)}@media only screen and (max-width: 1600px){.lot_generate .second_dropdown_view .dropdown{width:23%}.lot_generate .kanban-board.grid-list-layout .kanban-column{column-count:4}}@media only screen and (max-width: 1366px){.lot_sidenav .lot_gen_content{overflow-y:auto;overflow-x:hidden;margin:30px 10px 10px 10px}.lot_generate .filter_search_options h2{font-size:18px}.lot_generate .filter_search_options h3{font-size:16px}.lot_generate .filter_search_options{margin-top:-6px}.lot_generate .kanban-board.grid-list-layout .kanban-column{column-count:3 !important}.lot_generate .second_dropdown_view .dropdown{width:24%;height:3.5rem}.lot_generate .dropdown h4{font-size:16px}.lot_generate .second_dropdown_view .dropdown .counting_orders{line-height:24px;height:25px;width:25px}.lot_generate .second_dropdown_view .dropdown_menu li{padding:10px 10px;font-size:13px}.lot_generate .second_dropdown_view .dropdown .counting_orders .counting_orders_number{font-size:12px}}@media only screen and (max-width: 1200px){.lot_generate .second_dropdown_view .dropdown{padding:10px 6px}}@media only screen and (max-width: 1024px){.lot_sidenav{height:100%}}@media only screen and (max-width: 991px){.lot_generate .second_dropdown_view .dropdown_menu{width:17rem}.lot_generate .second_dropdown_view .dropdown_menu-4{left:unset;right:0}.lot_sidenav{top:55px}}@media only screen and (max-width: 768px){.swal2-container.swal2-top.swal2-backdrop-show{width:100% !important}}@media only screen and (max-width: 767px){.lot_generate .dropdown h4{font-size:13px}.lot_generate .second_dropdown_view nav .menu{gap:.5rem}.lot_generate .second_dropdown_view .dropdown{width:26%;height:3rem;padding:5px 5px}.lot_generate .grid-list-layout{height:calc(100vh - 20.5rem) !important}.lot_generate .kanban-board.grid-list-layout .kanban-column{column-count:2 !important}}@media only screen and (max-width: 576px){.lot_generate .kanban-board.grid-list-layout .kanban-column{column-count:1 !important}.lot_generate .second_dropdown_view nav .menu{flex-wrap:wrap}.lot_generate .second_dropdown_view .dropdown{width:49%}.lot_generate .second_dropdown_view .dropdown_menu{width:100%}.lot_generate .second_dropdown_view .dropdown_menu-2{left:unset;right:0}.lot_generate .filter_search_options h2{font-size:18px}.lot_generate .filter_search_options h3{font-size:16px}.lot_generate .filter_search_options{height:4rem;flex-wrap:wrap;row-gap:4px}.lot_generate .filter_search_options::after{top:7.4%}.lot_generate .grid-list-layout{height:auto !important}.swal2-container.swal2-top.swal2-backdrop-show .myAlert{height:45px;padding:5px}.swal2-container.swal2-top.swal2-backdrop-show .swal2-title{font-size:15px !important}}@media only screen and (max-width: 450px){.lot_generate .filter_search_options .header_title{width:100%}.lot_generate .header-list-common{width:100%}.lot_generate .filter_search_options{height:auto;row-gap:8px;padding:6px 0px}.lot_generate .filter_search_options::after{top:7.2%}}@media only screen and (max-width: 370px){.lot_generate .second_dropdown_view .dropdown{width:100%}.lot_generate .filter_search_options::after{top:9%}}.acc_master_listing{display:flex;flex-direction:column;gap:5px}.accountMaster_listing .acc_history_btn{height:32px}.acc_master_listing .css-116kd9q-control,.acc_master_listing .form-control.react-datepicker-ignore-onclickoutside{border-color:rgba(0,0,0,0) !important}.acc_master_listing .date-picker-wrap.tax-editable,.acc_master_listing .date-picker-wrap.cont-editable{background-color:rgba(0,0,0,0) !important}.acc_master_listing .date-picker-wrap.editable,.acc_master_listing .date-picker-wrap .react-datepicker__view-calendar-icon input,.acc_master_listing .date-picker-wrap.tax-editable,.acc_master_listing .date-picker-wrap.cont-editable{padding:0;background-color:rgba(0,0,0,0) !important}.acc_master_listing .tax-editable.css-b62m3t-container,.acc_master_listing .editable.css-b62m3t-container{padding:0}.acc_master_listing .main .TDS_check{width:10%}.acc_master_listing .input-group .editable.btn.btn-primary.F2.addhelpBtn,.acc_master_listing .input-group .bank-editable.btn.btn-primary.F2.addhelpBtn,.acc_master_listing .input-group .ref-editable.btn.btn-primary.F2.addhelpBtn{position:absolute;width:27px;right:0;height:25px;top:0px;display:block;border-radius:4px !important;background:#dff4ff !important;border:0 !important;color:#181d1f !important;font-weight:700 !important}.acc_master_listing .input-group .editable.btn.btn-primary.F2.addhelpBtn:hover,.acc_master_listing .input-group .bank-editable.btn.btn-primary.F2.addhelpBtn:hover,.acc_master_listing .input-group .ref-editable.btn.btn-primary.F2.addhelpBtn:hover{background-color:#b2e4ff !important}.acc_master_listing .input-group .editable.btn.btn-primary.F2.addhelpBtn.hidden,.acc_master_listing .input-group .bank-editable.btn.btn-primary.F2.addhelpBtn.hidden,.acc_master_listing .input-group .ref-editable.btn.btn-primary.F2.addhelpBtn.hidden,.acc_master_listing .taxInfo_details .checkmarks{display:none}.acc_master_listing .main .Checkboxdrop,.acc_master_listing .otherInfo_details .alppercentage-wrapper{width:100%}.acc_master_listing .tab{height:100px;display:flex;padding:0;transition:all ease .25s;overflow:auto;max-width:100%;width:100%;justify-content:center;align-items:center}.acc_master_listing .tab .acc_master_tabs{width:100%;padding-top:0;display:flex;align-items:center;flex-direction:row;flex-wrap:nowrap;justify-content:space-evenly;gap:8px}.acc_master_listing .tab .acc_master_tabs .item{cursor:pointer;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center !important;padding:6px;box-shadow:0px 3px 7px 0px #e0eff8;position:relative;border-radius:8px;background:linear-gradient(358deg, #c5e7ff, #ffffff);transition:all ease .5s}.acc_master_listing .tab .acc_master_tabs .item button{border:unset;padding:unset;background-color:unset;transition:all ease .5s !important}.acc_master_listing .item button{border:unset;padding:unset;background-color:unset;transition:all ease .5s !important}.acc_master_listing .option{display:none}.acc_master_tabs .item:active .icon{fill:#1e52fc !important;transition:all ease .5s;transform:translateY(-8px) !important;filter:drop-shadow(0px 2px 4px rgba(30, 82, 252, 0.2509803922)) !important}.acc_master_tabs .item:active .text{color:#1e52fc !important;transition:all ease .5s;transform:translateY(-4px) !important}.acc_master_tabs .item:active .line{transition:all ease .5s;animation:fade-up ease .5s forwards !important}.acc_master_listing .line{width:100%;height:5px;border-radius:4px 4px 0 0;position:absolute;bottom:0;opacity:0;background:#1e52fc;transition:none}.acc_master_listing .item.active .icon{fill:#1e52fc !important;transform:translateY(-8px) !important;transition:all ease .5s;filter:drop-shadow(0px 2px 4px #bacaff) !important}.acc_master_listing .item.active .text{color:#1e52fc !important;transition:all ease .5s;transform:translateY(-4px) !important}.acc_master_listing .item.active .line{transition:all ease .5s;animation:fade-up ease .5s forwards !important}.acc_master_listing .acc_container{max-width:100%;height:calc(var(--usable-height) - 11rem);padding:5px;border-top:1px solid #dbe0e6}.acc_master_listing .avatar{background-image:url(https://www.winhelponline.com/blog/wp-content/uploads/2017/12/user.png);background-position:center;background-size:80px;height:40px;width:40px;border-radius:100%;background-color:#fff;position:relative;box-shadow:0 0 4rem rgba(0,0,0,.25)}.acc_master_listing .avatar .avatar_img{object-fit:cover}.acc_master_listing .content{padding:5%;margin:2%}.acc_master_listing .content h3{font-size:14px;font-weight:700}.acc_master_listing .content span{font-size:12px;font-weight:600}.acc_master_listing .account_listing_left .left-side{border-radius:6px;border:1px solid #e0e0e0;background:#ebf7ff;box-shadow:0 2px 6px 0 rgba(0,0,0,.15);padding:5px}.acc_master_listing .left-side{display:flex;gap:10px;flex-direction:column}.acc_master_listing .account_listing_left.collapsed .left-side{gap:20px}.acc_master_listing .left-side .toggle_menu_btn .primary_btn{border-radius:50%;padding:4px !important}.acc_master_listing .left-side .toggle_menu_btn .primary_btn svg{height:18px;width:18px}.acc_master_listing .acc_container{width:100%;display:flex;gap:8px}.acc_master_listing .acc_container .account_listing_left{flex:15 1 0 !important;white-space:nowrap !important;width:15%}.acc_master_listing .acc_container .account_listing_left.collapsed{flex:0 !important;width:auto !important}.acc_master_listing .acc_container .middle_section{flex:60 1 0 !important}.acc_master_listing .acc_container .right_section{flex:25 1 0 !important}.acc_master_listing:has(.account_listing_left.collapsed) .middle_section{flex:2.5 !important}.acc_master_listing:has(.account_listing_left.collapsed) .right_section{flex:1 !important}.acc_master_listing .left-side .wrapper_Search{display:flex;gap:4px;align-items:center;padding:0}.acc_master_listing .left-side .label{font-size:.625rem;font-weight:400;text-transform:uppercase;letter-spacing:1.3px;margin-bottom:1rem}.acc_master_listing .left-side .searchQueryInput{width:100%;background:#fff;outline:none;border:none;border-radius:1.625rem;font-size:1rem;height:34px !important;padding:0 45px 0 15px;border:1px solid #299cdb}.acc_master_listing .left-side .searchQuerySubmit{background:#299cdb;border-radius:50%;outline:none;display:flex;align-items:center;justify-content:center;position:absolute;right:2px;height:30px;width:30px;padding:0;border:1px solid #299cdb}.acc_master_listing .left-side .searchQuerySubmit svg{color:#fff;height:16px;width:16px}.acc_master_listing .left-side .searchQuerySubmit:hover{cursor:pointer}.acc_master_listing .account_listing{display:flex}.acc_master_listing .account_listing .alphabet{height:calc(var(--usable-height) - 16rem);overflow-y:auto;flex-shrink:0}.acc_master_listing .account_listing .alphabet::-webkit-scrollbar{width:1px !important}.acc_master_listing .account_listing li a{cursor:pointer;display:flex;align-items:center;justify-content:center;width:27px;height:27px;line-height:30px;background-color:rgba(0,0,0,0);padding:5px;color:#000;box-sizing:border-box;text-align:centre;font-weight:600;border-radius:4px;margin-right:5px}.acc_master_listing .account_listing li a:hover{border-radius:50%;background-color:#c2e3fb}.acc_master_listing .account_listing li a.active{background-color:#c2e3fb}.acc_master_listing .account_list{width:86%}.acc_master_listing .side-wrapper .user .username{display:flex;flex-direction:column;width:70%}.acc_master_listing .side-wrapper.collapsed .user .username{display:none}.acc_master_listing .account_listing_left.collapsed .contacts .user_list{align-items:center}.acc_master_listing .side-wrapper .username_title{font-size:14px;font-weight:700;line-height:16px;text-transform:capitalize;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.acc_master_listing .wrapper_Search{margin:0}.acc_master_listing .side-wrapper .username-status{font-size:12px;font-weight:600;color:#181d1f;text-transform:capitalize;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account_list .contacts{padding-top:0}.account_list .contacts .user_list{height:calc(var(--usable-height) - 18rem);display:flex;flex-direction:column;gap:12px;overflow-y:auto}.account_list .contacts .user_list .user .contact_name{width:28px;height:28px;object-fit:cover;display:flex;align-items:center;justify-content:center;border-radius:6px;border:0;color:#fff;background:#4f9acc;box-shadow:none;line-height:28px;flex-shrink:0}.acc_master_listing .account_listing_left.collapsed .contacts .user_list{height:calc(var(--usable-height) - 16rem)}.acc_master_listing .main .details_section{padding-top:8px;position:relative;z-index:2}.main .side-wrapper{gap:10px}.acc_master_listing .info_section:has(.dropdown-content) .dropdown-content{position:fixed !important;bottom:0 !important}.acc_master_listing .info_section:has(.custom_help){overflow-y:hidden}.acc_master_listing .profile_container:has(.custom_help){overflow-y:visible !important}.main .info_section{display:flex;flex-direction:column;gap:10px;height:calc(var(--usable-height) - 22rem);overflow-y:auto}.main .address_Info,.main .info{padding:8px;border-radius:8px;position:relative;background:#fffbed;border:1px solid #d3d3d3}.main .address_Info .row-gap-4 .col-xxl-6.col-xl-6.col-lg-6.col-md-6.col-sm-6.col-12:nth-child(2n-1),.main .info .row-gap-4 .col-xxl-6.col-xl-6.col-lg-6.col-md-6.col-sm-6.col-12:nth-child(2n-1){border-right:1px solid #a4a4a4}.main .acc-footer{margin-top:5px;border-radius:6px}.main .acc-footer .modal-footer{background-color:rgba(0,0,0,0)}.main .acc-footer .modal-footer .col-md-12{padding-right:0px}.editable.css-b62m3t-container:has(.css-1nmdiq5-menu) .css-tj5bde-Svg{transform:rotate(180deg)}.main .editable,.main .tax-editable,.main .cont-editable,.main .bank-editable,.main .ref-editable,.main .other-editable,.main .family-editable{border:0;padding:3px 6px;border-radius:4px;width:100%;background-color:rgba(0,0,0,0);border-bottom:1px solid #176193;color:#000}@keyframes border_animation{from{width:0%}to{width:100%}}.main .other-editable.input-group{padding:0}.main .other-editable.input-group .form-control.HelpInput,.main .other-editable.input-group .form-control{border:0}.main .other-editable.input-group .btn.btn-primary.F2.addhelpBtn,.main .other-editable.input-group .btn.btn-primary.help-btn,.main .other-editable.input-group .btn.btn-primary.F3.addhelpBtn{border-radius:4px !important;background:#dff4ff !important;border:0 !important}.main .hidden{display:none}.main .editable[readonly]{cursor:pointer}.main .info_edit{position:absolute;display:flex;align-items:center;justify-content:center;top:4px;right:4px;border-radius:5px;padding:5px;cursor:pointer}.main .info_edit:hover svg{transform:scale(1.2);transition:all .2s ease-in-out}.main .info_edit svg{height:20px;width:20px;color:#181d1f;transition:all .2s ease-in-out}.main .addressTab_3 .address_header{padding-right:30px}.main .address_header{display:flex;align-items:center;padding-bottom:5px;gap:8px;border-bottom:1px solid #dfcfc4;color:#000}.main .address_header h4{color:#181d1f;font-size:16px;font-weight:700;line-height:1}.main .address_header img{filter:invert(1) brightness(0.5)}.main .addressInfo_details .card-data-2,.main .addressInfo_details .card-data-3,.main .addressInfo_details .card-data-4,.main .addressInfo_details .card-data-5{width:100% !important}.addressInfo_details{padding:10px 5px}.addressInfo_details .card-data-content{display:flex;flex-wrap:wrap;flex-direction:row;row-gap:10px}.main .addressInfo_details .card-data-label{color:#000;display:flex;flex-wrap:wrap;flex-direction:column;width:100%;align-items:start}.acc_master_listing .left_details_section .side-wrapper .view-toggle{justify-content:flex-end;gap:5px}.acc_master_listing .left_details_section .profile_container{background:linear-gradient(180deg, #F3F7FF 0%, #EAF2FF 100%);border:1px solid #d3d3d3;height:calc(var(--usable-height) - 18rem);overflow-y:auto;border-radius:8px;padding:10px;margin-top:-50px;margin-left:14px;display:flex;flex-direction:column;gap:10px}.acc_master_listing .left_details_section .profile_container .profile-avatar{display:flex;align-items:center;gap:12px}.acc_master_listing .left_details_section .profile_container .profile-img{width:74px;height:58px;object-fit:cover;display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid #e0e0e0;background:#4f9acc;box-shadow:0 4px 4px 0 rgba(0,0,0,.15)}.acc_master_listing .left_details_section .profile_container .profile-img h2{color:#fff}.acc_master_listing .left_details_section .profile_container .profile-name{font-size:20px;color:#181d1f;font-weight:700;line-height:22px}.acc_master_listing .left_details_section .profile_container .profile_data_right{display:inline-flex;padding:8px 15px;justify-content:center;align-items:center;gap:10px;border-radius:20px;background:#fbdecd;width:fit-content}.acc_master_listing .left_details_section .profile_container .profile_data_right span{font-weight:700}.left_details_section .primary_btn img{filter:invert(1) brightness(4)}.main .addressInfo_details .card-data-1{row-gap:5px}.addressInfo_details .img_card_address{display:flex;gap:8px;align-items:flex-start}.addressInfo_details .card-data-label label{display:inline-block;font-size:12px;color:#5c5c5c;font-weight:700}.addressInfo_details .card-data-label span{color:#000;font-weight:700}.addressDetails p{margin-top:0}.addressDetails p span{font-size:32px}.contact_Info .view-more-btn{display:flex;width:100%;justify-content:end;align-items:center}.contact_Info .view-more-btn a{color:#094876;font-weight:700}.contact_Info .view-more-btn:hover{text-decoration:underline;text-underline-offset:3px}.contactInfo_details,.referenceInfo_details{padding:5px 10px}.contactInfo_details .col-xxl-12:not(:first-child),.referenceInfo_details .col-xxl-12:not(:first-child){position:relative}.contactInfo_details .col-xxl-12:not(:first-child) .card-data-content::after,.referenceInfo_details .col-xxl-12:not(:first-child) .card-data-content::after{content:"";height:1px;width:100%;position:absolute;top:-6px;left:0;background:#d1daf1}.contactInfo_details .card-data-content,.referenceInfo_details .card-data-content{display:flex;flex-wrap:wrap;flex-direction:row;row-gap:8px}.contactInfo_details .card-data-label,.referenceInfo_details .card-data-label{color:#000;display:flex;flex-wrap:wrap;flex-direction:column;align-items:start}.contactInfo_details .card-data-label label,.referenceInfo_details .card-data-label label{display:inline-block;font-size:12px;color:#5c5c5c;font-weight:700}.contactInfo_details .card-data-label span,.referenceInfo_details .card-data-label span{color:#181d1f;font-weight:700}.contactInfo_details .card-data-label .email_link:hover span{color:#007bff}.main .reference_Info,.main .contact_Info{background:rgba(0,0,0,0) !important;border-top:1px solid #afbcdb}.main .tax_Info{background:#edf1ff}.main .tax_Info .card-data-content{padding:10px;width:100%}.main .tax_Info .card-data-label{color:#000;display:flex;flex-wrap:wrap;flex-direction:column;align-items:start}.main .tax_Info .card-data-label label{display:inline-block;font-size:12px;color:#5c5c5c;font-weight:700}.main .tax_Info .card-data-label span{color:#000;font-weight:700}.main .bank_Info{background:#fff0ed}.main .bankInfo_details{padding:10px}.main .bankInfo_details .card-data-content{display:flex;flex-wrap:wrap;flex-direction:row;row-gap:10px;border-radius:8px}.main .bankInfo_details .card-data-content .card-data-label{color:#000;display:flex;flex-wrap:wrap;flex-direction:column;align-items:start}.main .bankInfo_details .card-data-label label{display:inline-block;font-size:12px;color:#5c5c5c;font-weight:700}.main .bankInfo_details .card-data-label span{color:#000;font-weight:700}.other_Info,.upload_Info,.family_Info,.employee_Info{background:#f9edff !important}.other_Info .card-data-content,.upload_Info .card-data-content,.family_Info .card-data-content,.employee_Info .card-data-content{padding:10px;width:100%}.other_Info .card-data-label,.upload_Info .card-data-label,.family_Info .card-data-label,.employee_Info .card-data-label{color:#000;display:flex;flex-wrap:wrap;flex-direction:column;align-items:start}.other_Info .card-data-label label,.upload_Info .card-data-label label,.family_Info .card-data-label label,.employee_Info .card-data-label label{display:inline-block;font-size:12px;color:#5c5c5c;font-weight:700}.other_Info .card-data-label span,.upload_Info .card-data-label span,.family_Info .card-data-label span,.employee_Info .card-data-label span{color:#000;font-weight:700}.main .upload_Info{background:#eefffd !important}.main .image_Box{position:relative;margin:5px 0;border-radius:10px;border:1px solid var(--Stroke, rgba(145, 158, 171, 0.3019607843));text-align:center;width:180px;height:120px}.main .image_Box .hidden_1{visibility:hidden}.main .image_Box .overlayEdit_Effect{display:flex;gap:8px;transition:.5 ease;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);text-align:center}.main .image_Box .upload_view_btn,.main .image_Box button{border-radius:6px;border:1px solid #148a71;padding:8px 15px;background-color:#fff;transition:5s ease-out;height:30px;display:flex;align-items:center;gap:5px;justify-content:center;cursor:pointer}.main .image_Box .upload_view_btn:hover,.main .image_Box button:hover{transition:5s ease-in;transform:scale(1.1)}.main .image_Box .upload_view_btn span,.main .image_Box button span{color:#148a71;font-weight:700}.main .image_Box .upload_btn{background:#148a71}.main .image_Box .upload_btn input{width:100%;opacity:0;left:0;height:30px;position:absolute;z-index:9;cursor:pointer}.main .image_Box .upload_btn span{color:#fff}.main .image_Box .no_img{padding:5px;width:100%;height:100%}.main .family_Info{background:#f5f4ff !important}.main .familyInfo_details{justify-content:center;padding:10px}.main .familyInfo_details .card-data-content{display:flex;flex-wrap:wrap;flex-direction:row;row-gap:10px;padding:0px;border-radius:8px}.main .familyInfo_details .card-data-label{color:#000;display:flex;flex-wrap:wrap;flex-direction:column;align-items:start}.main .familyInfo_details .email_link{color:#000;font-weight:700;cursor:pointer;display:block;width:90%;text-transform:capitalize;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.main .familyInfo_details .email_link:hover{color:#007bff}.main .familyInfo_details .card-data-label label{display:inline-block;font-size:12px;color:#5c5c5c;font-weight:700}.main .familyInfo_details .card-data-label span{color:#000;font-weight:700}.main .employee_Info{width:100%}.main .employeeInfo_details .login_data{box-shadow:rgba(60,64,67,.3) 0px 1px 2px 0px,rgba(60,64,67,.15) 0px 2px 6px 2px;display:flex;flex-wrap:wrap;flex-direction:row;row-gap:10px;padding:10px;border-radius:8px;width:100%}.main .tab-1{display:flex;align-items:center;border-radius:22.5px;height:40px;margin:auto;gap:6px;position:relative}.main .tab-1 h4{font-size:18px;line-height:1;color:#181d1f}.main .tab-1 .left-side-title{display:flex;align-items:center;justify-content:center;gap:6px}.main .tab-1 .left-side-title span{font-size:14px;font-weight:600;color:#181d1f}.main .view-2 h4{font-size:18px}.main .view-2 .left-side-title{margin:0}.main .view-9{background-color:#b76e79}.main .view-2 .left-side-title img,.main .view-8 .left-side-title img{filter:invert(1) brightness(0.5)}.main .view-2 .left-side-title h4{font-size:16px;color:#181d1f}.main .tab-1.view-2,.main .tab-1.view-8{justify-content:space-between}.main .tab-1.view-2 .info_edit,.main .tab-1.view-8 .info_edit{position:unset}.acc_master_listing .right-side{overflow:auto;overflow-x:hidden;display:flex;gap:10px;flex-direction:column;height:calc(var(--usable-height) - 4rem)}.acc_master_listing .right-side .history_section{width:100%;border-radius:6px;border:1px solid #e0e0e0;background:#d6eecc;box-shadow:0 2px 5px 0 rgba(0,0,0,.15)}.history_section .side-title{display:flex;align-items:center;justify-content:space-between;padding:8px;border-radius:5px 5px 0 0;background:linear-gradient(180deg, #97DA7B 0%, #8ED76F 50%, #97DA7B 100%);height:57px}.acc_master_listing .ledger_header,.acc_master_listing .sales_header,.acc_master_listing .purhase_header{display:flex;align-items:center;gap:8px}.acc_master_listing .ledger_header img{width:28px}.history_section .ledger_title{color:#181d1f;font-size:18px;font-weight:600}.history_section .right-side-title{display:flex;flex-direction:column;align-items:flex-end}.history_section .right-side-title span{color:#181d1f;font-size:14px;font-weight:600;text-transform:capitalize}.history_section .right-side-title .legder_count{display:flex;gap:8px;align-items:center;line-height:1}.history_section .right-side-title .legder_count span,.history_section .right-side-title .legder_count h4{color:#181d1f;font-weight:800;font-size:14px}.history_section .ledger_data{overflow:auto;display:flex;flex-direction:column;gap:5px;height:26dvh;padding:8px}.history_section .no_data{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.history_section .no_data span{font-size:14px;font-weight:700}.history_section .ledger_data.item_wise,.history_section .ledger_data.voucher_wise,.no_data.loading_history{height:38dvh}.acc_master_listing .ledger_history{background:linear-gradient(359deg, #8dbbff, #ebf3ff)}.ledger_history .ledger_data{overflow:auto;display:flex;flex-direction:column;gap:5px}.ledger_data .side-menu{display:flex;width:100%;border-radius:6px;background-color:#fff;box-shadow:0 .1rem 2rem hsla(0,0%,100%,.25);align-items:center;gap:10px;padding:10px;flex-direction:column}.ledger_data .sales-box-card{display:flex;gap:4px;flex-direction:column;width:100%}.ledger_data .sales-box-card .header_comp{display:flex;gap:8px;justify-content:space-between}.sales-box-card hr{margin:2px 0;width:100%}.ledger_data .sales-box-card .content_title{display:flex;width:100%;justify-content:space-between;align-items:start;line-height:18px}.ledger_data .side-menu.completed .sales-box-card h3{color:#505050}.ledger_data .side-menu.completed span.content_status{color:#0fb734}.ledger_data .sales-box-card .content_title .pcs-nateWt{display:flex;flex-direction:column}.ledger_data .sales-box-card h3{font-size:14px;color:#d54407;font-weight:700}.ledger_data .sales-box-card span{font-size:13px;font-weight:600}.ledger_data .cr_dr_amount{display:flex;justify-content:space-between}.ledger_data .cr_dr_amount{display:flex;justify-content:space-between}.ledger_data .cr_dr_amount .left_amt,.ledger_data .cr_dr_amount .right_amt{display:flex;flex-direction:column}.ledger_data .cr_dr_amount .left_amt .item_amt,.ledger_data .cr_dr_amount .right_amt .item_amt{font-weight:700;font-size:14px}.ledger_data .cr_dr_amount .right_amt{align-items:flex-end}.ledger_data .cr_dr_amount .debit_amt{color:#eb5555;font-weight:700;font-size:14px}.ledger_data .cr_dr_amount span.credit_amt{color:#30a82d;font-weight:700;font-size:14px}.ledger_history .ledger_history_list{display:flex;justify-content:space-between;align-items:center}.ledger_history .ledger_history_list .history_Tag{display:flex;align-items:center;gap:5px}.ledger_history .ledger_history_list .reference_link{display:flex;cursor:pointer;transition:all .2s ease-out}.ledger_history .ledger_history_list .reference_link:hover{transform:scale(1.2);transition:all .2s ease-in-out}.ledger_history .ledger_history_list span{font-weight:700;color:#67748e}.sales_history .ledger_title{color:#181d1f}.sales_history .side-title{height:57px;justify-content:space-between;gap:8px;border-radius:5px 5px 0 0;background:linear-gradient(180deg, #FFD15B 0%, #FFD875 50%, #FFD15B 100%)}.sales_history .side-title img{width:28px}.sales_history .side-title .right_title{display:flex;align-items:center;gap:4px;padding:4px;border-radius:4px}.sales_history .side-title .right_title svg{cursor:pointer;height:18px}.sales_history .side-title .right_title:hover{background:hsla(0,0%,100%,.3215686275)}.sales_history .sales_history_list{display:flex;gap:5px;justify-content:space-between;align-items:center}.sales_history .sales_history_list span{font-weight:700;color:#67748e}.sales_history .sales_history_list .sales_history_Tag{display:flex;align-items:center;gap:5px}.sales_history .sales_history_list .sales_reference_link{display:flex;cursor:pointer;transition:all .2s ease-out}.sales_history .sales_history_list .sales_reference_link:hover{transform:scale(1.2);transition:all .2s ease-in-out}.sales_history .sales_ledger_data{overflow:auto;display:flex;flex-direction:column;padding:8px;gap:6px;background:#fff4d9;border-radius:0 0 6px 6px}.sales_history .sales_ledger_data .date-picker-wrap{display:flex}.sales_history .sales_ledger_data .input_search_wrapper{position:relative}.sales_history .sales_ledger_data .input_search_wrapper input{background:#fff;border:1px solid #dbe0e6;height:30px !important;padding:4px 26px 4px 4px}.sales_history .sales_ledger_data .input_search_wrapper svg{position:absolute;top:7px;right:5px;height:15px}.sales_history .sales_ledger_data.receipt_listingHeader{margin-top:0}.sales_history.customeradvancereceipt.OSReceipt .tab.active{border-radius:5px;background:#ffd15b;color:#181d1f}.sales_history.customeradvancereceipt.OSReceipt .tab{height:30px;white-space:wrap;font-weight:600;color:#181d1f;animation:none}.sales_history.customeradvancereceipt.OSReceipt .tab strong{font-weight:800}.sales_ledger_data .ledger_data{padding:0}.sales_history.customeradvancereceipt.OSReceipt .tabs{border-radius:6px;border:1px solid #ffd15b;background:#fff;width:100%;padding:2px}.sales_history .sales-box-card .content_header{display:flex;align-items:center;justify-content:space-between;width:100%}.ledger_data .content_title span.content_status{color:#e3b600;font-weight:700 !important}.ledger_data .onHold .content_title span.content_status{color:#d54407}.ledger_data .content_title span.adv_payment{color:#818181;font-weight:700}.ledger_data .content_title .content_details{display:flex;align-items:center;gap:4px}.ledger_data .content_title label{font-weight:700}.sales_history .sales-box-card h3{font-size:13px}.sales_history .sales_ledger_data .cr_dr_amount{display:flex;justify-content:space-between}.sales_ledger_data .cr_dr_amount .left_amt,.sales_ledger_data .cr_dr_amount .right_amt{display:flex;flex-direction:column}.sales_ledger_data .cr_dr_amount .left_amt .item_amt,.sales_ledger_data .cr_dr_amount .right_amt .item_amt{font-weight:700;font-size:14px}.sales_ledger_data .cr_dr_amount .right_amt{align-items:flex-end}.sales_ledger_data .cr_dr_amount .debit_amt{color:#eb5555;font-weight:700;font-size:14px}.sales_ledger_data .cr_dr_amount .credit_amt{color:#30a82d;font-weight:700;font-size:14px}.acc_master_listing .side-title{color:#181d1f;font-size:18px;font-weight:700}.acc_master_listing .side-wrapper{display:flex;gap:5px;flex-direction:column}.acc_master_listing .side-wrapper.contacts{display:flex;gap:5px;flex-direction:column;padding:0 0 0 8px;border-left:1px solid #dbe0e6}.acc_master_listing .profile{position:relative;height:120px;z-index:1}.acc_master_listing .profile .profile_data_left{height:88px;width:92px;position:absolute;right:10px;padding:8px;display:flex;align-items:center;flex-direction:column;background:linear-gradient(312deg, #FFBB60 10.8%, #FFAA39 97.62%);border:1px solid #ffa52d;box-shadow:0 2px 2px rgba(0,0,0,.1);clip-path:polygon(0% 0, 100% 0%, 100% 65%, 50% 100%, 50% 100%, 0% 65%)}.acc_master_listing .profile .profile_data{position:absolute;right:25%;bottom:0;display:flex;width:25rem}.acc_master_listing .profile .profile_data .profile_data_right{position:absolute;right:25%;bottom:0;display:flex;width:25rem}.acc_master_listing .profile .profile_data .profile_data_right h3,.acc_master_listing .profile .profile_data .profile_data_right span{font-weight:700;font-size:17px}.acc_master_listing .profile .profile_data .profile_data_right span{font-size:13px;font-weight:600;color:#5c5c5c}.acc_master_listing .profile .personal_details{display:flex;flex-direction:column;width:unset}.acc_master_listing .profile .personal_details .profile_data_right{border-radius:16px;display:flex;align-items:center;justify-content:center;padding:4px 10px;background-color:#dab200}.acc_master_listing .profile .personal_details .profile_data_right{background-color:#777}.acc_master_listing .profile .personal_details .profile_data_right span{color:#fff;font-size:12px;font-weight:700}.acc_master_listing .profile-cover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:right;border-radius:4px}.acc_master_listing .expanded{transition:all .3s ease}.acc_master_listing .profile .info{font-size:15px}.acc_master_listing .profile .info-item{display:flex;color:#c3c5d5}.acc_master_listing .info-item+.acc_master_listing .info-item{margin-top:14px}.acc_master_listing .info-item a{margin-left:6px;color:#1771d6;text-decoration:none}.acc_master_listing .info-item svg{width:16px;margin-right:10px}.acc_master_listing .user{display:flex;align-items:center;cursor:pointer;gap:8px;position:relative}.acc_master_listing .user::after{content:"";border-bottom:1px solid #dee7f2;position:absolute;bottom:-6px;left:0;width:100%;height:2px}.acc_master_listing .user-img{border-radius:50%;width:45px;height:45px;margin-right:15px;object-fit:cover;object-position:center;border:2px solid #e2b96c}.acc_master_listing .overlay{width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(24,29,31,.8);opacity:0;visibility:hidden;pointer-events:none;transition:.3s}.acc_master_listing .right-side-button{position:absolute;right:0;top:10%;display:none}.acc_master_listing .acc_container .left-side-button{display:none}.acc_master_listing .contactInfo_details .row-gap-4 .col-xxl-6:nth-child(2n-1){border-right:1px solid #dbe0e6}.acc_master_listing .acc_container ::-webkit-scrollbar{width:2px !important}.acc_master_listing .acc_container ::-webkit-scrollbar-track{background:hsla(0,0%,100%,.01)}.acc_master_listing .acc_container ::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.11);border-radius:10px}.acc_master_listing .acc_container ::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.1)}body .acc_master_listing .main:has(.F2help,.custom_help){overflow:visible}.acc_master_listing .side-wrapper .view-toggle .list-btn{align-items:center;margin-right:0}.acc_master_listing .right_section .right_toggle_menu,.acc_master_listing .left_toggle_menu{display:none}.history_container{position:fixed;top:48px;right:0;transform:translateX(100%);background:#fff;border:1px solid #dbe0e6;z-index:9999999;transition:all .4s ease-in;height:calc(var(--usable-height) - 50px);border-radius:5px 0 0 5px}.history_container.right_side_show{transform:translateX(0%);width:500px}.history_container .timeline-header{border-radius:5px 0 0 0;background:linear-gradient(150deg, #d8d7fc 0%, #b5b3f7 50%, #a7a5ff 100%);display:flex;align-items:center;gap:4px;justify-content:space-between;padding:10px}.history_container .timeline-header .activity_header{display:flex;align-items:center;gap:8px}.history_container .timeline-header .activity_header i{font-size:18px;color:#181d1f}.history_container .timeline-header .closebtn{padding:0 4px;border-radius:4px;font-size:26px;line-height:1}.history_container .timeline-header .closebtn:hover{color:#181d1f;background:hsla(0,0%,100%,.3215686275)}.history_container .timeline{position:relative;padding:20px 0;height:calc(var(--usable-height) - 100px);overflow-y:auto;background:0deg,rgba(153,150,255,.1) 0%,rgba(153,150,255,.1) 100%,#fff}.history_container .wrapper_Search{padding:0 10px 0 40px}.history_container .timeline::before{display:none}.history_container .transaction-card{position:relative;padding:0 10px 0 40px}.history_container .transaction-card::before{content:"";position:absolute;left:14px;top:15px;width:14px;height:14px;border-radius:50%;background-color:#9996ff;z-index:1}.history_container .transaction-card::after{content:"";position:absolute;left:20px;top:20px;width:2px;height:calc(100% + 10px);background-color:#9996ff;z-index:1}.history_container .transaction-card:last-child:after{content:none}.history_container .card{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);padding:10px;transition:transform .3s ease,box-shadow .3s ease}.history_container .card:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.history_container .th_header{display:flex;align-items:center;justify-content:space-between;gap:4px}.history_container .th_header .th_title{font-size:14px;color:#094876;font-weight:700}.history_container .th_time_date{display:flex;align-items:center;gap:8px}.history_container .th_time_date span{font-size:12px;font-weight:600;color:#495057}.history_container hr{margin:6px 0}.history_container .th_content_part{display:flex;align-items:start;gap:4px;justify-content:space-between}.history_container .th_content_part .th_data{display:flex;align-items:center;gap:6px}.history_container .th_content_part label,.history_container .th_content_part span{color:#181d1f;font-weight:700;font-size:13px}.history_container .th_content_part label{flex-shrink:0}.history_container .th_content_part span{font-weight:600}@media(max-width: 600px){.history_container .timeline::before{left:20px}.history_container .transaction-card{padding-left:50px}.history_container .transaction-card::before{left:14px}.history_container .transaction-header{flex-direction:column;align-items:flex-start}.history_container .transaction-amount{margin-top:5px}}@media only screen and (min-width: 1200px)and (max-width: 1700px){.acc_master_listing .account_listing_left .account_listing li a{width:18px;height:20px}.history_section .ledger_data.item_wise,.history_section .ledger_data.voucher_wise,.no_data.loading_history{height:31dvh}}@media only screen and (max-width: 1400px){.acc_master_listing .main,.acc_master_listing .right-side{height:calc(100vh - 10rem)}.acc_master_listing span,.acc_master_listing label{font-size:12px !important}.acc_master_listing .icon{height:30px;width:30px}.acc_master_listing .tab{max-width:unset !important;height:80px}.acc_master_listing .tab::-webkit-scrollbar{height:4px !important}.acc_master_listing .acc_master_tabs{width:auto !important}.acc_master_listing .acc_master_tabs .item{width:125px;text-align:center !important}.acc_master_listing .uploadInfo_details .image_Box{width:100%}.acc_master_listing .uploadInfo_details .image_Box .overlayEdit_Effect button{height:26px;padding:8px 12px}.acc_master_listing .uploadInfo_details .image_Box .overlayEdit_Effect button span{font-size:11px}.acc_master_listing .profile{height:85px}.acc_master_listing .profile .profile_data_left{height:74px;width:78px;position:absolute;right:10px;padding:2px}.acc_master_listing .profile .profile_data_left h4{font-size:13px}.main .address_header h4{font-size:14px}.acc_master_listing .left_details_section .profile_container{padding:6px;margin-left:6px;height:calc(var(--usable-height) - 15rem)}.acc_master_listing .left_details_section .profile_container .profile-avatar{gap:6px}.acc_master_listing .left_details_section .profile_container .profile-img{width:46px;height:35px}.acc_master_listing .left_details_section .profile_container .profile-img h2{font-size:18px}.acc_master_listing .left_details_section .profile_container .profile-name{font-size:16px}.acc_master_listing .left_details_section .profile_container .profile_data_right{padding:4px 12px}.main .tab-1{height:28px}.main .tab-1.view-2,.main .tab-1.view-8{height:40px}.main .tab-1 h4{font-size:14px}.contactInfo_details .card-data-label label,.referenceInfo_details .card-data-label label{line-height:1}.contactInfo_details,.referenceInfo_details{padding:8px 10px 0}.acc_master_listing .left_details_section .profile_container hr{margin:8px 0}.acc_master_listing .history_section .side-title{padding:6px;height:45px}.acc_master_listing .ledger_header,.acc_master_listing .sales_header{gap:4px}.acc_master_listing .ledger_header img{width:24px}.acc_master_listing .history_section .ledger_title{font-size:14px;font-weight:700;line-height:1}.acc_master_listing .history_section .right-side-title .legder_count{gap:2px}.acc_master_listing .ledger_data .side-menu{padding:6px}.acc_master_listing .history_section .ledger_data{padding:6px;height:24dvh}.history_section .ledger_data.item_wise,.history_section .ledger_data.voucher_wise,.no_data.loading_history{height:28dvh}.history_container.right_side_show{width:380px}.history_container .timeline-header{gap:4px;padding:8px}.history_container .timeline-header .activity_header i,.history_container .timeline-header .activity_header h3{font-size:16px}.history_container .timeline-header .closebtn{font-size:22px}.history_container .timeline{padding:6px 0;gap:6px}.history_container .card{padding:6px}.sales_history .sales_ledger_data{padding:6px;gap:6px}.main .address_header{gap:6px}.acc_master_listing .side-wrapper.collapsed .user .username{width:0%}.acc_master_listing .side-wrapper.collapsed .user::after{width:60%}.main .info_section{height:calc(var(--usable-height) - 19rem)}.main .view-2 .left-side-title h4{font-size:14px}}@media only screen and (max-width: 1200px){.acc_master_listing span,.acc_master_listing label{font-size:11px !important;line-height:14px}.acc_master_listing .user_list .user-img{width:35px;height:35px;margin-right:5px}.acc_master_listing .user_list .username .username_title{font-size:12px}.acc_master_listing .uploadInfo_details .image_Box{height:90px}.acc_master_listing .uploadInfo_details .image_Box .no_img{padding:5px;width:100%;height:100%}.acc_master_listing .uploadInfo_details .image_Box .overlayEdit_Effect{gap:4px}.acc_master_listing .uploadInfo_details .image_Box .overlayEdit_Effect button{padding:1px 10px !important;height:22px !important;gap:2px !important}.acc_master_listing .uploadInfo_details .image_Box .overlayEdit_Effect button img{height:12px}.acc_master_listing .account_listing_left .left-side{padding:4px}.acc_master_listing .account_listing li a{width:22px;height:22px;line-height:20px;padding:2px;margin-right:4px}.acc_master_listing .side-wrapper.contacts{gap:5px;flex-direction:column;padding:0 0 0 5px;border-left:1px solid #dbe0e6}.account_list .contacts .user_list{gap:6px}.account_list .contacts .user_list .user .contact_name{width:23px;height:24px;border-radius:4px}.acc_master_listing .user::after{bottom:-4px}.bankInfo_details .col-xxl-6:not(:first-child){position:relative}.bankInfo_details .col-xxl-6:not(:first-child) .card-data-content::after{content:"";height:1px;width:100%;position:absolute;top:-6px;left:0;background:#f0d4ce}.acc_master_listing .account_listing .collapsed .alphabet,.account_list .contacts.collapsed .user_list{height:calc(var(--usable-height) - 15.5rem)}.acc_master_listing .history_section .ledger_title{font-size:13px}.history_section .right-side-title .legder_count span,.history_section .right-side-title .legder_count h4{font-size:13px}.main .reference_Info,.main .contact_Info{padding-top:6px}.acc_master_listing .left-side .searchQueryInput{height:30px !important}.acc_master_listing .left-side .searchQuerySubmit{right:3px;height:24px;width:24px}.acc_master_listing .left-side .searchQuerySubmit svg{color:#fff;height:13px;width:13px}.history_section.sales_history.customeradvancereceipt.OSReceipt .tab{height:26px}.history_section.sales_history.customeradvancereceipt.OSReceipt .tab strong{font-size:12px}.main .tab-1 .left-side-title img{width:20px}.main .tab-1.view-2,.main .tab-1.view-8{height:28px}.acc_master_listing .side-wrapper .user .username{width:65%}}@media only screen and (max-width: 991px){.account_list .contacts .user_list{height:calc(var(--usable-height) - 18rem)}.acc_master_listing .tab{height:75px}.acc_master_listing .tab::-webkit-scrollbar{display:block !important}.acc_master_listing .tab .item img{height:25px}.acc_master_listing .tab .item h4{font-size:12px !important}.acc_master_listing .uploadInfo_details .image_Box{height:115px}.acc_master_listing .acc_container,.acc_master_listing .main{height:auto}.acc_master_listing .acc_container .left-side,.acc_master_listing .right-side{display:none}.acc_master_listing .right_section .right_toggle_menu,.acc_master_listing .left_toggle_menu{display:block}.acc_master_listing .middle_section{padding-right:5px !important}.acc_master_listing .left_toggle_menu{width:0;position:fixed;z-index:10;top:55px;background-color:#fff;overflow:hidden;box-shadow:0px 3px 16px 5px #ddd;transition:.5s;left:0px}.acc_master_listing .left_toggle_menu .account_list .contacts .user_list{height:calc(var(--usable-height) - 11rem)}.acc_master_listing .left_toggle_menu .account_listing .alphabet{height:calc(var(--usable-height) - 9rem)}.acc_master_listing .left_toggle_menu .closebtn{position:absolute;top:0px;right:15px;line-height:1;font-size:36px}.acc_master_listing .left_toggle_menu .left_toggle_menu_input{display:block;width:40px;height:32px;position:absolute;top:-7px;left:-5px;cursor:pointer;opacity:0;z-index:2;-webkit-touch-callout:none}.acc_master_listing .left_toggle_menu .line{display:block;width:24px;height:3px;margin-bottom:3px;opacity:1;position:relative;background:#000;border-radius:3px;border:1px solid #000 !important;z-index:1;transform-origin:4px 0px;transition:transform .5s cubic-bezier(0.77, 0.2, 0.05, 1),background .5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity .55s ease}.acc_master_listing .left_toggle_menu span:first-child{transform-origin:0% 0%}.acc_master_listing .left_toggle_menu span:nth-last-child(2){transform-origin:0% 100%}.acc_master_listing .left_toggle_menu input:checked~span{opacity:1;transform:rotate(45deg) translate(-2px, -1px);background:#000}.acc_master_listing .left_toggle_menu input:checked~span:nth-last-child(3){opacity:0;transform:rotate(0deg) scale(0.2, 0.2)}.acc_master_listing .left_toggle_menu input:checked~span:nth-last-child(2){transform:rotate(-45deg) translate(0, -1px)}.acc_master_listing .left_toggle_menu input:checked~ul{transform:none}.acc_master_listing .left_toggle_menu .left_side_menu{position:fixed;width:0;padding:25px 8px 8px 8px;box-sizing:border-box;background:linear-gradient(to left, #f8f9fa 0%, #d1d6de 100%);border-radius:8px;list-style-type:none;-webkit-font-smoothing:antialiased;transform-origin:0% 0%;transform:translate(-100%, 0);transition:transform .5s cubic-bezier(0.77, 0.2, 0.05, 1)}.acc_master_listing .left_toggle_menu .left_side_menu li{font-size:22px}.acc_master_listing .left_toggle_menu .left_side_menu li label{cursor:pointer}.acc_master_listing .left_toggle_menu .left_side_menu .user_list{overflow:auto}.right_toggle_menu .rightSide_header{display:flex;align-items:center;gap:4px;justify-content:space-between}.right_toggle_menu .rightSide_header i{font-size:22px}.acc_master_listing .account_listing_left .left-side{padding:0px;background:#fff;border:none;box-shadow:none}.acc_master_listing .left_toggle_menu .wrapper_Search{margin-bottom:12px}.acc_master_listing .wrapper_Search .searchBar{width:90%}.acc_master_listing .wrapper_Search .toggle_menu_btn{display:none}.acc_master_listing .account_listing li a{width:26px;height:26px;line-height:26px;margin-right:6px}.acc_master_listing .account_list{width:86%}.acc_master_listing .side-wrapper.contacts{gap:10px;padding:0 0 0 10px}.account_list .contacts .user_list{gap:10px}.account_list .contacts .user_list .user .contact_name{width:32px;height:32px}.acc_master_listing .side-wrapper .user .username{width:85%}.acc_master_listing .user_list .username .username_title{font-size:14px !important}.acc_master_listing .user::after{bottom:-6px}.acc_master_listing .history_section .ledger_data{height:30dvh}.history_container{top:56px}.acc_master_listing .timeline-container .wrapper_Search .searchBar{width:100%}.history_container .timeline{gap:10px}.history_container .th_header .th_title{font-size:13px !important}.acc_master_listing .profile .profile_data_left h4{font-size:13px !important}.acc_master_listing .profile .profile_data_left img{width:22px}.acc_master_listing .profile .profile_data_left{height:58px;width:65px;top:0}.acc_master_listing .right_section .right_toggle_menu{width:0;position:fixed;z-index:10;top:55px;background-color:#fff;overflow:hidden;box-shadow:0px 3px 16px 5px #ddd;transition:.5s;border-radius:10px 0 0 0;right:0px;display:block}.acc_master_listing .right_toggle_menu .right-side-button{display:block}.acc_master_listing .right_toggle_menu .right-side-button .right-side{display:block !important}.acc_master_listing .right_toggle_menu .right-side-button .hamburger_right{padding:5px;width:80px;display:flex;justify-content:center;gap:8px;align-items:center;color:#fff;background:#23486a;border-radius:4px}.acc_master_listing .right_toggle_menu .right-side-button .hamburger_right img{filter:invert(1) brightness(7.5)}.acc_master_listing .right_toggle_menu .right_menu_toggle{display:block;position:absolute;right:2px;z-index:10;-webkit-user-select:none;user-select:none}.acc_master_listing .right_toggle_menu .right_menu_toggle input:checked~ul{transform:scale(1, 1);opacity:1}.acc_master_listing .right_toggle_menu .right_menu_toggle .right_menu_check{display:block;width:100%;height:32px;position:absolute;cursor:pointer;opacity:0;z-index:2;-webkit-touch-callout:none}.acc_master_listing .right_toggle_menu .right_menu_toggle .lines{display:block;width:24px;height:3px;margin-bottom:3px;position:relative;background:#000;border-radius:3px;z-index:1;transform-origin:4px 0px;transition:transform .5s cubic-bezier(0.77, 0.2, 0.05, 1),background .5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity .55s ease}.acc_master_listing .right_toggle_menu .right_menu_toggle span:first-child{transform-origin:0% 0%}.acc_master_listing .right_toggle_menu .right_menu_toggle span:nth-last-child(2){transform-origin:0% 100%}.acc_master_listing .right_toggle_menu .right_menu_toggle input:checked~span{opacity:1;transform:rotate(45deg) translate(-2px, -1px)}.acc_master_listing .right_toggle_menu .right_menu_toggle input:checked~span:nth-last-child(3){opacity:0;transform:rotate(0deg) scale(0.2, 0.2)}.acc_master_listing .right_toggle_menu .right_menu_toggle input:checked~span:nth-last-child(2){opacity:1;transform:rotate(-45deg) translate(0, -1px)}.acc_master_listing .right_toggle_menu .right_menu{position:fixed;width:100%;margin:-35px 0 0 0;padding:6px;right:-5px;background:#fff;border-radius:8px;list-style-type:none;-webkit-font-smoothing:antialiased;transform-origin:0% 0%;transform:translate(100%, 0);transition:transform .5s cubic-bezier(0.77, 0.2, 0.05, 1)}.acc_master_listing .right_toggle_menu .right_menu .close_menu{position:absolute;right:18px;top:5px;display:flex;height:28px;width:71px;justify-content:center;align-items:center;cursor:pointer;border-radius:4px;border:1px solid red}.acc_master_listing .right_toggle_menu .right_menu .close_cross{font-size:14px !important;font-weight:800;color:red}.acc_master_listing .right_toggle_menu .right-side{height:calc(100vh - 6rem) !important;padding-top:10px}.acc_master_listing .input-group .editable.btn.btn-primary.F2.addhelpBtn,.acc_master_listing .input-group .bank-editable.btn.btn-primary.F2.addhelpBtn{height:27px !important;top:-2px}.addressInfo_details .card-data-content{row-gap:6px}.main .addressInfo_details .card-data-1{row-gap:0}.acc_master_listing .acc_container .middle_section{width:100% !important;flex:none !important;padding-right:0 !important}.acc_master_listing .acc_container{gap:0}.acc_master_listing .acc_container .account_listing_left,.acc_master_listing .acc_container .right_section{width:0 !important;flex:0 !important;padding:0 !important}}@media only screen and (max-width: 767px){.acc_master_listing .acc_container .left-side-button,.acc_master_listing .acc_container .right-side-button{display:block}.acc_master_listing .acc_container .left-side-button .wrapper_Search,.acc_master_listing .acc_container .right-side-button .wrapper_Search{margin:0}.acc_master_listing .main .profile{display:flex;align-items:center;justify-content:center}.acc_master_listing .main .profile-avatar{bottom:-32px;left:15px;flex-direction:row;gap:15px}.acc_master_listing .main .profile-avatar img{width:106px;height:106px}.acc_master_listing .profile .profile-img{width:80px;height:80px}.acc_master_listing .main .profile-avatar .personal_details{margin-left:0}.acc_master_listing .uploadInfo_details .image_Box{height:90px}.acc_master_listing .side-wrapper{gap:10px;padding:40px 0px}.acc_master_listing .right_section .right_toggle_menu,.acc_master_listing .left_toggle_menu{display:block}.acc_master_listing .side-wrapper .view-toggle{top:8px}.acc_master_listing .side-wrapper .view-toggle .grid-btn,.acc_master_listing .side-wrapper .view-toggle .list-btn{align-items:center;margin-right:0}.acc_master_listing .side-wrapper .view-toggle .find_contact{background-color:#f8f8f8 !important;color:#555 !important}.acc_master_listing .side-wrapper .view-toggle .find_contact:hover,.acc_master_listing .side-wrapper .view-toggle .find_contact:active{border:1px solid #969696}.acc_master_listing .profile .profile-name{font-size:16px}.acc_master_listing h4{font-size:16px !important}.acc_master_listing .main{padding-right:6px}.acc_master_listing .left_side_menu .searchQuerySubmit{width:27px;height:27px;right:3px}.acc_master_listing .left_side_menu .searchQueryInput{border:1px solid #299cdb}.acc_master_listing .profile{position:relative;height:70px;z-index:1}.acc_master_listing .main .TDS_check{width:6%;height:14px}}@media only screen and (max-width: 576px){.main .address_Info .row-gap-4 .col-xxl-6.col-xl-6.col-lg-6.col-md-6.col-sm-6.col-12:nth-child(2n-1),.main .info .row-gap-4 .col-xxl-6.col-xl-6.col-lg-6.col-md-6.col-sm-6.col-12:nth-child(2n-1){border-right:0}.acc_master_listing .left_details_section .profile_container{margin-left:0px;height:auto;margin-top:0px}.main .info_section{height:auto}.acc_master_listing .right_info_section{padding-left:10px !important}.history_container.right_side_show{width:100%}}body:has(.Penaltypolicytable) .css-1ekglio-menu{margin-top:0px !important}body:has(.in-outmodal) .css-1ekglio-menu{margin-top:0px !important}.Payroll_timestructure{background:#fff}.Payroll_timestructure a:focus,.Payroll_timestructure p:focus,.Payroll_timestructure select:focus,.Payroll_timestructure img:focus,.Payroll_timestructure ul:focus,.Payroll_timestructure li:focus{outline:none;box-shadow:none}.Payroll_timestructure .timestrcture-details{padding:12px 14px;margin-bottom:10px}.Payroll_timestructure .timestrcture-details .card-custom{border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.1);border:none;background:#fff;height:100%;padding:14px}.Payroll_timestructure .timestrcture-details .card-custom img{margin-right:10px;width:24px;height:24px}.Payroll_timestructure .timestrcture-details .card-custom .add-date-btn{border:1px dashed #0fb734;padding:8px;border-radius:8px;color:#181d1f;cursor:pointer;transition:all .3s ease;background-color:#fff;width:100%;margin-top:8px;display:flex;align-items:center;justify-content:center}.Payroll_timestructure .timestrcture-details .card-custom .add-date-btn span{font-size:15px}.Payroll_timestructure .timestrcture-details .card-custom .add-date-btn:hover{background:#f2fff2}.Payroll_timestructure .timestrcture-details .card-custom .add-date-btn .plus-icon{color:#0fb734;font-size:20px}.Payroll_timestructure .timestrcture-details .effective-date ul .date-item{margin-bottom:10px;display:flex;padding:4px 8px 4px 4px;align-items:center;flex-shrink:0;justify-content:space-between;color:#777;border-radius:6px;border-left:5px solid #777;background:#fff;box-shadow:0 0 6px 1px rgba(0,0,0,.1)}.Payroll_timestructure .timestrcture-details .effective-date ul .date-item.active,.Payroll_timestructure .timestrcture-details .effective-date ul .date-item:hover{border-left:5px solid #2f61c9;box-shadow:0 4px 12px 0 #dce1ed;color:#2f61c9}.Payroll_timestructure .timestrcture-details .effective-date ul .date-item.active span.date-text,.Payroll_timestructure .timestrcture-details .effective-date ul .date-item:hover span.date-text{color:#2f61c9}.Payroll_timestructure .timestrcture-details .effective-date ul .date-item span.date-text{color:#777;font-size:14px;font-weight:700;width:100%}.Payroll_timestructure .timestrcture-details .effective-date ul .date-item i{font-size:16px}.Payroll_timestructure .timestrcture-details .effective-date ul .date-item .react-datepicker-ignore-onclickoutside{border:none;font-size:13px;font-weight:700}.Payroll_timestructure .timestrcture-details .effective-date ul .date-item .react-datepicker__input-container{display:flex;width:100%;justify-content:center;align-items:center}.Payroll_timestructure .timestrcture-details .effective-date ul .date-item .react-datepicker__input-container .react-datepicker__calendar-icon{position:relative}.Payroll_timestructure .timestrcture-details .effective-date ul .date-item .react-datepicker__input-container .react-datepicker__calendar-icon svg{width:17px}.Payroll_timestructure .timestrcture-details .groupname{position:relative;width:300px;margin-bottom:10px}.Payroll_timestructure .timestrcture-details .groupname input{padding-right:35px;height:34px !important;border-radius:6px}.Payroll_timestructure .timestrcture-details .groupname img{position:absolute;right:20px;top:50%;transform:translateY(-50%);color:#2f61c9;cursor:pointer}.Payroll_timestructure .timestrcture-details .groupname img:disabled{filter:grayscale(0.9)}.Payroll_timestructure .timestrcture-details .payroll-cards{border-radius:16px;background:#fff;box-shadow:0 0 6px 1px rgba(0,0,0,.1);padding:15px 14px}.Payroll_timestructure .timestrcture-details .timedetail{margin-bottom:16px}.Payroll_timestructure .timestrcture-details .timedetail i{font-size:20px;color:#2f61c9;margin-right:6px}.Payroll_timestructure .timestrcture-details .timedetail h3{margin-top:0px;margin-bottom:12px;color:#181d1f}.Payroll_timestructure .timestrcture-details .timedetail .css-116kd9q-control{border-width:0px}.Payroll_timestructure .timestrcture-details .timedetail .css-1dimb5e-singleValue{font-size:14px;font-weight:500 !important}.Payroll_timestructure .timestrcture-details .timedetail .css-tqczc6-control{background:none !important;border:none !important}.Payroll_timestructure .timestrcture-details .timedetail .css-1xc3v61-indicatorContainer{display:none}.Payroll_timestructure .timestrcture-details .timedetail .css-1cll6hx{display:none}.Payroll_timestructure .timestrcture-details .timedetail .css-1qk9yum{padding:0px !important}.Payroll_timestructure .timestrcture-details .timedetail .custom-time-card{border-radius:10px;padding:10px;position:relative;box-shadow:0 2px 8px #e7e7e7;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;min-width:165px;min-height:120px}.Payroll_timestructure .timestrcture-details .timedetail .custom-time-card .label-icon{display:flex;justify-content:space-between;width:100%}.Payroll_timestructure .timestrcture-details .timedetail .custom-time-card .label-icon .time-label h4{font-weight:600;font-size:14px;color:#777;margin-bottom:6px}.Payroll_timestructure .timestrcture-details .timedetail .custom-time-card .label-icon .icon-container{padding:6px;border-radius:20%;display:flex;justify-content:center;align-items:center;flex-shrink:0}.Payroll_timestructure .timestrcture-details .timedetail .custom-time-card .time-value-container{display:flex;align-items:baseline;width:100%}.Payroll_timestructure .timestrcture-details .timedetail .custom-time-card .time-input{border:none;font-size:24px;font-weight:700;color:#111827;background:rgba(0,0,0,0);outline:none;width:56%}.Payroll_timestructure .timestrcture-details .timedetail .custom-time-card .time-input::-webkit-calendar-picker-indicator{display:none}.Payroll_timestructure .timestrcture-details .timedetail .custom-time-card .time-unit{width:100%;border:none;background:rgba(0,0,0,0);font-size:14px;font-weight:500;color:#777;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:0}.Payroll_timestructure .timestrcture-details .timedetail .custom-time-card.blue{background:var(--blue, linear-gradient(270deg, #f1f9ff 0%, #DFF0FF 100%))}.Payroll_timestructure .timestrcture-details .timedetail .custom-time-card.purple{background:var(--purpul, linear-gradient(270deg, rgba(246, 240, 255, 0.61) 0%, #EEE5FF 93.27%))}.Payroll_timestructure .timestrcture-details .timedetail .custom-time-card.green{background:var(--green, linear-gradient(270deg, #F3FFFC 0%, #F0FFDA 100%))}.Payroll_timestructure .timestrcture-details .timedetail .custom-time-card.orange{background:var(--green, linear-gradient(270deg, #fefff3 0%, #fff5da 100%))}.Payroll_timestructure .timestrcture-details .timedetail .custom-time-card.red{background:var(--red, linear-gradient(270deg, rgba(255, 238, 242, 0.73) 0%, #FFDFE1 100%))}.Payroll_timestructure .timestrcture-details .timedetail .icon-container img{width:24px;height:24px}.Payroll_timestructure .timestrcture-details .timedetail .icon-container.blue{background-color:#bee1ff;width:40px;height:40px}.Payroll_timestructure .timestrcture-details .timedetail .icon-container.purple{background-color:#dfcdff;width:40px;height:40px}.Payroll_timestructure .timestrcture-details .timedetail .icon-container.green{background-color:#d5ffac;width:40px;height:40px}.Payroll_timestructure .timestrcture-details .timedetail .icon-container.orange{background-color:#ffdfbc;width:40px;height:40px}.Payroll_timestructure .timestrcture-details .timedetail .icon-container.red{background-color:#fbbabe;width:40px;height:40px}.Payroll_timestructure .timestrcture-details .timedetail .firstchild_width{width:14.28%}.Payroll_timestructure .timestrcture-details .timedetail .firstchild_width:nth-child(1) .custom-time-card .time-input,.Payroll_timestructure .timestrcture-details .timedetail .firstchild_width:nth-child(2) .custom-time-card .time-input{width:100%}.Payroll_timestructure .timestrcture-details .weekandbreak{margin-bottom:16px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week{margin-bottom:10px;display:flex;align-items:center}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week img{width:24px;height:24px;margin-right:6px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week h3{color:#181d1f}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak{justify-content:space-between;position:relative}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .Breaktype{display:flex;align-items:center}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breakaddbtn{padding:4px 4px;border-radius:6px;background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);color:#fff;border:0}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breakaddbtn:focus{outline:1px solid #2f61c9;outline-offset:2px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .filter-dropdown{top:calc(100% + 10px);width:360px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .filter-dropdown::before{right:12px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breaktype-header{margin-bottom:12px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breaktype-header h4{font-weight:700;color:#181d1f;font-size:18px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breaktype-body{align-items:center;margin:20px 0px;color:var(--dark-text);gap:10px;display:flex}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breaktype-body .breaktext{margin-bottom:5px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breaktype-body .multiselectdropdown{width:100%}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breaktype-body .Breaktypetimepicker{padding:1px 2px;border:1px solid #bee1ff;border-radius:5px;background-color:#f4f7ff;height:28px;width:100px;overflow:hidden}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breaktype-body .Breaktypetimepicker input:focus{border-top:0;border-bottom:0}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breaktype-body .Breaktypetimepicker .scrollfield-hours,.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breaktype-body .Breaktypetimepicker .scrollfield-minute{width:26px;height:34px;font-size:18px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breaktype-body .Breaktypetimepicker .scrollfield-minute{margin-right:4px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breaktype-body .Breaktypetimepicker .scrollfield-unit{width:34px;height:34px;font-size:16px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breaktype-body .Breaktypetimepicker span{font-size:20px;font-weight:700;color:#181d1f;width:5px;margin-right:2px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breaktypesavebtn{display:flex;align-items:center;justify-content:end;gap:5px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breaktypesavebtn button.btn_green:hover,.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breaktypesavebtn button.btn_green:focus,.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breaktypesavebtn button.btn_green:active{background-color:#0fb734;border:1px solid #0fb734}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breaktypesavebtn button.btn_red:hover,.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breaktypesavebtn button.btn_red:focus,.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .breaktypesavebtn button.btn_red:active{background-color:#ff2c2c;border:1px solid #ff2c2c}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card h4{font-weight:600;font-size:14px;color:#777;margin-right:40px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card h2{font-size:24px;font-weight:700;color:#181d1f;margin-right:6px;display:flex;align-items:end}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card span{font-weight:600;font-size:14px;color:#333}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card img{width:28px;height:28px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .info-box.maintime{padding:13px 56px 13px 13px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .info-box{background:#fff;border:1px solid #e6e6e6;position:relative;display:flex;flex-direction:column;align-items:flex-start;min-height:105px;justify-content:space-between;padding:10px;border-radius:10px;box-shadow:0 5px 10px 0 rgba(173,193,212,.2)}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .info-box .css-116kd9q-control{border-width:0px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .info-box .css-1dimb5e-singleValue{font-size:24px !important;font-weight:700 !important}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .info-box .css-tqczc6-control{background:none !important;border:none !important}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .info-box .css-1xc3v61-indicatorContainer{display:none}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .info-box .css-1cll6hx{display:none}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .info-box .time-input{border:none;font-size:24px;font-weight:700;color:#181d1f;background:rgba(0,0,0,0);outline:none;line-height:normal;width:auto}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .info-box .time-input::-webkit-calendar-picker-indicator{display:none}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .info-box .time-unit{border:none;background:rgba(0,0,0,0);font-size:14px;font-weight:500;color:#676767;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:0}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .info-box .maintain-select{margin-top:12px;border:none;background:rgba(0,0,0,0);font-size:24px;font-weight:700;color:#181d1f;outline:none;width:100%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .info-box .maintain-select{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNS45OTk5OCA2Ljg0MDM1QzUuNzg0OTIgNi44NDAzNSA1LjU2OTg4IDYuNzU4MjQgNS40MDU5MSA2LjU5NDM1TDAuMjQ2MTcgMS40MzQ1NkMtMC4wODIwNTY3IDEuMTA2MzMgLTAuMDgyMDU2NyAwLjU3NDE2NSAwLjI0NjE3IDAuMjQ2MDcxQzAuNTc0MjY0IC0wLjA4MjAyMzUgMS4xMDYzMiAtMC4wODIwMjM1IDEuNDM0NTggMC4yNDYwNzFMNS45OTk5OCA0LjgxMTc0TDEwLjU2NTQgMC4yNDYyM0MxMC44OTM2IC0wLjA4MTg2NDEgMTEuNDI1NiAtMC4wODE4NjQxIDExLjc1MzcgMC4yNDYyM0MxMi4wODIxIDAuNTc0MzI0IDEyLjA4MjEgMS4xMDY0OSAxMS43NTM3IDEuNDM0NzFMNi41OTQwNSA2LjU5NDUxQzYuNDMgNi43NTg0MiA2LjIxNDk3IDYuODQwMzUgNS45OTk5OCA2Ljg0MDM1WiIgZmlsbD0iYmxhY2siLz4NCjwvc3ZnPg0K);background-repeat:no-repeat;background-position:left center;padding-left:18px;background-size:12px 12px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .info-box.Breaktype{padding:9px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .info-box.Breaktype table{width:100%;border-collapse:separate;border-spacing:0}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .info-box.Breaktype table tbody{display:block;max-height:85px;overflow-y:auto}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .info-box.Breaktype table tr{display:flex;justify-content:space-between}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .info-box.Breaktype table tr td input{width:100%;border:none;outline:none;font-size:14px;color:#333;background:rgba(0,0,0,0);height:19px !important}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .info-box.Breaktype table tr td .form-control.breakdetailinput{text-align:end;font-weight:700}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .info-box.Breaktype table tr td .form-control.breakdetailinput::placeholder{font-weight:700 !important}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .icon-box{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:6px;position:absolute;right:10px;top:10px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .bg-lightblue{background-color:#bee1ff}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .bg-lightblue img{width:28px;height:28x}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .bg-lightorange{background-color:#ffdfbc;color:#bd7e39}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .bg-lightorange i{font-size:28px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .bg-lightred{background-color:#fbbabe}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .bg-lightred img{width:28px;height:28x}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .bg-lightpurple{background-color:#dfcdff}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .bg-lightpurple img{width:28px;height:28x}.Payroll_timestructure .timestrcture-details .weekdays h3{margin-top:4px;margin-bottom:10px;display:flex;align-items:center;gap:6px;color:#181d1f}.Payroll_timestructure .timestrcture-details .weekdays h3 img{width:24px;height:24px}.Payroll_timestructure .timestrcture-details .weekdays h3 span{margin-left:2px;font-size:12px;color:#ff1616;padding:4px 10px;background:#ffefef;border-radius:15px}.Payroll_timestructure .timestrcture-details .weekdays .scroll{overflow-x:auto;border-radius:10px}.Payroll_timestructure .timestrcture-details .weekdays table{border-collapse:separate;border-spacing:0;border-radius:10px;border:1px solid #cbdafd;overflow:hidden}.Payroll_timestructure .timestrcture-details .weekdays thead th{background-color:#f2f2ff;border:none;padding:6px 12px;color:#5048e5;font-weight:700;width:70px;font-size:14px}.Payroll_timestructure .timestrcture-details .weekdays tbody th{vertical-align:middle;padding-left:1rem;padding-right:.75rem;padding-top:10px;padding-bottom:10px;font-weight:700;font-size:14px;width:70px;color:#777}.Payroll_timestructure .timestrcture-details .weekdays tbody td{vertical-align:middle;border:none;padding:.75rem}.Payroll_timestructure .timestrcture-details .weekdays .check-box{width:15px;height:15px;border-color:#5048e5}.Payroll_timestructure .timestrcture-details .weekdays .form-check-input:checked{background-color:#5048e5;border-color:#5048e5}.Payroll_timestructure .timestrcture-details .daywiselimit h3{margin-top:4px;margin-bottom:10px;display:flex;align-items:center;gap:6px;color:#181d1f}.Payroll_timestructure .timestrcture-details .daywiselimit h3 img{width:24px;height:24px}.Payroll_timestructure .timestrcture-details .daywiselimit h3 span{margin-left:2px;font-size:12px;color:#ff1616;padding:4px 10px;background:#ffefef;border-radius:15px}.Payroll_timestructure .timestrcture-details .daywiselimit .weekoff-data{border-radius:8px;background:#fff;overflow-x:auto}.Payroll_timestructure .timestrcture-details .daywiselimit table{border-collapse:separate;border-spacing:0;border-radius:10px;overflow:hidden;border:1px solid #dfdfdf;border-collapse:separate;border-spacing:0}.Payroll_timestructure .timestrcture-details .daywiselimit table th{border:none;padding:6px 12px;background:#fceed1 !important;color:#bd7e39;font-size:14px !important;font-weight:700;font-size:13px}.Payroll_timestructure .timestrcture-details .daywiselimit table td{border:none;padding:2px 12px;color:#bd7e39;font-weight:500;height:29px;font-size:13px}.Payroll_timestructure .timestrcture-details .daywiselimit table .weekoff-input{border:none;outline:none;background:rgba(0,0,0,0);text-align:right;font-size:15px;font-weight:500;color:#bd7e39;width:40px}.Payroll_timestructure .timestrcture-details .daywiselimit table .weekoff-input::-webkit-inner-spin-button,.Payroll_timestructure .timestrcture-details .daywiselimit table .weekoff-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Payroll_timestructure .timestrcture-details .daywiselimit table .weekoff-input[type=number]{-moz-appearance:textfield}.Payroll_timestructure .timestrcture-details .daywiselimit .custom-checkbox{border:1px solid #bd7e39 !important;border-radius:4px;width:16px;height:16px}.Payroll_timestructure .timestrcture-details .daywiselimit .custom-checkbox:checked{background-color:#bd7e39 !important;border-color:#bd7e39 !important}.Payroll_timestructure .timestrcture-details .sandwich-leave{font-weight:600;position:relative;display:flex;flex-direction:column}.Payroll_timestructure .timestrcture-details .sandwich-leave h3{margin-top:4px;margin-bottom:10px;display:flex;align-items:center;gap:6px;color:#181d1f}.Payroll_timestructure .timestrcture-details .sandwich-leave h3 img{width:24px;height:24px}.Payroll_timestructure .timestrcture-details .sandwich-leave .sandwich-select{width:100%;cursor:pointer}.Payroll_timestructure .timestrcture-details .sandwich-leave .sandwich-svg{display:flex;align-items:end;justify-content:center;position:absolute;bottom:0;left:8%}.Payroll_timestructure .timestrcture-details .sandwich-leave .sandwich-svg img{max-width:83%;height:auto;vertical-align:inherit}.Payroll_timestructure .timestructuretable-wrapper{border-radius:6px;background:#fff;overflow-x:auto;overflow-y:auto;border:1px solid #cbdbf1}.Payroll_timestructure .timestructuretable-wrapper .form-control{font-size:13px}.Payroll_timestructure .timestructuretable-wrapper .employee-table{border-collapse:collapse;width:100%}.Payroll_timestructure .timestructuretable-wrapper .checkboxs span{justify-self:center}.Payroll_timestructure .timestructuretable-wrapper .daycellpadding{padding:0px 6px}.Payroll_timestructure .timestructuretable-wrapper .checkboxs .checkmarks{top:-1px}.Payroll_timestructure .timestructuretable-wrapper .employee-table thead{position:sticky;top:0;z-index:10}.Payroll_timestructure .timestructuretable-wrapper .employee-table thead th{padding:8px 6px;font-weight:700;font-size:13px;color:#181d1f;background:#e5effd;border-right:1px solid #cbdbf1;border-bottom:1px solid #cbdbf1}.Payroll_timestructure .timestructuretable-wrapper .textend{text-align:end}.Payroll_timestructure .timestructuretable-wrapper .scrollabletime input:focus{border-top:0px solid #676767;border-bottom:0px solid #676767}.Payroll_timestructure .timestructuretable-wrapper .employee-table td{font-size:13px;border-right:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;font-weight:600}.Payroll_timestructure .timestructuretable-wrapper .employee-table th:last-child{border-right:0}.Payroll_timestructure .timestructuretable-wrapper .employee-table tbody td:last-child{border-right:0}.Payroll_timestructure .timestructuretable-wrapper .employee-table tbody tr:last-child td{border-bottom:0}.Payroll_timestructure .timestructuretable-wrapper .css-116kd9q-control{border:0}.Payroll_timestructure .timestructuretable-wrapper .css-1ekglio-menu{margin-top:1px !important}.Payroll_timestructure .timestructuretable-wrapper .staffinput{border:0;border-radius:0;width:100%}.Payroll_timestructure .timestructuretable-wrapper .staffdelete{display:flex;justify-content:center;gap:6px}.Payroll_timestructure .timestructuretable-wrapper .delete-btn{background:rgba(0,0,0,0);color:#ff1616;border:none;padding:7px 12px;border-radius:6px;cursor:pointer;transition:all .2s}.Payroll_timestructure .timestructuretable-wrapper .css-tqczc6-control{border-radius:0px}.Payroll_timestructure .timestructuretable-wrapper .table-timepicker .scrollfield-hours{font-size:13px;width:20px;height:20px;font-weight:600}.Payroll_timestructure .timestructuretable-wrapper .table-timepicker .scrollfield-minute{font-size:13px;width:20px;height:20px;font-weight:600}.Payroll_timestructure .timestructuretable-wrapper .table-timepicker span{font-size:13px !important;font-weight:600}.Payroll_timestructure .timestructuretable-wrapper .table-timepicker .scrollfield-unit{font-size:13px;width:24px;height:20px;font-weight:600}.payroll-cards{transition:border 1s ease,box-shadow 1s ease;border:1px solid #dfdfdf}.validation-highlight{border:2px solid #ff4d4d !important;box-shadow:0 0 15px rgba(255,77,77,.6);animation:shake .5s ease-in-out 1,glow-once 1s ease-in-out 1}@keyframes glow-once{0%{box-shadow:0 0 0px rgba(255,77,77,0)}50%{box-shadow:0 0 20px rgba(255,77,77,.8)}100%{box-shadow:0 0 15px rgba(255,77,77,.6)}}@keyframes shake{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-5px)}40%,80%{transform:translateX(5px)}}.emplistipayroll .btn-searchset{right:2px !important}.Employeecard.penalty{height:250px}.scrollabletime{display:flex;align-items:center}.scrollabletime input{background:rgba(0,0,0,0);border:0;font-weight:700;color:#181d1f}.scrollabletime input:focus{border-top:1px solid #676767;border-bottom:1px solid #676767}.scrollabletime .scrollfield-hours,.scrollabletime .scrollfield-minute{width:32px;height:34px;font-size:22px}.scrollabletime .scrollfield-minute{margin-right:4px}.scrollabletime .scrollfield-unit{width:34px;height:34px;font-size:18px}.scrollabletime span{font-size:22px;font-weight:700;color:#181d1f;width:5px;margin-right:2px}.select-none{text-align:center;transition:transform .3s ease,color .3s ease,opacity .3s ease;width:32px}.select-none .blurvalue-up{color:#676767;font-size:14px;font-weight:700}.select-none .blurvalue-down{color:#676767;font-size:14px;font-weight:700}.search-input.payrollsearch-input input{height:30px !important}.search-input.payrollsearch-input a.btn.btn-searchset{top:6px}.time-structure-grid{height:calc(100vh - 11rem)}.Listingmodalheight{margin-top:10px}.Listingmodalheight .ag-theme-quartz.ag-grid-list{height:500px !important}.payrollgridlayout{height:calc(var(--usable-height) - 11rem);padding:0px 8px 8px;overflow-y:auto;overflow-x:hidden}.payrollgridlayout .Employeecard{width:100%;background:#fff;border-radius:10px;display:flex;flex-direction:column;border:1px solid #ccc;margin-bottom:18px}.payrollgridlayout .Employeecard .Groupname_Header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ccc;padding:4px 10px}.payrollgridlayout .Employeecard .Groupname_Header .title{font-size:16px;font-weight:700;display:flex;align-items:center;gap:6px;color:#181d1f}.payrollgridlayout .Employeecard .Groupname_Header .badge{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);color:#fff;font-size:13px;font-weight:600;padding:6px 10px;border-radius:5px;cursor:pointer;border:0;display:block}.payrollgridlayout .Employeecard .Groupname_Header .delete-btn{background:none;border:none;cursor:pointer;padding:0px;display:flex;color:#ff1616}.payrollgridlayout .Employeecard .mainbody{padding:10px}.payrollgridlayout .Employeecard .mainbody .effectiveDate{display:flex;align-items:center;font-size:12px;gap:6px;color:#464646;justify-content:center;margin-bottom:10px}.payrollgridlayout .Employeecard .mainbody .effectiveDate .icon{color:#2f61c9}.payrollgridlayout .Employeecard .mainbody .effectiveDate p{color:#676767;font-size:14px;margin:0px;text-transform:none;font-weight:500}.payrollgridlayout .Employeecard .mainbody .effectiveDate .value{font-weight:700;color:#181d1f;font-size:14px}.payrollgridlayout .Employeecard .mainbody .employeeTime{display:flex;gap:6px;margin-bottom:10px}.payrollgridlayout .Employeecard .mainbody .employeeTime .time-box{width:100%;border-radius:6px;border:1px solid #c4d7ff;background:linear-gradient(90deg, #EFF8FF 0%, #C8E8FF 100%);padding:6px 8px;display:flex;align-items:center;gap:5px}.payrollgridlayout .Employeecard .mainbody .employeeTime .time-box .icon{color:#2563eb}.payrollgridlayout .Employeecard .mainbody .employeeTime .time-box .label{color:#676767;font-size:14px;margin:0px;text-transform:none;font-weight:600;letter-spacing:normal}.payrollgridlayout .Employeecard .mainbody .employeeTime .time-box .time-value{font-size:14px;font-weight:700;margin-left:auto;color:#181d1f;text-align:right}.payrollgridlayout .Employeecard .mainbody .employeeInfo{display:grid;gap:6px}.payrollgridlayout .Employeecard .mainbody .employeeInfo .groupDetail{display:flex;justify-content:space-between;color:#181d1f}.payrollgridlayout .Employeecard .mainbody .employeeInfo .groupDetail span{font-size:14px}.payrollgridlayout .Employeecard .mainbody .employeeInfo .groupDetail strong{color:#181d1f;font-size:14px;text-align:right}.payrollovertimegridlayout{height:calc(var(--usable-height) - 11rem);padding:0px 8px 8px;overflow-y:auto;overflow-x:hidden}.payrollovertimegridlayout .overtimecardcolor:nth-child(8n+1) .overtimeheader{background:#ffe3fb}.payrollovertimegridlayout .overtimecardcolor:nth-child(8n+2) .overtimeheader{background:#f2ffd5}.payrollovertimegridlayout .overtimecardcolor:nth-child(8n+3) .overtimeheader{background:#f4eeff}.payrollovertimegridlayout .overtimecardcolor:nth-child(8n+4) .overtimeheader{background:#fff7de}.payrollovertimegridlayout .overtimecardcolor:nth-child(8n+5) .overtimeheader{background:#fff7de}.payrollovertimegridlayout .overtimecardcolor:nth-child(8n+6) .overtimeheader{background:#ccc}.payrollovertimegridlayout .overtimecardcolor:nth-child(8n+7) .overtimeheader{background:#e9fff1}.payrollovertimegridlayout .overtimecardcolor:nth-child(8n+8) .overtimeheader{background:#e0eaff}.payrollovertimegridlayout .overtimecardcolor .overtimecard{background:#fff;display:flex;flex-direction:column;margin-bottom:18px;transition:transform .25s ease,box-shadow .25s ease}.payrollovertimegridlayout .overtimecardcolor .overtimecard:hover{transform:translateY(-2px)}.payrollovertimegridlayout .overtimecardcolor .overtimecard:hover .overtimebody{box-shadow:0 4px 10px rgba(0,0,0,.12)}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimeheader{display:flex;align-items:flex-start;display:inline-flex;align-items:center;gap:20px;padding:4px 4px 4px 14px;border-radius:6px 6px 0px 0px;width:fit-content;min-width:200px;justify-content:space-between}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimeheader .title{font-weight:700;font-size:15px;color:#181d1f;display:flex;align-items:center;gap:4px}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimeheader .title .dot-green{height:14px;width:14px;background-color:#0fb734;border-radius:50%;display:inline-block;border:3px solid #fff}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimeheader .title .dot-gray{height:14px;width:14px;background-color:#5c5c5c;border-radius:50%;display:inline-block;border:3px solid #fff}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimeheader .badge{background:#fff;border:1px solid #ddd;padding:4px 6px;border-radius:4px;font-size:14px;font-weight:700;color:#181d1f}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimeheader .badge .sign i{color:#606060}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimeheader .badge:hover{border:1px solid #1c13b8}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimebody{display:flex;flex-direction:column;padding:15px 10px 10px;box-shadow:1px 1px 4px #eaeaea;border-radius:0px 4px 4px 4px;position:relative;gap:10px;border:1px solid #ececec}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimebody .delete-btn{background:rgba(0,0,0,0);padding:6px;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:4px;color:#ff1616;position:absolute;right:4px;top:4px;border:0}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimebody .delete-btn img{width:16px;height:16px}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimebody .overtimerow{display:flex;align-items:center;gap:4px}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimebody .overtimerow i{font-size:16px;color:#ed662d}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimebody .overtimerow .detail{font-size:14px;color:#181d1f;font-weight:600;display:flex;align-items:baseline;gap:4px}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimebody .overtimerow .value{font-weight:700;color:#181d1f;font-size:15px}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimebody .overtimerow .value.link{color:#2f61c9}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimebody .overtimerow .dropdown-opengrid-common.css-b62m3t-container{width:auto}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimebody .overtimerow .css-tqczc6-control{border:0;border-color:rgba(0,0,0,0) !important;box-shadow:0 !important;background-color:rgba(0,0,0,0) !important;height:20px !important;min-height:20px !important}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimebody .overtimerow .css-1jqq78o-placeholder{font-size:14px !important;font-weight:700 !important}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimebody .overtimerow .css-1cll6hx{height:20px !important}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimebody .overtimerow .css-1qk9yum{height:20px !important}.payrollovertimegridlayout .overtimecardcolor .overtimecard .overtimebody .overtimerow .css-116kd9q-control{height:20px !important;min-height:20px !important;border:0}.payrollovertime-modal .overtimevector{display:flex;align-items:center;justify-content:center}.payrollovertime-modal .calculation{margin-top:10px;width:100%;border:1px dashed #d4d4d4;border-radius:6px;padding:10px}.payrollovertime-modal .calculation .time{margin-bottom:10px}.payrollovertime-modal .css-3iigni-container{width:100%}.payrollovertime-modal .payrollsavebtn{width:auto;display:flex;align-items:center;justify-content:end;margin-top:4px}.payrollovertime-modal .payrollsavebtn button.btn_green:hover,.payrollovertime-modal .payrollsavebtn button.btn_green:focus,.payrollovertime-modal .payrollsavebtn button.btn_green:active{background-color:#0fb734;border:1px solid #0fb734}.payrollovertime-modal .overtimepicker{padding:1px 2px;border:1px solid #96bbff;border-radius:5px;background-color:#f7faff;width:110px}.payrollovertime-modal .overtimepicker input:focus{border-top:2px solid #96bbff;border-bottom:2px solid #96bbff}.payrollovertime-modal .overtimepicker .scrollfield-hours,.payrollovertime-modal .overtimepicker .scrollfield-minute{width:26px;height:34px;font-size:18px}.payrollovertime-modal .overtimepicker .scrollfield-minute{margin-right:4px}.payrollovertime-modal .overtimepicker .scrollfield-unit{width:34px;height:34px;font-size:16px}.payrollovertime-modal .overtimepicker span{font-size:20px;font-weight:700;color:#181d1f;width:5px;margin-right:2px}.payrollovertime-modal .calculationinput{position:relative;display:flex;align-items:end;gap:10px}.payrollovertime-modal .calculationinput .css-b62m3t-container{width:100%}.payrollovertime-modal .calculationinput .percentageinput{padding-right:25px;height:35px;font-size:12px;width:96%}.payrollovertime-modal .calculationinput span{position:absolute;right:8px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:14px;color:#333}.payrollovertime-modal .modal-footer.overtimepolicy-footer{justify-content:space-between !important;padding:3px 10px}.Overtimepolicy-modal .modal-header{padding:10px 13px;border-radius:6px 6px 0px 0px}.Overtimepolicy-modal .modal-header h4{font-size:20px}.datepickerfontsize input[type=text]{font-size:12px}.overtimepolicytable{width:100%;background:#fff;border-radius:6px;overflow:hidden;margin-top:20px;border:1px solid #eaf2ff}.overtimepolicytable .overtimetable{overflow-x:auto;min-height:70px;overflow-y:auto;max-height:195px}.overtimepolicytable .overtimetable .dataTable{width:100%;border-collapse:collapse}.overtimepolicytable .overtimetable .dataTable thead{position:sticky;top:0;z-index:1}.overtimepolicytable .overtimetable .dataTable th{background-color:#eaf2ff;color:#181d1f;text-align:left;padding:6px 20px;font-weight:700;white-space:nowrap;font-size:14px}.overtimepolicytable .overtimetable .dataTable td{padding:6px 20px;border-bottom:1px solid #eaf2ff;font-weight:600;white-space:nowrap;font-size:13px}.overtimepolicytable .overtimetable .dataTable tr{height:36px}.overtimepolicytable .overtimetable .dataTable tr:nth-child(even){background-color:#fafafa}.overtimepolicytable .overtimetable .dataTable .valueCell{font-weight:600;color:#0fb734}.overtimepolicytable .overtimetable .dataTable .actionCell{padding-left:44px}.overtimepolicytable .overtimetable .dataTable .actionCell button{text-align:end;color:#ff1616;border:0;background-color:rgba(0,0,0,0);padding:0px}span.payrollactive{width:15px;height:15px;background:#0fb734;border-radius:50%;border:3px solid #fff}span.payrollinactive{width:15px;height:15px;background:#ff1616;border-radius:50%;border:3px solid #fff}.Employeecard.penalty .react-select.from-control__indicator.react-select.from-control__dropdown-indicator.css-1xc3v61-indicatorContainer{display:none}.Employeecard.penalty .react-select.from-control__indicators.css-1cll6hx{display:none}.Employeecard.penalty .css-1jqq78o-placeholder{font-size:14px}.Employeecard.penalty .css-116kd9q-control{height:30px}.Employeecard.penalty .css-1qk9yum{height:29px !important}.Employeecard.penalty .css-tqczc6-control{height:30px}.Employeecard.penalty .css-d7l1ni-option{padding:6px 7px !important}.Employeecard.penalty .selecticonchange{position:relative;margin-bottom:5px}.Employeecard.penalty .selecticonchange img{position:absolute;right:8px;top:4px}.Employeecard.penalty .penaltycardgap{gap:5px}.Employeecard.penalty .Groupname_Header{background-color:#f2f6ff;border-bottom:1px solid #d2e0ff;border-radius:10px 10px 0px 0px}.Employeecard.penalty .Groupname_Header .title{font-weight:700}.Employeecard.penalty .mainbody{padding:10px 10px 5px 10px}.Employeecard.penalty .mainbody .effectiveDate .value{color:#2f61c9}.Employeecard.penalty .mainbody h3{text-align:center;margin-bottom:5px}.Comman_Footer.commonmodalspacepayroll-footer{justify-content:space-between !important;padding:3px 10px}.payrollpenalty-modal .Addpenalty{margin-bottom:10px;margin-top:20px}.payrollpenalty-modal .Addpenalty h3{font-size:16px;color:#181d1f}.payrollpenalty-modal .modal-body{margin:10px 20px}.payrollpenalty-modal .Penaltypolicytable{margin-top:0px;width:100%;background:#fff;border:1px solid #dfebff;border-radius:6px;overflow-x:auto;padding:0px}.payrollpenalty-modal .Penaltypolicytable .dataTable{min-width:713px;table-layout:fixed;border-collapse:separate;border-spacing:0;overflow-x:auto;overflow-y:auto}.payrollpenalty-modal .Penaltypolicytable .dataTable .css-13cymwt-control{border:0px}.payrollpenalty-modal .Penaltypolicytable .dataTable .css-b62m3t-container .css-t3ipsp-control{border:0px}.payrollpenalty-modal .Penaltypolicytable .dataTable .react-select.from-control__single-value.css-1dimb5e-singleValue{font-size:13px}.payrollpenalty-modal .Penaltypolicytable .dataTable .dataTable-col col:nth-child(1){width:110px}.payrollpenalty-modal .Penaltypolicytable .dataTable .dataTable-col col:nth-child(2){width:50px}.payrollpenalty-modal .Penaltypolicytable .dataTable .dataTable-col col:nth-child(3){width:80px}.payrollpenalty-modal .Penaltypolicytable .dataTable .dataTable-col col:nth-child(4){width:140px}.payrollpenalty-modal .Penaltypolicytable .dataTable .dataTable-col col:nth-child(5){width:60px}.payrollpenalty-modal .Penaltypolicytable .dataTable .dataTable-col col:nth-child(6){width:70px}.payrollpenalty-modal .Penaltypolicytable .dataTable thead{z-index:5;border-top-right-radius:6px;border-top-left-radius:6px}.payrollpenalty-modal .Penaltypolicytable .dataTable th{border-right:1px solid #dfebff;padding:6px;background-color:#eaf2ff;color:#181d1f;text-align:left;font-weight:700;font-size:14px}.payrollpenalty-modal .Penaltypolicytable .dataTable tr{height:36px}.payrollpenalty-modal .Penaltypolicytable .dataTable td{border-right:1px solid #dfebff;border-top:1px solid #dfebff;padding:0px;font-size:13px}.payrollpenalty-modal .Penaltypolicytable .dataTable tr:nth-child(even){background-color:#fff}.payrollpenalty-modal .Penaltypolicytable .dataTable .actionCell{padding-left:10px}.payrollpenalty-modal .Penaltypolicytable .dataTable .actionCell .delete-btn{float:left;color:#ff1616;border:0;background-color:rgba(0,0,0,0);padding:0px}.payrollpenalty-modal .Penaltypolicytable .dataTable .actionCell .edit-btn{float:left;color:#0fb734;margin-right:5px;background-color:rgba(0,0,0,0);padding:0px;border:0}.payrollpenalty-modal .Penaltypolicytable .dataTable .css-116kd9q-control{border:0;border-radius:0px;height:36px}.payrollpenalty-modal .Penaltypolicytable .dataTable .css-tqczc6-control{border-radius:0px;height:36px}.payrollpenalty-modal .Penaltypolicytable .dataTable .css-1cll6hx{height:35px !important}.payrollpenalty-modal .Penaltypolicytable .dataTable .Penaltyinput{border:0;border-radius:0px;height:36px !important}.payrollpenalty-modal .Penaltypolicytable .dataTable .Penaltyinput.textend{text-align:end}.payrollpenalty-modal .panaltyremarks{margin-top:10px;margin-bottom:5px}.payrollpenalty-modal .panaltyremarks label{font-size:16px;color:#181d1f;font-weight:700}.Leavetypecard{height:calc(100vh - 11rem);padding:0px 8px 8px;overflow-y:auto;overflow-x:hidden}.Leavetypecard .leavecolor:nth-child(8n+1) .leavecard{background:#fffcf4;border:1px solid #eae2cb}.Leavetypecard .leavecolor:nth-child(8n+2) .leavecard{background:#f4f7ff;border:1px solid #cbd4ea}.Leavetypecard .leavecolor:nth-child(8n+3) .leavecard{background:#fff4ff;border:1px solid #eacbe4}.Leavetypecard .leavecolor:nth-child(8n+4) .leavecard{background:#f6fffa;border:1px solid #cbeacc}.Leavetypecard .leavecolor:nth-child(8n+5) .leavecard{background:#f6fffa;border:1px solid #cbeacc}.Leavetypecard .leavecolor:nth-child(8n+6) .leavecard{background:#fff4ff;border:1px solid #eacbe4}.Leavetypecard .leavecolor:nth-child(8n+7) .leavecard{background:#f4f7ff;border:1px solid #cbd4ea}.Leavetypecard .leavecolor:nth-child(8n+8) .leavecard{background:#fffcf4;border:1px solid #eae2cb}.Leavetypecard .leavecolor .leavecard{background:#fffcf4;border:1px solid #eae2cb;border-radius:6px;margin-bottom:18px}.Leavetypecard .leavecolor .leavecard .leavecard_header{display:flex;justify-content:space-between;align-items:center;padding:10px;border-bottom:1px solid #ccc}.Leavetypecard .leavecolor .leavecard .leavecard_header .left{display:flex;align-items:center;gap:4px}.Leavetypecard .leavecolor .leavecard .leavecard_header .badge{background:#fff;border:1px solid #ddd;padding:6px 10px;border-radius:4px;font-size:14px;font-weight:700;color:#181d1f;display:block}.Leavetypecard .leavecolor .leavecard .leavecard_header h3{font-size:16px;font-weight:700;margin:0;display:flex;align-items:center;gap:5px}.Leavetypecard .leavecolor .leavecard .leavecard_header .delete-btn{color:#ff1616;border:0;background-color:rgba(0,0,0,0);padding:0px}.Leavetypecard .leavecolor .leavecard .plangrouppedding{padding:6px 10px}.Leavetypecard .leavecolor .leavecard .leavecard_details{padding:10px}.Leavetypecard .leavecolor .leavecard .leavecard_details .leaverow{display:flex;justify-content:space-between;margin:4px 0;align-items:center}.Leavetypecard .leavecolor .leavecard .leavecard_details .leaverow p{color:#181d1f;font-size:14px;font-weight:500;margin:0px;display:contents}.Leavetypecard .leavecolor .leavecard .leavecard_details .leaverow p span{font-size:14px;margin:0px;font-weight:700;color:#181d1f;text-align:right}.Leavetypecard .leavecolor .leavecard .leavecard_footer{display:flex;justify-content:space-between;border-top:1px solid #ccc;padding:10px;background:#fff;border-radius:0 0 10px 10px;flex-wrap:wrap}.Leavetypecard .leavecolor .leavecard .leavecard_footer .footer-item{text-align:center}.Leavetypecard .leavecolor .leavecard .leavecard_footer .footer-item p{display:flex;font-size:14px;margin:0px;color:#181d1f;font-weight:600;flex-direction:column;line-height:1.2}.Leavetypecard .leavecolor .leavecard .leavecard_footer .footer-item p span{margin-top:2px;font-size:15px;font-weight:700}.Leavetypecard .leavecolor .leavecard .leavecard_footer .footer-item .yes{color:#30a82d}.Leavetypecard .leavecolor .leavecard .leavecard_footer .footer-item .no{color:#ff2c2c}.Leavetypecard .leavecolor .leavecard .specialforleaveplancard{display:grid;grid-template-columns:repeat(4, 1fr);gap:10px}.payrollLeave-modal .DocumentRequired{display:flex;justify-content:center;align-items:center;gap:5px}.payrollLeave-modal .documentcheckbox{display:flex;justify-content:center;align-items:center;width:30px;height:27px;background:#f5f9ff;border:1px dashed #d2e0ff;border-radius:4px}.payrollLeave-modal .documentcheckbox input{width:17px;height:17px;border-radius:4px !important;border:1px solid #ccc !important}.payrollLeave-modal .helpbtnradiusright button.addhelpBtn{border:1px solid #d0e1ff !important;background:#e5eeff !important}.payrollLeave-modal .Leavetoggle{margin-top:20px}.payrollLeave-modal .Leavetoggle .toggle-list{display:flex;flex-direction:column;gap:10px}.payrollLeave-modal .Leavetoggle .toggle-item{display:flex;justify-content:space-between;align-items:center;border:1px dashed #ccc;border-radius:6px;padding:10px;background-color:#fff;transition:background-color .3s ease}.payrollLeave-modal .Leavetoggle .toggle-item p{margin:0px;font-size:14px;font-weight:700;color:#181d1f}.payrollLeave-modal .Leavetoggle .toggle-item.active{background-color:#f8fbff;border-color:#2563eb}.payrollLeave-modal .Leavetoggle .switch{position:relative;display:inline-block;width:40px;height:22px;flex-shrink:0}.payrollLeave-modal .Leavetoggle .switch input{opacity:0;width:0;height:0}.payrollLeave-modal .Leavetoggle .switch .slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:22px}.payrollLeave-modal .Leavetoggle .switch .slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;top:50%;transform:translateY(-50%);background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.2)}.payrollLeave-modal .Leavetoggle .switch input:checked+.slider{background-color:#2563eb}.payrollLeave-modal .Leavetoggle .switch input:checked+.slider:before{transform:translate(18px, -50%)}.leavecancel_modal .leavecancelmodal_radiobutton{padding:8px;border:1px dashed #2f61c9;border-radius:6px;background:#f2f6ff;margin-left:0px;margin-right:0px;margin-top:14px}.leavecancel_modal .leavecancelmodal_radiobutton .form-label{padding:0px;font-size:14px}span.payrollactive{width:14px;height:14px;background:#0fb734;border-radius:50%;border:3px solid #fff}span.payrollinactive{width:15px;height:15px;background:#ff1616;border-radius:50%;border:3px solid #fff}.leavecard.leaveplangroupcard .leavecard_footer .footer-item:nth-child(6n+1) p{color:#ed662d}.leavecard.leaveplangroupcard .leavecard_footer .footer-item:nth-child(6n+2) p{color:#30a82d}.leavecard.leaveplangroupcard .leavecard_footer .footer-item:nth-child(6n+3) p{color:#713a9c}.leavecard.leaveplangroupcard .leavecard_footer .footer-item:nth-child(6n+4) p{color:#a4a741}.leavecard.leaveplangroupcard .leavecard_footer .footer-item:nth-child(6n+5) p{color:#5688c5}.leavecard.leaveplangroupcard .leavecard_footer .footer-item:nth-child(6n+6) p{color:#c66e70}.LeaveplanAddpage{height:calc(var(--usable-height) - 120px);overflow-y:auto;overflow-x:hidden}.LeaveplanAddpage .LeaveplanGroupAddheader{display:flex;align-items:center;gap:10px;border-bottom:1px solid #d0e1ff;padding:8px;width:100%}.LeaveplanAddpage .LeaveplanGroupAddheader img{width:24px}.LeaveplanAddpage .LeaveplanGroupAddheader h4{font-weight:700;font-size:16px}.LeaveplanAddpage input[type=number]::-webkit-inner-spin-button,.LeaveplanAddpage input[type=number]::-webkit-outer-spin-button{-webkit-appearance:inner-spin-button !important;appearance:auto !important;background:rgba(0,0,0,0) !important;border:none !important}.LeaveplanAddpage .creategroup{background:#f5f9ff;border:1px solid #dbe0e6;border-radius:7px;margin:7px}.LeaveplanAddpage .creategroup .creategroupbody{padding:14px 8px 8px 8px}.LeaveplanAddpage .creategroup .creategroupbody .dropdown-opengrid-common.css-b62m3t-container{background:#fff}.LeaveplanAddpage .creategroup .creategroupbody .form-label.leaveplanDescription{align-items:start}.LeaveplanAddpage .allowedleavelimits{border:1px dashed #a4a4a4;border-radius:6px;padding:10px;margin:7px;margin-top:16px}.LeaveplanAddpage .allowedleavelimits .allowedcheckbox{display:flex;align-items:center;gap:8px}.LeaveplanAddpage .allowedleavelimits label{font-size:14px;font-weight:700}.LeaveplanAddpage .allowedleavelimits .leaveplan_radiobuttonfield{margin:0px;margin-bottom:5px}.LeaveplanAddpage .allowedleavelimits .checkboxs{padding-left:0px;margin-bottom:8px}.LeaveplanAddpage .allowedleavelimits .checkmarks{top:0px}.LeaveplanAddpage .allowedleavelimits .leave-table-container{border-radius:8px;border:1px solid #dfebff;color:#181d1f;margin-top:10px;height:auto}.LeaveplanAddpage .allowedleavelimits .leave-table{background-color:#fff;margin:0}.LeaveplanAddpage .allowedleavelimits .leave-table thead{font-weight:600;position:sticky;top:0;z-index:9}.LeaveplanAddpage .allowedleavelimits .leave-table th{background:#e9f1ff !important;border:none;padding:7px;color:#181d1f;font-size:13px;font-weight:700}.LeaveplanAddpage .allowedleavelimits .leave-table tr:last-child td{border-bottom:none}.LeaveplanAddpage .allowedleavelimits .leave-table tbody td:first-child{padding:0px 10px}.LeaveplanAddpage .allowedleavelimits tbody,.LeaveplanAddpage .allowedleavelimits td,.LeaveplanAddpage .allowedleavelimits tfoot,.LeaveplanAddpage .allowedleavelimits th,.LeaveplanAddpage .allowedleavelimits thead,.LeaveplanAddpage .allowedleavelimits tr{border-color:#dfebff}.LeaveplanAddpage .allowedleavelimits .leave-table tbody tr td{color:#181d1f;font-size:.95rem;border-top:1px solid #dfebff;padding:0px}.LeaveplanAddpage .allowedleavelimits .leave-type-label{font-size:14px;font-weight:600}.LeaveplanAddpage .allowedleavelimits .leave-table th:first-child,.LeaveplanAddpage .allowedleavelimits .leave-table td:first-child{border-right:1px solid #dfebff}.LeaveplanAddpage .allowedleavelimits .css-116kd9q-control{border:0;border-radius:0px;height:36px}.LeaveplanAddpage .allowedleavelimits .css-tqczc6-control{border-radius:0px;height:36px !important}.LeaveplanAddpage .allowedleavelimits .css-1cll6hx{height:35px !important}.LeaveplanAddpage .allowedleavelimits .css-13cymwt-control{border:0px}.LeaveplanAddpage .allowedleavelimits .css-b62m3t-container .css-t3ipsp-control{border:0px}.LeaveplanAddpage .allowedleavelimits .react-select.from-control__single-value.css-1dimb5e-singleValue{font-size:13px}.LeaveplanAddpage .allowedleavelimits .Leaveplaninput{border:0;border-radius:0px;height:36px !important}.LeaveplanAddpage .allowedleavelimits .Leaveplaninput.textend{text-align:end}.LeaveplanAddpage .leaveAllocation{padding-top:7px;padding-bottom:10px;border-left:1px solid #dbe0e6;padding-left:14px;padding-right:7px;background:#fff8f1;height:calc(var(--usable-height) - 130px);overflow-y:auto;overflow-x:hidden}.LeaveplanAddpage .leaveAllocation .leaveallocationheader{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;margin-top:6px;flex-wrap:wrap;gap:10px}.LeaveplanAddpage .leaveAllocation .financialyearpayrollfield{display:flex;align-items:center;gap:4px}.LeaveplanAddpage .leaveAllocation .financialyearpayrollfield .dropdown-opengrid-common.css-b62m3t-container{background:#fff}.LeaveplanAddpage .leaveAllocation .financialyearpayrollfield .css-3iigni-container{width:100%}.LeaveplanAddpage .leaveAllocation .leaveallocationyearbtn-orange{border:0;background:linear-gradient(154deg, #f97316 0%, #fb923c 100%);padding:4px;color:#fff;height:28px;width:32px}.LeaveplanAddpage .leaveAllocation .leaveallocationyearbtn-purple{border:0;background:linear-gradient(180deg, #7668EF 0%, #443C89 100%);padding:4px;color:#fff;height:28px;width:32px}.LeaveplanAddpage .leaveAllocation .leaveallocationheader-left{display:flex;align-items:center;gap:10px}.LeaveplanAddpage .leaveAllocation .leaveallocationheader-left h4{font-size:16px;font-weight:700;color:#181d1f}.LeaveplanAddpage .leaveAllocation .leavecardshowleave:nth-child(6n+1) .casual-leave-card{background:#fb8f50}.LeaveplanAddpage .leaveAllocation .leavecardshowleave:nth-child(6n+1) .casual-leave-card::after{background:#de6a25}.LeaveplanAddpage .leaveAllocation .leavecardshowleave:nth-child(6n+2) .casual-leave-card{background:#56c55a}.LeaveplanAddpage .leaveAllocation .leavecardshowleave:nth-child(6n+2) .casual-leave-card::after{background:#219721}.LeaveplanAddpage .leaveAllocation .leavecardshowleave:nth-child(6n+3) .casual-leave-card{background:#b181ef}.LeaveplanAddpage .leaveAllocation .leavecardshowleave:nth-child(6n+3) .casual-leave-card::after{background:#7f48c7}.LeaveplanAddpage .leaveAllocation .leavecardshowleave:nth-child(6n+4) .casual-leave-card{background:#a4a741}.LeaveplanAddpage .leaveAllocation .leavecardshowleave:nth-child(6n+4) .casual-leave-card::after{background:#6f7225}.LeaveplanAddpage .leaveAllocation .leavecardshowleave:nth-child(6n+5) .casual-leave-card{background:#5688c5}.LeaveplanAddpage .leaveAllocation .leavecardshowleave:nth-child(6n+5) .casual-leave-card::after{background:#245a9e}.LeaveplanAddpage .leaveAllocation .leavecardshowleave:nth-child(6n+6) .casual-leave-card{background:#c66e70}.LeaveplanAddpage .leaveAllocation .leavecardshowleave:nth-child(6n+6) .casual-leave-card::after{background:#8f4244}.LeaveplanAddpage .leaveAllocation .leavecardshowleave .casual-leave-card{border-radius:8px;padding:4px 8px;display:flex;align-items:center;box-shadow:0 2px 8px rgba(0,0,0,.1);position:relative;overflow:hidden}.LeaveplanAddpage .leaveAllocation .leavecardshowleave .casual-leave-card .leave-content{display:flex;justify-content:space-between;align-items:center;width:100%;z-index:2;position:relative}.LeaveplanAddpage .leaveAllocation .leavecardshowleave .casual-leave-card .leave-info{display:flex;flex-direction:column;gap:2px}.LeaveplanAddpage .leaveAllocation .leavecardshowleave .casual-leave-card .leave-info .leave-type{color:#fff;font-size:14px;font-weight:500;line-height:1.2}.LeaveplanAddpage .leaveAllocation .leavecardshowleave .casual-leave-card .leave-info .leave-days{color:#fff;font-size:18px;font-weight:700;line-height:1}.LeaveplanAddpage .leaveAllocation .leavecardshowleave .casual-leave-card .calendar-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;z-index:3}.LeaveplanAddpage .leaveAllocation .leavecardshowleave .casual-leave-card .calendar-icon i{font-size:18px;color:#fff}.LeaveplanAddpage .leaveAllocation .leavecardshowleave .casual-leave-card::after{content:"";position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:75px;height:75px;border-radius:50%;z-index:1}.LeaveplanAddpage .leaveAllocation .leave-balance{display:grid;grid-template-columns:repeat(3, 1fr);gap:10px;margin-top:10px}.LeaveplanAddpage .leaveAllocation .leave_container{background:#fff;border:1px solid #d2e0ff;border-radius:8px;padding:10px;width:fit-content;text-align:center}.LeaveplanAddpage .leaveAllocation .leave_container .month{font-size:18px;font-weight:700;color:#181d1f;margin-bottom:10px}.LeaveplanAddpage .leaveAllocation .leave_container .leave_types{display:grid;grid-template-columns:repeat(3, 1fr);gap:10px}.LeaveplanAddpage .leaveAllocation .leave_container .leave_types .leavecardcolordynamic:nth-child(6n+1) .leave_card{border-color:#ffdfcd;background:#fff5ee}.LeaveplanAddpage .leaveAllocation .leave_container .leave_types .leavecardcolordynamic:nth-child(6n+1) .leave_card h3{color:#de6a25}.LeaveplanAddpage .leaveAllocation .leave_container .leave_types .leavecardcolordynamic:nth-child(6n+2) .leave_card{border-color:#ffdfcd;background:#fff5ee}.LeaveplanAddpage .leaveAllocation .leave_container .leave_types .leavecardcolordynamic:nth-child(6n+2) .leave_card h3{color:#219721}.LeaveplanAddpage .leaveAllocation .leave_container .leave_types .leavecardcolordynamic:nth-child(6n+3) .leave_card{border-color:#ece1f8;background:#fbf8ff}.LeaveplanAddpage .leaveAllocation .leave_container .leave_types .leavecardcolordynamic:nth-child(6n+3) .leave_card h3{color:#7f48c7}.LeaveplanAddpage .leaveAllocation .leave_container .leave_types .leavecardcolordynamic:nth-child(6n+4) .leave_card{border-color:#dcdf79;background:#f9f9f1}.LeaveplanAddpage .leaveAllocation .leave_container .leave_types .leavecardcolordynamic:nth-child(6n+4) .leave_card h3{color:#787b11}.LeaveplanAddpage .leaveAllocation .leave_container .leave_types .leavecardcolordynamic:nth-child(6n+5) .leave_card{border-color:#b7d7ff;background:#f6faff}.LeaveplanAddpage .leaveAllocation .leave_container .leave_types .leavecardcolordynamic:nth-child(6n+5) .leave_card h3{color:#5688c5}.LeaveplanAddpage .leaveAllocation .leave_container .leave_types .leavecardcolordynamic:nth-child(6n+6) .leave_card{border-color:#fdc1c3;background:#fff7f7}.LeaveplanAddpage .leaveAllocation .leave_container .leave_types .leavecardcolordynamic:nth-child(6n+6) .leave_card h3{color:#c66e70}.LeaveplanAddpage .leaveAllocation .leave_container .leave_types .leavecardcolordynamic .leave_card{border:1.5px solid rgba(0,0,0,0);border-radius:6px;padding:7px;text-align:center;transition:all .2s ease}.LeaveplanAddpage .leaveAllocation .leave_container .leave_types .leavecardcolordynamic .leave_card h3{font-size:14px;font-weight:600;margin-bottom:6px}.LeaveplanAddpage .leaveAllocation .leave_container .leave_types .leavecardcolordynamic .leave_card input{padding:6px;border:1px solid #ddd;border-radius:4px;text-align:center;font-size:14px;outline:none}.LeaveplanAddpage .leaveAllocation .leave_container .leave_types .leavecardcolordynamic .leave_card input:focus{border-color:#f3f7ff}.Salaryfieldsettingmodal .modal-body{padding:20px}.Employeecard.SalaryFieldCalculationCard .time-box{padding:4px 8px !important}.Employeecard.SalaryFieldCalculationCard .time-box .label{color:#3a3a3a !important}.Employeecard.SalaryFieldCalculationCard .time-box .time-value{font-size:16px !important}.Employeecard.SalaryFieldCalculationCard .yellow{background:linear-gradient(90deg, #FBF8EC 0%, #FFF0C8 100%) !important;border:1px solid #f9e3b5 !important}.Employeecard.SalaryFieldCalculationCard .employeeInfo .Calculationblue{color:#2f61c9 !important}.Employeecard.SalaryFieldCalculationCard .employeeInfo .Compulsory{display:flex;gap:4px}.Employeecard.SalaryFieldCalculationCard .employeeInfo .Compulsory span{display:flex;align-items:center}.Employeecard.SalaryFieldCalculationCard .employeeInfo .Yes{color:#30a82d !important}.Employeecard.SalaryFieldCalculationCard .employeeInfo .No{color:#ff2c2c !important}.SalaryfieldcalculationModal .helpbtnradiusright button.addhelpBtn{border:1px solid #d0e1ff !important;background:#e5eeff !important}.SalaryfieldcalculationModal .css-116kd9q-control{background:#fff}.SalaryfieldcalculationModal .calculation{background:#fffcf4;margin-top:14px;margin-bottom:14px}.SalaryfieldcalculationModal .calculation h4{font-size:14px;color:#2f61c9;margin-bottom:8px}.SalaryfieldcalculationModal .rightsideamt{text-align:right}.SalaryfieldcalculationModal .salarycalculationlmodal_radiobutton{padding:8px;border:1px dashed #2f61c9;border-radius:6px;background:#f2f6ff;margin-left:0px;margin-right:0px;margin-top:14px}.SalaryfieldcalculationModal .salarycalculationlmodal_radiobutton .form-label{padding:0px;font-size:14px}.Formulacalculatiobdropdown{position:relative}.Formulacalculatiobdropdown .css-ss6go7-control{box-shadow:none}.Formulacalculatiobdropdown .css-ss6go7-control:focus-within{background-color:#ffdea8;border-color:#ffc260 !important}.Formulacalculatiobdropdown .css-v7duua:hover{background-color:rgba(0,0,0,0);color:#ff2c2c}.Formulacalculatiobdropdown .css-1xqmiu{box-shadow:none}.Formulacalculatiobdropdown .formula__control{border:1px solid #ccc;border-radius:6px;background:#fff}.Formulacalculatiobdropdown .formula__control--is-focused{border-color:gold !important;background-color:#fffcf4;box-shadow:0 0 0 2px rgba(255,215,0,.4)}.Formulacalculatiobdropdown .Formulacalculatiobdropdown_Options{position:absolute;top:calc(100% + 1px);left:0;width:100%;z-index:50}.Formulacalculatiobdropdown .Formulacalculatiobdropdown_Options .formula-menu{display:flex;border:1px solid #eee;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);overflow:hidden;background:#fff;max-height:220px}.Formulacalculatiobdropdown .Formulacalculatiobdropdown_Options .formula-operators{display:flex;flex-direction:column;padding:6px;border-right:1px solid #eee;width:60px;max-height:216px;overflow-y:auto}.Formulacalculatiobdropdown .Formulacalculatiobdropdown_Options .formula-operators .operator-btn{height:22px;margin-bottom:3px;background:#fff;border:1px solid #ccc;border-radius:4px;font-weight:600;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.Formulacalculatiobdropdown .Formulacalculatiobdropdown_Options .formula-operators .operator-btn:hover{background:#e5eeff;border-color:#d0e1ff}.Formulacalculatiobdropdown .Formulacalculatiobdropdown_Options .formula-options{flex:1;padding:2px}.Formulacalculatiobdropdown .Formulacalculatiobdropdown_Options .formula-options .css-2km6m3{max-height:220px}.Formulacalculatiobdropdown .Formulacalculatiobdropdown_Options .formula-options .formula__option{height:36px;display:flex;align-items:center;padding:0 10px;border-radius:4px;transition:background .2s}.Formulacalculatiobdropdown .Formulacalculatiobdropdown_Options .formula-options .formula__option:hover{background:#fff6cc}.Formulacalculatiobdropdown .Formulacalculatiobdropdown_Options .formula-options .formula__option--is-focused{background:#fff6cc}.Formulacalculatiobdropdown .Formulacalculatiobdropdown_Options .formula-options .formula__option--is-selected{background:#ffe680}.Attendance_btn{display:flex;align-items:center;gap:10px}.Attendance_btn button.Attend_btn{color:#ed662d;background-color:rgba(0,0,0,0);border:1px solid #ff9f43;padding:8px;font-size:14px;font-weight:600}.Attendance_btn button.Attend_btn i{font-size:16px}.Attendance_btn button.Attend_btn:hover,.Attendance_btn button.Attend_btn:focus,.Attendance_btn button.Attend_btn:active{background-color:#ff9f43;border:1px solid #ff9f43;color:#fff}.Attendance_btn button.Attend_btn:hover .sign,.Attendance_btn button.Attend_btn:focus .sign,.Attendance_btn button.Attend_btn:active .sign{color:#fff}.Attendance_btn button.Attend_btn:hover .text,.Attendance_btn button.Attend_btn:focus .text,.Attendance_btn button.Attend_btn:active .text{color:#fff}.attandancefullmap{position:relative}.attandancefullmap .leaflet-pane{z-index:1}.attandancefullmap .leaflet-touch .leaflet-control-attribution{display:none}.attandancefullmapsize{height:300px;width:100%;border-radius:6px}.attendancemap{position:absolute;top:10px;right:10px;background-color:#fff;padding:8px 12px;border-radius:4px;box-shadow:0 2px 6px rgba(0,0,0,.3);font-size:12px;font-family:monospace;z-index:1000;border:1px solid #ddd}.attendancemap .coordinates{font-weight:700;margin-bottom:4px;color:#333}.attendancemap .lat{color:#2563eb}.attendancemap .lng{color:#ff0084}.employeemastercustomgridheight{height:100%;display:flex;flex-direction:column;justify-content:center}.employeemastercustomgridheight h4{font-size:14px;color:#181d1f}.employeemastercustomgridheight P{margin-bottom:0px;line-height:1.3;color:#787b11;display:flex;align-items:center;gap:4px}.employeemastercustomgridheight P span{color:#2f61c9}.employeemastercustomgridheight P i{font-size:4px;color:#ccc}.employeemasterlistbtn{background:linear-gradient(180deg, #7668EF 0%, #443C89 100%);height:30px;border:0;display:flex}.employeemasterlistbtn button:hover,.employeemasterlistbtn button:focus,.employeemasterlistbtn button.active,.employeemasterlistbtn button:focus-visible{border:0;background:linear-gradient(180deg, #7668EF 0%, #443C89 100%)}.employeemasterlistbtn button:hover img,.employeemasterlistbtn button:focus img,.employeemasterlistbtn button.active img,.employeemasterlistbtn button:focus-visible img{filter:unset}.employeemasterlistbtn img{filter:unset}.employeemaster{padding:7px;height:calc(var(--usable-height) - 10rem);overflow-y:auto;overflow-x:hidden}.employeemaster .employeemastergridcolor-lightblue{background-color:#f2f2ff;text-align:center;line-height:56px}.employeemaster .employeemastergridcolor-lightorange{background-color:#fff5ee;text-align:center;line-height:56px}.employeemaster .employeemastergridcolor-lightred{background-color:#ffe7e7;text-align:center;line-height:56px}.employeemaster .employeemastergridcolor-lightpurple{background-color:#f4eeff;text-align:center;line-height:56px}.employeemaster .employeemastergridcolor-lightgreen{background-color:#e9fff1;text-align:center;line-height:56px}.employeemaster .employeemastercellheight{text-align:center;line-height:56px}.employeemaster .employeemastergrid{border:1px solid #dbe0e6;border-radius:4px}.employeemaster .employeemastergrid .ag-theme-quartz{height:83vh;border-top:0px}.employeemaster .employeemastergrid .ag-theme-quartz .ag-cell{align-self:center;height:100%}.employeemaster .employeemastergrid .ag-theme-quartz .ag-cell .ag-cell-wrapper{height:100%}.employeemaster .ag-theme-quartz .ag-root-wrapper.ag-ltr.ag-layout-normal{border-radius:4px !important}.employeemaster .employeemasterapplypolicy{border-radius:4px;background:#fff;box-shadow:0 2px 7px 0 rgba(0,0,0,.12)}.employeemaster .employeemasterapplypolicy .applypolicyheader{border-left:4px solid #2563eb;padding:4px;margin-left:10px}.employeemaster .employeemasterapplypolicy .applypolicyheader h3{font-size:18px;color:#181d1f;margin-left:4px}.employeemaster .employeemasterapplypolicy .applypolicybody{padding:30px}.employeemaster .employeemasterapplypolicy .policy-card{background:#fff;border:1px solid #d2e0ff;border-radius:4px}.employeemaster .employeemasterapplypolicy .policy-card .policy-card-header{display:flex;justify-content:space-between;align-items:center;background:#e5eeff;padding:6px 10px;border-bottom:1px solid #d0e1ff}.employeemaster .employeemasterapplypolicy .policy-card .policy-card-header .employeeheader-left{display:flex;align-items:center;gap:8px}.employeemaster .employeemasterapplypolicy .policy-card .policy-card-header .employeeheader-left img{height:20px;width:20px}.employeemaster .employeemasterapplypolicy .policy-card .policy-card-header .employeeheader-left span{font-weight:700;font-size:15px;color:#2563eb}.employeemaster .employeemasterapplypolicy .policy-card .policy-card-header .applypolicybtn{background:#fff;padding:6px;border-radius:4px;display:flex;align-items:center;justify-content:center;box-shadow:0px 0px 2px 1px #d8d8d8}.employeemaster .employeemasterapplypolicy .policy-card .policy-card-header .info-icon{color:#176193;font-size:14px}.employeemaster .employeemasterapplypolicy .policy-card:hover .applypolicybtn{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);color:#fff}.employeemaster .employeemasterapplypolicy .policy-card:hover .info-icon{color:#fff}.employeemaster .employeemasterapplypolicy .policy-card:hover .employeemastersavebtn{background-color:#176193;border:1px solid #176193}.employeemaster .employeemasterapplypolicy .policy-card:hover .employeemastersavebtn .sign{color:#fff}.employeemaster .employeemasterapplypolicy .policy-card:hover .employeemastersavebtn .text{color:#fff}.employeemaster .employeemasterapplypolicy .policy-card:hover .employeeinfo_icon .policyinfo{color:#176193}.employeemaster .employeemasterapplypolicy .policy-card:hover .salary .emplyeesalarystructurebtn{background-color:#ff6d00;color:#fff;padding:8px}.employeemaster .employeemasterapplypolicy .policy-card .policy-card-body{padding:10px}.employeemaster .employeemasterapplypolicy .policy-card .policy-card-footer{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;border-top:1px solid #d0e1ff}.employeemaster .employeemasterapplypolicy .policy-card .employeemastersavebtn{padding:4px 6px}.employeemaster .employeemasterapplypolicy .policy-card .employeeinfo_icon{background:#fff;display:flex;align-items:center;justify-content:center;border:0;padding:0px;height:20px;width:20px}.employeemaster .employeemasterapplypolicy .policy-card .employeeinfo_icon .policyinfo{color:#8c8c8c;font-size:18px}.employeemaster .employeemasterapplypolicy .orangebox{border:1px solid #ffdcb7}.employeemaster .employeemasterapplypolicy .orangebox .policy-card-header{background:#fff5eb;border-bottom:1px solid #ffdcb7}.employeemaster .employeemasterapplypolicy .orangebox .policy-card-header .employeeheader-left .icon{color:#c2601c}.employeemaster .employeemasterapplypolicy .orangebox .policy-card-header .employeeheader-left span{color:#c2601c}.employeemaster .employeemasterapplypolicy .orangebox .policy-card-footer{border-top:1px solid #ffdcb7}.employeemaster .employeemasterapplypolicy .redbox{border:1px solid #ffd0d0}.employeemaster .employeemasterapplypolicy .redbox .policy-card-header{background:#ffeaea;border-bottom:1px solid #ffd0d0}.employeemaster .employeemasterapplypolicy .redbox .policy-card-header .employeeheader-left .icon{color:#ef4444}.employeemaster .employeemasterapplypolicy .redbox .policy-card-header .employeeheader-left span{color:#ef4444}.employeemaster .employeemasterapplypolicy .redbox .policy-card-footer{border-top:1px solid #ffd0d0}.employeemaster .employeemasterapplypolicy .purplebox{border:1px solid #e8d2ff}.employeemaster .employeemasterapplypolicy .purplebox .policy-card-header{background:#f9f3ff;border-bottom:1px solid #e8d2ff}.employeemaster .employeemasterapplypolicy .purplebox .policy-card-header .employeeheader-left .icon{color:#6e1eba}.employeemaster .employeemasterapplypolicy .purplebox .policy-card-header .employeeheader-left span{color:#6e1eba}.employeemaster .employeemasterapplypolicy .purplebox .policy-card-footer{border-top:1px solid #e8d2ff}.employeemaster .employeemasterapplypolicy .greenbox{border:1px solid #a1f0d1}.employeemaster .employeemasterapplypolicy .greenbox .policy-card-header{background:#e0fff5;border-bottom:1px solid #a1f0d1}.employeemaster .employeemasterapplypolicy .greenbox .policy-card-header .employeeheader-left .icon{color:#0e7754}.employeemaster .employeemasterapplypolicy .greenbox .policy-card-header .employeeheader-left span{color:#0e7754}.employeemaster .employeemasterapplypolicy .greenbox .salary{display:flex;align-items:center;justify-content:space-between}.employeemaster .employeemasterapplypolicy .greenbox .salary .emplyeesalarystructurebtn{border:1px solid #fb8f50;background-color:#fff;color:#fb8f50;padding:8px}.employeemaster .employeemasterapplypolicy .greenbox .salary p{padding:0px;margin:0px;font-weight:600;font-size:14px;color:#8c8c8c}.employeemaster .employeemasterapplypolicy .greenbox .salary span{font-weight:700;font-size:14px;color:#181d1f}.employeemaster .employeemasterapplypolicy .css-1nmdiq5-menu div{max-height:300px !important}.employeemaster .employeeehistorygrid{background-color:#fffcf4;border-radius:4px;border:1px solid #fff6cc}.employeemaster .employeeehistorygrid .employeeehistorygrid-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.employeemaster .employeeehistorygrid .employeeehistorygrid-header .employeeehistorygrid-left{display:flex;align-items:center;gap:8px;border-left:4px solid #767e00;padding:2px}.employeemaster .employeeehistorygrid .employeeehistorygrid-header .employeeehistorygrid-left i{color:#181d1f;font-size:16px;margin-left:10px}.employeemaster .employeeehistorygrid .employeeehistorygrid-header .employeeehistorygrid-left span{font-weight:700;font-size:18px;color:#181d1f}.employeemaster .employeeehistorygrid .employeeehistorygrid-header .employeehistorybtn{border:0;background-color:rgba(0,0,0,0);padding:4px}.employeemaster .employeeehistorygrid .employeemastergridright{border:1px solid #dbe0e6;border-radius:4px;margin:12px}.employeemaster .employeeehistorygrid .employeemastergridright .ag-theme-quartz{height:78vh;border-top:0px}.employeemaster .employeeehistorygrid .employeemastergridright .ag-theme-quartz .ag-cell{align-self:center;height:100%}.employeemaster .employeeehistorygrid .employeemastergridright .ag-theme-quartz .ag-cell .ag-cell-wrapper{height:100%}.employeealp-modal{display:flex;flex-direction:column;padding:10px}.employeealp-modal .preview-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:12px;align-items:start;grid-auto-rows:min-content;grid-auto-flow:dense}.employeealp-modal .preview-grid:has(>:only-child){justify-content:center;grid-template-columns:1fr}.employeealp-modal .preview-card{border-radius:8px;border:1px solid #d0e1ff;padding:8px;background:#e5eeff}.employeealp-modal .preview-row{display:flex;justify-content:space-between;margin-bottom:4px}.employeealp-modal .preview-row label{font-size:13px;color:#555;font-weight:500;display:contents}.employeealp-modal .leaveemployee-gap{display:grid;gap:10px}.employeealp-modal .preview-row span{font-size:13px;color:#181d1f;font-weight:700;overflow-wrap:anywhere}.employeealp-modal .preview-row h4{font-size:15px;color:#181d1f;font-weight:700;margin-bottom:4px}.employeealp-modal .preview-ot-table{border-radius:6px;border:1px solid #d0e1ff;overflow:hidden}.employeealp-modal .preview-ot-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;padding:4px 4px;font-size:12px}.employeealp-modal .onlybreaktype{grid-template-columns:1fr 1fr}.employeealp-modal .preview-ot-header{background:#e5eeff;font-weight:600}.employeealp-modal .preview-ot-header span{font-weight:700}.employeealp-modal .preview-ot-row span{padding:2px 2px}.employeealp-modal .time-structure-card .preview-section{border-bottom:1px dashed #dfdfdf;padding-bottom:6px;margin-bottom:6px}.employeealp-modal .time-structure-card .preview-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.employeealp-modal .preview-subtitle{font-size:15px;font-weight:700;color:#181d1f;margin-bottom:4px;margin-top:10px}.employeemasterSearch .form-control{width:300px;padding:4px 4px 4px 6px;position:relative}.employeemasterSearch .input-group .employeemaster-searchbtn{height:30px !important;width:27px !important;background-color:linear-gradient(#fafafa, #dcdada) !important;color:#181d1f;border:1px solid #dbe0e6;border-top-right-radius:4px;border-bottom-right-radius:4px}.employeemasterSearch i{position:absolute;left:7px;top:7px}.payrollheaderemployee{display:flex;align-items:center;gap:10px}.employeelistfilter-tabs{position:relative;display:inline-block}.employeelistfilter-tabs .toggle-input{display:none}.employeelistfilter-tabs .toggle-btn{display:none;background:linear-gradient(154deg, #f97316 0%, #fb923c 100%);color:#fff;font-weight:500;height:32px;width:32px;border-radius:6px;cursor:pointer;user-select:none}.employeelistfilter-tabs .filter-options{display:flex;align-items:center;gap:10px;background:#f0f6ff;padding:5px 10px;border-radius:30px 4px 4px 30px}.employeelistfilter-tabs .filter-options .tab-option{display:flex;align-items:center;font-size:14px;font-weight:500;color:#34495e;cursor:pointer;transition:color .3s ease}.employeelistfilter-tabs .filter-options .tab-option input{appearance:none;width:14px;height:14px;border:1px solid #d0e1ff;border-radius:50%;margin-right:6px;cursor:pointer;background:#fff;transition:all .3s ease}.employeelistfilter-tabs .filter-options .tab-option input:checked{border-color:#2f61c9;background:radial-gradient(circle at center, #2F61C9 50%, #ffffff 50%)}.employeelistfilter-tabs .filter-options .tab-option input:checked+span{color:#2f61c9;font-weight:600}.employeelistfilter-tabs .filter-options .tab-option span{user-select:none;transition:color .3s ease;font-size:14px;color:#181d1f;font-weight:600}.employeelistfilter-tabs .filter-options .tab-option:hover span{color:#2f61c9}body:has(.SalaryStructureAddPage) .header-list-common{margin:0px !important}.SalaryStructureAddPage{height:calc(var(--usable-height) - 140px);overflow-y:auto;overflow-x:hidden;background-size:auto;background-position:center;background-repeat:no-repeat}.SalaryStructureAddPage .salaryinput_header{padding:7px}.SalaryStructureAddPage .salaryinput_header .css-b62m3t-container{background-color:#fff}.SalaryStructureAddPage .rightsalarybtn{justify-content:end;gap:10px;margin-right:0px}.SalaryStructureAddPage .specialsalarywidth{width:37.5%}.SalaryStructureAddPage .salarystucture{padding:2px 10px;border-radius:6px;height:32px;color:#fff;border:0}.SalaryStructureAddPage .salarystucture .text{font-size:13px}.SalaryStructureAddPage .salarystucture.addsalary{background:linear-gradient(154deg, #f97316 0%, #fb923c 100%)}.SalaryStructureAddPage .salarystucture.editsalary{background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%)}.SalaryStructureAddPage .salarytab-container{background:#fff;border-radius:12px;box-shadow:0 -3px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);overflow:hidden;margin:7px}.SalaryStructureAddPage .salarytab-container .tabs{display:flex;justify-content:space-between;background:#fff;padding:0;border-radius:12px 12px 0 0;overflow:hidden;position:relative;border-bottom:1px solid #ebebeb}.SalaryStructureAddPage .salarytab-container .tabs button{flex:1;background:rgba(0,0,0,0);border:none;color:#181d1f;cursor:pointer;position:relative;padding:14px 0;transition:color .3s ease;border-radius:0;gap:0px;align-items:center;justify-content:center;overflow:visible}.SalaryStructureAddPage .salarytab-container .tabs button .text{font-size:20px;font-weight:600}.SalaryStructureAddPage .salarytab-container .tabs button.active{color:#1e52fc;background:#e5eeff}.SalaryStructureAddPage .salarytab-container .tabs button.active .text{font-weight:700}.SalaryStructureAddPage .salarytab-container .tabs button.active::after{content:"";position:absolute;bottom:0px;left:25%;right:0;height:5px;width:50%;background:#ff8510;border-radius:5px 5px 0 0}.SalaryStructureAddPage .salarytab-container .tab-content{padding:15px 40px;background:#fff;border-radius:0 0 10px 10px}.SalaryStructureAddPage .salarytab-container .salarypercentageinput{gap:10px;display:flex;width:100%}.SalaryStructureAddPage .salarytab-container .salarypercentageinput .salaryinput{position:relative;width:100%}.SalaryStructureAddPage .salarytab-container .salarypercentageinput .percentageinput{padding-right:22px;height:35px}.SalaryStructureAddPage .salarytab-container .salarypercentageinput span{position:absolute;top:5px;right:7px}.SalaryStructureAddPage .salarytab-container .salarypercentageinput .bonus{width:98%}.SalaryStructureAddPage .salarytab-container .salarypercentageinput .bonusleft{width:50%}.SalaryStructureAddPage .salarytab-container .bonusright{display:flex}.SalaryStructureAddPage .salarytab-container .total-line{text-align:right;background:#f2f6ff;border-radius:0 0 10px 10px;padding:15px 30px}.SalaryStructureAddPage .salarytab-container .total-line span{color:#181d1f;font-size:20px;font-weight:400}.SalaryStructureAddPage .salarytab-container .total-line h4{color:#213fc5;font-size:20px;font-weight:800}.SalaryStructureAddPage .salarytab-container .total-lineDisable{background:#f5f5f5}.SalaryStructureAddPage .salarytab-container .total-lineDisable span{color:#8c8c8c}.SalaryStructureAddPage .salarytab-container .total-lineDisable h4{color:#8c8c8c}.SalaryStructureAddPage .summary-section{margin:20px 7px 0px 7px;text-align:center}.SalaryStructureAddPage .summary-section .summary-row-block{display:flex;align-items:center;gap:14px;margin-bottom:20px}.SalaryStructureAddPage .summary-section h3{font-size:20px;font-weight:700;color:#181d1f}.SalaryStructureAddPage .summary-section .summary-title{width:150px;text-align:right;font-size:20px;font-weight:700;line-height:22px}.SalaryStructureAddPage .summary-section .arrow i{font-size:16px;font-weight:700}.SalaryStructureAddPage .summary-section .summary-row{flex:1;display:flex;gap:20px}.SalaryStructureAddPage .summary-section .summary-row .summary-card{flex:1;padding:12px;border-radius:10px;background:#fff;text-align:center}.SalaryStructureAddPage .summary-section .summary-row .summary-card h4{font-size:15px;margin-bottom:6px;color:#181d1f;font-weight:600}.SalaryStructureAddPage .summary-section .summary-row .summary-card p{font-size:20px;font-weight:700;margin-bottom:4px}.SalaryStructureAddPage .summary-section .summary-row .summary-card span{font-size:13px;color:#181d1f;font-weight:500}.SalaryStructureAddPage .summary-section .summary-row .summary-card.violet{border:1px solid #ece1f8;background:#fbf8ff}.SalaryStructureAddPage .summary-section .summary-row .summary-card.violet p{color:#4e33af}.SalaryStructureAddPage .summary-section .summary-row .summary-card.green{border:1px solid #a1f0d1;background:#e0fff5}.SalaryStructureAddPage .summary-section .summary-row .summary-card.green p{color:#219721}.doc-editor-container{display:flex;flex-direction:row;position:relative}.doc-editor-container .parabtn{background-color:#ccc;background:linear-gradient(154deg, #2f61c9 0%, #83a8f7 100%);position:absolute;top:10px;right:10px;z-index:100;display:none;padding:8px;color:#fff}.doc-editor-container .doc-main-content{width:78%;height:calc(100vh - 30px)}.doc-editor-container .doc-main-content .doc-toolbar{padding:15px 20px;border-bottom:1px solid #ddd;background-color:#f8f9fa;position:relative;top:0;z-index:5}.doc-editor-container .doc-main-content .header-editor .jodit-container,.doc-editor-container .doc-main-content .footer-editor .jodit-container{min-height:200px !important}.doc-editor-container .doc-main-content .header-editor .jodit-wysiwyg,.doc-editor-container .doc-main-content .footer-editor .jodit-wysiwyg{min-height:120px !important}.doc-editor-container .doc-main-content .doc-toolbar-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.doc-editor-container .doc-main-content .doc-toolbar-left{display:flex;align-items:center;gap:10px}.doc-editor-container .doc-main-content .doc-title{font-size:16px;font-weight:600}.doc-editor-container .doc-main-content .doc-toolbar-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.doc-editor-container .doc-main-content .doc-toolbar-right .pay-doc-name{display:flex;align-items:center;gap:6px}.doc-editor-container .doc-main-content .doc-toolbar-right .pay-doc-name .doc-name{width:150px;background-color:#fff}.doc-editor-container .doc-main-content .doc-toolbar-right .pay-employeetype{display:flex;align-items:center;gap:6px}.doc-editor-container .doc-main-content .doc-toolbar-right .pay-employeetype .doc-employeetype{width:100px;background-color:#fff}.doc-editor-container .doc-main-content .doc-toolbar-right .pay-doctype{display:flex;align-items:center;gap:6px}.doc-editor-container .doc-main-content .doc-toolbar-right .pay-doctype .doc-type{width:240px;background-color:#fff}.doc-editor-container .doc-main-content .doc-type-label{font-size:13px;color:#333;line-height:32px;white-space:nowrap}.doc-editor-container .doc-main-content .doc-toolbar-btn{padding:8px 16px;display:flex;align-items:center;gap:6px;border:1px solid #ddd;border-radius:4px;background-color:#fff;cursor:pointer;font-size:13px;height:32px}.doc-editor-container .doc-main-content .doc-toolbar-btn:hover{background-color:#f5f5f5;border-color:#bdbdbd}.doc-editor-container .doc-main-content .doc-sections{padding:20px;height:calc(var(--usable-height) - 200px);overflow-y:auto}.doc-editor-container .doc-main-content .doc-section{margin-bottom:20px}.doc-editor-container .doc-main-content .doc-section-header{margin-bottom:8px;display:flex;align-items:center;gap:8px}.doc-editor-container .doc-main-content .doc-section-note{font-size:12px;color:#676767}.doc-editor-container .doc-main-content .doc-stats{padding:12px 20px;border-top:1px solid #ddd;background-color:#f8f9fa;display:flex;gap:20px;font-size:13px;color:#676767;flex-wrap:wrap}.doc-editor-container .doc-sidebar{width:22%;border-left:2px solid #ddd;background-color:#f9f9f9;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease;position:relative}.doc-editor-container .doc-sidebar .sidebar-header{padding:15px;border-bottom:2px solid #ddd;background-color:#fff;flex-shrink:0}.doc-editor-container .doc-sidebar .sidebar-header .pay-closebtn{display:none;background:rgba(0,0,0,0);width:24px;height:24px;position:absolute;top:10px;right:14px;color:#000}.doc-editor-container .doc-sidebar .sidebar-title{margin:0 0 8px 0;font-size:16px;font-weight:600;color:#333}.doc-editor-container .doc-sidebar .sidebar-subtitle{font-size:12px;color:#676767;margin:0;line-height:1.4}.doc-editor-container .doc-sidebar .sidebar-contentDocument{flex:1;padding:10px}.doc-editor-container .doc-sidebar .sidebar-loading,.doc-editor-container .doc-sidebar .sidebar-empty{text-align:center;padding:30px 20px;color:#969696}.doc-editor-container .doc-sidebar .sidebar-loading div,.doc-editor-container .doc-sidebar .sidebar-empty div{font-size:14px}.doc-editor-container .doc-sidebar .parameter-list{display:flex;flex-direction:column;gap:10px;height:calc(100vh - 190px);overflow-y:auto;overflow-x:hidden}.doc-editor-container .doc-sidebar .parameter-item{padding:12px;background-color:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.05)}.doc-editor-container .doc-sidebar .parameter-item:hover{background-color:#e5eeff;border-color:#d0e1ff;box-shadow:0 2px 6px rgba(169,217,255,.2)}.doc-editor-container .doc-sidebar .parameter-name{font-size:13px;font-weight:600;margin-bottom:6px;color:#333;line-height:1.3}.doc-editor-container .doc-sidebar .parameter-key{font-size:11px;color:#676767;font-family:monospace;background-color:#f5f5f5;padding:4px 8px;border-radius:4px;border:1px solid #e0e0e0;word-break:break-all}.attendance-container{background:#fff;height:calc(var(--usable-height) - 100px);overflow-y:auto}.attendance-container .top-bar .dropdown-select{display:flex;align-items:center;gap:10px}.attendance-container .top-bar .dropdown-width{min-width:200px}.attendance-container .top-bar .monthly-btn{background:#5048e5;color:#fff;border:none;padding:7px 12px}.attendance-container .summary-card{background:#fff;border-radius:6px;padding:12px;box-shadow:0 0 5px 1px rgba(0,0,0,.1);margin:7px}.attendance-container .summary-card .summary-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;flex-wrap:wrap;gap:12px}.attendance-container .summary-card .summary-title{display:flex;align-items:center;gap:10px}.attendance-container .summary-card .summary-title i{font-size:22px;color:#5048e5}.attendance-container .summary-card .summary-title h2{margin:0;font-size:20px;font-weight:700;color:#181d1f}.attendance-container .summary-card .incomplete-badge{background:#fff;color:#f44336;padding:8px 16px;font-size:14px;border:1px solid #f44336}.attendance-container .summary-card .incomplete-badge:hover{border:1px solid #f44336;background:linear-gradient(to right, #ff1616 0%, #fd4a68 100%);color:#fff}.attendance-container .summary-card .stats-container{display:grid;grid-template-columns:repeat(9, minmax(130px, 1fr));gap:12px}.attendance-container .summary-card .stat-box{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:10px;border-radius:6px;transition:all .2s;background:#f5f9ff;border:1px solid #f9f9f9;cursor:pointer}.attendance-container .summary-card .stat-box.active{background:#7465ee}.attendance-container .summary-card .stat-box:not(.active):hover{box-shadow:0 3px 10px 0 #d8d3ff;color:#fff;border:1px solid #bcb4ff}.attendance-container .summary-card .stat-header{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}.attendance-container .summary-card .stat-icon-circle{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #e0ddff;background:#f2f0ff}.attendance-container .summary-card .stat-box.active .stat-icon-circle{background:#fff}.attendance-container .summary-card .stat-icon-circle i{font-size:16px;color:#7465ee}.attendance-container .summary-card .stat-number{font-size:26px;font-weight:700;line-height:1;color:#7465ee}.attendance-container .summary-card .stat-box.active .stat-number{color:#fff}.attendance-container .summary-card .stat-content{display:flex;flex-direction:column;gap:4px}.attendance-container .summary-card .stat-label{font-size:16px;font-weight:500;line-height:1.2;color:#181d1f}.attendance-container .summary-card .stat-box.active .stat-label{color:#fff}.attendance-container .summary-card .stat-box:not(.active) .stat-label{color:#181d1f}.attendance-container .context-menu{position:fixed;background:#fff;border:1px solid #e9f1ff;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:200px;z-index:1000;padding:4px 0}.attendance-container .context-menu-item{display:flex;align-items:center;gap:12px;padding:10px 16px;cursor:pointer;font-size:14px;color:#181d1f;transition:background-color .15s}.attendance-container .context-menu-item:hover{background-color:#e7f2ff}.attendance-container .context-menu-item i{font-size:16px;color:#181d1f}.attendance-container .table-wrapper{background:#fff;overflow-x:auto;height:calc(var(--usable-height) - 365px);overflow-y:auto}.attendance-container .attendance-table{border-collapse:collapse;min-width:1400px}.attendance-container .attendance-table thead{position:sticky;top:0;z-index:10}.attendance-container .attendance-table thead th{padding:4px 6px;font-weight:700;font-size:13px;color:#181d1f;box-shadow:inset 0 1px 0 #dbe0e6,inset 0 -1px 0 #dbe0e6,inset 1px 0 0 #dbe0e6;background:#e9f1ff}.attendance-container .attendance-table tbody tr{border-bottom:1px solid #e4e4e4;transition:background-color .2s}.attendance-container .attendance-table tbody td{padding:4px 6px;font-size:13px;color:#181d1f;border-right:1px solid #e4e4e4;vertical-align:middle;font-weight:600}.attendance-container .attendancecell-align{text-align:right}.attendance-container .attendance-table .checkmarks{top:-9px}.attendance-container .attendance-search{width:270px;margin:12px 7px 12px 7px;background:linear-gradient(135deg, #2f61c9 0%, #2f61c9 50%, #f97316 100%);padding:1px;border-radius:5px}.attendance-container .attendance-search .form-control{height:30px !important}.attendance-container .employee-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.attendance-container .employee-info .employee-name{font-weight:600;color:#181d1f;font-size:14px}.attendance-container .employee-info .employee-role{display:flex;align-items:center;gap:6px;font-size:13px}.attendance-container .employee-info .employee-role .empdot{padding-bottom:4px}.attendance-container .employee-info .employee-role .empdot i{font-size:4px;color:#a8a8a8}.attendance-container .employee-info .employee-role .designation{color:#b39d21;font-weight:600;font-size:13px}.attendance-container .employee-info .employee-role .role{color:#2f61c9;font-weight:600;font-size:13px}.attendance-container .clock-entries{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:4px 0;white-space:nowrap}.attendance-container .clock-entry{display:flex;align-items:center;gap:0;font-size:12px;position:relative}.attendance-container .clock-entry .time{font-weight:700;font-size:13px}.attendance-container .clock-entry .time.in{color:#00af26;margin-right:6px}.attendance-container .clock-entry .time.out{color:#df9548;margin-left:6px}.attendance-container .clock-entry .circle{width:6px;height:6px;border-radius:50%;flex-shrink:0}.attendance-container .clock-entry .circle.in{background-color:#a8a8a8}.attendance-container .clock-entry .circle.out{background-color:#a8a8a8}.attendance-container .clock-entry .duration{color:#a8a8a8;font-size:13px;white-space:nowrap;font-weight:400;margin:0 6px}.attendance-container .clock-entry .line{width:20px;height:2px;background:#a8a8a8;flex-shrink:0}.attendance-container .clock-entry .break-time{color:#a8a8a8;font-size:13px;white-space:nowrap;margin-left:6px}.attendance-container .no-data{color:#a8a8a8;font-style:italic;font-size:13px}.attendance-container .text-red{color:#ef4444;font-weight:600}.attendance-container .status-badge{display:inline-block;padding:3px 14px;border-radius:6px;font-size:13px;font-weight:700}.attendance-container .status-badge.present{background-color:#e7f6e7;color:#0fb734;border:1px solid #ceffce}.attendance-container .status-badge.absent{background-color:#ffe7e7;color:#ef4444;border:1px solid #fbbabe}body:has(.monthlyattendance-container) .attendance-container{height:calc(var(--usable-height) - 95px)}.monthlyattendance-container .summary-card{padding:12px 12px 8px 12px}.monthlyattendance-container .tab-pane.fade.active.show{padding:0px}.monthlyattendance-container .receipt_listingHeader .react-datepicker__input-container.react-datepicker__view-calendar-icon .react-datepicker__calendar-icon{left:6px}.monthlyattendance-container .header-list-common{margin:0px}.monthlyattendance-container .header-list-common .form-left{padding:10px}.monthlyattendance-container .attendance-search{margin:0px}.monthlyattendance-container .monthtable-container{background:#fff;display:flex;position:relative}.monthlyattendance-container .monthtable-container .monthtable-wrapper{position:relative;height:calc(var(--usable-height) - 327px);background:#fff;overflow:auto}.monthlyattendance-container .monthtable-container .monthtable-scroll{height:calc(100% - 30px);-webkit-overflow-scrolling:touch}.monthlyattendance-container .monthtable-container .fixed-footertableBox{position:fixed;box-sizing:border-box;overflow-x:hidden;overflow-y:hidden;scrollbar-width:none;bottom:14px;border-left:1px solid #d0e1ff;border-top:1px solid #d0e1ff}.monthlyattendance-container .monthtable-container .fixed-footertableBox .footer-row{width:max-content;display:flex;flex-direction:column}.monthlyattendance-container .monthtable-container .fixed-footertableBox .footer-row ul{display:flex;align-items:center;padding-right:12px}.monthlyattendance-container .monthtable-container .fixed-footertableBox .footer-row li{border-right:1px solid #d0e1ff;border-bottom:1px solid #d0e1ff;height:30px;background-color:#f6fbff;padding:0px 6px;display:flex;align-items:center;font-weight:800;color:#212529;justify-content:end}.monthlyattendance-container .monthtable-container .monthattendance-table{width:100%;border-collapse:collapse;min-width:1400px}.monthlyattendance-container .monthtable-container .monthattendance-table thead{position:sticky;top:0;z-index:10}.monthlyattendance-container .monthtable-container .monthattendance-table thead th{padding:4px 6px;font-weight:700;font-size:13px;color:#181d1f;box-shadow:inset 0 1px 0 #dbe0e6,inset 0 -1px 0 #dbe0e6,inset 1px 0 0 #dbe0e6;background:#e9f1ff}.monthlyattendance-container .monthtable-container .monthattendance-table thead th:first-child{text-align:left}.monthlyattendance-container .monthtable-container .monthattendance-table thead th:last-child{border-right:none}.monthlyattendance-container .monthtable-container .monthattendance-table tbody tr{border-bottom:1px solid #e4e4e4;transition:background-color .2s}.monthlyattendance-container .monthtable-container .monthattendance-table tbody td{padding:4px 6px;font-size:13px;color:#181d1f;border-right:1px solid #e4e4e4;text-align:right;vertical-align:middle;font-weight:600}.monthlyattendance-container .monthtable-container .monthattendance-table tbody td:last-child{border-right:none}.monthlyattendance-container .monthtable-container .monthattendance-table tbody td.monthemployee-info{background:#fff;vertical-align:middle;min-width:200px;text-align:left}.monthlyattendance-container .monthtable-container .monthattendance-table tbody td.green{color:#0fb734;font-weight:600}.monthlyattendance-container .monthtable-container .monthattendance-table tbody td.red{color:#ff1616;font-weight:600}.monthlyattendance-container .monthtable-container .monthattendance-table .present{color:#30a82d;font-weight:700}.monthlyattendance-container .monthtable-container .monthattendance-table .absent{color:#ff1616;font-weight:700}.monthlyattendance-container .monthtable-container .daywisepresent.P{color:#30a82d}.monthlyattendance-container .monthtable-container .daywisepresent.B{color:#ff1616}.monthlyattendance-container .monthtable-container .daywisepresent.W{color:#676767;background-color:#f8f8f8}.monthlyattendance-container .monthtable-container .daywisepresent.O{color:#ff8510}.monthlyattendance-container .monthtable-container .time-pill{display:flex;flex-direction:column;gap:4px;align-items:center}.monthlyattendance-container .monthtable-container .in-pill{background:#e5ffe5;color:#1f9226;font-weight:700;font-size:13px;padding:6px;border-radius:4px;line-height:1}.monthlyattendance-container .monthtable-container .out-pill{background:#fef7eb;color:#d37b00;font-weight:700;font-size:13px;padding:6px;border-radius:4px;line-height:1}.monthlyattendance-container .attendance-legend{border-top:1px solid #d0e1ff;background:#f6fbff;padding:4px 12px;display:flex;gap:16px;position:absolute;bottom:10px;left:0;width:100%}.manualattendancemodal .manualAttendanceinput{gap:10px;display:flex;width:100%}.in-outmodal .inoutmodaltable{margin-top:0px;width:100%;background:#fff;border:1px solid #e2ecf7;border-radius:6px;overflow-x:auto;padding:0px}.in-outmodal .inoutmodaltable .dataTable{min-width:740px;table-layout:fixed;border-collapse:separate;border-spacing:0;overflow-x:auto;overflow-y:auto}.in-outmodal .inoutmodaltable .dataTable .css-13cymwt-control{border:0px}.in-outmodal .inoutmodaltable .dataTable .css-b62m3t-container .css-t3ipsp-control{border:0px}.in-outmodal .inoutmodaltable .dataTable .react-select.from-control__single-value.css-1dimb5e-singleValue{font-size:13px}.in-outmodal .inoutmodaltable .dataTable .dataTable-col col:nth-child(1){width:50px}.in-outmodal .inoutmodaltable .dataTable .dataTable-col col:nth-child(2){width:160px}.in-outmodal .inoutmodaltable .dataTable .dataTable-col col:nth-child(3){width:140px}.in-outmodal .inoutmodaltable .dataTable .dataTable-col col:nth-child(4){width:140px}.in-outmodal .inoutmodaltable .dataTable .dataTable-col col:nth-child(5){width:100px}.in-outmodal .inoutmodaltable .dataTable thead{z-index:5;border-top-right-radius:6px;border-top-left-radius:6px}.in-outmodal .inoutmodaltable .dataTable th{border-right:1px solid #e2ecf7;padding:5px 10px;background-color:#e9f1ff;color:#181d1f;text-align:left;font-weight:700;font-size:13px}.in-outmodal .inoutmodaltable .dataTable .srno{padding:0px 10px}.in-outmodal .inoutmodaltable .dataTable tr{height:32px}.in-outmodal .inoutmodaltable .dataTable td{border-right:1px solid #e2ecf7;border-top:1px solid #e2ecf7;padding:0px;font-size:13px;font-weight:600}.in-outmodal .inoutmodaltable .dataTable .actionCell{padding-left:10px}.in-outmodal .inoutmodaltable .dataTable .actionCell .delete-btn{float:left;color:#ff1616;border:0;background-color:rgba(0,0,0,0);padding:0px}.in-outmodal .inoutmodaltable .dataTable .css-116kd9q-control{border:0;border-radius:0px;height:32px}.in-outmodal .inoutmodaltable .dataTable .css-tqczc6-control{border-radius:0px;height:32px}.in-outmodal .inoutmodaltable .dataTable .css-1cll6hx{height:31px !important}.in-outmodal .inoutmodaltable .dataTable .Penaltyinput{border:0;border-radius:0px;height:32px !important}.ctx-item{width:100%;text-align:left;padding:10px 10px;border:0;background:rgba(0,0,0,0);border-radius:6px;cursor:pointer}.ctx-item:hover{background:#f3f5f7}.ctx-item.danger{color:#b42318}.alp-ctx-menu{position:fixed;width:260px;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.18);z-index:999999;padding:6px}.alp-ctx-item{width:100%;text-align:start;justify-content:start;padding:10px 10px;border:0;background:rgba(0,0,0,0);border-radius:6px;cursor:pointer;font-size:14px}.alp-ctx-item:hover{background:#f3f5f7}.alp-ctx-item--danger{color:#b42318}.alp-month-popover-backdrop{position:fixed;inset:0;z-index:999999}.alp-month-popover{position:fixed;width:280px;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.18);overflow:hidden}.alp-month-popover__header{padding:10px 12px;border-bottom:1px solid #eee}.alp-month-popover__title{font-size:14px;font-weight:600}.alp-month-popover__body{padding:10px 12px;max-height:320px;overflow:auto}.alp-month-list{margin-top:8px;display:flex;flex-direction:column;gap:6px}.alp-check{display:flex;gap:8px;align-items:center;font-size:14px}.alp-check--row{padding:6px 6px;border-radius:6px}.alp-check--row:hover{background:#f3f5f7}.alp-month-popover__footer{padding:10px 12px;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:10px}.staff-required-page .textend{text-align:right}.staff-required-page .checkboxs span{justify-self:center}.staff-required-page .staffemp-hover-container{position:relative;width:100%}.staff-required-page .staffemp-hover-container .emp-split-tooltip{visibility:hidden;opacity:0;position:absolute;bottom:115%;left:50%;transform:translateX(-50%);width:160px;background:#fff;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.15);border:1px solid #e0e0e0;padding:10px;z-index:9999;transition:all .2s ease-in-out}.staff-required-page .staffemp-hover-container .tooltip-split-content{display:flex;justify-content:space-between;align-items:center}.staff-required-page .staffemp-hover-container .stat-item{flex:1;text-align:center}.staff-required-page .staffemp-hover-container .stat-item:first-child{border-right:1px solid #f0f0f0}.staff-required-page .staffemp-hover-container .stat-label{display:block;font-size:10px;font-weight:700;color:#888;margin-bottom:2px}.staff-required-page .staffemp-hover-container .stat-count{font-size:16px;font-weight:800}.staff-required-page .staffemp-hover-container .blue-theme{color:#007bff}.staff-required-page .staffemp-hover-container .pink-theme{color:#d81b60}.staff-required-page .staffemp-hover-container .emp-split-tooltip::after{content:"";position:absolute;top:100%;left:50%;margin-left:-6px;border-width:6px;border-style:solid;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.staff-required-page .staffemp-hover-container:hover .emp-split-tooltip{visibility:visible;opacity:1}.staff-required-page .staffrequired_card{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}.staff-required-page .staffrequired_card .stat-card{background:#fff;padding:12px 16px;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:all .3s;border-left:4px solid;display:flex;align-items:center;gap:16px}.staff-required-page .staffrequired_card .status-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center}.staff-required-page .staffrequired_card .status-icon i{font-size:20px}.staff-required-page .staffrequired_card .stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.staff-required-page .staffrequired_card .stat-card.required{border-left-color:#2563eb;background:linear-gradient(135deg, #ffffff 0%, #d3ecff 100%)}.staff-required-page .staffrequired_card .stat-card.required .stat-number{color:#2563eb}.staff-required-page .staffrequired_card .stat-card.required .status-icon{background:#e3efff;color:#2563eb}.staff-required-page .staffrequired_card .stat-card.current{border-left-color:#219721;background:linear-gradient(135deg, #ffffff 0%, #e8f5e9 100%)}.staff-required-page .staffrequired_card .stat-card.current .stat-number{color:#219721}.staff-required-page .staffrequired_card .stat-card.current .status-icon{background:#def4e2;color:#219721}.staff-required-page .staffrequired_card .stat-card.resigns{border-left-color:#ff6d00;background:linear-gradient(135deg, #ffffff 0%, #fff3e0 100%)}.staff-required-page .staffrequired_card .stat-card.resigns .stat-number{color:#ff6d00}.staff-required-page .staffrequired_card .stat-card.resigns .status-icon{background:#ffe7cf;color:#ff6d00}.staff-required-page .staffrequired_card .stat-card.openings{border-left-color:#c2185b;background:linear-gradient(135deg, #ffffff 0%, #fce4ec 100%)}.staff-required-page .staffrequired_card .stat-card.openings .stat-number{color:#c2185b}.staff-required-page .staffrequired_card .stat-card.openings .status-icon{background:#ffe0eb;color:#c2185b}.staff-required-page .staffrequired_card .stat-number{font-size:28px;font-weight:700}.staff-required-page .staffrequired_card .stat-label{font-size:16px;color:#181d1f;font-weight:600;margin-bottom:0}.staff-required-page .Addstaff_table{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;margin-top:10px}.staff-required-page .Addstaff_table .add-row-btn{display:flex;align-items:center;gap:6px;background:linear-gradient(180deg, #7668EF 0%, #443C89 100%);color:#fff;border:0;padding:8px 12px;border-radius:6px;font-weight:600}.staff-required-page .Addstaff_table .add-row-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(156,119,216,.3)}.staff-required-page .Addstaff_table .Icon-Full-Btn .text{font-size:13px}.staff-required-page .Addstaff_table .section-header{margin:0;font-size:20px;font-weight:700;color:#181d1f}.staff-required-page .stafftable-wrapper{max-height:480px;border-radius:6px;background:#fff;overflow-x:auto;overflow-y:auto;border:1px solid #cbdbf1}.staff-required-page .stafftable-wrapper .employee-table{border-collapse:collapse;width:100%}.staff-required-page .stafftable-wrapper .employee-table thead{position:sticky;top:0;z-index:10}.staff-required-page .stafftable-wrapper .employee-table thead th{padding:8px 6px;font-weight:700;font-size:13px;color:#181d1f;box-shadow:inset 0 -1px 0 #cbdbf1,inset 1px 0 0 #cbdbf1;background:#e5effd}.staff-required-page .stafftable-wrapper .employee-table td{box-shadow:inset 0 -1px 0 #e4e4e4,inset 1px 0 0 #e4e4e4;font-size:14px}.staff-required-page .stafftable-wrapper .employee-table tbody tr:last-child td{box-shadow:inset 0 0px 0 #e4e4e4,inset 1px 0 0 #e4e4e4}.staff-required-page .stafftable-wrapper .css-116kd9q-control{border:0}.staff-required-page .stafftable-wrapper .css-1ekglio-menu{margin-top:1px !important}.staff-required-page .stafftable-wrapper .staffinput{border:0;border-radius:0}.staff-required-page .stafftable-wrapper .staffdelete{display:flex;justify-content:center;gap:6px}.staff-required-page .stafftable-wrapper .delete-btn{background:rgba(0,0,0,0);color:#ff1616;border:none;padding:7px 12px;border-radius:6px;cursor:pointer;transition:all .2s}.staff-required-page .stafftable-wrapper .css-tqczc6-control{border-radius:0px}.staff-required-page .form-control-textarea{width:100%;padding:8px;border:1px solid #dbe0e6;border-radius:8px;font-size:13px;resize:vertical;transition:all .2s}body:has(.staff-required-page) .css-1ekglio-menu{margin-top:0px !important}@media(max-width: 1850px){.Payroll_timestructure .timestrcture-details .timedetail .firstchild_width{width:16.6%}}@media(max-width: 1600px){div.Payroll_timestructure .timestrcture-details .timedetail .firstchild_width{width:24.9%}.attendance-container .summary-card .stats-container{grid-template-columns:repeat(5, 1fr)}}@media(max-width: 1540px){.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card h4{font-size:13px}}@media(max-width: 1440px){.monthlyattendance-container .monthtable-container .fixed-footertableBox{bottom:12px}}@media(max-width: 1400px){.attendance-container .summary-card .stat-number{font-size:24px}.attendance-container .summary-card .stat-label{font-size:14px}.attendance-container .summary-card .stat-box{padding:8px}.attendance-container .summary-card .stats-container{gap:8px}}@media(max-width: 1399px){.LeaveplanAddpage .leaveAllocation .leave-balance{grid-template-columns:repeat(2, 1fr)}.attendance-container .summary-card .stats-container{grid-template-columns:repeat(5, 1fr)}.monthlyattendance-container .monthtable-container .monthtable-wrapper{height:calc(var(--usable-height) - 353px)}}@media screen and (max-width: 1200px){.doc-editor-container{flex-direction:column}.doc-editor-container .doc-main-content{width:100%}.doc-editor-container .doc-sidebar{width:100%}.doc-editor-container .parabtn{display:block}.doc-editor-container .doc-sidebar{position:fixed;top:47px;right:0;height:91%;width:80%;max-width:320px;background:#f9f9f9;z-index:999;transform:translateX(100%);border-left:none;box-shadow:-4px 0 10px rgba(0,0,0,.15)}.doc-sidebar.open{transform:translateX(0)}.doc-editor-container .doc-sidebar .sidebar-header .pay-closebtn{display:block}.monthlyattendance-container .monthtable-container .monthtable-wrapper{height:calc(var(--usable-height) - 352px)}.staff-required-page .staffrequired_card{grid-template-columns:repeat(2, 1fr);gap:14px}}@media(max-width: 1199px){.payrollgridlayout .Employeecard .mainbody .employeeTime .time-box{padding:6px 6px;gap:4px}.payrollgridlayout .Employeecard .mainbody .employeeTime .time-box .label{font-size:13px}.payrollgridlayout .Employeecard .mainbody .employeeTime .time-box .time-value{font-size:13px}div.Payroll_timestructure .timestrcture-details .timedetail .firstchild_width{width:33.33333333%}.payrollgridlayout .Employeecard .Groupname_Header .badge{font-size:12px;font-weight:600;padding:4px 4px}.LeaveplanAddpage .creategroup{margin:7px 0px 7px 7px}.LeaveplanAddpage .allowedleavelimits{margin:7px 7px 7px 0px}.LeaveplanAddpage .leaveAllocation{height:100%;margin-top:20px}.SalaryStructureAddPage .salarytab-container .tabs button .text{font-size:18px}.SalaryStructureAddPage .salarytab-container .total-line h4{font-size:18px}.SalaryStructureAddPage .salarytab-container .total-line span{font-size:18px}}@media(max-width: 1160px){.monthlyattendance-container .monthtable-container .monthtable-wrapper{height:calc(var(--usable-height) - 355px)}}@media screen and (max-width: 1119px){.monthlyattendance-container .monthtable-container .monthtable-wrapper.daywise-wrapper{height:calc(var(--usable-height) - 394px)}}@media(max-width: 1024px){.monthlyattendance-container .monthtable-container .monthtable-wrapper{height:calc(var(--usable-height) - 354px)}.monthlyattendance-container .summary-card{padding:8px 8px 2px 8px}}@media(max-width: 991px){.Payroll_timestructure .timestrcture-details{padding:7px 7px 0px 7px;margin-bottom:10px}.Payroll_timestructure .timestrcture-details .card-custom{padding:10px}.Payroll_timestructure .timestrcture-details .card-custom h3{font-size:18px;color:#181d1f}.Payroll_timestructure .timestrcture-details .effective-date ul li .date-item{padding:0px 6px 0px 3px}.Payroll_timestructure .timestrcture-details .effective-date ul li .date-item span.date-text{font-size:13px}.Payroll_timestructure .timestrcture-details .timedetail .custom-time-card{min-height:110px}.Payroll_timestructure .timestrcture-details .timedetail .custom-time-card .time-label h4{font-size:13px}.Payroll_timestructure .timestrcture-details .timedetail .custom-time-card .time-input{font-size:22px}.Payroll_timestructure .timestrcture-details .timedetail h3{font-size:18px;color:#181d1f}.Payroll_timestructure .Payroll-header{padding:15px 8px}.Payroll_timestructure .add-date-btn{padding:6px}.Payroll_timestructure .plus-icon{font-size:18px}.Payroll_timestructure .week.weekbreak{margin-top:10px}.Payroll_timestructure .weekdays h3{font-size:18px;color:#181d1f}.Payroll_timestructure .weekandbreak .weekoff-card .week.weekbreak .breaktype-body .Breaktypetimepicker{height:34px !important}.payrollgridlayout .Employeecard .mainbody .employeeTime .time-box{padding:6px 5px;gap:3px}.employeemasterlistbtn{height:32px}.employeemaster{height:100%}.SalaryStructureAddPage{height:calc(var(--usable-height) - 188px)}.SalaryStructureAddPage .salarytab-container .salarypercentageinput span{top:7px}.SalaryStructureAddPage .salarytab-container .tabs button .text{font-size:18px}.SalaryStructureAddPage .arrow{display:none}.SalaryStructureAddPage .summary-section .summary-row{width:100%}.SalaryStructureAddPage .salarytab-container .total-line span{font-size:18px}.SalaryStructureAddPage .salarytab-container .total-line h4{font-size:18px}.SalaryStructureAddPage .summary-row{flex-wrap:wrap;justify-content:center}.SalaryStructureAddPage .summary-row-block{flex-direction:column;align-items:flex-start}.SalaryStructureAddPage .summary-row-block .summary-title{text-align:left;width:auto}.payrollpenalty-modal .modal-body{margin:10px 6px}.doc-editor-container .doc-sidebar{position:fixed;top:57px}.doc-editor-container .doc-main-content .doc-sections{height:calc(var(--usable-height) - 214px)}.addnewpage-header.leaveplanpage-header{top:0px}.employeealp-modal .preview-grid{grid-template-columns:repeat(1, 1fr)}.attendance-container .summary-card .summary-title h2{font-size:18px}.attendance-container .top-bar .left-controls{gap:10px}.attendance-container .top-bar{gap:10px}.monthlyattendance-container .receipt_listingHeader .input-group button{height:30px !important}.monthlyattendance-container .monthtable-container .monthtable-wrapper{height:calc(var(--usable-height) - 412px)}.monthlyattendance-container .monthtable-container .fixed-footertableBox{bottom:8px}.monthlyattendance-container .monthtable-container .monthtable-wrapper.daywise-wrapper{height:calc(var(--usable-height) - 418px)}}@media screen and (max-width: 920px){.monthlyattendance-container .monthtable-container .monthtable-wrapper.daywise-wrapper{height:calc(var(--usable-height) - 450px)}}@media screen and (max-width: 768px){.payrollovertimegridlayout{height:calc(var(--usable-height) - 12.5rem)}.payrollgridlayout{height:calc(var(--usable-height) - 12.5rem)}.sidebar-header{border-left:none;border-top:2px solid #ddd}.parameter-list{height:auto}.attendance-container{height:calc(var(--usable-height) - 111px)}.attendance-container .table-wrapper{height:calc(var(--usable-height) - 111px);scrollbar-width:none}.attendance-container .summary-card .stat-number{font-size:20px}.attendance-container .summary-card .stat-box{gap:4px;padding:6px}.attendance-container .summary-card .stat-icon-circle{width:30px;height:30px}.attendance-container .summary-card .stats-container{gap:6px}}@media(max-width: 767px){.Payroll_timestructure .effective-date ul{display:grid;grid-template-columns:repeat(4, 1fr);gap:10px}.Payroll_timestructure .timestrcture-details .effective-date ul li{margin-bottom:0px}.Payroll_timestructure .timestrcture-details .timedetail .custom-time-card{min-height:auto}.timestrcture-details .groupname{margin-top:10px}.payrollovertimegridlayout .overtimecard .overtimebody{padding:10px 5px 5px}.payrollovertimegridlayout .overtimecard .overtimebody .overtimerow .detail{font-size:13px}.Payroll_timestructure .timestrcture-details .weekandbreak .weekoff-card .week.weekbreak .filter-dropdown{width:285px}.LeaveplanAddpage .allowedleavelimits{margin:7px;margin-top:16px}.LeaveplanAddpage .creategroup{margin:7px}.SalaryStructureAddPage{scrollbar-width:none}.SalaryStructureAddPage .salarytab-container .tabs button .text{font-size:16px}.SalaryStructureAddPage .salarytab-container .total-line h4{font-size:16px}.SalaryStructureAddPage .salarytab-container .total-line span{font-size:16px}.SalaryStructureAddPage .rightsalarybtn{margin-top:6px;margin-bottom:10px}.SalaryStructureAddPage .summary-section .summary-title{font-size:18px}.SalaryStructureAddPage .summary-section .summary-row .summary-card p{font-size:18px}.SalaryStructureAddPage .summary-section .summary-row .summary-card h4{font-size:14px}.SalaryStructureAddPage .salarytab-container .tab-content{padding:15px 15px}.SalaryStructureAddPage .salarytab-container{margin:4px}.SalaryStructureAddPage .salarytab-container .total-line{padding:15px 15px}.SalaryStructureAddPage .summary-section .summary-row .summary-card{padding:10px}.employeemasterSearch .form-control{width:280px}.attendance-container .summary-card .stats-container{grid-template-columns:repeat(3, 1fr)}.monthlyattendance-container .monthtable-container .monthtable-wrapper{height:calc(var(--usable-height) - 464px)}.attendance-container{scrollbar-width:none}.monthlyattendance-container .monthtable-container .monthtable-wrapper.daywise-wrapper{height:calc(var(--usable-height) - 500px)}.staff-required-page .staffrequired_card .stat-card{padding:10px}.staff-required-page .staffrequired_card .stat-number{font-size:22px}.staff-required-page .staffrequired_card .stat-label{font-size:14px}.staff-required-page .Addstaff_table .section-header{font-size:18px}}@media(max-width: 575px){.LeaveplanAddpage .leaveAllocation .leave-balance{grid-template-columns:repeat(1, 1fr)}.employeelistfilter-tabs .toggle-btn{display:flex;align-items:center;justify-content:center}.employeelistfilter-tabs .filter-options{display:none;flex-direction:column;position:absolute;top:34px;right:0;width:130px;background:#fff;border:1px solid #dce3f0;border-radius:6px;padding:10px;box-shadow:0 4px 10px rgba(0,0,0,.1);z-index:10}.employeelistfilter-tabs .toggle-input:checked+.toggle-btn+.filter-options{display:flex;align-items:start;gap:10px}.SalaryStructureAddPage .summary-section .summary-row .summary-card{flex:1 1 100%}.SalaryStructureAddPage .salarytab-container .tab-content{padding:15px 10px}.SalaryStructureAddPage .salarytab-container .tabs button .text{font-size:15px;line-height:18px}.SalaryStructureAddPage .summary-section .summary-row{gap:10px}.SalaryStructureAddPage .specialsalarywidth{width:100%}.SalaryStructureAddPage .summary-row{flex-direction:column;align-items:center}.SalaryStructureAddPage .summary-card{width:100%}.doc-editor-container .doc-main-content .doc-sections{height:calc(var(--usable-height) - 320px)}.doc-editor-container .doc-main-content .header-editor .jodit-container,.doc-editor-container .doc-main-content .footer-editor .jodit-container{min-height:400px !important}.attendance-container{height:calc(var(--usable-height) - 140px)}.attendance-container .table-wrapper{height:calc(var(--usable-height) - 140px);scrollbar-width:none}body:has(.monthlyattendance-container) .attendance-container{height:100%}body:has(.monthlyattendance-container) .custom-header-sticky{scrollbar-width:none}.monthlyattendance-container .monthtable-container .monthtable-wrapper{height:calc(var(--usable-height) - 90px)}.monthlyattendance-container .monthtable-container .fixed-footertableBox{bottom:0px}.monthlyattendance-container .monthtable-container .monthtable-wrapper.daywise-wrapper{height:calc(var(--usable-height) - 90px)}.monthlyattendance-container .attendance-legend{bottom:0px;position:fixed}.staff-required-page .staffrequired_card{gap:14px}}@media(max-width: 570px){.Payroll_timestructure .Payroll-header{display:block}.Payroll_timestructure .Payroll-header h2{font-size:18px;margin-bottom:8px}.Payroll_timestructure .Payroll-header .payroll-breadcrumb{width:100%}.Payroll_timestructure .effective-date ul{display:grid;grid-template-columns:repeat(2, 1fr);gap:10px}.Payroll_timestructure .timestrcture-details .effective-date ul li{margin-bottom:0px}div.Payroll_timestructure .timestrcture-details .timedetail .firstchild_width{width:50%}.view-toggle.payrolllist_grid{width:auto;justify-content:center;gap:6px}}@media(max-width: 450px){.SalaryStructureAddPage .salarytab-container .bonusright{display:block}.SalaryStructureAddPage .salarytab-container .salarypercentageinput .bonus{width:100%;margin-bottom:5px}.SalaryStructureAddPage .salarytab-container .salarypercentageinput .bonusleft{width:100%}.employeemasterSearch .form-control{width:220px}.attendance-container .summary-card .stats-container{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 400px){.specialwidthforleaveallocation{width:100%}.leavecancelmodal_radiobutton{padding-right:14px !important}.SalaryStructureAddPage .salarytab-container .tabs button{min-width:25%}}@media(max-width: 320px){.SalaryStructureAddPage{height:calc(var(--usable-height) - 184px)}}.submenu-sidebar1{display:flex;flex-direction:column;position:absolute;background:#fff;z-index:1050;padding:0;left:0;top:36px;border-radius:6px;width:270px;transition:transform .3s ease-in-out;box-shadow:0px 7px 15px 0px #cacaca}.submenu-sidebar1.menu-open{transform:translateY(0);visibility:visible}.submenu-sidebar1.menu-closed{transform:translateY(-3%);z-index:99 !important;top:40px;visibility:hidden}.submenu-sidebar1.menu-closed .new-icon-wrapper{transition:none}.submenu-sidebar1 .tabmastermenu{list-style:none;padding:0;margin:0;width:100%;overflow-y:auto;padding-top:0px;height:100%;max-height:calc(100vh - 15rem)}.tabmastermenu li{position:relative;width:100%;cursor:pointer;border-bottom:1px solid #eee;background-color:#fff;list-style:none}.tabmastermenu li:has(.sub-menu) .sub-menu .menu-item-content{background-color:#fff}.tabmastermenu li:has(.sub-menu) .sub-menu .menu-item-content:hover{background-color:#f1f1f1}.tabmastermenu li:has(.menu-item-content.active){background-color:#cddffb}.mini-sidebar .submenu-sidebar1.menu-open .menu-arrow{display:flex !important}.menu-item-title{display:flex;align-items:center;gap:6px;font-weight:700;line-height:1.2}.fav_star_icon{display:flex;align-items:center;line-height:1}.fav__img_outline{display:none}.menu-item-content:hover .fav__img_outline{display:block}.fav__img_Bg{display:block}.sub-menu{display:none;left:100%;top:-1px;width:270px;background:#eaf3fe;list-style:none;padding:0;margin:0;z-index:10000}li.has-children:hover>.sub-menu{display:block}li.has-children:hover>.sub-menu li .menu-item-content{padding-left:20px}li.has-children:hover>.sub-menu li .sub-menu li .menu-item-content{padding-left:40px}li.has-children:has(.sub-menu)>.menu-item-content .fav_star_icon{margin-left:auto;margin-right:10px}.menu-item-content .menu-arrow .fi{font-size:18px;height:18px;transition:all .3s ease}.submenu-sidebar1,.sidemenu_hide_show1,.nav-pills,.page_sideMenu .tabmastermenu,.tabmastermenu li,.flyout-submenu{overflow:visible !important}.flyout-submenu{display:none;position:absolute;left:100%;top:0;width:300px;background-color:#fff;border:1px solid #e0e0e0;box-shadow:4px 4px 12px rgba(0,0,0,.1);padding:0;margin:0;list-style:none;z-index:10000;border-radius:6px}.tabmastermenu .flyout-submenu li:first-child,.tabmastermenu .flyout-submenu li:first-child .menu-item-content{border-top-left-radius:6px;border-top-right-radius:6px}.tabmastermenu .has-children.parent:hover .menu-arrow .fi.parent{transition:all .3s ease;transform:rotate(90deg)}.tabmastermenu .has-children.sub-child:hover .menu-arrow .fi.sub-child{transition:all .3s ease;transform:rotate(90deg)}.tabmastermenu li:hover>.flyout-submenu{display:block !important}.submenu-sidebar1.menu-closed .menu-item-content .menu-arrow .fi{transition:none}.menu-item-content{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;cursor:pointer;background:#fff;transition:background .2s;white-space:nowrap;height:40px}.tabmastermenu li:hover>.menu-item-content{background-color:#f2f5fa;color:#333}.menu-arrow{display:flex;margin-left:10px}.sidemenu_hide_show1{position:relative;border-radius:4px;z-index:1000;background-color:rgba(0,0,0,0);width:28px;height:26px;display:flex;align-items:center;justify-content:center}.page-wrapper:has(.submenu-sidebar1.menu-open) .sidebarMenu_view{background:linear-gradient(317deg, #275ecd 0%, #2f5dc1 100%) !important}.sidemenu_hide_show1 a:focus{border:none}.sidemenu_hide_show1:has(.hamburger.is-active),.sidemenu_hide_show1:hover{background-color:#6689d6}.sidemenu_hide_show1:has(.hamburger.is-active) svg,.sidemenu_hide_show1:hover svg{color:#fff}.sidemenu_hide_show1 .menu_toggle_btn{cursor:pointer;display:flex;align-items:center;justify-content:center;width:100%}.hamburger .line{width:20px;height:2px;background-color:#333;display:block;margin:4px auto;transition:all .3s ease-in-out}.hamburger svg{color:#fff;width:20px;height:20px}.hamburger.is-active .line:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger.is-active .line:nth-child(2){opacity:0}.hamburger.is-active .line:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media(max-width: 991px){.submenu-sidebar1{box-shadow:3px 0px 10px rgba(0,0,0,.1);width:330px}.submenu-sidebar1 .tabmastermenu{overflow-y:visible !important}.flyout-submenu{display:none;position:relative;width:auto;border:none;box-shadow:none;border-radius:0;left:unset}.flyout-submenu .sub-child .menu-item-content{padding:6px 12px 6px 26px}.flyout-submenu .sub-child .sub-child .menu-item-content{padding:6px 12px 6px 40px}.tabmastermenu .flyout-submenu li:last-child,.tabmastermenu .flyout-submenu li:last-child .menu-item-content{border-top-left-radius:0px;border-top-right-radius:0px}}
