.profile-card-with-stats .btn-float {
    padding: 8px 14px 4px
}

.profile-card-with-cover .card-profile-image {
    position: absolute;
    top: 70px;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
}

.profile-card-with-cover .card-profile-image img.img-border {
    border: 5px solid #FFF;
    width: 122px;
    height: 122px;
    background-color: #FFFFFF;
}

.profile-card-with-cover .profile-card-with-cover-content {
    padding-top: 4rem
}

#user-profile .profile-with-cover .profil-cover-details {
    position: absolute;
    margin-top: 110px;
}

#user-profile .profile-with-cover .profil-cover-details .profile-image img.img-border {
    border: 5px solid #FFF;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(25, 25, 25, .05);
}

#user-profile .profile-with-cover .profil-cover-details .card-title {
    color: rgba(250, 250, 250, 1);
    text-shadow: 1px 1px 1px rgb(27, 41, 66);
    margin-bottom: 0.9rem;
    font-weight: bold;
}

#user-profile .profile-with-cover .profil-cover-details .card-subtitle {
    color: rgba(250, 250, 250, 1);
    text-shadow: 1px 1px 1px #1B2942
}

#user-profile .navbar-profile {
    margin-left: 130px
}

#user-profile .profile-with-cover .card-img-top {
    background-color: rgba(27, 41, 66, 0.7);
    background-image: url('/public/assets/images/bg-crm.svg');
}

.nav-pills li {
    margin: 5px 5px;
    color: #cccccc;
}

.nav-pills li a {
    color: #cccccc;
}


.box_seo {
    background-color: rgba(200, 200, 200, .3);
    border: 0.5px solid rgba(25, 25, 25, 0.1);
    box-shadow: 0 0 10px rgba(25, 25, 25, .05);
    padding: 15px 15px;
}

.box_seo label {
    color: rgba(0, 0, 0, 1.0);
    font-weight: 700;
}

.sample_google,
.box_analise_google {
    background-color: rgba(255, 255, 255, 1.0);
    border: 0.5px solid rgba(25, 25, 25, 0.1);
    box-shadow: 0 0 10px rgba(25, 25, 25, .05);
    padding: 15px 15px;
}

.sample_google h4 {
    color: #1a0dab;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.sample_google span {
    color: #006621;
    font-size: 14px;
}

.sample_google p {
    color: #545454;
    font-size: small;
    font-family: arial, sans-serif;
    line-height: 1.4;
    word-wrap: break-word;
}

/* ANALISE SEO */
.list_analise_google {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list_analise_google>li {
    background-color: rgba(250, 250, 250, 1.0);
    padding: 10px 10px;
    margin: 0 0 5px 0;
}

.list_analise_google>li>span>i {
    font-size: 22px !important;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}

/* .list_analise_google > li > strong{
	font-size: 1em;
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
} */
.google_titulo,
.seo_titulo {
    font-size: 1.4em;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

.box_key {
    width: 100%;
    color: rgba(255, 255, 255, 1.0);
    background-color: #404e67;
    padding: 0px 15px;
    margin: 15px 15px;
    border: 0.5px solid rgba(25, 25, 25, 0.1);
    box-shadow: 0 0 10px rgba(25, 25, 25, .05);
    padding: 15px 15px;
}

.box_key h2,
.box_seo h2 {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

.box_key P {
    color: rgba(255, 255, 255, 1.0);
}

/* SEO SINALIZAÇÃO */
.seo-positivo {
    color: #47a447;
}

.seo-informativo {
    color: #ed9c28;
}

.seo-negativo {
    color: #d2322d;
}

.navbar-light .navbar-nav li {
    line-height: 1.8 !important;
}

.box-custom,
.isotope-item {
    background-color: rgba(248, 248, 248, 1.0);
    border: 0.5px solid rgba(25, 25, 25, 0.1);
    box-shadow: 0 0 10px rgba(25, 25, 25, .05);
    padding: 15px 15px;
}

.box-custom-item {
    background-color: rgba(258, 258, 258, 1.0);
    border: 0.5px solid rgba(25, 25, 25, 0.1);
    box-shadow: 0 0 10px rgba(25, 25, 25, .05);
    padding: 15px 15px;
}

.btn-upload {
    font-weight: 500;
    height: 22px !important;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100px !important;
    padding: 0.2rem;
    line-height: 1;
}


/* CHECKBOX */
.control {
    font-family: arial;
    display: block;
    position: relative;
    /* padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px; */
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    /* position: absolute;
    top: 2px;
    left: 0; */
    height: 20px;
    width: 20px;
    /* background: #e6e6e6; */
    border: 1px solid var(--theme_color);
    /* border-radius: 20px; */
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
    background: #cccccc;
}

.control input:checked~.control_indicator {
    background: var(--theme_color);
    color: var(--theme_color_two);
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
    background: #0e6647d;
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 7px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled~.control_indicator:after {
    border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: var(--theme_color);
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes s-ripple {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.control-checkbox input+.control_indicator::before {
    animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked+.control_indicator::before {
    animation-name: s-ripple-dup;
}

.select2-selection__choice {
    margin-bottom: 5px;
}

.bg-mega svg {
    height: 60px;
}

.btn-sm {
    line-height: normal;
}

.bootstrap-tagsinput .badge {
    margin: 2px 2px;
    padding: 5px 8px;
    color: #333333;
    font-weight: 600;
    background-color: lightgrey;
}

.bootstrap-tagsinput .badge-info {
    background-color: lightgrey;
}

.bootstrap-tagsinput .badge [data-role="remove"] {
    margin-left: 4px;
    cursor: pointer;
    position: relative;
    bottom: 0px;
    padding: 0 2px;
}

.bootstrap-tagsinput .badge [data-role="remove"]:hover:after {
    background-color: rgba(250, 250, 250, 0.62);
}

.pending {
    background-color: #fd7e14;
    color: white;
    padding: 2.5px 5px;
    border-radius: 7px;
    font-weight: 700;
}

.accepted {
    background-color: #2889a7;
    color: white;
    padding: 2.5px 5px;
    border-radius: 7px;
    font-weight: 700;
}

.rejected {
    background-color: #dc3545;
    color: white;
    padding: 2.5px 5px;
    border-radius: 7px;
    font-weight: 700;
}

.prepared {
    background-color: #FFC400;
    color: black;
    padding: 2.5px 5px;
    border-radius: 7px;
    font-weight: 700;
}

.cancelled {
    background-color: #2a2a2a;
    color: white;
    padding: 2.5px 5px;
    border-radius: 7px;
    font-weight: 700;
}

.finished {
    background-color: #28a745;
    color: white;
    padding: 2.5px 5px;
    border-radius: 7px;
    font-weight: 700;
}

.time-label {
    width: 40%;
}

.time-input {
    width: 100%;
}

.time-input>.position-relative .form-control {
    padding-right: 10px !important;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.main-menu.menu-light .navigation>li.merchandising>a {
    background-color: #00b5b8 !important;
}

/* HTML: <div class="loader"></div> */

#loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background-color: rgba(250, 250, 250, 0.6);
}

.loader-root {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    width: 100%;
    padding-top: 56px;
}

.loader {
    height: 4px;
    width: 100%;
    --c: no-repeat linear-gradient(#222220 0 0);
    background: var(--c), var(--c), #f0f0f0;
    background-size: 50% 80%;
    animation: l16 5s infinite;
}

@keyframes l16 {
    0% {
        background-position: -150% 0, -150% 0
    }

    66% {
        background-position: 250% 0, -150% 0
    }

    100% {
        background-position: 250% 0, 250% 0
    }
}