@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
.fh-dr-activation-msg {
    padding: 15px;
    background: #fff;
    margin-bottom: 30px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-left: 3px solid #2271b1;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    margin-top: 20px;
}

.dr-wrap {
    background: #f4f6fc;
    padding: 15px 20px;
    font-family: 'Poppins', sans-serif;
}

.fh-dr-tabs-wrap {
    background: #fff;
    width: 100%;
    margin: 30px 0;
}

.fh-dr-tabs li {
    float: left;
    margin: 0;
}

.fh-dr-tabs li:last-child:after {
    clear: both;
    content: "";
    display: block;
}

.fh-dr-tabs li a {
    padding: 15px 20px;
    color: #687b95;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.fh-dr-tabs li a:hover {
    color: #000;
}

.fh-dr-tabs li a.active {
    color: #000;
    border-bottom-color: #000;
}

.fh-dr-tabs li a:focus {
    box-shadow: none;
}

.dr-tab-contents {
    display: none;
}

.dr-tab-contents .recaptcha_settings_wrap {
    margin-bottom: 30px;
}

.dr-tab-contents .recaptcha_settings_wrap:last-child {
    margin-bottom: 0;
}

.dr-tab-contents .recaptcha_settings_wrap h3 {
    margin-top: 0;
}

.dr-tab-contents h3 {
    padding-bottom: 10px;
}

.dr-tab-contents .recaptcha_settings {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
}

.dr-tab-contents .recaptcha_settings table tr td {
    margin-bottom: 10px;
}

.dr-tab-contents table {
    width: 100%;
}

.dr-tab-contents label {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    display: block;
}

.dr-tab-contents table tr:last-child td label {
    margin-bottom: 0;
}

.dr-tab-contents .hide_selection {
    max-width: 600px;
    margin: 15px 20px;
    display: none;
}

.dr-tab-contents .hide_selection .multi-wrapper .non-selected-wrapper,
.dr-tab-contents .hide_selection .multi-wrapper .selected-wrapper {
    padding: 0;
}

.dr-tab-contents .hide_selection .multi-wrapper .item:hover {
    background: #2196f3;
    color: #fff;
}