/* body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    color: #515151 !important;
} */

#wpcontent {
    padding-left: 0;
}

.fixedcontainer_conversios {
    max-width: 1190px;
}

.fs-8 {
    font-size: 0.7rem;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fw-400 {
    font-weight: 400;
}

.fs-12 {
    font-size: 12px;
}

.rich-blue {
    border-bottom: 2px solid #1F5166;
}

.badge-dark-blue-bg {
    background-color: #209EE1;
}

.connection-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0px 30px;
}

.connection-box .items span {
    display: block;
}

.connection-box .items {
    margin: 0px 30px;
    text-align: center;
}

/*  */
.attribute-box {
    border-radius: 16px;
    border: 2px solid #e4e4e4;
    background: var(--pure-white, #FFF);
    width: auto;
    margin: 0 auto;
    padding: 12px 24px;
    margin: 0px 0px;
    height: 320px;
}

.attribute-box .attribute-icon {
    margin-bottom: 32px;
}

.attribute-box .attribute-content {
    margin-bottom: 32px;
}

.attribute-box .attribute-content.para {
    width: 100%;
    margin: 0 auto;
}

.attribute-box .attribute-content h3 {
    color: #2A2D2F;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}

.attribute-box .attribute-content p {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin: 2px;
    height: 100px;
}

.attribute-box .attribute-content .attribute-btn {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

.attribute-box .attribute-content .attribute-btn .common-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 4px;
    background-color: #1967D2;
    width: 196px;
    height: 41px;
    color: white;
    padding: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;

}

.connected-content h4 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1.2px;
}

.connected-content p {
    color: #5F6368;
    text-align: center;
    font-size: 16px;
}

.connection-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -4.5rem -0.5rem -0.5rem auto;
}

#wpadminbar {
    /*z-index: 100;*/
}

.new-badge {
    position: relative;
}

.new-badge .menu-badge {
    position: absolute;
    top: -15px;
    /* left: 0; */
    right: 2px;
    border-radius: 8px;
    background: #D91F11;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 10px;
    font-weight: 500;
    margin-left: 0px;
    margin-bottom: 27px;
    color: #ffffff;
    padding: 4px 5px;
    z-index: 1;
}

.badge-new {
    position: absolute;
    top: 1px;
    right: -23px;
    background-color: #dc3545;
    color: white;
    font-size: 10px;
    padding: 0px 6px;
    border-radius: 10px;
    font-weight: normal;
}

/* .badge-bounce {
    animation: bouncing .8s cubic-bezier(0.1,0.05,0.05,1) 0s infinite alternate both;
} */

@keyframes bouncing {
    0% {
        top: -6px
    }

    100% {
        top: -10px
    }
}

.btn-soft-primary {
    background-color: #1967D2;
    color: #fff;
    border-color: #1967D2;
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.open>.dropdown-toggle.btn-soft-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    /*set the color you want here*/
    box-shadow: none;
}

.feed_name .errorInput {
    border: 1.3px solid #ef1717 !important;
}