.uwp-captcha-render > div {
    margin: 0 auto;
}

.uwp-remember-me {
    width: 100%;
}

.uwp-remember-me #remember_me {
    width: 13px;
}

.uwp-footer-link {
    float: none;
    text-align: center;
}

#uwp_login_submit, #uwp_register_submit {
    background-color: #594944;
    cursor: pointer;
}


#uwp_login_submit:hover, #uwp_register_submit:hover {
    box-shadow: 5px 0 15px 0 rgba(0, 131, 255, 0.3);
}

.uwp-profile-entries .wpas-ticket-buttons-top > .wpas-btn {
    margin-right: 3em;
}

.uwp-profile-entries .wpas-ticket-buttons-top > .wpas-btn.wpas-link-logout {
    display: none;
}

table.wpas-ticket-replies {
    display: table;
}

.uwp-profile-entries #wpas_ticketlist_filters {
    display: none;
}

#wpas_ticketlist tfoot td {
    padding: 0;
    margin: 0;
    border: 0;
}

#wpas_ticketlist tfoot td .wpas_table_pagination {
    padding: 0px;
    margin: 0;
    border: 0;
}

#wpas_ticketlist tfoot td .wpas_table_pagination li {
    padding: 10px 0;
}

.wpas-help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 14px;
    font-style: italic;
}

.uwp-profile-entries .level2_tabs ul li {
    display: inline;
    padding: 0 15px;
    border-right: 1px solid;
}

.uwp-profile-entries .level2_tabs ul li:first-child {
    padding-left: 0;
}

.uwp-profile-entries .level2_tabs ul li:last-child {
    border: none;
}

#user_profile .uwp-profile-entries .level2_tabs ul li a:hover {
    text-decoration: none;
    color: #d03e16;
}

#user_profile .uwp-profile-entries .level2_tabs ul li a.active {
    color: #d03e16;
    border-bottom: 2px solid #d03e16;
}

.uwp-profile-entries .level2_tab {
    display: none;
}

.uwp-profile-entries .level2_tab:first-child {
    display: block;
}

.uwp-account-form.uwp-account-form.uwp-account-form input[name="uwp_account_submit"] {
    background-color: #594944;
    cursor: pointer;
    text-decoration: none;
    fill: #fff;
    border-radius: 25px;
    text-align: center;
    padding: 9px 15px;
    color: white;
    font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
}

#uwp_account_goback {
    background-color: #717171;
    cursor: pointer;
    text-decoration: none;
    fill: #fff;
    border-radius: 25px;
    text-align: center;
    padding: 9px 15px;
    color: white;
    font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
    display: block;
}

.uwp-profile-entries .wpas-link-ticketlist {
    display: none;
}

#wpas_ticketlist .wpas-label {
    padding: 5px 9px;
    border-radius: 5px;
    margin: 0 auto;
    color: #fff;
    white-space: pre;
}

#wpas_ticketlist tr td:first-child {
    text-align: center;
}

.wpas-ticket-buttons-top .wpas-link-logout {
    display: none;
}

#academic-license-tag {
    max-width: 800px;
    margin: 0 auto;
}

#academic-license-form {
    max-width: 500px;
}

#academic-license-form .select2-selection__arrow {
    display: none !important;
}

.dbeaver-form input:invalid, textarea:invalid {
    border: none;
}

.dbeaver-form.submitted input:invalid, textarea:invalid {
    border: 2px solid #ff00007d;
}

.dbeaver-form label.required:after {
    color: rgb(185, 74, 72);
    content: ' *';
    display: inline;
}

#tl_login_wrap {
    position: relative;
    margin: 0 auto;
    top: 25%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    padding: 40px;
    background: #f1f1f1 none repeat scroll 0 0;
    width: 500px;
    float: left;
}

#tl_login_wrap .uwp_social_login_ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    clear: both;
    display: flex;
}

#tl_login_wrap .uwp_social_login_ul li {
    display: inline;
    padding: 0;
    margin: 0 10px 10px 0;
    border: none !important;
    float: left;
}

#tl_login_wrap .uwp_social_login_ul li a, .uwp_social_login_ul li a:hover, .uwp_social_login_ul li img {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
}

#tl_login_wrap .uwp-login-form > p:nth-child(4) {
    display: none;
}

#al_login_wrap {
    margin: 0 auto;
    top: 25%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    padding: 40px;
    background: #f1f1f1 none repeat scroll 0 0;
    width: 500px;
    display: block;
    float: left;
}

#al_login_wrap .uwp_social_login_ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    clear: both;
    display: flex;
}

#al_login_wrap .uwp_social_login_ul li {
    display: inline;
    padding: 0;
    margin: 0 10px 10px 0;
    border: none !important;
    float: left;
}

#al_login_wrap .uwp_social_login_ul li a, .uwp_social_login_ul li a:hover, .uwp_social_login_ul li img {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
}

#al_login_wrap .uwp-login-form > p:nth-child(4) {
    display: none;
}

.uwp_social_login_ul li, .uwp_form .uwp_social_login_ul li, #loginform .uwp_social_login_ul li, .uwp-login .uwp_social_login_ul li, .uwp-login-form .uwp_social_login_ul li {
    float: none !important;
    text-align: center !important;;
}

.uwp_social_login_ul li a, .uwp_form .uwp_social_login_ul li a, #loginform .uwp_social_login_ul li a, .uwp-login .uwp_social_login_ul li a, .uwp-login-form .uwp_social_login_ul li a {
    background: none !important;
    padding: 0 !important;;
}

#user_profile .uwp-profile-side .btn.fs-tooltip-element {
    display: none;
}

.license_status {
    display: block;
    width: 15px;
}

.license_status_VALID, .license_status_Active {
    color: #1E8449;
}

.license_status_EXPIRED, .license_status_Expired {
    color: #C70039;
}

.license_status_OUT_OF_SUPPORT, .license_status_Cancelled {
    color: #FFC300;
}

.license_status i {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    margin: -9px 0 0px 0;
    position: absolute;
}

.license_status i:before {
    text-indent: 0;
    float: left;
    font-size: 16px;
}

.license_status i:hover {
    display: block;
    text-indent: 10px;
    font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
    padding: 0px 10px 0px 0px;
    background: #fff;
    font-size: 12px;
    line-height: 16px;
}

.bullet_list ul {
    margin-left: 40px;
    list-style-type: disc;
}

.bullet_list ul li ul {
    list-style-type: circle;
}

.screenshot-frame {
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(18, 25, 33, .1);
    overflow: visible;
    margin: 20px 10px 0;
}

.entry-content a.btn.btn-medium.btn--with-shadow.btn--primary {
    margin-top: 1.5em;
}

.uwp-content-wrap, .wpas {
    margin-bottom: 40px;
}

h1.centered-header {
    text-align: center;
    font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 44px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #382923;
}

.edd-discount-code-field-wrap {
    display: block;
}

#edd-discount-code-wrap .edd-label {
    display: none;
}

#edd-discount-code-wrap input {
    box-shadow: none;
    transition-duration: unset;
}

#edd-login-account-wrap {
    display: block !important;
    min-height: auto !important;
}

#change_password_wrapper {
    order: 6;
    width: 50%;
    margin-left: 0;
    margin-right: 50%;
}

@media (max-width: 768px) {
    #change_password_wrapper {
        width: 100%;
        margin-right: 45px;
    }
}

#change_password_wrapper input[name=uwp_change_submit] {
    display: none;
}

#change_password_wrapper .uwp-changepsw {
    display: none;
}

#change_password_wrapper input {
    border: solid 1px rgba(56, 41, 35, 0.3);
    box-shadow: none;
}

#change_password_wrapper input:invalid {
    border: solid 1px rgba(56, 41, 35, 0.3);
    box-shadow: none;
}

@media (min-width: 280px) {
    #wpas-new-ticket #wpas_files_wrapper {
        padding: 0 20px;
    }
}

.bsui .modal-content {
    border: none;
}

#edd_checkout_cart .edd-no-js {
    display: none;
}

.edd_cart_quantity .licence_number_txt {
    width: 70px;
    float: left;
    font-size: 12px;
    text-align: right;
    margin-right: 5px;
}

@media (min-width: 800px) and (max-width: 1199px) {
    .edd_cart_quantity .licence_number_txt {
        text-align: center;
    }
}

.edd_download_quantity_wrapper .licence_number_txt {
    font-size: 10px;
    text-align: center;
    margin-bottom: 7px;
}

.group_license_cart {
    font-size: 13px;
    width: 210px;
}

.group_license_cart label {
    font-size: 14px;
    font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
}

#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap .group_license_cart input.is_group_license {
    height: auto;
    float: left;
    margin-right: 12px;
    margin-top: 1px;
}

.edd_downloads_list input.is_group_license {
    height: auto;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

input.invalid, textarea.invalid {
    border: 2px solid #ff00007d !important;
}

#edd_checkout_wrap .edd-error-message {
    position: absolute;
    width: 230px;
    color: #f00;
    font-size: 14px;
    font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
}

@media (min-width: 800px) {
    #edd_checkout_wrap .edd-error-message {
        margin-right: 12px;
        margin-top: 30px;
        right: 0;
    }
}

.buy .group_license_err {
    bottom: 30px;
    position: absolute;
    width: fit-content;
    color: #f00;
    font-size: 12px;
}

#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table {
    box-shadow: none;
    -webkit-box-shadow: none;
}

#edd_checkout_cart_wrap {
    border: 1px solid #ddd;
    border-radius: 15px 15px;
}

#edd_checkout_cart_wrap .edd_cart_total {
    border-bottom: none;
}

.edd_cart_header_afrer_row td {
    line-height: 1.2
}

.wpcf7 form.wpcf7-form.sent .wpcf7-form-control-wrap, .wpcf7 form.wpcf7-form.sent label,
.wpcf7 form.wpcf7-form.sent input, .wpcf7 form.wpcf7-form.sent span {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    border: none;
    padding: 0 20px;
    margin: 15px 0;
    color: #dc3545;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    color: #3cb878;
    padding: 0 20px;
    margin: 15px 0;
}

.tooltip-box {
    position: absolute;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #382923;
    font-weight: normal;
    font-size: 14px;
    color: #382923;
    background-color: #fff;
    margin-left: 9px;
    line-height: 1;
    padding: 1px 4px 0px;
    margin-top: 0px;
    cursor: pointer;
    font-family: 'Roboto', 'Nunito', Arial, 'Helvetica Neue', Helvetica, serif, sans-serif;

}

.tooltip-box:before {
    content: '?';
}

.tooltip-box .tooltip-text {
    visibility: hidden;
    width: 220px;
    background: #cecece;
    color: #382923;;
    text-align: left;
    padding: 6px 12px;
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 18px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 12px;
    font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
    font-weight: normal;
    opacity: 0;
    transition: visibility 0.2s linear, opacity 0.2s linear;
    line-height: 1.2;

}

.tooltip-box:hover .tooltip-text, .tooltip-box-hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-box .tooltip-text a {
    color: #382923;
    text-decoration: underline;
}

.jconfirm-box form .form-group {
    position: relative;
}

.jconfirm-box form .form-group .edd_error {
    position: absolute;
    top: 55px;
    right: 10px;
    display: block;
    text-align: right;
    font-weight: normal;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    background-color: #b2b098;
    margin: -15px -15px 15px;
    padding: 30px;
    padding-bottom: 30px !important;
    color: #fff;
    font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.jconfirm .jconfirm-box #i_am_reseller_confirm {
    margin-bottom: 15px; /* width:20px; height:20px; margin-top: 10px;  */
}

.jconfirm .jconfirm-box label[for="i_am_reseller_confirm"] {
    margin-left: 6px;
    font-weight: bold;
    position: relative;
    bottom: 1px;
    font-size: 14px;
}

.jconfirm .jconfirm-bottom-buttons {
    border-top: 1px solid #ddd;
    margin: -15px -30px 0;
    padding: 15px 30px 0;
}

.jconfirm .jconfirm-bottom-buttons input {
    margin-bottom: 0;
    padding: 12px 37px;
    width: auto;
}

.jconfirm .jconfirm-bottom-buttons .jconfirm-btn-cancel {
    float: right;
    margin-left: 15px;
    background-color: #817970;
}

.jconfirm .jconfirm-bottom-buttons .jconfirm-btn-cancel:hover {
    background-color: #402019;
}

.jconfirm .jconfirm-bottom-buttons .jconfirm-btn-ok {
    background-color: #b24324;
    float: right;
}

.jconfirm .jconfirm-bottom-buttons .jconfirm-btn-ok:hover {
    background-color: #402019;
}

.jconfirm .jconfirm-bottom-buttons .jconfirm-btn-login {
    float: left;
    margin-left: 0;
    background-color: #382923;
}

.jconfirm .jconfirm-bottom-buttons .jconfirm-btn-login:hover {
    background-color: #b24324;
}

.jconfirm-box .jconfirm-buttons .jconfirm-btn-cancel {
    background-color: #817970;
}

.jconfirm-box .jconfirm-buttons .jconfirm-btn-cancel:hover {
    background-color: #402019;
}

.jconfirm-box .jconfirm-buttons .jconfirm-btn-ok {
    background-color: #b24324;
}

.jconfirm-box .jconfirm-buttons .jconfirm-btn-ok:hover {
    background-color: #402019;
}

.utouch .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .utouch .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: none;
    border-top: 1px solid #ddd;
    padding: 15px 30px;
}

.utouch .jconfirm .jconfirm-box .jconfirm-buttons button {
    padding: 17px 37px;
    margin-bottom: 0;
    line-height: 1;
    border-radius: 50px;
}

.jconfirm .jconfirm-buttons button.btn.btn--link {
    padding: 0 10px 0px;
    width: 100%;
    text-align: center;
    margin: -30px 0 30px;
    text-decoration: underline;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn.btn--link:hover {
    text-decoration: none;
}

.jconfirm .jconfirm-content {
    padding: 15px 15px 0;
}

.jconfirm .jconfirm-box p {
    line-height: 1.2;
    margin-bottom: 1.6rem;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
    margin-bottom: 8px;
}

.jconfirm.jconfirm-light .jconfirm-cell .jconfirm-box {
    border-radius: 15px;
}

.jconfirm.jconfirm-light .jconfirm-box {
    padding: 0;
}

.jconfirm.jconfirm-light .jconfirm-box div.jconfirm-title-c {
    margin: 0;
}

.jconfirm.jconfirm-light .jconfirm-content {
    padding: 30px 30px 0;
}

.jconfirm.jconfirm-light .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    font-size: 26px;
}

.jconfirm.jconfirm-light .jconfirm-box div.jconfirm-closeIcon {
    display: block;
    top: 35px;
    right: 35px;
    background: #372D29;
    color: #fff;
    border-radius: 10px;
    padding: 3.3px 6.2px;
    font-size: 16px !important;
    opacity: 1;
}

.jconfirm.jconfirm-light .jconfirm-box div.jconfirm-closeIcon:hover {
    background-color: #b24324;
}

@media (max-width: 1024px) {
    .jconfirm .jconfirm-bottom-buttons .jconfirm-btn-cancel {
        margin-top: 15px;
    }
}

.edd_info {
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #817970;
}

#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_purchase_form_wrap p.edd_error {
    min-height: auto !important;
    font-weight: normal;
    text-align: right;
    color: #ff0000;
    margin-top: -20px !important;
    font-size: 14px;
}

#edd-license-email-wrap .edd-required-indicator {
    display: none;
}

.uwp_error {
    text-align: right;
    padding: 0;
    margin-top: -20px;
    color: red;
}

.product-item .edd_currency {
    font-size: 60px;
}

.edd_download .product-item > .price.variable_prices {
    height: 106px;
}

.edd_price_options ul {
    margin: 0;
    padding: 0
}

.edd_price_options ul li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 50%;
}

.edd_price_option_price, .edd_price_option_sep {
    display: none;
}

.edd_price_options {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: inline-block;
    width: 100%;
}

.edd_price_options input {
    /*display: none;*/
}

.edd_price_options label {
    display: inline-block;
    padding-right: 2em;
    vertical-align: top;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.1;
    color: #fff;
    cursor: pointer;
    transition: color .2s ease-in-out;
    z-index: 3;
    position: relative;
    height: 2.2em;
    width: 100%;
}

.edd_price_options .edd_price_option_name {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    height: 2.2em;
}

.edd_price_options li:first-child label {
    text-align: right;
}

.edd_price_options li:last-child label {
    padding-left: 2em;
    padding-right: 0;
}

.edd_price_options ul li:first-child:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 3em;
    height: 1.5em;
    z-index: 0;
    left: calc(50% - 1.5em);
    top: .5em;
    background: #fff;
    border-radius: 1.5em;
    box-shadow: inset 0 .0715em .3572em rgba(43, 43, 43, .05);
    transition: background .2s ease-in-out;
}

.edd_price_options input:not(:checked) + .edd_price_option_name {
    color: rgba(255, 255, 255, 0.6);
}

.edd_price_options ul li:first-child label input + .edd_price_option_name:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: .65em;
    left: 100%;
    width: 1.3em;
    height: 1.2em;
    background: #fff;
    border-radius: 1.2em;
    pointer-events: none;
    box-shadow: 0 .1429em .2143em rgba(43, 43, 43, .2), 0 .3572em .3572em rgba(43, 43, 43, .1);
    transition: left .2s ease-in-out, background .2s ease-in-out;
    background: #9b442a;;
}

.edd_price_options ul li:first-child input:checked + .edd_price_option_name:after {
    left: calc(100% - 1.4em);
}

.edd_price_options ul li input:checked ~ .edd_price_option_price {
    display: block;
}

.edd_price_option_price {
    color: white;
    font-size: 85px;
    font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica,
    sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    position: absolute;
    top: -114px;
    left: -50%;
}

.edd_price_options ul li:first-child .edd_price_option_price {
    left: 50%;
}

.edd_download .product-item input[type="submit"] {
    order: 3;
    margin-top: -25px;
    margin-bottom: 0px;
    width: auto;
}

.edd_download .btn {
    font-size: 17px;
    padding: 16px 36px;
    transform: scale(0.94, 1.04);
    position: relative;
    z-index: 10;
}

.edd_download .buy-btn-animated, .edd_download .btn-for-animation {
    order: 3;
    margin-top: -25px;
    margin-bottom: 0px;
}

#edd_checkout_cart select {
    border: none;
    padding: 0;
    margin: 3px 0 0 -3px;
    box-shadow: none;
    appearance: auto;
    width: auto;
    display: block;
    /* font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif; */
    font-size: 14px;
}

.wpas-submit-ticket .wpas-form-group > label {
    width: 7rem;
}

.wpas-submit-ticket .wpas-form-control {
    display: inline-block;
    padding: 11px 32px 10px 32px;
    font-size: 18px;
    height: auto;
    box-shadow: none;
    border: 2px solid #eeeeee;
}

#wpas_license_id_wrapper, #wpas_title_wrapper, #wpas_message_wrapper,
#wpas_ticket_priority_wrapper, .wpas-submit-ticket #wpas_files_wrapper, #wpas-new-ticket .wpas-btn.wpas-btn-default {
    display: none;
}

#wpas-new-ticket input, #wpas-new-ticket select {
    max-width: 300px;
}

#wpas-new-ticket input[name="wpas_title"], #wpas-new-ticket input#wpas_files {
    max-width: 50%;
}

#wpas-new-ticket select {
    appearance: auto;
}

#wpas-new-ticket input:focus, #wpas-new-ticket textarea:focus, #wpas-new-ticket select:focus {
    box-shadow: none;
}

#wpas_license_id {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 12px;
}

#wpas_license_id:disabled {
    color: #888;
}

#wpas-new-ticket .error, #wpas-new-ticket .fa-times-circle {
    color: #ff0000;
}

#wpas-new-ticket .fa-check-circle {
    color: #28a745;
}

.text-trensparent {
    color: transparent;
}

#group_license_usersInputs .row.inputElement {
    display: flex;
    flex-wrap: wrap;
}

#group_license_usersInputs .row.inputElement div {
    padding-left: 10px;
    padding-right: 10px;
}

#group_license_usersInputs .group_license_usersInput {
    display: flex !important;
    align-items: center !important;
}

#group_license_usersInputs .inputWrapper {
    display: flex;
    align-items: center;
}

#group_license_usersInputs .multiinput-title {
    display: flex !important;
    align-items: center !important;
    min-width: 100px;
}

#group_license_usersInputs .form-group {
    margin-bottom: 2px;
}

#group_license_usersInputs .form-group input, #group_license_usersInputs .form-group select, #group_license_usersInputs .form-group select option {
    padding: 13px 28px;
    margin-bottom: 0;
    border-radius: 50px;
    border: 1px solid rgba(56, 41, 35, 0.3);
    line-height: 1;
    margin: 6px 0;
    color: rgb(56, 41, 35);
}

#group_license_usersInputs .form-group select:invalid:required {
    color: #6c757d;
}

#group_license_usersInputs .form-group select {
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(56, 41, 35)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    padding-right: 35px;
    background-position-x: calc(100% - 7px);
    background-position-y: 7px;
    line-height: 19px;
}

#group_license_usersInputs .form-group select:invalid:required {
    color: #bdcada;
}

#group_license_usersInputs .form-control:focus {
    border: 1px solid #ced4da;
    box-shadow: inherit
}

#group_license_usersInputs {
    margin-bottom: 40px;
}

#group_license_usersInputs a {
    color: #817970;
}

#group_license_usersInputs .add {
    display: none;
}

#group_license_usersInputs .inputWrapper:last-child .add {
    display: block;
    position: absolute;
    margin-top: 80px;
}

#group_license_usersInputs .remove {
    padding-left: 20px;
}

#group_license_usersInputs .add:hover, #group_license_usersInputs .remove:hover {
    color: #943519;
}

.page-numbers {
    background: transparent;
    color: #817970;
}

#user_profile .page-numbers:hover, .page-numbers:hover {
    text-decoration: none;
    color: #fff;
}

#user_profile .page-numbers.prev, #user_profile .page-numbers.next, .page-numbers.prev, .page-numbers.next {
    width: fit-content;
    color: #817970;
}

#user_profile .page-numbers.prev:hover, #user_profile .page-numbers.next:hover, .page-numbers.prev:hover, .page-numbers.next:hover {
    color: #817970;
    background: none;
    box-shadow: none;
    text-decoration: underline;
}

#user_profile .page-numbers.current, #user_profile .page-numbers.current:hover, .page-numbers.current, .page-numbers.current:hover {
    box-shadow: none;
    background-color: #b2b098;
    color: #fff;
}

#user_profile .navigation {
    margin: 40px 0;
}

.slides-item.slide-active {
    box-shadow: none;
}

table.s3_listing_files, table.table_cmp {
    border-collapse: separate;
}

table.table_cmp td:first-child {
    position: relative;
    padding-right: 30px;
}

#edd_group_license_users th:first-child, #edd_group_license_users td:first-child {
    width: 250px;
    vertical-align: middle;
}

#edd_group_license_users th:last-child, #edd_group_license_users td:last-child {
    width: 240px;
}

#group_license_usersInputs .search_title {
    font-weight: bold;
    margin-bottom: 6px;
}

.js-groupuser-search {
    cursor: pointer;
    position: absolute;
    margin-top: 10px;
    margin-left: -75px;
}

.js-groupuser-search svg.utouch-icon {
    width: 20px;
    height: 20px;
    padding: 2px;
    opacity: .4;
}

.js-groupuser-search svg.utouch-icon-search {
    width: 27px;
    height: 27px;
    margin-right: 10px;
}

.password-policy {
    font-size: 14px;
    line-height: 1.1;
}

.with-tooltip {
    position: relative;
}

.with-tooltip input ~ .tooltip-box {
    position: absolute;
    top: 16px;
    right: 16px;
}

#edd-user-pass-wrap input ~ .tooltip-box {
    top: 43px;
}

#edd_final_total_wrap {
    display: none;
}

.select2.select2-container.select2-container--dbeaver {
    border: 2px solid #eeeeee;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    background-color: #fff;
    padding: 6px 56px 6px 24px;
    margin-bottom: 0;
    font-size: 18px;
}

.select2-container.select2-container--dbeaver .select2-selection--single {
    height: auto !important;
}

.select2-container--dbeaver .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    color: #372D29;

}

.select2-container.select2-container--dbeaver .select2-selection {
    border: none;
    box-shadow: none;
}

.select2.select2-container--dbeaver.select2-container.select2-container--open {
    border: 2px solid #eeeeee;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.select2-container--dbeaver .select2-selection--single .select2-selection__arrow {
    right: 20px;
}

.select2-container--dbeaver .select2-selection--single .select2-selection__arrow b {
    top: 60%;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    border-style: unset;
    border-width: unset;
    border-right: 2px solid #343a40;
    border-bottom: 2px solid #343a40;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
}

.select2-container--dbeaver.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(225deg);
    margin-top: -2px;
}

body > .select2-container.select2-container--dbeaver.select2-container--open {
    margin-top: -1.25rem;
    background: transparent;
    z-index: 99999999;
}

/* body.admin-bar>.select2-container.select2-container--dbeaver.select2-container--open{
	margin-top:-3.25rem;
}*/

body > .select2-container.select2-container--dbeaver.select2-container--open .select2-dropdown.select2-dropdown--below {
    padding-top: 13px;
    padding-bottom: 10px;
    position: unset;
    border-left: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
}

body > .select2-container.select2-container--dbeaver.select2-container--open .select2-results {
    margin: 0 8px 3px 0;
}

body > .select2-container.select2-container--dbeaver.select2-container--open .select2-results__option {
    padding: 6px 32px;
    font-size: 18px;
    color: #817163;
}

body > .select2-container.select2-container--dbeaver.select2-container--open .select2-results__option[aria-disabled=true] {
    color: #aaaaaa;
}

body > .select2-container.select2-container--dbeaver.select2-container--open .select2-results__option[aria-selected=true],
body > .select2-container.select2-container--dbeaver.select2-container--open .select2-results__option[aria-selected-tmp=true],
body > .select2-container.select2-container--dbeaver.select2-container--open .select2-results__option--highlighted {
    color: #382923;
    text-shadow: 0 0 #382923;
    background-color: #ffffff;
    transition: all .4s ease-out;
}

body > .select2-container.select2-container--dbeaver.select2-container--open .select2-results__option[aria-selected=true],
body > .select2-container.select2-container--dbeaver.select2-container--open .select2-results__option[aria-selected-tmp=true] {
    display: none;
}

body > .select2-container.select2-container--dbeaver.select2-container--open .select2-dropdown {
    border-width: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 8px 0px 8px -8px rgba(0, 0, 0, .1), -8px 0px 8px -8px rgba(0, 0, 0, .1), 0px 15px 15px rgba(0, 0, 0, .1);
}

/* dbeaver-license select2 style: */
.select2.select2-container.select2-container--dbeaver-license {
    padding: 6px 26px 6px 10px;
    margin-bottom: 20px;
    font-size: 16px;
    width: 350px;
    max-width: 100%;
}

.select2-container.select2-container--dbeaver-license .select2-selection.select2-selection--single {
    border: none;
    color: #09774b;
}

.select2-container.select2-container--dbeaver-license.select2-container--focus .select2-selection {
    border: none;
    box-shadow: none;
    color: #09774b;
}

.select2-container--dbeaver-license .select2-selection--single .select2-selection__arrow {
    right: 8px;
}

.select2-container--dbeaver-license.select2-container--open {
    background: #fff;
}

.select2-container--dbeaver-license.select2-container--open .select2-dropdown {
    border-width: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 8px 0px 8px -8px rgba(0, 0, 0, .1), -8px 0px 8px -8px rgba(0, 0, 0, .1), 0px 15px 15px rgba(0, 0, 0, .1);
}

.select2-container--dbeaver-license.select2-container--open .select2-results__option[aria-selected=true],
.select2-container--dbeaver-license.select2-container--open .select2-results__option[aria-selected-tmp=true] {
    display: none;
}

.select2-container--dbeaver-license.select2-container--open {
    z-index: 99999999;
}

.select2-container--dbeaver-license.select2-container--open:last-child {
    margin-top: -22px;
    z-index: 99999990;
    padding-top: 10px;
}

.select2-container--dbeaver-license.select2-container--open .select2-dropdown.select2-dropdown--below {
    padding-top: 13px;
    padding-bottom: 10px;
    position: unset;
    border-left: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
}

.select2-container--dbeaver-license.select2-container--open .select2-results {
    margin: 0 8px 3px 0;
}

.select2-container--dbeaver-license.select2-container--open .select2-results__option {
    padding: 6px 14px;
    font-size: 16px;
    color: #382923;
    font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif
}

.select2-container--dbeaver-license.select2-container--open .select2-results__option[aria-disabled=true] {
    color: #aaaaaa;
}

.select2-container--dbeaver-license.select2-container--open .select2-results__option[aria-selected=true],
.select2-container--dbeaver-license.select2-container--open .select2-results__option[aria-selected-tmp=true],
.select2-container--dbeaver-license.select2-container--open .select2-results__option--highlighted {
    color: #097756;
    text-shadow: 0 0 #382923;
    background-color: #ffffff;
    transition: all .4s ease-out;
}

/* /dbeaver-license select2 */
.edd_dbeaver_price_options .select_cloud_license select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l4 4 4-4z'/><path d='M0 0h16v16H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: 5px;
}

.release-notes-selector-wrapper {
    margin-left: 40px;
}

@media (max-width: 768px) {
    #edd_show_discount {
        margin-left: 0 !important;
    }

    #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_discount_code #edd-discount-code-wrap .edd-discount-code-field-wrap .edd-apply-discount {
        margin-left: 0;
        margin-top: 13px;
    }

    #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-notify {
        padding-top: 0;
    }
}

.gr-comment-checkbox label[for="gr_registration_checkbox"] {
    display: block;
}

.gr-comment-checkbox label[for="gr_registration_checkbox"] input[type="checkbox"] {
    margin-bottom: 0;
}

.trial_error, .common_trial_error {
    min-height: 0;
    margin-top: -20px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 14px;
    text-align: right;
    color: red;
}

.trial_error.common_trial_error {
    margin-top: 0;
}

#tl_form .tooltip-box {
    margin-top: 4px;
}

#tl_form .form-row.please_login {
    margin-bottom: 20px;
}

a#download_licenses {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .content-wrapper #primary {
        overflow: hidden;
    }
}

#feedback-btn-section .inline-block {
    display: block;
}

#feedback-btn-section a.btn-leave-feedback {
    display: block;
}

.wpcf7-form.sent button {
    display: none;
}

.jconfirm .wpcf7-form label {
    text-transform: uppercase;
    color: #B2B098;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-left: 14px;
}

.jconfirm .wpcf7-form .wpcf7-not-valid-tip {
    margin-top: -1em;
    margin-bottom: 1em;
}

#license_usage_wrapper {
    padding: 20px;
}

#license_usage_table table {
    margin-top: 0;
    border: 0;
}

#license_usage_table table > thead > tr > td, #license_usage_table table > thead > tr > th,
#license_usage_table table > tbody > tr > td, #license_usage_table table > tbody > tr > th {
    border: 0;
}

#license_usage_table table > tbody > tr > td {
    padding: 4px 8px;
    border-bottom: 1px solid #ccc;
}

.check_all .error {
    box-shadow: 0px 0px 0px 2px #fff, 0px 0px 1px 3px #ba1e0d;
}

#selected_items {
    padding-left: 20px;
}

#user_profile .btn-profile-small:hover:disabled {
    background-color: #372d29 !important;
    cursor: auto;
}

#pls_wait_shadowbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
    z-index: 9999;
    margin: auto;
}

#pls_wait_shadowbox > div {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
}

/* Comparison page */
#products_overview_ind .most_popular {
    position: absolute;
    background: #982B0D;
    width: fit-content;
    right: -25px;
    top: 0;
    padding: 1px 10px 1px 20px;
    color: #fff;
    font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
}

#products_overview_ind .most_popular:before {
    content: '';
    border-top: 9px solid transparent;
    border-left: 9px solid #fff;
    border-bottom: 9px solid transparent;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
}

#products_overview_ind .price_info,
#products_overview_team .price_info {
    min-height: 254px;
}

#products_overview_ind .price_info h2,
#products_overview_team .price_info h2 {
    font-size: 32px;
}

#products_overview_ind .key_features, #products_overview_team .key_features {
    min-height: 190px
}

#products_overview_ind ul,
#products_overview_team ul {
    margin-left: 0
}

#products_overview_ind ul li,
#products_overview_team ul li {
    list-style: none;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 0.6em;
    text-indent: -9px;
    padding-left: 27px;
}

#products_overview_ind ul li i,
#products_overview_team ul li i {
    margin-right: 6px;
}

.fa-plus-circle {
    color: #4fa843;
    font-size: 1.2em;
}

.fa-minus-circle {
    color: #d7351f;
    font-size: 1.2em;
}

#comparistion_tab .slider-icon {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#comparistion_tab ul.kc_tabs_nav {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    flex-flow: row wrap;
}

#comparistion_tab ul.kc_tabs_nav li {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}

#comparistion_tab ul.kc_tabs_nav li.ui-tabs-active,
#comparistion_tab ul.kc_tabs_nav li:hover {
    opacity: 1;
    -webkit-filter: unset;
    filter: unset;
}

#comparistion_tab .kc-section-active {
    min-height: 500px
}

#comparistion_tab table tr th:not(:first-child), #comparistion_tab table tr td:not(:first-child) {
    width: 12%;
    text-align: center;
}

#comparistion_tab table, #comparistion_tab table tr th, #comparistion_tab table tr td {
    border: none;
    border-bottom: 2px solid #d3cfcd;
    vertical-align: middle;
}

.switch_wrapper {
    text-align: center;
}

.switch_wrapper .switcht_key {
    line-height: 34px;
    display: inline-block;
    position: relative;
    top: -12px;
    padding: 0 24px;
    font-weight: bold;
    width: 300px;
}

.switch_wrapper .switcht_key.left {
    text-align: right;
}

.switch_wrapper .switcht_key.right {
    text-align: left;
}

.switch_wrapper .switcht_key.off {
    color: #B7B7B7;
}

.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 35px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 35px;
    background-color: #fff;
    border: 1px solid #382923;

}

.slider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 36px;
    bottom: 3px;
    background-color: #382923;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #fff;
}

input:focus + .slider {
    box-shadow: 0 0 1px #fff;
}

input:checked + .slider:before {
    -webkit-transform: translateX(-32px);
    -ms-transform: translateX(-32px);
    transform: translateX(-32px);
}

@media (min-width: 800px) {
    #products_overview, #products_overview p {
        font-size: 16px;
        line-height: 1.6;
    }

    #products_overview .info1 {
        min-height: 128px
    }

    #products_overview .key_features {
        min-height: 206px
    }

    #products_overview .best_for {
        min-height: 128px
    }

}

@media (max-width: 799px) {
    #products_overview_ind .most_popular {
        top: 12px;
        right: 0;
    }

    #products_overview_ind .price_info,
    #products_overview_team .price_info,
    #products_overview_ind .key_features,
    #products_overview_team .key_features {
        min-height: auto;
    }

    .switch_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .switch_wrapper .switch {
        flex-basis: 70px;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .switch_wrapper .switcht_key {
        padding: 0 8px;
        font-size: 14px;
        line-height: 1;
        top: 0px;

    }
}

@media (max-width: 1023px) {
    #comparistion_tab .kc_tab .kc_tab_content {
        padding: 0;
        overflow: auto;
    }

    #comparistion_tab .kc_tabs_nav:after, #comparistion_tab .kc_tabs_nav:before {
        content: none;
        display: none;
    }
}

/* /comparison page */

.kc_tabs_nav ~ .kc_tab .kc_tab_content {
    padding: 0;
}

.kc_tabs_nav > .ui-tabs-active > a, .kc_tabs_nav > li:hover, .kc_tabs_nav > li > a:hover {
    background-color: #fff;
    color: #d03e16;
}

.kc_tabs_nav > li > a {
    padding: 0 30px;
    text-decoration: none;
    outline: 0;
    display: block;
    line-height: 24px;
    color: #d03e16;
}

.kc_tabs_nav > li > a {
    border-left: 1px solid #d4cdc7;
}

.kc_tabs_nav > li:first-child > a {
    border-left: none;
}

.kc_tabs > .kc_wrapper > .kc_tabs_nav {
    background: #fff;
}


.kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
    background: #fff;
}