@charset "UTF-8";
/*!
* Version: 1.1.0
* Template: Example Project
* Author: iqonic.design
* Design and Developed by: iqonic.design
* NOTE: This file contains the styling for Template.
*
*/
:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--bs-heading-font-family);
}

a {
  transition: color 400ms ease, background 400ms ease;
}

.iq-slider {
  overflow: hidden;
  overflow-x: auto;
}

.iq-scroller-effect {
  /* Scroll Track */
  /* Scroll Handle */
  /* Scroll Handle on hover */
}
.iq-scroller-effect ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 20px;
}
.iq-scroller-effect ::-webkit-scrollbar-track {
  background: #F9F9F9;
  border-radius: 20px;
}
.iq-scroller-effect ::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 20px;
  transition: all 400ms ease;
  cursor: pointer;
}
.iq-scroller-effect ::-webkit-scrollbar-thumb:hover {
  background: rgb(239.7, 239.7, 239.7);
  border-radius: 20px;
  transition: all 400ms ease;
}

body {
  transition: background-color 250ms ease-in-out;
}

.sign-bg {
  position: absolute;
  left: 0;
  top: 0;
}
.sign-bg.sign-bg-right {
  left: auto;
  right: 0;
}

.gradient-main {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.login-bottom {
  margin-top: -12.5rem;
}

@media (min-width: 1400px) {
  .auth-card {
    padding: 0 6.25rem;
  }
}
@media (max-width: 575.98px) {
  .login-header {
    height: 12.5rem !important;
  }
  .login-bottom {
    margin-top: -6.25rem;
  }
}
.card .iq-dashed-border {
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px dashed #ced4da;
}
.card .card-body .grid-flow-col {
  grid-auto-flow: column;
}
.card .card-body .iq-icon-box-2 {
  height: 36px;
  width: 36px;
  min-width: 36px;
  line-height: 36px;
  background: #F9F9F9;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 0.5rem;
}
.card .card-body .iq-media-group-1 .iq-media-1 {
  margin-left: -1.25rem;
  position: relative;
  z-index: 0;
}
.card .card-body .iq-media-group-1 .iq-media-1:hover {
  z-index: 9;
}
.card .card-body .iq-media-group-1 .iq-media-1 img {
  border: 2px solid #eee;
}
.card .card-body .iq-media-group-1 .iq-media-1:first-child {
  margin-left: 0;
}
.card .card-body .iq-media-group-1 .iq-media.border {
  border: 2px solid #eee;
}
.card .card-body .iq-media-1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.125rem;
}
.card .card-body .iq-media-1:hover {
  text-decoration: none;
}

.pricing .table thead tr {
  background-color: unset;
}
.pricing .table th {
  border-top: none;
  border-bottom: 1px solid #eee;
}
.pricing .table td {
  border-top: none !important;
}
.pricing .table tr {
  border-bottom: 1px solid #eee;
}

.prc-box {
  background: var(--bs-primary-tint-80);
  padding: 15px;
  position: relative;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 500ms ease-in-out;
}

.type {
  position: absolute;
  background: var(--bs-primary);
  padding: 9px 25px;
  color: #fff;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
}
.type:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -15px;
  top: 0px;
  border-left: 15px solid var(--bs-primary-shade-60);
  border-top: 15px solid transparent;
}
.type:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -15px;
  top: 0px;
  border-right: 15px solid var(--bs-primary-shade-60);
  border-top: 15px solid transparent;
}

.prc-box.active {
  background: var(--bs-primary);
}
.prc-box.active .h3 {
  color: #fff;
}
.prc-box.active .type {
  transition: 500ms ease-in-out;
  background: var(--bs-primary-tint-80);
  color: #212529;
  border-radius: 0 0 0.25rem 0.25rem;
}
.prc-box.active .type:before {
  border-left: 16px solid var(--bs-primary-shade-80);
  right: -16px;
}
.prc-box.active .type:after {
  border-right: 16px solid var(--bs-primary-shade-80);
  left: -16px;
}

.prc-wrap {
  border-bottom: none !important;
}

.table tbody tr td.child-cell.active {
  color: var(--bs-primary);
  stroke: var(--bs-primary);
}

.line-around {
  border-bottom: 1px solid #ADB5BD;
  text-align: center;
  line-height: 0.1em;
}
.line-around .line-around-1 {
  background: #fff;
  padding: 0 18px;
}

.iq-single-card {
  border-radius: 0 0.5rem 0.5rem 0;
}

@media (max-width: 767.98px) {
  .iq-single-card {
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
.iq-star-inserted .iq-star-inserted-1.col {
  padding-right: unset;
}
.iq-star-inserted .iq-star-inserted-2 {
  z-index: 2;
}
.iq-star-inserted .iq-star-inserted-2.col {
  padding: unset;
}
.iq-star-inserted .iq-star-inserted-2.col .card {
  height: 100%;
}
.iq-star-inserted .iq-star-inserted-3.col {
  padding-left: unset;
}

@media (max-width: 991.98px) {
  .iq-star-inserted .card.my-5 {
    margin: unset !important;
    margin-bottom: 2rem !important;
  }
  .iq-star-inserted .iq-star-inserted-1.col {
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
  .iq-star-inserted .iq-star-inserted-2.col {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .iq-star-inserted .iq-star-inserted-2.col .card {
    height: unset;
    margin-bottom: 2rem !important;
  }
  .iq-star-inserted .iq-star-inserted-3.col {
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
}
.body-class-1 {
  scroll-behavior: smooth;
}

.main-img .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.main-img .container h1 {
  margin: 0;
  font-size: 4.375rem;
  color: #fff;
}
.main-img .container h1 span {
  padding: 0.375rem 0.875rem;
  display: inline-block;
}

.bd-heading-1 .bd-example {
  margin-top: 1rem;
}
.bd-heading-1 .bd-example:first-child {
  margin-top: 0rem;
}

.bd-cheatsheet {
  margin-top: -2rem;
}
.bd-cheatsheet section article .card.iq-document-card {
  padding: 1.5rem;
}
.bd-cheatsheet section article .card.iq-document-card .tab-content pre.language-markup {
  margin: unset;
}

.bd-aside.card.iq-document-card {
  padding: 1.5rem;
  margin-top: -2rem;
}

/*help wrapper styles*/
.help-wrapper .iam-help-admin{
    margin: 2rem
}
.help-wrapper .help-int-wrapper {
    text-align: right;
    padding: 1rem 2rem;
    background: #fff;
}
.help-wrapper .help-int-claimed {
    color: #C03222;
    padding: .55rem 0;
    display: block;
}
/* Table of contents */
.bd-aside a {
  padding: 0.25rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 0.25rem;
  color: rgba(138, 146, 166, 0.95);
  text-decoration: none;
}
.bd-aside a:hover, .bd-aside a:focus {
  background-color: rgba(58, 87, 232, 0.1);
}
.bd-aside .active {
  font-weight: 600;
  background-color: rgba(58, 87, 232, 0.1);
  color: var(--bs-primary);
}
.bd-aside .btn {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: #8A92A6;
  border: 0;
}
.bd-aside .btn .right-icon {
  transition: transform 0.35s ease;
}
.bd-aside .btn:hover, .bd-aside .btn:focus {
  background-color: rgba(58, 87, 232, 0.1);
  color: var(--bs-primary);
}
.bd-aside .btn[aria-expanded=true] .right-icon {
  transform: rotate(90deg);
}

.scrollspy-example {
  position: relative;
  height: 12.5rem;
  margin-top: 0.5rem;
  overflow: auto;
}

[id=modal] .bd-example .btn,
[id=buttons] .bd-example .btn,
[id=tooltips] .bd-example .btn,
[id=popovers] .bd-example .btn,
[id=dropdowns] .bd-example .btn-group,
[id=dropdowns] .bd-example .dropdown,
[id=dropdowns] .bd-example .dropup,
[id=dropdowns] .bd-example .dropend,
[id=dropdowns] .bd-example .dropstart {
  margin-top: 0.5rem;
}

/* Layout */
@media (min-width: 1200px) {
  .body-class-1 {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 4fr 1fr;
    grid-template-rows: auto;
  }
  .bd-aside.sticky-xl-top {
    top: 2rem !important;
  }
  .bd-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    grid-column: 1/span 3;
  }
  .sticky-xl-top {
    z-index: 2;
  }
  .bd-cheatsheet, .bd-cheatsheet section, .bd-cheatsheet article {
    display: grid;
    gap: 2rem;
    grid-template-columns: 3fr 1fr;
    grid-column: span 2/span 2;
    grid-template-rows: auto;
  }
  .bd-aside {
    grid-area: 1/1;
    scroll-margin-top: 4rem;
  }
  .bd-cheatsheet section, .bd-cheatsheet section > .iq-side-content {
    top: 2rem;
    scroll-margin-top: 0;
  }
  .bd-cheatsheet article, .bd-cheatsheet .bd-heading {
    top: calc(7.2rem + 2rem);
    scroll-margin-top: calc(7.8rem + 2rem);
  }
  .bd-cheatsheet .bd-heading {
    z-index: 1;
    order: 2;
  }
  .bd-cheatsheet .bd-heading .card {
    margin-bottom: 0;
  }
  .bd-cheatsheet article .iq-document-card {
    margin-bottom: unset;
  }
  .bd-cheatsheet article .iq-document-card.iq-doc-head {
    margin-top: -6.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mobile-offcanvas {
    width: 40% !important;
  }
}
@media (max-width: 767.98px) {
  .main-img .container h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 1199.98px) {
  .header .container {
    max-width: unset !important;
  }
  aside.mobile-offcanvas {
    margin-top: unset !important;
  }
  aside.mobile-offcanvas .offcanvas-header {
    display: block;
  }
  .body-class-1 {
    padding: unset;
  }
  .body-class-1.container {
    max-width: unset;
  }
  #content .iq-side-content .card {
    margin-top: 1.25rem;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1200;
    width: 75%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.8392156863);
    backdrop-filter: blur(0.5rem);
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateY(0);
  }
  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
    display: block;
  }
}
@media (min-width: 1200px) {
  .bd-aside.card.iq-document-card, .bd-cheatsheet {
    margin-top: -3rem;
  }
  aside.mobile-offcanvas .offcanvas-header {
    display: none;
  }
  .bd-cheatsheet section .iq-side-content {
    grid-column-end: 3;
  }
  .bd-cheatsheet section .iq-side-content .card {
    margin-bottom: 0;
  }
}
body.offcanvas-active {
  overflow: hidden;
}

body.uikit .btn-download {
  display: none;
}

.uisheet.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(33, 37, 41, 0.6);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}
.uisheet.screen-darken.active {
  z-index: 10;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

#back-to-top {
  display: inline !important;
}
#back-to-top .top {
  bottom: 1.563rem;
  right: 1.563rem;
  z-index: 999;
}

.middle {
  display: inline !important;
}
.middle .mid-menu {
  position: fixed;
  top: 9.375rem;
  left: 0rem;
  z-index: 999;
  text-align: center;
  cursor: pointer;
  background: var(--bs-primary);
  color: #fff;
  padding: 0.2rem;
  border-radius: 0 1rem 1rem 0;
}

.top-1 {
  top: 1rem;
}

.elem-list {
  max-height: calc(80vh + 4rem);
  overflow: auto;
  /* Scroll Track */
  /* Scroll Handle */
  /* Scroll Handle on hover */
}
.elem-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 10px;
}
.elem-list::-webkit-scrollbar-track {
  background: #F9F9F9;
  border-radius: 10px;
}
.elem-list::-webkit-scrollbar-thumb {
  background: rgba(33, 37, 41, 0.2);
  border-radius: 10px;
  transition: all 400ms ease;
  cursor: pointer;
}
.elem-list::-webkit-scrollbar-thumb:hover {
  background: rgba(33, 37, 41, 0.2);
  border-radius: 10px;
  transition: all 400ms ease;
  cursor: pointer;
}

/*!
* Version: 1.1.0
* Template: Example Project
* Author: iqonic.design
* Design and Developed by: iqonic.design
* NOTE: This file contains the styling for Template.
*
*/
.merge-neighbor-wrapper {
  padding: 2rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
}

.merge-neighbor-wrapper .name-margin {
  margin-bottom: 4rem;
}

.merge-alert {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: unset;
  padding: 0.9rem;
  border-radius: 6px;
  margin: 0 auto;
}

.merge-h3 {
  font-size: 1.2rem !important;
  position: absolute;
}

.merge-alert .merge-alert-header {
  margin-bottom: 0.7rem;
}

.merge-conf-wrapper .merge-conf-header {
  margin-top: 4rem;
  margin-bottom: 0.7rem;
  text-align: center;
}

.merge-conf-wrapper .btn.btn-secondary {
  width: 100%;
}

.merge-all-wrapper {
  text-align: center;
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.merge-all-select {
  align-items: center;
}

.merge-all-select select {
  width: auto;
  margin-left: 0.5rem;
}

.merge-all-select .form-label {
  margin-bottom: 0;
}

.merge-all-replace label:hover, .merge-all-replace input:hover {
  cursor: pointer;
}

.merge-all-replace input {
  margin-left: 0.5rem;
}

.merge-danger-position {
  position: relative;
}

.merge-danger {
  position: absolute;
  max-width: 14vw;
}

:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--bs-heading-font-family);
}

a {
  transition: color 400ms ease, background 400ms ease;
}

.iq-slider {
  overflow: hidden;
  overflow-x: auto;
}

.iq-scroller-effect {
  /* Scroll Track */
  /* Scroll Handle */
  /* Scroll Handle on hover */
}

.iq-scroller-effect ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 20px;
}

.iq-scroller-effect ::-webkit-scrollbar-track {
  background: #F9F9F9;
  border-radius: 20px;
}

.iq-scroller-effect ::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.iq-scroller-effect ::-webkit-scrollbar-thumb:hover {
  background: #f0f0f0;
  border-radius: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

body {
  transition: background-color 250ms ease-in-out;
}

.sign-bg {
  position: absolute;
  left: 0;
  top: 0;
}

.sign-bg.sign-bg-right {
  left: auto;
  right: 0;
}

.gradient-main {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.login-bottom {
  margin-top: -12.5rem;
}

@media (min-width: 1400px) {
  .auth-card {
    padding: 0 6.25rem;
  }
}
@media (max-width: 575.98px) {
  .login-header {
    height: 12.5rem !important;
  }
  .login-bottom {
    margin-top: -6.25rem;
  }
}
.card .iq-dashed-border {
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px dashed #ced4da;
}

.card .card-body .grid-flow-col {
  grid-auto-flow: column;
}

.card .card-body .iq-icon-box-2 {
  height: 36px;
  width: 36px;
  min-width: 36px;
  line-height: 36px;
  background: #F9F9F9;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 0.5rem;
}

.card .card-body .iq-media-group-1 .iq-media-1 {
  margin-left: -1.25rem;
  position: relative;
  z-index: 0;
}

.card .card-body .iq-media-group-1 .iq-media-1:hover {
  z-index: 9;
}

.card .card-body .iq-media-group-1 .iq-media-1 img {
  border: 2px solid #eee;
}

.card .card-body .iq-media-group-1 .iq-media-1:first-child {
  margin-left: 0;
}

.card .card-body .iq-media-group-1 .iq-media.border {
  border: 2px solid #eee;
}

.card .card-body .iq-media-1 {
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.125rem;
}

.card .card-body .iq-media-1:hover {
  text-decoration: none;
}

.pricing .table thead tr {
  background-color: unset;
}

.pricing .table th {
  border-top: none;
  border-bottom: 1px solid #eee;
}

.pricing .table td {
  border-top: none !important;
}

.pricing .table tr {
  border-bottom: 1px solid #eee;
}

.prc-box {
  background: var(--bs-primary-tint-80);
  padding: 15px;
  position: relative;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 500ms ease-in-out;
}

.type {
  position: absolute;
  background: var(--bs-primary);
  padding: 9px 25px;
  color: #fff;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
}

.type:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -15px;
  top: 0px;
  border-left: 15px solid var(--bs-primary-shade-60);
  border-top: 15px solid transparent;
}

.type:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -15px;
  top: 0px;
  border-right: 15px solid var(--bs-primary-shade-60);
  border-top: 15px solid transparent;
}

.prc-box.active {
  background: var(--bs-primary);
}

.prc-box.active .h3 {
  color: #fff;
}

.prc-box.active .type {
  transition: 500ms ease-in-out;
  background: var(--bs-primary-tint-80);
  color: #212529;
  border-radius: 0 0 0.25rem 0.25rem;
}

.prc-box.active .type:before {
  border-left: 16px solid var(--bs-primary-shade-80);
  right: -16px;
}

.prc-box.active .type:after {
  border-right: 16px solid var(--bs-primary-shade-80);
  left: -16px;
}

.prc-wrap {
  border-bottom: none !important;
}

.table tbody tr td.child-cell.active {
  color: var(--bs-primary);
  stroke: var(--bs-primary);
}

.line-around {
  border-bottom: 1px solid #ADB5BD;
  text-align: center;
  line-height: 0.1em;
}

.line-around .line-around-1 {
  background: #fff;
  padding: 0 18px;
}

.iq-single-card {
  border-radius: 0 0.5rem 0.5rem 0;
}

@media (max-width: 767.98px) {
  .iq-single-card {
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
.iq-star-inserted .iq-star-inserted-1.col {
  padding-right: unset;
}

.iq-star-inserted .iq-star-inserted-2 {
  z-index: 2;
}

.iq-star-inserted .iq-star-inserted-2.col {
  padding: unset;
}

.iq-star-inserted .iq-star-inserted-2.col .card {
  height: 100%;
}

.iq-star-inserted .iq-star-inserted-3.col {
  padding-left: unset;
}

@media (max-width: 991.98px) {
  .iq-star-inserted .card.my-5 {
    margin: unset !important;
    margin-bottom: 2rem !important;
  }
  .iq-star-inserted .iq-star-inserted-1.col {
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
  .iq-star-inserted .iq-star-inserted-2.col {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .iq-star-inserted .iq-star-inserted-2.col .card {
    height: unset;
    margin-bottom: 2rem !important;
  }
  .iq-star-inserted .iq-star-inserted-3.col {
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
}
.body-class-1 {
  scroll-behavior: smooth;
}

.main-img .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.main-img .container h1 {
  margin: 0;
  font-size: 4.375rem;
  color: #fff;
}

.main-img .container h1 span {
  padding: 0.375rem 0.875rem;
  display: inline-block;
}

.bd-heading-1 .bd-example {
  margin-top: 1rem;
}

.bd-heading-1 .bd-example:first-child {
  margin-top: 0rem;
}

.bd-cheatsheet {
  margin-top: -2rem;
}

.bd-cheatsheet section article .card.iq-document-card {
  padding: 1.5rem;
}

.bd-cheatsheet section article .card.iq-document-card .tab-content pre.language-markup {
  margin: unset;
}

.bd-aside.card.iq-document-card {
  padding: 1.5rem;
  margin-top: -2rem;
}

/*Order Queue styles*/
.queue-display-container {
  width: 100vw;
  height: 100vh;
  max-width: 58rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  color: #44738A;
  text-align: center;
  font-family: serif;
  position: relative;
}

.queue-display-h1 > h1 {
  font-size: 3rem;
  text-transform: uppercase;
  color: #44738A;
}

.queue-display-neighbor {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 6rem;
  max-width: 50rem;
}

.queue-display-neighbor > div {
  flex-basis: 48%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border: 8px #44738A solid;
  padding: 0.5rem;
  min-height: 23rem;
  border-radius: 15px;
  margin-bottom: 2rem;
}

.queue-number {
  background: #44738A;
  padding: 5rem;
  font-size: 8rem;
  line-height: 0.5;
  border-radius: 15px;
  border: 4px solid #F6DF79;
  color: #F6DF79;
  width: 16rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.queue-name {
  width: 100%;
  font-size: 2rem;
  max-width: 18.7rem;
  bottom: 1rem;
  line-height: 1.2;
  color: #44738A;
  margin-top: 1rem;
}

.queue-display-message {
  font-size: 2rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #3D7389;
  left: 0;
  color: #F9DF82;
  padding: 1rem;
  border-top: 5px solid #F9DF82;
}

.queue-display-message > div {
  margin-bottom: 0.5rem;
}

/*END Order Queue styles*/
/* Table of contents */
.bd-aside a {
  padding: 0.25rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 0.25rem;
  color: rgba(138, 146, 166, 0.95);
  text-decoration: none;
}

.bd-aside a:hover, .bd-aside a:focus {
  background-color: rgba(58, 87, 232, 0.1);
}

.bd-aside .active {
  font-weight: 600;
  background-color: rgba(58, 87, 232, 0.1);
  color: var(--bs-primary);
}

.bd-aside .btn {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: #8A92A6;
  border: 0;
}

.bd-aside .btn .right-icon {
  transition: transform 0.35s ease;
}

.bd-aside .btn:hover, .bd-aside .btn:focus {
  background-color: rgba(58, 87, 232, 0.1);
  color: var(--bs-primary);
}

.bd-aside .btn[aria-expanded=true] .right-icon {
  transform: rotate(90deg);
}

.scrollspy-example {
  position: relative;
  height: 12.5rem;
  margin-top: 0.5rem;
  overflow: auto;
}

[id=modal] .bd-example .btn,
[id=buttons] .bd-example .btn,
[id=tooltips] .bd-example .btn,
[id=popovers] .bd-example .btn,
[id=dropdowns] .bd-example .btn-group,
[id=dropdowns] .bd-example .dropdown,
[id=dropdowns] .bd-example .dropup,
[id=dropdowns] .bd-example .dropend,
[id=dropdowns] .bd-example .dropstart {
  margin-top: 0.5rem;
}

/* Layout */
@media (min-width: 1200px) {
  .body-class-1 {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 4fr 1fr;
    grid-template-rows: auto;
  }
  .bd-aside.sticky-xl-top {
    top: 2rem !important;
  }
  .bd-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    grid-column: 1/span 3;
  }
  .sticky-xl-top {
    z-index: 2;
  }
  .bd-cheatsheet, .bd-cheatsheet section, .bd-cheatsheet article {
    display: grid;
    gap: 2rem;
    grid-template-columns: 3fr 1fr;
    grid-column: span 2/span 2;
    grid-template-rows: auto;
  }
  .bd-aside {
    grid-area: 1/1;
    scroll-margin-top: 4rem;
  }
  .bd-cheatsheet section, .bd-cheatsheet section > .iq-side-content {
    top: 2rem;
    scroll-margin-top: 0;
  }
  .bd-cheatsheet article, .bd-cheatsheet .bd-heading {
    top: 9.2rem;
    scroll-margin-top: 9.8rem;
  }
  .bd-cheatsheet .bd-heading {
    z-index: 1;
    order: 2;
  }
  .bd-cheatsheet .bd-heading .card {
    margin-bottom: 0;
  }
  .bd-cheatsheet article .iq-document-card {
    margin-bottom: unset;
  }
  .bd-cheatsheet article .iq-document-card.iq-doc-head {
    margin-top: -6.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mobile-offcanvas {
    width: 40% !important;
  }
}
@media (max-width: 767.98px) {
  .main-img .container h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 1199.98px) {
  .header .container {
    max-width: unset !important;
  }
  aside.mobile-offcanvas {
    margin-top: unset !important;
  }
  aside.mobile-offcanvas .offcanvas-header {
    display: block;
  }
  .body-class-1 {
    padding: unset;
  }
  .body-class-1.container {
    max-width: unset;
  }
  #content .iq-side-content .card {
    margin-top: 1.25rem;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1200;
    width: 75%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.8392156863);
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateY(0);
  }
  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
    display: block;
  }
}
@media (min-width: 1200px) {
  .bd-aside.card.iq-document-card, .bd-cheatsheet {
    margin-top: -3rem;
  }
  aside.mobile-offcanvas .offcanvas-header {
    display: none;
  }
  .bd-cheatsheet section .iq-side-content {
    grid-column-end: 3;
  }
  .bd-cheatsheet section .iq-side-content .card {
    margin-bottom: 0;
  }
}
body.offcanvas-active {
  overflow: hidden;
}

body.uikit .btn-download {
  display: none;
}

.uisheet.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(33, 37, 41, 0.6);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.uisheet.screen-darken.active {
  z-index: 10;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

#back-to-top {
  display: inline !important;
}

#back-to-top .top {
  bottom: 1.563rem;
  right: 1.563rem;
  z-index: 999;
}

.middle {
  display: inline !important;
}

.middle .mid-menu {
  position: fixed;
  top: 9.375rem;
  left: 0rem;
  z-index: 999;
  text-align: center;
  cursor: pointer;
  background: var(--bs-primary);
  color: #fff;
  padding: 0.2rem;
  border-radius: 0 1rem 1rem 0;
}

.top-1 {
  top: 1rem;
}

.elem-list {
  max-height: calc(80vh + 4rem);
  overflow: auto;
  /* Scroll Track */
  /* Scroll Handle */
  /* Scroll Handle on hover */
}

.elem-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 10px;
}

.elem-list::-webkit-scrollbar-track {
  background: #F9F9F9;
  border-radius: 10px;
}

.elem-list::-webkit-scrollbar-thumb {
  background: rgba(33, 37, 41, 0.2);
  border-radius: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.elem-list::-webkit-scrollbar-thumb:hover {
  background: rgba(33, 37, 41, 0.2);
  border-radius: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

/*!
* Version: 1.1.0
* Template: Example Project
* Author: iqonic.design
* Design and Developed by: iqonic.design
* NOTE: This file contains the styling for Template.
*
*/
/*Custom flex row styles*/
.cust-row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.cust-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.cust-flex {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
}

.cust-flex-basis-80 {
  flex-basis: 80%;
}

.cust-flex-basis-20 {
  flex-basis: 20%;
}

@media screen and (max-width: 1400px) {
  .cust-flex-basis-80 {
    flex-basis: 68%;
  }
  .cust-flex-basis-20 {
    flex-basis: 32%;
  }
}
/*END Custom flex row styles*/
/*Screen size modal styles*/
.modal-content {
  height: calc(94vh - 1rem);
  overflow-y: auto;
}

/*END Screen size modal styles*/
/*IAM Modal style overrides*/
.modal-address-lookup-wrapper {
  background: #F9F9F9;
  color: #000;
  padding: 1rem 0;
  margin: 1rem 0;
}

.modal-dialog.iam-modal-dialog {
  max-width: calc(100vw - 10rem);
}

.modal-body.iam-modal-body {
  color: #000;
}

.table-bg-wrapper > tr {
  border-bottom: 1px solid #ccc;
  paddding: 1rem;
}

.table-bg-wrapper > tr:nth-child(odd) {
  background: #FAFAFA;
}

.table-bg-wrapper > tr:nth-child(even) {
  background: #fff;
}

.table-sm > :not(caption) > * > * {
  padding: 1rem 0.5rem;
}

/*END IAM Modal style overrides*/
.font-medium {
  font-weight: 500;
}

/*ASG styles*/
.compare-checkbox-wrapper {
  background: transparent;
  border: 1px solid #8A92A6;
  color: #8A92A6;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0 1rem 1rem 1rem;
  transition: 0.2s;
  position: relative;
  padding: 0;
}

.compare-checkbox-wrapper label {
  padding: 0.5rem 2.5rem 0.5rem 1.5rem;
}

.compare-checkbox-wrapper input {
  position: absolute !important;
  right: 1.4rem !important;
  top: 0.8rem;
  left: unset !important;
}

.compare-checkbox-wrapper:hover {
  cursor: pointer;
  background-color: #00778D;
  color: #fff;
  transition: 0.2s;
}

.compare-checkbox-wrapper:hover, .compare-checkbox-wrapper:hover label, .compare-checkbox-wrapper:hover input {
  cursor: pointer;
}

.form-control, .form-select {
  border: 1px solid #ddd;
}

.table-overflow {
  overflow-x: auto;
}

.sidebar .sidebar-header {
  border-bottom: none;
}

.sidebar .navbar-brand {
  display: flex;
  align-items: center;
  padding: 3rem 2.5rem;
  margin: 0 auto;
}

.sidebar .navbar-brand > img {
  width: 100%;
}

.nav-sep-vert {
  border-left: 1px solid #F6F6F6;
}

.nav-sep {
  display: block;
  margin-bottom: 1rem;
  margin-left: 2rem;
  margin-right: 1rem;
  border-bottom: 2px solid #F9F9F9;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}

.nav .search-input {
  width: calc(5.5rem + 10vw);
}

.result-modallist-wrapper .d-block.badge.bg-success {
    margin-right: 1rem;
    transition: .3s;
}
.result-modallist-wrapper .d-block.badge.bg-success:hover {
    opacity: .8;
    color: #eeeeee;
    transition: .3s;
}
.result-modallist-wrapper .d-block.badge.bg-danger {
    margin-right: 1rem;
    transition: .3s;
}
.result-modallist-wrapper .d-block.badge.bg-danger:hover {
    opacity: .8;
    color: #eeeeee;
    transition: .3s;
}

.result-wrapper {
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.result-wrapper.result-wrapper-orphan {
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  border: 2px solid #C03221;
  border-radius: 8px;
  padding: 1rem;
  background: #fdfdfd;
}

.result-wrapper .result-left {
  width: 75%;
}
.result-wrapper .result-right {
  width: 25%;
}
.result-wrapper .result-full {
  width: 100%;
}

.result-name {
  font-size: 1.25rem;
  font-weight: 600;
}

.result-address {
  padding-bottom: 2rem;
  padding-top: 0.75rem;
}

.result-address-1 {
  display: block;
  font-weight: 700;
}

.result-address-2 {
  display: block;
}

.result-address-3 {
  display: block;
  padding-top: 0.5rem;
  font-weight: 500;
}

.result-pb-8 {
  padding-bottom: 2rem;
}

.result-mb-2 {
  margin-bottom: 0.5rem;
}

.result-mb-8 {
  margin-bottom: 2rem;
}

.orphan-label {
  margin-bottom: 0.5rem;
  width: 100%;
  padding: 0.5rem;
}

.result-p-2 {
  padding: 0.5rem;
}

.result-wfull {
  width: 100%;
}

@media (max-width: 1023.98px) {
  .result-wrapper .result-left {
    width: 100%;
  }
  .result-wrapper .result-right {
    width: 100%;
  }
  .result-wrapper .result-full {
    width: 100%;
  }
}
.neighbor-checkin-wrapper {
  background: #fff;
  padding: 1.5rem 0.5rem;
}

.neighbor-checkin-wrapper div, .neighbor-checkin-wrapper p {
  color: #232D42;
}

.neighbor-checkin-wrapper h4 {
  font-size: 1.5rem;
  line-height: 25px;
}

.neighbor-checkin-wrapper .neighbor-checkin-status-box {
  background: #F9F9F9;
  width: 100%;
  width: -moz-available; /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  padding: 0.75rem 1rem;
  height: 100%;
  height: -moz-fit-content; /* WebKit-based browsers will ignore this. */ /* Mozilla-based browsers will ignore this. */
  height: fit-content;
}

.neighbor-checkin-wrapper .neighbor-checkin-status-box.list-box-view {
  background: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.neighbor-checkin-wrapper .neighbor-checkin-status-box.list-box-view > div {
  background: #F9F9F9;
  padding: 0.75rem 1rem;
  width: 100%;
  width: -moz-available; /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}

.neighbor-checkin-wrapper .last-checked-in {
  font-size: 0.875rem;
  color: #838383;
}

.neighbor-checkin-wrapper .neighbor-checkin-subsep {
  border-top: 1px solid #FFDD57;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
}

.neighbor-checkin-wrapper .neighbor-checkin-sep {
  margin-top: 3rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border-bottom: 2px solid #F9F9F9;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}

.neighbor-checkin-wrapper:last-child .neighbor-checkin-sep {
  display: none;
  visibility: hidden;
}

.neighbor-checkin-wrapper .table .checkin-number {
  margin-right: 0;
  margin-left: 1rem;
}

.neighbor-checkin-wrapper .checkin-number {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 0.35rem;
  background: #00778e;
  font-size: 1.5rem;
  color: #ffdd42;
  margin-right: 1rem;
  line-height: 0;
  border-radius: 8px;
  max-width: fit-content;
  min-width: 2.4rem;
  font-weight: 600;
}

.neighbor-checkin-wrapper .checkin-number.checkin-number-list {
  font-size: 1.2rem;
}

.neightbor-edit-btn {
  width: 100%;
  margin-top: 1rem;
}

.neightbor-edit-btn.neightbor-edit-btn-list {
  margin-top: 0;
}

.neighbor-list-links a {
  padding-right: 0.75rem;
  text-decoration: underline;
}

.dash-container-header {
  background: #fff;
  border-bottom: 2px solid #F9F9F9;
  padding: 1rem 0 0.5rem 0;
}

.dash-container-header h3 {
  font-size: 1.5rem;
  color: #232D42;
}

.dash-pagination-container {
  background: #fff;
}

.page-link span {
  color: #FFDD57;
}

/*Button overides*/
.btn.btn-outline-primary.btn-iam {
  background: #F9F9F9;
  border: 1px solid transparent;
}

.btn.btn-outline-primary.btn-iam:hover {
  background: #ECECEC;
  color: #999;
  border: 1px solid transparent;
}

.btn.btn-outline-primary.btn-iam:hover > svg > path {
  fill: #999;
  transition: 0.2s;
}

.btn.btn-outline-primary.btn-iam > svg > path {
  fill: #00778e;
  transition: 0.2s;
}

.btn.btn-disabled {
  background: #f1f1f1;
  cursor: default;
}

.btn-disabled.btn {
  background-color: #f1f1f1 !important;
  cursor: default;
  border-color: #ccc !important;
}

/*END Button overides*/
.neighbor-id-styled {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 0.35rem;
  background: #00778e;
  font-size: 1.2rem;
  color: #ffdd42;
  margin-right: 1rem;
  line-height: 0;
  border-radius: 8px;
  max-width: fit-content;
  min-width: 2.4rem;
  font-weight: 600;
}

.ch-view-text {
  margin: auto;
  margin-right: 0.6rem;
  font-weight: 500;
  color: #232D42;
  font-size: 16px;
}

.note-expand-wrapper {
  cursor: pointer;
}

.note-expand-wrapper > div {
  overflow: hidden;
  height: 1.5rem;
}

.note-expand-wrapper.expanded > div {
  height: auto;
}

.note-expand-wrapper > button .read-btn-expand {
  display: inline-block;
  visibility: visible;
}

.note-expand-wrapper > button .read-btn-expanded {
  display: none;
  visibility: hidden;
}

.note-expand-wrapper.expanded > button .read-btn-expand {
  display: none;
  visibility: hidden;
}

.note-expand-wrapper.expanded > button .read-btn-expanded {
  display: inline-block;
  visibility: visible;
}

.btn.btn-primary.btn-asg-inverse {
  background: #efefef;
  color: #333;
  border: #ccc;
  border-radius: 4px;
}

.btn.btn-primary {
  border-radius: 4px;
}

.result-modallist-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.result-modallist-wrapper a {
  padding-right: 1rem;
}

.result-modallist-wrapper a:last-of-type {
  padding-right: 0;
}

.need-pill {
  padding: 0.8rem;
  margin-bottom: 1rem;
  transition: 0.2s;
  margin-right: 0.2rem;
}

.need-pill:hover {
  transition: 0.2s;
  cursor: pointer;
  background: #005F71 !important;
}

ul.assistance-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

ul.assistance-list > li {
  flex-basis: 50%;
  border-bottom: 1px solid #E2E4E9;
  padding: 1rem;
}

.neighbor-checkin-wrapper .cust-flex-basis-80 ul.assistance-list {
  border-bottom: 1px solid #E2E4E9;
  margin-bottom: 2rem;
  padding-bottom: 4rem;
}

.neighbor-checkin-wrapper .cust-flex-basis-80:last-of-type ul.assistance-list {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1rem;
}

.search-loader-position {
  position: relative;
}

.search-loader {
  position: absolute;
  z-index: 10000;
  text-align: center;
  width: calc(100% - var(--bs-gutter-x, 1rem));
  height: 100%;
  border-radius: 8px;
  padding-top: 3rem;
}

.search-loader img {
  width: 4.5rem;
  height: 4.5rem;
}

.loading {
  color: transparent;
  background: linear-gradient(100deg, #FfFfFf 30%, #F9F9F9 50%, #FfFfFf 70%);
  background-size: 1000%;
  animation: loading 2s ease-in-out infinite;
}

@keyframes loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.tefap-yes, .tefap-no {
  padding: 0.3rem !important;
  border: 1px solid;
  color: #fff !important;
  font-size: 1rem;
  border-radius: 4px;
  flex-basis: 100% !important;
  margin-bottom: 1rem !important;
}

.tefap-no {
  background: #E4001F;
  border-color: #AD0C23;
}

.tefap-yes {
  background: #00793D;
  border-color: #3CD287;
}

.pagination-container > nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

/*END ASG styles*/
:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--bs-heading-font-family);
}

a {
  transition: color 400ms ease, background 400ms ease;
}

.iq-slider {
  overflow: hidden;
  overflow-x: auto;
}

.iq-scroller-effect ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 20px;
}

.iq-scroller-effect ::-webkit-scrollbar-track {
  background: #F9F9F9;
  border-radius: 20px;
}

.iq-scroller-effect ::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.iq-scroller-effect ::-webkit-scrollbar-thumb:hover {
  background: #f0f0f0;
  border-radius: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

body {
  transition: background-color 250ms ease-in-out;
}

.sign-bg {
  position: absolute;
  left: 0;
  top: 0;
}

.sign-bg.sign-bg-right {
  left: auto;
  right: 0;
}

.gradient-main {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.login-bottom {
  margin-top: -12.5rem;
}

@media (min-width: 1400px) {
  .auth-card {
    padding: 0 6.25rem;
  }
}
@media (max-width: 575.98px) {
  .login-header {
    height: 12.5rem !important;
  }
  .login-bottom {
    margin-top: -6.25rem;
  }
}
.card .iq-dashed-border {
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px dashed #ced4da;
}

.card .card-body .grid-flow-col {
  grid-auto-flow: column;
}

.card .card-body .iq-icon-box-2 {
  height: 36px;
  width: 36px;
  min-width: 36px;
  line-height: 36px;
  background: #F9F9F9;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 0.5rem;
}

.card .card-body .iq-media-group-1 .iq-media-1 {
  margin-left: -1.25rem;
  position: relative;
  z-index: 0;
}

.card .card-body .iq-media-group-1 .iq-media-1:hover {
  z-index: 9;
}

.card .card-body .iq-media-group-1 .iq-media-1 img {
  border: 2px solid #eee;
}

.card .card-body .iq-media-group-1 .iq-media-1:first-child {
  margin-left: 0;
}

.card .card-body .iq-media-group-1 .iq-media.border {
  border: 2px solid #eee;
}

.card .card-body .iq-media-1 {
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.125rem;
}

.card .card-body .iq-media-1:hover {
  text-decoration: none;
}

.pricing .table thead tr {
  background-color: unset;
}

.pricing .table th {
  border-top: none;
  border-bottom: 1px solid #eee;
}

.pricing .table td {
  border-top: none !important;
}

.pricing .table tr {
  border-bottom: 1px solid #eee;
}

.prc-box {
  background: var(--bs-primary-tint-80);
  padding: 15px;
  position: relative;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 500ms ease-in-out;
}

.type {
  position: absolute;
  background: var(--bs-primary);
  padding: 9px 25px;
  color: #fff;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
}

.type:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -15px;
  top: 0px;
  border-left: 15px solid var(--bs-primary-shade-60);
  border-top: 15px solid transparent;
}

.type:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -15px;
  top: 0px;
  border-right: 15px solid var(--bs-primary-shade-60);
  border-top: 15px solid transparent;
}

.prc-box.active {
  background: var(--bs-primary);
}

.prc-box.active .h3 {
  color: #fff;
}

.prc-box.active .type {
  transition: 500ms ease-in-out;
  background: var(--bs-primary-tint-80);
  color: #212529;
  border-radius: 0 0 0.25rem 0.25rem;
}

.prc-box.active .type:before {
  border-left: 16px solid var(--bs-primary-shade-80);
  right: -16px;
}

.prc-box.active .type:after {
  border-right: 16px solid var(--bs-primary-shade-80);
  left: -16px;
}

.prc-wrap {
  border-bottom: none !important;
}

.table tbody tr td.child-cell.active {
  color: var(--bs-primary);
  stroke: var(--bs-primary);
}

.line-around {
  border-bottom: 1px solid #ADB5BD;
  text-align: center;
  line-height: 0.1em;
}

.line-around .line-around-1 {
  background: #fff;
  padding: 0 18px;
}

.iq-single-card {
  border-radius: 0 0.5rem 0.5rem 0;
}

@media (max-width: 767.98px) {
  .iq-single-card {
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
.iq-star-inserted .iq-star-inserted-1.col {
  padding-right: unset;
}

.iq-star-inserted .iq-star-inserted-2 {
  z-index: 2;
}

.iq-star-inserted .iq-star-inserted-2.col {
  padding: unset;
}

.iq-star-inserted .iq-star-inserted-2.col .card {
  height: 100%;
}

.iq-star-inserted .iq-star-inserted-3.col {
  padding-left: unset;
}

@media (max-width: 991.98px) {
  .iq-star-inserted .card.my-5 {
    margin: unset !important;
    margin-bottom: 2rem !important;
  }
  .iq-star-inserted .iq-star-inserted-1.col {
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
  .iq-star-inserted .iq-star-inserted-2.col {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .iq-star-inserted .iq-star-inserted-2.col .card {
    height: unset;
    margin-bottom: 2rem !important;
  }
  .iq-star-inserted .iq-star-inserted-3.col {
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
}
.body-class-1 {
  scroll-behavior: smooth;
}

.main-img .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.main-img .container h1 {
  margin: 0;
  font-size: 4.375rem;
  color: #fff;
}

.main-img .container h1 span {
  padding: 0.375rem 0.875rem;
  display: inline-block;
}

.bd-heading-1 .bd-example {
  margin-top: 1rem;
}

.bd-heading-1 .bd-example:first-child {
  margin-top: 0rem;
}

.bd-cheatsheet {
  margin-top: -2rem;
}

.bd-cheatsheet section article .card.iq-document-card {
  padding: 1.5rem;
}

.bd-cheatsheet section article .card.iq-document-card .tab-content pre.language-markup {
  margin: unset;
}

.bd-aside.card.iq-document-card {
  padding: 1.5rem;
  margin-top: -2rem;
}

/* Table of contents */
.bd-aside a {
  padding: 0.25rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 0.25rem;
  color: rgba(138, 146, 166, 0.95);
  text-decoration: none;
}

.bd-aside a:hover, .bd-aside a:focus {
  background-color: rgba(58, 87, 232, 0.1);
}

.bd-aside .active {
  font-weight: 600;
  background-color: rgba(58, 87, 232, 0.1);
  color: var(--bs-primary);
}

.bd-aside .btn {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: #8A92A6;
  border: 0;
}

.bd-aside .btn .right-icon {
  transition: transform 0.35s ease;
}

.bd-aside .btn:hover, .bd-aside .btn:focus {
  background-color: rgba(58, 87, 232, 0.1);
  color: var(--bs-primary);
}

.bd-aside .btn[aria-expanded=true] .right-icon {
  transform: rotate(90deg);
}

.scrollspy-example {
  position: relative;
  height: 12.5rem;
  margin-top: 0.5rem;
  overflow: auto;
}

[id=modal] .bd-example .btn,
[id=buttons] .bd-example .btn,
[id=tooltips] .bd-example .btn,
[id=popovers] .bd-example .btn,
[id=dropdowns] .bd-example .btn-group,
[id=dropdowns] .bd-example .dropdown,
[id=dropdowns] .bd-example .dropup,
[id=dropdowns] .bd-example .dropend,
[id=dropdowns] .bd-example .dropstart {
  margin-top: 0.5rem;
}

/* Layout */
@media (min-width: 1200px) {
  .body-class-1 {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 4fr 1fr;
    grid-template-rows: auto;
  }
  .bd-aside.sticky-xl-top {
    top: 2rem !important;
  }
  .bd-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    grid-column: 1/span 3;
  }
  .sticky-xl-top {
    z-index: 2;
  }
  .bd-cheatsheet, .bd-cheatsheet section, .bd-cheatsheet article {
    display: grid;
    gap: 2rem;
    grid-template-columns: 3fr 1fr;
    grid-column: span 2/span 2;
    grid-template-rows: auto;
  }
  .bd-aside {
    grid-area: 1/1;
    scroll-margin-top: 4rem;
  }
  .bd-cheatsheet section, .bd-cheatsheet section > .iq-side-content {
    top: 2rem;
    scroll-margin-top: 0;
  }
  .bd-cheatsheet article, .bd-cheatsheet .bd-heading {
    top: 9.2rem;
    scroll-margin-top: 9.8rem;
  }
  .bd-cheatsheet .bd-heading {
    z-index: 1;
    order: 2;
  }
  .bd-cheatsheet .bd-heading .card {
    margin-bottom: 0;
  }
  .bd-cheatsheet article .iq-document-card {
    margin-bottom: unset;
  }
  .bd-cheatsheet article .iq-document-card.iq-doc-head {
    margin-top: -6.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mobile-offcanvas {
    width: 40% !important;
  }
}
@media (max-width: 767.98px) {
  .main-img .container h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 1199.98px) {
  .header .container {
    max-width: unset !important;
  }
  aside.mobile-offcanvas {
    margin-top: unset !important;
  }
  aside.mobile-offcanvas .offcanvas-header {
    display: block;
  }
  .body-class-1 {
    padding: unset;
  }
  .body-class-1.container {
    max-width: unset;
  }
  #content .iq-side-content .card {
    margin-top: 1.25rem;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1200;
    width: 75%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.8392156863);
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateY(0);
  }
  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
    display: block;
  }
}
@media (min-width: 1200px) {
  .bd-aside.card.iq-document-card, .bd-cheatsheet {
    margin-top: -3rem;
  }
  aside.mobile-offcanvas .offcanvas-header {
    display: none;
  }
  .bd-cheatsheet section .iq-side-content {
    grid-column-end: 3;
  }
  .bd-cheatsheet section .iq-side-content .card {
    margin-bottom: 0;
  }
}
body.offcanvas-active {
  overflow: hidden;
}

body.uikit .btn-download {
  display: none;
}

.uisheet.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(33, 37, 41, 0.6);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.uisheet.screen-darken.active {
  z-index: 10;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

#back-to-top {
  display: inline !important;
}

#back-to-top .top {
  bottom: 1.563rem;
  right: 1.563rem;
  z-index: 999;
}

.middle {
  display: inline !important;
}

.middle .mid-menu {
  position: fixed;
  top: 9.375rem;
  left: 0rem;
  z-index: 999;
  text-align: center;
  cursor: pointer;
  background: var(--bs-primary);
  color: #fff;
  padding: 0.2rem;
  border-radius: 0 1rem 1rem 0;
}

.top-1 {
  top: 1rem;
}

.elem-list {
  max-height: calc(80vh + 4rem);
  overflow: auto;
  /* Scroll Track */
  /* Scroll Handle */
  /* Scroll Handle on hover */
}

.elem-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 10px;
}

.elem-list::-webkit-scrollbar-track {
  background: #F9F9F9;
  border-radius: 10px;
}

.elem-list::-webkit-scrollbar-thumb {
  background: rgba(33, 37, 41, 0.2);
  border-radius: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.elem-list::-webkit-scrollbar-thumb:hover {
  background: rgba(33, 37, 41, 0.2);
  border-radius: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.iam-radio-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.iam-radio-wrapper > span {
  display: block;
  margin-bottom: 0.5rem;
  width: 100%;
}

.iam-radio-wrapper > div {
  flex-basis: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  min-height: initial;
  padding: initial;
  margin-bottom: 0;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  transition: 0.2s;
  width: 100%;
  text-align: center;
  margin-right: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.25rem;
  color: var(--bs-accordion-btn-color);
  background: #F9F9F9;
  border: 1px solid #eee;
  padding: 0.5rem 1rem;
}

[type=radio]:checked + label {
  transition: 0.2s;
  color: rgb(33, 37, 41);
  background: var(--bs-info);
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  width: 12px;
  height: 12px;
  background: #F87DA9;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
  background: purple;
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
  background: purple;
}

.accordion-item {
  background-color: #fff;
}

.crisis-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.crisis-wrapper > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background: #F9F9F9;
  padding: 1rem 1rem 0 1rem;
  border: 1px solid #eee;
  border-radius: 10px;
}

.iam-notes-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.iam-notes-container > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background: #F9F9F9;
  padding: 1rem 1rem 0 1rem;
  border: 1px solid #eee;
  border-radius: 10px;
}

.iam-notes-container > div .iam-notes-textarea {
  min-height: 11rem;
  height: calc(94vh - 32.5rem);
}

.iam-notes-container .iam-notes-display {
  height: 11rem;
  overflow: auto;
  background: #fff;
  margin-bottom: 2.5rem;
  border: 1px solid #eee;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.iam-notes-container .iam-notes-display > span {
  display: block;
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
}

.iam-check-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.iam-check-wrapper > span {
  display: block;
  margin-bottom: 0.5rem;
  width: 100%;
}

.iam-check-wrapper > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  min-height: initial;
  padding: initial;
  margin-bottom: 0;
}

.iam-check-wrapper > div.iam-checkin-notes {
  margin-top: 1rem;
  display: block;
  width: 100%;
}

.iam-check-wrapper > div.iam-checkin-notes textarea.form-control {
  min-height: calc(5.5em + 1rem + 2px);
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:checked + label,
[type=checkbox]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  transition: 0.2s;
  width: 100%;
  text-align: center;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.25rem;
  color: var(--bs-accordion-btn-color);
  background: #F9F9F9;
  border: 1px solid #eee;
  padding: 0.5rem 1rem;
}

[type=checkbox]:checked + label {
  transition: 0.2s;
  color: rgb(33, 37, 41);
  background: var(--bs-info);
}

[type=checkbox]:checked + label:before,
[type=checkbox]:not(:checked) + label:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type=checkbox]:checked + label:after,
[type=checkbox]:not(:checked) + label:after {
  width: 12px;
  height: 12px;
  background: #F87DA9;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
  background: purple;
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
  background: purple;
}

.form-check:first-of-type {
  padding-left: 0;
}

.form-group-tight .form-check {
  padding: 0.25rem 0.5rem 0.25rem 0;
  flex-basis: 50%;
}

/*Need selection dropdown and buttons styles*/
.need-dropdown-wrapper {
  list-style: none;
  position: absolute;
  z-index: 10000;
  padding-left: 0;
  max-height: 40vh;
  height: 100%;
  overflow-y: auto;
}

.need-dropdown-wrapper li {
  background: #fff;
  padding: 0.5rem 1rem;
  color: var(--bs-primary);
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  transition: 0.2s;
}

.need-dropdown-wrapper li:hover {
  cursor: pointer;
  background: #e1e1e1;
  transition: 0.2s;
}

.need-dropdown-wrapper li:only-child {
  display: none;
}

.need-dropdown-wrapper li.need-dropdown-close {
  text-align: center;
  border-bottom: 1px solid #66adbb;
  transition: 0.2s;
}

.need-dropdown-wrapper li.need-dropdown-close:hover {
  border-bottom: #66adbb;
  color: #C22A1C;
  border-bottom: 1px solid #C22A1C;
  transition: 0.2s;
}

.need-dropdown-wrapper li:first-of-type {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  border-radius: 6px 6px 0 0;
}

.need-dropdown-wrapper li:last-of-type {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-radius: 0 0 6px 6px;
}

.need-selection-wrapper > div {
  /*  display: flex; */
  margin-bottom: 0.75rem;
}

.need-selection-wrapper > div.selected-label {
  margin-bottom: 0;
}

.need-selection-wrapper > div:only-child {
  display: none !important;
}

.need-selection-wrapper > div > div {
  flex-basis: 35%;
  word-wrap: break-word;
  white-space: pre-line;
  line-height: 1.25;
}

.need-selection-wrapper > div > input {
  flex-basis: 55%;
  margin-left: 1rem;
}

.need-selection-wrapper > div > div.need-selection-remove {
  flex-basis: 10%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.need-selection-wrapper > div > div.need-selection-remove span {
  color: #C22A1C;
  text-decoration: underline;
  cursor: pointer;
}

.need-button {
  padding: 0.7rem 0.5rem;
  font-weight: 400;
  font-size: 1rem;
}

.need-button.need-selected {
  background: #545353;
  color: #fff;
  position: relative;
  margin-right: 0.25rem;
}

.need-button.need-selected span.need-selection-remove {
  background: #C22A1C;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* margin: auto; */
  padding: 0.7rem;
  border-radius: 3px;
  opacity: 0;
  transition: 0.3s;
}

.need-button.need-selected:hover span.need-selection-remove {
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
}

.need-button.need-quick-select {
  background: transparent;
  transition: 0.2s;
  border: 1px solid #c6c6c6;
  color: #c6c6c6;
}

.need-button.need-quick-select:hover {
  cursor: pointer;
  transition: 0.2s;
  border: 1px solid #66adbb;
  color: #66adbb;
}

.quick-one-selected.quick-two-selected.quick-three-selected {
  display: none;
}

.need-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}

.need-flex-container .need-flex-input {
  flex-basis: 35%;
}

.need-flex-container .need-flex-quick-options {
  flex-basis: 65%;
}

.need-flex-container .need-flex-quick-options > div > label {
  display: block;
  color: #c6c6c6;
}

.need-flex-container .need-flex-quick-options > div {
  margin-left: 1rem;
  /*  margin-top: .45rem;*/
}

/*END Need selection dropdown and buttons styles*/
/*Budget view styles*/
.budget-quickblock-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.budget-quickblock-wrapper {
  background: #F5F5F5;
  padding: 1.5rem 1rem;
  margin: 0rem 0.25rem;
}

.budget-quickblock-wrapper h4 {
  font-size: 1.4rem;
  display: block;
  font-weight: bolder;
}

.budget-quickblock-wrapper h4.budget-quickblock-h4-budget {
  color: #4FA96C;
}

.budget-quickblock-wrapper h4.budget-quickblock-h4-expense {
  color: #BE5036;
}

.budget-quickblock-wrapper span {
  color: #8A92A6;
  display: block;
  font-size: 0.9rem;
}

.budget-quickblock-wrapper span.budget-quickblock-dark {
  color: inherit;
}

.budget-quickblock-wrapper.budget-quickblock-total {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding-right: 2rem;
}

.budget-quickblock-wrapper.budget-quickblock-total span {
  color: rgb(0, 23, 28);
  font-size: 1.3rem;
}

.apexcharts-tooltip-text-y-label, .apexcharts-tooltip-text-y-value {
  color: #fff !important;
}

/*END Budget view styles*/
/*Narrative styles*/
.narrative-name {
  color: #00778e !important;
  font-size: 1.5rem;
  font-weight: 500;
}

.narrative-subname {
  font-size: 0.875rem;
  color: #838383 !important;
}

.narrative-header-right {
  text-align: right;
}

.narrative-box {
  background: #F9F9F9;
  padding: 1rem 1.5rem;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.narrative-box p:last-of-type {
  margin-bottom: 0;
}

.narrative-wrapper {
  border-bottom: 2px solid #F9F9F9;
}

.narrative-wrapper:last-of-type {
  border-bottom: 0;
}

/*END Narrative styles*/
/*Set Custom Font Styles*/
@font-face {
  font-family: "GothamSS";
  src: url("/fonts/gotham/GothamSSm-Black.otf") format("OpenType");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GothamSS";
  src: url("/fonts/gotham/GothamSSm-BlackItalic.otf") format("OpenType");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "GothamSS";
  src: url("/fonts/gotham/GothamSSm-Bold.otf") format("OpenType");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "GothamSS";
  src: url("/fonts/gotham/GothamSSm-BoldItalic.otf") format("OpenType");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "GothamSS";
  src: url("/fonts/gotham/GothamSSm-Medium.otf") format("OpenType");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GothamSS";
  src: url("/fonts/gotham/GothamSSm-MediumItalic.otf") format("OpenType");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "GothamSS";
  src: url("/fonts/gotham/GothamSSm-Book.otf") format("OpenType");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GothamSS";
  src: url("/fonts/gotham/GothamSSm-BookItaliс.otf") format("OpenType");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "GothamSS";
  src: url("/fonts/gotham/GothamSSm-Light.otf") format("OpenType");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GothamSS";
  src: url("/fonts/gotham/GothamSSm-LightItalic.otf") format("OpenType");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "GothamSS";
  src: url("/fonts/gotham/GothamSSm-XLight.otf") format("OpenType");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "GothamSS";
  src: url("/fonts/gotham/GothamSSm-XLightItalic.otf") format("OpenType");
  font-weight: 100;
  font-style: italic;
}
body {
  font-family: "GothamSS", Helvetica, sans-serif;
}

/* END Set Custom Font Styles*/
/*Tablet Specific styles*/
.large-table-wrapper {
  overflow-x: auto;
}

.large-table-wrapper {
  font-size: 0.8rem;
}

.large-table-wrapper .table > :not(caption) > * > * {
  padding: 1rem;
}

.checkin-log-btn-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: 3rem;
}

.table-tablet-show {
  display: none;
  visibility: hidden;
}

.order-filter-header-wrapper select {
  margin-left: 0.5rem;
  text-align: center;
}

@media (max-width: 1023.99px) {
  .table-overflow {
    overflow-x: auto;
  }
  .iam-forgot-pass {
    text-align: center;
    padding-bottom: 2rem;
  }
  .iam-forgot-pass .float-end {
    float: none !important;
  }
  .product-offcanvas .offcanvas-backdrop {
    top: 5.7rem !important;
  }
  .offcanvas-end.iq-product-menu-responsive, .offcanvas-start.iq-product-menu-responsive {
    top: 5.7rem !important;
  }
  .offcanvas.offcanvas-end.shadow-none.iq-product-menu-responsive.on-rtl.end.show {
    border: none;
  }
  .iam-search-result-tablet {
    display: block !important;
  }
  .iam-search-result-tablet .result-modallist-wrapper {
    padding: 1rem 0 2rem 0;
  }
  .cust-row {
    --bs-gutter-x: 0;
  }
  .cust-flex-basis-80 {
    flex-basis: 100% !important;
  }
  .cust-flex-basis-20.cust-flex {
    flex-basis: 100% !important;
    margin-top: 2rem;
  }
  .cust-flex.neighbor-checkin-wrapper {
    justify-content: center;
  }
  .checkin-log-btn-group {
    margin-left: initial;
    margin-top: 1rem;
  }
  .modal-dialog.iam-modal-dialog {
    max-width: 100vw;
  }
  .budget-quickblock-wrapper {
    flex-grow: 1;
    margin-bottom: 0.5rem;
    flex-basis: 48%;
  }
  .table-tablet-show {
    display: table-cell;
    visibility: visible;
  }
  .table-tablet-hide {
    display: none;
    visibility: hidden;
  }
}
/*END Tablet Specific styles*/

/*# sourceMappingURL=custom.css.map */
