.filerobot-box .a_logo img {
    width: 100%;
    height: 108px;
    margin: auto;
    object-fit: contain;
    margin: 35px 0px;
}

.filerobot-lower {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 1070px;
}

.filerobot-box {
    box-sizing: border-box;
    background: white;
    border-radius: 10px;
    margin-top: 15px;
}

.content-container {
    position: relative;
    padding: 2rem 50px;
}

.filerobot-box h1 {
    color: #2E3B49;
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
}

.big_p {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #2E3B49;
}

.shaded-bg {
    padding: 15px;
    background: #F1F8FF;
}

/* Description tab */

.intro_text .big_p br {
    content: "";
    margin: 2em;
    display: block;
    font-size: 6px;
}

.intro_text .big_p a {
    text-decoration: underline;
    color: #2E3B49;
    font-weight: bold;
}

/* Settings tab */

.settings_block {
    padding-top: 20px !important;
}

.settings_block a {
    text-decoration: underline;
    color: #2E3B49;
}

.settings_block label {
    cursor: auto !important;
}

.filerobot-control {
    padding: 5px !important;
    font-size: 14px;
}

#scaleflex-widget input[type=text], #SfxPopper input[type=text],
#scaleflex-widget input[type=password], #SfxPopper input[type=password],
#scaleflex-widget input[type=number], #SfxPopper input[type=number],
#scaleflex-widget input[type=email] #SfxPopper input[type=email] {
    width: 100%;
    border: none;
    min-height: inherit;
}

#scaleflex-widget input[type="text"]:focus, #SfxPopper input[type="text"]:focus,
#scaleflex-widget input[type="password"]:focus, #SfxPopper input[type="password"]:focus,
#scaleflex-widget input[type="color"]:focus, #SfxPopper input[type="color"]:focus,
#scaleflex-widget input[type="date"]:focus, #SfxPopper input[type="date"]:focus,
#scaleflex-widget input[type="datetime"]:focus, #SfxPopper input[type="datetime"]:focus,
#scaleflex-widget input[type="datetime-local"]:focus, #SfxPopper input[type="datetime-local"]:focus,
#scaleflex-widget input[type="email"]:focus, #SfxPopper input[type="email"]:focus,
#scaleflex-widget input[type="month"]:focus, #SfxPopper input[type="month"]:focus,
#scaleflex-widget input[type="number"]:focus, #SfxPopper input[type="number"]:focus,
#scaleflex-widget input[type="search"]:focus, #SfxPopper input[type="search"]:focus,
#scaleflex-widget input[type="tel"]:focus, #SfxPopper input[type="tel"]:focus,
#scaleflex-widget input[type="time"]:focus, #SfxPopper input[type="time"]:focus,
#scaleflex-widget input[type="url"]:focus, #SfxPopper input[type="url"]:focus,
#scaleflex-widget input[type="week"]:focus, #SfxPopper input[type="week"]:focus,
#scaleflex-widget input[type="checkbox"]:focus, #SfxPopper input[type="checkbox"]:focus,
#scaleflex-widget input[type="radio"]:focus, #SfxPopper input[type="radio"]:focus,
#scaleflex-widget select:focus, #SfxPopper select:focus,
#scaleflex-widget textarea:focus, #SfxPopper textarea:focus {
    box-shadow: none;
}

.tooltip {
    position: relative;
    border: solid 1px #687380;
    display: inline-block;
    border-radius: 50%;
    padding: 2px;
    width: 1rem;
    height: 1rem;
    text-align: center;
    font-size: 16px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    line-height: 1.3;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -120px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

p.submit {
    text-align: center;
    padding: 0;
    margin: 35px 0;
}

.progress_container {
    height: 100%;
    position: relative;
}

.progress {
    background-color: #F2E7DA;
    width: 100%;
    height: 10px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.progress .bar {
    background-color: #F68C2C;
    height: 10px;
    width: 0;
}

/* Support tab */

.support_text .big_p br {
    content: "";
    margin: 2em;
    display: block;
    font-size: 6px;
}

.support_text .big_p a {
    text-decoration: underline;
    color: #2E3B49;
}

.filerobot_description {
    padding-left: 0;
    width: 90%;
}

/* Messages */

.filerobot_notices {
    display: inline-block;
    float: right;
    padding: 0 10px;
    height: 100%;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    max-width: 40%;
    display: none;
}

.filerobot_notices .icon,
.filerobot_notices .message,
.filerobot_notices .close {
    display: table-cell;
}

.filerobot_notices .icon,
.filerobot_notices .message {
    vertical-align: middle;
    padding-right: 10px;
}

.filerobot_notices .close {
    vertical-align: top;
    cursor: pointer;
}

.dashicons-yes-alt {
    color: #00B269;
}

.dashicons-no {
    color: #CA0224;
}

#logs th {
    white-space: nowrap;
}

.filerobot-Explorer-selectionTopMenu button:not(:first-child),
.filerobot-Explorer-TopBar-rightSide {
    display: none !important;
}

.components-form-file-upload button {
    display: none !important;
}

.attachment-info .edit-attachment {
    display: none !important;
}

.filerobot-Explorer-inner {
    max-width: 100% !important;
}

.filerobot-Explorer-uploadFiles-wrapper {
    height: initial !important;
}