.select2{
    border: none !important;
}

.select2 > span{
    border: none !important;
}

.select2 > span > span{
    border: none !important;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.03);
    border-radius: 0 !important;
    height: 41px !important;
    padding-top: 5px !important;
    background: #fff !important;
}

.modal-fipe-input {
    border:none;
    text-align: left;
    border-left: 1px dashed #cecece;
    border-bottom: 1px dashed #cecece;
    float: left;
    margin-right: 10px;
    width: 45%;
    padding: 5px;
    margin-top: 20px;
}

.modal-centered{
    border-top: 1px solid #cecece;
}

.edit-cms-section-1{
    position: absolute !important;
    z-index: 9999999999 !important;
    top:15% !important;
}

.edit-cms-section-2{
    position: absolute !important;
    z-index: 9999999999 !important;
    top:15% !important;
}

.edit-cms-section-9{
    position: relative !important;
    z-index: 9999999999 !important;
    top: 50px !important;
}

.edit-cms-section-12{
    position: relative !important;
    z-index: 9999999999 !important;
    top: 50px !important;
}

.my-custom-scrollbar {
    position: relative;
    height: 300px;
    overflow: auto;
}
.table-wrapper-scroll-y {
    display: block;
}

:root {
    --primary: #f8d400 !important;
    --secondary: #eef4f2;
    --tertiary: #e2fdea;
    --quaternary: #101019;
}

html section.section-primary {
    background-color: #f8d400 !important;
    border-color: #f8d400 !important;
}

.fas.fa-chevron-right{
    background: #f8d400 !important;
}

.owl-dot.active > span {
    background: #f8d400 !important;
}

.btn.btn-primary:hover{
    background: #BA8E23 !important;
}
