/* SOD plugin default style */
.sod_select { font-size: 17px; text-align: left; background-color: white; border: 1px solid #d3d3d3; border-radius: 3px; padding: 5px 30px 5px 15px; outline: 0; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: inline-block; position: relative; }
.sod_select select { display: none !important; }
.sod_select:after { width: 9px; height: 7px; content: ''; background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCA5IDciPjxwYXRoIGZpbGw9IiM4NTgwOTciIGQ9Ik04LjYyNiwxLjk3MmwtNC4xLDQuMDM2TDAuNDM4LDEuOTcyLDEuNiwxLjA4Myw0LjUzMiw0LjAyNCw3LjQ2NSwxLjA4M1oiLz48L3N2Zz4=') no-repeat; margin-top: -3px; right: 15px; top: 50%; position: absolute; }
.sod_select.open { background-color: #f5f5f5; }
.sod_select .sod_label { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block; }
.sod_select.disabled { border-color: #828282; color: #b2b2b2; pointer-events: none; }
.sod_select.disabled.open .sod_list_wrapper { display: none; }
.sod_select.above .sod_list_wrapper { top: auto; bottom: 100%; }
.sod_select .sod_list_wrapper { width: 100%; height: auto; background: white; margin-top: 1px; position: absolute; top: 100%; left: -1px; z-index: 1; display: none; }
.sod_select.open .sod_list_wrapper { display: block; }
.sod_select .sod_list { overflow-y: auto; display: block; }
.sod_select .sod_option { white-space: nowrap; text-overflow: ellipsis; padding: 8px 15px; overflow: hidden; position: relative; display: block; }
.sod_select .sod_option.active { background: #bceafc; }
.sod_select .sod_option.is-placeholder { display: none; }
.sod_select .sod_option.disabled { color: #ccc; }
.sod_select .sod_option.groupchild { padding-left: 20px; }
.sod_select .sod_option.optgroup, .sod_select .sod_option.optgroup.disabled { color: #939393; }
.sod_select.touch select { -webkit-appearance: menulist-button; /* touch device native */ width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; z-index: 1; display: block !important; }
.sod_select:hover { }
.sod_select:before { }
.sod_select.focus { }
.sod_select .sod_prefix { }
.sod_select .sod_placeholder { }
.sod_select.no_highlight .sod_option.selected { }
.sod_select.no_highlight .sod_option.selected:before { }
.sod_select .sod_option.link { }
.sod_select .sod_option.linkexternal { }

/*.js-birth-day{*/
/*    display: grid;*/
/*    grid-template-columns: repeat(3,1fr);*/
/*}*/
/*.birth-day_item{*/
/*    width: 100% !important;*/
/*    min-width: auto;*/
/*}*/
/*.birth-day_item .sod_select{*/
/*    width: 100% !important;*/
/*    min-width: auto;*/
/*}*/

/* fix checkbox on comment */
p.comment-form-cookies-consent{
    display: flex;
}
p.comment-form-cookies-consent input#wp-comment-cookies-consent{
    width: unset;
    margin-right: 10px;
    margin-bottom: 5px;
}
p.comment-form-cookies-consent > label{
    margin-bottom: unset;
}