*{
    /* font-family: 'Bebas Neue', Roboto; */
}

body{
    background-color: #ffffff;
}

/** Helpers **/

video {
    width: 100%;
    height: auto;
}

.invalid{
    border-color: red!important;
}

.hide{
    display: none;
}

.mt-65{
    margin-top: 65px;
}

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

.bold{
    font-weight: 700;
}

.red{
    color: red;
}

.alert-margin-l-r{
    margin-left: 1rem;
    margin-right: 1rem;
}

.disabled{
    cursor: not-allowed!important;
    pointer-events:none!important;
    color: #999999!important;
}

.input-disabled{
    pointer-events:none!important;
    background: #ebebeb;
}

.flex-header{
    display: flex;
    justify-content: space-between;
}

.btn-wine{
    color: white!important;
    background: #870121!important;
}

.pointer{
    cursor: pointer;
}

.roboto{
    font-family: 'Roboto', cursive;
}

.black-color{
    color: #000000;
}

.grey-color{
    color: #4A4A4A!important;
}

.grey-bg{
    background: #F7F7F7;
}

.f15{
    font-size: 15px;
}

.f25, .f15 p{
    font-size: 25px;
}

.loading img{
    position: fixed;
    top: 50%;
    left: 15px;
    width: 60px;
}

.event-loading{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
}

.event-loading .evl{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.event-loading img{
    max-width: 85px;
}

/** Datatable **/
.dataTables_info{
    display: none;
}

#data-table_filter input{
    min-width: 185px;
}

/** Implementations FP **/
.title{
    font-size: 40px;
    color: black;
}

.sub-title{
    position: relative;
    font-size: 25px;
    padding-left: 4px;   
    color: black; 
}

.sub-title::before{
    content: '';
    height: 20px;
    width: 2px;
    background: #C90000;
    display: block;
    position: absolute;
    left: -2px;
    top: 4px;
}

.sub-title-body{
    position: relative;
    font-size: 22px; 
    color: black; 
}

.product-item{
    cursor: pointer;
    padding: 30px;
    min-height: 260px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 5px 10px rgb(0 0 0 / 20%);
    box-shadow: 4px 5px 10px rgb(0 0 0 / 20%);
    background: white;
}

.product-item img{
    width: 100%;
    max-width: 250px;
    max-height: 170px;
    object-fit: cover;
}

.product-item h4{
    color: #000000;
}

.list-options ul{
    display: flex;
    padding-left: 0;
}

.list-options ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 85px;
    font-size: 25px;
    margin-right: 5px;
    color: #000000;
    background: #E8E8E8;
    cursor: pointer;
}

.list-options ul li a{
    color: #000000;
    font-size: 21px;
}

.form-search{
    position: relative;
}

.form-search button{
    position: absolute;
    top: 7px;
    right: 3px;
    background: none;
    border: none;
}

.input{
    font-size: 17px;
    border: 1px solid #707070;
}

.accordion .accordion-item{
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.accordion .accordion-item .file-list{
    padding-left: 0!important;
}

.accordion .accordion-item .file-list li{
    margin-bottom: 5px;
    list-style: none;
    border-bottom: 1px solid #f4f4f4;
}

.accordion .accordion-item .file-list li a{
    color: #424242;
}

.accordion .accordion-button{
    font-size: 20px;
    padding-left: 5px;
    color: black;
    background: none;
}

.accordion .accordion-body{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding: 1.1rem 15px 1.5rem 5px!important;
}

.accordion p{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #4A4A4A!important;
}

.accordion .icon{
    gap: 10px;
    cursor: pointer;
}

.accordion .icon h5, .accordion .icon a{
    color: #000000;
}

.accordion h5{
   margin: 0;
}

.accordion img{
    width: 28px;
}

.product-single{
    max-width: 180px;
}

.answer-btn{
    gap: 10px; 
    margin-top: 12px;   
}

.answer-btn a{
    font-size: 18px;
    color: #000000;
    padding: 7px 26px;
    background: #E8E8E8;
}

.solved-icons{
    max-width: 300px;
}

.sizes{
    display: none;
}

.hide{
    display: none!important;
}

.problem-item{
    max-height: 260px;
}

.problem-item img{
    width: 100%;
    margin-top: 10px;
}

/** Problem Dashboard **/
.page-content .item{
}

/** Input Loading **/
.input-loading{
    background-image: url('../assets/images/loading-animated.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

/** Erros Alert **/
.s-error{
    display: none;
}

/** Custom Css - BRO **/
.float-icon-input, .float-icon-input-without-js{
    position: relative;
}
  
.float-icon-input svg, .float-icon-input i, .float-icon-input-without-js svg, .float-icon-input-without-js i{
    position: absolute;
    top: 5px;
    right: -32px;
    color: #090069;
    font-size: 25px;
    cursor: pointer;
}

.float-icon-input-without-js{
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}

.float-icon-input-without-js input{
    margin-bottom: 5px;
}

.float-icon-input-without-js .price{
    max-width: 200px;
}

/** Export Pdf **/
#downloadPDFData .img-responsive{
    width: 100%;
}

/** JS Icon **/
.js_add{
    position: relative;
    top: 5px;
    color: #090069;
    font-size: 25px;
    cursor: pointer;
}

.js_remove{
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.js_add_float{
    position: fixed;
    z-index: 10;
    bottom: 10px;
    right: 15px;
    color: #090069;
    font-size: 25px;
    cursor: pointer;
    width: 32px;
}

/** Tables **/
.actions{
    width: 90px;
}

/** Img thumbnails **/
.img-thumbnail{
    object-fit: cover;
}
  
/** Jquery Sortable **/
.list-group-sortable .sort-item{
    margin-bottom: 12px;
}

.sortable-container .fas{
    font-size: 30px;
}

.sortable-container .sort-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.sortable-container .fa-trash-alt, .sortable-container .fa-plus-square{
    cursor: pointer;
}

.prints-i{
    display: flex;
    justify-content: space-between;
}

/** navbar **/
#page-topbar, .navbar-brand-box{
   background-color: #0076c0!important;
   border-color: #0076c0!important;
}

.navbar-brand-box{
    justify-content: center;
}

#page-topbar .dropdown{
    background-color: #0076c0!important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.navbar-brand-box{
    display: flex;
    align-items: center;
}


.navbar-brand-box .logo{
    max-width: 100px;
}
.navbar-brand-box .logo img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 100%;
    height: auto;
}

/** Pagination **/
.dataTables_paginate{
    margin-top: 10px!important;
    height: 35px;
}

.dataTables_paginate .paginate_button {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.dataTables_paginate .disabled {
    color: #ced4da;
    pointer-events: none;
    background-color: #fff;
    border-color: #ced4da;
}
.dataTables_paginate .paginate_button  {
    padding: 0.1rem 0.25rem;
}

.dataTables_paginate .current{
    z-index: 3;
    color: #fff;
    background-color: #1c84ee;
    border-color: #1c84ee;
}

.layers{
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
}

.layers .peers{
    display: flex;
    justify-content: space-between;
}

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

/** Budgets **/
.prices_float{
    position: fixed;
    right: 40px;
    bottom: 0;
    z-index: 10;
    background: #870121;
    padding: 18px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

/** Budget Show **/
.budget-show-container{
    max-width: 760px;
    padding: 10px;
    background-color: white;
}

.budget-show-container a{
    color: #870121;
}

.budget-show-container .logo{
    display: inline-block;
    margin-bottom: 10px;
    max-width: 185px;
}

.budget-show-container table{
    border-color: #ababab30;    
}

.budget-show-container table table{
    border-color: transparent;  
}

.budget-show-container table table td{
    padding: 7px 0;
}

.budget-show-container tbody, .budget-show-container td, .budget-show-container tfoot, .budget-show-container thead, .budget-show-container tr {
    border-color: #ababab30;
}

.budget-show-container h3, .budget-show-container h5{
    font-size: 18px;
    color: #870121;
}

.budget-show-container h5{
    font-size: 14px;
    color: #870121;
}

.budget-show-container table td{
    padding: 10px;
}

.item-box-flex{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    width: 100%;
    gap: 15px;
    padding: 7px 0;
    border-bottom: 1px solid #f3f3f3;
}

/** Manual Dropdown **/
.manual-dropdown{
    cursor: pointer;
}

.manual-dropdown-icon-rotate svg{
    -webkit-transition: rotate 480ms ease-in-out;
    transition: rotate 480ms ease-in-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.manual-dropdown-item{
    display: none;
}

/** Sezzle **/
.sezzle{
    position: relative;
    background: #f4f4f4; 
    border-radius: 40px;
}

.sezzle .new-i{
    position: absolute;
    right: 10px;
    top: -5px;
    padding: 0 10px;
    color: white;
    font-size: 11px;
    background: red;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.flex{
    display: flex;
    gap: 10px;
}

.wx-120{
    max-width: 120px;
}

.wx-150{
    max-width: 150px;
}

.pet-int-container{
    position: relative;
}

.pet-int-photo{
    width: 100%;
    height: 124px;
    object-fit: cover;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.pet-int-photo:hover, .pet-int-photo:focus{
    object-position: top;
}

.pet-int-close{
    position: absolute;
    top: 3px;
    right: 15px;
    background: red;
    border-radius: 40px;
    padding: 2px;
    cursor: pointer;
}

.pet-int-close svg{
    width: 18px;
    height: 18px;
    color: #fff;
}

.scale-off{
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 480ms ease-in-out;
    transition: all 480ms ease-in-out;
}

.smoth-movement{
    position: relative;
    -webkit-transition: all 480ms ease-in-out; 
    transition: all 480ms ease-in-out; 
}

.item{
    padding-top: 12px;
    padding-bottom: 12px;
}