@charset "UTF-8";
/*!
* Start Bootstrap - SB Admin Pro v2.0.3 (https://shop.startbootstrap.com/product/sb-admin-pro)
* Copyright 2013-2021 Start Bootstrap
* Licensed under SEE_LICENSE (https://github.com/StartBootstrap/sb-admin-pro/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.field-label {
    font-weight: normal;
    text-align: left; 
    display:block; 
    font-size:14px
}
.field-helptext {
    font-size: 12px;
}
.field-error {
    font-size: 14px;
    color: red;
}
.field-required {
    font-weight: normal;
}
.field-required:after {
    color: red;
    content: " *";
}


.text-center {
    width: 100%;
    position: relative;
    height: 100%;
}

.spinner-border {
    display: block;
    position: fixed;
    top: calc(50% - (58px / 2));
    right: calc(50% - (58px / 2));
    color: red;
}

#spinner {
    position:fixed;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background-color: rgb(0,0,0,0.5);
}


.table-round-corner {
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
    font-size: 10;
    border-collapse:separate;
    border: solid #ccc 1px;
            border-radius: 10px;
}


section{
    position: relative;
    width: 100%;
    height: 70px;
}

section input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    border: 0;
    outline: none;
    background: #f1f1f1;
    font-size: 18px;
    border-radius: 8px;
}

#icon{
    position: absolute;
    top: 38%;
    right: 20px;
    transform: translateY(-50%);
    background: url("https://cdn-icons-png.flaticon.com/512/709/709612.png");

    background-size: cover;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

#icon.hide{
    background: url("https://cdn-icons-png.flaticon.com/512/2767/2767146.png");
    background-size: cover;
}

#icon_repetir{
    position: absolute;
    top: 38%;
    right: 20px;
    transform: translateY(-50%);
    background: url("https://cdn-icons-png.flaticon.com/512/709/709612.png");

    background-size: cover;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

#icon_repetir.hide{
    background: url("https://cdn-icons-png.flaticon.com/512/2767/2767146.png");
    background-size: cover;
}

#icon_nova{
    position: absolute;
    top: 38%;
    right: 20px;
    transform: translateY(-50%);
    background: url("https://cdn-icons-png.flaticon.com/512/709/709612.png");
    background-size: cover;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

#icon_nova.hide{
    background: url("https://cdn-icons-png.flaticon.com/512/2767/2767146.png");
    background-size: cover;
}

#update_ptax{
    position: absolute;
    top: 38%;
    right: 20px;
    transform: translateY(-50%);
    background: url("https://cdn-icons-png.flaticon.com/512/9497/9497023.png");

    background-size: cover;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.form-control{
    height: 47px;
}

.dropdown-check-list {
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  display: block;
  height: 47px; 
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #69707a;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dropdown-check-list:focus {
    box-shadow: 0 0 0 0.25rem rgba(158, 203, 59, 0.5);
}

.dropdown-check-list .anchor {
    height: 47px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding-left: 20px;
    display: block;
    width: 100%;
    padding: 0.975rem 1.125rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #69707a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c5ccd6;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.dropdown-check-list ul.items {
    background-color: white;
    padding: 2px;
    display: none;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #69707a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c5ccd6;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: relative;
    max-height: 200px;
    overflow: auto;
    z-index: 400;
}

.dropdown-check-list ul.items li {
  padding-left: 4px;
  list-style: none;
}

ul.items li {
  padding-top: 12px;
}

ul.items li:first-child {
  padding-top: 4px;
}

.dropdown-check-list.visible .anchor {
    color: #69707a;
    padding-left: 20px;
}

.dropdown-check-list.visible .items {
    display: block;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.pagination-multiselect {
    width: auto;
    display: inline-block;
    margin-right: 0.25rem;
    padding: 0.875rem 2.375rem 0.875rem 1.125rem;
    -moz-padding-start: calc(1.125rem - 3px);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #69707a;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23363d47' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");    background-repeat: no-repeat;
    background-position: right 1.125rem center;
    background-size: 16px 12px;
    border: 1px solid #c5ccd6;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.pagination-multiselect:focus-visible {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 97, 242, 0.25);
}

#banner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: sticky;
	top: 0;
	width: 100%;
	height: 20px;
	padding: 18px 20px;
	background-color: #484848;
	font-size: 14px;
	overflow: hidden;
	color: white;
	text-align: center;
	font-family: Arial, sans-serif;
	border-radius: 0 0 5px 0px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s;
	z-index: 100000000000;
}

#banner a {
    color: white;
    text-decoration: none;
    background-color: #4CAF50;
    border-radius: 5px;
    padding: 2px 5px;
    margin-left: 5px;
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .modal-body {
        white-space: normal;
    }
    .modal-dialog:not(.modal-lg) {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        width: 100%;
        padding: 50px;
        margin: 0;
    } 
}

#closeBanner {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 15px;
    font-weight: bold;
}

.title-divider {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 15px;
}

.tenant-type-card {
    max-width: 30rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s, border 0.3s;
    margin-bottom: 2rem;
}

.tenant-type-card:hover {
    cursor: pointer;
    box-shadow: 0px 2px 8px rgb(28 143 4 / 60%);
    border: 1px solid #82c141;
}

.tenant-type-card > div {
    margin: 0 20px;
}

.tenant-type-card > i:first-child {
    color: #82c141;
    font-size: 2rem;
}

.tenant-type-card > i:last-child {
    color: #82c141;
    font-size: 1.5rem;
}

.tenant-type-card > div > p:first-child {
    font-weight: 600;
    color: #484848;
}

.tenant-type-card > div > p {
    margin: 0;
}

#client_type_data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.hidden {
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden;
}

.visible {
    opacity: 1;
    transition: opacity 0.5s ease;
}

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

.barcode-number-container > div {
    font-family: monospace;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #484848 1px solid;
    flex: 1;
    margin: 4px 0.5rem;
    font-size: 18px;
    color: rgba(var(--bs-dark-rgb), 1);
    height: auto;
}

.qr-code {
    max-width: 160px;
    width: 100%;
    height: auto ;
}

.qr-code > img {
    width: inherit;
    height: inherit;
}


.grid-cols-1 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}


@media only screen and (max-height: 720px) {
    .qr-code-responsive {
        max-width: 150px !important;
    }
}

@media only screen and (min-height: 720px) {
    .qr-code-responsive {
        max-width: 200px !important;
    }
}

@media only screen and (max-width: 640px) {
    .barcode-number-container > div {
        font-size: 2.1vw;
        margin: 4px 0.25rem;
    }
}
@media only screen and (min-width: 640px) {
    .barcode-number-container > div {
        font-size: 1.8vw;
    }
}

@media only screen and (min-width: 1024px) {
    .barcode-number-container > div {
        font-size: 1.2vw;
    }
}

@media only screen and (min-width: 1280px) {
    .barcode-number-container > div {
        font-size: 1vw;
    }
}

@media only screen and (min-width: 1536px) {
    .barcode-number-container > div {
        font-size: 16px;
    }
}

/* Small Devices */
@media only screen and (max-width: 640px) {
    .sm-modal-body {
        max-height: calc(75vh - 70px) !important;
        overflow: auto;
    }
    /* Width */
    .sm-w-10 {
        width: 2.5rem !important;
    }

    .sm-w-100 {
        width: 100% !important;
    }

    /* Max Width */
    .sm-max-w-50 {
        max-width: 50% !important;
    }

    .sm-max-w-75 {
        max-width: 75% !important;
    }

    .sm-max-w-100 {
        max-width: 100% !important;
    }


    /* Height */
    .sm-h-12 {
        height: 3rem !important;
    }

    /* Max Height */
    .sm-max-vh-75 {
        max-height: 75vh !important;
    }

    /* Padding */
    .sm-pt-3 {
        padding-top: 1rem !important;
    }
    
    .sm-px-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }

    .sm-px-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }

    /* Margin */

    .sm-mt-0 {
        margin-top: 0 !important;
    }

    .sm-mt-2 {
      margin-top: 0.5rem !important;
    }

    .sm-mx-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
    }

    .sm-mb-3 {
      margin-bottom: 1rem !important;
    }

    /* Display */
    .sm-d-none {
        display: none !important;
    }

    .sm-d-flex {
        display: flex !important;
    }

    .sm-flex-column {
        flex-direction: column !important;
    }
  }
  
  /* Medium Devices */
  @media only screen and (min-width: 640px) {
    .md-modal-body {
        max-height: calc(100vh - 180px) !important;
        overflow: auto;
    }

    /* Max Width */
    .md-max-w-50 {
        max-width: 50% !important;
    }

    .md-max-w-70 {
        max-width: 70% !important;
    }

    .md-max-w-90 {
        max-width: 90% !important;
    }
    
    .md-max-w-100 {
        max-width: 100% !important;
    }

    /* Padding */
    .md-px-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .md-px-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    
    .md-px-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .md-px-6 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }
    /* Display */
    .md-d-none {
        display: none !important;
    }
    
    .md.d-flex {
        display: flex !important;
    }

    .md-flex-column {
        flex-direction: column !important;
    }

    /* Margin */
    .md-mt-4 {
        margin-top: 1.5rem !important;
    }

    .md-mb-3 {
        margin-bottom: 1rem !important;
    }
    .md-grid-cols-2 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

  }
  
  /* Medium-Large Devices */
  @media only screen and (min-width: 768px) {
    /* Max Width */
    .md-lg-grid-cols-2 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md-lg-grid-cols-3 {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md-lg-mb-0 {
        margin-bottom: 1rem !important;
    }
  }
  /* Large Devices */
  @media only screen and (min-width: 1024px) {
    /* Width */
    .lg-w-30 {
        width: 30% !important;
    }
    .lg-w-70 {
        width: 70% !important;
    }
    /* Max Width */
    .lg-max-w-40 {
        max-width: 40% !important;
    }
    .lg-max-w-50 {
        max-width: 50% !important;
    }
    .lg-max-w-60 {
        max-width: 60% !important;
    }

    .lg-max-w-70 {
        max-width: 70% !important;
    }

    .lg-max-w-80 {
        max-width: 80% !important;
    }

    .lg-max-w-90 {
        max-width: 90% !important;
    }

    /* Padding */
    .lg-px-0 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    /* Margin */
    .lg-mt-0 {
        margin-top: 0rem !important;
    }

    /* Flex Direction */
    .lg-flex-row {
        flex-direction: row !important;
    }
  }

  /* Extra Large Devices */
  @media only screen and (min-width: 1280px) {
    .xl-max-w-40 {
        max-width: 40% !important;
    }
    .xl-max-w-50 {
        max-width: 50% !important;
    }
    .xl-max-w-80 {
        max-width: 80% !important;
    }
  }

  /* Extra Extra Large Devices */
  @media only screen and (min-width: 1536px) {
    .xxl-max-w-40 {
        max-width: 40% !important;
    }
    .xxl-max-w-50 {
        max-width: 50% !important;
    }
    .xxl-max-w-70 {
        max-width: 70% !important;
    }
  }

.text-muted-foreground {
    color: #6b7280;
}

.space-x-4 > * + * {
    margin-left: 1rem;
}

.border-muted-foreground {
    border-color: #e1e8f0;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.w-fit-content {
    width: fit-content;
}

.h-fit-content {
    height: fit-content;
}

.border-none {
    border: none;
}

.svg-light > path, line {
    stroke-width: 0.5; 
}

.border-width-2 {
    border-width: 2px !important;
}

.transform-transition-ease-out {
    transition: transform 0.3s ease-out;
}

.space-y-1 > * + * {
    margin-top: 1rem;
}

.space-y-1\.5 > * + * {
    margin-top: 1.5rem;
}

.table-no-vertical-borders {
    border-collapse: collapse;
  }
  
.table-no-vertical-borders td,
.table-no-vertical-borders th {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-left: none;
border-right: none;
}

.table-layout-fixed {
    table-layout: fixed;
}

.grid-auto-fit {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.pricing-columns .pricing-columns-price span {
    font-weight: normal;
    font-size: 1rem;
    color: #69707a;
}

.selected-card {
    box-shadow: 0 0 11px 1px rgb(0 128 45 / 55%);
}