/*
    DEMO STYLE
*/

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    /* color: inherit !important; */
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    /* padding: 2px 2px; */
    background: #fff;
    border-radius: 0;
    /* margin-bottom: 40px; */
    border: 1px solid;
    border-color: var(--greygrey-100);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

table.dataTable tbody tr > .dtfc-fixed-left,
table.dataTable tbody tr > .dtfc-fixed-right,
table.dataTable thead tr > .dtfc-fixed-right {
  background-color: var(--greygrey-100);
  text-align: center !important;
}

table.dataTable {
    td, th {
        vertical-align: middle;
    }
}

.modal.fade {
    background: rgba(0, 0, 0, 0.5);
}

.modal-backdrop.fade {
    opacity: 0;
}

div.dt-container .dt-paging .dt-paging-button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent;
}

.hide-mobile {
    display: block;
}

.frame-datatable {
    align-self: stretch;
    flex-grow: 1;
    display: block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 10px 14px;
    border-radius: 8px;
    box-shadow: 0 2px 20px 0 rgba(111, 108, 108, 0.16);
    background-color: var(--white);
    width: 100%;
  }


  thead.table-agenda>tr {
    height: 21px;
    align-self: stretch;
    flex-grow: 0;
    font-size: 14px;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: var(--greygrey-500);
  }

  tbody.table-agenda>tr>td {
    height: 21px;
    flex-grow: 0;
    font-size: 14px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: var(--greygrey-800);
  }

  table.table-agenda thead th {
    border: none;
  }

table.table-agenda tfoot th {
    border: none;
}

table.table-agenda thead th {
    font-weight: normal;
}


.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 38px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 38px;
    border-radius: 8px !important;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05) !important;
    border: solid 1px #d0d5dd !important;
    background-color: #fff !important;
    padding-top: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0px solid #ccc;
    border-radius: 8px;
    color: var(--feedback-colorssuccesssuccess-500);
    background-color: var(--feedback-colorssuccesssuccess-50);
    border-color: #CCC;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid var(--feedback-colorssuccesssuccess-500);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: var(--feedback-colorssuccesssuccess-500);
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.select2-container--default .select2-selection--multiple {
    padding-right: 20px;
}
.select2-container--default .select2-selection--multiple::after {
    position: absolute;
    right: 5px;
    top: 42%;
    font-family: FontAwesome;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f078";
    font-size: 0.6rem;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 260px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #FFF;
    transition: all 0.3s;
    font-weight: 500;
    color: var(--greygrey-700);
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
    white-space: nowrap;
    border: 0px solid;
    border-color: var(--greygrey-100);
    margin-top: 150px;

}

#sidebar.active {
    margin-left: -260px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #FFF;
}

#sidebar .sidebar-footer {
    position: sticky;
    right: 0;
    bottom: 0px;
    left: 0;
    border-top: 1px solid #E1E8EA;
    background-color: white;
}


#sidebar ul.components {
    padding: 0;
    overflow: auto;
    overflow-y: auto;
    height: auto;
    background-color: white;
    /* border-bottom: 1px solid #E1E8EA;*/
}


#sidebar .user {
    padding-top: 10px;
    padding-bottom: 10px;
}

#sidebar ul p {
    color: rgba(0,0,0,.5);
    padding: 10px;
}

#sidebar li:not(:first-child) a {
    padding: 10px;
    font-size: 16px;
    display: block;
    color: var(--greygrey-700);
}

#sidebar ul li:not(:first-child) a {
    padding: 10px;
    font-size: 16px;
    /*display: block;*/
    color: var(--greygrey-700);
}


#sidebar ul li:not(:first-child) a:hover {
    background: #CCE3ED;
    color: rgba(0,0,0,.5);
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    background: #FFF;
    color: rgba(0,0,0,.5);
}

.li-sidebar {
    background-color: white;
    width: 100%;
    border-bottom: 0px solid #c5c5c5;
    border-top: 1px solid #f5f2f2;
}

.li-sidebar {
    background-color: white;
    width: 100%;
    border-top: 1px solid #f5f2f2;
}

.li-sidebar:first-child {
    border: 0px;
    background-color: #e50612;
    color: white !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px;
    font-size: 16px;
}

.li-sidebar:last-child {
    border-bottom: 1px solid #f5f2f2;
}

a[data-toggle="collapse"] {
    position: relative;
}
/*
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
*/
ul ul a {
    font-size: 1em !important;
    /* padding-left: 50px !important; */
    background: #FFF;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 260px);
    padding: 10px;
    min-height: 97vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    background: #F5F5F5;
    overflow: hidden;
}

#content.active {
    width: 100%;
}

._nav {
    min-width: 30vw;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}

.bd-mr-1 {
    margin-right: .25rem !important;
}

.navbar-brand-eventoapp {
    display: grid;
    position: fixed;
    top: 5px;
    left: 8px;
    height: 140px;
    width: 240px;
    z-index: 1040;
    border-radius: 15px;
    text-align: center;
    background: transparent;
    overflow: hidden;
}

.navbar-brand-eventoapp img {
    width: auto !important;
    width: 100%;
    max-width: 238px;
    float: left;
    clear: both;
    border-radius: 15px;
    max-height: 138px;
    margin-left: auto;
    margin-right: auto;
}

#sidebarCollapse {
    margin-left: 250px;
}

.navbar-brand-eventoapp-small {
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 5px;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-eventoapp {
    display: inline-block;
    /* padding-top: .3125rem; 
    padding-bottom: .3125rem; */
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    /* height:60px !important;
    max-height:60px !important; */
    height: auto;
}

/* ---------------------------------------------------
   EVENTO APP - VENDA
   --------------------------------------------------- */

.section-products {
    padding: 80px 0 54px;
}

.section-products .header {
    margin-bottom: 50px;
}

.section-products .header h3 {
    font-size: 1rem;
    color: #fe302f;
    font-weight: 500;
}

.section-products .header h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #444444; 
}

.section-products .single-product {
    margin-bottom: 26px;
    background-color: white;
    border-radius: 15px;
    border: 1px solid #e3e3e3;
}

.section-products .single-product .part-1 {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.section-products .single-product:hover .part-1::before {
        transform: scale(1.2,1.2) rotate(5deg);
}

.section-products .single-product .part-1 .discount,
.section-products .single-product .part-1 .new {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #ffffff;
    background-color: #fe302f;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.section-products .single-product .part-1 .new {
    left: 0;
    background-color: #444444;
}

.section-products .single-product .part-1 ul {
    position: absolute;
    bottom: -41px;
    left: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
}

.section-products .single-product:hover .part-1 ul {
    bottom: 30px;
    opacity: 1;
}

.section-products .single-product .part-1 ul li {
    display: inline-block;
    margin-right: 4px;
}

.section-products .single-product .part-1 ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    color: #444444;
    text-align: center;
    box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
    transition: color 0.2s;
}

.section-products .single-product .part-1 ul li a:hover {
    color: #fe302f;
}

.section-products .single-product .part-2 .product-title {
    font-size: 0.95rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
}

.section-products .single-product .part-2 h4 {
    display: inline-block;
    font-size: 1rem;
}

.section-products .single-product .part-2 .product-price {
    font-size: 1.1rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.00938em;
}
.section-products .single-product .part-3 {
    position: relative;
    display: inline-flex;
}

.bg-eventoapp {
    background-color: #F5F5F5;
}

.img-eventoapp {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    top: 0px;
    left: 0px;
    opacity: 1;
    transition: filterBrightness 2250ms cubic-bezier(0.4, 0, 0.2, 1), filterSaturate 3000ms cubic-bezier(0.4, 0, 0.2, 1), opacity 1500ms cubic-bezier(0.4, 0, 0.2, 1);
}


.product-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}
.lote-badge{
    position: absolute;
    left:5px;
    top:5px;
    background:red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:5px 10px;
    font-size:20px;
    z-index: 500;
}

.cart-badge {
    position: relative;
    right: 25px;
    top: 10px;
    background: #6363ca;
    text-align: center;
    border-radius: 30px;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    z-index: 500;
}


.cart-badge-small {
    position: relative;
    left: 10px;
    top: -15px;
    background: #6363ca;
    text-align: center;
    border-radius: 30px;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    z-index: 500;
}

.cart-item-info {
    position: absolute;
    left: 70px;
    top: -10px;
    background: #e2860e;
    text-align: center;
    border-radius: 50%;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    z-index: 500;
    border: 0px;
}


.lote-badge-modal {
    position: absolute;
    right:5px;
    top:5px;
    background:red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:5px 10px;
    font-size:20px;
    z-index: 500;
}

.item-numerado-ocupado {
    background-color: #cf0c3d !important;
    color: white;
    border: 1px solid #64051d !important;
    height: 40px !important;
    width: 40px !important;
    margin: 1px;
    text-align: center !important;
    border-radius: 50%;
}

.item-numerado-disponivel {
    background-color: #397c3e !important;
    color: white;
    border: 1px solid #2a5c2d !important;
    height: 40px !important;
    width: 40px !important;
    margin: 1px;
    text-align: center !important;
    border-radius: 50%;
}

.item-numerado-comprado {
    background-color: #577d96 !important;
    color: white;
    border: 1px solid #4a6a80 !important;
    height: 40px !important;
    width: 40px !important;
    margin: 1px;
    text-align: center !important;
    border-radius: 50%;
}

.input-venda-quantidade, input::-webkit-outer-spin-button,
.input-venda-quantidade, input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.input-venda-quantidade, input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.label-venda-quantidade {
    z-index: 400; 
    position: relative; 
    top: 15px;
}

.span-label-venda-quantidade {
    background-color: white; padding-left: 5px; padding-right: 5px;
}

.btn-venda-quantidade {
    height: 50px !important; 
    width: 50px !important; 
    text-align: center !important; 
    border: 0px; 
    background-color: white;
    align-content: center !important;
    display: flex;
    justify-content: center;
}

.btn-venda-quantidade-cart {
    height: 50px !important; 
    width: 50px !important; 
    text-align: center !important; 
    border: 0px; 
    background-color: white;
    align-content: center !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.input-venda-quantidade {
    height: 50px !important; padding:20px !important; text-align: center !important; width: 120px !important;
}

.text-new-quantidade-cart {
    height: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    border: solid 1px #d0d5dd !important;
    background-color: #fff !important;
}

.input-venda-quantidade-cart, input::-webkit-outer-spin-button,
.input-venda-quantidade-cart, input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.input-venda-quantidade-cart, input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.input-venda-quantidade-cart {
    height: 50px !important;
    padding: 20px !important;
    text-align: center !important;
    width: 70px !important;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-height: 668px) {
    #sidebar ul.components {
        padding: 0;
        overflow: auto;
        overflow-y: auto;
        height: auto;
        background-color: #f5f5f5;
    }
}

@media (max-width: 428px) {
    .smd-mt-2 {
        margin-top: .5rem !important;
    }

    .smd-mt-2 {
        margin-top: .5rem !important;
    }

    .bd-mr-1 {
        margin-right: unset;
    }
}

@media (max-width: 767px) {


    .fc .fc-toolbar-title {
        font-size: 1.15em !important;
        margin: 0;
    }

   ._nav {
        min-width: 95vw;
    }

    ._Button-cep {
        position: absolute;
        right: 0;
        top: 0;
    }

    .modal-body {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0;
    }
    ._Header-cadastro {
        width: 100vw !important;
      }

    ._Header-cadastro-simples {
        width: 100vw !important;
      }

      .hide-mobile {
        display: none;
    }
    .stretch-card {
        display: block;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
    }

    ._Button-search {
        width: 100% !important;
        height: 38px;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        gap: 8px;
        border-radius: 8px;
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        border: solid 1px var(--primaryblue-500);
        background-color: var(--primaryblue-500);
        color: white;
      }

      ._Button-filter {
        width:100px !important;
      }

      .select-new-button {
        width: 100% !important;
    }

    .navbar-brand-eventoapp {
        display: none;
        position: absolute;
        top: 5px;
        left: 80px;
        height: 140px;
        width: 240px;
        z-index: 9999;
    }
    
    .navbar-brand-eventoapp-small {
        display: inline-block;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-right: 5px;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }

    #sidebarCollapse {
        margin-left: 5px;
    }

    .bootbox-body {
        text-align: center;
    }

    .topbar-local {
        display: none;
    }
    
}

@media (min-width: 768px) {
    
}

@media (min-width: 992px) {
    .modal-md-custom {
        max-width: 650px;
    }
}


@media (max-width: 1023px) {
    #sidebar {
        margin-left: -260px;
        margin-top: 60px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 260px);
    }
    #sidebarCollapse span {
        display: none;
    }
    
    .topbar-titulo {
        display: none;
    }

    .fc .fc-toolbar-title {
        font-size: 1.15em !important;
        margin: 0;
    }
    ._nav {
        min-width: 95vw;
    }

    ._Header-cadastro {
        width: 100vw !important;
    }

    ._Header-cadastro-simples {
        width: 100vw !important;
    }

    ._Button-filter {
        width:100px !important;
      }

    .eventoappcart-total-item {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

}

.app-navbar {
    z-index: 1;
    box-shadow: 0 2px 5px -2px #B5B5B5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #ECF0F1;
    min-height: 30px !important;
}

.content-wrapper {
    background: #FFFFFF;
}

.nav-item-base {
    justify-content: center;
    padding: 8px;
    flex: 1;
    flex-grow: 1;
    background-color: var(--white);
    border-radius: 8px;
    border: 1px solid;
    border-color: var(--greygrey-100);
    display: flex;
    align-items: center;

}

.div-4 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    position: relative;
    flex: 0 0 auto;
}

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

.dropdown-toggle::after {
    display: none;
}

.img-avatar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.text-5 {
    margin-top: -1px;
    font-weight: var(--text-sm-semibold-font-weight);
    color: var(--greygrey-900);
    font-size: var(--text-sm-semibold-font-size);
    line-height: var(--text-sm-semibold-line-height);
    position: relative;
    width: fit-content;
    font-family: var(--text-sm-semibold-font-family);
    letter-spacing: var(--text-sm-semibold-letter-spacing);
    white-space: nowrap;
    font-style: var(--text-sm-semibold-font-style);
}

.supporting-text {
    position: relative;
    width: fit-content;
    font-family: var(--text-sm-regular-font-family);
    font-weight: var(--text-sm-regular-font-weight);
    color: var(--greygrey-600);
    font-size: var(--text-sm-regular-font-size);
    letter-spacing: var(--text-sm-regular-letter-spacing);
    line-height: var(--text-sm-regular-line-height);
    white-space: nowrap;
    font-style: var(--text-sm-regular-font-style);
}

.feather-16{
    width: 16px !important;
    height: 16px !important;
}

.feather-20{
    width: 20px !important;
    height: 20px !important;
}

.feather-props {
    padding: 0px 5px 5px 5px;
}

.feather-props-js {
    padding: 5px 5px 5px 5px;
}
/*
.logo-octa-topo{
    width: 100%;
    vertical-align: middle;
    border-radius: 15px;
}
*/

.logo-octa-topo-small{
    height: 45px;
    vertical-align: middle;
}

.content-wrapper {
    background: #ffffff;
    padding: 0px 0px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.btn-colapse:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-colapse:hover {
    color: #212529;
    text-decoration: none;
    outline: none;
}

.btn-colapse {
    color: #212529;
    background-color: transparent;
    border: none;
}

.btn-colapse:focus {
    outline: none;
}

.fc-media-screen .fc-timegrid-event {
    border-radius: 8px;
    border: none;
}

.fc-v-event .fc-event-main-frame {
    padding-left: 5px;
}

.fc-timegrid-event .fc-event-time {
    font-family: "Inter", Helvetica;
}

.fc-v-event .fc-event-title-container {
    font-family: "Inter", Helvetica;
}

.fc-today-button {
    margin-right: 15px !important;
}

.fc-day-today {
    background: var(--primaryblue-50) !important;
}

.fc-col-header-cell {
    height: 34px;
    align-content: center;
}

.fc .fc-button-group > .fc-button {
    color: black;
    padding: 10px 16px;
    background-color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: var(--greygrey-300);
}

.fc-today-button {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.fc-customPrev-button {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.fc-timeGridDay-button {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.fc-dayGridMonth-button {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.fc .fc-button-primary:not(:disabled):active, .fc .fc-button-primary:not(:disabled).fc-button-active {

    background-color: var(--greygrey-50) !important;
    border-right-width: 1px !important;
    border-right-style: solid !important;
    border-color: var(--greygrey-300) !important;
    color: black !important;
}

.fc-timegrid-slot-lane {
    cursor: pointer;
}

.nav-tabs .nav-link {
    color: var(--greygrey-600);
    border: 0;
    border-bottom: 0px solid var(--greygrey-100);
}

.nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: 1px solid var(--greygrey-100);
}

.nav-tabs .nav-link.active {
    color: var(--primaryblue-500);
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid var(--primaryblue-500);
    font-weight: 600;
}

._Button-base {
    height: 38px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border: solid 1px var(--primaryblue-500);
    background-color: var(--primaryblue-500);
    font-size: 16px;
}

._Button-group-left {
    height: 38px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border: solid 1px var(--feedback-colorssuccesssuccess-500);
    background-color: var(--feedback-colorssuccesssuccess-500);
    font-size: 16px;
    color: white;
    width: max-content;
}

._Button-group-right {
    height: 38px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border: solid 1px var(--feedback-colorssuccesssuccess-500);
    background-color: var(--feedback-colorssuccesssuccess-500);
    font-size: 16px;
    color: white;
}

._Button-new {
    width: 104px;
    height: 38px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    gap: 8px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border: solid 1px var(--primaryblue-500);
    background-color: var(--primaryblue-500);
    color: white;
}

._Button-xs {
    width: unset;
    height: unset;
    padding: 0.1rem 0.4rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

._Button-oper {
    height: 38px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    gap: 8px;
    border-radius: 8px !important;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: white;
}

._Button-search {
    width: 50%;
    height: 38px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    gap: 8px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border: solid 1px var(--primaryblue-500);
    background-color: var(--primaryblue-500);
    color: white;
}

._Button-filter {
    width: 50px;
}

._Button-filter-sm {
    width: 50px !important;
}


._Button-next {
    height: 38px !important;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    padding: 10px 18px;
    min-width: 104px !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border: solid 1px var(--primaryblue-500);
    background-color: var(--primaryblue-500);
    margin: .25rem;
}

._Button-next:disabled { 
    background-color: --greygrey-400; 
    border: solid 1px var(--greygrey-400);
    background-color: var(--greygrey-400);
    opacity: 0.5;
} 

._Button-cancel {
    height: 38px !important;
    flex-grow: 0;
    display: flex !important;
    flex-direction: row;
    padding: 10px 18px;
    width: 104px !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border: solid 1px var(--greygrey-50);
    background-color: white;
    color: var(--greygrey-600) !important;
    margin: .25rem;
}

._Button-edit {
    height: 38px !important;
    flex-grow: 0;
    display: flex !important;
    flex-direction: row;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border: solid 1px var(--greygrey-50);
    background-color: white;
    margin: .25rem;
    font-size: 12px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: var(--primaryblue-600) !important;
}


._Button-inline {
    height: 38px !important;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    padding: 10px 18px;
    /* width: 104px !important; */
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border: solid 1px var(--greygrey-50);
    background-color: var(--greygrey-600);
    color: white !important;
    margin: 0;
}

._Button-inline-right {
    height: 38px !important;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    padding: 10px 18px;
    /* width: 104px !important; */
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border: solid 1px var(--greygrey-50);
    background-color: var(--greygrey-600);
    color: white !important;
    margin: 0;
    right: 0px;
    position: absolute;
}

._inline {
    height: 38px !important;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: left;
    border: 0px;
    background-color: transparent;
    margin: 0;
}

.baloon {
    position: relative;
    padding: 15px;
    margin: 1em 0 3em;
    color: #000;
    border-radius: 10px;
    border: 1px solid var(--greygrey-100);
}

._Button-save {
    height: 38px !important;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    padding: 10px 18px;
    /* width: 104px !important; */
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border: solid 1px var(--primaryblue-500);
    background-color: var(--primaryblue-500);
    margin: .25rem;
}

.m15 {
    margin: .15rem !important;
}

._Button-cep {
    position: absolute;
    right: 0;
}

button:focus {
    outline: 0px;
    /* outline: 5px auto -webkit-focus-ring-color; */
}

.ht-rounded {
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
	border: solid 1px var(--greygrey-100);
}

.handsontable thead th {
    border: solid 1px var(--greygrey-100);
    border-top: none;
    background-color: var(--primaryblue-25);
}

.handsontable tr:first-child th {
    border-top: 0px solid #CCC !important;
}

.handsontable th:first-child, .handsontable td:first-of-type, .handsontable thead tr th:nth-child(2), .handsontable th, .handsontable .htNoFrame + td {
    border-left: 0px solid #CCC !important;
}

.modal-footer-custom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 0px;
}

.selectize-input {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.form-control.selectize-control .selectize-dropdown .selectize-dropdown-content .optgroup {
    margin-left: 10px !important;
    cursor: pointer !important;
}

.form-control.selectize-control .selectize-dropdown .selectize-dropdown-content .optgroup .optgroup-header {
    padding-left: 0px !important;
}

.form-control.selectize-control .selectize-input:before {
    content:"\f002";
    font-family: FontAwesome;
    -webkit-text-stroke: 0.3px white;
    line-height: 2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 6px;
    padding-top: 2px;
    font-weight:600;
    padding-right: 28px;
    color: var(--greygrey-900);
}

.selectize-input {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.selectize-input.items.not-full {
    padding-left: 28px;
}

.form-control.selectize-control.single .selectize-input {
    padding-left: 28px;
}

.selectize-input.items.not-full.has-options .item:first-child {
    margin-left: 20px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    top: 5px;
}

.Card-Resumo {
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 24px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 20px 0 rgba(111, 108, 108, 0.16);
    background-color: var(--white);
  }

  .Icones-Resumo {
    height: 40px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .Text {
    /* width: 40px; */
    height: 24px;
    flex-grow: 0;
    /*
    font-family: Inter;
    font-weight: 600;
    */
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
  }

  .Text-grey {
    /* width: 40px; */
    height: 24px;
    flex-grow: 0;
    /*
    font-family: Inter;
    font-weight: 600;
    */
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: var(--greygrey-800);
    vertical-align: middle;
  }

  .Text-small {
    /* width: 40px; */
    height: 24px;
    flex-grow: 0;
    /*
    font-family: Inter;
    font-weight: 600;
    */
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
  }

  .Text-small-grey {
    /* width: 40px; */
    height: 24px;
    flex-grow: 0;
    /*
    font-family: Inter;
    font-weight: 600;
    */
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: var(--greygrey-800);
  }

  .Text-Title {
    flex-grow: 0;
    /*
    font-family: Inter;
    */
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: var(--greygrey-900);
  }

  .Text-SubTitle-1 {
    flex-grow: 0;
    /*
    font-family: Inter;
    */
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: var(--greygrey-900);
  }

  .Text-SubTitle-2 {
    flex-grow: 0;
    /*
    font-family: Inter;
    */
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: var(--greygrey-900);
  }

  .Text-tip {
    flex-grow: 0;
    font-size: 12px;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: normal;
    /* text-align: left; */
    color: var(--greygrey-600);
    margin: 0;
  }

.Text-tip-1 {
    flex-grow: 0;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    /* text-align: left; */
    color: var(--greygrey-600);
    margin: 0;
  }

  .Radio {
    height:20px;
    width:20px;
    vertical-align: middle;
  }

  .Radio-text {
    height:20px;
    vertical-align: middle;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: var(--greygrey-700);
    margin-left: 5px;
  }

  ._Table-cadastro {
    width: 50vw;
  }

  ._Header-cadastro {
    width: 49vw;
  }

  ._Table-cadastro-simples {
    width: 35vw;
  }

  ._Header-cadastro-simples {
    width: 34vw;
  }

  a.disabled {
    pointer-events: none;
    cursor: default;
  }

.select-new {
    height: 38px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 8px !important;
    /* padding: 10px 14px !important; */
    border-radius: 8px !important;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05) !important;
    border: solid 1px #d0d5dd !important;
    background-color: #fff !important;
}

.select-new-button {
    width: 99%;
}

.text-new {
    height: 38px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    border: solid 1px #d0d5dd !important;
    background-color: #fff !important;
}

.text-new-group {
    height: 38px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 14px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05) !important;
    border: solid 1px #d0d5dd !important;
    background-color: #fff !important;
}

.button-new-group {
    margin-left: -6px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.label-new {
    vertical-align: text-top;
}

.icon-blue {
    background-color: var(--primaryblue-500);
    color: white;
    padding: 5px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

/*
select.form-control + .chosen-container.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 38px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-image: none;
  }
  select.form-control + .chosen-container.chosen-container-single .chosen-single div {
    top: 4px;
    color: #000;
  }
  select.form-control + .chosen-container .chosen-drop {
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    margin: 2px 0 0;
  }
  select.form-control + .chosen-container .chosen-search input[type=text] {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image: none;
  }
  select.form-control + .chosen-container .chosen-results {
    margin: 2px 0 0;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
  }
  select.form-control + .chosen-container .chosen-results li,
  select.form-control + .chosen-container .chosen-results li.active-result {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    background-image: none;
  }
  select.form-control + .chosen-container .chosen-results li:hover,
  select.form-control + .chosen-container .chosen-results li.active-result:hover,
  select.form-control + .chosen-container .chosen-results li.highlighted {
    color: #FFF;
    text-decoration: none;
    background-color: #428BCA;
    background-image: none;
  }
  select.form-control + .chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image: none;
    height: 38px;
  }
  select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: auto;
    padding: 5px 0;
  }
  select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
    background-image: none;
    padding: 3px 24px 3px 5px;
    margin: 0 6px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid #ccc;
    border-radius: 8px;
    color: var(--feedback-colorssuccesssuccess-500);
    background-color: var(--feedback-colorssuccesssuccess-50);
    border-color: #CCC;
  }
  select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 8px;
    right: 6px;
    color: var(--feedback-colorssuccesssuccess-500);
    background-color: var(--feedback-colorssuccesssuccess-50);
  }
  select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
  select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
  select.form-control + .chosen-container .chosen-search input[type=text]:focus {
    border-color: #66AFE9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  select.form-control + .chosen-container-multi .chosen-results li.result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
    background-color: white;
  }

  .chosen-container-multi.chosen-container::after{
        font-size: 1rem;
        content:"\f002";
        font-family: FontAwesome;
        line-height: 2;
        display: block;
        position: absolute;
        top: 2px;
        left: 0;
        padding-left: 6px;
        padding-top: 2px;
        font-weight:600;
        padding-right: 28px;
        color: var(--greygrey-900);
        -webkit-text-stroke: 0.3px white;
}

.chosen-container-multi.chosen-container .chosen-choices::after {
    background: url('../img/icons/chevron-down.svg') no-repeat 3px 4px;
    background-size: 16px 16px;
    width: 24px;
    height: 100%;
    content: " ";
    position: absolute;
    right: 0;
}

.chosen-choices {
    padding-left: 24px !important;
    font-size: 1rem;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 2px;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../plugins/chosen/chosen-sprite.png) no-repeat 0px 3px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 3px;
}

li.search-field input.default {
   width: 100% !important;
}
*/
:root {
    --black: rgba(33, 33, 33, 1);
    --white: rgba(255, 255, 255, 1);
    --primaryblue-50: rgba(233, 245, 254, 1);
    --primaryblue-100: rgba(186, 222, 251, 1);
    --primaryblue-200: rgba(153, 207, 249, 1);
    --primaryblue-300: rgba(106, 185, 247, 1);
    --primaryblue-400: rgba(77, 171, 245, 1);
    --primaryblue-500: rgba(33, 150, 243, 1);
    --primaryblue-600: rgba(30, 137, 221, 1);
    --primaryblue-700: rgba(23, 107, 173, 1);
    --primaryblue-800: rgba(18, 83, 134, 1);
    --primaryblue-900: rgba(14, 63, 102, 1);
    --primaryblue-25: rgba(245, 251, 255, 1);
    --greygrey-50: rgba(239, 242, 243, 1);
    --greygrey-100: rgba(206, 215, 219, 1);
    --greygrey-200: rgba(182, 195, 202, 1);
    --greygrey-300: rgba(148, 168, 177, 1);
    --greygrey-400: rgba(128, 151, 162, 1);
    --greygrey-500: rgba(96, 125, 139, 1);
    --greygrey-600: rgba(87, 114, 126, 1);
    --greygrey-700: rgba(68, 89, 99, 1);
    --greygrey-800: rgba(53, 69, 76, 1);
    --greygrey-900: rgba(40, 53, 58, 1);
    --feedback-colorssuccesssuccess-50: rgba(231, 248, 240, 1);
    --feedback-colorssuccesssuccess-100: rgba(182, 233, 209, 1);
    --feedback-colorssuccesssuccess-200: rgba(146, 222, 186, 1);
    --feedback-colorssuccesssuccess-300: rgba(96, 207, 155, 1);
    --feedback-colorssuccesssuccess-400: rgba(65, 197, 136, 1);
    --feedback-colorssuccesssuccess-500: rgba(18, 183, 106, 1);
    --feedback-colorssuccesssuccess-600: rgba(16, 167, 96, 1);
    --feedback-colorssuccesssuccess-700: rgba(13, 130, 75, 1);
    --feedback-colorssuccesssuccess-800: rgba(10, 101, 58, 1);
    --feedback-colorssuccesssuccess-900: rgba(8, 77, 45, 1);
    --feedback-colorserrorerror-50: rgba(254, 236, 235, 1);
    --feedback-colorserrorerror-100: rgba(250, 197, 193, 1);
    --feedback-colorserrorerror-200: rgba(248, 169, 163, 1);
    --feedback-colorserrorerror-300: rgba(245, 130, 122, 1);
    --feedback-colorserrorerror-400: rgba(243, 105, 96, 1);
    --feedback-colorserrorerror-500: rgba(240, 68, 56, 1);
    --feedback-colorserrorerror-600: rgba(218, 62, 51, 1);
    --feedback-colorserrorerror-700: rgba(170, 48, 40, 1);
    --feedback-colorserrorerror-800: rgba(132, 37, 31, 1);
    --feedback-colorserrorerror-900: rgba(101, 29, 24, 1);
    --feedback-colorswarningwarning-50: rgba(254, 244, 230, 1);
    --feedback-colorswarningwarning-100: rgba(253, 221, 179, 1);
    --feedback-colorswarningwarning-200: rgba(251, 204, 142, 1);
    --feedback-colorswarningwarning-300: rgba(250, 181, 90, 1);
    --feedback-colorswarningwarning-400: rgba(249, 166, 58, 1);
    --feedback-colorswarningwarning-500: rgba(247, 144, 9, 1);
    --feedback-colorswarningwarning-600: rgba(225, 131, 8, 1);
    --feedback-colorswarningwarning-700: rgba(175, 102, 6, 1);
    --feedback-colorswarningwarning-800: rgba(136, 79, 5, 1);
    --feedback-colorswarningwarning-900: rgba(104, 60, 4, 1);
    --gray-700: rgba(52, 64, 84, 1);
    --gray-300: rgba(208, 213, 221, 1);
    --text-sm-semibold-font-family: "Inter", Helvetica;
    --text-sm-semibold-font-weight: 600;
    --text-sm-semibold-font-size: 14px;
    --text-sm-semibold-letter-spacing: 0px;
    --text-sm-semibold-line-height: 20px;
    --text-sm-semibold-font-style: normal;
    --text-sm-regular-font-family: "Inter", Helvetica;
    --text-sm-regular-font-weight: 400;
    --text-sm-regular-font-size: 14px;
    --text-sm-regular-letter-spacing: 0px;
    --text-sm-regular-line-height: 20px;
    --text-sm-regular-font-style: normal;
    --shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  }
