a:focus {
    outline: none;
}
.select2-container--default {
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--single .select2-selection__clear {
    font-weight: normal;
    min-height: 28px;
    color: #000000;
    background: #ffffff;
    box-shadow: none;
    outline: none;
}
.select2-container--default .select2-selection--single {
    height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
}
.site-header {
    padding-bottom: 0;
}
.main-navigation {
    margin-top: 0;
}
.main-navigation ul.nav-menu {
    border-bottom: none;
}
#main div.dt-container div.dt-layout-row {
    margin: 0;
}
#main div.dt-container div.dt-layout-row thead {
    background: #e8e8e8;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}
footer[role="contentinfo"] {
    max-width: none;
}
.dt-container .dt-search {
    margin: -37px 0 5px 0;
}
.form-container-horizontal {
    margin-bottom: 20px;
}
.form-container-horizontal .form-field-row:not(:last-child) {
    margin-bottom: 5px;
}
.form-container-horizontal:not(:has(.form-field-row)),
.form-container-horizontal .form-field-row {
    display: flex;
    column-gap: 20px;
}
.form-container-horizontal .form-field-col {
    flex: 1;
}
.form-container-horizontal .form-field-col select,
.form-container-horizontal .form-field-col input[type="number"],
.form-container-horizontal .form-field-col button {
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
}
.form-container-horizontal .form-field-col button {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.results-container {
    margin-bottom: 20px;
}
.results-container p {
    margin-bottom: 20px;
}
.multiple-products-protein-form .form-field-row:first-child .form-field-col .remove-item,
.make-protein-plan-wrap {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
}
.make-protein-plan-wrap .make-protein-plan-form {
    flex: 1;
}
.make-protein-plan-wrap .make-protein-plan-form .form-field-row .form-field-col-protein,
.make-protein-plan-wrap .make-protein-plan-form .form-field-row .form-field-col-energy,
.make-protein-plan-wrap .make-protein-plan-form .form-field-row .form-field-col-weight {
    max-width: 150px;
}
.make-protein-plan-wrap .make-protein-plan-form .form-field-row .form-field-col-remove {
    max-width: 125px;
}
.make-protein-plan-wrap .make-protein-plan-form .form-field-row:first-child .form-field-col .remove-item {
    display: none;
}
.make-protein-plan-wrap .make-protein-plan-form .form-field-row .form-field-col:first-child {
    display: flex;
    column-gap: 5px;
}
.make-protein-plan-wrap .make-protein-plan-form .form-field-row .form-field-col:first-child .sort-item {
    width: 14px;
    cursor: pointer;
}
.make-protein-plan-wrap .make-protein-plan-form .form-field-row .make-select2[name="type[]"] + .select2-container--default {
    width: calc(100% - 19px) !important;
}
.data-table-striped {
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.data-table-striped tr td {
    padding: 7px 10px;
    border-bottom: none !important;
    text-align: right;
}
.data-table-striped tr:nth-child(odd) td {
    background-color: #e6e6e6;
}
.data-table-striped tr:nth-child(even) td {
    background-color: #f5f5f5;
}
.data-table-striped tr .text-left {
    text-align: left;
}
@media screen and (min-width: 600px) {
    body .site {
        margin: 0;
        max-width: none;
    }
}
@media (max-width: 1439.98px) {
    .make-protein-plan-wrap {
        display: block;
    }
}
