body {
    background-color: #eb7100;
}

.block__content .block {
    border: 1px dashed lightgray;
    padding: 2rem;
    margin: 2rem 0;
    position: relative;
    /* overflow: hidden; */
}

h2.block_label {
    display: none;
}

.js-layout-builder-block h2.block_label {
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 60px;
    color: #efefef;
    display: block;
}

fieldset.form-wrapper {
    border: none !important;
}

fieldset.form-wrapper .fieldset__wrapper {
    border: 1px solid #efefef;
}

fieldset.form-wrapper .fieldset__legend {
    font-size: 1.3rem;
}

input[type='text']:focus {
    outline-width: 2px;
    outline-style: solid;
}

.form-item__label {
    font-weight: 500;
}
.form-item {
    margin-top: 1.5rem;
    margin-bottom: 2.125rem;
}

nav.breadcrumb,
.form-item__description,
.fieldset__description,
.filter-help a,
a.tabs__link,
#drupal-off-canvas div {
    font-size: 1.3rem;
    line-height: 1.6;
}

nav ul.tabs {
    justify-content: space-between;
}

nav ul.tabs .tabs__tab {
    flex-grow: 1;
}

nav ul.tabs .tabs__tab a {
    justify-content: center;
}

#block-pho-tabs {
    position: fixed;
    z-index: 1000;
    top: calc(50% - 110px);
    left: 40px;
    background-color: white;
    font-size: 1.2rem;
    padding: 1.8rem;
    border: 1px solid #efefef;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

@media (max-width: 36rem) {
    #block-pho-tabs {
        display: none;
    }
}

#block-pho-tabs ul {
    padding: 0;
    margin: 0;
}

#block-pho-tabs li {
    line-height: 1.8;
}

#block-pho-tabs a {
    color: #666;
    text-decoration: none;
}

#block-pho-tabs a:hover,
#block-pho-tabs a.is-active {
    color: Black;
    font-weight: bold;
}

body.path-user {
    height: 100%;
    background-color: #efefef;
}

.user {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 300px;
    flex-direction: column;
}

.user .content {
    height: 100%;
    width: auto;
    border: 1px dotted #ddd;
    padding: 2rem;
    max-width: 1140px;
    background-color: White;
}

.user .content .form-item {
    display: flex;
    flex-direction: column;
}

.ui-dialog .ui-dialog-titlebar-close {
    width: 32px !important;
    height: 100% !important;
}

.ui-dialog.ui-dialog .ui-dialog-titlebar button .ui-icon-closethick {
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.geolocation-map-control button {
    display: flex;
    align-items: center;
}