@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: .925rem;
}
.br-menu-link {
    font-size: .925rem;
}
.br-menu-sub .sub-link {
    font-size: .875rem;
}

.br-logo img {
    height: 52px;
    width: 100%;
    object-fit: contain;
    object-position: left;
}

.br-logo > a {
    width: 100%;
}

div.dt-button-collection .dropdown-menu {
    display: block !important;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    background: transparent;
    box-shadow: none;
}
div.dt-button-collection {
    box-sizing: border-box;
    width: 180px;
}
div.dt-button-collection button.dt-button, div.dt-button-collection div.dt-button, div.dt-button-collection a.dt-button {
    background: transparent;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
    margin: 0 !important;
}


table.dataTable tr.dtrg-group td {
    background-color: #1d2939;
    color: #fff;
    border: 0;
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #faebd79e !important;
    color: #868ba1;
}



div#error {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    background-color: #f7d1d5;
    border-color: #DC3545;
    border: 1px solid;
    width: 100%;
    display: block;
    padding: 1rem;
    color: #DC3545;
}

div#error code {
    background-color: black;
    padding: .25rem;
    display: block;
}

.acf-field .acf-label label {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 0;
}

.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select {
    display: block;
    width: 100%;
    height: calc(2.6125rem + 2px);
    padding: 0.65rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}




div.DTE_Body div.DTE_Body_Content div.DTE_Field {
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0;
}

.form-layout-6 .row > div:first-child, .form-layout-7 .row.no-gutters > div:first-child {
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    min-height: 2.5rem;
}

.form-layout-6 .row > div, .form-layout-7 .row > div {
    border: 0;
}



div.DTE_Field select, div.DTE_Field input[type=color], div.DTE_Field input[type=date], div.DTE_Field input[type=datetime], div.DTE_Field input[type=datetime-local], div.DTE_Field input[type=email], div.DTE_Field input[type=month], div.DTE_Field input[type=number], div.DTE_Field input[type=password], div.DTE_Field input[type=search], div.DTE_Field input[type=tel], div.DTE_Field input[type=text], div.DTE_Field input[type=time], div.DTE_Field input[type=url], div.DTE_Field input[type=week],
div.DTE_Field_Type_textarea textarea {
    width: 100%;
    display: block;
    width: 100%;
    height: calc(2.6125rem + 2px);
    padding: 0.65rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0;
}
div.DTE_Field_Type_textarea textarea {
    height: 6.5rem;
}
.form-layout-6 .row > div, .form-layout-7 .row > div {
    padding: .3rem;
}

.DTE_Field_Type_radio .DTE_Field_InputControl div {
    display: flex;
    align-items: center;
}

div.DTE_Field_Type_checkbox div label, div.DTE_Field_Type_radio div label {
    padding: 0 .5rem;
    margin: 0;
}

.DTE_Field_Type_radio .DTE_Field_InputControl div div {
    width: 50%;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field>label {
    padding: 0 .5rem;
    color: #000;
    width: 110px;
    align-items: center;
    flex: 0 0 110px;
    max-width: 110px;
    float: none;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field.row {
    align-items: center;
    border: 0 !important;
    background: transparent;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
}

div.DTE button.btn, div.DTE div.DTE_Form_Buttons button {
    color: #fff;
    background: #DC3545;
    border-color: #DC3545;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.65rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

div.DTE div.DTE_Footer {
    background: transparent;
    padding: .25rem 1.2rem 0.5rem;
    height: auto;
    border: none;
}

div.DTE div.DTE_Form_Content {
    padding: 0;
}

div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE div.DTE_Header {
    background-color: #1d2939;
    color: #fff;
    border: none;
    border-radius: 3px 3px 0 0;
}

div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE div.DTE_Body_Content {
    background: transparent;
}

div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE {
    border: none;
}

div.DTE button.btn:hover, div.DTE div.DTE_Form_Buttons button:hover {
    color: #fff;
    background: #c82333;
    border-color: #bd2130;
}

div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close {
    background-color: rgba(255,255,255,0.5);
    color: #fff;
    right: 0;
    top: 0;
    height: 3.25rem;
    width: 3rem;
    line-height: 3rem;
    border-radius: 0 3px 0 0;
    box-shadow: none;
    border: 0;
}

div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close:after {
    color: #fff;
    font-size: 2rem;
    line-height: inherit;
}

div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content {
    border-radius: 0;
    box-shadow: none;
}


div.DTED_Lightbox_Background {
    z-index: 9999;
}

div.DTED_Lightbox_Wrapper {
    z-index: 9999;
}
div.editor-datetime {
    z-index: 9999;
}
.form-layout-6 .row > div:first-child, .form-layout-7 .row > div:first-child {
    background-color: transparent;
}
div.DTE_Field div:not([data-dte-e=msg-error]) {
    width: auto;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.buttons-create {
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 3px !important;
    margin-right: 1rem;
}