@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
.text-primary {
  color: var(--primary);
}

.text-primary-10 {
  color: var(--primary-10);
}

.text-primary-20 {
  color: var(--primary-20);
}

.text-primary-light {
  color: var(--primary-light);
}

.text-primary-dark {
  color: var(--primary-dark);
}

.text-red {
  color: var(--red);
}

.text-danger {
  color: var(--danger);
}

.text-green {
  color: var(--green);
}

.text-success {
  color: var(--success);
}

.text-white {
  color: var(--white);
}

.text-white-80 {
  color: var(--white-80);
}

.text-light {
  color: var(--light);
}

.text-menu-light {
  color: var(--menu-light);
}

.text-dark {
  color: var(--dark);
}

.text-dark-50 {
  color: var(--dark-50);
}

.text-muted {
  color: var(--muted);
}

.text-black {
  color: var(--black);
}

.text-dark {
  color: var(--dark) !important;
}

:root {
  --userpic-size:40px;
  --sidebar-Width:270px;
  --btn-font-size:14px;
  --fs-clamp-16: clamp(0.75rem, 0.7143rem + 0.1786vw, 1rem);
  --fs-clamp-18:clamp(0.875rem, 0.8393rem + 0.1786vw, 1.125rem);
  --fs-clamp-20:clamp(0.875rem, 0.8214rem + 0.2679vw, 1.25rem);
  --fs-clamp-30:clamp(1.25rem, 1.1607rem + 0.4464vw, 1.875rem);
  --fs-clamp-34:clamp(1.5rem, 1.4107rem + 0.4464vw, 2.125rem);
  --fs-clamp-40:clamp(2.125rem, 2.0714rem + 0.2679vw, 2.5rem);
  --fs-clamp-60:clamp(2.125rem, 1.8929rem + 1.1607vw, 3.75rem);
  --primary:rgb(59, 142, 235);
  --primary-10:rgba(67, 186, 235, 0.1);
  --primary-20:rgba(67, 186, 235, 0.2);
  --primary-light:#ebf3fd;
  --primary-dark:#0d4380;
  --red:#F35151;
  --danger:#F35151;
  --green:#18BE78;
  --success:#18BE78;
  --white:#fff;
  --white-80:rgba(255, 255, 255, 0.8);
  --light:#eaedf7;
  --menu-light:rgba(255, 255, 255, 0.4);
  --dark:#00448E;
  --dark-50:rgba(0, 68, 142, 0.5);
  --muted:#d3d3d3;
  --black:#000000;
  --fs-10: 10px;
  --fs-12: 12px;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-22: 22px;
  --fs-24: 24px;
  --fs-26: 26px;
  --fs-28: 28px;
  --fs-30: 30px;
  --fs-32: 32px;
  --fs-34: 34px;
  --fs-36: 36px;
  --fs-38: 38px;
  --fs-40: 40px;
  --fs-42: 42px;
  --fs-44: 44px;
  --fs-46: 46px;
  --fs-48: 48px;
  --fs-50: 50px;
  --fs-52: 52px;
  --fs-54: 54px;
  --fs-56: 56px;
  --fs-58: 58px;
}

.btn-primary {
  background-color: var(--primary);
}

.btn-primary-10 {
  background-color: var(--primary-10);
}

.btn-primary-20 {
  background-color: var(--primary-20);
}

.btn-primary-light {
  background-color: var(--primary-light);
}

.btn-primary-dark {
  background-color: var(--primary-dark);
}

.btn-red {
  background-color: var(--red);
}

.btn-danger {
  background-color: var(--danger);
}

.btn-green {
  background-color: var(--green);
}

.btn-success {
  background-color: var(--success);
}

.btn-white {
  background-color: var(--white);
}

.btn-white-80 {
  background-color: var(--white-80);
}

.btn-light {
  background-color: var(--light);
}

.btn-menu-light {
  background-color: var(--menu-light);
}

.btn-dark {
  background-color: var(--dark);
}

.btn-dark-50 {
  background-color: var(--dark-50);
}

.btn-muted {
  background-color: var(--muted);
}

.btn-black {
  background-color: var(--black);
}

.font-base {
  font-family: "Inter", sans-serif;
}

.fs-10 {
  font-size: 10px !important;
}

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

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-52 {
  font-size: 52px !important;
}

.fs-54 {
  font-size: 54px !important;
}

.fs-56 {
  font-size: 56px !important;
}

.fs-58 {
  font-size: 58px !important;
}

.fs-clamp-12 {
  font-size: var(--fs-clamp-12);
}

.fs-clamp-14 {
  font-size: var(--fs-clamp-14);
}

.fs-clamp-16 {
  font-size: var(--fs-clamp-16);
}

.fs-clamp-18 {
  font-size: var(--fs-clamp-18);
}

.fs-clamp-20 {
  font-size: var(--fs-clamp-20);
}

.fs-clamp-22 {
  font-size: var(--fs-clamp-22);
}

.fs-clamp-24 {
  font-size: var(--fs-clamp-24);
}

.fs-clamp-26 {
  font-size: var(--fs-clamp-26);
}

.fs-clamp-28 {
  font-size: var(--fs-clamp-28);
}

.fs-clamp-30 {
  font-size: var(--fs-clamp-30);
}

.fs-clamp-32 {
  font-size: var(--fs-clamp-32);
}

.fs-clamp-34 {
  font-size: var(--fs-clamp-34);
}

.fs-clamp-36 {
  font-size: var(--fs-clamp-36);
}

.fs-clamp-38 {
  font-size: var(--fs-clamp-38);
}

.fs-clamp-40 {
  font-size: var(--fs-clamp-40);
}

.fs-clamp-42 {
  font-size: var(--fs-clamp-42);
}

.fs-clamp-44 {
  font-size: var(--fs-clamp-44);
}

.fs-clamp-46 {
  font-size: var(--fs-clamp-46);
}

.fs-clamp-48 {
  font-size: var(--fs-clamp-48);
}

.fs-clamp-50 {
  font-size: var(--fs-clamp-50);
}

.fs-clamp-52 {
  font-size: var(--fs-clamp-52);
}

.fs-clamp-54 {
  font-size: var(--fs-clamp-54);
}

.fs-clamp-56 {
  font-size: var(--fs-clamp-56);
}

.fs-clamp-58 {
  font-size: var(--fs-clamp-58);
}

.title-14 {
  font-size: 14px;
}

.title-16 {
  font-size: 16px;
}

.title-18 {
  font-size: 18px;
}

.title-20 {
  font-size: 20px;
}

.title-22 {
  font-size: 22px;
}

.title-24 {
  font-size: 24px;
}

.title-26 {
  font-size: 26px;
}

.title-28 {
  font-size: 28px;
}

.title-30 {
  font-size: 30px;
}

.title-32 {
  font-size: 32px;
}

.title-34 {
  font-size: 34px;
}

.title-36 {
  font-size: 36px;
}

.title-38 {
  font-size: 38px;
}

.title-40 {
  font-size: 40px;
}

.title-42 {
  font-size: 42px;
}

.title-44 {
  font-size: 44px;
}

.title-46 {
  font-size: 46px;
}

.title-48 {
  font-size: 48px;
}

.title-50 {
  font-size: 50px;
}

.title-52 {
  font-size: 52px;
}

.title-54 {
  font-size: 54px;
}

.title-56 {
  font-size: 56px;
}

.title-58 {
  font-size: 58px;
}

.title-inline {
  display: inline-flex;
  align-items: center;
}

.title-flex {
  display: flex;
  align-items: center;
}

.uppr {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.normal-text {
  font-size: 14px;
}

.main-title h2, .main-title .lg {
  font-size: 40px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 400;
}

.btn {
  display: inline-flex;
  align-items: center;
  place-content: center;
  font-size: var(--btn-font-size);
  padding: 10px 20px;
  height: 50px;
  color: white;
  border: transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  gap: 10px;
}
.btn .icon-svg {
  height: 25px;
  fill: #fff;
}
.btn .icon-svg * {
  fill: #fff;
}

.btn-fluid, .btn-full {
  display: flex;
  width: 100%;
}

.btn-fab {
  --size:40px;
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
  -webkit-border-radius: var(--size);
  -moz-border-radius: var(--size);
  -o-border-radius: var(--size);
}
.btn-fab.btn-md {
  --size:60px;
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
  -webkit-border-radius: var(--size);
  -moz-border-radius: var(--size);
  -o-border-radius: var(--size);
}
.btn-fab.btn-md i {
  font-size: calc(var(--size) / 2.5);
}
.btn-fab.btn-lg {
  --size:80px;
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
  -webkit-border-radius: var(--size);
  -moz-border-radius: var(--size);
  -o-border-radius: var(--size);
}
.btn-fab.btn-lg i {
  font-size: calc(var(--size) / 2.5);
}

.btn-round {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  min-width: 120px;
}

.btn-small {
  font-size: 12px;
  height: 30px;
}
.btn-small i {
  font-size: 12px !important;
}

.btn-min-200 {
  min-width: 200px;
}

.btn i.bi-plus {
  font-size: calc(var(--btn-font-size) + 6px);
}

.btn-sm {
  height: 40px;
  font-size: calc(var(--btn-font-size) - 2px);
}

.btn-xs {
  height: 30px;
  font-size: calc(var(--btn-font-size) - 4px);
}

.btn-primary {
  background: var(--primary);
}
.btn-primary:hover, .btn-primary:focus-within {
  background: #125cae;
  border-color: #125cae;
  color: var(--white);
}

.btn-outline-primary {
  background: none;
  border: 1px solid var(--primary) !important;
  color: var(--primary);
}
.btn-outline-primary:hover, .btn-outline-primary:focus-within {
  background: var(--primary);
  color: #fff;
  border-color: transparent;
}

.btn-primary-10 {
  background: var(--primary-10);
}
.btn-primary-10:hover, .btn-primary-10:focus-within {
  background: rgba(19, 134, 181, 0.1);
  border-color: rgba(19, 134, 181, 0.1);
  color: var(--white);
}

.btn-outline-primary-10 {
  background: none;
  border: 1px solid var(--primary-10) !important;
  color: var(--primary-10);
}
.btn-outline-primary-10:hover, .btn-outline-primary-10:focus-within {
  background: var(--primary-10);
  color: #fff;
  border-color: transparent;
}

.btn-primary-20 {
  background: var(--primary-20);
}
.btn-primary-20:hover, .btn-primary-20:focus-within {
  background: rgba(19, 134, 181, 0.2);
  border-color: rgba(19, 134, 181, 0.2);
  color: var(--white);
}

.btn-outline-primary-20 {
  background: none;
  border: 1px solid var(--primary-20) !important;
  color: var(--primary-20);
}
.btn-outline-primary-20:hover, .btn-outline-primary-20:focus-within {
  background: var(--primary-20);
  color: #fff;
  border-color: transparent;
}

.btn-primary-light {
  background: var(--primary-light);
}
.btn-primary-light:hover, .btn-primary-light:focus-within {
  background: #8ebef4;
  border-color: #8ebef4;
  color: var(--white);
}

.btn-outline-primary-light {
  background: none;
  border: 1px solid var(--primary-light) !important;
  color: var(--primary-light);
}
.btn-outline-primary-light:hover, .btn-outline-primary-light:focus-within {
  background: var(--primary-light);
  color: #fff;
  border-color: transparent;
}

.btn-primary-dark {
  background: var(--primary-dark);
}
.btn-primary-dark:hover, .btn-primary-dark:focus-within {
  background: #041323;
  border-color: #041323;
  color: var(--white);
}

.btn-outline-primary-dark {
  background: none;
  border: 1px solid var(--primary-dark) !important;
  color: var(--primary-dark);
}
.btn-outline-primary-dark:hover, .btn-outline-primary-dark:focus-within {
  background: var(--primary-dark);
  color: #fff;
  border-color: transparent;
}

.btn-red {
  background: var(--red);
}
.btn-red:hover, .btn-red:focus-within {
  background: #d00e0e;
  border-color: #d00e0e;
  color: var(--white);
}

.btn-outline-red {
  background: none;
  border: 1px solid var(--red) !important;
  color: var(--red);
}
.btn-outline-red:hover, .btn-outline-red:focus-within {
  background: var(--red);
  color: #fff;
  border-color: transparent;
}

.btn-danger {
  background: var(--danger);
}
.btn-danger:hover, .btn-danger:focus-within {
  background: #d00e0e;
  border-color: #d00e0e;
  color: var(--white);
}

.btn-outline-danger {
  background: none;
  border: 1px solid var(--danger) !important;
  color: var(--danger);
}
.btn-outline-danger:hover, .btn-outline-danger:focus-within {
  background: var(--danger);
  color: #fff;
  border-color: transparent;
}

.btn-green {
  background: var(--green);
}
.btn-green:hover, .btn-green:focus-within {
  background: #0d633f;
  border-color: #0d633f;
  color: var(--white);
}

.btn-outline-green {
  background: none;
  border: 1px solid var(--green) !important;
  color: var(--green);
}
.btn-outline-green:hover, .btn-outline-green:focus-within {
  background: var(--green);
  color: #fff;
  border-color: transparent;
}

.btn-success {
  background: var(--success);
}
.btn-success:hover, .btn-success:focus-within {
  background: #0d633f;
  border-color: #0d633f;
  color: var(--white);
}

.btn-outline-success {
  background: none;
  border: 1px solid var(--success) !important;
  color: var(--success);
}
.btn-outline-success:hover, .btn-outline-success:focus-within {
  background: var(--success);
  color: #fff;
  border-color: transparent;
}

.btn-white {
  background: var(--white);
}
.btn-white:hover, .btn-white:focus-within {
  background: #cccccc;
  border-color: #cccccc;
  color: var(--white);
}

.btn-outline-white {
  background: none;
  border: 1px solid var(--white) !important;
  color: var(--white);
}
.btn-outline-white:hover, .btn-outline-white:focus-within {
  background: var(--white);
  color: #fff;
  border-color: transparent;
}

.btn-white-80 {
  background: var(--white-80);
}
.btn-white-80:hover, .btn-white-80:focus-within {
  background: rgba(204, 204, 204, 0.8);
  border-color: rgba(204, 204, 204, 0.8);
  color: var(--white);
}

.btn-outline-white-80 {
  background: none;
  border: 1px solid var(--white-80) !important;
  color: var(--white-80);
}
.btn-outline-white-80:hover, .btn-outline-white-80:focus-within {
  background: var(--white-80);
  color: #fff;
  border-color: transparent;
}

.btn-light {
  background: var(--light);
}
.btn-light:hover, .btn-light:focus-within {
  background: #a0aedb;
  border-color: #a0aedb;
  color: var(--white);
}

.btn-outline-light {
  background: none;
  border: 1px solid var(--light) !important;
  color: var(--light);
}
.btn-outline-light:hover, .btn-outline-light:focus-within {
  background: var(--light);
  color: #fff;
  border-color: transparent;
}

.btn-menu-light {
  background: var(--menu-light);
}
.btn-menu-light:hover, .btn-menu-light:focus-within {
  background: rgba(204, 204, 204, 0.4);
  border-color: rgba(204, 204, 204, 0.4);
  color: var(--white);
}

.btn-outline-menu-light {
  background: none;
  border: 1px solid var(--menu-light) !important;
  color: var(--menu-light);
}
.btn-outline-menu-light:hover, .btn-outline-menu-light:focus-within {
  background: var(--menu-light);
  color: #fff;
  border-color: transparent;
}

.btn-dark {
  background: var(--dark);
}
.btn-dark:hover, .btn-dark:focus-within {
  background: #001328;
  border-color: #001328;
  color: var(--white);
}

.btn-outline-dark {
  background: none;
  border: 1px solid var(--dark) !important;
  color: var(--dark);
}
.btn-outline-dark:hover, .btn-outline-dark:focus-within {
  background: var(--dark);
  color: #fff;
  border-color: transparent;
}

.btn-dark-50 {
  background: var(--dark-50);
}
.btn-dark-50:hover, .btn-dark-50:focus-within {
  background: rgba(0, 19, 40, 0.5);
  border-color: rgba(0, 19, 40, 0.5);
  color: var(--white);
}

.btn-outline-dark-50 {
  background: none;
  border: 1px solid var(--dark-50) !important;
  color: var(--dark-50);
}
.btn-outline-dark-50:hover, .btn-outline-dark-50:focus-within {
  background: var(--dark-50);
  color: #fff;
  border-color: transparent;
}

.btn-muted {
  background: var(--muted);
}
.btn-muted:hover, .btn-muted:focus-within {
  background: #a0a0a0;
  border-color: #a0a0a0;
  color: var(--white);
}

.btn-outline-muted {
  background: none;
  border: 1px solid var(--muted) !important;
  color: var(--muted);
}
.btn-outline-muted:hover, .btn-outline-muted:focus-within {
  background: var(--muted);
  color: #fff;
  border-color: transparent;
}

.btn-black {
  background: var(--black);
}
.btn-black:hover, .btn-black:focus-within {
  background: black;
  border-color: black;
  color: var(--white);
}

.btn-outline-black {
  background: none;
  border: 1px solid var(--black) !important;
  color: var(--black);
}
.btn-outline-black:hover, .btn-outline-black:focus-within {
  background: var(--black);
  color: #fff;
  border-color: transparent;
}

.btn-black:hover, .btn-green:hover {
  color: white !important;
}

.btn-white, .btn-light {
  color: var(--dark) !important;
}
.btn-white:hover, .btn-white:focus-within, .btn-light:hover, .btn-light:focus-within {
  color: var(--dark) !important;
}

.form-wrapper {
  max-width: 600px;
}

.custom-input {
  display: flex;
  height: 76px;
  padding: 15px 30px;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  border: 3px solid var(--white, #FFF);
  background: var(--white, #FFF);
  box-shadow: 1px 4px 16px 2px rgba(0, 0, 0, 0.15) inset, 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
}

.table {
  --table-primary:var(--primary);
}

.table-primary {
  color: var(--primary);
  border-color: var(--primary);
  color: white;
}
.table-primary th, .table-primary td {
  background-color: var(--table-primary);
}

.table {
  --table-primary-10:var(--primary-10);
}

.table-primary-10 {
  color: var(--primary-10);
  border-color: var(--primary-10);
  color: white;
}
.table-primary-10 th, .table-primary-10 td {
  background-color: var(--table-primary-10);
}

.table {
  --table-primary-20:var(--primary-20);
}

.table-primary-20 {
  color: var(--primary-20);
  border-color: var(--primary-20);
  color: white;
}
.table-primary-20 th, .table-primary-20 td {
  background-color: var(--table-primary-20);
}

.table {
  --table-primary-light:var(--primary-light);
}

.table-primary-light {
  color: var(--primary-light);
  border-color: var(--primary-light);
  color: white;
}
.table-primary-light th, .table-primary-light td {
  background-color: var(--table-primary-light);
}

.table {
  --table-primary-dark:var(--primary-dark);
}

.table-primary-dark {
  color: var(--primary-dark);
  border-color: var(--primary-dark);
  color: white;
}
.table-primary-dark th, .table-primary-dark td {
  background-color: var(--table-primary-dark);
}

.table {
  --table-red:var(--red);
}

.table-red {
  color: var(--red);
  border-color: var(--red);
  color: white;
}
.table-red th, .table-red td {
  background-color: var(--table-red);
}

.table {
  --table-danger:var(--danger);
}

.table-danger {
  color: var(--danger);
  border-color: var(--danger);
  color: white;
}
.table-danger th, .table-danger td {
  background-color: var(--table-danger);
}

.table {
  --table-green:var(--green);
}

.table-green {
  color: var(--green);
  border-color: var(--green);
  color: white;
}
.table-green th, .table-green td {
  background-color: var(--table-green);
}

.table {
  --table-success:var(--success);
}

.table-success {
  color: var(--success);
  border-color: var(--success);
  color: white;
}
.table-success th, .table-success td {
  background-color: var(--table-success);
}

.table {
  --table-white:var(--white);
}

.table-white {
  color: var(--white);
  border-color: var(--white);
  color: white;
}
.table-white th, .table-white td {
  background-color: var(--table-white);
}

.table {
  --table-white-80:var(--white-80);
}

.table-white-80 {
  color: var(--white-80);
  border-color: var(--white-80);
  color: white;
}
.table-white-80 th, .table-white-80 td {
  background-color: var(--table-white-80);
}

.table {
  --table-light:var(--light);
}

.table-light {
  color: var(--light);
  border-color: var(--light);
  color: white;
}
.table-light th, .table-light td {
  background-color: var(--table-light);
}

.table {
  --table-menu-light:var(--menu-light);
}

.table-menu-light {
  color: var(--menu-light);
  border-color: var(--menu-light);
  color: white;
}
.table-menu-light th, .table-menu-light td {
  background-color: var(--table-menu-light);
}

.table {
  --table-dark:var(--dark);
}

.table-dark {
  color: var(--dark);
  border-color: var(--dark);
  color: white;
}
.table-dark th, .table-dark td {
  background-color: var(--table-dark);
}

.table {
  --table-dark-50:var(--dark-50);
}

.table-dark-50 {
  color: var(--dark-50);
  border-color: var(--dark-50);
  color: white;
}
.table-dark-50 th, .table-dark-50 td {
  background-color: var(--table-dark-50);
}

.table {
  --table-muted:var(--muted);
}

.table-muted {
  color: var(--muted);
  border-color: var(--muted);
  color: white;
}
.table-muted th, .table-muted td {
  background-color: var(--table-muted);
}

.table {
  --table-black:var(--black);
}

.table-black {
  color: var(--black);
  border-color: var(--black);
  color: white;
}
.table-black th, .table-black td {
  background-color: var(--table-black);
}

.delete-icon {
  color: var(--danger);
}

.table th, .table td {
  padding: 15px;
}
.table .action-tools {
  gap: 20px;
  display: flex;
  margin: auto;
  justify-content: center;
}
.table .action-tools a {
  color: var(--dark);
}
.table .action-tools .delete-icon {
  color: var(--danger);
}
.table .IsActive {
  color: var(--green);
}

.table-result {
  font-size: 12px;
}
.table-result td, .table-result th {
  padding: 6px 10px;
}
.table-result .badge {
  min-width: 30px;
}

.table-O-300 {
  overflow: auto;
  max-height: 300px;
}

.table-O-400 {
  overflow: auto;
  max-height: 400px;
}

.table-O-500 {
  overflow: auto;
  max-height: 500px;
}

.table-responsive {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
}

.th-check-mark {
  width: 50px;
  text-align: center;
  align-items: center;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(59, 142, 235);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  outline: 1px solid #fff;
}

html, html * {
  scrollbar-width: thin;
  scrollbar-color: rgb(59, 142, 235) #eaedf7;
}

::-moz-scrollbar {
  width: 4px;
}

::-moz-scrollbar-track {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
}

::-moz-scrollbar-thumb {
  background-color: rgb(59, 142, 235);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  outline: 1px solid #fff;
}

html, html * {
  scrollbar-width: thin;
  scrollbar-color: rgb(59, 142, 235) #eaedf7;
}

::-o-scrollbar {
  width: 4px;
}

::-o-scrollbar-track {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
}

::-o-scrollbar-thumb {
  background-color: rgb(59, 142, 235);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  outline: 1px solid #fff;
}

html, html * {
  scrollbar-width: thin;
  scrollbar-color: rgb(59, 142, 235) #eaedf7;
}

body {
  font-family: "Inter", sans-serif;
  background: var(--light);
  margin: 0;
  padding: 0;
}

body {
  font-weight: normal;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: var(--dark);
  background: linear-gradient(134deg, #D5DAF8 0%, #AFDEFF 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  touch-action: manipulation;
  font-feature-settings: "liga" 0;
  overflow-y: scroll;
  width: 100%;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif !important;
}

a, .link {
  text-decoration: none;
  color: rgb(59, 142, 235);
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
}
a:hover, a:focus, .link:hover, .link:focus {
  text-decoration: none !important;
  color: rgb(59, 142, 235);
}

.section-padding {
  padding-top: 75px;
}

.section-padding-both {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-padding-30 {
  padding-top: 30px;
}

.section-padding-both-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-padding-50 {
  padding-top: 50px;
}

.section-padding-both-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.relative {
  position: relative;
}

.page {
  display: flex;
  min-height: 100vh;
  border-radius: 10px;
}

.ps {
  overflow: hidden;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  gap: 50px;
}

.whitebox, .whiteBox, .white-box {
  background: var(--white);
  padding: 30px;
  border-radius: 20px;
}
.whitebox.shadow, .whiteBox.shadow, .white-box.shadow {
  box-shadow: 0 6px 20px var(--primary-20) !important;
}
.whitebox1, .whiteBox1, .white-box1 {
    background: var(--white);
    padding: 30px;
    border-radius: 20px;
}

    .whitebox1.shadow, .whiteBox1.shadow, .white-box1.shadow {
        box-shadow: 0 6px 20px var(--primary-20) !important;
    }


bg-primary {
  background-color: var(--primary);
}

bg-primary-10 {
  background-color: var(--primary-10);
}

bg-primary-20 {
  background-color: var(--primary-20);
}

bg-primary-light {
  background-color: var(--primary-light);
}

bg-primary-dark {
  background-color: var(--primary-dark);
}

bg-red {
  background-color: var(--red);
}

bg-danger {
  background-color: var(--danger);
}

bg-green {
  background-color: var(--green);
}

bg-success {
  background-color: var(--success);
}

bg-white {
  background-color: var(--white);
}

bg-white-80 {
  background-color: var(--white-80);
}

bg-light {
  background-color: var(--light);
}

bg-menu-light {
  background-color: var(--menu-light);
}

bg-dark {
  background-color: var(--dark);
}

bg-dark-50 {
  background-color: var(--dark-50);
}

bg-muted {
  background-color: var(--muted);
}

bg-black {
  background-color: var(--black);
}

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

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

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

.middle-inner-between {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 340px;
}

.spacer-10 {
  min-height: 10px;
}

.spacer-20 {
  min-height: 20px;
}

.spacer-30 {
  min-height: 30px;
}

.spacer-40 {
  min-height: 40px;
}

.spacer-50 {
  min-height: 50px;
}

.spacer-60 {
  min-height: 60px;
}

.spacer-70 {
  min-height: 70px;
}

.spacer-80 {
  min-height: 80px;
}

.spacer-90 {
  min-height: 90px;
}

.spacer-100 {
  min-height: 100px;
}

.spacer-110 {
  min-height: 110px;
}

.spacer-120 {
  min-height: 120px;
}

.spacer-130 {
  min-height: 130px;
}

.spacer-140 {
  min-height: 140px;
}

.spacer-150 {
  min-height: 150px;
}

.spacer-160 {
  min-height: 160px;
}

.spacer-170 {
  min-height: 170px;
}

.spacer-180 {
  min-height: 180px;
}

.spacer-190 {
  min-height: 190px;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.langSwitcher {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.15);
}
.langSwitcher .item {
  display: flex;
  padding: 6px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  min-width: 34px;
  color: #00448E;
}
.langSwitcher .item.active {
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.footer-sec .time {
  font-size: 24px;
  color: var(--dark);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background: white;
  z-index: 999;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}

#status {
  width: 100px;
  height: 100px;
  background-image: url(../img/loader.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

lottie-player {
  width: 300px;
  height: 300px;
}

.servicetext {
  font-size: var(--fs-clamp-30);
  color: var(--dark);
  font-weight: 600;
}

.page-title {
  font-size: var(--fs-clamp-60);
  color: var(--dark);
  font-weight: 500;
}

.grid-box-items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
.grid-box-items .item:nth-of-type(1), .grid-box-items .item:nth-of-type(2) {
  grid-column: span 3;
}
.grid-box-items .item {
  grid-column: span 2;
}

.iconGridBox {
  background: var(--white);
  padding: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  transition: all 0.15s linear;
  box-shadow: 0px 12px 30px 0px rgba(0, 68, 142, 0.2);
}
.iconGridBox:hover {
  background: var(--white-80);
  box-shadow: 0px 2px 8px 0px rgba(0, 68, 142, 0.2);
}
.iconGridBox:hover .icon-area {
  transform: scale(0.9);
}
.iconGridBox .icon-area {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in;
  transform: scale(1);
}
.iconGridBox .icon-area .iconSvg {
  width: 40px;
  height: 40px;
}
.iconGridBox .text {
  font-size: var(--fs-clamp-20);
  font-weight: 600;
  white-space: nowrap;
  color: var(--dark);
}

.main-item .iconGridBox {
  min-height: 280px;
}
.main-item .iconGridBox .iconSvg {
  width: 60px;
  height: 60px;
}

.welcomeBox {
  background: var(--white);
  padding: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  transition: all 0.15s linear;
  box-shadow: 0 6px 20px var(--primary-20);
  scale: 1;
}
.welcomeBox:hover {
  background-color: var(--primary);
  color: white;
  scale: 1.02;
}
.welcomeBox:hover .icon-area {
  width: 120px;
  height: 120px;
}
.welcomeBox .icon-area {
  width: 130px;
  height: 130px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-light);
  margin-bottom: 30px;
  transition: all 0.15s linear;
}
.welcomeBox .icon-area svg {
  width: 60px;
  height: 60px;
  fill: var(--primary-dark) !important;
}
.welcomeBox .icon-area svg path {
  fill: var(--primary-dark) !important;
}
.welcomeBox .text {
  font-weight: 700;
}

.QRscan-wrapper {
  padding: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 50px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 12px 30px 0px rgba(0, 68, 142, 0.2);
}
.QRscan-wrapper p {
  font-size: var(--fs-clamp-18);
  font-weight: 600;
}
.QRscan-wrapper h2 {
  font-size: var(--fs-clamp-34);
  color: var(--dark);
}
.QRscan-wrapper .QR_CODE_box {
  background: var(--white);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.input-user-dropdown {
  width: 100%;
  padding: 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  background: var(--white);
  border: none;
  transition: all 0.15s linear;
  overflow: hidden;
  box-shadow: 0px 12px 30px 0px rgba(0, 68, 142, 0.2);
}
.input-user-dropdown li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
.input-user-dropdown li:last-child {
  border-bottom: none;
}
.input-user-dropdown .dropdown-item {
  white-space: normal;
}

.userListItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  padding: 10px 20px;
}
.userListItem .pic {
  --size:40px;
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
  -webkit-border-radius: var(--size);
  -moz-border-radius: var(--size);
  -o-border-radius: var(--size);
  overflow: hidden;
  flex-shrink: 0;
}
.userListItem .content {
  font-size: var(--fs-clamp-16);
  color: var(--dark);
}
.userListItem .content .name {
  font-size: var(--fs-clamp-20);
  font-weight: 700;
}

.forTag {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  background: var(--white);
  color: var(--dark);
  font-size: var(--fs-clamp-16);
  font-weight: 700;
  line-height: 0;
}
.forTag .iconSvg {
  width: 20px;
}

.whitebox-shadow {
  width: 100%;
  height: 110vh;
  padding: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  background: var(--white);
  border: none;
  transition: all 0.15s linear;
  box-shadow: 0px 12px 30px 0px rgba(0, 68, 142, 0.2);
}
.whitebox1-shadow {
    width: 100%;
    padding: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    background: var(--white);
    border: none;
    transition: all 0.15s linear;
    box-shadow: 0px 12px 30px 0px rgba(0, 68, 142, 0.2);
}

.profile_wrapper {
  
  --size:100px;
  padding: 0;
  padding-top: calc(var(--size) / 2);
  margin-top: calc(var(--size) / 2);
}
.profile_wrapper .UserName, .profile_wrapper .thanku {
  font-size: var(--fs-clamp-30);
}
    .profile_wrapper .companyName, .profile_wrapper .entry_time {
        color: var(--dark-50);
    }
    .profile_wrapper .companyName1, .profile_wrapper .entry_time {
        color: var(--dark-50);
        font-size: var(--fs-clamp-20);
    }

.profilePic {
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
  -webkit-border-radius: var(--size);
  -moz-border-radius: var(--size);
  -o-border-radius: var(--size);
  overflow: hidden;
  margin: auto;
  margin-top: calc(var(--size) * -1);
  position: relative;
  display: inline-block;
  margin-top: -100px;
  margin-bottom: 20px;
}

.hostPic {
    width: var(--size);
    height: var(--size);
    border-radius: var(--size);
    -webkit-border-radius: var(--size);
    -moz-border-radius: var(--size);
    -o-border-radius: var(--size);
    overflow: hidden;
    margin: auto;
    margin-top: calc(var(--size) * -1);
    position: relative;
    display: inline-block;
    margin-top: -100px;
   
}
.checkout-profile {
  --size:60px;
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
  -webkit-border-radius: var(--size);
  -moz-border-radius: var(--size);
  -o-border-radius: var(--size);
  overflow: hidden;
  margin: auto;
}
.img-fluidnew{
    max-width:140% !important;
}

.whoVisit {
    background: var(--primary);
    padding: 10px;
    color: var(--white);
    border-radius: 0 0 30px 30px;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    -o-border-radius: 0 0 30px 30px;
}
.whoVisit1 {
    font-size: 20px;
    background: var(--primary);
    margin-top: 248px;
    padding: 15px;
    color: var(--white);
    border-radius: 0 0 30px 30px;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    -o-border-radius: 0 0 30px 30px;
}

.Visithost {
    font-size: 20px;
    background: var(--primary);
    margin-top: 230px;
    padding: 18px;
    color: var(--white);
    border-radius: 0 0 30px 30px;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    -o-border-radius: 0 0 30px 30px;
}
.dvextra {
   
    padding: 10px;
    color: var(--white);
    border-radius: 0 0 30px 30px;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    -o-border-radius: 0 0 30px 30px;
}

@media (max-width: 540px) {
  .wrapper {
    padding: 20px;
    gap: 50px;
  }
  .btn-full-sm-only {
    width: 100%;
  }
  .grid-box-items .item:nth-of-type(1), .grid-box-items .item:nth-of-type(2) {
    grid-column: span 3;
  }
  .grid-box-items .item:last-child {
    grid-column: span 6;
  }
  .grid-box-items .item {
    grid-column: span 3;
  }
  .grid-box-items .item .iconGridBox {
    min-height: 150px;
  }
}
@media (max-width: 320px) {
  .card-stack {
    flex-wrap: wrap;
  }
  .grid-box-items .item:nth-of-type(1), .grid-box-items .item:nth-of-type(2), .grid-box-items .item {
    grid-column: span 6;
  }
}
@media (max-width: 991px) {
  .wrapper {
    padding: 20px;
    gap: 50px;
  }
}
@media (min-width: 576px) {
  .header-menu {
    justify-content: space-between;
  }
  .middle-inner-between {
    max-width: 700px;
  }
  .middle-md {
    max-width: 700px;
  }
  .w-sm-75 {
    width: 75%;
  }
  .mw-sm-10vw {
    max-width: 10vw;
  }
  .w-sm-10vw {
    width: 10vw;
  }
  .mw-sm-20vw {
    max-width: 20vw;
  }
  .w-sm-20vw {
    width: 20vw;
  }
  .mw-sm-30vw {
    max-width: 30vw;
  }
  .w-sm-30vw {
    width: 30vw;
  }
  .mw-sm-40vw {
    max-width: 40vw;
  }
  .w-sm-40vw {
    width: 40vw;
  }
  .mw-sm-50vw {
    max-width: 50vw;
  }
  .w-sm-50vw {
    width: 50vw;
  }
  .mw-sm-60vw {
    max-width: 60vw;
  }
  .w-sm-60vw {
    width: 60vw;
  }
  .mw-sm-70vw {
    max-width: 70vw;
  }
  .w-sm-70vw {
    width: 70vw;
  }
  .mw-sm-80vw {
    max-width: 80vw;
  }
  .w-sm-80vw {
    width: 80vw;
  }
  .mw-sm-90vw {
    max-width: 90vw;
  }
  .w-sm-90vw {
    width: 90vw;
  }
  .mw-sm-100vw {
    max-width: 100vw;
  }
  .w-sm-100vw {
    width: 100vw;
  }
  .mx-sm-100 {
    max-width: 100px;
  }
  .mn-sm-100 {
    min-width: 100px;
  }
  .mx-sm-200 {
    max-width: 200px;
  }
  .mn-sm-200 {
    min-width: 200px;
  }
  .mx-sm-300 {
    max-width: 300px;
  }
  .mn-sm-300 {
    min-width: 300px;
  }
  .mx-sm-400 {
    max-width: 400px;
  }
  .mn-sm-400 {
    min-width: 400px;
  }
  .mx-sm-500 {
    max-width: 300%;
  }
  .mn-sm-500 {
    min-width: 500px;
  }
  .mx-sm-600 {
    max-width: 600px;
  }
  .mn-sm-600 {
    min-width: 600px;
  }
  .mx-sm-700 {
    max-width: 700px;
  }
  .mn-sm-700 {
    min-width: 700px;
  }
  .mx-sm-800 {
    max-width: 800px;
  }
  .mn-sm-800 {
    min-width: 800px;
  }
  .mx-sm-900 {
    max-width: 900px;
  }
  .mn-sm-900 {
    min-width: 900px;
  }
  .mx-sm-1000 {
    max-width: 1000px;
  }
  .mn-sm-1000 {
    min-width: 1000px;
  }
  .mx-sm-1100 {
    max-width: 1100px;
  }
  .mn-sm-1100 {
    min-width: 1100px;
  }
  .mx-sm-1200 {
    max-width: 1200px;
  }
  .mn-sm-1200 {
    min-width: 1200px;
  }
  .mx-sm-1300 {
    max-width: 1300px;
  }
  .mn-sm-1300 {
    min-width: 1300px;
  }
}
@media (min-width: 768px) {
  .QRscan-wrapper {
    height: 100%;
  }
  .w-md-75 {
    width: 75%;
  }
  .welcomeBox {
    height: 100%;
  }
  .flex-md-between {
    justify-content: space-between;
  }
  .mw-md-10vw {
    max-width: 10vw;
  }
  .mw-md-20vw {
    max-width: 20vw;
  }
  .mw-md-30vw {
    max-width: 30vw;
  }
  .mw-md-40vw {
    max-width: 40vw;
  }
  .mw-md-50vw {
    max-width: 50vw;
  }
  .mw-md-60vw {
    max-width: 60vw;
  }
  .mw-md-70vw {
    max-width: 70vw;
  }
  .mw-md-80vw {
    max-width: 80vw;
  }
  .mw-md-90vw {
    max-width: 90vw;
  }
  .mw-md-100vw {
    max-width: 100vw;
  }
  .mx-md-100 {
    max-width: 100px;
  }
  .mn-md-100 {
    min-width: 100px;
  }
  .mx-md-200 {
    max-width: 200px;
  }
  .mn-md-200 {
    min-width: 200px;
  }
  .mx-md-300 {
    max-width: 300px;
  }
  .mn-md-300 {
    min-width: 300px;
  }
  .mx-md-400 {
    max-width: 400px;
  }
  .mn-md-400 {
    min-width: 400px;
  }
  .mx-md-500 {
    max-width: 500px;
  }
  .mn-md-500 {
    min-width: 500px;
  }
  .mx-md-600 {
    max-width: 600px;
  }
  .mn-md-600 {
    min-width: 600px;
  }
  .mx-md-700 {
    max-width: 700px;
  }
  .mn-md-700 {
    min-width: 700px;
  }
  .mx-md-800 {
    max-width: 800px;
  }
  .mn-md-800 {
    min-width: 800px;
  }
  .mx-md-900 {
    max-width: 900px;
  }
  .mn-md-900 {
    min-width: 900px;
  }
  .mx-md-1000 {
    max-width: 1000px;
  }
  .mn-md-1000 {
    min-width: 1000px;
  }
  .mx-md-1100 {
    max-width: 1100px;
  }
  .mn-md-1100 {
    min-width: 1100px;
  }
  .mx-md-1200 {
    max-width: 1200px;
  }
  .mn-md-1200 {
    min-width: 1200px;
  }
  .mx-md-1300 {
    max-width: 1300px;
  }
  .mn-md-1300 {
    min-width: 1300px;
  }
}
@media (min-width: 992px) {
  .mw-lg-10vw {
    max-width: 10vw;
  }
  .mw-lg-20vw {
    max-width: 20vw;
  }
  .mw-lg-30vw {
    max-width: 30vw;
  }
  .mw-lg-40vw {
    max-width: 40vw;
  }
  .mw-lg-50vw {
    max-width: 50vw;
  }
  .mw-lg-60vw {
    max-width: 60vw;
  }
  .mw-lg-70vw {
    max-width: 70vw;
  }
  .mw-lg-80vw {
    max-width: 80vw;
  }
  .mw-lg-90vw {
    max-width: 90vw;
  }
  .mw-lg-100vw {
    max-width: 100vw;
  }
  .mx-lg-100 {
    max-width: 100px;
  }
  .mn-lg-100 {
    min-width: 100px;
  }
  .mx-lg-200 {
    max-width: 200px;
  }
  .mn-lg-200 {
    min-width: 200px;
  }
  .mx-lg-300 {
    max-width: 300px;
  }
  .mn-lg-300 {
    min-width: 300px;
  }
  .mx-lg-400 {
    max-width: 400px;
  }
  .mn-lg-400 {
    min-width: 400px;
  }
  .mx-lg-500 {
    max-width: 500px;
  }
  .mn-lg-500 {
    min-width: 500px;
  }
  .mx-lg-600 {
    max-width: 600px;
  }
  .mn-lg-600 {
    min-width: 600px;
  }
  .mx-lg-700 {
    max-width: 700px;
  }
  .mn-lg-700 {
    min-width: 700px;
  }
  .mx-lg-800 {
    max-width: 800px;
  }
  .mn-lg-800 {
    min-width: 800px;
  }
  .mx-lg-900 {
    max-width: 900px;
  }
  .mn-lg-900 {
    min-width: 900px;
  }
  .mx-lg-1000 {
    max-width: 1000px;
  }
  .mn-lg-1000 {
    min-width: 1000px;
  }
  .mx-lg-1100 {
    max-width: 1100px;
  }
  .mn-lg-1100 {
    min-width: 1100px;
  }
  .mx-lg-1200 {
    max-width: 1200px;
  }
  .mn-lg-1200 {
    min-width: 1200px;
  }
  .mx-lg-1300 {
    max-width: 1300px;
  }
  .mn-lg-1300 {
    min-width: 1300px;
  }
}/*# sourceMappingURL=app.css.map */