/*!
 * Theme Name: Default
 * Package : LeadsePlus
 * Author: LeadsePlus
 * Author URI: https://www.leadseplus.com
 * Version	 :	1.0.0
 * Updated	 :	17.02.2022
**/

.grecaptcha-badge { display: none; }

/** Cookies */
.cookies-message {
    background-color: #2d2938;
    padding: 15px 30px;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 40px rgba(45,41,56,.1);
    z-index: 999;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 0;
    display: none;
}
/** Cookies */

/** SEPARADOR */
/** icon */
.form-icon .icon {font-size: 18px;}
:root {
    --alert-danger-100:#fff2f6;
    --alert-danger-200:#fdd1cd;
    --alert-danger-300:#faa5bd;
    --alert-danger-400:#f56e94;
    --alert-danger-500:#b72f24;
    --alert-danger-600:#e40e49;
    --alert-danger-700:#c60d40;
}

.alert-pro.alert-danger {
    background: var(--alert-danger-200);
    border-left-color: var(--alert-danger-500);
}

.bg-abstract {background-image: url("/shared/images/login-bg.jpg");
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto 100vh;
}

.form-control.focus, div.dataTables_wrapper div.dataTables_filter input.focus, .dual-listbox .focus.dual-listbox__search { border-color: #2263b3; box-shadow: 0 0 0 3px rgba(133, 79, 255, 0.1); }