/* Formularios */

label {
    margin-bottom: 15px;
}

fieldset,
fieldset.mb-3 {
    margin-bottom: 50px !important;
}

.form-item-red-social-del-csirt table,
.form-item-miembro-del-csirt table {
    margin: 0 !important;
}

.form-item-red-social-del-csirt thead,
.form-item-miembro-del-csirt thead {
    display: none;
}

.form-item-red-social-del-csirt tr,
.form-item-miembro-del-csirt tr {
    background: none !important;
    padding: 0 !important;
    margin-left: calc(-1.5rem * 0.5);
    display: flex;
    align-items: baseline;
}

.form-item-miembro-del-csirt tr {
    align-items: center;
}

.form-item-red-social-del-csirt td,
.form-item-miembro-del-csirt td {
    display: flex;
    flex-wrap: wrap;
    box-shadow: none !important;
    padding: 0 !important;
}

.form-item-red-social-del-csirt td fieldset {
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding-right: calc(1.5rem * 0.5);
    padding-left: calc(1.5rem * 0.5);
}

.form-item-miembro-del-csirt td fieldset {
    flex: 0 0 auto;
    width: calc(41.66666667% + 28px);
    max-width: 100%;
    padding-right: calc(1.5rem * 0.5);
    padding-left: calc(1.5rem * 0.5);
}

.webform-section-title {
    margin-bottom: 50px;
}

.field--type-webform {
    padding: 50px 72px;
}

.webform-flex--1.col-5:nth-child(even) {
    margin-left: 26px;
}

.webform-flex--container {
    margin: 0 !important;
}

.webform-flexbox {
    flex-wrap: wrap;
    margin-top: calc(1.5rem * -1);
    margin-right: calc(1.5rem * -0.5);
    margin-left: calc(1.5rem * -0.5);
}

.webform-flexbox .webform-flex {
    flex: 0 0 auto;
    width: 41.66666667%;
    margin-right: calc(1.5rem * 0.5);
    margin-left: calc(1.5rem * 0.5);
}


/* CONTACT */

.paragraph--type--contacto {
    padding: 0 72px 120px;
}

.paragraph--type--contacto .field--type-webform {
    padding: 0;
}

.paragraph--type--contacto .text-formatted {
    padding-right: 200px;
}

.form-control:not(.form-textarea),
.form-select {
    height: 60px !important;
}

.form-control,
.form-select {
    border-radius: 14px !important;
}

.captcha {
    margin-bottom: 35px;
}

[data-drupal-selector="edit-flexbox-informacion-miembros-adicionales"] .webform-flex {
    width: 100%;
}


/* Confirmation page */

.path-webform .site-footer {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
}

.webform-confirmation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: calc(100vh - 220px);
    padding: 0 20px;
}

.webform-confirmation-title {
    font-family: "Poppins" !important;
    font-size: 40px !important;
    color: #1f2d5e;
    margin-top: 20px;
}

.webform-confirmation-text {
    font-size: 18px;
    margin-top: 20px;
    max-width: 830px;
    margin-bottom: 30px;
}

.webform-element-help {
    width: 23px;
    height: 23px;
    border: 2px solid #58b0fb;
    background: #58b0fb;
}

button.ui-dialog-titlebar-close:before {
    content: ' ';
    background-image: url("/themes/custom/csirt_americas_theme/icons/icon-close.svg");
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    position: relative;
    right: -16px;
    display: block;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none;
    border: none;
}


/**
 * Help element styles.
 */

.webform-element-help {
    display: inline-block;
    box-sizing: content-box;
    width: 22px;
    height: 22px;
    margin-left: 12px;
    text-align: center;
    vertical-align: baseline;
    color: #fff;
    border-radius: 50%;
    background: #58B0FB;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}

.webform-element-help>span {
    position: relative;
    top: -2px;
    font-weight: 600;
}

.webform-element-help:focus,
.webform-element-help:active,
.webform-element-help:hover {
    cursor: help;
    color: #fff;
    border: 2px solid #0074bd;
    background: #0074bd;
}

.webform-element-help--title {
    margin-bottom: 0.2em;
    font-size: 1.1em;
    font-weight: bold;
}

.webform-element-help--content {
    font-weight: normal;
}

.webform-element-help--content a:link,
.webform-element-help--content a:visited,
.webform-element-help--content a:hover,
.webform-element-help--content a:active {
    color: #9cf;
}

.webform-multiple-table td input[type="image"] {
    width: 0;
    border: none;
}

.webform-multiple-add button {
    border: 2px solid #58B0FB !important;
    background-color: transparent !important;
    color: #000000 !important;
    padding: 15px !important;
}

.webform-multiple-add button::before {
    display: inline-block;
    content: "";
    background-image: url("/themes/custom/csirt_americas_theme/icons/icon-feather-plus-circle.svg");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
    margin-right: 9px;
    background-position: center;
}

.form-item-red-social-del-csirt .webform-multiple-add button {
    border: none !important;
    padding: 0 !important;
}

.form-item-red-social-del-csirt .webform-multiple-add {
    height: auto !important;
    margin-top: -30px;
}
.form-select.error {
    border-color: #dc3545;
}
